@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

pre {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

html, body {
  text-size-adjust: 100%;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333;
  overflow-x: hidden;
}

ul.with-icon li {
  text-indent: -1em;
  padding-left: 1em;
}

.link-button {
  background: #82BE50;
  color: #fff;
  height: 40px;
  padding: 0 0.75em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  display: inline-flex;
}
.link-button {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .link-button {
    height: 32px;
  }
  .link-button {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .link-button {
    height: 24px;
  }
  .link-button {
    font-size: 14px;
  }
}
.link-button {
  font-weight: 500;
}
.link-button.has-icon:after {
  margin-left: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-arrow-right.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .link-button.has-icon:after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .link-button.has-icon:after {
    width: 12px;
    height: 12px;
  }
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container.narrow {
  max-width: 1020px;
}
@media screen and (max-width: 1040px) {
  .container.narrow {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.container.wide {
  max-width: 1200px;
}
@media screen and (max-width: 1220px) {
  .container.wide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.i-block {
  display: inline-block;
}

#header {
  background: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
#header .back-top {
  width: 34px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #header .back-top {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo img {
    height: 40px;
  }
}
#header .container {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .container {
    height: 56px;
  }
}
#header .header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #header .header-menu {
    position: relative;
    right: -10px;
    width: 44px;
    padding-right: 10px;
  }
  #header .header-menu:has(.hamburger-menu.active) {
    background: #82BE50;
  }
}
#header .header-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .header-menu .menu-list li {
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  #header .header-menu .menu-list li:first-child {
    border-top: 0;
  }
}
#header .header-menu .menu-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 20px;
}
#header .header-menu .menu-list li .icon {
  width: 70px;
  text-align: center;
  flex: none;
  margin-right: 20px;
}
#header .header-menu .menu-list li .icon svg {
  height: 40px;
  vertical-align: middle;
}
#header .header-menu .menu-list li .menu-text {
  flex: 1;
}
#header .header-menu .menu-list li .link-icon {
  margin-right: 12px;
}
#header .header-menu .menu-list li .link-icon:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
#header .header-menu .menu-item {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
#header .header-menu .menu-item:hover {
  background-color: #f5f5f5;
}

.footer-padding {
  position: relative;
  z-index: -2;
  margin-top: -50px;
}
@media screen and (max-width: 480px) {
  .footer-padding {
    margin-top: -40px;
  }
}
.footer-padding .container:after {
  content: "";
  display: block;
  padding-top: 20.6%;
}

#footer {
  background-color: #8ec560;
  position: relative;
}
#footer .container {
  color: #fff;
}
#footer .container .icon {
  margin-top: -20.6%;
  width: 100%;
}
#footer .container .logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .container .logo img {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  #footer .container .logo img {
    height: 42px;
  }
}
#footer .container .links {
  margin-top: 30px;
  line-height: 1.1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .container .links .i-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
#footer .container .links .i-block + .i-block {
  margin-left: -1.5px;
}
#footer .container .links a {
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  padding: 0 1em;
}
#footer .container .links a + a {
  margin-left: -1.5px;
}
@media screen and (max-width: 768px) {
  #footer .container .links {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #footer .container .links {
    margin-top: 20px;
  }
}
#footer .container .address {
  margin-top: 10px;
}
#footer .container .links, #footer .container .address {
  color: #fff;
  text-align: center;
}
#footer .container .links, #footer .container .address {
  font-size: 18px;
}
#footer .container .links a, #footer .container .address a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .container .links, #footer .container .address {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #footer .container .links, #footer .container .address {
    font-size: 12px;
  }
}
#footer .container .slogan {
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .container .slogan {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #footer .container .slogan img {
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  #footer .container .slogan img {
    height: 14px;
  }
}
#footer .container .copyright {
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
#footer .container .copyright {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #footer .container .copyright {
    margin-top: 10px;
  }
  #footer .container .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #footer .container .copyright {
    font-size: 10px;
  }
}
#footer .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.go-top {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  width: 50px;
  height: 50px;
  background: #82BE50;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 10px;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
}
.go-top.active {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.go-top img {
  width: 50%;
  height: 50%;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .go-top {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

/* CompMenu.vue 组件样式 */
.main-menu {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .main-menu {
    margin-top: 2.5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .main-menu:has(+ .page-inner) {
    display: none;
  }
}
.main-menu ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-menu ul {
    flex-wrap: wrap;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px dashed #E5E5E5;
  }
}
.main-menu ul li {
  height: 100px;
  flex: 1;
  border-left: 1px dashed #333;
}
.main-menu ul li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main-menu ul li {
    height: 90px;
    width: 33.33%;
    flex: none;
    border-top: 1px solid #E5E5E5;
    border-left: 1px dashed #E5E5E5;
  }
}
@media screen and (max-width: 480px) {
  .main-menu ul li {
    font-size: 12px;
  }
}
.main-menu ul li.active {
  background: url("../images/active-menu-bg.png");
}
.main-menu ul li:last-child {
  border-right: 1px dashed #333;
}
@media screen and (max-width: 768px) {
  .main-menu ul li:last-child {
    border-right: none;
  }
}
.main-menu ul li a {
  height: 100%;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-menu ul li a .icon svg {
  color: #82BE50;
  height: 45px;
}
@media screen and (max-width: 480px) {
  .main-menu ul li a .icon svg {
    height: 32px;
  }
}
.main-menu ul li a .text {
  margin-top: 0.5em;
}
.main-menu ul li a .text {
  font-weight: 500;
}

.hamburger-menu {
  width: 34px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  position: relative;
  z-index: 1001;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    width: 26px;
    height: 24px;
    margin-right: 0;
  }
}
.hamburger-menu.active .hamburger-line {
  background-color: #ffffff;
}
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: translateY(10.25px) rotate(45deg);
  }
}
.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: translateY(-11.5px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: translateY(-10.25px) rotate(-45deg);
  }
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #3E3A39;
  border-radius: 999em;
  transition: all 0.3s ease;
  transform-origin: center;
}

.dropdown-menu {
  position: absolute;
  top: 0;
  right: -20px;
  width: 320px;
  background: #83be50;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
  padding-top: 100px;
}
@media screen and (max-width: 1160px) {
  .dropdown-menu {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-menu {
    right: 0;
    padding-top: 0;
    margin-top: 56px;
  }
}
.dropdown-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.section-title {
  padding: 4.25% 0 3.25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title .en img {
    height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .section-title .en img {
    height: 20px;
  }
}
.section-title .ja {
  padding: 13px 0;
}
.section-title .ja {
  font-size: 26px;
}
.section-title .ja {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-title .ja {
    padding: 5px 0;
  }
  .section-title .ja {
    font-size: 14px;
  }
}

.breadcrumb {
  padding: 1em 0;
}
.breadcrumb {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 0.5em;
  }
  .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding-top: 0.25em;
  }
  .breadcrumb {
    font-size: 9px;
  }
}
.breadcrumb .breadcrumb-item, .breadcrumb .delimiter {
  color: #333;
}
.breadcrumb .delimiter {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.event-news-item {
  margin-bottom: 6.5%;
  color: #333;
  position: relative;
}
.event-news-item .image {
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
}
.event-news-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.event-news-item .title {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-news-item .title {
  font-size: 18px;
  line-height: 1.5;
}
.event-news-item .title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event-news-item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .event-news-item .title {
    font-size: 13px;
  }
}
.event-news-item .date {
  margin-bottom: 8px;
  display: flex;
}
.event-news-item .date {
  font-size: 14px;
}
.event-news-item .date:before {
  flex: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-calendar.svg") no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .event-news-item .date:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .event-news-item .date {
    font-size: 12px;
  }
}
.event-news-item .location {
  margin-bottom: 8px;
  display: flex;
}
.event-news-item .location {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .event-news-item .location {
    font-size: 12px;
  }
}
.event-news-item .location:before {
  flex: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-location.svg") no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .event-news-item .location:before {
    width: 16px;
    height: 16px;
  }
}
.event-news-item.new:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 60px;
  padding-bottom: 100%;
  max-width: 33%;
  background: url("../images/icon-new-tag@2x.png") no-repeat left top/contain;
}

.shop-news-item {
  margin-bottom: 3.5%;
  color: #333;
  position: relative;
}
.shop-news-item .image {
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
}
.shop-news-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.shop-news-item .title {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shop-news-item .title {
  font-size: 18px;
  line-height: 1.5;
}
.shop-news-item .title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shop-news-item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .shop-news-item .title {
    font-size: 13px;
  }
}
.shop-news-item .shop-name {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .shop-news-item .shop-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .shop-news-item .shop-name {
    font-size: 14px;
  }
}
.shop-news-item.new:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 60px;
  padding-bottom: 100%;
  max-width: 33%;
  background: url("../images/icon-new-tag@2x.png") no-repeat left top/contain;
}

.shop {
  color: #333;
}
.shop.hide {
  display: none;
}
.shop .shop-icon {
  border: 1px solid #E6E6E6;
  padding-bottom: 72%;
  position: relative;
}
.shop .shop-icon .image {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
.shop .shop-icon .image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.shop.shop-type-1 .location:has(.floor-text), .shop.shop-type-1 .shop-number {
  background: #81BE2A;
}
.shop.shop-type-1 .location {
  border-color: #81BE2A;
}
.shop.shop-type-1 .shop-info {
  background: #E6F2D4;
}
.shop.shop-type-2 .location:has(.floor-text), .shop.shop-type-2 .shop-number {
  background: #F09B9F;
}
.shop.shop-type-2 .location {
  border-color: #F09B9F;
}
.shop.shop-type-2 .shop-info {
  background: #FCEBEC;
}
.shop.shop-type-3 .location:has(.floor-text), .shop.shop-type-3 .shop-number {
  background: #EFA157;
}
.shop.shop-type-3 .location {
  border-color: #EFA157;
}
.shop.shop-type-3 .shop-info {
  background: #FCECDD;
}
.shop.shop-type-4 .location:has(.floor-text), .shop.shop-type-4 .shop-number {
  background: #59BDEC;
}
.shop.shop-type-4 .location {
  border-color: #59BDEC;
}
.shop.shop-type-4 .shop-info {
  background: #DEF2FB;
}
.shop.long-title .location {
  overflow: hidden;
}
.shop.long-title .location .floor-type {
  transform-origin: left center;
}
.shop.long-title .location .floor-type {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .shop.long-title .location .floor-type {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  .shop.long-title .location .floor-type {
    transform: scale(0.65);
  }
}
.shop .location {
  color: #fff;
  min-height: 30px;
  margin-top: 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .shop .location {
    min-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .shop .location {
    min-height: 20px;
    white-space: nowrap;
  }
}
.shop .location:has(.shop-number) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #333;
}
.shop .location .shop-number {
  color: #fff;
  width: 1.5em;
  text-align: center;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop .location .shop-number {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shop .location .shop-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .shop .location .shop-number {
    font-size: 12px;
  }
}
.shop .location .floor-text {
  background: #9D9B9A;
  width: 2.25em;
  text-align: center;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop .location .floor-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shop .location .floor-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .shop .location .floor-text {
    font-size: 13px;
  }
}
.shop .location .floor-type {
  flex: 1;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
}
.shop .location .floor-type {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .shop .location .floor-type {
    font-size: 13px;
  }
}
.shop .name {
  padding: 0.25em 0.5em 0.5em;
}
.shop .name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shop .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .shop .name {
    font-size: 12px;
  }
}
.shop .sub-category {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shop .sub-category {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .shop .sub-category {
    font-size: 11px;
  }
}

.tab-contents .tab-content {
  display: none;
}
.tab-contents .tab-content.active {
  display: block;
}

.page-inner {
  border-top: 24px solid #82BE50;
}
@media screen and (max-width: 768px) {
  .page-inner {
    border-top-width: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-inner {
    border-top-width: 8px;
  }
}

.page-home .home-notice {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-home .home-notice {
    margin-top: 2.5%;
  }
}
.page-home .home-notice .container {
  height: 60px;
  padding: 0 16px;
  background-color: #FAFAF5;
  border: 1px solid #F27176;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-home .home-notice .container {
    padding: 7px 10px;
    display: block;
    height: auto;
  }
}
.page-home .home-notice .notice-title {
  flex: none;
  color: #F27176;
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.page-home .home-notice .notice-title {
  font-size: 20px;
}
.page-home .home-notice .notice-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-home .home-notice .notice-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-notice .notice-title {
    font-size: 12px;
  }
}
.page-home .home-notice .notice-title .icon {
  width: 35px;
  height: 35px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .page-home .home-notice .notice-title .icon {
    height: 1.25em;
    width: 1.25em;
    margin-right: 0.5em;
  }
}
.page-home .home-notice .notice-content li {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-home .home-notice .notice-content li {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
.page-home .home-notice .notice-content a {
  color: #333;
}
.page-home .home-banner {
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-home .home-banner {
    margin-top: 4.5%;
  }
}
.page-home .home-banner .swiper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-home .home-banner .swiper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-banner .swiper {
    padding-bottom: 20px;
  }
}
.page-home .home-banner .swiper-slide {
  max-width: 1020px;
}
.page-home .home-banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.page-home .home-banner .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
  text-align: center;
  z-index: 10;
}
.page-home .home-banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #82BE50;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.page-home .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #82BE50;
}
.page-home .home-banner:hover .swiper-button-next, .page-home .home-banner:hover .swiper-button-prev {
  opacity: 1;
}
.page-home .home-banner .swiper-button-next,
.page-home .home-banner .swiper-button-prev {
  color: transparent;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  opacity: 0;
  transition: opacity 0.3s;
  background: #82BE50;
}
.page-home .home-banner .swiper-button-next:after,
.page-home .home-banner .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.page-home .home-banner .swiper-button-next {
  right: 10px;
}
.page-home .home-banner .swiper-button-next:after {
  background: url("../images/icon-arrow-right.svg") no-repeat center/contain;
}
.page-home .home-banner .swiper-button-prev {
  left: 10px;
}
.page-home .home-banner .swiper-button-prev:after {
  background: url("../images/icon-arrow-left.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page-home .home-banner .swiper {
    padding-bottom: 40px;
  }
  .page-home .home-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .page-home .home-banner .swiper-button-next,
  .page-home .home-banner .swiper-button-prev {
    display: none;
  }
}
.page-home .main-menu {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .page-home .main-menu {
    margin-top: 5%;
  }
}
.page-home .home-event-news {
  border-top: 24px solid #82BE50;
  border-bottom: 24px solid #82BE50;
  background-color: #E6F2DC;
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news {
    margin-top: 7.5%;
    border-top-width: 16px;
    border-bottom-width: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}
.page-home .home-event-news .section-title {
  margin: 3.25% 0;
}
.page-home .home-event-news .section-content {
  position: relative;
  margin-bottom: 4%;
}
.page-home .home-event-news .section-action {
  text-align: center;
  margin-bottom: 10.5%;
}
.page-home .home-event-news .swiper {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news .swiper {
    margin-left: 22px;
    margin-right: 22px;
    padding-bottom: 30px;
  }
}
.page-home .home-event-news .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news .swiper-slide {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-home .home-event-news .swiper-slide .event-news-item {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news .swiper-slide .event-news-item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news .swiper-slide .event-news-item {
    width: calc(50% - 20px);
  }
}
.page-home .home-event-news .swiper-button-prev, .page-home .home-event-news .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 180px;
  background: #82BE50;
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news .swiper-button-prev, .page-home .home-event-news .swiper-button-next {
    width: 22px;
    height: 80px;
  }
}
.page-home .home-event-news .swiper-button-prev:after, .page-home .home-event-news .swiper-button-next:after {
  content: "";
  width: 50%;
  padding-bottom: 50%;
}
.page-home .home-event-news .swiper-button-prev {
  left: -40px;
}
.page-home .home-event-news .swiper-button-prev:after {
  background: url("../images/icon-arrow-left.svg") no-repeat center/contain;
}
@media screen and (max-width: 1220px) {
  .page-home .home-event-news .swiper-button-prev {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news .swiper-button-prev {
    left: -5px;
  }
}
.page-home .home-event-news .swiper-button-next {
  right: -40px;
}
.page-home .home-event-news .swiper-button-next:after {
  background: url("../images/icon-arrow-right.svg") no-repeat center/contain;
}
@media screen and (max-width: 1220px) {
  .page-home .home-event-news .swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news .swiper-button-next {
    right: -5px;
  }
}
.page-home .home-event-news .swiper-pagination {
  bottom: 0;
}
.page-home .home-event-news .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #B4B4B4;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.page-home .home-event-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #82BE50;
}
.page-home .home-event-news .link-button {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .page-home .home-event-news .link-button {
    justify-content: center;
    height: 32px;
  }
  .page-home .home-event-news .link-button {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-event-news .link-button {
    height: 26px;
  }
  .page-home .home-event-news .link-button {
    font-size: 15px;
  }
}
.page-home .home-shop-news {
  background: url("../images/shop-news-bg.png");
  border-bottom: 2px solid #E5E5E5;
  overflow: hidden;
}
.page-home .home-shop-news .section-title {
  margin: 3.25% 0;
}
.page-home .home-shop-news .section-content {
  position: relative;
  margin-bottom: 4%;
}
.page-home .home-shop-news .section-action {
  text-align: center;
  padding-bottom: 11.5%;
}
.page-home .home-shop-news .shop-news-item {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-home .home-shop-news .shop-news-item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-shop-news .shop-news-item {
    width: calc(50% - 20px);
  }
}
.page-home .home-shop-news .swiper {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-home .home-shop-news .swiper {
    margin-left: 22px;
    margin-right: 22px;
    padding-bottom: 30px;
  }
}
.page-home .home-shop-news .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-home .home-shop-news .swiper-slide {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-home .home-shop-news .swiper-button-prev, .page-home .home-shop-news .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 180px;
  background: #82BE50;
}
@media screen and (max-width: 480px) {
  .page-home .home-shop-news .swiper-button-prev, .page-home .home-shop-news .swiper-button-next {
    width: 22px;
    height: 80px;
  }
}
.page-home .home-shop-news .swiper-button-prev:after, .page-home .home-shop-news .swiper-button-next:after {
  content: "";
  width: 50%;
  padding-bottom: 50%;
}
.page-home .home-shop-news .swiper-button-prev {
  left: -40px;
}
.page-home .home-shop-news .swiper-button-prev:after {
  background: url("../images/icon-arrow-left.svg") no-repeat center/contain;
}
@media screen and (max-width: 1220px) {
  .page-home .home-shop-news .swiper-button-prev {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-shop-news .swiper-button-prev {
    left: -5px;
  }
}
.page-home .home-shop-news .swiper-button-next {
  right: -40px;
}
.page-home .home-shop-news .swiper-button-next:after {
  background: url("../images/icon-arrow-right.svg") no-repeat center/contain;
}
@media screen and (max-width: 1220px) {
  .page-home .home-shop-news .swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-shop-news .swiper-button-next {
    right: -5px;
  }
}
.page-home .home-shop-news .swiper-pagination {
  bottom: 0;
}
.page-home .home-shop-news .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #B4B4B4;
}
@media screen and (max-width: 768px) {
  .page-home .home-shop-news .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.page-home .home-shop-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #82BE50;
}
.page-home .home-shop-news .link-button {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .page-home .home-shop-news .link-button {
    justify-content: center;
    height: 32px;
  }
  .page-home .home-shop-news .link-button {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .home-shop-news .link-button {
    height: 26px;
  }
  .page-home .home-shop-news .link-button {
    font-size: 15px;
  }
}
.page-home .home-link {
  padding-bottom: 20px;
}
.page-home .home-link ul {
  padding: 7% 0;
  gap: 3.5%;
  margin-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
}
.page-home .home-link ul li {
  margin-bottom: 20px;
  width: 31%;
}
@media screen and (max-width: 480px) {
  .page-home .home-link ul li {
    width: 48%;
  }
}
.page-home .home-link ul li a {
  width: 100%;
}
.page-home .home-link ul li a img {
  width: 100%;
  vertical-align: middle;
}
.page-home .section-title {
  padding-top: 3.25%;
}

.page-news-list {
  background-color: #E6F2DC;
}
@media screen and (max-width: 768px) {
  .page-news-list .event-news-list {
    margin-top: 3%;
  }
}
.page-news-list .event-news-list .list-wrap {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5%;
  background: #fff;
  padding: 5.25% 4% 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .page-news-list .event-news-list .list-wrap {
    margin-left: 0;
    margin-right: 0;
    gap: 4%;
  }
}
@media screen and (max-width: 480px) {
  .page-news-list .event-news-list .list-wrap {
    padding: 10px;
  }
}
.page-news-list .event-news-list .event-news-item {
  width: 30.3%;
  margin-bottom: 7.5%;
}
.page-news-list .event-news-list .event-news-item .title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-news-list .event-news-list .event-news-item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-news-list .event-news-list .event-news-item .title {
    font-size: 13px;
  }
}
.page-news-list .event-news-list .event-news-item .date, .page-news-list .event-news-list .event-news-item .location {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-news-list .event-news-list .event-news-item .date, .page-news-list .event-news-list .event-news-item .location {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-news-list .event-news-list .event-news-item {
    width: 48%;
    margin-bottom: 3%;
  }
}
.page-news-list .event-news-list .action {
  padding-top: 6%;
  padding-bottom: 10%;
  text-align: center;
}
.page-news-list ~ .footer-padding {
  background: #E6F2DC;
}

@media screen and (max-width: 768px) {
  .page-news-detail .section-content {
    margin-top: 3%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-news-detail .section-content .section-content-side {
  flex: 450;
  text-align: center;
}
.page-news-detail .section-content .section-content-side img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-news-detail .section-content .section-content-side {
    max-width: 450px;
    margin-right: 50px;
  }
}
.page-news-detail .section-content .section-content-main {
  flex: 650;
}
.page-news-detail .section-content .news-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
  margin-bottom: 27px;
}
.page-news-detail .section-content .news-info td, .page-news-detail .section-content .news-info th {
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-news-detail .section-content .news-info th {
  color: #F27176;
  background: #F5F5F5;
}
.page-news-detail .section-content .news-info td {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-news-detail .section-content .news-info td {
    font-size: 15px;
  }
}
.page-news-detail .section-content .news-info {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-news-detail .section-content .news-info {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-news-detail .section-content .news-info {
    font-size: 14px;
  }
}
.page-news-detail .section-content .content {
  font-size: 16px;
  line-height: 1.6875;
}
.page-news-detail .section-content .content p {
  margin-bottom: 15px;
}
.page-news-detail .section-content .content a {
  color: #82BE50;
}
@media screen and (max-width: 768px) {
  .page-news-detail .section-content .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-news-detail .section-content .content {
    font-size: 12px;
  }
}
.page-news-detail .page-news-detail-notice {
  background: rgba(130, 190, 80, 0.3);
  margin-bottom: 4.5%;
  position: relative;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-news-detail .page-news-detail-notice {
    margin-top: 4.5%;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-news-detail .page-news-detail-notice {
    padding-left: 1em;
  }
}
.page-news-detail .page-news-detail-notice:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1em;
  background: #82BE50;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .page-news-detail .page-news-detail-notice:before {
    width: 1em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-news-detail .page-news-detail-notice:before {
    width: 0.5em;
  }
}
.page-news-detail .page-news-detail-notice {
  font-size: 28px;
  line-height: 1.4285714286;
}
.page-news-detail .page-news-detail-notice {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-news-detail .page-news-detail-notice {
    font-size: 23px;
    line-height: 1.8260869565;
  }
}
@media screen and (max-width: 480px) {
  .page-news-detail .page-news-detail-notice {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 768px) {
  .page-news-detail .page-news-detail-content {
    display: flex;
  }
}
.page-news-detail .page-news-detail-action {
  padding-top: 6.5%;
  text-align: center;
  padding-bottom: 6.5%;
}

.page-facility-news-detail {
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .section-content {
    margin-top: 3%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-facility-news-detail .section-content .section-content-side {
  flex: 450;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-facility-news-detail .section-content .section-content-side {
    max-width: 450px;
    margin-right: 50px;
  }
}
.page-facility-news-detail .section-content .section-content-side .section-content-side-item {
  display: block;
}
.page-facility-news-detail .section-content .section-content-side .section-content-side-item img {
  width: 100%;
}
.page-facility-news-detail .section-content .section-content-side .section-content-side-item + .section-content-side-item {
  margin-top: 16px;
}
.page-facility-news-detail .section-content .section-content-main {
  flex: 650;
}
.page-facility-news-detail .section-content .news-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
  margin-bottom: 27px;
}
.page-facility-news-detail .section-content .news-info td, .page-facility-news-detail .section-content .news-info th {
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-facility-news-detail .section-content .news-info th {
  color: #F27176;
  background: #F5F5F5;
}
.page-facility-news-detail .section-content .news-info td {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .section-content .news-info td {
    font-size: 15px;
  }
}
.page-facility-news-detail .section-content .news-info {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .section-content .news-info {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .section-content .news-info {
    font-size: 14px;
  }
}
.page-facility-news-detail .section-content .content {
  font-size: 16px;
  line-height: 1.6875;
}
.page-facility-news-detail .section-content .content p {
  margin-bottom: 15px;
}
.page-facility-news-detail .section-content .content a {
  color: #82BE50;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .section-content .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .section-content .content {
    font-size: 12px;
  }
}
.page-facility-news-detail .page-news-detail-notice {
  background: rgba(130, 190, 80, 0.3);
  margin-bottom: 4.5%;
  position: relative;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .page-news-detail-notice {
    margin-top: 4.5%;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .page-news-detail-notice {
    padding-left: 1em;
  }
}
.page-facility-news-detail .page-news-detail-notice:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1em;
  background: #82BE50;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .page-news-detail-notice:before {
    width: 1em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .page-news-detail-notice:before {
    width: 0.5em;
  }
}
.page-facility-news-detail .page-news-detail-notice {
  font-size: 28px;
  line-height: 1.4285714286;
}
.page-facility-news-detail .page-news-detail-notice {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-facility-news-detail .page-news-detail-notice {
    font-size: 23px;
    line-height: 1.8260869565;
  }
}
@media screen and (max-width: 480px) {
  .page-facility-news-detail .page-news-detail-notice {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 768px) {
  .page-facility-news-detail .page-news-detail-content {
    display: flex;
  }
}

.page-shop-news-list {
  background: url("../images/shop-news-bg.png");
}
@media screen and (max-width: 768px) {
  .page-shop-news-list .shop-news-list {
    margin-top: 3%;
  }
}
.page-shop-news-list .shop-news-list .list-wrap {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5%;
  background: #fff;
  padding: 5.25% 4% 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .page-shop-news-list .shop-news-list .list-wrap {
    margin-left: 0;
    margin-right: 0;
    gap: 4%;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-list .shop-news-list .list-wrap {
    padding: 10px;
  }
}
.page-shop-news-list .shop-news-list .shop-news-item {
  width: 30.3%;
  margin-bottom: 7.5%;
}
.page-shop-news-list .shop-news-list .shop-news-item .title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-shop-news-list .shop-news-list .shop-news-item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-list .shop-news-list .shop-news-item .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-news-list .shop-news-list .shop-news-item {
    width: 48%;
    margin-bottom: 3%;
  }
}
.page-shop-news-list .shop-news-list .action {
  padding-top: 6%;
  padding-bottom: 10%;
  text-align: center;
}
.page-shop-news-list ~ .footer-padding {
  background: url("../images/shop-news-bg.png");
}

@media screen and (max-width: 768px) {
  .page-shop-news-detail .section-content {
    margin-top: 3%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-shop-news-detail .section-content .section-content-side {
  flex: 450;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-shop-news-detail .section-content .section-content-side {
    max-width: 450px;
    margin-right: 50px;
  }
}
.page-shop-news-detail .section-content .section-content-side .section-content-side-item {
  display: block;
}
.page-shop-news-detail .section-content .section-content-side .section-content-side-item img {
  width: 100%;
}
.page-shop-news-detail .section-content .section-content-side .section-content-side-item + .section-content-side-item {
  margin-top: 16px;
}
.page-shop-news-detail .section-content .section-content-main {
  flex: 650;
}
.page-shop-news-detail .section-content .news-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
  margin-bottom: 27px;
}
.page-shop-news-detail .section-content .news-info td, .page-shop-news-detail .section-content .news-info th {
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-shop-news-detail .section-content .news-info th {
  color: #F27176;
  background: #F5F5F5;
}
.page-shop-news-detail .section-content .news-info td {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .section-content .news-info td {
    font-size: 15px;
  }
}
.page-shop-news-detail .section-content .news-info {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-shop-news-detail .section-content .news-info {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .section-content .news-info {
    font-size: 14px;
  }
}
.page-shop-news-detail .section-content .content {
  font-size: 16px;
  line-height: 1.6875;
}
.page-shop-news-detail .section-content .content p {
  margin-bottom: 15px;
}
.page-shop-news-detail .section-content .content a {
  color: #82BE50;
}
@media screen and (max-width: 768px) {
  .page-shop-news-detail .section-content .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .section-content .content {
    font-size: 12px;
  }
}
.page-shop-news-detail .page-shop-news-detail-notice {
  background: rgba(130, 190, 80, 0.3);
  margin-bottom: 4.5%;
  position: relative;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-shop-news-detail .page-shop-news-detail-notice {
    margin-top: 4.5%;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .page-shop-news-detail-notice {
    padding-left: 1em;
  }
}
.page-shop-news-detail .page-shop-news-detail-notice:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1em;
  background: #82BE50;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .page-shop-news-detail .page-shop-news-detail-notice:before {
    width: 1em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .page-shop-news-detail-notice:before {
    width: 0.5em;
  }
}
.page-shop-news-detail .page-shop-news-detail-notice {
  font-size: 28px;
  line-height: 1.4285714286;
}
.page-shop-news-detail .page-shop-news-detail-notice {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-shop-news-detail .page-shop-news-detail-notice {
    font-size: 23px;
    line-height: 1.8260869565;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-news-detail .page-shop-news-detail-notice {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 768px) {
  .page-shop-news-detail .page-shop-news-detail-content {
    display: flex;
  }
}
.page-shop-news-detail .page-shop-news-detail-action {
  padding-top: 6.5%;
  text-align: center;
  padding-bottom: 6.5%;
}

.page-shop-list .shop-filter-method .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #82BE50;
  padding-left: 5.5%;
  padding-right: 5.5%;
  gap: 5%;
}
@media screen and (max-width: 1120px) {
  .page-shop-list .shop-filter-method .tabs {
    padding-left: 0;
    padding-right: 0;
    gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .tabs {
    flex-direction: column;
    border-bottom: 0;
  }
}
.page-shop-list .shop-filter-method .tabs .tab {
  flex: 1;
  height: 56px;
  border: 1px solid #82BE50;
  border-bottom: 0;
  color: #82BE50;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-shop-list .shop-filter-method .tabs .tab {
  font-size: 21px;
}
.page-shop-list .shop-filter-method .tabs .tab.active {
  cursor: unset;
  background: #82BE50;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .tabs .tab {
    width: 80%;
    border-radius: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #82BE50;
  }
  .page-shop-list .shop-filter-method .tabs .tab {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-filter-method .tabs .tab {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media screen and (min-width: 768px) {
  .page-shop-list .shop-filter-method .tab-contents {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}
.page-shop-list .shop-filter-method .shop-category-filter {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 4.3%;
  margin-bottom: 4.3%;
  gap: 2.5%;
}
@media screen and (max-width: 1120px) {
  .page-shop-list .shop-filter-method .shop-category-filter {
    gap: 1.25%;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-category-filter {
    gap: 3%;
  }
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item {
  flex: 1;
  padding: 6px;
  border: 2px solid #333;
  border-radius: 12px;
  cursor: pointer;
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item.active {
  cursor: unset;
  color: #82BE50;
  border-color: #82BE50;
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .icon {
  text-align: center;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .icon svg {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .icon {
    height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .icon {
    height: 33px;
  }
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
  height: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
  font-size: 13px;
  line-height: 1.3846153846;
}
.page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
  font-weight: 500;
}
@media screen and (max-width: 1120px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item .text {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-category-filter .shop-category-filter-item {
    padding-top: 10px;
    border-radius: 6px;
    width: 30%;
    flex: none;
    margin-bottom: 10px;
  }
}
.page-shop-list .shop-filter-method .shop-letter-filter {
  margin-top: 6.5%;
  margin-bottom: 6.5%;
  gap: 2.5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-letter-filter {
    gap: 4%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item {
  flex: 1;
  color: #333;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item.active {
  color: #82BE50;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item.active .text-wrap {
  cursor: unset;
  outline-color: #82BE50;
  background: #E6F2DC;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap {
  cursor: pointer;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  outline: 2px solid #333;
  position: relative;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap {
  font-size: 0px;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap > span {
  font-size: 22px;
}
.page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap > span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap {
    outline: 1px solid #333;
  }
  .page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item {
    width: 16.5%;
    flex: none;
    margin-bottom: 20px;
  }
  .page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap {
    outline: 1px solid #333;
  }
  .page-shop-list .shop-filter-method .shop-letter-filter .shop-letter-filter-item .text-wrap > span {
    font-size: 16px;
  }
}
.page-shop-list .shop-category.hide {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-category {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.page-shop-list .shop-category .shop-category-title {
  border-bottom: 3px solid #82BE50;
  color: #82BE50;
  padding-top: 4%;
  padding-bottom: 1%;
  display: flex;
  align-items: flex-end;
}
.page-shop-list .shop-category .shop-category-title {
  font-size: 30px;
}
.page-shop-list .shop-category .shop-category-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-category .shop-category-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-category .shop-category-title {
    font-size: 16px;
  }
}
.page-shop-list .shop-category .shop-category-title .icon {
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-category .shop-category-title .icon {
    height: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-category .shop-category-title .icon {
    height: 24px !important;
  }
}
.page-shop-list .shop-category .shop-category-content {
  padding-top: 2%;
  padding-bottom: 3%;
  gap: 3.33%;
  display: flex;
  flex-wrap: wrap;
}
.page-shop-list .shop-category .shop-category-content .shop {
  width: 22.5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 768px) {
  .page-shop-list .shop-category .shop-category-content .shop {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-list .shop-category .shop-category-content .shop {
    width: 48.25%;
  }
}

.page-floor-guide .floor-filter .tabs {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .page-floor-guide .floor-filter .tabs {
    gap: 10px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-floor-guide .floor-filter .tabs .tab {
  border: 2px solid #82BE50;
  color: #82BE50;
  flex: 1;
  cursor: pointer;
  text-align: center;
  padding: 11px;
}
.page-floor-guide .floor-filter .tabs .tab.active {
  cursor: unset;
  background: #82BE50;
  color: #fff;
}
.page-floor-guide .floor-filter .tabs .tab svg {
  height: 26px;
}
@media screen and (max-width: 768px) {
  .page-floor-guide .floor-filter .tabs .tab {
    padding: 6px;
  }
  .page-floor-guide .floor-filter .tabs .tab svg {
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-floor-guide .floor-filter .tabs .tab {
    border-width: 1px;
    width: 45%;
    flex: none;
    padding: 0;
  }
  .page-floor-guide .floor-filter .tabs .tab svg {
    height: 12px;
  }
}
.page-floor-guide .floor-filter .tab-contents {
  margin-top: 2.25%;
  margin-bottom: 2.25%;
}
.page-floor-guide .floor-filter .shop-type-indicator {
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}
@media screen and (max-width: 480px) {
  .page-floor-guide .floor-filter .shop-type-indicator {
    margin-top: 0;
  }
}
.page-floor-guide .floor-filter .floor-map {
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-floor-guide .floor-filter .map-container {
    border: 1px solid #E5E5E5;
    padding: 10px;
  }
}
.page-floor-guide .floor-filter .scale-indicator {
  margin-top: 3%;
  text-align: center;
}
.page-floor-guide .floor-filter .scale-indicator {
  font-size: 12px;
}
.page-floor-guide .floor-filter .scale-indicator .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.page-floor-guide .shop-list .container {
  gap: 3.33%;
  margin-top: 5.5%;
  margin-bottom: 5.5%;
  display: flex;
  flex-wrap: wrap;
}
.page-floor-guide .shop-list .container .shop {
  width: 22.5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 768px) {
  .page-floor-guide .shop-list .container .shop {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .page-floor-guide .shop-list .container .shop {
    width: 48.25%;
  }
}

.page-shop-detail .shop-name {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.page-shop-detail .shop-name {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-name {
    font-size: 33px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-name {
    font-size: 22px;
  }
}
.page-shop-detail .shop-info {
  margin-top: 4.5%;
}
@media screen and (min-width: 768px) {
  .page-shop-detail .shop-info .container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-main-detail {
    margin-top: 10%;
    display: flex;
    flex-direction: row-reverse;
  }
}
.page-shop-detail .shop-info .container .shop-image {
  flex: 450;
  text-align: center;
  margin-right: 50px;
}
.page-shop-detail .shop-info .container .shop-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-image {
    margin-top: 8%;
    width: auto;
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    border: 1px solid #E5E5E5;
  }
}
.page-shop-detail .shop-info .container .shop-detail {
  flex: 620;
}
.page-shop-detail .shop-info .container .shop-detail .shop-brand {
  height: 180px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .shop-brand {
    height: auto;
    align-items: flex-start;
    width: 30%;
    flex: none;
    margin-right: 0;
    margin-left: 4%;
  }
}
.page-shop-detail .shop-info .container .shop-detail .location {
  padding-top: 72px;
}
.page-shop-detail .shop-info .container .shop-detail .location {
  font-size: 16px;
  line-height: 1.5;
}
.page-shop-detail .shop-info .container .shop-detail .location .floor-text {
  background: #9D9B9A;
  color: #fff;
  width: 3em;
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .location .floor-text {
    width: 2em;
  }
}
.page-shop-detail .shop-info .container .shop-detail .location .shop-type {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
}
.page-shop-detail .shop-info .container .shop-detail .location .shop-type.shop-type-1 {
  background: #81BE2A;
}
.page-shop-detail .shop-info .container .shop-detail .location .shop-type.shop-type-2 {
  background: #F09B9F;
}
.page-shop-detail .shop-info .container .shop-detail .location .shop-type.shop-type-3 {
  background: #EFA157;
}
.page-shop-detail .shop-info .container .shop-detail .location .shop-type.shop-type-4 {
  background: #59BDEC;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .location {
    padding-top: 0;
  }
  .page-shop-detail .shop-info .container .shop-detail .location {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .location {
    font-size: 12px;
  }
}
.page-shop-detail .shop-info .container .shop-detail .name {
  margin-top: 0.25em;
}
.page-shop-detail .shop-info .container .shop-detail .name {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .name {
    margin-top: 0;
  }
  .page-shop-detail .shop-info .container .shop-detail .name {
    font-size: 18px;
  }
}
.page-shop-detail .shop-info .container .shop-detail .sub-category {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .sub-category {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .sub-category {
    font-size: 12px;
  }
}
.page-shop-detail .shop-info .container .shop-detail .detail-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
  margin-top: 60px;
}
.page-shop-detail .shop-info .container .shop-detail .detail-info td, .page-shop-detail .shop-info .container .shop-detail .detail-info th {
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .detail-info td, .page-shop-detail .shop-info .container .shop-detail .detail-info th {
    padding: 0.25em;
  }
}
.page-shop-detail .shop-info .container .shop-detail .detail-info th {
  background: #F5F5F5;
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .detail-info th {
    width: 5em;
  }
}
.page-shop-detail .shop-info .container .shop-detail .detail-info a {
  color: #82BE50;
}
.page-shop-detail .shop-info .container .shop-detail .detail-info {
  font-size: 18px;
  line-height: 1.2222222222;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .detail-info {
    margin-top: 4%;
  }
  .page-shop-detail .shop-info .container .shop-detail .detail-info {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .detail-info {
    font-size: 12px;
  }
}
.page-shop-detail .shop-info .container .shop-detail .description {
  margin-top: 36px;
}
.page-shop-detail .shop-info .container .shop-detail .description {
  font-size: 16px;
}
.page-shop-detail .shop-info .container .shop-detail .description .description-title {
  margin-bottom: 1em;
  color: #82BE50;
}
.page-shop-detail .shop-info .container .shop-detail .description .description-title {
  font-size: 22px;
}
.page-shop-detail .shop-info .container .shop-detail .description .description-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .description .description-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .description .description-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-info .container .shop-detail .description {
    margin-top: 6%;
  }
  .page-shop-detail .shop-info .container .shop-detail .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-info .container .shop-detail .description {
    font-size: 12px;
  }
}
.page-shop-detail .shop-news {
  margin-top: 4%;
}
.page-shop-detail .shop-news .section-title {
  padding-bottom: 2%;
}
.page-shop-detail .shop-news .section-title:before {
  content: "";
  display: block;
  width: 56px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75%;
  background: url("../images/shop-detail-news-delimter@2x.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-news .section-title:before {
    width: 38px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .section-title:before {
    width: 27px;
    height: 19px;
  }
}
.page-shop-detail .shop-news .shop-news-list {
  background: url("../images/shop-news-bg.png");
}
.page-shop-detail .shop-news .shop-news-list .container {
  padding-top: 10%;
  padding-bottom: 10%;
}
.page-shop-detail .shop-news .shop-news-list .shop-new-item {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 5% 8%;
}
.page-shop-detail .shop-news .shop-news-list .shop-new-item + .shop-new-item {
  margin-top: 5%;
}
.page-shop-detail .shop-news .shop-news-list .shop-new-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  padding-bottom: 7%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #82BE50;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-news .shop-news-list .shop-new-item:before {
    width: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .shop-news-list .shop-new-item:before {
    width: 12%;
    padding-bottom: 12%;
  }
}
.page-shop-detail .shop-news .shop-news-list .updated-time {
  text-align: center;
}
.page-shop-detail .shop-news .shop-news-list .updated-time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-news .shop-news-list .updated-time {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .shop-news-list .updated-time {
    font-size: 12px;
  }
}
.page-shop-detail .shop-news .shop-news-list .title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #82BE50;
}
.page-shop-detail .shop-news .shop-news-list .title {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-news .shop-news-list .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .shop-news-list .title {
    font-size: 18px;
  }
}
.page-shop-detail .shop-news .shop-news-list .image {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page-shop-detail .shop-news .shop-news-list .image {
    margin-top: 5%;
  }
}
.page-shop-detail .shop-news .shop-news-list .image img {
  max-width: 600px;
}
@media screen and (max-width: 760px) {
  .page-shop-detail .shop-news .shop-news-list .image img {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .shop-news-list .image img {
    max-width: 200px;
  }
}
.page-shop-detail .shop-news .shop-news-list .content {
  margin-top: 55px;
}
.page-shop-detail .shop-news .shop-news-list .content {
  font-size: 16px;
  line-height: 1.6875;
}
.page-shop-detail .shop-news .shop-news-list .content p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .page-shop-detail .shop-news .shop-news-list .content {
    margin-top: 5%;
  }
  .page-shop-detail .shop-news .shop-news-list .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-shop-detail .shop-news .shop-news-list .content {
    font-size: 12px;
  }
}

.page-access {
  padding-bottom: 3%;
}

.page-access .section-content .highlight, #tinymce .highlight {
  color: #F27176;
}
.page-access .section-content .address, #tinymce .address {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .address, #tinymce .address {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .address, #tinymce .address {
    font-size: 14px;
  }
}
.page-access .section-content .open-hour, #tinymce .open-hour {
  margin-top: 24px;
  padding: 12px 20px;
  background: #FCE3E4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .open-hour, #tinymce .open-hour {
    height: auto;
    align-items: flex-start;
    padding: 5px 10px;
    margin-top: 4%;
    display: block;
    text-align: center;
  }
}
.page-access .section-content .open-hour, #tinymce .open-hour {
  font-size: 20px;
}
.page-access .section-content .open-hour:before, #tinymce .open-hour:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  flex: none;
  background: url("../images/icon-time@2x.png") no-repeat center/contain;
  margin-right: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .open-hour:before, #tinymce .open-hour:before {
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .open-hour:before, #tinymce .open-hour:before {
    width: 16px;
    height: 22px;
  }
}
.page-access .section-content .open-hour label, #tinymce .open-hour label {
  margin-right: 1.25em;
  flex: none;
  vertical-align: middle;
}
.page-access .section-content .open-hour label, #tinymce .open-hour label {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .open-hour label, #tinymce .open-hour label {
    font-size: 17px;
  }
}
.page-access .section-content .open-hour .detail, #tinymce .open-hour .detail {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .open-hour .detail, #tinymce .open-hour .detail {
    margin-top: 10px;
  }
  .page-access .section-content .open-hour .detail, #tinymce .open-hour .detail {
    font-size: 14px;
  }
}
.page-access .section-content .open-hour .time .item, #tinymce .open-hour .time .item {
  display: inline-block;
  margin-right: 1em;
}
.page-access .section-content .open-hour .note, #tinymce .open-hour .note {
  display: inline-block;
}
.page-access .section-content .open-hour .note, #tinymce .open-hour .note {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .open-hour .note, #tinymce .open-hour .note {
    font-size: 14px;
  }
}
.page-access .section-content .open-hour .note a, #tinymce .open-hour .note a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .open-hour, #tinymce .open-hour {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .open-hour, #tinymce .open-hour {
    font-size: 14px;
  }
}
.page-access .section-content .map, #tinymce .map {
  margin-top: 35px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .map, #tinymce .map {
    height: 360px;
    margin-top: 4%;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .map, #tinymce .map {
    height: 200px;
  }
}
.page-access .section-content .map-indicator, #tinymce .map-indicator {
  margin-top: 2.5%;
  text-align: center;
}
.page-access .section-content .map-indicator a, #tinymce .map-indicator a {
  color: #82BE50;
  padding: 1px 20px;
  border: 1px solid #82BE50;
}
.page-access .section-content .map-indicator a, #tinymce .map-indicator a {
  font-size: 12px;
}
.page-access .section-content .map-note, #tinymce .map-note {
  margin-top: 24px;
}
.page-access .section-content .map-note, #tinymce .map-note {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .map-note, #tinymce .map-note {
    margin-top: 5%;
  }
  .page-access .section-content .map-note, #tinymce .map-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .map-note, #tinymce .map-note {
    font-size: 13px;
  }
}
.page-access .section-content .access-method, #tinymce .access-method {
  margin-top: 5.5%;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method, #tinymce .access-method {
    margin-top: 50px;
  }
  .page-access .section-content .access-method + .access-method, #tinymce .access-method + .access-method {
    margin-top: 25px;
  }
}
.page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
  height: 60px;
  background: #E6F2DC;
  display: flex;
  align-items: center;
}
.page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
  font-size: 23px;
}
.page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
  font-weight: 700;
}
.page-access .section-content .access-method .access-method-title .icon, #tinymce .access-method .access-method-title .icon {
  flex: none;
  width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-access .section-content .access-method .access-method-title .icon img, #tinymce .access-method .access-method-title .icon img {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .access-method .access-method-title .icon, #tinymce .access-method .access-method-title .icon {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method .access-method-title .icon, #tinymce .access-method .access-method-title .icon {
    width: 66px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
    margin-top: 5%;
    height: 44px;
  }
  .page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
    height: 34px;
  }
  .page-access .section-content .access-method .access-method-title, #tinymce .access-method .access-method-title {
    font-size: 13px;
  }
}
.page-access .section-content .access-method .access-method-content, #tinymce .access-method .access-method-content {
  padding-top: 1.25em;
}
.page-access .section-content .access-method .access-method-content, #tinymce .access-method .access-method-content {
  font-size: 18px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .access-method .access-method-content, #tinymce .access-method .access-method-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method .access-method-content, #tinymce .access-method .access-method-content {
    padding-top: 0.75em;
  }
  .page-access .section-content .access-method .access-method-content, #tinymce .access-method .access-method-content {
    font-size: 14px;
    line-height: 1.5;
  }
}
.page-access .section-content .access-method-note, #tinymce .access-method-note {
  margin-top: 5%;
}
.page-access .section-content .access-method-note, #tinymce .access-method-note {
  font-size: 18px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .access-method-note, #tinymce .access-method-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method-note, #tinymce .access-method-note {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.page-access .section-content .access-method-note .access-map, #tinymce .access-method-note .access-map {
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .access-method-note .access-map, #tinymce .access-method-note .access-map {
    margin-top: 8px;
  }
}
.page-access .section-content .parking-method, #tinymce .parking-method {
  margin-top: 10%;
}
.page-access .section-content .parking-method + .parking-method, #tinymce .parking-method + .parking-method {
  margin-top: 5.5%;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method + .parking-method .parking-method-title .parking-method-item .icon img, #tinymce .parking-method + .parking-method .parking-method-title .parking-method-item .icon img {
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method, #tinymce .parking-method {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method, #tinymce .parking-method {
    margin-top: 14%;
  }
}
.page-access .section-content .parking-method .parking-method-title, #tinymce .parking-method .parking-method-title {
  text-align: center;
  flex: none;
  background: #82BE50;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title, #tinymce .parking-method .parking-method-title {
    width: 100px;
    padding: 32px 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title, #tinymce .parking-method .parking-method-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .method, #tinymce .parking-method .parking-method-title .method {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-title .method, #tinymce .parking-method .parking-method-title .method {
    text-align: left;
  }
  .page-access .section-content .parking-method .parking-method-title .method, #tinymce .parking-method .parking-method-title .method {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item {
    display: flex;
    align-items: center;
  }
}
.page-access .section-content .parking-method .parking-method-title .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item {
  font-size: 19px;
  line-height: 1.4210526316;
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item + .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item + .parking-method-item {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item .icon, #tinymce .parking-method .parking-method-title .parking-method-item .icon {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item .icon, #tinymce .parking-method .parking-method-title .parking-method-item .icon {
    margin-right: 10px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-title .parking-method-item:has(~ .parking-method-item), .page-access .section-content .parking-method .parking-method-title .parking-method-item ~ .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item:has(~ .parking-method-item), #tinymce .parking-method .parking-method-title .parking-method-item ~ .parking-method-item {
    width: 45%;
  }
  .page-access .section-content .parking-method .parking-method-title .parking-method-item, #tinymce .parking-method .parking-method-title .parking-method-item {
    font-size: 15px;
  }
}
.page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .note > span, #tinymce .parking-method .parking-method-title .note > span {
    display: block;
  }
}
.page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
  font-size: 25px;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
    margin-top: 0;
    margin-left: 1em;
  }
  .page-access .section-content .parking-method .parking-method-title .note:before, #tinymce .parking-method .parking-method-title .note:before {
    content: "（";
  }
  .page-access .section-content .parking-method .parking-method-title .note:after, #tinymce .parking-method .parking-method-title .note:after {
    content: "）";
  }
  .page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
    margin-left: 0;
  }
  .page-access .section-content .parking-method .parking-method-title .note, #tinymce .parking-method .parking-method-title .note {
    font-size: 17px;
  }
}
.page-access .section-content .parking-method .parking-method-content, #tinymce .parking-method .parking-method-content {
  flex: 1;
}
.page-access .section-content .parking-method .parking-method-content .detail-info, #tinymce .parking-method .parking-method-content .detail-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info, #tinymce .parking-method .parking-method-content .detail-info {
    margin-top: 5%;
  }
}
.page-access .section-content .parking-method .parking-method-content .detail-info td, .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info th {
  margin: 0;
  padding: 0.35em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-access .section-content .parking-method .parking-method-content .detail-info td, .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info th {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info td, .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info th {
    padding: 0.65em 0.5em;
  }
}
.page-access .section-content .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info td {
  font-size: 24px;
  line-height: 1.5;
}
.page-access .section-content .parking-method .parking-method-content .detail-info td .note, #tinymce .parking-method .parking-method-content .detail-info td .note {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info td .note, #tinymce .parking-method .parking-method-content .detail-info td .note {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info td .note, #tinymce .parking-method .parking-method-content .detail-info td .note {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info td {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info td, #tinymce .parking-method .parking-method-content .detail-info td {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info th {
  vertical-align: top;
  background: #F5F5F5;
  width: 6em;
}
.page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info th {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info th {
    vertical-align: middle;
  }
  .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info th {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info th, #tinymce .parking-method .parking-method-content .detail-info th {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .detail-info a, #tinymce .parking-method .parking-method-content .detail-info a {
  color: #82BE50;
}
.page-access .section-content .parking-method .parking-method-content .detail-info, #tinymce .parking-method .parking-method-content .detail-info {
  font-size: 18px;
  line-height: 1.2222222222;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info, #tinymce .parking-method .parking-method-content .detail-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .detail-info, #tinymce .parking-method .parking-method-content .detail-info {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
  margin-top: 24px;
  background: #FCE3E4;
  color: #333;
  text-align: center;
  border: 1px solid #333;
}
.page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
  font-size: 22px;
  line-height: 1.7272727273;
}
.page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
    margin-top: 20px;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
    border: 0;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-title, #tinymce .parking-method .parking-method-content .discount-title {
    font-size: 17px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group, #tinymce .parking-method .parking-method-content .discount-content .discount-group {
  margin-top: 14px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group, #tinymce .parking-method .parking-method-content .discount-content .discount-group {
    margin-top: 24px;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group + .discount-group, #tinymce .parking-method .parking-method-content .discount-content .discount-group + .discount-group {
    margin-top: 14px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .serial, #tinymce .parking-method .parking-method-content .discount-content .discount-group .serial {
  width: 40px;
  background: #3E3A39;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .serial, #tinymce .parking-method .parking-method-content .discount-content .discount-group .serial {
  font-size: 18px;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .serial > span, #tinymce .parking-method .parking-method-content .discount-content .discount-group .serial > span {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  color: #3E3A39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .serial, #tinymce .parking-method .parking-method-content .discount-content .discount-group .serial {
    width: 36px;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .serial, #tinymce .parking-method .parking-method-content .discount-content .discount-group .serial {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-content, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-content {
  flex: 1;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item {
  height: 40px;
  border-bottom: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item {
  font-size: 16px;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item:first-child, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item:first-child {
  border-top: 1px dashed #c2c2c2;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value {
  margin-left: auto;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value {
  font-size: 22px;
}
.page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value.highlight {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item .value, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item .value {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-content .discount-group .group-item, #tinymce .parking-method .parking-method-content .discount-content .discount-group .group-item {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-note, #tinymce .parking-method .parking-method-content .discount-note {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-note, #tinymce .parking-method .parking-method-content .discount-note {
    padding-left: 60px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-note, #tinymce .parking-method .parking-method-content .discount-note {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-note, #tinymce .parking-method .parking-method-content .discount-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-note, #tinymce .parking-method .parking-method-content .discount-note {
    font-size: 13px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-sub, #tinymce .parking-method .parking-method-content .discount-sub {
  margin-top: 12px;
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
  background: #3E3A39;
  color: #ffffff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .page-access .section-content .parking-method .parking-method-content .discount-sub-title, #tinymce .parking-method .parking-method-content .discount-sub-title {
    font-size: 17px;
  }
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-content, #tinymce .parking-method .parking-method-content .discount-sub-content {
  padding-top: 10px;
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-content, #tinymce .parking-method .parking-method-content .discount-sub-content {
  font-size: 24px;
  line-height: 1.6666666667;
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-content .emphasis, #tinymce .parking-method .parking-method-content .discount-sub-content .emphasis {
  font-size: 16px;
}
.page-access .section-content .parking-method .parking-method-content .discount-sub-content .note, #tinymce .parking-method .parking-method-content .discount-sub-content .note {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-sub-content .sp-emphasis, #tinymce .parking-method .parking-method-content .discount-sub-content .sp-emphasis {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .discount-sub-content, #tinymce .parking-method .parking-method-content .discount-sub-content {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .discount-sub-content, #tinymce .parking-method .parking-method-content .discount-sub-content {
    font-size: 17px;
  }
}
.page-access .section-content .parking-method .parking-method-content .sub-groups-title, #tinymce .parking-method .parking-method-content .sub-groups-title {
  margin-top: 1.5em;
}
.page-access .section-content .parking-method .parking-method-content .sub-groups-title, #tinymce .parking-method .parking-method-content .sub-groups-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .sub-groups-title, #tinymce .parking-method .parking-method-content .sub-groups-title {
    text-align: center;
  }
  .page-access .section-content .parking-method .parking-method-content .sub-groups-title, #tinymce .parking-method .parking-method-content .sub-groups-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .parking-method .parking-method-content .sub-groups-title, #tinymce .parking-method .parking-method-content .sub-groups-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .sub-groups, #tinymce .parking-method .parking-method-content .sub-groups {
    display: flex;
    gap: 20px;
  }
}
.page-access .section-content .parking-method .parking-method-content .sub-groups .discount-sub, #tinymce .parking-method .parking-method-content .sub-groups .discount-sub {
  flex: 1;
}
.page-access .section-content .parking-method .parking-method-content .sub-groups .discount-sub .discount-sub-content, #tinymce .parking-method .parking-method-content .sub-groups .discount-sub .discount-sub-content {
  padding-top: 0;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info, #tinymce .parking-method .parking-method-content .sub-detail-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info, #tinymce .parking-method .parking-method-content .sub-detail-info {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .parking-method .parking-method-content .sub-detail-info, #tinymce .parking-method .parking-method-content .sub-detail-info {
    font-size: 14px;
  }
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info td, .page-access .section-content .parking-method .parking-method-content .sub-detail-info th, #tinymce .parking-method .parking-method-content .sub-detail-info td, #tinymce .parking-method .parking-method-content .sub-detail-info th {
  margin: 0;
  padding: 0.35em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info td, .page-access .section-content .parking-method .parking-method-content .sub-detail-info th, #tinymce .parking-method .parking-method-content .sub-detail-info td, #tinymce .parking-method .parking-method-content .sub-detail-info th {
  font-weight: normal;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info td, #tinymce .parking-method .parking-method-content .sub-detail-info td {
  white-space: nowrap;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info td:last-child, #tinymce .parking-method .parking-method-content .sub-detail-info td:last-child {
  background: #F5F5F5;
}
.page-access .section-content .parking-method .parking-method-content .sub-detail-info th, #tinymce .parking-method .parking-method-content .sub-detail-info th {
  vertical-align: top;
  background: #F5F5F5;
}
.page-access .section-content .ev-method, #tinymce .ev-method {
  margin-top: 5.5%;
  margin-bottom: 5.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #82BE50;
}
@media screen and (min-width: 768px) {
  .page-access .section-content .ev-method, #tinymce .ev-method {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .ev-method, #tinymce .ev-method {
    height: auto;
    padding: 10px;
  }
}
.page-access .section-content .ev-method .ev-method-title, #tinymce .ev-method .ev-method-title {
  flex: none;
  margin-right: 32px;
  margin-left: 12px;
  color: #82BE50;
  display: flex;
  align-items: center;
}
.page-access .section-content .ev-method .ev-method-title, #tinymce .ev-method .ev-method-title {
  font-size: 22px;
}
.page-access .section-content .ev-method .ev-method-title .icon, #tinymce .ev-method .ev-method-title .icon {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .ev-method .ev-method-title .icon, #tinymce .ev-method .ev-method-title .icon {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .ev-method .ev-method-title .icon, #tinymce .ev-method .ev-method-title .icon {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-access .section-content .ev-method .ev-method-title, #tinymce .ev-method .ev-method-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-access .section-content .ev-method .ev-method-title, #tinymce .ev-method .ev-method-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .ev-method .ev-method-title, #tinymce .ev-method .ev-method-title {
    font-size: 17px;
  }
}
.page-access .section-content .ev-method .ev-method-content, #tinymce .ev-method .ev-method-content {
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
}
.page-access .section-content .ev-method .ev-method-content a, #tinymce .ev-method .ev-method-content a {
  color: #333;
}
.page-access .section-content .ev-method .ev-method-content, #tinymce .ev-method .ev-method-content {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-access .section-content .ev-method .ev-method-content, #tinymce .ev-method .ev-method-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-access .section-content .ev-method .ev-method-content, #tinymce .ev-method .ev-method-content {
    font-size: 12px;
  }
}

#tinymce .map > span {
  width: 100%;
  height: 100%;
}

.page-facility {
  padding-bottom: 5%;
}
.page-facility .section-content .introduction {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .introduction {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .introduction .text {
    width: 452px;
    flex: none;
  }
}
.page-facility .section-content .introduction .image {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .introduction .image {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .introduction .image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .introduction .image img {
    max-width: 280px;
  }
}
.page-facility .section-content .introduction .introduction-title {
  margin-bottom: 1em;
}
.page-facility .section-content .introduction .introduction-title {
  font-size: 23px;
  line-height: 1.5217391304;
}
.page-facility .section-content .introduction .introduction-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .introduction .introduction-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .introduction .introduction-title {
    font-size: 16px;
  }
}
.page-facility .section-content .introduction .introduction-content {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .introduction .introduction-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .introduction .introduction-content {
    font-size: 13px;
  }
}
.page-facility .section-content .company {
  overflow: hidden;
  margin-top: 3%;
  border: 1px solid #333333;
  padding: 16px 10px;
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .company {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .company {
    margin-top: 8%;
    padding: 10px;
  }
}
.page-facility .section-content .company .company-title {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .company .company-title {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .company .company-title {
    margin-bottom: 10px;
  }
}
.page-facility .section-content .company .company-title img {
  max-width: 174px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .company .company-title img {
    max-width: 130px;
  }
}
.page-facility .section-content .company .company-content {
  flex: none;
}
.page-facility .section-content .company .company-content {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .company .company-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .page-facility .section-content .company .company-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .company .company-content {
    font-size: 13px;
  }
}
.page-facility .section-content .facility-title {
  margin-top: 9.25%;
  height: 60px;
  background: #E6F2DC;
  display: flex;
  align-items: center;
}
.page-facility .section-content .facility-title {
  font-size: 23px;
}
.page-facility .section-content .facility-title {
  font-weight: 500;
}
.page-facility .section-content .facility-title .icon {
  width: 100px;
  text-align: center;
}
.page-facility .section-content .facility-title .icon img {
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .facility-title .icon {
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .facility-title .icon {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .facility-title {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-facility .section-content .facility-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .facility-title {
    font-size: 14px;
  }
}
.page-facility .section-content .facility-faq-group {
  margin-top: 4.5%;
}
.page-facility .section-content .facility-faq-group .facility-faq-group-title {
  border-bottom: 2px solid #82BE50;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.page-facility .section-content .facility-faq-group .facility-faq-group-title .icon {
  width: 100px;
  text-align: center;
}
.page-facility .section-content .facility-faq-group .facility-faq-group-title .icon img {
  max-width: 75%;
  max-height: 40px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .facility-faq-group .facility-faq-group-title .icon {
    width: 75px;
  }
  .page-facility .section-content .facility-faq-group .facility-faq-group-title .icon img {
    max-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .facility-faq-group .facility-faq-group-title .icon {
    width: 50px;
  }
  .page-facility .section-content .facility-faq-group .facility-faq-group-title .icon img {
    max-height: 30px;
  }
}
.page-facility .section-content .facility-faq-group .facility-faq-group-title {
  font-size: 25px;
}
.page-facility .section-content .facility-faq-group .facility-faq-group-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .facility-faq-group .facility-faq-group-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .facility-faq-group .facility-faq-group-title {
    font-size: 14px;
  }
}
.page-facility .section-content .facility-faq-group .facility-faq-group-content {
  margin-top: 20px;
}
.page-facility .section-content .faq {
  border-bottom: 1px dashed #C2C2C2;
}
.page-facility .section-content .faq.active {
  border-bottom-color: transparent;
}
.page-facility .section-content .faq.active .faq-title {
  background: #EBEBEB;
}
.page-facility .section-content .faq.active .faq-title:after {
  transform: rotate(225deg);
}
.page-facility .section-content .faq .faq-title {
  height: 70px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-facility .section-content .faq .faq-title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 36px;
  margin: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .faq .faq-title:after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .faq .faq-title:after {
    border-right-width: 1px;
    border-bottom-width: 1px;
    width: 8px;
    height: 8px;
    right: 12px;
  }
}
.page-facility .section-content .faq .faq-title {
  font-size: 17px;
}
.page-facility .section-content .faq .faq-title .icon {
  width: 100px;
  text-align: center;
}
.page-facility .section-content .faq .faq-title .icon img {
  max-width: 75%;
  max-height: 40px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .faq .faq-title .icon {
    width: 75px;
  }
  .page-facility .section-content .faq .faq-title .icon img {
    max-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .faq .faq-title .icon {
    width: 50px;
  }
  .page-facility .section-content .faq .faq-title .icon img {
    max-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .faq .faq-title {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-facility .section-content .faq .faq-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .faq .faq-title {
    font-size: 14px;
  }
}
.page-facility .section-content .faq .faq-content {
  height: 0;
  padding-left: 100px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.page-facility .section-content .faq .faq-content {
  font-size: 17px;
  line-height: 1.9411764706;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .faq .faq-content {
    padding-left: 75px;
  }
  .page-facility .section-content .faq .faq-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .faq .faq-content {
    padding-left: 50px;
  }
  .page-facility .section-content .faq .faq-content {
    font-size: 13px;
  }
}
.page-facility .section-content .faq .faq-content.expanding, .page-facility .section-content .faq .faq-content.collapsing {
  transition: height 0.3s ease-in-out;
}
.page-facility .section-content .faq .faq-content .collapse-wrap {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-facility .section-content .faq .faq-content a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .faq .faq-content .group {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .faq .faq-content .group .image {
    margin-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .faq .faq-content .group .image {
    margin-bottom: 10px;
  }
}
.page-facility .section-content .parking-method-content {
  margin-top: 20px;
}
.page-facility .section-content .parking-method-content .detail-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .detail-info {
    margin-top: 5%;
  }
}
.page-facility .section-content .parking-method-content .detail-info td, .page-facility .section-content .parking-method-content .detail-info th {
  margin: 0;
  padding: 0.35em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-facility .section-content .parking-method-content .detail-info td, .page-facility .section-content .parking-method-content .detail-info th {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .detail-info td, .page-facility .section-content .parking-method-content .detail-info th {
    padding: 0.65em 0.5em;
  }
}
.page-facility .section-content .parking-method-content .detail-info td {
  font-size: 17px;
  line-height: 1.8235294118;
}
.page-facility .section-content .parking-method-content .detail-info td .note {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .detail-info td .note {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .detail-info td .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .detail-info td {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .detail-info td {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .detail-info th {
  vertical-align: top;
  background: #F5F5F5;
  width: 6em;
}
.page-facility .section-content .parking-method-content .detail-info th {
  font-size: 17px;
  line-height: 1.8235294118;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .detail-info th {
    vertical-align: middle;
  }
  .page-facility .section-content .parking-method-content .detail-info th {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .detail-info th {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .detail-info a {
  color: #82BE50;
}
.page-facility .section-content .parking-method-content .detail-info {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .detail-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .detail-info {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .discount-title {
  margin-top: 24px;
  background: #FCE3E4;
  color: #333;
  text-align: center;
  border: 1px solid #333;
}
.page-facility .section-content .parking-method-content .discount-title {
  font-size: 22px;
  line-height: 1.7272727273;
}
.page-facility .section-content .parking-method-content .discount-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-title {
    margin-top: 20px;
  }
  .page-facility .section-content .parking-method-content .discount-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-title {
    border: 0;
  }
  .page-facility .section-content .parking-method-content .discount-title {
    font-size: 17px;
  }
}
.page-facility .section-content .parking-method-content .discount-content .discount-group {
  margin-top: 14px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group {
    margin-top: 24px;
  }
  .page-facility .section-content .parking-method-content .discount-content .discount-group + .discount-group {
    margin-top: 14px;
  }
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .serial {
  width: 40px;
  background: #3E3A39;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .serial {
  font-size: 18px;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .serial > span {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  color: #3E3A39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .serial {
    width: 36px;
  }
  .page-facility .section-content .parking-method-content .discount-content .discount-group .serial {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-content {
  flex: 1;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item {
  height: 40px;
  border-bottom: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item {
  font-size: 16px;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item:first-child {
  border-top: 1px dashed #c2c2c2;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value {
  margin-left: auto;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value {
  font-size: 22px;
}
.page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value.highlight {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value.highlight {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value.highlight {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item .value {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-content .discount-group .group-item {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .discount-note {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-note {
    padding-left: 60px;
  }
}
.page-facility .section-content .parking-method-content .discount-note {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-note {
    font-size: 13px;
  }
}
.page-facility .section-content .parking-method-content .discount-sub {
  margin-top: 12px;
}
.page-facility .section-content .parking-method-content .discount-sub-title {
  background: #3E3A39;
  color: #ffffff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-facility .section-content .parking-method-content .discount-sub-title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-sub-title {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  .page-facility .section-content .parking-method-content .discount-sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-sub-title {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .page-facility .section-content .parking-method-content .discount-sub-title {
    font-size: 14px;
  }
}
.page-facility .section-content .parking-method-content .discount-sub-content {
  padding-top: 10px;
}
.page-facility .section-content .parking-method-content .discount-sub-content {
  font-size: 24px;
  line-height: 1.6666666667;
}
.page-facility .section-content .parking-method-content .discount-sub-content .emphasis {
  font-size: 16px;
}
.page-facility .section-content .parking-method-content .discount-sub-content .note {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-sub-content .sp-emphasis {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .discount-sub-content {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .discount-sub-content {
    font-size: 18px;
  }
}
.page-facility .section-content .parking-method-content .sub-groups-title {
  margin-top: 1.5em;
}
.page-facility .section-content .parking-method-content .sub-groups-title {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .sub-groups-title {
    text-align: center;
  }
  .page-facility .section-content .parking-method-content .sub-groups-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .sub-groups-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .page-facility .section-content .parking-method-content .sub-groups {
    display: flex;
    gap: 20px;
  }
}
.page-facility .section-content .parking-method-content .sub-groups .discount-sub {
  flex: 1;
}
.page-facility .section-content .parking-method-content .sub-groups .discount-sub .discount-sub-content {
  padding-top: 0;
}
.page-facility .section-content .parking-method-content .sub-detail-info {
  width: 100%;
  border-top: 1px dashed #c2c2c2;
  border-spacing: 0;
}
.page-facility .section-content .parking-method-content .sub-detail-info {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-facility .section-content .parking-method-content .sub-detail-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-facility .section-content .parking-method-content .sub-detail-info {
    font-size: 12px;
  }
}
.page-facility .section-content .parking-method-content .sub-detail-info td, .page-facility .section-content .parking-method-content .sub-detail-info th {
  margin: 0;
  padding: 0.35em 0.75em;
  text-align: left;
  border-bottom: 1px dashed #c2c2c2;
}
.page-facility .section-content .parking-method-content .sub-detail-info td, .page-facility .section-content .parking-method-content .sub-detail-info th {
  font-weight: normal;
}
.page-facility .section-content .parking-method-content .sub-detail-info td {
  white-space: nowrap;
}
.page-facility .section-content .parking-method-content .sub-detail-info td:last-child {
  background: #F5F5F5;
}
.page-facility .section-content .parking-method-content .sub-detail-info th {
  vertical-align: top;
  background: #F5F5F5;
}

.page-privacy {
  padding-bottom: 10%;
}
.page-privacy .section-title .ja {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .page-privacy .section-title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-privacy .section-title .ja {
    font-size: 14px;
  }
}
.page-privacy .section-content .content {
  margin-top: 3.5%;
}
.page-privacy .section-content .content {
  font-size: 16px;
  line-height: 1.5625;
}
.page-privacy .section-content .content h2 {
  font-size: 18px;
}
.page-privacy .section-content .content h2 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-privacy .section-content .content h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-privacy .section-content .content h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-privacy .section-content .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-privacy .section-content .content {
    font-size: 12px;
  }
}
.page-privacy .section-content .content .signature {
  text-align: right;
  margin-top: 1em;
}
.page-privacy .section-content .career {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #3E3A39;
}
@media screen and (min-width: 768px) {
  .page-privacy .section-content .career {
    margin-top: 5%;
    height: 58px;
    padding: 0 27px;
  }
}
.page-privacy .section-content .career .career-title {
  flex: none;
}
@media screen and (min-width: 768px) {
  .page-privacy .section-content .career .career-title {
    margin-right: 2em;
  }
}
.page-privacy .section-content .career .career-title {
  font-size: 18px;
}
.page-privacy .section-content .career .career-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-privacy .section-content .career .career-title {
    margin-bottom: 1em;
  }
  .page-privacy .section-content .career .career-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-privacy .section-content .career .career-title {
    font-size: 14px;
  }
}
.page-privacy .section-content .career .career-content {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-privacy .section-content .career {
    display: flex;
    align-items: center;
  }
}
.page-privacy .section-content .career a {
  color: #82BE50;
  text-decoration: underline;
}

.page-about {
  padding-bottom: 10%;
}
.page-about .section-title .ja {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .page-about .section-title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-about .section-title .ja {
    font-size: 14px;
  }
}
.page-about .section-content {
  margin-top: 3.5%;
}
.page-about .section-content {
  font-size: 16px;
  line-height: 1.5625;
}
.page-about .section-content h2 {
  font-size: 18px;
}
.page-about .section-content h2 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-about .section-content h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-about .section-content h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-about .section-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-about .section-content {
    font-size: 12px;
  }
}
.page-about .section-content .signature {
  text-align: right;
  margin-top: 1em;
}

.page-sitemap {
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page-sitemap .section-content {
    margin-top: 2%;
  }
}
.page-sitemap .section-content .sitemap-item a {
  color: #333;
}
.page-sitemap .section-content .sitemap-item .sitemap-item-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #82BE50;
}
.page-sitemap .section-content .sitemap-item .sitemap-item-title {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-title {
    padding-bottom: 8px;
  }
  .page-sitemap .section-content .sitemap-item .sitemap-item-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-title {
    padding-bottom: 6px;
  }
}
.page-sitemap .section-content .sitemap-item .sitemap-item-content {
  padding-top: 3%;
}
.page-sitemap .section-content .sitemap-item .sitemap-item-content {
  font-size: 14px;
}
.page-sitemap .section-content .sitemap-item .sitemap-item-content a {
  position: relative;
  margin-left: 1em;
  color: #82BE50;
  padding-bottom: 0.125em;
  border-bottom: 1px solid #82BE50;
}
.page-sitemap .section-content .sitemap-item .sitemap-item-content a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  border-top: 2px solid #82BE50;
  border-right: 2px solid #82BE50;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-content a {
    margin-right: 2em;
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-content a ~ a {
    margin-left: 4em;
  }
}
@media screen and (max-width: 768px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-content a ~ a {
    margin-left: 2em;
  }
}
@media screen and (max-width: 480px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-content a ~ a {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .page-sitemap .section-content .sitemap-item .sitemap-item-content {
    font-size: 12px;
  }
}
.page-sitemap .section-content .sitemap-item + .sitemap-item {
  margin-top: 5%;
}
@media screen and (max-width: 480px) {
  .page-sitemap .section-content .sitemap-item + .sitemap-item {
    margin-top: 10%;
  }
}

.page-event {
  padding-bottom: 10%;
}
.page-event .section-title .ja {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .page-event .section-title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-event .section-title .ja {
    font-size: 14px;
  }
}
.page-event .section-content .content {
  margin-top: 3.5%;
}
.page-event .section-content .content .image {
  margin-bottom: 20px;
  text-align: center;
}
.page-event .section-content .content {
  font-size: 16px;
  line-height: 1.5625;
}
.page-event .section-content .content h2 {
  font-size: 18px;
}
.page-event .section-content .content h2 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-event .section-content .content h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-event .section-content .content h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-event .section-content .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-event .section-content .content {
    font-size: 12px;
  }
}
