@charset "UTF-8";
/* Layout */
:root {
  --main-color: #765E48;
  --sub-color: #FAEEEA;
  --accent-color: #FFCBA8;
  --accent2-color: #B49C8A;
  --metsa-color: #199149;
  --heading-color: #B49C8A;
  --heading-text-color: #fff;
  --font-color: #604C3F;
}

.l-contents-entry, .l-contents-entry--single {
  margin-bottom: 8rem;
}
.l-contents-entry p, .l-contents-entry--single p {
  font-size: 1rem;
  margin: 0 0 1.5625rem 0;
}
.l-contents-entry table, .l-contents-entry--single table {
  width: 100%;
  margin: 50px auto 0;
  font-size: 1.25rem;
  border: 1px solid #765E48;
  border-bottom: 0;
}
.l-contents-entry table tr, .l-contents-entry--single table tr {
  border-bottom: 1px solid #765E48;
}
.l-contents-entry table th, .l-contents-entry--single table th {
  width: 216px;
  padding: 10px 20px;
  background-color: #B49C8A;
  color: #fff;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #765E48;
}
@media (max-width: 568px) {
  .l-contents-entry table th, .l-contents-entry--single table th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.l-contents-entry table td, .l-contents-entry--single table td {
  padding: 12px 50px;
}
@media (max-width: 568px) {
  .l-contents-entry table td, .l-contents-entry--single table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.l-contents-entry table.table-price, .l-contents-entry--single table.table-price {
  width: 100%;
  font-size: 0.8125em;
  border-top: 1px solid #ccc;
}
.l-contents-entry table.table-price tr, .l-contents-entry--single table.table-price tr {
  border-bottom: 1px solid #ccc;
}
.l-contents-entry table.table-price th, .l-contents-entry--single table.table-price th {
  padding: 10px 20px;
  text-align: left;
  background-color: #eee;
}
.l-contents-entry table.table-price td, .l-contents-entry--single table.table-price td {
  padding: 10px 20px;
  text-align: right;
}
.l-contents-entry table.table-price--multiple, .l-contents-entry--single table.table-price--multiple {
  width: 100%;
  font-size: 0.8125em;
  border-top: 1px solid #ccc;
}
.l-contents-entry table.table-price--multiple tr, .l-contents-entry--single table.table-price--multiple tr {
  border-bottom: 1px solid #ccc;
}
.l-contents-entry table.table-price--multiple th, .l-contents-entry--single table.table-price--multiple th {
  padding: 10px 20px;
  text-align: left;
  background-color: #eee;
}
.l-contents-entry table.table-price--multiple td, .l-contents-entry--single table.table-price--multiple td {
  padding: 10px 20px;
  text-align: center;
}
.l-contents-entry table.table-price--border th, .l-contents-entry--single table.table-price--border th {
  width: 1px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.l-contents-entry table.table-price--border td, .l-contents-entry--single table.table-price--border td {
  border: 1px solid #ccc;
}
.l-contents-entry ol, .l-contents-entry--single ol {
  padding-left: 2em;
  font-size: 1rem;
}
.l-contents-entry ol li ol, .l-contents-entry--single ol li ol,
.l-contents-entry ol li ul,
.l-contents-entry--single ol li ul {
  font-size: 1rem;
}
.l-contents-entry ul, .l-contents-entry--single ul {
  margin: 1em 0;
  font-size: 1rem;
}
.l-contents-entry ul li ul, .l-contents-entry--single ul li ul,
.l-contents-entry ul li ol,
.l-contents-entry--single ul li ol {
  font-size: 1rem;
}
.l-contents-entry ul.disc, .l-contents-entry--single ul.disc {
  margin-left: 1.2em;
  list-style-type: disc;
}
.l-contents-entry ul.list-notice li, .l-contents-entry--single ul.list-notice li {
  position: relative;
  padding-left: 1.5em;
}
.l-contents-entry ul.list-notice li:before, .l-contents-entry--single ul.list-notice li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents-entry dl, .l-contents-entry--single dl {
  font-size: 1rem;
}
.l-contents-entry dl dd, .l-contents-entry--single dl dd {
  margin: 0 0 10px;
}
.l-contents-entry dl dd ul, .l-contents-entry--single dl dd ul,
.l-contents-entry dl dd ol,
.l-contents-entry--single dl dd ol {
  font-size: 1rem;
}
.l-contents-entry dl dd:last-child, .l-contents-entry--single dl dd:last-child {
  margin-bottom: 0;
}
.l-contents-entry .news-single, .l-contents-entry--single .news-single {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .l-contents-entry table.table-price th, .l-contents-entry--single table.table-price th,
  .l-contents-entry table.table-price td,
  .l-contents-entry--single table.table-price td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
  }
  .l-contents-entry table.table-price--multiple th, .l-contents-entry--single table.table-price--multiple th,
  .l-contents-entry table.table-price--multiple td,
  .l-contents-entry--single table.table-price--multiple td {
    padding: 10px;
  }
}
.l-contents-entry--single img {
  width: 100%;
}

/* Component */
.c-breadcrumbs {
  margin: 0 40px;
  padding: 15px 0;
  background-color: #FAEEEA;
}

.c-breadcrumbs:after {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.c-breadcrumbs__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.c-breadcrumbs__item {
  display: inline-block;
  color: #765E48;
  font-size: 20px;
  font-weight: 400;
}

.c-breadcrumbs__item:after {
  content: "　＞　";
  display: inline-block;
  color: #765E48;
  font-size: 20px;
  font-weight: 400;
}

.c-breadcrumbs__item img {
  display: none;
}

.c-breadcrumbs__item a {
  display: inline-block;
  color: #765E48;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.c-breadcrumbs__item a:hover {
  opacity: 0.7;
}

.c-breadcrumbs__item a img {
  width: auto;
  height: 16px;
  margin-right: 5px;
}

.c-breadcrumbs__item:last-child:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin: 0;
    padding: 5px 0;
  }
  .c-breadcrumbs__item {
    font-size: 12px;
  }
  .c-breadcrumbs__item:after {
    font-size: 12px;
  }
  .c-breadcrumbs__item a {
    font-size: 12px;
  }
}
.c-button-box, .c-button-box--daidai {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 206px;
  min-height: 46px;
  border: 1px solid #707070;
  font-size: 1rem;
  color: #4B4B4B;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-clip: unset;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-button-box:after, .c-button-box--daidai:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  transform: skewX(15deg);
  background-color: #765E48;
  transition: all 0.5s ease;
}

.c-button-box:hover, .c-button-box--daidai:hover {
  color: white;
}

.c-button-box:hover:after, .c-button-box--daidai:hover:after {
  width: 120%;
}

.c-button-box.c-button-box--pink, .c-button-box--pink.c-button-box--daidai {
  background-color: #FAEFEB;
  border: 0;
}

.c-button-box.c-button-box--red, .c-button-box--red.c-button-box--daidai {
  background-color: #D93434;
  border: 0;
  color: #fff;
}

.c-button-box.c-button-box--red::after, .c-button-box--red.c-button-box--daidai::after {
  background-color: #fff;
}

.c-button-box.c-button-box--red:hover, .c-button-box--red.c-button-box--daidai:hover {
  border: 1px solid #D93434;
}

.c-button-box.c-button-box--dark-pink, .c-button-box--dark-pink.c-button-box--daidai {
  background-color: #E9787B;
  border: 0;
  color: #fff;
}

.c-button-box--daidai {
  background-color: #FFCBA8;
  border: 0;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #765E48;
}
.c-button-box--daidai:hover {
  color: #765E48;
  border: 1px solid #765E48;
}
.c-button-box--daidai::after {
  background-color: #fff;
}

@media (max-width: 544px) {
  .c-button-box.c-button-box--daidai, .c-button-box--daidai {
    height: 25px;
    width: 155px;
    font-size: 12px;
  }
}
.c-button-box.c-button-box--red.bg-e9787b, .c-button-box--red.bg-e9787b.c-button-box--daidai {
  border: thin solid #e9787b;
}

.c-button-box.c-button-box--red.bg-df6b3e, .c-button-box--red.bg-df6b3e.c-button-box--daidai {
  border: thin solid #df6b3e;
}

.c-button-box.c-button-box--red.bg-83648e, .c-button-box--red.bg-83648e.c-button-box--daidai {
  border: thin solid #83648e;
}

.c-button-box.c-button-box--red.bg-d93434, .c-button-box--red.bg-d93434.c-button-box--daidai {
  border: thin solid #d93434;
}

.c-button-box.c-button-box--red.bg-4697c5, .c-button-box--red.bg-4697c5.c-button-box--daidai {
  border: thin solid #4697c5;
}

.c-button-box.c-button-box--red.bg-80ae3e, .c-button-box--red.bg-80ae3e.c-button-box--daidai {
  border: thin solid #80ae3e;
}

.c-button-box.c-button-box--red.bg-e9787b:hover, .c-button-box--red.bg-e9787b.c-button-box--daidai:hover {
  color: #e9787b;
  border: thin solid #e9787b;
}

.c-button-box.c-button-box--red.bg-df6b3e:hover, .c-button-box--red.bg-df6b3e.c-button-box--daidai:hover {
  color: #df6b3e;
  border: thin solid #df6b3e;
}

.c-button-box.c-button-box--red.bg-83648e:hover, .c-button-box--red.bg-83648e.c-button-box--daidai:hover {
  color: #83648e;
  border: thin solid #83648e;
}

.c-button-box.c-button-box--red.bg-d93434:hover, .c-button-box--red.bg-d93434.c-button-box--daidai:hover {
  color: #d93434;
  border: thin solid #d93434;
}

.c-button-box.c-button-box--red.bg-4697c5:hover, .c-button-box--red.bg-4697c5.c-button-box--daidai:hover {
  color: #4697c5;
  border: thin solid #4697c5;
}

.c-button-box.c-button-box--red.bg-80ae3e:hover, .c-button-box--red.bg-80ae3e.c-button-box--daidai:hover {
  color: #80ae3e;
  border: thin solid #80ae3e;
}

.c-button-language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 34px;
  margin: 0 auto;
  background-color: #fff;
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  color: #765E48;
  text-decoration: none;
}

.c-button--language svg path {
  fill: #765E48;
}

/*--- c-button ---*/
.c-button, .c-button--small, .c-button--round, .c-button--pink, .c-button--brown, .c-button--daidai, .c-button--back, .c-button--mesta, .c-button--green, .c-button--gold {
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 470px;
  width: fit-content;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 120px;
  background-color: #fff;
  font-size: 1.25rem;
  color: #765E48;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #765E48;
  border-radius: 0;
  background-clip: padding-box;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-button::before, .c-button--small::before, .c-button--round::before, .c-button--pink::before, .c-button--brown::before, .c-button--daidai::before, .c-button--back::before, .c-button--mesta::before, .c-button--green::before, .c-button--gold::before {
  content: "";
  display: block;
  width: 42px;
  height: 12px;
  background-image: url("/assets/images/common/icon_button-arrow-brown.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: auto;
  right: 14%;
  z-index: -2;
  transform: translateY(-50%);
}
.c-button::after, .c-button--small::after, .c-button--round::after, .c-button--pink::after, .c-button--brown::after, .c-button--daidai::after, .c-button--back::after, .c-button--mesta::after, .c-button--green::after, .c-button--gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  transform: skewX(15deg);
  background-color: #765E48;
  transition: all 0.5s ease;
}
.c-button:hover, .c-button--small:hover, .c-button--round:hover, .c-button--pink:hover, .c-button--brown:hover, .c-button--daidai:hover, .c-button--back:hover, .c-button--mesta:hover, .c-button--green:hover, .c-button--gold:hover {
  color: white !important;
}
.c-button:hover::after, .c-button--small:hover::after, .c-button--round:hover::after, .c-button--pink:hover::after, .c-button--brown:hover::after, .c-button--daidai:hover::after, .c-button--back:hover::after, .c-button--mesta:hover::after, .c-button--green:hover::after, .c-button--gold:hover::after {
  width: 120%;
}

.c-button--gold {
  background-color: #b49c8a;
  border: 0;
  color: #fff;
}
.c-button--gold::before {
  background-image: url("/assets/images/common/icon_button-arrow-white.svg");
}

.c-button--green {
  border-color: #199149;
  color: #199149;
}
.c-button--green::after {
  background-color: #199149;
}
.c-button--green::before {
  background-image: url("/assets/images/common/icon_button-arrow-green.svg");
}

.c-button--mesta {
  border-color: #A8C588;
  color: #A8C588;
}
.c-button--mesta::after {
  background-color: #A8C588;
}
.c-button--mesta::before {
  background-image: url("/assets/images/common/icon_button-arrow-green.svg");
}

.c-button--back::before {
  transform: scale(-1, 1) translateY(-50%);
  left: 14%;
  right: auto;
}

.c-button--daidai {
  background-color: #FFCBA8;
  border: 0;
  color: #765E48;
}
.c-button--daidai::before {
  background-image: url("/assets/images/common/icon_button-arrow-brown.svg");
}

.c-button--brown {
  background-color: #765E48;
  border: 0;
  color: #fff;
}
.c-button--brown::before {
  background-image: url("/assets/images/common/icon_button-arrow-white.svg");
}
.c-button--brown::after {
  background-color: #b49c8a;
}

.c-button--pink {
  background-color: #FAEFEB;
  border: 0;
  color: #765E48;
}
.c-button--pink::before {
  background-image: url("/assets/images/common/icon_button-arrow-brown.svg");
}

.c-button--round {
  width: 200px;
  height: 36px;
  border-radius: 18px;
}
.c-button--round::before {
  background-position: right 20px top 16px;
}

.c-button--small {
  flex-direction: row-reverse;
  align-items: center;
  min-width: 200px;
  min-height: auto;
  padding: 10px 0 10px 10px;
  font-weight: 700;
}
.c-button--small::before {
  height: 11px;
  width: 35px;
  margin: 10px 0 0 6px;
  position: unset;
  top: unset;
  left: unset;
  right: unset;
}

@media (max-width: 568px) {
  .c-button, .c-button--gold, .c-button--green, .c-button--mesta, .c-button--back, .c-button--daidai, .c-button--brown, .c-button--pink, .c-button--round, .c-button--small {
    min-height: 70px;
    min-width: 0;
    width: 90%;
    padding: 5px 50px;
  }
  .c-button::before, .c-button--gold::before, .c-button--green::before, .c-button--mesta::before, .c-button--back::before, .c-button--daidai::before, .c-button--brown::before, .c-button--pink::before, .c-button--round::before, .c-button--small::before {
    width: 30px;
    right: 8%;
  }
  .c-button--small {
    min-height: auto;
    min-width: 200px;
    width: auto;
    padding: 10px 0 10px 10px;
  }
  .c-button--back::before {
    right: auto;
    left: 8%;
  }
}
/* 旧クラスを全て置換するのは難しいためこちらに記述 */
.button, .button-blue,
.button-round {
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8125em;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent;
  background-clip: padding-box;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.button:before, .button-blue:before,
.button-round:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/images/common/icon_button-arrow.svg") no-repeat right 20px top 22.5px/15px 5px;
  background-color: white;
}

.button:after, .button-blue:after,
.button-round:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  transform: skewX(15deg);
  background-color: #333;
  transition: all 0.5s ease;
}

.button:hover, .button-blue:hover,
.button-round:hover {
  color: white;
}

.button:hover:after, .button-blue:hover:after,
.button-round:hover:after {
  width: 120%;
}

.button-blue {
  width: fit-content;
  height: 60px;
  padding: 0 20px;
  background-color: #0f73a0;
  border: 0;
  color: #fff;
}
.button-blue::before {
  background-color: #0f73a0;
  background-image: none;
}

.button.back:before, .back.button-blue:before,
.back.button-round:before {
  background: url("../images/common/icon_button-back.svg") no-repeat left 10px center/30px 30px;
}

.button-round {
  width: 200px;
  height: 36px;
  border-radius: 18px;
}

.button-round:before {
  background-position: right 20px top 16px;
}

.button-reserve {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 50px;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  background-color: #ff6600;
}

.button-reserve:hover {
  opacity: 0.8;
  color: white;
}

.c-card {
  display: block;
  text-decoration: none;
}
.c-card__image {
  width: 100%;
  position: relative;
}
.c-card__image::before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card__title {
  padding: 11px 0;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}
.c-card.--orange {
  background-color: #DF6B3E;
}
.c-card.--purple {
  background-color: #83648E;
}
.c-card.--green {
  background-color: #6FAFA9;
}
.c-card.--yellow {
  background-color: #FFE249;
}
.c-card.--yellow .c-card__title {
  color: #765E48;
}
.c-card.--accent {
  background-color: #FFCBA8;
}
.c-card.--accent2 {
  background-color: #B49C8A;
}

.c-card-attention {
  width: 50%;
  margin-bottom: 50px;
  padding-left: 50px;
}

.c-card-attention__image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-card-attention__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}

.c-card-attention__title {
  margin: 0 0 10px;
  font-size: 1em;
  line-height: 1.3;
}

.c-card-attention__content {
  font-size: 0.8125em;
}

.c-card-other {
  padding: 0 5px;
}

.c-card-other a {
  display: block;
  color: #604C3F;
  text-decoration: none;
}

.c-card-other a img {
  width: 100%;
  margin-bottom: 10px;
}

.c-card-other a h4 {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.c-card-recommend {
  width: 50%;
  margin-bottom: 50px;
}

.c-card-recommend__image {
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-card-recommend__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}

.c-card-recommend__title,
.c-card-recommend__price {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.3;
}

.c-card-recommend__content {
  font-size: 1rem;
}

.c-close-wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}

.c-close-wrap.open {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-hamburger {
  display: none;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 76px;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #765E48;
  transition: all 0.4s ease;
}

.c-hamburger span:nth-child(2) {
  margin: 10px 0;
}

.c-hamburger p {
  margin: 5px 0 0 0;
  color: #765E48;
  line-height: 1;
}

.c-hamburger.fixed {
  position: fixed;
}

.c-hamburger.open {
  background-color: transparent;
}

.c-hamburger.open span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
  background-color: #fff;
}

.c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
  background-color: #fff;
}

.c-hamburger.open p {
  opacity: 0;
}

.c-hamburger.hide {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .c-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 568px) {
  .c-hamburger {
    width: 55px;
    height: 52px;
    top: 32px;
  }
  .c-hamburger span {
    left: 15px;
    width: 21px;
    height: 2px;
  }
  .c-hamburger span:nth-child(2) {
    margin: 3px 0;
  }
  .c-hamburger.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .c-hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger.open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .c-hamburger p {
    margin-top: 3px;
    font-size: 10px;
  }
}
.c-heading-vertical {
  margin-bottom: 30px;
  text-align: center;
}
.c-heading-vertical h2, .c-heading-vertical .c-heading-vertical__title {
  margin: 0;
  margin-bottom: 19px;
  font-family: "Moomin Font", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #765E48;
  line-height: 1.6;
}
.c-heading-vertical p {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  color: #765E48;
}
.c-heading-vertical.--small .c-heading-vertical__title, .c-heading-vertical.--small h2 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.c-heading-vertical.--tove-script {
  text-align: center;
}
.c-heading-vertical.--tove-script h2 {
  font-family: "Tove Script", "Snell Roundhand", sans-serif;
}
.c-heading-vertical.--tove-script p {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  color: #765E48;
  line-height: 1;
}
.c-heading-vertical.--gothic {
  margin-bottom: 70px;
}
.c-heading-vertical.--gothic h2 {
  margin: 0 0 22px 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 50px;
  color: #765e48;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.c-heading-vertical.--gothic p {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #765e48;
}
.c-heading-vertical.--accent h2 {
  color: #FFCBA8;
}
.c-heading-vertical.--accent p {
  color: #FFCBA8;
}

@media (max-width: 568px) {
  .c-heading-vertical h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .c-heading-vertical p {
    font-size: 15px;
  }
  .c-heading-vertical.--tove-script h2 {
    margin-bottom: 0;
    font-size: 45px;
  }
  .c-heading-vertical.--gothic h2 {
    font-size: 37px;
  }
}
.c-heading {
  margin: 0 0 25px;
  padding: 10px 20px;
  background-color: #B49C8A;
  font-size: 1.25em;
  color: #fff;
  font-family: var(--main-font);
}
.c-heading.--accent {
  color: #765E48;
  background: #FFCBA8;
}
.c-heading.--pink {
  color: #765E48;
  background: #FAEEEA;
}
.c-heading.--brawn {
  background: #765E48;
}

@media (max-width: 568px) {
  .c-heading {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.c-heading--gray {
  margin: 0 0 25px;
  padding: 10px 20px;
  font-size: 1.125rem;
  background-color: #e7e7e7;
}

@media (max-width: 768px) {
  .c-heading--gray {
    font-size: 1.125em;
  }
}
@media (max-width: 568px) {
  .c-heading--gray {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.c-heading--round {
  margin: 0 0 25px;
  padding: 10px 20px;
  font-size: 1.25em;
  font-weight: 500;
  color: white;
  text-align: center;
  background-color: #9b9b9b;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .c-heading--round {
    font-size: 1.125em;
  }
}
@media (max-width: 568px) {
  .c-heading--round {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.c-heading--border {
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 1.125em;
  font-weight: 500;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  .c-heading--border {
    font-size: 1em;
  }
}
@media (max-width: 568px) {
  .c-heading--border {
    font-size: 0.9375em;
  }
}
.c-heading--attention {
  margin: 0;
  padding: 10px 20px;
  font-size: 1.125em;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  background-color: #c20009;
}

.c-heading--pink {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #ff8080;
}

.c-heading--pink h3 {
  margin: 0;
  padding-left: 20px;
  font-size: 1.75em;
  font-weight: 500;
  color: #f06767;
  line-height: 1.4;
  border-left: 4px solid #ff6c6c;
}

.c-heading--pink h3 .label {
  display: inline-block;
  padding: 3px 15px;
  margin-left: 20px;
  font-size: 0.5em;
  font-weight: normal;
  color: white;
  background-color: #f78a8a;
  border-radius: 100px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .c-heading--pink h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .c-heading--pink h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 568px) {
  .c-heading--pink h3 {
    font-size: 1em;
  }
  .c-heading--pink h3 .label {
    margin-left: 10px;
  }
}
/* 
 .heading--gray
 WP記事等で使われており全てのクラスを「c-heading」に変更するのは難しいためCSSで指定
*/
.heading--gray {
  margin: 0 0 25px;
  padding: 10px 20px;
  background-color: #B49C8A;
  font-size: 1.25em;
  color: #fff;
  font-family: var(--main-font);
}

@media (max-width: 568px) {
  .heading--gray {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.heading--round {
  margin: 0 0 25px;
  padding: 10px 20px;
  font-size: 1.25em;
  font-weight: 500;
  color: white;
  text-align: center;
  background-color: #9b9b9b;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .heading--round {
    font-size: 1.125em;
  }
}
@media (max-width: 568px) {
  .heading--round {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.heading--border {
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 1.125em;
  font-weight: 500;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  .heading--border {
    font-size: 1em;
  }
}
@media (max-width: 568px) {
  .heading--border {
    font-size: 0.9375em;
  }
}
.heading--attention {
  margin: 0;
  padding: 10px 20px;
  font-size: 1.125em;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  background-color: #c20009;
}

.heading--pink {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #ff8080;
}

.heading--pink h3 {
  margin: 0;
  padding-left: 20px;
  font-size: 1.75em;
  font-weight: 500;
  color: #f06767;
  line-height: 1.4;
  border-left: 4px solid #ff6c6c;
}

.heading--pink h3 .label {
  display: inline-block;
  padding: 3px 15px;
  margin-left: 20px;
  font-size: 0.5em;
  font-weight: normal;
  color: white;
  background-color: #f78a8a;
  border-radius: 100px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .heading--pink h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .heading--pink h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 568px) {
  .heading--pink h3 {
    font-size: 1em;
  }
  .heading--pink h3 .label {
    margin-left: 10px;
  }
}
.c-icon-box {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #765E48;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: center;
  color: #FFCBA8;
  transition: all 0.3s;
}

.c-icon-box * {
  transition: all 0.3s;
}

.c-icon-box svg {
  display: block;
  width: 43px;
  height: 37px;
  margin: 0 auto 20px auto;
}

.c-icon-box svg path {
  fill: #FFCBA8;
}

.c-icon-box span {
  display: block;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFCBA8;
}

.c-icon-box:hover {
  background-color: #FFCBA8;
}

.c-icon-box:hover svg * {
  fill: #765E48;
}

.c-icon-box:hover span {
  color: #765E48;
}

@media (max-width: 568px) {
  .c-icon-box--text-small {
    transform: scale(0.8);
  }
}
/* c-icon-box--accent */
.c-icon-box--accent {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #FFCBA8;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: center;
  color: #765E48;
  transition: all 0.3s;
}

.c-icon-box--accent * {
  transition: all 0.3s;
}

.c-icon-box--accent svg {
  display: block;
  width: 43px;
  height: 37px;
  margin: 0 auto 20px auto;
}

.c-icon-box--accent svg * {
  fill: #765E48;
}

.c-icon-box--accent span {
  display: block;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFCBA8;
}

.c-icon-box--accent:hover {
  background-color: #765E48;
}

.c-icon-box--accent:hover svg path {
  fill: #FFCBA8;
}

.c-icon-box--accent:hover span {
  color: #FFCBA8;
}

.c-news-tab {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.c-news-tab li {
  width: 100%;
}

.c-news-tab li button {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #B49C8A;
  text-decoration: none;
  text-align: center;
  border: none;
  border-bottom: 3px solid #B49C8A;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-news-tab li button.current {
  color: #765E48;
  border-color: #765E48;
  cursor: inherit;
}

@media (max-width: 768px) {
  .c-news-tab li button {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .c-news-tab {
    margin-bottom: 30px;
  }
  .c-news-tab li {
    flex: 1;
  }
  .c-news-tab li:first-child {
    flex: none;
    width: 60px;
  }
  .c-news-tab li:nth-child(2) {
    flex: none;
    width: 160px;
  }
  .c-news-tab li button {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .c-news-tab li:first-child {
    flex: none;
    width: 45px;
  }
  .c-news-tab li:nth-child(2) {
    flex: none;
    width: 139px;
  }
  .c-news-tab li button {
    font-size: 13px;
  }
}
/* .c-pagination */
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  width: 37px;
  margin: 0 8px;
  text-decoration: none;
  color: #765E48;
  border: 1px solid #765E48;
  transition: all 0.3s;
}
.c-pagination .page-numbers:hover {
  background-color: #FFCBA8;
}
.c-pagination .page-numbers.dots, .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  border: none;
}
.c-pagination .page-numbers.dots:hover, .c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
  background-color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  margin: 0 17px;
}
.c-pagination .page-numbers.current {
  background-color: #FFCBA8;
}

.c-badge, .c-badge--new, .c-badge--cat {
  padding: 8px 21px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.c-badge--cat {
  background-color: #FAEEEA;
  color: #604C3F;
}

.c-badge--new {
  background-color: #765E48;
  color: #fff;
}

.c-badge--hotel {
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 0.75em;
  color: white;
  line-height: 1;
  background-color: #765E48;
}

.c-faq-question {
  position: relative;
  padding: 15px 40px 15px 50px;
  line-height: 1.3;
  cursor: pointer;
}
.c-faq-question:before {
  content: "Q.";
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 1.25em;
  font-weight: bold;
}
.c-faq-question img {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  transition: all 0.3s ease;
}
.c-faq-question.open img {
  transform: rotate(180deg);
}

.c-faq-answer {
  display: none;
  position: relative;
  margin: 0;
  padding: 15px 40px 15px 50px;
}
.c-faq-answer:before {
  content: "A.";
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 1.25em;
  font-weight: bold;
}
.c-faq-answer p {
  margin: 0 0 10px;
}
.c-faq-answer .c-faq__answer__single {
  margin-bottom: 20px;
}
.c-faq-answer .c-faq__answer__single:last-child {
  margin-bottom: 0;
}
.c-faq-answer .c-faq__answer__subtitle {
  font-weight: bold;
}

.c-block-tel {
  display: block;
  width: 100%;
  max-width: 348px;
  margin: 0 auto 20px;
  padding: 20px 0;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #765E48;
}
.c-block-tel img {
  width: 38px;
  margin-right: 10px;
  vertical-align: baseline;
}
.c-block-tel span {
  font-size: 1.875rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
.c-block-tel p {
  margin: 0;
  font-size: 0.75rem;
}

.c-image {
  width: 100%;
}
.c-image img {
  width: 100%;
}

.c-image--slide {
  position: relative;
}
.c-image--slide .slick-prev,
.c-image--slide .slick-next {
  display: none !important;
}
.c-image--slide .slick-dots {
  position: absolute;
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
}
.c-image--slide .slick-dots li {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-image--slide .slick-dots li + li {
  margin-left: 10px;
}
.c-image--slide .slick-dots li > * {
  opacity: 0;
}
.c-image--slide .slick-dots li button {
  width: 100%;
  height: 100%;
}
.c-image--slide .slick-dots .slick-active {
  background: #fff;
}

.c-table {
  width: 100%;
  font-size: 0.8125em;
  border-top: 1px solid #B49C8A;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: 1px solid #B49C8A;
}
.c-table th {
  width: 120px;
  padding: 10px 20px;
  background-color: #B49C8A;
  color: #fff;
  text-align: left;
}
.c-table td {
  padding: 10px 0 10px 20px;
}

@media (max-width: 768px) {
  .c-table {
    border: 1px solid #B49C8A;
  }
  .c-table tr {
    display: block;
    border: 0;
  }
  .c-table th {
    display: block;
    width: 100%;
  }
  .c-table td {
    display: block;
  }
}
.c-box, .c-box--main, .c-box.--main, .--main.c-box--accent, .--main.c-box--pink, .--accent.c-box--main, .--pink.c-box--main, .--main.c-box--main, .c-box--pink, .c-box.--pink, .--pink.c-box--accent, .--accent.c-box--pink, .--pink.c-box--pink, .c-box--accent, .c-box.--accent {
  display: block;
  max-width: 468px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.c-box.--vertical, .--vertical.c-box--main, .--vertical.c-box--pink, .--vertical.c-box--accent {
  max-width: 440px;
  width: 45%;
  border: 1px solid #765E48;
}
.c-box__title {
  margin: 0;
  font-family: "Moomin Font", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  color: #765E48;
}
.c-box__sub {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #604c3f;
}
.c-box.--white, .--white.c-box--main, .--white.c-box--pink, .--white.c-box--accent {
  background-color: #fff;
}

.c-box--accent, .c-box.--accent, .--accent.c-box--main, .--accent.c-box--pink, .--accent.c-box--accent {
  background-color: #FFCBA8;
}

.c-box--pink, .c-box.--pink, .--pink.c-box--main, .--pink.c-box--pink, .--pink.c-box--accent {
  background-color: #FAEFEB;
}

.c-box--main, .c-box.--main, .--main.c-box--main, .--main.c-box--accent, .--main.c-box--pink {
  background-color: #765E48;
}

.c-slick-dots {
  margin: 10px 0;
  position: static !important;
  transform: none !important;
  display: flex;
  justify-content: center;
}
.c-slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background-color: #765E48;
  border-radius: 50%;
}
.c-slick-dots li.slick-active {
  opacity: 0.8;
}
.c-slick-dots > li:first-child:last-child {
  display: none;
}
.c-slick-dots li button {
  display: none;
  color: transparent;
  background: transparent;
  border: 0;
}

.c-accordion, .c-accordion--daidai {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-accordion + *, .c-accordion--daidai + * {
  display: none;
  width: 100%;
  margin: 0;
}
.c-accordion::before, .c-accordion--daidai::before {
  content: "＋";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-accordion.open::before, .open.c-accordion--daidai::before {
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.c-accordion--daidai {
  background-color: #FFCBA8;
}

.c-campaign-banner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.c-paypay {
  display: flex;
  gap: 45px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #707070;
}
.c-paypay__text {
  width: 100%;
}
.c-paypay__text p {
  margin: 0;
  color: #707070;
  line-height: 1.6;
}
.c-paypay__image {
  width: 100%;
}
@media (max-width: 768px) {
  .c-paypay {
    flex-direction: column-reverse;
  }
}

.c-table-info {
  width: 100%;
  margin: 50px auto 0;
  font-size: 1.25rem;
  border: 1px solid #765E48;
  border-bottom: 0;
}

.c-table-info tr {
  border-bottom: 1px solid #765E48;
}

.c-table-info th {
  width: 216px;
  padding: 10px 20px;
  background-color: #B49C8A;
  color: #fff;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #765E48;
}

.c-table-info td {
  padding: 12px 50px;
}

@media (max-width: 568px) {
  .c-table-info th,
  .c-table-info td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
/* Project */
.p-attention-point__list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.p-attention-point__list .c-card-attention {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-attention-point__list {
    margin-left: -40px;
  }
  .p-attention-point__list .c-card-attention {
    padding-left: 40px;
  }
}
@media (max-width: 568px) {
  .p-attention-point__list .c-card-attention {
    width: 100%;
  }
}
.p-access-nav ul {
  -js-display: flex;
  display: flex;
  margin-left: -30px;
}

.p-access-nav ul li {
  width: 25%;
  padding-left: 30px;
}

.p-access-nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding: 60px 20px 40px;
  font-size: 0.875em;
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #FAEEEA url("https://metsa-hanno.com/assets/images/access/icon_arrow.svg") center bottom 16px no-repeat;
  border: 1px solid #ccc;
}

.p-access-nav ul li a:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: left top;
}

.p-access-nav ul li a.is-train:before {
  top: 20px;
  width: 39px;
  height: 40px;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_train2.svg");
  background-size: 39px;
}

.p-access-nav ul li a.is-train:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: auto;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_plus.svg");
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: left top;
}

.p-access-nav ul li a.is-bus:before {
  top: 25px;
  width: 40px;
  height: 25px;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_bus.svg");
  background-size: 40px;
}

.p-access-nav ul li a.is-car:before {
  top: 28px;
  width: 38px;
  height: 22px;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_car.svg");
  background-size: 38px;
}

.p-access-nav ul li a.is-bike:before {
  top: 25px;
  left: calc(50% - 55px);
  right: auto;
  width: 40px;
  height: 24px;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_motorbike.svg");
  background-size: 40px;
}

.p-access-nav ul li a.is-bike:after {
  content: "";
  position: absolute;
  top: 20px;
  right: calc(50% - 55px);
  width: 40px;
  height: 30px;
  background-image: url("https://metsa-hanno.com/assets/images/access/icon_bike.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px;
}

@media (max-width: 768px) {
  .p-access-nav ul {
    margin-left: -4px;
  }
  .p-access-nav ul li {
    padding-left: 4px;
  }
  .p-access-nav ul li a {
    padding: 35px 10px 30px;
    font-size: 0.75em;
    background-position: center bottom 10px;
  }
  .p-access-nav ul li a.is-train:before {
    top: 8px;
    width: 22px;
    height: 17px;
    background-size: 22px;
  }
  .p-access-nav ul li a.is-train:after {
    right: -15px;
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .p-access-nav ul li a.is-bus:before {
    top: 12px;
    width: 22px;
    height: 14px;
    background-size: 22px;
  }
  .p-access-nav ul li a.is-car:before {
    top: 14px;
    width: 21px;
    height: 14px;
    background-size: 21px;
  }
  .p-access-nav ul li a.is-bike:before {
    top: 12px;
    left: calc(50% - 25px);
    width: 22px;
    height: 14px;
    background-size: 22px;
  }
  .p-access-nav ul li a.is-bike:after {
    top: 11px;
    right: calc(50% - 25px);
    width: 20px;
    height: 15px;
    background-size: 20px;
  }
}
@media (max-width: 568px) {
  .p-access-nav ul {
    flex-wrap: wrap;
  }
  .p-access-nav ul li {
    width: 50%;
    margin-bottom: 4px;
  }
}
.p-price-table {
  background-color: #fff;
  border: 2px solid #B49C8A;
  border-bottom: 0;
  text-align: center;
}

.p-price-table > div {
  display: flex;
  align-items: center;
}

.p-price-table__heading {
  justify-content: center;
  font-weight: bold;
  font-size: 29px;
  color: #765e48;
  height: 118px;
  border-bottom: 2px solid #B49C8A;
}

.p-price-table__heading--left {
  width: 181px;
  font-weight: bold;
  font-size: 26px;
  color: #765e48;
}

.p-price-table__heading--left span {
  display: inline-block;
  padding: 10px 14px;
  background-color: #765E48;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.p-price-table__heading--right {
  flex: 1;
  padding: 0 28px;
  font-weight: bold;
  font-size: 29px;
  color: #765e48;
}

.p-price-table__detail {
  height: 85px;
  font-weight: bold;
  font-size: 26px;
  color: #765e48;
  line-height: 1;
  border-bottom: 2px solid #B49C8A;
}

.p-price-table__detail--left {
  width: 24%;
}

.p-price-table__detail--left span {
  margin-top: 11px;
  font-size: 13px;
}

.p-price-table__detail--center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 37%;
  background-color: #FFCBA8;
  border-left: 1px solid #D4D5D5;
  border-right: 1px solid #D4D5D5;
}

.p-price-table__detail--right {
  flex: 1;
  width: 37%;
}

@media (max-width: 768px) {
  .p-price-table__detail {
    font-size: 20px;
  }
  .p-price-table.second .p-price-table__heading {
    font-size: 22px;
  }
  .p-price-table__heading--left {
    font-size: 20px;
  }
  .p-price-table__heading--left span {
    font-size: 13px;
  }
  .p-price-table__heading--right {
    font-size: 22px;
  }
  .p-price-table__detail--left span {
    font-size: 12px;
  }
}
@media (max-width: 568px) {
  .p-price-table__heading {
    height: 80px;
  }
  .p-price-table__detail {
    height: 45px;
    font-size: 12px;
  }
  .p-price-table__heading--left {
    font-size: 12px;
  }
  .p-price-table__heading--left span {
    font-size: 10px;
  }
  .p-price-table__heading--right {
    font-size: 14px;
  }
  .p-price-table__detail--left span {
    font-size: 10px;
  }
}
.p-page-header {
  position: relative;
  width: 100%;
  height: 440px;
  padding: 0 40px;
}

.p-page-header__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-page-header__title {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  text-align: center;
}

/**/
.p-page-header__subtitle {
  display: block;
  font-size: 0.5em;
}

@media (max-width: 1300px) {
  .p-page-header__title {
    top: 50%;
    max-width: 100%;
    padding: 0 150px;
  }
}
@media (max-width: 1024px) {
  .p-page-header__title {
    top: 55%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .p-page-header {
    height: 300px;
    padding: 0;
  }
  .p-page-header__title {
    top: 60%;
    font-size: 1.75em;
  }
}
@media (max-width: 568px) {
  .p-page-header__title {
    padding: 0 20px;
    font-size: 1.5em;
  }
}
.p-other-guide {
  margin: 100px 0;
}

.p-other-guide__slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-other-guide__slide .slick-prev {
  left: -40px;
  background-image: url("../images/common/icon_slide-prev_black.svg");
}

.p-other-guide__slide .slick-next {
  right: -40px;
  background-image: url("../images/common/icon_slide-next_black.svg");
}

@media (max-width: 568px) {
  .p-other-guide {
    margin: 50px 0;
  }
  .p-other-guide__slide .slick-prev {
    left: -20px;
  }
  .p-other-guide__slide .slick-next {
    right: -20px;
  }
}
.p-news-list {
  width: 100%;
  border-top: 0;
}

.p-news-list__single {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 0;
}

.p-news-list__date {
  flex-shrink: 0;
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  font-size: 1.125em;
  letter-spacing: 0.03em;
  color: #765E48;
}

.p-news-list__cat {
  flex-shrink: 0;
  display: inline-block;
  width: 180px;
  margin-right: 35px;
  padding: 15px 0;
  background-color: #FAEFEB;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 27px;
  text-align: center;
  color: #765E48;
}

.p-news-list__link {
  margin-right: 10px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 45px;
  color: #765E48;
  font-weight: 400;
  text-decoration: none;
}

.p-news-list__new {
  display: inline-block;
  min-width: 73px;
  margin-left: auto;
  padding: 5px 0;
  background-color: #B49C8A;
  color: white;
  font-size: 1.125em;
  text-align: center;
}

@media (max-width: 768px) {
  .p-news-list__single {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p-news-list__single:last-child {
    margin-bottom: 0;
  }
  .p-news-list__cat {
    padding: 6px 7px;
    background-color: #FAEEEA;
  }
  .p-news-list__date, .p-news-list__cat {
    margin-bottom: 20px;
  }
  .p-news-list__link {
    width: 100%;
    line-height: 2.5;
  }
  .p-news-list__new {
    width: auto;
    margin-left: 5px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 568px) {
  .p-news-list__single {
    padding: 20px 24px;
    margin-bottom: 10px;
  }
  .p-news-list__date, .p-news-list__cat {
    line-height: 1;
    margin-bottom: 7px;
    font-size: 14px;
  }
  .p-news-list__date {
    width: 102px;
  }
  .p-news-list__link {
    margin-right: 0;
    font-size: 14px;
    line-height: 2;
  }
  .p-news-list__new {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.p-nav-column {
  display: none;
  padding: 20px;
  background-color: #765E48;
}

.p-nav-column ul {
  display: flex;
  flex-wrap: wrap;
}

.p-nav-column ul li {
  width: 20%;
}

.p-nav-column .c-icon-box {
  width: 100%;
  padding: 20px 5px;
  border-right: 1px solid #fff;
}

.p-nav-column ul li:nth-of-type(5n) .c-icon-box {
  border: 0;
}

.p-nav-column ul li:nth-child(n+6) .c-icon-box {
  border-top: 1px solid #fff;
}

.p-nav-column .c-icon-box svg {
  margin-bottom: 18px;
}

.p-nav-column .c-icon-box span {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .p-nav-column {
    display: block;
  }
}
@media (max-width: 568px) {
  .p-nav-column {
    padding: 10px;
  }
  .p-nav-column .c-icon-box {
    padding: 10px 5px;
  }
  .p-nav-column .c-icon-box svg {
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
  }
  .p-nav-column .c-icon-box span {
    font-size: 10px;
    white-space: nowrap;
  }
}
.p-main-nav {
  max-width: 1080px;
  width: 65%;
  height: auto;
  margin: 0 auto;
  position: inherit;
  top: unset;
  left: unset;
  background: none;
  background-color: #765E48;
  position: relative;
}

.p-main-nav ul {
  -js-display: flex;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .p-main-nav ul {
    flex-direction: column;
  }
}

.p-main-nav ul li {
  width: 100%;
}

.p-main-nav .c-icon-box {
  height: 100%;
  width: 100%;
  padding: 19px 14px;
}

.p-main-nav .c-icon-box svg {
  width: 40px;
  height: 30px;
  margin: 0;
  margin-bottom: 15px;
}

.p-main-nav .c-icon-box span {
  font-size: 12px;
  white-space: nowrap;
}

.p-main-nav ul li a.p-main-nav__home img {
  width: 40px;
  height: auto;
}

.p-main-nav ul.p-main-nav__absolute {
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -214px;
  transform: translateY(-50%);
}

.p-main-nav__absolute .p-main-nav__home {
  justify-content: center;
  height: 77px;
  width: 77px;
  background-color: #fff;
}

.p-main-nav__absolute .p-main-nav__home img {
  margin: 0;
}

@media (max-width: 1500px) {
  .p-main-nav {
    max-width: 810px;
    width: 100%;
  }
  .p-main-nav ul:last-child {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .p-main-nav .c-icon-box {
    padding: 15px 10px;
  }
  .p-main-nav .c-icon-box svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .p-main-nav .c-icon-box span {
    font-size: 10px;
  }
}
@media (max-width: 1300px) {
  .p-main-nav {
    width: 65%;
  }
  .p-main-nav .c-icon-box svg {
    width: 30px;
  }
  .p-main-nav ul.p-main-nav__absolute {
    top: 50%;
    left: -25%;
  }
}
@media (max-width: 1024px) {
  .p-main-nav ul:last-child {
    display: none;
  }
  .p-main-nav {
    width: 182px;
    height: 88px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 80px;
    left: 36px;
  }
  .p-main-nav ul.p-main-nav__absolute {
    position: inherit;
    top: unset;
    left: unset;
    transform: translateY(0);
  }
  .p-main-nav__absolute .p-main-nav__home {
    height: 88px;
    width: 88px;
  }
}
@media (max-width: 568px) {
  .p-main-nav {
    top: 35px;
    left: 15px;
  }
  .p-main-nav ul li {
    margin: 0 0 0 3px;
  }
  .p-main-nav__absolute .p-main-nav__home {
    width: 44px;
    height: 44px;
  }
  .p-main-nav ul li a.p-main-nav__home img {
    width: 23px;
  }
}
.p-congestion {
  width: 263px;
  padding: 10px 25px 15px;
  background: #fff;
  border: 1px solid #B49C8A;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 50;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .p-congestion {
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .top-wrapper__congestion:hover .p-congestion {
    display: block !important;
  }
}
.p-congestion_close {
  color: #765E48;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-congestion_close {
    top: 10px;
    right: 10px;
  }
}
.p-congestion_heading {
  margin-top: 0;
  color: #765E48;
  text-align: left;
}

@media (min-width: 768px) {
  .p-congestion_heading {
    margin-bottom: 10px;
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .p-congestion_heading {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.p-congestion_content {
  display: flex;
  justify-content: center;
}

.p-congestion_item:first-of-type div {
  width: 41.7px;
  margin-right: 35px;
}

.p-congestion_item:nth-of-type(2) div {
  width: 43.7px;
  margin-right: 40px;
}

.p-congestion_item:nth-of-type(3) div {
  width: 28.8px;
}

.p-congestion svg {
  height: 44px;
}

.p-congestion_text, .p-congestion_img {
  fill: #B49C8A;
}

.p-congestion_item._active .p-congestion_text, .p-congestion_item._active .p-congestion_img {
  fill: #765E48;
}

/*--- card slide ---*/
.card-slide__heading {
  margin: 0;
  padding: 13px 0;
  font-weight: 900;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.bg-d93434 {
  background-color: #d93434 !important;
}

.bg-e9787b {
  background-color: #e9787b !important;
}

.bg-83648e {
  background-color: #83648e !important;
}

.bg-df6b3e {
  background-color: #df6b3e !important;
}

.bg-4697c5 {
  background-color: #4697c5 !important;
}

.bg-80ae3e {
  background-color: #80ae3e !important;
}

.card-slide__wrap {
  width: 366.6666666667px;
}

.card-slide-min-three {
  display: flex;
  margin-left: 0;
}

.card-slide-min-three .card-slide__wrap {
  border: 1px solid #C3C3C3;
  border-left: 0;
}

.card-slide-min-three .card-slide__wrap:first-child {
  border-left: 1px solid #C3C3C3;
}

.card-slide__image-box {
  height: 224px;
}

.card-slide__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-slide__text-box {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 25px 61px 34px 61px;
  background-color: #fff;
}

.card-slide__wrap.slick-active {
  border: 1px solid #C3C3C3;
}

.card-slide__wrap.slick-current {
  border-left: 0;
  border-right: 0;
}

.card-slide__text-box p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 29px;
  color: #716d66;
}

.card-slide__text-box .c-button-box, .card-slide__text-box .c-button-box--daidai {
  margin-top: auto;
}

.card-slide__title {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #4b4b4b;
}

.card-slide__title a {
  -js-display: flex;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.card-slide__title a img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 45px;
  margin: 0 auto;
  min-height: 68px;
}

.card-slide__title a:hover {
  color: #333;
  opacity: 0.8;
}

.card-slide__excerpt {
  margin: 0 0 20px;
  font-size: 0.8125em;
}

.card-slide__date {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 22px;
}

.card-slide__date img {
  width: 15px;
  height: auto;
  margin: 10px;
}

.card-slide__date span {
  font-size: 1em;
  font-weight: 500;
}

.card-slide__finish {
  display: inline-block;
}

.card-slide__finish:before {
  content: "~";
  display: inline-block;
  margin: 0 5px;
}

.card-slide__time {
  display: flex;
  align-items: center;
  padding-top: 19px;
}

.card-slide__place {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.card-slide__image-outer {
  display: flex;
  width: 55px;
  margin-right: 8px;
  text-align: center;
}

.card-slide__image-outer img {
  margin: 0 auto;
}

.card-slide__image-outer + span {
  flex: 1;
}

.card-slide__time-place > div {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0;
  padding: 20px 20px 20px 0;
  font-size: 0.75em;
  line-height: 1.3;
}

.card-slide__time-place > div img {
  margin-right: 10px;
}

.card-slide__time-place div + div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.card-slide__time img {
  width: 17px;
}

.card-slide__time span {
  flex: 1;
}

.card-slide__place img {
  width: 17px;
}

.card-slide__price {
  -js-display: flex;
  display: flex;
  padding: 20px 0;
  font-size: 0.75em;
  line-height: 1.3;
  border-top: 1px solid #ccc;
}

.card-slide__price img {
  width: 20px;
  margin-right: 10px;
}

.card-slide__link {
  margin-top: 40px;
}

.card-slide .read-more {
  margin-top: 100px;
}

.slick-slider .slick-track {
  display: flex;
  justify-content: center;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.card-slide-prev {
  left: -71px;
}

.card-slide-next {
  right: -71px;
}

@media (max-width: 768px) {
  .card-slide {
    margin-bottom: 40px;
  }
  .card-slide .card-slide__wrap {
    border: 1px solid #C3C3C3;
  }
  .card-slide .card-slide__wrap.slick-current {
    border-left: 0;
    border-right: 0;
  }
  .card-slide__single {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
  }
  .card-slide__image {
    width: 100%;
  }
  .card-slide__image .slide .slick-list,
  .card-slide__image .slide > .slide__single {
    border-radius: 10px 10px 0 0;
  }
  .card-slide__detail {
    width: 100%;
    padding: 20px;
  }
  .card-slide__date img {
    margin-right: 20px;
  }
  .card-slide__time-place {
    flex-direction: column;
    border: none;
  }
  .card-slide__time-place > div {
    width: 100%;
    padding: 0;
  }
  .card-slide__time-place > div img {
    margin-right: 20px;
  }
  .card-slide__time-place > div.card-slide__place {
    padding-left: 2px;
  }
  .card-slide__time-place > div.card-slide__place img {
    margin-right: 23px;
  }
  .card-slide__time-place div + div {
    margin-top: 10px;
    padding: 0;
  }
  .card-slide__time-place div + div:before {
    content: none;
  }
  .card-slide__price {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .card-slide__price img {
    margin-right: 20px;
  }
  .card-slide-prev--outer {
    width: 10%;
    height: 224px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .card-slide-next--outer {
    width: 10%;
    height: 224px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .card-slide-prev {
    left: 5px;
  }
  .card-slide-next {
    right: 5px;
  }
  .card-slide .slide-arrow path {
    fill: #fff;
  }
}
@media (max-width: 568px) {
  .card-slide__title {
    font-size: 0.875em;
  }
  .card-slide__title a img {
    width: 30px;
  }
  .card-slide__text-box {
    padding: 20px 30px;
  }
  .card-slide__excerpt {
    font-size: 0.625em;
  }
  .card-slide__date span {
    font-size: 0.75em;
  }
  .card-slide__time-place > div {
    font-size: 0.625em;
  }
  .card-slide__time-place > div img {
    margin-right: 10px;
  }
  .card-slide__time-place > div.card-slide__place {
    padding-left: 2px;
  }
  .card-slide__time-place > div.card-slide__place img {
    margin-right: 13px;
  }
  .card-slide__price {
    font-size: 0.625em;
  }
  .card-slide__price img {
    margin-right: 10px;
  }
  .card-slide__link {
    margin-top: 20px;
  }
  .card-slide .slide-arrow {
    width: 18px;
  }
}
.p-card-archive {
  position: relative;
  -js-display: flex;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 25px 25px 25px;
  background-color: white;
  border: 1px solid #604C3F;
}

.p-card-archive__limit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #f4e800;
  border-radius: 10px 0 10px 0;
}

.p-card-archive__limit img {
  width: 16px;
  margin-right: 10px;
}

.p-card-archive__limit span {
  font-size: 1rem5em;
  font-weight: 500;
  line-height: 1.3;
}

.p-card-archive__image {
  width: 50%;
}

.p-card-archive__slide.slick-slider {
  margin-bottom: 0;
}

.p-card-archive__slide .slick-prev {
  top: 50%;
  bottom: auto;
  left: 5px;
  margin-top: -15px;
  background-image: url("/assets/images/common/icon_slide-prev.svg");
}

.p-card-archive__slide .slick-next {
  top: 50%;
  bottom: auto;
  right: 5px;
  margin-top: -15px;
  background-image: url("/assets/images/common/icon_slide-next.svg");
}

.p-card-archive__slide .slick-dots {
  bottom: 10px;
}

.p-card-archive__slide .slick-dots li.slick-active:after,
.p-card-archive__slide .slick-dots li.slick-active button {
  background-color: white;
}

.p-card-archive__slide .slick-dots li button {
  background-color: white;
}

.p-card-archive__detail {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
}

.p-card-archive__title {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.3;
}

.p-card-archive__title a {
  -js-display: flex;
  display: flex;
  align-items: center;
  color: #604C3F;
  text-decoration: none;
}

.p-card-archive__title a img {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  height: 56px;
  margin-right: 10px;
}

.p-card-archive__title a:hover {
  color: #333;
  opacity: 0.8;
}

.p-card-archive__excerpt {
  margin: 0 0 20px;
  font-size: 1rem125em;
}

.p-card-archive__date {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #604C3F;
}

.p-card-archive__date img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.p-card-archive__date span {
  font-size: 1rem;
  font-weight: 500;
}

.p-card-archive__finish {
  display: inline-block;
}

.p-card-archive__finish:before {
  content: "~";
  display: inline-block;
  margin: 0 5px;
}

.p-card-archive__time-place {
  -js-display: flex;
  display: flex;
  flex-direction: column-reverse;
}
.p-card-archive__time-place > div {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 20px 20px 0;
  font-size: 1rem;
  line-height: 1.3;
  border-top: 1px solid #604C3F;
}
.p-card-archive__time-place > div img {
  margin-right: 10px;
}

.p-card-archive__time img {
  width: 20px;
}

.p-card-archive__place img {
  width: 15px;
}

.p-card-archive__price {
  -js-display: flex;
  display: flex;
  padding: 20px 0;
  font-size: 1rem5em;
  line-height: 1.3;
  border-top: 1px solid #604C3F;
}

.p-card-archive__price img {
  width: 20px;
  margin-right: 10px;
}

.p-card-archive__link {
  margin-top: 40px;
}

.event-list .read-more {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .p-card-archive {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
  }
  .p-card-archive__image {
    width: 100%;
  }
  .p-card-archive__detail {
    width: 100%;
    padding: 20px;
  }
  .p-card-archive__date img {
    margin-right: 20px;
  }
  .p-card-archive__time-place > div img {
    margin-right: 20px;
  }
  .p-card-archive__time-place > div img {
    margin-right: 20px;
  }
  .p-card-archive__price img {
    margin-right: 20px;
  }
}
@media (max-width: 568px) {
  .p-card-archive__title {
    font-size: 1rem75em;
  }
  .p-card-archive__title a img {
    width: 30px;
  }
  .p-card-archive__excerpt {
    font-size: 1rem25em;
  }
  .p-card-archive__date img {
    margin-right: 10px;
  }
  .p-card-archive__date span {
    font-size: 1rem5em;
  }
  .p-card-archive__time-place > div {
    font-size: 1rem25em;
  }
  .p-card-archive__time-place > div img {
    margin-right: 10px;
  }
  .p-card-archive__time-place > div.p-card-archive__place {
    padding-left: 2px;
  }
  .p-card-archive__time-place > div.p-card-archive__place img {
    margin-right: 13px;
  }
  .p-card-archive__price {
    font-size: 1rem25em;
  }
  .p-card-archive__price img {
    margin-right: 10px;
  }
  .p-card-archive__link {
    margin-top: 20px;
  }
}
.p-card-hotel > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
}
.p-card-hotel__content {
  padding: 15px;
}
.p-card-hotel__content .ttl {
  margin: 0 0 5px;
  font-size: 0.9375em;
}
.p-card-hotel__content .time {
  margin: 0 0 10px;
  font-size: 0.75em;
}
.p-card-hotel__content .desc {
  margin: 0;
  font-size: 0.875em;
}

.p-page-hotel__special {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  padding: 37px;
  padding-bottom: 90px;
  background-color: #FCF5EA;
}

.p-page-hotel__special h3 {
  margin-bottom: 50px;
  font-size: 27px;
  color: #333;
  text-align: center;
}

.p-page-hotel__special--inner {
  display: flex;
  justify-content: center;
}

.p-page-hotel__special--inner-first {
  margin-bottom: 40px;
}

.p-page-hotel__special--inner-first .ph__s--box-first,
.p-page-hotel__special--inner-second .ph__s--box-second {
  width: 350px;
}

.p-page-hotel__special--inner-first .ph__s--box-second,
.p-page-hotel__special--inner-second .ph__s--box-first {
  width: 300px;
}

.p-page-hotel__special--inner .ph__s--box-first {
  margin-right: 40px;
}

.p-page-hotel__special--inner-first .ph__s--box-second {
  margin-top: 30px;
}

.p-page-hotel__special--inner-second .ph__s--box-first {
  margin-top: 20px;
}

.p-page-hotel__special--inner .ph__s--image-box {
  position: relative;
}

.p-page-hotel__special--inner .ph__s--image-box .ph__s--image-box__img {
  width: 100%;
  border-radius: 15px;
}

.p-page-hotel__special--inner .ph__s--image-box .ph__s--image-box__circle {
  width: 85px;
  position: absolute;
  top: -30px;
  left: -15px;
}

.p-page-hotel__special--inner .ph__s--box p {
  margin: 10px 0 0 0px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.p-page-hotel__special--inner .ph__s--box span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.p-page-hotel__special--attention {
  max-width: 873px;
  margin-top: 50px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-weight: 500;
  font-size: 18px;
  color: #f00;
}

@media (max-width: 768px) {
  .p-page-hotel__special {
    width: auto;
    padding: 20px;
  }
  .p-page-hotel__special h3 {
    font-size: 27px;
  }
  .p-page-hotel__special--inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }
  .p-page-hotel__special--inner .ph__s--box-first {
    margin-right: 0;
  }
  .p-page-hotel__special--inner .ph__s--box {
    width: 100% !important;
    margin: 0;
    margin-bottom: 60px;
  }
  .p-page-hotel__special--attention {
    margin-top: 0;
  }
}
.p-card {
  display: flex;
  flex-direction: column;
}
.p-card__image {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.p-card__image a {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.p-card__image a:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.p-card__image a:hover {
  opacity: 0.8;
}
.p-card__image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.3;
}
.p-card p {
  margin: 0 0 2rem;
  font-size: 1rem;
}
.p-card__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5px;
  font-size: 0.75em;
}
.p-card__finish::before {
  content: "-";
  margin: 0 3px;
}

.p-header-single {
  margin-bottom: 3.5rem;
}

.p-header-single__meta {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 3.44rem;
}

.p-header-single__meta span {
  display: inline-block;
  margin-left: 1.56rem;
  font-size: 1.25rem;
}

.p-header-single__date {
  margin-left: 0 !important;
}

.p-header-single__new {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px;
  color: white;
  background-color: #e96060;
  border-radius: 5px;
}

.p-header-single__title {
  margin: 0;
  font-size: 2.5em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-header-single__meta span {
    font-size: 0.625em;
  }
  .p-header-single__cat {
    width: 100px;
  }
  .p-header-single__title {
    font-size: 1.25em;
  }
}
@media (max-width: 568px) {
  .p-header-single {
    margin-bottom: 20px;
  }
  .p-header-single__title {
    font-size: 1.125em;
  }
}
.p-recommend-point__list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.p-recommend-point__list .c-card-recommend {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-recommend-point__list {
    margin-left: -40px;
  }
  .p-recommend-point__list .c-card-recommend {
    padding-left: 40px;
  }
}
@media (max-width: 568px) {
  .p-recommend-point__list .c-card-recommend {
    width: 100%;
  }
}
.p-block-faq {
  margin: 0;
  font-size: 0.875em;
  border-bottom: 1px solid #ddd;
}

.p-mv-guide {
  padding: 0 40px;
}
.p-mv-guide__single img {
  height: 80%;
  width: 100%;
}
.p-mv-guide__single {
  border-radius: 0;
}
.p-mv-guide__single {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .p-mv-guide {
    padding: 0;
  }
}

.p-wrap-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-wrap-button .c-button--pink {
  max-width: 520px;
  min-width: 0;
  width: 48%;
  margin: 0 0 4.68rem 0;
  padding: 0;
}
.p-wrap-button .c-button--pink::before {
  right: 7%;
  width: 30px;
}
.p-wrap-button .c-button--pink:last-of-type(1), .p-wrap-button .c-button--pink:last-of-type(2) {
  margin-bottom: 0;
}
.p-wrap-button .c-button--pink:nth-of-type(even) {
  margin-left: 10px;
}
.p-wrap-button .c-box, .p-wrap-button .c-box--accent, .p-wrap-button .c-box--pink, .p-wrap-button .c-box--main {
  max-width: 520px;
  width: 48%;
  padding: 20px 10px;
}
.p-wrap-button .c-box > .c-heading-vertical, .p-wrap-button .c-box--accent > .c-heading-vertical, .p-wrap-button .c-box--pink > .c-heading-vertical, .p-wrap-button .c-box--main > .c-heading-vertical {
  margin-bottom: 0;
}
.p-wrap-button .c-box > .c-heading-vertical h2, .p-wrap-button .c-box--accent > .c-heading-vertical h2, .p-wrap-button .c-box--pink > .c-heading-vertical h2, .p-wrap-button .c-box--main > .c-heading-vertical h2 {
  line-height: 1;
}
@media (max-width: 768px) {
  .p-wrap-button {
    flex-direction: column;
    align-items: center;
  }
  .p-wrap-button .c-button--pink {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 5px 50px;
  }
  .p-wrap-button .c-button--pink:nth-of-type(even) {
    margin-left: 0;
  }
}

.p-wrap-step__inner p {
  margin: 0 0 30px 0;
}
.p-wrap-step__inner img {
  width: 100%;
}

.p-box-ticket {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 36px 15px 36px;
  border: 1px solid #765E48;
}
.p-box-ticket img {
  margin-bottom: 20px;
}
.p-box-ticket .c-button-box--daidai {
  width: 100%;
  margin-top: auto;
}
.p-attention-point__list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.p-attention-point__list .c-card-attention {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-attention-point__list {
    margin-left: -40px;
  }
  .p-attention-point__list .c-card-attention {
    padding-left: 40px;
  }
}
@media (max-width: 568px) {
  .p-attention-point__list .c-card-attention {
    width: 100%;
  }
}
/* Layout */
.l-archive-guide {
  width: 100%;
  padding: 7.8125rem 0 6.25rem;
}

.l-archive-guide__youtube {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.l-archive-guide__youtube:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.l-archive-guide__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.l-archive-guide.mvp {
  background-image: url("../images/common/bg_cloud_beige.png");
}

.l-archive-guide.metsa {
  background-image: url("../images/common/bg_cloud.png");
  background-color: #fbf5eb;
}

.l-archive-guide.mvp {
  background: none;
}

.l-archive-guide .read-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-archive-guide .c-heading-vertical {
  margin-bottom: 4.875rem;
}
.l-archive-guide .c-heading-vertical h2 {
  line-height: 1;
}

@media (max-width: 768px) {
  .l-archive-guide {
    background-size: 800px auto;
  }
  .l-archive-guide.metsa {
    padding: 80px 0 100px;
  }
  .l-archive-guide__genre {
    margin-bottom: 40px;
  }
  .l-archive-guide__section__watch .l-archive-guide__genre {
    background: url("../images/guide/border_genre_watch.svg") no-repeat left center/240px, url("../images/guide/border_genre_watch.svg") no-repeat right center/240px;
  }
  .l-archive-guide__section__watch .l-archive-guide__genre img {
    width: 100px;
  }
  .l-archive-guide__section__eat .l-archive-guide__genre {
    background: url("../images/guide/border_genre_eat.svg") no-repeat left center/240px, url("../images/guide/border_genre_eat.svg") no-repeat right center/240px;
  }
  .l-archive-guide__section__eat .l-archive-guide__genre img {
    width: 140px;
  }
  .l-archive-guide__section__buy .l-archive-guide__genre {
    background: url("../images/guide/border_genre_buy.svg") no-repeat left center/240px, url("../images/guide/border_genre_buy.svg") no-repeat right center/240px;
  }
  .l-archive-guide__section__buy .l-archive-guide__genre img {
    width: 100px;
  }
  .l-archive-guide__section__play .l-archive-guide__genre {
    background: url("../images/guide/border_genre_play.svg") no-repeat left center/240px, url("../images/guide/border_genre_play.svg") no-repeat right center/240px;
  }
  .l-archive-guide__section__play .l-archive-guide__genre img {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .l-archive-guide {
    background-size: 600px auto;
  }
  .l-archive-guide__section__watch .l-archive-guide__genre {
    background: url("../images/guide/border_genre_watch.svg") no-repeat left center/100%;
  }
  .l-archive-guide__section__watch .l-archive-guide__genre img {
    width: 70px;
  }
  .l-archive-guide__section__eat .l-archive-guide__genre {
    background: url("../images/guide/border_genre_eat.svg") no-repeat left center/100%;
  }
  .l-archive-guide__section__eat .l-archive-guide__genre img {
    width: 100px;
  }
  .l-archive-guide__section__buy .l-archive-guide__genre {
    background: url("../images/guide/border_genre_buy.svg") no-repeat left center/100%;
  }
  .l-archive-guide__section__buy .l-archive-guide__genre img {
    width: 70px;
  }
  .l-archive-guide__section__play .l-archive-guide__genre {
    background: url("../images/guide/border_genre_play.svg") no-repeat left center/100%;
  }
  .l-archive-guide__section__play .l-archive-guide__genre img {
    width: 140px;
  }
}
.l-archive {
  margin-bottom: 100px;
  padding-top: 7.8125rem;
}

.l-archive .c-heading-vertical {
  margin-bottom: 4.87rem;
}

.l-archive .c-heading-vertical h2 {
  line-height: 1;
}

@media (max-width: 768px) {
  .l-archive {
    margin-bottom: 40px;
  }
}
.l-contents, .l-contents--narrow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.8125rem 40px 0 40px;
  max-width: 1280px;
  position: relative;
  z-index: 10;
}

.l-contents__inner {
  padding: 40px;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 768px) {
  .l-contents, .l-contents--narrow {
    padding-left: 0;
    padding-right: 0;
  }
  .l-contents__inner {
    margin-top: 0;
    border-radius: 0;
  }
  .l-contents.not-use .l-contents__inner, .not-use.l-contents--narrow .l-contents__inner {
    padding-bottom: 0;
  }
}
@media (max-width: 568px) {
  .l-contents, .l-contents--narrow {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .l-contents__inner {
    padding: 40px 20px;
  }
  .l-contents.not-use, .not-use.l-contents--narrow {
    padding-bottom: 0;
  }
}
.l-contents--narrow {
  max-width: 1160px;
}
@media (max-width: 768px) {
  .l-contents--narrow {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* 旧CSS */
.contents {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.8125rem 40px 0 40px;
  max-width: 1280px;
  position: relative;
  z-index: 10;
}

@media (max-width: 568px) {
  .contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .contents {
    padding-bottom: 50px;
  }
}
.contents__inner {
  padding: 40px;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 768px) {
  .contents__inner {
    margin-top: 0;
    border-radius: 0;
  }
}
@media (max-width: 568px) {
  .contents__inner {
    padding: 40px 20px;
  }
}
@media (max-width: 568px) {
  .contents.not-use {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contents.not-use .contents__inner {
    padding-bottom: 0;
  }
}
.l-event {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.l-event__image {
  width: 50%;
  padding-right: 25px;
}

.l-event__image__single {
  text-align: center;
}

.l-event__image__single img {
  margin: 0 auto;
}

.l-event__image .slick-dots {
  text-align: center;
}

.l-event__image .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.l-event__image .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #555;
  border-radius: 50%;
}

.l-event__image .slick-dots li.slick-active button {
  background-color: #555;
}

.l-event__detail {
  width: 50%;
  padding-left: 25px;
}

.l-event__description {
  margin-bottom: 40px;
  font-size: 0.875em;
}

.l-event__description p {
  margin: 0 0 1em;
}

.l-event__reserve {
  margin: 20px 0;
}

.l-event__reserve span {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 0.8125em;
  color: white;
  background-color: #333;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .l-event {
    flex-wrap: wrap;
  }
  .l-event__image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .l-event__detail {
    width: 100%;
    padding-left: 0;
  }
  .l-event__info {
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .l-event__description {
    margin-bottom: 20px;
  }
  .l-event__info th,
  .l-event__info td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.l-fixed-link {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  font-family: var(--main-font);
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}

.l-fixed-link a {
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0;
}

@media (max-width: 1024px) {
  .l-fixed-link {
    top: 181px;
    transform: translateY(0);
  }
}
.l-fixed-link__ticket:hover, .l-fixed-link__fee:hover {
  background-color: #765E48;
}

.l-fixed-link__ticket svg {
  width: 41px;
  height: auto;
  margin-bottom: 12px;
}

.l-fixed-link__fee svg {
  width: 37px;
  height: auto;
  margin-bottom: 11px;
}

.l-fixed-link__ticket svg path,
.l-fixed-link__fee svg path {
  fill: #765E48;
  transition: fill 0.3s;
}

.l-fixed-link__ticket:hover svg *,
.l-fixed-link__fee:hover svg * {
  fill: #FFCBA8;
}

.l-fixed-link__fee {
  margin: 5px 0;
}

.l-fixed-link a span {
  font-size: 0.75em;
  color: #765E48;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.3s;
}

.l-fixed-link > div:hover a span {
  font-size: 0.75em;
  line-height: 1.3;
  text-align: center;
  color: #FFCBA8;
}

@media (max-width: 568px) {
  .l-fixed-link {
    top: 86px;
  }
  .l-fixed-link__ticket {
    margin-bottom: 2px;
  }
  .l-fixed-link a {
    width: 55px;
    height: 52px;
    top: 32px;
  }
  .l-fixed-link__ticket svg {
    height: 14px;
    width: 21px;
    margin-bottom: 8px;
  }
  .l-fixed-link__fee svg {
    height: 16px;
    width: 18px;
    margin-bottom: 8px;
  }
  .l-fixed-link__english svg {
    width: 16px;
    height: 24px;
    margin-bottom: 1px;
  }
  .l-fixed-link a span {
    font-size: 10px;
  }
  .l-fixed-link__ticket a span {
    white-space: nowrap;
    transform: scale(0.8);
  }
}
:root {
  --main-color: #765E48;
  --sub-color: #FAEEEA;
  --accent-color: #FFCBA8;
  --accent2-color: #B49C8A;
  --metsa-color: #199149;
  --heading-color: #B49C8A;
  --heading-text-color: #fff;
  --font-color: #604C3F;
}

/*-- l-footer --*/
.l-footer-guide {
  padding: 70px 0;
  font-family: var(--font-m1);
}

@media (max-width: 568px) {
  .l-footer-guide {
    padding: 50px 0;
  }
}
.l-footer-guide-list {
  -js-display: flex;
  display: flex;
}

.l-footer-guide-list__single {
  width: 33.33%;
  padding: 40px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.l-footer-guide-list__single:last-child {
  border: none;
}

.l-footer-guide-list__single a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.l-footer-guide-list__single a img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.l-footer-guide-list__single a h3 {
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 40px;
}

.l-footer-guide-list__single p {
  margin: 0;
  font-size: 0.8125em;
  text-align: left;
}

@media (max-width: 768px) {
  .l-footer-guide-list {
    flex-wrap: wrap;
  }
  .l-footer-guide-list__single {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .l-footer-guide-list__single:last-child {
    border-bottom: none;
  }
  .l-footer-guide-list__single a {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .l-footer-guide-list__single a img {
    width: 45px;
    margin: 0 10px 0 0;
  }
  .l-footer-guide-list__single a h3 {
    margin: 0;
    font-size: 0.875em;
  }
  .l-footer-guide-list__single p {
    font-size: 0.75em;
  }
}
@media (max-width: 568px) {
  .l-footer-guide-list__single a img {
    width: 30px;
  }
  .l-footer-guide-list__single a h3 {
    font-size: 0.8125em;
  }
  .l-footer-guide-list__single p {
    font-size: 0.625em;
  }
}
.l-footer-banner {
  padding-bottom: 136px;
  background: none;
  font-family: var(--main-font);
}

.l-footer-banner__slide.card-slide-min-three {
  align-items: center;
  justify-content: center;
}

.l-footer-banner__slide .l-footer-banner__single {
  width: 275px;
}

.l-footer-banner__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 74px;
}

.l-footer-banner__bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 0 10px;
  background-color: #765E48;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.l-footer-banner__bottom a:nth-child(2) {
  margin: 0 33px;
}

.l-footer-banner__bottom a:hover {
  background-color: #B49C8A;
  color: #765E48;
}

.l-footer-banner__bottom a svg {
  height: auto;
  width: 25px;
  margin-right: 30px;
}

.l-footer-banner__bottom a svg path {
  fill: #fff;
  transition: all 0.3s;
}

.l-footer-banner__bottom a:hover svg path {
  fill: #765E48;
}

.l-footer-banner .container {
  position: relative;
}

.l-footer-banner__single {
  padding: 0 10px;
}

.l-footer-banner__single a {
  display: block;
}

.l-footer-banner__single a img {
  width: 100%;
}

.l-footer-banner__prev,
.l-footer-banner__next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}

.l-footer-banner__prev img,
.l-footer-banner__next img {
  width: 34px;
  height: auto;
}

.l-footer-banner__prev {
  top: 50%;
  left: 0;
}

.l-footer-banner__next {
  top: 50%;
  right: 0;
}

@media (max-width: 1024px) {
  .l-footer-banner {
    background-size: 1000px auto;
  }
}
@media (max-width: 768px) {
  .l-footer-banner {
    background-size: 800px auto;
  }
  .l-footer-banner__slide.card-slide-min-three {
    flex-direction: column;
  }
  .l-footer-banner__slide.card-slide-min-three .l-footer-banner__single {
    max-width: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer-banner__single {
    width: 260px;
    padding-right: 10px;
  }
  .l-footer-banner__prev img,
  .l-footer-banner__next img {
    width: 20px;
  }
  .l-footer-banner__prev {
    left: 10px;
  }
  .l-footer-banner__next {
    right: 10px;
  }
  .l-footer-banner__bottom {
    flex-direction: column;
  }
  .l-footer-banner__bottom a {
    width: 100%;
    margin: 20px 0;
  }
  .l-footer-banner__bottom a:first-child {
    margin-right: 0;
  }
  .l-footer-banner__bottom a svg {
    margin-right: 30px;
  }
}
@media (max-width: 568px) {
  .l-footer-banner {
    background-size: 600px auto;
  }
}
.l-footer-pagetop {
  position: relative;
  width: 100%;
  margin-top: -50px;
  text-align: center;
}

.l-footer-pagetop button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.l-footer {
  padding: 89px 0 70px;
  background-color: #B49C8A;
  font-family: var(--main-font);
}

.l-footer__menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.l-footer__menu ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.l-footer__menu ul li {
  font-size: 0.8125em;
}

.l-footer__menu ul li a {
  color: white;
  text-decoration: none;
}

.l-footer__menu ul li a:hover {
  opacity: 0.7;
}

.l-footer__menu__left li {
  margin-right: 20px;
}

.l-footer__menu__right li {
  margin-right: 20px;
}

.l-footer__menu__right li:last-child {
  margin-right: 0;
}

.l-footer__sns {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 85px;
}

.l-footer__sns__heading {
  margin: 0 0 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}

.l-footer__sns__mvp,
.l-footer__sns__metsa {
  -js-display: flex;
  display: flex;
  align-items: center;
}

.l-footer__sns__mvp a,
.l-footer__sns__metsa a {
  display: inline-block;
  margin-left: 7px;
}

.l-footer__sns__mvp a img,
.l-footer__sns__metsa a img {
  width: 40px;
  height: 40px;
}

.l-footer__sns__mvp__title {
  width: 120px;
  margin-right: 30px;
}

.l-footer__sns__metsa__title {
  width: 123px;
  margin-right: 30px;
}

.l-footer__sns__border {
  width: 1px;
  height: 60px;
  background-color: #b6b5b3;
}

.l-footer__address {
  text-align: center;
}

.l-footer__address img {
  width: 145px;
  margin-bottom: 35px;
}

.l-footer__address p {
  margin: 0;
  font-size: 0.8125em;
  color: white;
}

.l-footer__border {
  width: 100%;
  height: 50px;
}

.l-footer-border {
  width: 100%;
  background-color: #96928d;
  line-height: 0;
}

.l-footer-border img {
  width: 100%;
}

.l-footer-bottom {
  padding: 45px 0;
  background-color: #765E48;
  font-family: var(--main-font);
}

.l-footer-bottom__link {
  margin-bottom: 20px;
}

.l-footer-bottom .container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.l-footer-bottom__menu {
  -js-display: flex;
  display: flex;
  margin-bottom: 30px;
}

.l-footer-bottom__menu li {
  font-size: 0.75em;
}

.l-footer-bottom__menu li:after {
  content: "|";
  margin: 0 30px;
  color: white;
}

.l-footer-bottom__menu li:last-child:after {
  content: none;
}

.l-footer-bottom__menu li a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}

.l-footer-bottom__menu li a:hover {
  opacity: 0.7;
  color: #fff;
}

.l-footer-bottom__link {
  -js-display: flex;
  display: flex;
  font-size: 0.75em;
}

.l-footer-bottom__link a {
  display: inline-block;
  margin-right: 44px;
  font-weight: normal;
  font-size: 17px;
  color: white;
  text-decoration: none;
}

.l-footer-bottom__link a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  background: url("/assets/images/common/icon_link.svg") no-repeat center center/contain;
}

.l-footer-bottom__link a:hover {
  opacity: 0.7;
  color: #fff;
}

.l-footer-bottom__link .copyright {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #fff;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 64px 0;
  border-bottom: 1px solid #fff;
}

.l-footer__content {
  max-width: 530px;
  width: 100%;
}

.l-footer__content + .l-footer__content {
  margin-left: 55px;
}

.l-footer__content__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-footer__content__img {
  width: 150px;
}

.l-footer__content__sns {
  display: flex;
}

.l-footer__content__sns li:not(:last-of-type) {
  margin-right: 7px;
}

.l-footer__content__sns a {
  display: block;
}

.l-footer__content__sns a img {
  width: 59px;
  height: 59px;
}

.l-footer__content__link,
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-footer__content__link a,
.l-footer__link a {
  padding: 0 24px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-right: 1px solid #fff;
}

.l-footer__content__link a:hover,
.l-footer__link a:hover {
  color: #fff;
  opacity: 0.8;
}

.l-footer__link li:last-child a {
  border: 0;
}

.l-footer__link {
  width: 100%;
  margin: 107px 0 45px;
}

.l-footer__address {
  width: 100%;
}

.l-footer__address img {
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .l-footer__inner {
    max-width: 826px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .l-footer__content__img {
    width: 112px;
  }
  .l-footer__content__sns a img {
    width: 44px;
    height: 44px;
  }
  .l-footer__link {
    margin: 83px 0 43px 0;
  }
}
@media (max-width: 1024px) {
  .l-footer__sns {
    flex-direction: column;
  }
  .l-footer__sns__mvp {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b6b5b3;
  }
  .l-footer__sns__border {
    display: none;
  }
  .l-footer-banner {
    background-size: 1024px auto;
  }
  .l-footer__inner {
    flex-wrap: wrap;
    padding: 0;
    border: 0;
  }
  .l-footer__content {
    max-width: none;
  }
  .l-footer__content + .l-footer__content {
    margin: 40px 0 0;
  }
  .l-footer__content {
    padding-bottom: 32px;
  }
  .l-footer__content:last-child {
    padding: 32px 0 0 0;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .l-footer .breadcrumbs {
    margin-bottom: 0;
  }
  .l-footer__menu {
    -js-display: block;
    display: block;
    margin-bottom: 30px;
  }
  .l-footer__menu ul {
    -js-display: block;
    display: block;
    width: 100%;
  }
  .l-footer__menu ul li {
    margin-right: 0;
    font-size: 1em;
    font-weight: 500;
    border-bottom: 1px solid #b6b5b3;
  }
  .l-footer__menu ul li a {
    display: block;
    padding: 10px 0;
  }
  .l-footer__menu__right {
    display: none !important;
  }
  .l-footer__sns__heading {
    margin-bottom: 30px;
  }
  .l-footer-bottom {
    padding: 30px 0 95px;
  }
  .l-footer-bottom__link {
    margin-bottom: 0;
  }
  .l-footer-bottom__menu {
    margin-bottom: 25px;
  }
  .l-footer-bottom .container {
    -js-display: block;
    display: block;
  }
  .l-footer-bottom__menu {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 50px;
  }
  .l-footer-bottom__menu li {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1em;
  }
  .l-footer-bottom__menu li:after {
    content: none;
  }
  .l-footer-bottom__menu li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    color: #765E48;
  }
  .l-footer-bottom__menu li a:hover {
    color: #765E48;
  }
  .l-footer-bottom__link {
    flex-direction: column;
    align-items: center;
    font-size: 1em;
  }
  .l-footer-bottom__link a {
    margin: 0 0 10px;
  }
  .l-footer-bottom__link .copyright {
    margin-top: 20px;
  }
  .l-footer-banner {
    background-size: 800px auto;
  }
  .l-footer__link {
    display: flex;
    justify-content: center;
  }
  .l-footer__content__link,
  .l-footer__link {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 50px;
    gap: 10px 2%;
  }
  .l-footer__link li {
    width: 48%;
  }
  .l-footer__content__link a,
  .l-footer__link a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    color: #765E48;
  }
  .l-footer__content__link a:hover, .l-footer__link a:hover {
    color: #765E48;
  }
  .l-footer__content__link li:not(:last-of-type) a,
  .l-footer__link li:not(:last-of-type) a {
    border-right: 1px solid #fff;
  }
  .l-footer__address {
    margin-top: 50px;
  }
  .l-footer__content + .l-footer__content {
    margin: 0;
  }
  .l-footer__content:last-of-type .l-footer__content__top {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .l-footer__content__img {
    width: 90px;
    margin-right: 10px;
  }
}
@media (max-width: 568px) {
  .l-footer__menu ul li {
    font-size: 0.75em;
  }
  .l-footer-bottom__menu li,
  .l-footer-bottom__link {
    font-size: 0.75em;
  }
  .l-footer-banner {
    background-size: 600px auto;
  }
  .l-footer__content__link a,
  .l-footer__link a {
    font-size: 16px;
  }
}
.l-guide {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.l-guide__image {
  width: 50%;
  padding-right: 25px;
}

.l-guide__image__single img {
  width: 100%;
}

.l-guide__image .slick-dots {
  text-align: center;
}

.l-guide__image .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.l-guide__image .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #555;
  border-radius: 50%;
}

.l-guide__image .slick-dots li.slick-active button {
  background-color: #555;
}

.l-guide__detail {
  width: 50%;
  padding-left: 25px;
}

.l-guide__description p {
  margin: 0 0 1em;
}

.l-guide__reserve {
  margin: 20px 0;
}

.l-guide__reserve span {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 0.8125em;
  color: white;
  background-color: #333;
  border-radius: 5px;
}

.l-guide__map {
  text-align: center;
}

@media (max-width: 768px) {
  .l-guide {
    flex-wrap: wrap;
  }
  .l-guide__image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .l-guide__detail {
    width: 100%;
    padding-left: 0;
  }
  .l-guide__info {
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .l-guide__description {
    margin-bottom: 20px;
  }
  .l-guide__info th,
  .l-guide__info td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
/*--- ヘッダー ---*/
.l-header {
  width: 100%;
  font-family: var(--main-font);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header .news-attention {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #765E48;
  padding: 10px 40px;
  position: unset;
}
.l-header .news-attention ul li {
  -js-display: flex;
  display: flex;
  font-size: 0.875em;
}
.l-header .news-attention ul li span {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  color: white;
}
.l-header .news-attention ul li a {
  color: #765E48;
  text-decoration: none;
}
.l-header .news-attention ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .l-header .news-attention {
    padding: 18px 40px;
  }
  .l-header .news-attention ul li a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .l-header .news-attention {
    padding: 10px 20px;
  }
  .l-header .news-attention ul li {
    display: block;
    font-size: 0.75em;
  }
}
@media (max-width: 568px) {
  .l-header .news-attention {
    padding: 9px 0;
  }
  .l-header .news-attention ul li {
    line-height: 1;
  }
  .l-header .news-attention ul li a {
    font-size: 13px;
  }
}
.l-header__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FFCBA8;
  position: fixed;
  top: 11px;
  right: 25px;
}
@media (max-width: 1024px) {
  .l-header__sns {
    top: 20px;
    right: 25px;
  }
}
@media (max-width: 768px) {
  .l-header__sns {
    gap: 15px;
  }
}
@media (max-width: 568px) {
  .l-header__sns {
    padding: 5px 15px 5px 0;
    top: 3px;
    right: 0;
  }
}
.l-header__sns__link {
  display: block;
  width: 25px;
}
@media (max-width: 1024px) {
  .l-header__sns__link {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .l-header__sns__link {
    width: 20px;
  }
}
@media (max-width: 568px) {
  .l-header__sns__link {
    width: 15px;
    height: 15px;
  }
}

/* 旧CSS */
.page-group table,
.page-agent table {
  width: 100%;
  table-layout: fixed;
}

.page-group table th,
.page-agent table th {
  padding: 10px;
  font-weight: 500;
  color: white;
  background-color: #666;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 568px) {
  .page-group table th,
  .page-agent table th {
    display: table-cell;
  }
}

.page-group table th span,
.page-agent table th span {
  display: inline-block;
}

.page-group table th + th,
.page-agent table th + th {
  border-left: 1px solid #ddd;
}

.page-group table td,
.page-agent table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 568px) {
  .page-group table td,
  .page-agent table td {
    display: table-cell;
  }
}

.page-group table td span,
.page-agent table td span {
  display: inline-block;
  font-size: 0.875em;
  color: #666;
}

.page-group table td + td,
.page-agent table td + td {
  border-left: 1px solid #ddd;
}

.page-group dl dt,
.page-agent dl dt {
  font-weight: bold;
}

.page-group dl dd p,
.page-agent dl dd p {
  font-size: 1em;
  margin: 0 0 10px;
}

.page-group__block,
.page-agent__block {
  margin-bottom: 40px;
}

.page-group__intro,
.page-agent__intro {
  text-align: center;
}

.page-group__intro h2,
.page-agent__intro h2 {
  margin: 0 0 40px;
  text-align: center;
}

.page-group__intro__em,
.page-agent__intro__em {
  margin: 0 0 10px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.page-group__nav ul,
.page-agent__nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.page-group__nav ul li,
.page-agent__nav ul li {
  margin: 0 0 10px;
  padding-left: 10px;
  line-height: 1.3;
  text-align: center;
}

.page-group__nav ul li a,
.page-agent__nav ul li a {
  position: relative;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 50px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
}

.page-group__nav ul li a:after,
.page-agent__nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../../images/common/icon_arrow-down.svg") no-repeat center center/contain;
}

.page-group__nav__l li,
.page-agent__nav__l li {
  width: 33.33%;
}

.page-group__nav__l li a,
.page-agent__nav__l li a {
  height: 60px;
}

.page-group__nav__s li,
.page-agent__nav__s li {
  width: 50%;
}

.page-group__nav__s li a,
.page-agent__nav__s li a {
  height: 50px;
}

.page-group__nav__s li.pdf a:after,
.page-agent__nav__s li.pdf a:after {
  background-image: url("../images/group/icon_pdf.png");
}

.page-group__ticket__image,
.page-agent__ticket__image {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.page-group__ticket__image > div,
.page-agent__ticket__image > div {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-group__ticket__image > div:nth-child(1),
.page-agent__ticket__image > div:nth-child(1) {
  flex: 1;
}

.page-group__ticket__image > div:nth-child(1) img,
.page-agent__ticket__image > div:nth-child(1) img {
  width: auto;
  height: 92px;
}

.page-group__ticket__image > div:nth-child(2),
.page-agent__ticket__image > div:nth-child(2) {
  width: 57.5%;
  justify-content: flex-end;
}

.page-group__ticket__table,
.page-agent__ticket__table {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.page-group__ticket__table > div p,
.page-agent__ticket__table > div p {
  font-size: 0.75em;
}

.page-group__caution,
.page-agent__caution {
  margin: 40px 0;
  padding: 20px 30px;
  background-color: #fce8e8;
}

.page-group__caution__title,
.page-agent__caution__title {
  font-weight: 500;
}

.page-group__lunch__price,
.page-agent__lunch__price {
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
}

.page-group__lunch__menu,
.page-agent__lunch__menu {
  margin-bottom: 40px;
  padding: 40px 70px;
  border: 1px solid #ccc;
}

.page-group__lunch__menu-image,
.page-agent__lunch__menu-image {
  text-align: center;
}

.page-group__lunch__menu-image2,
.page-agent__lunch__menu-image2 {
  margin-bottom: 40px;
  text-align: center;
}

.page-group__area-gray,
.page-agent__area-gray {
  background-color: #e7e7e7;
  padding: 30px;
}

.page-group__area-gray h3,
.page-agent__area-gray h3 {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 1em;
  background-color: white;
}

.page-group__area-gray__title,
.page-agent__area-gray__title {
  font-weight: 500;
}

.page-group__area-gray__inner,
.page-agent__area-gray__inner {
  padding: 20px;
  background-color: white;
}

.page-group__allergies__agree,
.page-agent__allergies__agree {
  -js-display: flex;
  display: flex;
  justify-content: center;
  margin: 30px 0 15px;
}

.page-group__allergies__agree-item,
.page-agent__allergies__agree-item {
  position: relative;
  margin: 0 15px;
  padding-left: 25px;
  font-size: 0.875em;
  line-height: 20px;
  cursor: pointer;
}

.page-group__allergies__agree-item:before,
.page-agent__allergies__agree-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: #ccc 1px solid;
  border-radius: 100%;
}

.page-group__allergies__agree-item.is-checked:after,
.page-agent__allergies__agree-item.is-checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
}

.page-group__allergies__update,
.page-agent__allergies__update {
  margin: 0 0 30px;
  font-size: 10px !important;
  text-align: center;
}

.page-group__allergies__button-wrap,
.page-agent__allergies__button-wrap {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-group__allergies__button-wrap > div:nth-child(1),
.page-agent__allergies__button-wrap > div:nth-child(1) {
  display: none;
}

.page-group__allergies__button-wrap > div:nth-child(2),
.page-agent__allergies__button-wrap > div:nth-child(2),
.page-group__allergies__button-wrap.is-agree > div:nth-child(1),
.page-agent__allergies__button-wrap.is-agree > div:nth-child(1) {
  display: block;
}

.page-group__allergies__button-wrap.is-agree > div:nth-child(2),
.page-agent__allergies__button-wrap.is-agree > div:nth-child(2) {
  display: none;
}

.page-group__allergies__button a,
.page-group__allergies__button span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  background-color: #fff;
  text-align: center;
  font-size: 0.8125em;
  text-decoration: none;
  line-height: 1;
  width: 240px;
  max-width: 100%;
  height: 40px;
}

.page-agent__allergies__button a,
.page-agent__allergies__button span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  background-color: #fff;
  text-align: center;
  font-size: 0.8125em;
  text-decoration: none;
  line-height: 1;
  width: 240px;
  max-width: 100%;
  height: 40px;
}

.page-group__allergies__button a:hover,
.page-group__allergies__button span:hover {
  text-decoration: none;
}

.page-agent__allergies__button a:hover,
.page-agent__allergies__button span:hover {
  text-decoration: none;
}

.page-group__allergies__button a.is-pdf:before,
.page-group__allergies__button span.is-pdf:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url("/assets/images/group/icon_pdf.png") 0 0 no-repeat;
  background-size: 13px;
  width: 13px;
  height: 15px;
  opacity: 0.2;
}

.page-agent__allergies__button a.is-pdf:before,
.page-agent__allergies__button span.is-pdf:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url("/assets/images/group/icon_pdf.png") 0 0 no-repeat;
  background-size: 13px;
  width: 13px;
  height: 15px;
  opacity: 0.2;
}

.page-group__allergies__button:nth-child(1) a,
.page-group__allergies__button:nth-child(1) span {
  border: 1px solid #333;
  color: #333;
}

.page-agent__allergies__button:nth-child(1) a,
.page-agent__allergies__button:nth-child(1) span {
  border: 1px solid #333;
  color: #333;
}

.page-group__allergies__button:nth-child(1) a.is-pdf:before,
.page-group__allergies__button:nth-child(1) span.is-pdf:before {
  opacity: 1;
}

.page-agent__allergies__button:nth-child(1) a.is-pdf:before,
.page-agent__allergies__button:nth-child(1) span.is-pdf:before {
  opacity: 1;
}

.page-group__gift__price,
.page-agent__gift__price {
  width: 470px;
  max-width: 100%;
  margin: 20px auto;
}

.page-group__map,
.page-agent__map {
  margin-bottom: 40px;
  text-align: center;
}

.page-group__time__list,
.page-agent__time__list {
  margin-top: 40px;
}

.page-group__time__list.row.col-2,
.page-agent__time__list.row.col-2 {
  justify-content: center;
}

.page-group__time__list .column,
.page-agent__time__list .column {
  max-width: 430px;
}

.page-group__time__list .column:first-child,
.page-agent__time__list .column:first-child {
  margin-right: 15px;
}

.page-group__time__list .column:last-child,
.page-agent__time__list .column:last-child {
  margin-left: 15px;
}

.page-group__time__list .column table td,
.page-agent__time__list .column table td {
  text-align: left;
}

.page-group__time__list .column table td .p-groupGrid,
.page-agent__time__list .column table td .p-groupGrid {
  -js-display: flex;
  display: flex;
  align-items: center;
}

.page-group__time__list .column table td .p-groupGrid .p-groupGrid_img,
.page-agent__time__list .column table td .p-groupGrid .p-groupGrid_img {
  flex-grow: 0;
  flex-shrink: 0;
}

.page-group__time__list .column table td .p-groupGrid .p-groupGrid_img img,
.page-agent__time__list .column table td .p-groupGrid .p-groupGrid_img img {
  width: 120px;
}

.page-group__time__list .column table td .p-groupGrid .p-groupGrid_txt,
.page-agent__time__list .column table td .p-groupGrid .p-groupGrid_txt {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 10px;
}

.page-group__link__calendar .button, .page-group__link__calendar .button-blue,
.page-group__link__calendar .button-round {
  font-size: 13px;
}

.page-agent__link__calendar .button, .page-agent__link__calendar .button-blue,
.page-agent__link__calendar .button-round {
  font-size: 13px;
}

.page-group__flow,
.page-agent__flow {
  text-align: center;
}

.page-group__contact,
.page-agent__contact {
  margin-bottom: 40px;
  padding: 30px 15px;
  border: 4px solid #ccc;
}

.page-group__contact h2,
.page-agent__contact h2 {
  margin: 0 0 20px;
  text-align: center;
}

.page-group__contact p,
.page-agent__contact p {
  text-align: center;
}

.page-group__contact__button,
.page-agent__contact__button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-group__contact__button .button, .page-group__contact__button .button-blue,
.page-group__contact__button .button-round {
  margin: 10px;
}

.page-agent__contact__button .button, .page-agent__contact__button .button-blue,
.page-agent__contact__button .button-round {
  margin: 10px;
}

.page-group__tour,
.page-agent__tour {
  margin-bottom: 40px;
  padding: 30px 15px;
  border: 4px solid #ccc;
}

.page-group__tour h2,
.page-agent__tour h2 {
  margin: 0 0 20px;
  text-align: center;
}

.page-group__tour__description,
.page-agent__tour__description {
  text-align: center;
  margin-bottom: 40px;
}

.page-group__tour dl,
.page-agent__tour dl {
  max-width: 850px;
  margin: 0 auto 40px;
}

.page-group__tour__button,
.page-agent__tour__button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-group__tour__button .button, .page-group__tour__button .button-blue,
.page-group__tour__button .button-round {
  margin: 10px;
}

.page-agent__tour__button .button, .page-agent__tour__button .button-blue,
.page-agent__tour__button .button-round {
  margin: 10px;
}

.page-group__area-border,
.page-agent__area-border {
  margin-bottom: 40px;
  padding: 30px 15px;
  border: 4px solid #ccc;
}

.page-group__area-border h2,
.page-agent__area-border h2 {
  margin: 0 0 20px;
  text-align: center;
}

.page-group__area-border dl,
.page-agent__area-border dl {
  max-width: 850px;
  margin: 0 auto 40px;
}

.page-group__area-border__description,
.page-agent__area-border__description {
  text-align: center;
  margin-bottom: 40px;
}

.page-group__area-border dl,
.page-agent__area-border dl {
  max-width: 850px;
  margin: 0 auto 40px;
}

.page-group__area-border__button,
.page-agent__area-border__button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-group__area-border__button .button, .page-group__area-border__button .button-blue,
.page-group__area-border__button .button-round {
  margin: 10px;
}

.page-agent__area-border__button .button, .page-agent__area-border__button .button-blue,
.page-agent__area-border__button .button-round {
  margin: 10px;
}

@media (max-width: 1024px) {
  .page-group__lunch__menu,
  .page-agent__lunch__menu {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .page-group__nav__l li,
  .page-agent__nav__l li {
    width: 50%;
  }
  .page-group__nav__s li,
  .page-agent__nav__s li {
    width: 100%;
  }
  .page-group__ticket__image,
  .page-agent__ticket__image {
    -js-display: block;
    display: block;
  }
  .page-group__ticket__image > div,
  .page-agent__ticket__image > div {
    -js-display: block;
    display: block;
    text-align: center;
  }
  .page-group__ticket__image > div:nth-child(1),
  .page-agent__ticket__image > div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-group__ticket__image > div:nth-child(2),
  .page-agent__ticket__image > div:nth-child(2) {
    width: 100%;
  }
  .page-group__ticket__table,
  .page-agent__ticket__table {
    -js-display: block;
    display: block;
  }
  .page-group__ticket__table > div,
  .page-agent__ticket__table > div {
    width: 100%;
  }
  .page-group__ticket__table > div:nth-child(1),
  .page-agent__ticket__table > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .page-group__lunch__price,
  .page-agent__lunch__price {
    margin-top: 0;
  }
  .page-group__time__list .column,
  .page-agent__time__list .column {
    max-width: 100%;
  }
  .page-group__time__list .column:first-child,
  .page-agent__time__list .column:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page-group__time__list .column:last-child,
  .page-agent__time__list .column:last-child {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  .page-group__nav__l li,
  .page-agent__nav__l li {
    width: 100%;
  }
  .page-group__caution,
  .page-agent__caution,
  .page-group__area-gray,
  .page-agent__area-gray {
    padding: 20px;
  }
  .page-group__lunch__menu,
  .page-agent__lunch__menu {
    padding: 0;
    border: none;
  }
}
.row {
  -js-display: flex;
  display: flex;
}

.row.col-2 {
  justify-content: space-between;
}

.row.col-2 .column {
  width: calc(50% - 15px);
}

@media (max-width: 768px) {
  .row.col-2 {
    -js-display: block;
    display: block;
  }
  .row.col-2 .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-feature__content:not(:last-of-type) {
  margin-bottom: 100px;
}

.l-feature__item {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-feature__item {
    flex-flow: column;
  }
}
.l-feature__item + .l-feature__item {
  margin-top: 20px;
}

.l-feature__item__img,
.l-feature__item__img img {
  width: 100%;
  max-width: 480px;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-feature__item__img {
    max-width: unset;
    margin-bottom: 18px;
    text-align: center;
  }
}
.l-feature__item__inner {
  width: 100%;
  max-width: 595px;
}

@media screen and (max-width: 768px) {
  .l-feature__item__inner {
    max-width: unset;
  }
}
.l-feature__item__heading {
  font-size: 24px;
  margin: -10px 0 10px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-feature__item__heading {
    margin: 0 0 15px;
    font-size: 15px;
  }
}
.l-feature__item__text {
  font-size: 14px;
  line-height: 1.5;
}

.l-feature__item2 + .l-feature__item2 {
  margin-top: 20px;
}

.l-feature__item2__heading {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .l-feature__item2__heading {
    margin: 0 0 15px;
    font-size: 15px;
  }
}
.l-feature__item2__inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-feature__item2__inner {
    flex-flow: column;
  }
}
.l-feature__item2__img {
  width: 100%;
  max-width: 480px;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-feature__item2__img {
    max-width: unset;
    margin: 0 0 18px;
    text-align: center;
  }
}
.l-feature__item2__text {
  width: 100%;
  max-width: 595px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-feature__item2__text {
    max-width: unset;
  }
}
.l-feature__inner2 {
  display: flex;
  flex-wrap: wrap;
}

.l-feature__item3 {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .l-feature__item3 {
    width: 100%;
  }
}
.l-feature__item3:nth-of-type(odd) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .l-feature__item3:nth-of-type(odd) {
    margin-right: 0;
  }
}
.l-feature__item3__heading {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .l-feature__item3__heading {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.l-feature__item3__img {
  margin-bottom: 30px;
  overflow: hidden;
  height: 360px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-feature__item3__img {
    margin: 0 0 18px;
  }
}
.l-feature__item3__img img {
  width: auto;
  height: 100%;
}

.l-feature__item3__text {
  font-size: 14px;
  line-height: 1.5;
}

.l-sp-menu {
  height: 90%;
}

.l-sp-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  max-width: 460px;
  width: 100%;
  max-height: 1152px;
  height: 90%;
  padding: 130px 40px 30px 40px;
  background-color: #765E48;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.l-sp-menu.open {
  opacity: 1;
  visibility: visible;
}

.l-sp-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 310px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.l-sp-menu--heading {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #FFCBA8;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #765e48;
  line-height: 1;
  text-decoration: none;
}

.l-sp-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.l-sp-menu ul li {
  width: 50%;
  text-align: center;
}

.l-sp-menu .c-icon-box {
  padding: 20px 0;
}

@media (max-width: 544px) {
  .l-sp-menu {
    height: 100vh;
    max-width: 230px;
    padding: 110px 0 0 0;
  }
  .l-sp-menu__inner {
    display: block;
    min-height: 515px;
    max-width: 155px;
    width: 100%;
  }
  .l-sp-menu--heading {
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 17px;
    font-weight: 700;
  }
  .l-sp-menu .c-icon-box {
    padding: 13px 0;
  }
  .l-sp-menu .c-icon-box svg {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .l-sp-menu .c-icon-box span {
    font-size: 10px;
  }
  .l-sp-menu .c-button-box.c-button-box--daidai, .l-sp-menu .c-button-box--daidai {
    margin: 27px 0 25px 0;
    font-size: 13px;
  }
  .l-sp-menu .c-button-language {
    font-size: 12px;
  }
}
/* Page */
hr {
  display: block;
  max-width: 1080px;
  height: 1px;
  margin: 0 auto;
  background-color: #d4d5d5;
  border: 0;
}

/* TOPスライダー 20220803 */
.main-slide__video {
  width: 100%;
  height: auto;
}
.main-slide__video video {
  width: 100%;
  height: 100%;
}

/* TOPスライダー 20220403 */
.main-image,
.main-image__slide {
  position: relative;
  width: 100%;
}

.main-image__slide {
  overflow: hidden;
}

.main-image__slide:before {
  content: "";
  display: block;
  padding-top: 173%;
  width: 100%;
}

.main-image__slide__item {
  -webkit-animation: slider 36s infinite;
  animation: slider 36s infinite;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.main-image__slide__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.main-image__slide__item:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main-image__slide__item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main-image__slide__item:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main-image__slide__item:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main-image__slide__item:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.main-image__copy {
  bottom: 45px;
  max-width: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  z-index: 10;
}

.main-image__logo {
  width: 150px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}

@media (max-width: 468px) {
  .main-image__logo {
    width: 75px;
  }
}
.main-image__label {
  bottom: 35px;
  left: 50%;
  max-width: 300px;
  position: absolute;
  z-index: 10;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .main-image__slide:before {
    padding-top: 55.7%;
  }
  .main-image__copy {
    bottom: 30px;
    max-width: 375px;
    right: 130px;
    width: 375px;
  }
  .main-image__label {
    max-width: 700px;
    width: 700px;
  }
  .main-image__overlay img {
    max-width: 100%;
    width: 100%;
  }
}
@-webkit-keyframes slider {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  22% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 4;
  }
  to {
    opacity: 0;
  }
}
@keyframes slider {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  22% {
    opacity: 0;
    z-index: 4;
  }
  to {
    opacity: 0;
  }
}
/*--- top wrapper ---*/
.top-wrapper {
  padding: 0;
  position: relative;
}

.main-slide__wrap {
  width: 100%;
  aspect-ratio: 1417/789;
}
@media (max-width: 992px) {
  .main-slide__wrap {
    aspect-ratio: 100/173;
  }
}
.main-slide__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slide__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-wrapper__bottom {
  background-color: #765E48;
}

.top-wrapper__bottom--inner {
  display: flex;
  text-align: center;
}

.top-wrapper__bottom--wrap {
  display: flex;
  align-items: center;
  padding: 11px 0;
  position: relative;
}

.top-wrapper__bottom--wrap:first-child {
  justify-content: flex-start;
  width: calc((100% - 750px) / 2);
}

.top-wrapper__bottom--wrap:nth-child(2) {
  flex: 1;
  padding: 0 5px;
}

.top-wrapper__bottom--wrap:last-child {
  justify-content: flex-end;
  width: 300px;
}

.top-wrapper__message {
  display: block;
  text-decoration: none;
  color: #fff;
}

.top-wrapper__message:hover {
  color: #fff;
}

.top-wrapper__announce {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

.top-wrapper__congestion,
.top-wrapper__language {
  align-items: center;
  padding: 6px 17px 6px 8px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #716d66;
  text-decoration: none;
  transition: all 0.3s;
}

.top-wrapper__congestion {
  display: flex;
  align-items: center;
}

@media (min-width: 770px) {
  .top-wrapper__congestion,
  .top-wrapper__language {
    display: flex !important;
  }
}
.top-wrapper__language svg {
  width: 22px;
  height: auto;
}

.top-wrapper__language svg path {
  fill: #716d66;
  transition: all 0.3s;
}

.top-wrapper__language:hover {
  color: #fff;
  background-color: #716d66;
}

.top-wrapper__language:hover svg path {
  fill: #fff;
}

.top-wrapper__congestion {
  margin-right: 20px;
}

.top-wrapper__congestion svg,
.top-wrapper__language svg {
  margin-right: 7px;
}

.top-wrapper__banner {
  box-shadow: 0 0 10px 1px #545454;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
  cursor: pointer;
}
.top-wrapper__banner__close {
  position: absolute;
  top: -14px;
  right: -14px;
}

@media (max-width: 1024px) {
  .top-wrapper__bottom {
    background-color: #FAEEEA;
  }
  .top-wrapper__bottom--wrap {
    justify-content: flex-end;
    padding: 9px 0;
  }
  .top-wrapper__bottom--wrap:first-child p {
    display: none;
  }
  .top-wrapper__message {
    color: #765E48;
  }
  .top-wrapper__message:hover {
    color: #765E48;
  }
}
@media (max-width: 768px) {
  .top-wrapper__congestion {
    margin-right: 0;
  }
  .top-wrapper__bottom--wrap:first-child {
    width: 0%;
  }
  .top-wrapper__bottom--wrap:nth-child(2) {
    flex: 1;
    width: auto;
  }
  .top-wrapper__bottom--wrap:last-child {
    width: 120px;
  }
}
@media (max-width: 568px) {
  .top-wrapper__banner {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* pg-top__ticket-planning */
.pg-top__ticket-planning {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 10px;
}
.pg-top__ticket-planning__box.c-box, .pg-top__ticket-planning__box.c-box--accent, .pg-top__ticket-planning__box.c-box--pink, .pg-top__ticket-planning__box.c-box--main {
  max-width: 100%;
  width: 100%;
  padding: 20px 0;
}
.pg-top__ticket-planning__vertical {
  margin-bottom: 0;
}
.pg-top__ticket-planning__title {
  line-height: 1 !important;
}

/*--- pg-top__happy ---*/
.pg-top__happy {
  text-align: center;
}

.pg-top__happy h2 {
  margin: 0 0 23px 0;
}

.pg-top__happy .pg-top__story__scroll p {
  width: 750px;
  margin: 0 auto;
  padding: 80px 0 120px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 3;
  text-align: left;
  color: #765e48;
}

.pg-top__happy .infiniteslide_wrap {
  max-height: 636px;
}

@media (max-width: 768px) {
  .pg-top__happy h2 {
    font-size: 20px;
  }
  .pg-top__happy .pg-top__story__scroll p {
    max-width: 600px;
    width: 95%;
    padding: 85px 0 90px 0;
    font-size: 20px;
    line-height: 2.5;
  }
}
@media (max-width: 568px) {
  .pg-top__happy .pg-top__story__scroll p {
    padding: 40px 0 45px 0;
    font-size: 15px;
    line-height: 2.5;
  }
}
/*--- pg-top__enjoy ---*/
.pg-top__enjoy {
  padding: 64px 0 0 0;
}

.pg-top__enjoy__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 608px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 17px 0;
  background-color: #FFCBA8;
  text-align: center;
}

.pg-top__enjoy .p-heading--tove-script {
  margin-bottom: 48px;
  padding-bottom: 16px;
  background-color: #FFCBA8;
}

.pg-top__enjoy__wrapper {
  display: flex;
}

.pg-top__enjoy__wrap {
  width: 100%;
}

.pg-top__enjoy__wrap:first-child {
  margin-right: 8px;
}

.pg-top__enjoy__wrap a {
  text-decoration: none;
}

.pg-top__enjoy__wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.pg-top__enjoy__wrap--content {
  padding: 15px 0;
  background: #765E48;
  position: relative;
}

.pg-top__enjoy__wrap--content p {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.pg-top__enjoy__wrap .pg-top__enjoy__wrap--content-arrow {
  width: 43px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.pg-top__enjoy__open-time {
  margin-bottom: 57px;
  padding: 58px 0 51px 0;
  background-color: #FAEEEA;
}

.pg-top__enjoy__open-time h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 0 0 32px 0;
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  text-align: center;
  color: #765E48;
}

.open-time__inner {
  display: flex;
  margin-bottom: 30px;
}

.open-time__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 18px 0;
  background-color: #B49C8A;
  text-align: center;
  color: #fff;
}

.open-time__wrap:first-child {
  margin-right: 8px;
}

.open-time__wrap h4 {
  margin: 0;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0.03em;
  line-height: 40px;
}

.open-time__wrap:first-child h4 {
  margin: 0;
  line-height: 1;
}

.open-time__wrap:last-child h4 {
  margin-bottom: 16px;
}

.open-time__weekday,
.open-time__weekend {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #fff;
}

.open-time__attention {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 37px;
  color: #fff;
}

.open-time__btn {
  display: inline-block;
  width: 246px;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 22px;
  color: #B49C8A;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.open-time__btn:hover {
  color: #fff;
  background-color: #FFCBA8;
}

.pg-top__enjoy__open-time--parking,
.pg-top__enjoy__open-time--season {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  color: #765E48;
}

.pg-top__enjoy__open-time--parking {
  font-size: 28px;
  text-align: center;
}

.pg-top__enjoy__open-time--season {
  max-width: 925px;
  width: 95%;
  margin: 20px auto 10px auto;
}

@media (max-width: 768px) {
  .pg-top__enjoy__open-time {
    padding: 40px 0 34px 0;
  }
  .pg-top__enjoy__open-time h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }
  .open-time__wrap h4 {
    font-size: 22px;
  }
  .open-time__weekday, .open-time__weekend {
    font-size: 18px;
  }
  .open-time__attention {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .open-time__btn {
    width: 171px;
    padding: 9px 0;
    font-size: 16px;
    line-height: 1;
  }
  .pg-top__enjoy__open-time--parking {
    font-size: 20px;
  }
  .pg-top__enjoy__open-time--season {
    font-size: 15px;
  }
  .pg-top__enjoy .p-heading--tove-script {
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-top__enjoy .p-heading--tove-script h2 {
    font-size: 50px;
  }
  .pg-top__enjoy .p-heading--tove-script p {
    font-size: 16px;
  }
  .pg-top__enjoy__wrap img {
    height: 210px;
  }
  .pg-top__enjoy__wrap--content p {
    font-size: 16px;
  }
  .pg-top__enjoy__wrap .pg-top__enjoy__wrap--content-arrow {
    width: 20px;
    right: 20px;
  }
}
@media (max-width: 568px) {
  .open-time__wrap h4 {
    font-size: 16px;
  }
  .open-time__weekday, .open-time__weekend {
    font-size: 15px;
  }
  .open-time__attention {
    font-size: 12px;
  }
  .open-time__btn {
    font-size: 15px;
  }
  .pg-top__enjoy__wrap img {
    height: 130px;
  }
  .pg-top__enjoy__wrap--content p {
    font-size: 13px;
    line-height: 1.3;
  }
  .pg-top__enjoy__wrap .pg-top__enjoy__wrap--content-arrow {
    display: none;
  }
  .pg-top__enjoy__open-time--season {
    max-width: 305px;
  }
}
/*--- pg-top__event ---*/
.pg-top__event {
  margin: 0;
  padding: 80px 0 0;
  background: url("../images/common/bg_cloud.png") no-repeat left bottom/100% 50px;
  background-color: transparent;
}

.pg-top__event:after {
  display: none;
}

.pg-top__event .container {
  max-width: 1180px;
}

.pg-top__event__banner {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.pg-top__event__banner a {
  text-decoration: none;
}

.pg-top__event__heading {
  padding: 27px 0 22px 0;
  background-color: #B49C8A;
  text-align: center;
}

.pg-top__event__heading h2 {
  margin: 0;
  font-family: "Moomin Font", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.03em;
  color: #fff;
}

.pg-top__event__heading p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.pg-top__event__heading .pg-top__event__heading--subtext {
  margin: 3px 0 12px 0;
}

.pg-top__event__banner iframe {
  width: 100%;
  height: 450px;
}

.pg-top__event .read-more {
  margin-bottom: 100px;
}

.pg-top__event__slide {
  margin-bottom: 60px;
}

.pg-top__event .card-slide__place {
  width: 100%;
}

.pg-top__event .card-slide__text-box {
  padding: 15px 15px 35px 15px;
}

.pg-top__event .card-slide__text-box > *:nth-last-child(2) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pg-top__event__banner {
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .pg-top__event__heading h2 {
    font-size: 30px;
  }
  .pg-top__event__banner iframe {
    height: 250px;
  }
}
/*--- pg-top__moominvalley park ---*/
.pg-top__moominvalley-park {
  padding: 78px 0 102px 0;
  background-color: #FAEEEA;
}

.pg-top__moominvalley-park__heading {
  margin-bottom: 20px;
  text-align: center;
}

.pg-top__moominvalley-park__heading h2 {
  margin: 0;
  margin-bottom: 16px;
  font-family: "Moomin Font", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #4b4b4b;
  line-height: 1.6;
}

.pg-top__moominvalley-park__heading p {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 2.5;
  color: #4b4b4b;
}

.pg-top__moominvalley-park__image-box {
  margin-bottom: 60px;
}

.pg-top__moominvalley-park__image-box img {
  width: 100%;
}

.pg-top__moominvalley-park__text-box p {
  max-width: 750px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 20px;
  line-height: 3.1;
  text-align: left;
  color: #765E48;
}

@media (max-width: 768px) {
  .pg-top__moominvalley-park__image-box {
    margin-bottom: 50px;
  }
  .pg-top__moominvalley-park__text-box p {
    max-width: 600px;
    width: 90%;
    font-size: 16px;
    line-height: 2.5;
  }
}
/*--- pg-top__news ---*/
.pg-top__news {
  padding: 100px 0 165px;
}

.pg-top__news__heading {
  margin-bottom: 70px;
}

.pg-top__news__heading h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}

.pg-top__news .read-more {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .pg-top__news {
    padding: 70px 0 140px;
  }
  .pg-top__news .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pg-top__news__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .pg-top__news {
    padding: 50px 0 100px;
  }
  .pg-top__news__heading h2 {
    font-size: 1.25em;
  }
  .pg-top__news__heading h2 span {
    margin: 0;
    display: block;
  }
}
/*--- pg-top__aboutmetsa ---*/
.pg-top__recommend {
  padding: 78px 0 102px 0;
}

.pg-top__recommend .c-heading-vertical.--tove-script {
  margin-bottom: 60px;
}

.pg-top__recommend__picup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
}

.pg-top__recommend__picup--wrap {
  width: 100%;
  text-align: center;
}

.pg-top__recommend__picup--wrap:first-child {
  margin-right: 34px;
}

.pg-top__recommend__picup--image-box {
  margin-bottom: 14px;
}

.pg-top__recommend__picup--image-box img {
  width: 100%;
  height: 316px;
  object-fit: cover;
}

.pg-top__recommend__picup--text-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 27px 20px 27px 38px;
  text-decoration: none;
  transition: all 0.3s;
}

.pg-top__recommend__picup--text-box.bg-df6b3e {
  border: 1px solid #df6b3e;
}

.pg-top__recommend__picup--text-box.bg-e9787b {
  border: 1px solid #e9787b;
}

.pg-top__recommend__picup--text-box.bg-d93434 {
  border: 1px solid #d93434;
}

.pg-top__recommend__picup--text-box.bg-83648e {
  border: 1px solid #83648e;
}

.pg-top__recommend__picup--text-box:hover {
  background-color: #fff !important;
}

.pg-top__recommend__picup--name {
  margin: 0;
  margin-right: 31px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s;
}

.pg-top__recommend__picup--text-box.bg-df6b3e:hover .pg-top__recommend__picup--name {
  color: #df6b3e;
}

.pg-top__recommend__picup--text-box.bg-e9787b:hover .pg-top__recommend__picup--name {
  color: #e9787b;
}

.pg-top__recommend__picup--text-box.bg-d93434:hover .pg-top__recommend__picup--name {
  color: #d93434;
}

.pg-top__recommend__picup--text-box.bg-83648e:hover .pg-top__recommend__picup--name {
  color: #83648e;
}

.pg-top__recommend__picup--text-box:hover {
  background-color: #fff !important;
}

.pg-top__recommend__picup--button {
  display: block;
  min-width: 209px;
  padding: 11px 10px;
  background-color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.pg-top__recommend__picup--text-box.bg-df6b3e:hover .pg-top__recommend__picup--button {
  border: #df6b3e;
  background-color: #df6b3e;
  color: #fff !important;
}

.pg-top__recommend__picup--text-box.bg-e9787b:hover .pg-top__recommend__picup--button {
  border: #e9787b;
  background-color: #df6b3e;
  color: #fff !important;
}

.pg-top__recommend__picup--text-box.bg-d93434:hover .pg-top__recommend__picup--button {
  border: #d93434;
  background-color: #df6b3e;
  color: #fff !important;
}

.pg-top__recommend__picup--text-box.bg-83648e:hover .pg-top__recommend__picup--button {
  border: #83648e;
  background-color: #83648e;
  color: #fff !important;
}

.pg-top__recommend__picup--button:hover {
  color: #fff;
  opacity: 0.8;
}

.pg-top__recommend__slide {
  text-align: center;
}

.pg-top__recommend .c-button, .pg-top__recommend .c-button--gold, .pg-top__recommend .c-button--green, .pg-top__recommend .c-button--mesta, .pg-top__recommend .c-button--back, .pg-top__recommend .c-button--daidai, .pg-top__recommend .c-button--brown, .pg-top__recommend .c-button--pink, .pg-top__recommend .c-button--round, .pg-top__recommend .c-button--small {
  margin-top: 108px;
}

@media (max-width: 768px) {
  .pg-top__recommend__picup {
    flex-direction: column;
    margin-bottom: 66px;
  }
  .pg-top__recommend__picup--image-box img {
    height: auto;
  }
  .pg-top__recommend__picup--wrap:first-child {
    margin: 0 0 50px 0;
  }
  .pg-top__recommend__picup--button {
    min-width: 0;
  }
  .pg-top__recommend .slick-arrow {
    height: 267px;
  }
}
@media (max-width: 568px) {
  .pg-top__recommend__picup {
    flex-direction: column;
    margin-bottom: 66px;
  }
  .pg-top__recommend__picup--wrap:first-child {
    margin: 0 0 50px 0;
  }
  .pg-top__recommend .c-button-box, .pg-top__recommend .c-button-box--daidai {
    width: 100%;
  }
  .pg-top__recommend .slick-arrow {
    height: 224px;
  }
  .pg-top__recommend .card-slide__image-box {
    height: 181px;
  }
  .pg-top__recommend .c-button, .pg-top__recommend .c-button--gold, .pg-top__recommend .c-button--green, .pg-top__recommend .c-button--mesta, .pg-top__recommend .c-button--back, .pg-top__recommend .c-button--daidai, .pg-top__recommend .c-button--brown, .pg-top__recommend .c-button--pink, .pg-top__recommend .c-button--round, .pg-top__recommend .c-button--small {
    margin-top: 60px;
  }
}
/*--- pg-top__aboutmetsa ---*/
.pg-top__aboutmetsa {
  padding: 90px 0 0 0;
  background-color: #FAEEEA;
}

.pg-top__aboutmetsa__heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 0;
}

.pg-top__aboutmetsa__heading--logo {
  width: 80px;
  margin-top: 7px;
  margin-right: 30px;
}

.pg-top__aboutmetsa__heading--text__head {
  margin: 0;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #4b4b4b;
}

.pg-top__aboutmetsa__heading--text__box {
  display: block;
  width: 427px;
  padding: 15px 0;
  background-color: #fff;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #765e48;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.pg-top__aboutmetsa__heading--text__box:hover {
  color: #fff;
  background-color: #765e48;
}

.pg-top__aboutmetsa__mv img {
  width: 100%;
}

.pg-top__aboutmetsa__content {
  text-align: center;
}

.pg-top__aboutmetsa__content h2 {
  margin: 0 0 30px 0;
  padding: 62px 0 37px 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}

.pg-top__aboutmetsa__content h2 img {
  width: 228px;
  margin-bottom: 23px;
}

.pg-top__aboutmetsa__bg-brown {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 0 68px 0;
  background-color: #765E48;
}

.pg-top__aboutmetsa__content p {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 71px auto;
  padding-left: 15px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: left;
  color: #FAEEEA;
  text-indent: -1.5em;
}

.pg-top__aboutmetsa__content p span {
  font-size: 24px;
}

.pg-top__aboutmetsa .c-button.c-button--pink:last-child, .pg-top__aboutmetsa .c-button--pink:last-child {
  margin-top: 30px;
  font-size: 18px;
}

.pg-top__aboutmetsa .c-button--pink:hover {
  color: #765E48 !important;
}

.pg-top__aboutmetsa .c-button--pink::after {
  background-color: #FFCBA8;
}

@media (max-width: 768px) {
  .pg-top__aboutmetsa__heading {
    width: 90%;
    margin: 0 auto;
  }
  .pg-top__aboutmetsa__heading--text__head {
    font-size: 20px;
  }
  .pg-top__aboutmetsa__heading--text__box {
    width: auto;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width: 568px) {
  .pg-top__aboutmetsa {
    padding-top: 40px;
  }
  .pg-top__aboutmetsa .c-button.c-button--pink:last-child, .pg-top__aboutmetsa .c-button--pink:last-child {
    margin-top: 20px;
    font-size: 15px;
  }
  .pg-top__aboutmetsa__heading--text__box {
    font-size: 13px;
  }
  .pg-top__aboutmetsa__content p {
    font-size: 16px;
  }
}
/*--- pg-top__banner ---*/
.pg-top__banner {
  padding: 0 0 238px 0;
  background-color: transparent;
}

.pg-top__banner1 {
  padding: 70px 0;
}

.pg-top__banner__wrap {
  width: 366.6666666667px;
  margin: 0;
  padding: 0 15px;
}

.card-slide-min-three .pg-top__banner__wrap {
  width: 33.3333333333%;
}

.pg-top__banner__item {
  margin: 0;
}

.card-slide-min-three .pg-top__banner__item {
  width: 100%;
}

.pg-top__banner__item img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .pg-top__banner1 {
    padding: 50px 0 30px;
  }
  .pg-top__banner .container {
    width: 100%;
    padding: 0;
  }
  .pg-top__banner__wrap a {
    width: 100%;
  }
  .pg-top__banner .slick-arrow {
    display: none !important;
  }
  .pg-top__banner__item img {
    height: auto;
  }
}
/*--- pg-top__price-list ---*/
.pg-top__price-list {
  padding: 110px 0;
  background-color: #FAEEEA;
  text-align: center;
}

.pg-top__price-list .container {
  max-width: 750px;
}

.pg-top__price-list__table.second {
  margin: 24px 0 78px 0;
}

.pg-top__price-list .button, .pg-top__price-list .button-blue {
  border: 0;
}

@media (max-width: 768px) {
  .pg-top__price-list {
    padding: 41px 0 107px 0;
  }
}
@media (max-width: 768px) {
  .pg-top__access {
    padding: 120px 0;
  }
}
/*--- pg-top__access ---*/
.pg-top__access {
  padding: 156px 0 108px 0;
  text-align: center;
}

.pg-top__access img.map {
  width: 90%;
  margin-bottom: 122px;
}

.pg-top__access__inner {
  display: flex;
  justify-content: space-around;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.two-box__wrap {
  display: block;
  width: 360px;
  padding: 52px 0 69px 0;
  background-color: #B49C8A;
  text-decoration: none;
}
.two-box__wrap > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.pg-top__access__logo {
  height: 46px;
}

.two-box__wrap:nth-child(even) {
  margin-left: 2%;
}

.two-box__wrap h3 {
  margin: 0 0 26px 0;
  font-weight: 900;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.two-box__wrap p {
  display: flex;
  align-items: center;
  width: 204px;
  margin: 0 auto;
  margin-top: 36px;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  color: #fff;
  line-height: 1;
}

.two-box__wrap p a {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.two-box__wrap p a:hover {
  color: #765E48;
}

.two-box__wrap p a svg {
  margin-left: 30px;
  margin-right: 9px;
}

.two-box__wrap p a svg path {
  transition: all 0.3s;
}

.two-box__wrap p a:hover svg path {
  fill: #765E48;
}

.two-box__announce {
  width: 316px;
  margin: 0 auto;
  margin-top: 23px;
  padding: 20px 40px;
  background-color: #765E48;
  color: #fff;
  text-align: left;
}

.pg-top__access .c-button, .pg-top__access .c-button--gold, .pg-top__access .c-button--green, .pg-top__access .c-button--mesta, .pg-top__access .c-button--back, .pg-top__access .c-button--daidai, .pg-top__access .c-button--brown, .pg-top__access .c-button--pink, .pg-top__access .c-button--round, .pg-top__access .c-button--small {
  margin-top: 59px;
}

@media (max-width: 768px) {
  .two-box__wrap {
    width: 49%;
    padding: 30px 10px;
  }
  .two-box__wrap h3 {
    font-size: 20px;
  }
  .two-box__wrap h3 + svg {
    height: 37px;
  }
  .two-box__wrap p {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }
  .two-box__wrap p a {
    margin-left: 10px;
    font-size: 14px;
  }
  .two-box__wrap p a svg {
    height: 15px;
    margin-right: 5px;
  }
  .two-box__announce {
    width: 95%;
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .pg-top__access .c-button, .pg-top__access .c-button--gold, .pg-top__access .c-button--green, .pg-top__access .c-button--mesta, .pg-top__access .c-button--back, .pg-top__access .c-button--daidai, .pg-top__access .c-button--brown, .pg-top__access .c-button--pink, .pg-top__access .c-button--round, .pg-top__access .c-button--small {
    font-size: 16px;
  }
}
/*--- pg-top__social ---*/
.pg-top__social {
  padding: 75px 0 120px 0;
  text-align: center;
}

.pg-top__social .two-box__wrap {
  padding-bottom: 22px;
}

.pg-top__social .two-box__wrap h3 {
  color: #765E48;
}

.pg-top__social .two-box__wrap h3 + svg {
  height: 60px;
}

.pg-top__social .two-box__wrap p {
  width: 100%;
  justify-content: center;
}

.pg-top__social .two-box__wrap p a {
  margin: 0;
}

.p-two-box--pink .two-box__wrap {
  background-color: #FAEFEB;
  transition: all 0.3s;
  border: 1px solid #FAEFEB;
}

.p-two-box--pink .two-box__wrap:hover {
  background-color: #fff;
  border: 1px solid #B49C8A;
}

.p-two-box--pink .two-box__wrap p, .p-two-box--pink .two-box__wrap p a {
  color: #765E48;
}

.p-two-box--pink .two-box__announce {
  background-color: #fff;
  border: 1px solid #765E48;
  color: #765E48;
  transition: all 0.3s;
}

.p-two-box--pink .two-box__wrap:hover .two-box__announce {
  background-color: #FAEEEA;
}

.p-two-box--pink .two-box__announce p {
  display: block;
  margin: 0;
  line-height: 1.5;
}

.pg-fee__facility__button a,
.pg-fee__ticket-link__inner > a {
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8125em;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent;
  background-clip: padding-box;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.pg-fee__facility__button a:before,
.pg-fee__ticket-link__inner > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/images/common/icon_button-arrow.svg") no-repeat right 20px top 22.5px/15px 5px;
  background-color: white;
}

.pg-fee__facility__button a:after,
.pg-fee__ticket-link__inner > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  transform: skewX(15deg);
  background-color: #333;
  transition: all 0.5s ease;
}

.pg-fee__facility__button a:hover,
.pg-fee__ticket-link__inner > a:hover {
  color: white;
}

.pg-fee__facility__button a:hover:after,
.pg-fee__ticket-link__inner > a:hover:after {
  width: 120%;
}

.pg-fee__facility__button a.back:before,
.pg-fee__ticket-link__inner > a.back:before {
  background: url("../images/common/icon_button-back.svg") no-repeat left 10px center/30px 30px;
}

.pg-fee__facility__button .modal__contents .read-more a,
.modal__contents .read-more .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .modal__contents .read-more a {
  max-width: 100%;
}

.footer-business-hour .read-more .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .footer-business-hour .read-more a,
.footer-business-hour .read-more .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .footer-business-hour .read-more a {
  margin: 10px;
}

.page-pressroom__link__single .pg-fee__facility__button a {
  width: 260px;
  font-size: 0.75em;
}

.pg-fee__facility__button .page-pressroom__link__single a,
.page-pressroom__link__single .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-pressroom__link__single a {
  width: 260px;
  font-size: 0.75em;
}

.page-access__parking .button, .page-access__parking .button-blue,
.page-access__parking .button-round,
.page-access__parking .pg-fee__facility__button a {
  margin-top: 40px;
}

.pg-fee__facility__button .page-access__parking a,
.page-access__parking .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-access__parking a {
  margin-top: 40px;
}

.pg-fee__text-l {
  font-size: 1em !important;
  font-weight: 500;
}

@media (max-width: 568px) {
  .pg-fee p,
  .pg-fee ul {
    font-size: 0.75em;
  }
  .pg-fee__text-l {
    font-size: 0.875em !important;
  }
}
.pg-fee__price table {
  width: 100%;
  font-size: 1.125em;
  border-top: 1px solid #ccc;
}

.pg-fee__price table tr {
  border-bottom: 1px solid #ccc;
}

.pg-fee__price table th {
  width: 33.33%;
  padding: 20px;
  text-align: left;
  background-color: #eee;
}

.pg-fee__price table td {
  position: relative;
  padding: 20px;
  font-weight: 500;
  text-align: center;
}

.pg-fee__price table td .label {
  position: absolute;
  top: 50%;
  right: 0;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
  background-color: #ff8080;
  border-radius: 40px;
}

.pg-fee__price__sp {
  display: none;
}

@media (max-width: 1024px) {
  .pg-fee__price {
    display: none;
  }
  .pg-fee__price__sp {
    display: block;
  }
  .pg-fee__price__sp h4 {
    position: relative;
    margin: 10px 0;
    font-weight: 500;
  }
  .pg-fee__price__sp h4 .label {
    position: absolute;
    top: 50%;
    right: 0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    background-color: #ff8080;
    border-radius: 40px;
  }
  .pg-fee__price__sp table {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .pg-fee__price__sp table tr {
    border-bottom: 1px solid #ccc;
  }
  .pg-fee__price__sp table th {
    width: 50%;
    padding: 15px;
    background-color: #eee;
  }
  .pg-fee__price__sp table th span {
    display: block;
    font-size: 0.833em;
    font-weight: 500;
  }
  .pg-fee__price__sp table td {
    position: relative;
    width: 50%;
    padding: 15px;
    font-size: 1.125em;
    font-weight: 500;
    text-align: center;
  }
  .pg-fee__price__sp table td .label {
    position: absolute;
    top: 50%;
    right: 0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    background-color: #ff8080;
    border-radius: 40px;
  }
}
@media (max-width: 568px) {
  .pg-fee__price__sp h4 {
    font-size: 0.875em;
  }
  .pg-fee__price__sp table th {
    font-size: 0.75em;
  }
  .pg-fee__price__sp table th span {
    font-size: 0.833em;
  }
  .pg-fee__price__sp table td {
    font-size: 1em;
  }
}
.pg-fee__warning span {
  display: inline-block;
}

@media (max-width: 568px) {
  .pg-fee__warning {
    font-size: 0.75em !important;
  }
}
.pg-fee__facility__title {
  margin: 40px 0;
  padding: 10px 30px;
  font-size: 1.125em;
  font-weight: 500;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

.pg-fee__facility__list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}

.pg-fee__facility__list__single {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 35px;
}

.pg-fee__facility__list__single img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.pg-fee__facility__list__single p {
  margin: 15px 0 0;
  font-size: 1.125em;
  color: #ff8080;
}

.pg-fee__facility__button {
  margin: 50px 0;
}

.pg-fee__facility__button a {
  width: 390px;
  max-width: 100%;
  height: 70px;
  font-size: 1.125em;
  font-weight: bold;
}

.pg-fee__facility__button a:before,
.pg-fee__facility__button a:after {
  content: none;
}

.pg-fee__facility__button a:hover {
  background-color: #333;
}

@media (max-width: 1024px) {
  .pg-fee__facility__list__single {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .pg-fee__facility__title {
    padding: 15px;
    font-size: 0.875em;
  }
  .pg-fee__facility__list {
    margin-left: -15px;
  }
  .pg-fee__facility__list__single {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .pg-fee__facility__list__single p {
    margin-top: 5px;
    font-size: 0.7em;
  }
  .pg-fee__facility__button {
    margin: 40px 0 20px;
  }
  .pg-fee__facility__button a {
    width: 100%;
    height: 36px;
    font-size: 0.75em;
  }
}
.pg-fee__ticket-link {
  width: 100%;
  padding: 15px 0;
  background-color: #fafafa;
}

.pg-fee__ticket-link__inner {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.pg-fee__ticket-link__inner > a {
  width: 390px;
  max-width: 100%;
  height: 70px;
  margin: 15px 40px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.pg-fee__ticket-link__inner > a:before,
.pg-fee__ticket-link__inner > a:after {
  content: none;
}

.pg-fee__ticket-link__inner > a:hover {
  background-color: #333;
}

.pg-fee__ticket-link__inner > a.online {
  color: white;
  background-color: #d8b541;
  border-color: #d8b541;
}

.pg-fee__ticket-link__inner > a.online:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .pg-fee__ticket-link {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .pg-fee__ticket-link {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 16px 20px;
  }
  .pg-fee__ticket-link__inner > a {
    width: 100%;
    height: 50px;
    margin: 8px auto;
    font-size: 0.875em;
  }
}
.pg-fee__ticket-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.pg-fee__ticket-list__single {
  width: 25%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.pg-fee__ticket-list__single-w33 {
  width: 33%;
}

.pg-fee__ticket-list__single__inner {
  padding: 25px;
  border: 1px solid #b7b7b7;
}

.pg-fee__ticket-list__image {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
}

.pg-fee__ticket-list__image a {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}

.pg-fee__ticket-list__image img {
  max-height: 120px;
}

.pg-fee__ticket-list__explain p {
  font-size: 1em;
}

.pg-fee__ticket-list__button {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  font-size: 1.125em;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
}

.pg-fee__ticket-list__button:hover {
  color: #333;
  background-color: white;
}

@media (max-width: 1024px) {
  .pg-fee__ticket-list__single {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .pg-fee__ticket-list {
    -js-display: block;
    display: block;
    margin-left: 0;
  }
  .pg-fee__ticket-list__single {
    width: 100%;
    padding-left: 0;
  }
  .pg-fee__ticket-list__single:last-child {
    margin-bottom: 0;
  }
  .pg-fee__ticket-list__single__inner {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .pg-fee__ticket-list__image {
    width: 50%;
    height: auto;
    margin-bottom: 0;
  }
  .pg-fee__ticket-list__image img {
    max-height: auto;
  }
  .pg-fee__ticket-list__explain {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding-left: 25px;
  }
}
@media (max-width: 568px) {
  .pg-fee__ticket-list__single__inner {
    padding: 20px;
  }
  .pg-fee__ticket-list__explain {
    padding-left: 20px;
  }
  .pg-fee__ticket-list__explain p {
    font-size: 0.75em;
  }
  .pg-fee__ticket-list__button {
    height: 50px;
    font-size: 0.875em;
  }
}
.pg-fee__group {
  -js-display: flex;
  display: flex;
}

.pg-fee__group__image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 480px;
  text-align: center;
}

.pg-fee__group__text {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 45px;
}

.pg-fee__group__text .button, .pg-fee__group__text .button-blue,
.pg-fee__group__text .button-round,
.pg-fee__group__text .pg-fee__facility__button a {
  max-width: 390px;
  width: 100%;
  height: 70px;
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.pg-fee__facility__button .pg-fee__group__text a,
.pg-fee__group__text .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .pg-fee__group__text a {
  max-width: 390px;
  width: 100%;
  height: 70px;
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.pg-fee__group__text .button:before, .pg-fee__group__text .button-blue:before,
.pg-fee__group__text .button-round:before,
.pg-fee__group__text .pg-fee__facility__button a:before {
  content: none;
}

.pg-fee__facility__button .pg-fee__group__text a:before,
.pg-fee__group__text .pg-fee__ticket-link__inner > a:before,
.pg-fee__ticket-link__inner .pg-fee__group__text a:before {
  content: none;
}

.pg-fee__group__text .button:after, .pg-fee__group__text .button-blue:after,
.pg-fee__group__text .button-round:after,
.pg-fee__group__text .pg-fee__facility__button a:after {
  content: none;
}

.pg-fee__facility__button .pg-fee__group__text a:after,
.pg-fee__group__text .pg-fee__ticket-link__inner > a:after,
.pg-fee__ticket-link__inner .pg-fee__group__text a:after {
  content: none;
}

.pg-fee__group__text .button:hover, .pg-fee__group__text .button-blue:hover,
.pg-fee__group__text .button-round:hover,
.pg-fee__group__text .pg-fee__facility__button a:hover {
  background-color: #333;
}

.pg-fee__facility__button .pg-fee__group__text a:hover,
.pg-fee__group__text .pg-fee__ticket-link__inner > a:hover,
.pg-fee__ticket-link__inner .pg-fee__group__text a:hover {
  background-color: #333;
}

.pg-fee__group__point {
  margin: 1em 0;
  font-size: 0.875em;
  color: #f86000;
}

@media (max-width: 1024px) {
  .pg-fee__group__image {
    width: 50%;
  }
  .pg-fee__group__text {
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .pg-fee__group {
    flex-direction: column;
  }
  .pg-fee__group__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .pg-fee__group__text {
    padding-left: 0;
  }
  .pg-fee__group__text .button, .pg-fee__group__text .button-blue,
  .pg-fee__group__text .button-round,
  .pg-fee__group__text .pg-fee__facility__button a {
    max-width: 100%;
    height: 50px;
    font-size: 0.875em;
  }
  .pg-fee__facility__button .pg-fee__group__text a,
  .pg-fee__group__text .pg-fee__ticket-link__inner > a,
  .pg-fee__ticket-link__inner .pg-fee__group__text a {
    max-width: 100%;
    height: 50px;
    font-size: 0.875em;
  }
}
.pg-fee__parking table.table-price {
  width: 500px;
  max-width: 100%;
}
.pg-fee__parking table.table-price tr {
  border-bottom: 1px solid #ccc;
}
.pg-fee__parking table.table-price tr:first-child {
  border-top: 1px solid #ccc;
}
.pg-fee__parking table.table-price th {
  padding: 10px 20px;
  text-align: left;
  background-color: #eee;
}
.pg-fee__parking table.table-price td {
  padding: 10px 20px;
  text-align: right;
}

.pg-fee__calendar {
  margin-top: -80px;
  padding-top: 80px;
}

.pg-fee__calendar__example {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pg-fee__calendar__example > div {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-family: var(--font-tsuku);
  font-size: 1.125em;
  font-weight: 500;
}

.pg-fee__calendar__example > div span {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.pg-fee__calendar__example > div span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pg-fee__calendar__weekday span {
  border: 1px solid #ccc;
}

.pg-fee__calendar__holiday span {
  border: 1px solid #ffcc66;
  background-color: #ffcc66;
}

.pg-fee__calendar__wrap {
  -js-display: flex;
  display: flex;
  margin-left: -40px;
}

.pg-fee__calendar__single {
  width: 50%;
  padding-left: 40px;
}

.pg-fee__calendar__single h3 {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 1.125em;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  background-color: #999;
  text-align: center;
}

.pg-fee__calendar__single table {
  width: 100%;
  table-layout: fixed;
}

.pg-fee__calendar__single table th,
.pg-fee__calendar__single table td {
  text-align: center;
}

.pg-fee__calendar__single table th {
  font-size: 1em;
  padding: 5px 10px 10px;
}

.pg-fee__calendar__single table td {
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1;
}

.pg-fee__calendar__single table td span {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.pg-fee__calendar__single table td span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pg-fee__calendar__single table td span.holiday {
  border-color: #ffcc66;
  background-color: #ffcc66;
}

.pg-fee__term {
  margin-top: 40px;
}

.pg-fee__term__inner {
  padding: 10px;
  border: 2px solid #999;
}

.pg-fee__term__detail {
  height: 300px;
  padding: 40px;
  overflow-y: scroll;
}

.pg-fee__term__detail::-webkit-scrollbar {
  width: 10px;
}

.pg-fee__term__detail h3 {
  margin: 0 0 20px;
  font-weight: 500;
}

.pg-fee__term__detail ol {
  margin: 0;
  padding-left: 1.5em;
}

.pg-fee .pg-fee__term__detail::-webkit-scrollbar {
  width: 15px;
}

.pg-fee .pg-fee__term__detail::-webkit-scrollbar-track {
  background-color: #fff;
  border: 2px solid #999;
}

.pg-fee .pg-fee__term__detail::-webkit-scrollbar-thumb {
  background-color: #999;
}

@media (max-width: 768px) {
  .pg-fee__calendar__example > div {
    font-size: 1em;
  }
  .pg-fee__calendar__single h3 {
    font-size: 1em;
  }
  .pg-fee__calendar__single table th {
    padding: 5px 5px 10px;
  }
  .pg-fee__calendar__single table td {
    padding: 5px;
  }
  .pg-fee__term__detail {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .pg-fee__parking table.table-price {
    width: 100%;
  }
  .pg-fee__calendar__wrap {
    -js-display: block;
    display: block;
    margin-left: 0;
  }
  .pg-fee__calendar__single {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .pg-fee__calendar__single:last-child {
    margin-bottom: 0;
  }
  .pg-fee__campaign__text h3 {
    font-size: 1.125em;
  }
}
.page-group__link__calendar .pg-fee__facility__button a {
  font-size: 13px;
}

.pg-fee__facility__button .page-group__link__calendar a {
  font-size: 13px;
}

.page-agent__link__calendar .pg-fee__facility__button a {
  font-size: 13px;
}

.pg-fee__facility__button .page-agent__link__calendar a,
.page-agent__link__calendar .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__link__calendar a {
  font-size: 13px;
}

.modal__contents .read-more .pg-fee__facility__button a {
  max-width: 100%;
}

.pg-fee__facility__button .page-group__link__calendar a,
.page-group__link__calendar .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-group__link__calendar a {
  font-size: 13px;
}

.pg-fee__facility__button .page-agent__link__calendar a,
.page-agent__link__calendar .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__link__calendar a {
  font-size: 13px;
}

.page-group__contact__button .button, .page-group__contact__button .button-blue,
.page-group__contact__button .button-round,
.page-group__contact__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-group__contact__button a,
.page-group__contact__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-group__contact__button a {
  margin: 10px;
}

.page-agent__contact__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-agent__contact__button a,
.page-agent__contact__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__contact__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-agent__contact__button a,
.page-agent__contact__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__contact__button a {
  margin: 10px;
}

.page-group__tour__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-group__tour__button a,
.page-group__tour__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-group__tour__button a {
  margin: 10px;
}

.page-agent__tour__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-agent__tour__button a,
.page-agent__tour__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__tour__button a {
  margin: 10px;
}

.page-group__area-border__button .button, .page-group__area-border__button .button-blue,
.page-group__area-border__button .button-round,
.page-group__area-border__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-group__area-border__button a,
.page-group__area-border__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-group__area-border__button a {
  margin: 10px;
}

.page-agent__area-border__button .pg-fee__facility__button a {
  margin: 10px;
}

.pg-fee__facility__button .page-agent__area-border__button a,
.page-agent__area-border__button .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-agent__area-border__button a {
  margin: 10px;
}

.page-enjoy__ticket .pg-fee__facility__button a {
  width: 450px;
  font-weight: 500;
}

.pg-fee__facility__button .page-enjoy__ticket a,
.page-enjoy__ticket .pg-fee__ticket-link__inner > a,
.pg-fee__ticket-link__inner .page-enjoy__ticket a {
  width: 450px;
  font-weight: 500;
}

.page-enjoy__ticket .pg-fee__facility__button a br {
  display: none;
}

.pg-fee__facility__button .page-enjoy__ticket a br,
.page-enjoy__ticket .pg-fee__ticket-link__inner > a br,
.pg-fee__ticket-link__inner .page-enjoy__ticket a br {
  display: none;
}

@media (max-width: 768px) {
  .page-enjoy__ticket .pg-fee__facility__button a {
    height: 60px;
  }
  .pg-fee__facility__button .page-enjoy__ticket a,
  .page-enjoy__ticket .pg-fee__ticket-link__inner > a,
  .pg-fee__ticket-link__inner .page-enjoy__ticket a {
    height: 60px;
  }
  .page-enjoy__ticket .pg-fee__facility__button a br {
    display: block;
  }
  .pg-fee__facility__button .page-enjoy__ticket a br,
  .page-enjoy__ticket .pg-fee__ticket-link__inner > a br,
  .pg-fee__ticket-link__inner .page-enjoy__ticket a br {
    display: block;
  }
}
@media (max-width: 568px) {
  .page-enjoy__ticket .pg-fee__facility__button a {
    width: 100%;
    font-size: 0.75em;
  }
  .pg-fee__facility__button .page-enjoy__ticket a,
  .page-enjoy__ticket .pg-fee__ticket-link__inner > a,
  .pg-fee__ticket-link__inner .page-enjoy__ticket a {
    width: 100%;
    font-size: 0.75em;
  }
}
.pg-fee .bg-pink {
  background: #fdebeb;
}

.pg-fee .bg-green {
  background: #d1ea9d;
}

.pg-fee .bg-blue {
  background: #cfe8f5;
}

.pg-fee .pink {
  color: #ff8080;
}

.pg-fee ._mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .pg-fee ._mt20 {
    margin-top: 10px;
  }
}
.pg-fee ._mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .pg-fee ._mt30 {
    margin-top: 15px;
  }
}
.pg-fee ._mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .pg-fee ._mb20 {
    margin-bottom: 10px;
  }
}
.pg-fee ._mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .pg-fee ._mb30 {
    margin-bottom: 15px;
  }
}
.pg-fee ._tar {
  text-align: right;
}

.pg-fee .d-none {
  display: none;
}

.pg-fee__ticket {
  padding-top: 70px;
}

.pg-fee__ticket table {
  width: 100%;
  font-size: 1.125em;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__ticket table {
    font-size: 0.65em;
  }
}
.pg-fee__ticket table th,
.pg-fee__ticket table td {
  border-bottom: 1px solid #ccc;
}

.pg-fee__ticket table thead {
  border-top: 1px solid #ccc;
}

.pg-fee__ticket table thead th {
  position: relative;
  padding: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead th {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__ticket table thead th {
    font-size: 12px;
  }
}
.pg-fee__ticket table thead th:first-of-type {
  width: 33.33%;
  background: #eee;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead th:first-of-type {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead th:not(:first-of-type) {
    width: 25.6vw;
  }
}
.pg-fee__ticket table thead .heading {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -100%);
  width: 100%;
  margin: 0;
  padding: 20px 25px;
  background: #fdebeb;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead .heading {
    right: calc(50% + 1px);
    width: calc(100% + 2px);
    padding: 15px 8px;
    line-height: 1.2;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}
.pg-fee__ticket table thead .heading:after,
.pg-fee__ticket table thead .heading:before {
  position: absolute;
  display: block;
  content: "";
  height: calc(100% + 4px);
  background: #fff;
}

.pg-fee__ticket table thead .heading:after {
  bottom: 7%;
  left: -6.5%;
  width: 34px;
  transform: rotate(20deg);
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead .heading:after {
    top: 0;
    left: 0;
    transform: translate(-57%, -44%) rotate(40deg);
    width: 20px;
    height: 20px;
  }
}
.pg-fee__ticket table thead .heading:before {
  bottom: 7%;
  right: -6.5%;
  width: 34px;
  transform: rotate(-20deg);
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead .heading:before {
    top: 0;
    right: 0;
    transform: translate(57%, -44%) rotate(-40deg);
    width: 20px;
    height: 20px;
  }
}
.pg-fee__ticket table thead .heading span {
  display: inline-block;
}

.pg-fee__ticket table thead .label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin: 0;
  color: #fff;
  background: #ff8080;
  border-radius: 50%;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead .label {
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 11.4px;
  }
}
@media screen and (max-width: 1024px) {
  .pg-fee__ticket table thead .label span {
    display: none;
  }
}
.pg-fee__ticket table tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
  font-size: 16px;
}

@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
    font-size: 10.5px;
  }
}
.pg-fee__ticket table tbody tr:nth-of-type(even) td {
  font-size: 16px;
}

@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody tr:nth-of-type(even) td {
    font-size: 10.5px;
  }
}
.pg-fee__ticket table tbody th,
.pg-fee__ticket table tbody td {
  padding: 2px 20px;
}

@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody th,
  .pg-fee__ticket table tbody td {
    padding: 5px 10px;
  }
}
.pg-fee__ticket table tbody th {
  background: #eee;
}

.pg-fee__ticket table tbody th:not(.title) {
  font-weight: 500;
  min-width: 100px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .pg-fee__ticket table tbody th:not(.title) {
    min-width: 70px;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody th:not(.title) {
    min-width: 0;
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.pg-fee__ticket table tbody th.pink {
  border-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody th.pink {
    padding-right: 0.7em;
    padding-left: 0.7em;
    font-size: 12px;
  }
}
.pg-fee__ticket table tbody td {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 568px) {
  .pg-fee__ticket table tbody td {
    font-size: 12px;
  }
}
.pg-fee__ticket table tbody td.pink {
  border-bottom: 1px dotted #ccc;
}

.pg-fee__ticket table tbody .title {
  text-align: left;
  padding-right: 0;
}

.pg-fee__ticket table .border {
  border-bottom: 1px solid #ccc;
}

.pg-fee__ticket table .bg-pink {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .pg-fee__event-pc {
    display: none;
  }
}
.pg-fee__event-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pg-fee__event-sp {
    display: block;
  }
}
.pg-fee__event table {
  width: 100%;
  font-size: 1.125em;
}

@media screen and (max-width: 1024px) {
  .pg-fee__event table {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__event table {
    font-size: 0.65em;
  }
}
.pg-fee__event table thead {
  border-top: 1px solid #ccc;
}

.pg-fee__event table tbody td {
  font-weight: 500;
}

.pg-fee__event-pc th,
.pg-fee__event-pc td {
  border-bottom: 1px solid #ccc;
}

.pg-fee__event-pc thead tr:first-of-type th:first-of-type {
  width: 220px;
  padding: 10px 20px;
  text-align: left;
}

.pg-fee__event-pc thead tr:first-of-type th:not(:first-of-type) {
  border-bottom: 1px dotted #ccc;
  width: 173px;
}

.pg-fee__event-pc thead tr:not(:first-of-type) th:first-of-type {
  background: none;
}

.pg-fee__event-pc thead tr:not(:first-of-type) th:nth-of-type(2) {
  border-left: 1px solid #ccc;
}

.pg-fee__event-pc thead th {
  padding: 10px;
  line-height: 1.1;
  font-weight: 500;
}

.pg-fee__event-pc thead th:not(:first-of-type) {
  max-width: 176px;
  border-right: 1px solid #ccc;
}

.pg-fee__event-pc thead th:not(:first-of-type):not(:nth-of-type(2)) {
  border-left: 1px solid #ccc;
}

.pg-fee__event-pc thead th span {
  font-size: 12px;
}

.pg-fee__event-pc thead th:first-of-type {
  background: #eee;
}

.pg-fee__event-pc tbody th,
.pg-fee__event-pc tbody td {
  padding: 5px 20px;
}

.pg-fee__event-pc tbody th {
  background: #eee;
}

.pg-fee__event-pc tbody th:not(.title) {
  font-weight: 500;
  width: 130px;
  padding: 0 10px !important;
}

@media screen and (max-width: 568px) {
  .pg-fee__event-pc tbody th:not(.title) {
    width: auto;
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.pg-fee__event-pc tbody th.pink {
  border-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .pg-fee__event-pc tbody th.pink {
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.pg-fee__event-pc tbody td {
  text-align: center;
  border-right: 1px solid #ccc;
}

.pg-fee__event-pc tbody td.pink {
  border-bottom: 1px dotted #ccc;
}

.pg-fee__event-pc tbody tr:first-of-type th:nth-of-type(2) {
  padding: 0 10px 0 20px;
}

.pg-fee__event-pc tbody tr:not(:first-of-type) th {
  padding: 0 10px 0 20px;
}

.pg-fee__event-pc tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
  font-size: 16px;
}

.pg-fee__event-pc tbody tr:nth-of-type(even) td {
  font-size: 16px;
}

.pg-fee__event-pc tbody .title {
  width: 124px;
  padding-right: 0;
  text-align: left;
  line-height: 1.5;
}

.pg-fee__event-pc tbody .title span {
  font-size: 14px;
}

.pg-fee__event-pc .bg-blue {
  font-size: 12px;
  line-height: 1.4;
  padding: 15px 10px;
}

.pg-fee__event-sp table {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.pg-fee__event-sp thead th {
  padding: 10px 5px;
  background: #eee;
  text-align: center;
  line-height: 1.5;
}

.pg-fee__event-sp thead th:not(:first-of-type) {
  border-left: 1px solid #ccc;
}

.pg-fee__event-sp tbody th,
.pg-fee__event-sp tbody td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.pg-fee__event-sp tbody td {
  text-align: center;
  line-height: 1.5;
  border-left: 1px solid #ccc;
}

.pg-fee__event-sp tbody td span:last-of-type {
  margin-top: 10px;
}

.pg-fee__event-sp tbody span {
  display: block;
}

.pg-fee__event-sp tbody th {
  width: 25%;
}

.pg-fee__event-sp tbody th span {
  font-size: 8px;
}

@media screen and (max-width: 568px) {
  .pg-fee__event-sp tbody th span {
    line-height: 1.2;
  }
}
.pg-fee__event-sp tbody .bg-blue {
  font-size: 10.5px;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .pg-fee__event-sp tbody .bg-blue {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .pg-fee__event-sp tbody .bg-blue {
    font-size: 15px;
  }
}
.pg-fee__event-sp tbody .plus:before {
  right: 1.5px;
}

@media (min-width: 769px) {
  .pg-fee__event-sp tbody .plus:before {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: -8px;
  }
}
.pg-fee__event .plus {
  z-index: 10 !important;
  position: relative;
}

.pg-fee__event .plus:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  width: 16px;
  height: 16px;
  background: url("/assets/images/common/icon_plus.svg") no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .pg-fee__event .plus:before {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.pg-fee__event .small {
  font-size: 0.7em;
}

.pg-fee__event .bg-pink,
.pg-fee__event .bg-green,
.pg-fee__event .bg-blue {
  z-index: 1;
  position: relative;
  background: none;
}

.pg-fee__event .bg-pink:after,
.pg-fee__event .bg-green:after,
.pg-fee__event .bg-blue:after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

.pg-fee__event .bg-pink:after {
  background: #fdebeb;
}

.pg-fee__event .bg-green:after {
  background: #d1ea9d;
}

.pg-fee__event .bg-blue:after {
  background: #cfe8f5;
}

.pg-fee__facility a {
  color: #ff6c6c;
  text-decoration: none;
}

.pg-fee__facility__list {
  margin-bottom: calc(-20px - 1em);
}

@media screen and (max-width: 768px) {
  .pg-fee__facility__list {
    margin-bottom: 0;
  }
}
.pg-fee__goto-pc tbody th:not(.title) {
  width: 165px;
  line-height: 1.5;
  padding: 2px 10px !important;
}

.pg-fee__goto-pc .title-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pg-fee__goto-pc .title-label .text {
  display: block;
  margin: 5px auto 5px 0;
  font-size: 1.125em;
  font-weight: 700;
}

.pg-fee__goto-pc .title-label .label {
  display: block;
  padding: 5px 15px;
  font-size: 1.125em;
  background: #ff8080;
  color: #fff;
  border-radius: 15px;
}

.pg-fee__goto-sp .title-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.pg-fee__goto-sp .title-label .text {
  display: block;
  font-weight: 700;
  margin: 2px 10px 2px 0;
}

@media screen and (max-width: 1024px) {
  .pg-fee__goto-sp .title-label .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__goto-sp .title-label .text {
    font-size: 10.4px;
  }
}
.pg-fee__goto-sp .title-label .label {
  display: block;
  padding: 5px 15px;
  background: #ff8080;
  color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .pg-fee__goto-sp .title-label .label {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .pg-fee__goto-sp .title-label .label {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 768px) {
  .pg-fee__ticket-list__single__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pg-fee__ticket-list__explain {
    width: 0;
  }
}
.pg-fee__ticket-list__single-faceTicket {
  position: relative;
}

.pg-fee__ticket-list_faceTicket {
  position: absolute;
  top: calc(50% + 15px);
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  font-size: 12px;
}

@media (max-width: 568px) {
  .pg-fee__ticket-list_faceTicket {
    top: calc(50% + 5vw);
    font-size: 2.4vw;
  }
}
@media (max-width: 320px) {
  .pg-fee__ticket-list_faceTicket {
    top: calc(50% + 3vw);
  }
}
/* WPに残っているコンテンツ等あるため旧CSSを記載 */
.page-fee__facility__button a,
.page-fee__ticket-link__inner a {
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8125em;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent;
  background-clip: padding-box;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.page-fee__facility__button a:before,
.page-fee__ticket-link__inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/images/common/icon_button-arrow.svg") no-repeat right 20px top 22.5px/15px 5px;
  background-color: white;
}

.page-fee__facility__button a:after,
.page-fee__ticket-link__inner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  transform: skewX(15deg);
  background-color: #333;
  transition: all 0.5s ease;
}

.page-fee__facility__button a:hover,
.page-fee__ticket-link__inner a:hover {
  color: white;
}

.page-fee__facility__button a:hover:after,
.page-fee__ticket-link__inner a:hover:after {
  width: 120%;
}

.page-fee__facility__button a.back:before,
.page-fee__ticket-link__inner a.back:before {
  background: url("../images/common/icon_button-back.svg") no-repeat left 10px center/30px 30px;
}

.page-fee__facility__button .modal__contents .read-more a,
.modal__contents .read-more .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .modal__contents .read-more a {
  max-width: 100%;
}

.footer-business-hour .read-more .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .footer-business-hour .read-more a,
.footer-business-hour .read-more .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .footer-business-hour .read-more a {
  margin: 10px;
}

.page-pressroom__link__single .page-fee__facility__button a {
  width: 260px;
  font-size: 0.75em;
}

.page-fee__facility__button .page-pressroom__link__single a,
.page-pressroom__link__single .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-pressroom__link__single a {
  width: 260px;
  font-size: 0.75em;
}

.page-access__parking .button, .page-access__parking .button-blue,
.page-access__parking .button-round,
.page-access__parking .page-fee__facility__button a {
  margin-top: 40px;
}

.page-fee__facility__button .page-access__parking a,
.page-access__parking .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-access__parking a {
  margin-top: 40px;
}

.page-fee__text-l {
  font-size: 1em !important;
  font-weight: 500;
}

@media (max-width: 568px) {
  .page-fee p,
  .page-fee ul {
    font-size: 0.75em;
  }
  .page-fee__text-l {
    font-size: 0.875em !important;
  }
}
.page-fee__price table {
  width: 100%;
  font-size: 1.125em;
  border-top: 1px solid #ccc;
}

.page-fee__price table tr {
  border-bottom: 1px solid #ccc;
}

.page-fee__price table th {
  width: 33.33%;
  padding: 20px;
  text-align: left;
  background-color: #eee;
}

.page-fee__price table td {
  position: relative;
  padding: 20px;
  font-weight: 500;
  text-align: center;
}

.page-fee__price table td .label {
  position: absolute;
  top: 50%;
  right: 0;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
  background-color: #ff8080;
  border-radius: 40px;
}

.page-fee__price__sp {
  display: none;
}

@media (max-width: 1024px) {
  .page-fee__price {
    display: none;
  }
  .page-fee__price__sp {
    display: block;
  }
  .page-fee__price__sp h4 {
    position: relative;
    margin: 10px 0;
    font-weight: 500;
  }
  .page-fee__price__sp h4 .label {
    position: absolute;
    top: 50%;
    right: 0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    background-color: #ff8080;
    border-radius: 40px;
  }
  .page-fee__price__sp table {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .page-fee__price__sp table tr {
    border-bottom: 1px solid #ccc;
  }
  .page-fee__price__sp table th {
    width: 50%;
    padding: 15px;
    background-color: #eee;
  }
  .page-fee__price__sp table th span {
    display: block;
    font-size: 0.833em;
    font-weight: 500;
  }
  .page-fee__price__sp table td {
    position: relative;
    width: 50%;
    padding: 15px;
    font-size: 1.125em;
    font-weight: 500;
    text-align: center;
  }
  .page-fee__price__sp table td .label {
    position: absolute;
    top: 50%;
    right: 0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    background-color: #ff8080;
    border-radius: 40px;
  }
}
@media (max-width: 568px) {
  .page-fee__price__sp h4 {
    font-size: 0.875em;
  }
  .page-fee__price__sp table th {
    font-size: 0.75em;
  }
  .page-fee__price__sp table th span {
    font-size: 0.833em;
  }
  .page-fee__price__sp table td {
    font-size: 1em;
  }
}
.page-fee__warning span {
  display: inline-block;
}

@media (max-width: 568px) {
  .page-fee__warning {
    font-size: 0.75em !important;
  }
}
.page-fee__facility__title {
  margin: 40px 0;
  padding: 10px 30px;
  font-size: 1.125em;
  font-weight: 500;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

.page-fee__facility__list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}

.page-fee__facility__list__single {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 35px;
}

.page-fee__facility__list__single img {
  width: 100%;
}

.page-fee__facility__list__single p {
  margin: 15px 0 0;
  font-size: 1.125em;
  color: #ff8080;
}

.page-fee__facility__button {
  margin: 50px 0;
}

.page-fee__facility__button a {
  width: 390px;
  max-width: 100%;
  height: 70px;
  font-size: 1.125em;
  font-weight: bold;
}

.page-fee__facility__button a:before,
.page-fee__facility__button a:after {
  content: none;
}

.page-fee__facility__button a:hover {
  background-color: #333;
}

@media (max-width: 1024px) {
  .page-fee__facility__list__single {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .page-fee__facility__title {
    padding: 15px;
    font-size: 0.875em;
  }
  .page-fee__facility__list {
    margin-left: -15px;
  }
  .page-fee__facility__list__single {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .page-fee__facility__list__single p {
    margin-top: 5px;
    font-size: 0.7em;
  }
  .page-fee__facility__button {
    margin: 40px 0 20px;
  }
  .page-fee__facility__button a {
    width: 100%;
    height: 36px;
    font-size: 0.75em;
  }
}
.page-fee__ticket-link {
  width: 100%;
  padding: 15px 0;
  background-color: #fafafa;
}

.page-fee__ticket-link__inner {
  -js-display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.page-fee__ticket-link__inner a {
  width: 390px;
  max-width: 100%;
  height: 70px;
  margin: 15px 40px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.page-fee__ticket-link__inner a:before,
.page-fee__ticket-link__inner a:after {
  content: none;
}

.page-fee__ticket-link__inner a:hover {
  background-color: #333;
}

.page-fee__ticket-link__inner a.online {
  color: white;
  background-color: #d8b541;
  border-color: #d8b541;
}

.page-fee__ticket-link__inner a.online:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .page-fee__ticket-link {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .page-fee__ticket-link {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 16px 20px;
  }
  .page-fee__ticket-link__inner a {
    width: 100%;
    height: 50px;
    margin: 8px auto;
    font-size: 0.875em;
  }
}
.page-fee__ticket-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.page-fee__ticket-list__single {
  width: 25%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-fee__ticket-list__single-w33 {
  width: 33%;
}

.page-fee__ticket-list__single__inner {
  padding: 25px;
  border: 1px solid #b7b7b7;
}

.page-fee__ticket-list__image {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
}

.page-fee__ticket-list__image a {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}

.page-fee__ticket-list__image img {
  max-height: 120px;
}

.page-fee__ticket-list__explain p {
  font-size: 1em;
}

.page-fee__ticket-list__button {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  font-size: 1.125em;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
}

.page-fee__ticket-list__button:hover {
  color: #333;
  background-color: white;
}

@media (max-width: 1024px) {
  .page-fee__ticket-list__single {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .page-fee__ticket-list {
    -js-display: block;
    display: block;
    margin-left: 0;
  }
  .page-fee__ticket-list__single {
    width: 100%;
    padding-left: 0;
  }
  .page-fee__ticket-list__single:last-child {
    margin-bottom: 0;
  }
  .page-fee__ticket-list__single__inner {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
  }
  .page-fee__ticket-list__image {
    width: 50%;
    height: auto;
    margin-bottom: 0;
  }
  .page-fee__ticket-list__image img {
    max-height: auto;
  }
  .page-fee__ticket-list__explain {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding-left: 25px;
  }
}
@media (max-width: 568px) {
  .page-fee__ticket-list__single__inner {
    padding: 20px;
  }
  .page-fee__ticket-list__explain {
    padding-left: 20px;
  }
  .page-fee__ticket-list__explain p {
    font-size: 0.75em;
  }
  .page-fee__ticket-list__button {
    height: 50px;
    font-size: 0.875em;
  }
}
.page-fee__group {
  -js-display: flex;
  display: flex;
}

.page-fee__group__image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 480px;
  text-align: center;
}

.page-fee__group__text {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 45px;
}

.page-fee__group__text .button, .page-fee__group__text .button-blue,
.page-fee__group__text .button-round,
.page-fee__group__text .page-fee__facility__button a {
  max-width: 390px;
  width: 100%;
  height: 70px;
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.page-fee__facility__button .page-fee__group__text a,
.page-fee__group__text .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-fee__group__text a {
  max-width: 390px;
  width: 100%;
  height: 70px;
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
}

.page-fee__group__text .button:before, .page-fee__group__text .button-blue:before,
.page-fee__group__text .button-round:before,
.page-fee__group__text .page-fee__facility__button a:before {
  content: none;
}

.page-fee__facility__button .page-fee__group__text a:before,
.page-fee__group__text .page-fee__ticket-link__inner a:before,
.page-fee__ticket-link__inner .page-fee__group__text a:before {
  content: none;
}

.page-fee__group__text .button:after, .page-fee__group__text .button-blue:after,
.page-fee__group__text .button-round:after,
.page-fee__group__text .page-fee__facility__button a:after {
  content: none;
}

.page-fee__facility__button .page-fee__group__text a:after,
.page-fee__group__text .page-fee__ticket-link__inner a:after,
.page-fee__ticket-link__inner .page-fee__group__text a:after {
  content: none;
}

.page-fee__group__text .button:hover, .page-fee__group__text .button-blue:hover,
.page-fee__group__text .button-round:hover,
.page-fee__group__text .page-fee__facility__button a:hover {
  background-color: #333;
}

.page-fee__facility__button .page-fee__group__text a:hover,
.page-fee__group__text .page-fee__ticket-link__inner a:hover,
.page-fee__ticket-link__inner .page-fee__group__text a:hover {
  background-color: #333;
}

.page-fee__group__point {
  margin: 1em 0;
  font-size: 0.875em;
  color: #f86000;
}

@media (max-width: 1024px) {
  .page-fee__group__image {
    width: 50%;
  }
  .page-fee__group__text {
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .page-fee__group {
    flex-direction: column;
  }
  .page-fee__group__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-fee__group__text {
    padding-left: 0;
  }
  .page-fee__group__text .button, .page-fee__group__text .button-blue,
  .page-fee__group__text .button-round,
  .page-fee__group__text .page-fee__facility__button a {
    max-width: 100%;
    height: 50px;
    font-size: 0.875em;
  }
  .page-fee__facility__button .page-fee__group__text a,
  .page-fee__group__text .page-fee__ticket-link__inner a,
  .page-fee__ticket-link__inner .page-fee__group__text a {
    max-width: 100%;
    height: 50px;
    font-size: 0.875em;
  }
}
.page-fee__parking table.table-price {
  width: 400px;
  max-width: 100%;
}

.page-fee__calendar {
  margin-top: -80px;
  padding-top: 80px;
}

.page-fee__calendar__example {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-fee__calendar__example > div {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
}

.page-fee__calendar__example > div span {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.page-fee__calendar__example > div span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page-fee__calendar__weekday span {
  border: 1px solid #ccc;
}

.page-fee__calendar__holiday span {
  border: 1px solid #ffcc66;
  background-color: #ffcc66;
}

.page-fee__calendar__wrap {
  -js-display: flex;
  display: flex;
  margin-left: -40px;
}

.page-fee__calendar__single {
  width: 50%;
  padding-left: 40px;
}

.page-fee__calendar__single h3 {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 1.125em;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  background-color: #999;
  text-align: center;
}

.page-fee__calendar__single table {
  width: 100%;
  table-layout: fixed;
}

.page-fee__calendar__single table th,
.page-fee__calendar__single table td {
  text-align: center;
}

.page-fee__calendar__single table th {
  font-size: 1em;
  padding: 5px 10px 10px;
}

.page-fee__calendar__single table td {
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1;
}

.page-fee__calendar__single table td span {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.page-fee__calendar__single table td span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page-fee__calendar__single table td span.holiday {
  border-color: #ffcc66;
  background-color: #ffcc66;
}

.page-fee__term {
  margin-top: 40px;
}

.page-fee__term__inner {
  padding: 10px;
  border: 2px solid #999;
}

.page-fee__term__detail {
  height: 300px;
  padding: 40px;
  overflow-y: scroll;
}

.page-fee__term__detail::-webkit-scrollbar {
  width: 10px;
}

.page-fee__term__detail h3 {
  margin: 0 0 20px;
  font-weight: 500;
}

.page-fee__term__detail ol {
  margin: 0;
  padding-left: 1.5em;
}

.page-fee .page-fee__term__detail::-webkit-scrollbar {
  width: 15px;
}

.page-fee .page-fee__term__detail::-webkit-scrollbar-track {
  background-color: #fff;
  border: 2px solid #999;
}

.page-fee .page-fee__term__detail::-webkit-scrollbar-thumb {
  background-color: #999;
}

@media (max-width: 768px) {
  .page-fee__calendar__example > div {
    font-size: 1em;
  }
  .page-fee__calendar__single h3 {
    font-size: 1em;
  }
  .page-fee__calendar__single table th {
    padding: 5px 5px 10px;
  }
  .page-fee__calendar__single table td {
    padding: 5px;
  }
  .page-fee__term__detail {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .page-fee__parking table.table-price {
    width: 100%;
  }
  .page-fee__calendar__wrap {
    -js-display: block;
    display: block;
    margin-left: 0;
  }
  .page-fee__calendar__single {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .page-fee__calendar__single:last-child {
    margin-bottom: 0;
  }
  .page-fee__campaign__text h3 {
    font-size: 1.125em;
  }
}
.page-group__link__calendar .page-fee__facility__button a {
  font-size: 13px;
}

.page-fee__facility__button .page-group__link__calendar a {
  font-size: 13px;
}

.page-agent__link__calendar .page-fee__facility__button a {
  font-size: 13px;
}

.page-fee__facility__button .page-agent__link__calendar a,
.page-agent__link__calendar .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__link__calendar a {
  font-size: 13px;
}

.modal__contents .read-more .page-fee__facility__button a {
  max-width: 100%;
}

.page-fee__facility__button .page-group__link__calendar a,
.page-group__link__calendar .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-group__link__calendar a {
  font-size: 13px;
}

.page-fee__facility__button .page-agent__link__calendar a,
.page-agent__link__calendar .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__link__calendar a {
  font-size: 13px;
}

.page-group__contact__button .button, .page-group__contact__button .button-blue,
.page-group__contact__button .button-round,
.page-group__contact__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-group__contact__button a,
.page-group__contact__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-group__contact__button a {
  margin: 10px;
}

.page-agent__contact__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-agent__contact__button a,
.page-agent__contact__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__contact__button a {
  margin: 10px;
}

.page-fee__facility__button .page-agent__contact__button a,
.page-agent__contact__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__contact__button a {
  margin: 10px;
}

.page-group__tour__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-group__tour__button a,
.page-group__tour__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-group__tour__button a {
  margin: 10px;
}

.page-agent__tour__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-agent__tour__button a,
.page-agent__tour__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__tour__button a {
  margin: 10px;
}

.page-group__area-border__button .button, .page-group__area-border__button .button-blue,
.page-group__area-border__button .button-round,
.page-group__area-border__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-group__area-border__button a,
.page-group__area-border__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-group__area-border__button a {
  margin: 10px;
}

.page-agent__area-border__button .page-fee__facility__button a {
  margin: 10px;
}

.page-fee__facility__button .page-agent__area-border__button a,
.page-agent__area-border__button .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-agent__area-border__button a {
  margin: 10px;
}

.page-enjoy__ticket .page-fee__facility__button a {
  width: 450px;
  font-weight: 500;
}

.page-fee__facility__button .page-enjoy__ticket a,
.page-enjoy__ticket .page-fee__ticket-link__inner a,
.page-fee__ticket-link__inner .page-enjoy__ticket a {
  width: 450px;
  font-weight: 500;
}

.page-enjoy__ticket .page-fee__facility__button a br {
  display: none;
}

.page-fee__facility__button .page-enjoy__ticket a br,
.page-enjoy__ticket .page-fee__ticket-link__inner a br,
.page-fee__ticket-link__inner .page-enjoy__ticket a br {
  display: none;
}

@media (max-width: 768px) {
  .page-enjoy__ticket .page-fee__facility__button a {
    height: 60px;
  }
  .page-fee__facility__button .page-enjoy__ticket a,
  .page-enjoy__ticket .page-fee__ticket-link__inner a,
  .page-fee__ticket-link__inner .page-enjoy__ticket a {
    height: 60px;
  }
  .page-enjoy__ticket .page-fee__facility__button a br {
    display: block;
  }
  .page-fee__facility__button .page-enjoy__ticket a br,
  .page-enjoy__ticket .page-fee__ticket-link__inner a br,
  .page-fee__ticket-link__inner .page-enjoy__ticket a br {
    display: block;
  }
}
@media (max-width: 568px) {
  .page-enjoy__ticket .page-fee__facility__button a {
    width: 100%;
    font-size: 0.75em;
  }
  .page-fee__facility__button .page-enjoy__ticket a,
  .page-enjoy__ticket .page-fee__ticket-link__inner a,
  .page-fee__ticket-link__inner .page-enjoy__ticket a {
    width: 100%;
    font-size: 0.75em;
  }
}
.page-fee .bg-pink {
  background: #fdebeb;
}

.page-fee .bg-green {
  background: #d1ea9d;
}

.page-fee .bg-blue {
  background: #cfe8f5;
}

.page-fee .pink {
  color: #ff8080;
}

.page-fee ._mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .page-fee ._mt20 {
    margin-top: 10px;
  }
}
.page-fee ._mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .page-fee ._mt30 {
    margin-top: 15px;
  }
}
.page-fee ._mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page-fee ._mb20 {
    margin-bottom: 10px;
  }
}
.page-fee ._mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .page-fee ._mb30 {
    margin-bottom: 15px;
  }
}
.page-fee ._tar {
  text-align: right;
}

.page-fee .d-none {
  display: none;
}

.page-fee__ticket {
  padding-top: 70px;
}

.page-fee__ticket table {
  width: 100%;
  font-size: 1.125em;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__ticket table {
    font-size: 0.65em;
  }
}
.page-fee__ticket table th,
.page-fee__ticket table td {
  border-bottom: 1px solid #ccc;
}

.page-fee__ticket table thead {
  border-top: 1px solid #ccc;
}

.page-fee__ticket table thead th {
  position: relative;
  padding: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead th {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__ticket table thead th {
    font-size: 12px;
  }
}
.page-fee__ticket table thead th:first-of-type {
  width: 33.33%;
  background: #eee;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead th:first-of-type {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead th:not(:first-of-type) {
    width: 25.6vw;
  }
}
.page-fee__ticket table thead .heading {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -100%);
  width: 100%;
  margin: 0;
  padding: 20px 25px;
  background: #fdebeb;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead .heading {
    right: calc(50% + 1px);
    width: calc(100% + 2px);
    padding: 15px 8px;
    line-height: 1.2;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}
.page-fee__ticket table thead .heading:after,
.page-fee__ticket table thead .heading:before {
  position: absolute;
  display: block;
  content: "";
  height: calc(100% + 4px);
  background: #fff;
}

.page-fee__ticket table thead .heading:after {
  bottom: 7%;
  left: -6.5%;
  width: 34px;
  transform: rotate(20deg);
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead .heading:after {
    top: 0;
    left: 0;
    transform: translate(-57%, -44%) rotate(40deg);
    width: 20px;
    height: 20px;
  }
}
.page-fee__ticket table thead .heading:before {
  bottom: 7%;
  right: -6.5%;
  width: 34px;
  transform: rotate(-20deg);
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead .heading:before {
    top: 0;
    right: 0;
    transform: translate(57%, -44%) rotate(-40deg);
    width: 20px;
    height: 20px;
  }
}
.page-fee__ticket table thead .heading span {
  display: inline-block;
}

.page-fee__ticket table thead .label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin: 0;
  color: #fff;
  background: #ff8080;
  border-radius: 50%;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead .label {
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 11.4px;
  }
}
@media screen and (max-width: 1024px) {
  .page-fee__ticket table thead .label span {
    display: none;
  }
}
.page-fee__ticket table tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
  font-size: 16px;
}

@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
    font-size: 10.5px;
  }
}
.page-fee__ticket table tbody tr:nth-of-type(even) td {
  font-size: 16px;
}

@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody tr:nth-of-type(even) td {
    font-size: 10.5px;
  }
}
.page-fee__ticket table tbody th,
.page-fee__ticket table tbody td {
  padding: 2px 20px;
}

@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody th,
  .page-fee__ticket table tbody td {
    padding: 5px 10px;
  }
}
.page-fee__ticket table tbody th {
  background: #eee;
}

.page-fee__ticket table tbody th:not(.title) {
  font-weight: 500;
  min-width: 100px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .page-fee__ticket table tbody th:not(.title) {
    min-width: 70px;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody th:not(.title) {
    min-width: 0;
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.page-fee__ticket table tbody th.pink {
  border-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody th.pink {
    padding-right: 0.7em;
    padding-left: 0.7em;
    font-size: 12px;
  }
}
.page-fee__ticket table tbody td {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 568px) {
  .page-fee__ticket table tbody td {
    font-size: 12px;
  }
}
.page-fee__ticket table tbody td.pink {
  border-bottom: 1px dotted #ccc;
}

.page-fee__ticket table tbody .title {
  text-align: left;
  padding-right: 0;
}

.page-fee__ticket table .border {
  border-bottom: 1px solid #ccc;
}

.page-fee__ticket table .bg-pink {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .page-fee__event-pc {
    display: none;
  }
}
.page-fee__event-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .page-fee__event-sp {
    display: block;
  }
}
.page-fee__event table {
  width: 100%;
  font-size: 1.125em;
}

@media screen and (max-width: 1024px) {
  .page-fee__event table {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__event table {
    font-size: 0.65em;
  }
}
.page-fee__event table thead {
  border-top: 1px solid #ccc;
}

.page-fee__event table tbody td {
  font-weight: 500;
}

.page-fee__event-pc th,
.page-fee__event-pc td {
  border-bottom: 1px solid #ccc;
}

.page-fee__event-pc thead tr:first-of-type th:first-of-type {
  width: 220px;
  padding: 10px 20px;
  text-align: left;
}

.page-fee__event-pc thead tr:first-of-type th:not(:first-of-type) {
  border-bottom: 1px dotted #ccc;
  width: 173px;
}

.page-fee__event-pc thead tr:not(:first-of-type) th:first-of-type {
  background: none;
}

.page-fee__event-pc thead tr:not(:first-of-type) th:nth-of-type(2) {
  border-left: 1px solid #ccc;
}

.page-fee__event-pc thead th {
  padding: 10px;
  line-height: 1.1;
  font-weight: 500;
}

.page-fee__event-pc thead th:not(:first-of-type) {
  max-width: 176px;
  border-right: 1px solid #ccc;
}

.page-fee__event-pc thead th:not(:first-of-type):not(:nth-of-type(2)) {
  border-left: 1px solid #ccc;
}

.page-fee__event-pc thead th span {
  font-size: 12px;
}

.page-fee__event-pc thead th:first-of-type {
  background: #eee;
}

.page-fee__event-pc tbody th,
.page-fee__event-pc tbody td {
  padding: 5px 20px;
}

.page-fee__event-pc tbody th {
  background: #eee;
}

.page-fee__event-pc tbody th:not(.title) {
  font-weight: 500;
  width: 130px;
  padding: 0 10px !important;
}

@media screen and (max-width: 568px) {
  .page-fee__event-pc tbody th:not(.title) {
    width: auto;
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.page-fee__event-pc tbody th.pink {
  border-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .page-fee__event-pc tbody th.pink {
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.page-fee__event-pc tbody td {
  text-align: center;
  border-right: 1px solid #ccc;
}

.page-fee__event-pc tbody td.pink {
  border-bottom: 1px dotted #ccc;
}

.page-fee__event-pc tbody tr:first-of-type th:nth-of-type(2) {
  padding: 0 10px 0 20px;
}

.page-fee__event-pc tbody tr:not(:first-of-type) th {
  padding: 0 10px 0 20px;
}

.page-fee__event-pc tbody tr:not(:first-of-type) th:not(.pink):not(.title) {
  font-size: 16px;
}

.page-fee__event-pc tbody tr:nth-of-type(even) td {
  font-size: 16px;
}

.page-fee__event-pc tbody .title {
  width: 124px;
  padding-right: 0;
  text-align: left;
  line-height: 1.5;
}

.page-fee__event-pc tbody .title span {
  font-size: 14px;
}

.page-fee__event-pc .bg-blue {
  font-size: 12px;
  line-height: 1.4;
  padding: 15px 10px;
}

.page-fee__event-sp table {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.page-fee__event-sp thead th {
  padding: 10px 5px;
  background: #eee;
  text-align: center;
  line-height: 1.5;
}

.page-fee__event-sp thead th:not(:first-of-type) {
  border-left: 1px solid #ccc;
}

.page-fee__event-sp tbody th,
.page-fee__event-sp tbody td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.page-fee__event-sp tbody td {
  text-align: center;
  line-height: 1.5;
  border-left: 1px solid #ccc;
}

.page-fee__event-sp tbody td span:last-of-type {
  margin-top: 10px;
}

.page-fee__event-sp tbody span {
  display: block;
}

.page-fee__event-sp tbody th {
  width: 25%;
}

.page-fee__event-sp tbody th span {
  font-size: 8px;
}

@media screen and (max-width: 568px) {
  .page-fee__event-sp tbody th span {
    line-height: 1.2;
  }
}
.page-fee__event-sp tbody .bg-blue {
  font-size: 10.5px;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .page-fee__event-sp tbody .bg-blue {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .page-fee__event-sp tbody .bg-blue {
    font-size: 15px;
  }
}
.page-fee__event-sp tbody .plus:before {
  right: 1.5px;
}

@media (min-width: 769px) {
  .page-fee__event-sp tbody .plus:before {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: -8px;
  }
}
.page-fee__event .plus {
  z-index: 10 !important;
  position: relative;
}

.page-fee__event .plus:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  width: 16px;
  height: 16px;
  background: url("/assets/images/common/icon_plus.svg") no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .page-fee__event .plus:before {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.page-fee__event .small {
  font-size: 0.7em;
}

.page-fee__event .bg-pink,
.page-fee__event .bg-green,
.page-fee__event .bg-blue {
  z-index: 1;
  position: relative;
  background: none;
}

.page-fee__event .bg-pink:after,
.page-fee__event .bg-green:after,
.page-fee__event .bg-blue:after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}

.page-fee__event .bg-pink:after {
  background: #fdebeb;
}

.page-fee__event .bg-green:after {
  background: #d1ea9d;
}

.page-fee__event .bg-blue:after {
  background: #cfe8f5;
}

.page-fee__facility a {
  color: #ff6c6c;
  text-decoration: none;
}

.page-fee__facility__list {
  margin-bottom: calc(-20px - 1em);
}

@media screen and (max-width: 768px) {
  .page-fee__facility__list {
    margin-bottom: 0;
  }
}
.page-fee__goto-pc tbody th:not(.title) {
  width: 165px;
  line-height: 1.5;
  padding: 2px 10px !important;
}

.page-fee__goto-pc .title-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-fee__goto-pc .title-label .text {
  display: block;
  margin: 5px auto 5px 0;
  font-size: 1.125em;
  font-weight: 700;
}

.page-fee__goto-pc .title-label .label {
  display: block;
  padding: 5px 15px;
  font-size: 1.125em;
  background: #ff8080;
  color: #fff;
  border-radius: 15px;
}

.page-fee__goto-sp .title-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.page-fee__goto-sp .title-label .text {
  display: block;
  font-weight: 700;
  margin: 2px 10px 2px 0;
}

@media screen and (max-width: 1024px) {
  .page-fee__goto-sp .title-label .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__goto-sp .title-label .text {
    font-size: 10.4px;
  }
}
.page-fee__goto-sp .title-label .label {
  display: block;
  padding: 5px 15px;
  background: #ff8080;
  color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .page-fee__goto-sp .title-label .label {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .page-fee__goto-sp .title-label .label {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 768px) {
  .page-fee__ticket-list__single__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page-fee__ticket-list__explain {
    width: 0;
  }
}
.page-fee__ticket-list__single-faceTicket {
  position: relative;
}

.page-fee__ticket-list_faceTicket {
  position: absolute;
  top: calc(50% + 15px);
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  font-size: 12px;
}

@media (max-width: 568px) {
  .page-fee__ticket-list_faceTicket {
    top: calc(50% + 5vw);
    font-size: 2.4vw;
  }
}
@media (max-width: 320px) {
  .page-fee__ticket-list_faceTicket {
    top: calc(50% + 3vw);
  }
}
.toggle-button {
  position: relative;
  cursor: pointer;
}

.toggle-button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #707070;
  transition: all 0.3s ease;
}

.toggle-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #707070;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

.toggle-button.open:after {
  transform: rotate(0);
}

@media (max-width: 568px) {
  .toggle-button {
    padding-right: 40px;
  }
  .toggle-button:before,
  .toggle-button:after {
    right: 0;
    width: 20px;
  }
}
.toggle-inner {
  display: none;
}

.index-mvp {
  position: relative;
  padding: 100px 0;
  background: #fbf5eb url("../images/common/bg_cloud.png") no-repeat left bottom/100% 50px;
}

.index-mvp .how-to-enjoy .read-more {
  margin-top: 80px;
}

.index-mvp .how-to-enjoy__logo {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 2;
  width: 160px;
  height: 160px;
}

.index-mvp .how-to-enjoy__bg {
  position: absolute;
  height: auto;
}

.index-mvp .how-to-enjoy__bg.bg-1 {
  top: -120px;
  left: -20px;
}

.index-mvp .how-to-enjoy__bg.bg-2 {
  top: -150px;
  right: -100px;
}

.index-mvp .how-to-enjoy__bg.bg-3 {
  top: 250px;
  right: -100px;
  width: 200px;
}

.index-mvp .how-to-enjoy__bg.bg-4 {
  bottom: 20px;
  left: 20px;
  width: 110px;
}

.index-mvp .how-to-enjoy__bg.bg-5 {
  width: 100px;
  bottom: -150px;
  right: 50px;
}

.index-mvp .how-to-enjoy .border {
  width: 70%;
  height: 60px;
  margin: 0 auto;
  background: url("../images/common/border.svg") no-repeat left bottom;
}

.index-mvp .pickup {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.index-mvp .pickup__heading {
  margin-bottom: 40px;
  text-align: center;
}

.index-mvp .pickup__heading h2 {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  color: #1d6e9f;
}

.index-mvp .pickup__heading p {
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
}

.index-mvp .pickup__bg {
  position: absolute;
  height: auto;
}

.index-mvp .pickup__bg.bg-1 {
  top: 55%;
  left: 0;
  width: 193px;
  z-index: 10;
}

.index-mvp .pickup__bg.bg-2 {
  top: 60%;
  right: -150px;
  width: 267px;
}

.index-mvp .pickup__bg.bg-3 {
  bottom: 0;
  right: -150px;
  width: 204px;
}

@media (max-width: 1024px) {
  .index-mvp .pickup__heading {
    padding: 0 40px;
    margin-bottom: 70px;
  }
  .index-mvp .pickup__bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-mvp .how-to-enjoy__logo {
    top: -100px;
    left: 3%;
    transform: translate(0, -50%);
    width: 36%;
    height: auto;
  }
  .index-mvp .how-to-enjoy__bg.bg-1 {
    display: none;
  }
  .index-mvp .how-to-enjoy__bg.bg-2 {
    top: -100px;
    right: -5%;
    transform: translate(0, -50%);
    width: 50%;
    height: auto;
  }
  .index-mvp .how-to-enjoy__bg.bg-3,
  .index-mvp .how-to-enjoy__bg.bg-4,
  .index-mvp .how-to-enjoy__bg.bg-5 {
    display: none;
  }
  .index-mvp .how-to-enjoy .read-more {
    margin-top: 40px;
  }
  .index-mvp .how-to-enjoy .border {
    width: 90%;
  }
  .index-mvp .pickup {
    padding-top: 50px;
  }
}
@media (max-width: 568px) {
  .index-mvp .pickup__heading {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .index-mvp .pickup__heading h2 {
    font-size: 2em;
  }
  .index-mvp .pickup__heading p {
    font-size: 0.75em;
  }
}
.page-guide .contents__inner__link {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-guide .contents__inner__link {
    padding: 0 40px 40px;
  }
}
.page-guide.mvp {
  padding-bottom: 0;
}

.page-guide.archive-guide.mvp {
  background: none;
}

.page-guide .index-mvp {
  padding: 0;
  background-image: none;
}

.page-guide .index-mvp-bg {
  position: relative;
  margin-top: 70px;
  padding-bottom: 75px;
}

.page-guide .index-mvp-bg:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 50px;
  background: url("../images/common/bg_cloud_beige.png") repeat-x center top;
}

@media screen and (max-width: 768px) {
  .page-guide .pickup {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 568px) {
  .page-guide .pickup {
    padding-bottom: 120px;
  }
}
.page-guide .how-to-enjoy__bg {
  bottom: auto;
  top: 25px;
}

.page-guide .how-to-enjoy {
  padding-top: 120px;
}

.page-guide .how-to-enjoy__bg.bg-1 {
  z-index: 1;
  top: -10px;
}

.page-guide .how-to-enjoy__bg.bg-2 {
  z-index: 1;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .page-guide .how-to-enjoy__bg.bg-2 {
    top: 0;
  }
}
.page-guide .how-to-enjoy__bg.bg-3 {
  top: 350px;
}

.page-guide .how-to-enjoy__logo {
  top: 200px;
}

@media screen and (max-width: 768px) {
  .page-guide .how-to-enjoy__logo {
    top: 0;
  }
}
.how-to-enjoy {
  position: relative;
}

.how-to-enjoy__heading {
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
  text-align: center;
}

.how-to-enjoy__heading img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.how-to-enjoy__heading h2 {
  margin: 0 0 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  font-weight: 500;
  color: black;
  line-height: 1.4;
}

.how-to-enjoy__heading__circle {
  line-height: 0;
}

.how-to-enjoy__heading__circle span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 15px;
  border-radius: 8px;
}

.how-to-enjoy__heading__circle span:nth-child(1) {
  background-color: #e49295;
}

.how-to-enjoy__heading__circle span:nth-child(2) {
  background-color: #dde061;
}

.how-to-enjoy__heading__circle span:nth-child(3) {
  background-color: #97bcca;
}

.how-to-enjoy__heading__circle span:nth-child(4) {
  background-color: #f4e78f;
}

.how-to-enjoy__excerpt {
  margin: 0 0 50px;
  text-align: center;
}

.how-to-enjoy__bg {
  position: absolute;
  height: auto;
}

@media (max-width: 768px) {
  .how-to-enjoy__heading img {
    width: 120px;
    margin-bottom: 15px;
  }
  .how-to-enjoy__heading h2 {
    font-size: 1.5em;
  }
  .how-to-enjoy__heading__circle span {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .how-to-enjoy__excerpt {
    margin-bottom: 80px;
    padding: 0 40px;
    font-size: 0.75em;
  }
}
@media (max-width: 568px) {
  .how-to-enjoy__heading img {
    width: 80px;
    margin-bottom: 10px;
  }
  .how-to-enjoy__heading h2 {
    margin-bottom: 20px;
    font-size: 1.125em;
  }
  .how-to-enjoy__heading__circle span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .how-to-enjoy__excerpt {
    padding: 0 20px;
    font-size: 0.625em;
  }
}
.how-to-list {
  position: relative;
  z-index: 5;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.how-to-list__single {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
  padding: 30px 0 0 30px;
}

.how-to-list__single:nth-child(2) {
  padding: 30px 50px 0 80px;
}

.how-to-list__single:nth-child(2) .how-to-list__label {
  left: 50px;
}

.how-to-list__single:nth-child(3) {
  align-self: flex-start;
  padding: 30px 50px 0 80px;
}

.how-to-list__single:nth-child(3) .how-to-list__label {
  left: 50px;
}

.how-to-list__single:nth-child(4) {
  align-self: flex-start;
}

.how-to-list__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 130px;
  height: auto;
}

.how-to-list__image {
  padding-bottom: 20px;
}

.how-to-list__image .slick-slider {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}

.how-to-list__image .slide > .slide__single {
  border: 10px solid white;
  border-radius: 10px;
}

.how-to-list__image .slide .slick-arrow {
  bottom: -5px;
}

.how-to-list__image .slide .slick-prev {
  right: 65px;
}

.how-to-list__image .slide .slick-next {
  right: 30px;
}

.how-to-list__description {
  margin: 0;
  font-size: 0.8125em;
  text-align: center;
}

@media (max-width: 768px) {
  .how-to-list {
    flex-direction: column;
  }
  .how-to-list__single {
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
  }
  .how-to-list__single:last-child {
    margin-bottom: 0;
  }
  .how-to-list__single:nth-child(2),
  .how-to-list__single:nth-child(3) {
    padding: 0;
  }
  .how-to-list__single:nth-child(2) .how-to-list__label,
  .how-to-list__single:nth-child(3) .how-to-list__label {
    top: -45px;
    left: 50%;
  }
  .how-to-list__label {
    top: -45px;
    left: 50%;
    width: 90px;
    margin-left: -45px;
  }
  .how-to-list__image {
    padding: 0;
  }
  .how-to-list__image .slick-slider {
    padding: 0;
    border-radius: 0;
  }
  .how-to-list__image .slide > .slide__single {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
  }
  .how-to-list__image .slide .slick-arrow {
    top: 50%;
    bottom: auto;
  }
  .how-to-list__image .slide .slick-prev {
    right: auto;
    left: 10px;
  }
  .how-to-list__image .slide .slick-next {
    right: 10px;
  }
  .how-to-list__image .slide.slick-slider {
    margin-bottom: 30px;
  }
  .how-to-list__image .slide .slick-dots {
    bottom: -20px;
    left: 5%;
    width: 90%;
    height: 30px;
    background-color: #fbf5eb;
    border-radius: 10px 10px 0 0;
    transform: translate(0, 0);
    text-align: center;
  }
  .how-to-list__description {
    padding: 0 40px;
  }
}
@media (max-width: 568px) {
  .how-to-list .slide .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .how-to-list__description {
    padding: 0 20px;
    font-size: 0.75em;
  }
}
.how-to-add {
  position: relative;
  z-index: 5;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.how-to-add__single {
  position: relative;
  width: 50%;
}

.how-to-add__single:nth-child(2n) {
  margin-top: 200px;
}

.how-to-add__image {
  text-align: center;
}

.how-to-add__label {
  position: absolute;
  top: -20px;
  left: 20px;
}

.how-to-add__detail {
  padding: 30px;
}

.how-to-add__description {
  margin-bottom: 30px;
}

.how-to-add__description p {
  font-size: 0.875em;
}

@media (max-width: 768px) {
  .how-to-add {
    -js-display: block;
    display: block;
  }
  .how-to-add__single {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .how-to-add__single:nth-child(2n) {
    margin-top: 0;
  }
  .how-to-add__single:last-child {
    margin-bottom: 0;
  }
  .how-to-add__label {
    left: 60px;
  }
}
@media (max-width: 568px) {
  .how-to-add__single {
    padding: 0 20px;
  }
  .how-to-add__label {
    top: 0;
    left: 40px;
    width: 90px;
  }
  .how-to-add__detail {
    margin-top: 20px;
    padding: 0;
  }
  .how-to-add__description p {
    font-size: 0.75em;
  }
}
.pickup-list {
  position: relative;
  z-index: 5;
}

.pickup-list__single {
  position: relative;
  margin-bottom: 90px;
  padding-left: 30%;
}

.pickup-list__single:last-child {
  margin-bottom: 0;
}

.pickup-list__single:nth-child(2n) {
  padding-left: 0;
  padding-right: 30%;
}

.pickup-list__single:nth-child(2n) .pickup-list__detail {
  left: auto;
  right: 50px;
}

.pickup-list__single:nth-child(2n) .pickup-list__label {
  left: auto;
  right: -30px;
}

.pickup-list__single:nth-child(2n) .slide .slick-prev {
  right: auto;
  left: 20px;
}

.pickup-list__single:nth-child(2n) .slide .slick-next {
  right: auto;
  left: 55px;
}

.pickup-list__detail {
  position: absolute;
  bottom: -35px;
  left: 50px;
  width: 40%;
}

.pickup-list__detail__inner {
  position: relative;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}

.pickup-list__title {
  margin: 0 0 35px 20px;
}

.pickup-list__title.kokemus {
  width: 260px;
}

.pickup-list__title.yv {
  width: 400px;
}

.pickup-list__name {
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  background: url("../images/common/border.svg") repeat-x left bottom;
}

.pickup-list__description {
  margin: 0;
  font-size: 0.8125em;
}

.pickup-list__label {
  position: absolute;
  top: -30px;
  left: -30px;
}

.pickup-list__label img {
  width: 73px;
  height: 73px;
}

.pickup-list__pic {
  display: none;
}

@media (max-width: 1024px) {
  .pickup-list__single {
    padding: 0 40px 0 0;
  }
  .pickup-list__single:nth-child(2n) {
    padding: 0 0 0 40px;
  }
  .pickup-list__single:nth-child(2n) .pickup-list__detail {
    right: 0;
    margin-left: -40px;
  }
  .pickup-list__single:nth-child(2n) .pickup-list__detail__inner {
    border-radius: 0 0 10px 0;
  }
  .pickup-list__single:nth-child(2n) .slide .slick-list {
    border-radius: 10px 0 0 0;
  }
  .pickup-list__single:nth-child(2n) .slide .slick-prev {
    left: 10px;
  }
  .pickup-list__single:nth-child(2n) .slide .slick-next {
    left: auto;
    right: 10px;
  }
  .pickup-list__single:nth-child(2n) .slide .slick-dots {
    left: auto;
    right: 40px;
    border-radius: 0 10px 0 0;
  }
  .pickup-list .slide.slick-slider {
    margin-bottom: 0;
  }
  .pickup-list .slide .slick-list {
    border-radius: 0 10px 0 0;
  }
  .pickup-list .slide .slick-arrow {
    top: 50%;
  }
  .pickup-list .slide .slick-prev {
    right: auto;
    left: 10px;
    background-image: url("../images/common/icon_prev_black.svg");
  }
  .pickup-list .slide .slick-next {
    right: 10px;
    background-image: url("../images/common/icon_next_black.svg");
  }
  .pickup-list .slide .slick-dots {
    bottom: 0;
    left: 40px;
    width: 100%;
    height: 30px;
    transform: translate(0, 0);
    background-color: white;
    border-radius: 10px 0 0 0;
  }
  .pickup-list__title {
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
  }
  .pickup-list__title.kokemus {
    right: 20px;
  }
  .pickup-list__title.yv {
    left: 20px;
  }
  .pickup-list__detail {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 40px;
  }
  .pickup-list__detail__inner {
    padding: 20px 40px 40px;
    border-radius: 0 0 0 10px;
  }
  .pickup-list__label {
    display: none;
  }
  .pickup-list__pic {
    display: block;
    position: absolute;
  }
  .pickup-list__pic.kokemus {
    top: -50px;
    left: -10px;
    width: 100px;
  }
  .pickup-list__pic.yv {
    bottom: -50px;
    right: -75px;
    width: 150px;
  }
}
@media (max-width: 568px) {
  .pickup-list__single {
    margin-bottom: 40px;
    padding: 0 20px 0 0;
  }
  .pickup-list__single:nth-child(2n) {
    padding: 0 0 0 20px;
  }
  .pickup-list__single:nth-child(2n) .pickup-list__detail {
    margin-left: -20px;
  }
  .pickup-list__single:nth-child(2n) .slide .slick-dots {
    right: 20px;
  }
  .pickup-list .slide .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .pickup-list .slide .slick-dots {
    left: 20px;
    height: 20px;
  }
  .pickup-list__title.kokemus {
    right: 10px;
    width: 130px;
  }
  .pickup-list__title.yv {
    left: -10px;
    width: 200px;
  }
  .pickup-list__detail {
    margin-left: 20px;
  }
  .pickup-list__detail__inner {
    padding: 20px;
  }
  .pickup-list__name {
    font-size: 0.8125em;
  }
  .pickup-list__description {
    font-size: 0.625em;
  }
  .pickup-list__pic.kokemus {
    top: -30px;
    left: -10px;
    width: 75px;
  }
  .pickup-list__pic.yv {
    bottom: -50px;
    right: -50px;
    width: 100px;
  }
}
.pg-faq__subtitle {
  font-size: 0.875em;
  margin: 0 0 50px;
  color: #666;
  text-align: center;
}

.pg-faq__link {
  -js-displapy: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.pg-faq__link__single {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 30px;
}

.pg-faq__link__single a {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #FAEEEA;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 1.25rem;
  color: #604C3F;
  text-decoration: none;
  line-height: 1;
}

.pg-faq__link__single .icon-access {
  width: 17px;
}

.pg-faq__link__single .icon-service {
  width: 19px;
}

.pg-faq__link__single .icon-support {
  width: 22px;
}

.pg-faq__link__single .icon-tour {
  width: 32px;
}

.pg-faq__link__single .icon-parking {
  width: 25px;
}

.pg-faq__link__single .icon-ticket {
  width: 30px;
}

.pg-faq__link__single .icon-service1 {
  width: 22px;
}

.pg-faq__link__single .icon-etc {
  width: 17px;
}

.pg-faq__link__single__inner {
  height: 100%;
  border: 1px solid #ddd;
}

.pg-faq__link__icon {
  height: auto;
  margin-right: 10px;
}

.pg-faq__link__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 8px;
  margin-top: -4px;
}

.pg-faq__link__description {
  margin: 0;
  padding: 15px;
  font-size: 0.875em;
  color: #999;
}

.pg-faq__block--l {
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  border: 1px solid #ddd;
  border-top: 2px solid #5c5c5c;
}

.pg-faq__block--l:last-child {
  margin-bottom: 0;
}

.pg-faq__block--s {
  margin-bottom: 50px;
}

.pg-faq__block--s:last-child {
  margin-bottom: 0;
}

.pg-faq__heading--l {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
}

.pg-faq__heading--l img {
  height: auto;
  margin-right: 10px;
}

.pg-faq__heading--l .icon-access {
  width: 22px;
}

.pg-faq__heading--l .icon-service {
  width: 25px;
}

.pg-faq__heading--l .icon-support {
  width: 28px;
}

.pg-faq__heading--l .icon-tour {
  width: 42px;
}

.pg-faq__heading--l .icon-parking {
  width: 33px;
}

.pg-faq__heading--l .icon-ticket {
  width: 40px;
}

.pg-faq__heading--l .icon-service1 {
  width: 28px;
}

.pg-faq__heading--l .icon-etc {
  width: 22px;
}

.pg-faq__heading--s {
  margin: 0;
  padding: 15px;
  font-size: 1.125em;
  line-height: 1.3;
  background-color: #eee;
}

@media (max-width: 768px) {
  .pg-faq__link__single {
    width: 50%;
  }
  .pg-faq__link__single a {
    height: 50px;
  }
  .pg-faq__link__single a span {
    font-size: 0.8125em;
  }
  .pg-faq__link__description {
    font-size: 0.75em;
  }
  .pg-faq__heading--l {
    font-size: 1.25em;
  }
  .pg-faq__heading--s {
    font-size: 1em;
  }
}
@media (max-width: 568px) {
  .pg-faq__subtitle {
    margin-bottom: 20px;
    text-align: left;
  }
  .pg-faq__link__single {
    width: 100%;
    margin-bottom: 10px;
  }
  .pg-faq__heading--l {
    margin-bottom: 40px;
    font-size: 1.125em;
  }
  .pg-faq__block--l {
    padding: 40px 20px;
  }
}
.pg-enjoy .u-column-4 {
  margin-bottom: 5rem;
}
.pg-enjoy .c-heading-vertical {
  margin-bottom: 5rem;
}
.pg-enjoy .c-heading-vertical.--small {
  margin-bottom: 34px;
}
.pg-enjoy__table-contents {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.pg-enjoy__table-contents__new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #765E48;
  color: #fff;
  font-size: 1.875rem;
  text-decoration: none;
}
.pg-enjoy__table-contents__new:hover {
  color: #fff;
}
.pg-enjoy__color {
  width: 100vw;
  margin: 0 calc((100vw - 100%) / 2 * -1);
  padding: 5rem 0;
  background-color: #EAE0D0;
}
.pg-enjoy__color__content {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}
.pg-enjoy__color__box {
  text-align: center;
}
.pg-enjoy__color__box .pg-enjoy__color__inner {
  margin-bottom: 24px;
  padding: 52px 0 40px 0;
}
.pg-enjoy__color__box .c-heading-vertical {
  margin-bottom: 2rem;
}
.pg-enjoy__color__box .c-heading-vertical__title {
  font-size: 1.5rem;
  text-align: center;
  color: #604c3f;
}
.pg-enjoy__color__box .c-heading-vertical p {
  font-size: 0.75rem;
}
.pg-enjoy__color__box--text {
  font-weight: 700;
  font-size: 1.5rem;
}
.pg-enjoy__color__box.--yellow .pg-enjoy__color__inner {
  background-color: #FFE249;
}
.pg-enjoy__color__box.--orange .pg-enjoy__color__inner {
  background-color: #EF845C;
}
.pg-enjoy__color__box.--purple .pg-enjoy__color__inner {
  background-color: #A78EAA;
}
.pg-enjoy__color__box.--green .pg-enjoy__color__inner {
  background-color: #6EC2BB;
}
.pg-enjoy__facility {
  margin-top: 2.5rem;
  margin-bottom: 0 !important;
}
.pg-enjoy__facility__box {
  text-align: center;
}
.pg-enjoy__facility__box span {
  font-weight: 700;
  font-size: 0.75rem;
}
.pg-enjoy__facility__box h4 {
  margin: 0 0 20px;
  font-size: 2rem;
}
.pg-enjoy__facility__box img {
  width: 100px;
}
.pg-enjoy__introduce {
  padding: 10rem 0 5rem;
  text-align: center;
}
.pg-enjoy__introduce h2 {
  margin: 0 0 25px;
  font-size: 2rem;
}
.pg-enjoy__oneday, .pg-enjoy__entrance {
  width: 100vw;
  margin: 0 calc((100vw - 100%) / 2 * -1);
  padding: 5rem 20px;
  background-color: #FFCBA8;
}
.pg-enjoy__oneday__content {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .pg-enjoy__oneday__content {
    padding: 0;
  }
}
.pg-enjoy__oneday .c-heading-vertical__title, .pg-enjoy__entrance .c-heading-vertical__title {
  font-size: 1.5rem;
}
.pg-enjoy__oneday .c-heading-vertical p, .pg-enjoy__entrance .c-heading-vertical p {
  font-size: 1rem;
}
.pg-enjoy__entrance {
  background-color: #FAEEEA;
}
.pg-enjoy__card--text {
  font-size: 0.75rem;
  text-align: center;
}
.pg-enjoy__card--icon {
  display: inline-block;
  margin-top: 8px;
}
.pg-enjoy__card--icon img {
  width: 40px;
  height: auto;
}
.pg-enjoy__branch {
  display: flex;
  justify-content: center;
}
.pg-enjoy__branch--left {
  flex: 1;
  max-width: 525px;
}
.pg-enjoy__branch--left .c-card {
  margin-right: 24px;
}
.pg-enjoy__branch--left .c-card__title {
  font-size: 1rem;
  font-weight: 700;
}
.pg-enjoy__branch--left .pg-enjoy__branch-flex__content {
  margin-left: 24px;
}
.pg-enjoy__branch--left .pg-enjoy__branch-flex__content time {
  text-align: left;
}
.pg-enjoy__branch--left .pg-enjoy__branch-flex__content p {
  padding-right: 24px;
}
.pg-enjoy__branch--left .pg-enjoy__branch-column {
  margin-right: 28px;
}
.pg-enjoy__branch--right {
  flex: 1;
  max-width: 525px;
}
.pg-enjoy__branch--right .c-card__title {
  font-size: 1rem;
  font-weight: 700;
}
.pg-enjoy__branch--right .pg-enjoy__branch-flex__content {
  margin-right: 24px;
}
.pg-enjoy__branch--right .pg-enjoy__branch-flex__content time {
  text-align: right;
}
.pg-enjoy__branch--right .pg-enjoy__branch-flex__content p {
  padding-left: 24px;
}
.pg-enjoy__branch--right .pg-enjoy__branch-column {
  margin-left: 28px;
}
.pg-enjoy__branch--line {
  width: 10px;
  background-color: #765E48;
}
.pg-enjoy__branch--title {
  display: block;
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 5px solid #765E48;
  font-size: 2rem;
  line-height: 1;
}
.pg-enjoy__branch--subtitle {
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
}
.pg-enjoy__branch-flex {
  display: flex;
  justify-content: space-between;
}
.pg-enjoy__branch-flex > .pg-enjoy__card {
  flex: 1;
  width: 100%;
}
.pg-enjoy__branch-flex > .pg-enjoy__card > .c-card {
  width: 100%;
}
.pg-enjoy__branch-flex__content {
  width: 200px;
}
.pg-enjoy__branch-flex__content time {
  display: block;
  padding-bottom: 10px;
  border-bottom: 5px solid #765E48;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Moomin Font", "M PLUS Rounded 1c", sans-serif;
}
.pg-enjoy__branch-flex__content time span {
  font-size: 1.5rem;
}
.pg-enjoy__branch-flex__content p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
.pg-enjoy__branch-column {
  margin-top: 24px;
}
.pg-enjoy__branch-column--text {
  width: 100% !important;
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
}
.pg-enjoy__branch-column .c-card {
  margin-right: 0;
}
.pg-enjoy__branch-column .c-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px;
  font-size: 0.75rem;
  line-height: 1.3;
}
.pg-enjoy__branch--1 {
  margin-top: 140px;
}
.pg-enjoy__branch--2 {
  margin-top: 345px;
}
.pg-enjoy__branch--3 {
  margin-top: 165px;
}
.pg-enjoy__branch--4 {
  margin-top: 165px;
}
.pg-enjoy__branch--5 {
  margin-top: 165px;
}
.pg-enjoy__branch--6 {
  margin-top: 165px;
}
.pg-enjoy__branch--7 {
  margin-top: 107px;
}
.pg-enjoy__branch--8 {
  margin-top: 293px;
}
.pg-enjoy__branch--9 {
  margin-top: 150px;
}
.pg-enjoy__branch--10 {
  margin-top: 56px;
}
.pg-enjoy__branch--11 {
  margin-top: 74px;
}
.pg-enjoy__branch--12 {
  margin-top: 38px;
}
.pg-enjoy__branch-bottom {
  max-width: 931px;
  margin: 115px auto 0;
}
.pg-enjoy__branch-bottom--text {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.pg-enjoy__branch-bottom .u-column--slim {
  gap: 16px;
}
.pg-enjoy__branch-bottom .u-column--slim > * {
  width: calc(33.3333333333% - 10.6666666667px);
}
.pg-enjoy__button-wrap {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 5rem;
}
.pg-enjoy__button-wrap .c-button, .pg-enjoy__button-wrap .c-button--gold, .pg-enjoy__button-wrap .c-button--green, .pg-enjoy__button-wrap .c-button--mesta, .pg-enjoy__button-wrap .c-button--back, .pg-enjoy__button-wrap .c-button--daidai, .pg-enjoy__button-wrap .c-button--brown, .pg-enjoy__button-wrap .c-button--pink, .pg-enjoy__button-wrap .c-button--round, .pg-enjoy__button-wrap .c-button--small {
  margin: 0;
  min-width: 0;
  width: min(470px, 100%);
}
@media (max-width: 768px) {
  .pg-enjoy .contents__inner {
    padding-top: 0;
  }
  .pg-enjoy .c-heading-vertical {
    margin-bottom: 40px;
  }
  .pg-enjoy .c-heading-vertical__title {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .pg-enjoy__table-contents {
    margin-bottom: 5rem;
  }
  .pg-enjoy__table-contents__box {
    width: 60% !important;
  }
  .pg-enjoy__color {
    width: 100vw;
    margin: 0 calc((100vw - 100%) / 2 * -1);
    padding: 5rem 0;
    background-color: #EAE0D0;
  }
  .pg-enjoy__color__content h2 {
    font-size: 16px;
  }
  .pg-enjoy__color__content p {
    font-size: 12px;
  }
  .pg-enjoy__color__box .pg-enjoy__color__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
    margin-bottom: 0;
    padding: 32px 0 33px;
  }
  .pg-enjoy__color__box .c-heading-vertical {
    margin-bottom: 0;
  }
  .pg-enjoy__color__box .c-heading-vertical__title {
    font-size: 16px;
  }
  .pg-enjoy__color__box .c-heading-vertical p {
    padding: 0 10px;
    font-size: 10px;
    line-height: 1.5;
  }
  .pg-enjoy__color__box--text {
    font-size: 12px;
  }
  .pg-enjoy__color__box .c-box, .pg-enjoy__color__box .c-box--accent, .pg-enjoy__color__box .c-box--pink, .pg-enjoy__color__box .c-box--main {
    font-size: 12px;
  }
  .pg-enjoy__facility span {
    font-size: 10px;
  }
  .pg-enjoy__facility h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .pg-enjoy__branch {
    display: block;
    padding: 80px 0;
    position: relative;
  }
  .pg-enjoy__branch__inner {
    margin-top: 80px;
    padding: 16px 0 18px;
    background-color: #FFCBA8;
    position: relative;
    z-index: 1;
  }
  .pg-enjoy__branch-flex {
    gap: 0 6px;
  }
  .pg-enjoy__branch-flex__content {
    width: 50%;
  }
  .pg-enjoy__branch-flex__content time {
    font-size: 32px;
  }
  .pg-enjoy__branch-flex__content time span {
    font-size: 12px;
  }
  .pg-enjoy__branch-flex__content p {
    font-size: 10px;
  }
  .pg-enjoy__branch-column .c-card__title {
    padding: 5px 0;
    font-size: 9px;
  }
  .pg-enjoy__branch--line {
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
  }
  .pg-enjoy__branch--1 {
    margin-top: 0;
  }
  .pg-enjoy__branch-bottom .pg-enjoy__card {
    width: 100%;
  }
  .pg-enjoy__branch-bottom--text {
    margin-bottom: 29px;
    padding: 0 0 14px;
    border-bottom: 4px solid #765E48;
    font-size: 16px;
    line-height: 2;
  }
  .pg-enjoy__entrance .pg-enjoy__branch__inner {
    background-color: #FAEEEA;
  }
  .pg-enjoy__button-wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .pg-sitemap#mvp {
    margin-top: -20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .pg-sitemap#mvp {
    margin-top: -150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .pg-sitemap#metsa {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.pg-sitemap__inner {
  padding: 120px 0 0;
}

@media screen and (max-width: 568px) {
  .pg-sitemap__inner {
    padding: 0;
  }
}
.pg-sitemap__heading {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 40px;
  text-align: center;
}

.pg-sitemap__heading img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap .goods-food__heading,
  .pg-sitemap .eventPage__heading,
  .pg-sitemap .workshopPage__heading,
  .pg-sitemap .newsPage__heading {
    padding-left: 0;
  }
}
.pg-sitemap .c-heading {
  margin: 60px 0 80px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap h3 {
    margin: 40px 0;
    font-size: 16px;
  }
}
.pg-sitemap-mvp {
  padding-bottom: 100px;
  background: url("../images/common/bg_cloud_beige.png") no-repeat left bottom/100% 50px;
}

.pg-sitemap-mvp a {
  color: #00709b;
  border: 1px solid #00709b;
}

.pg-sitemap-metsa {
  background-color: #fbf5eb;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap-metsa {
    padding-top: 70px;
  }
}
.pg-sitemap-metsa a {
  color: #008039;
  background: #fff;
  border: 1px solid #008039;
}

.pg-sitemap-common {
  padding-top: 40px;
}

.pg-sitemap-common a {
  color: #333;
  border: 1px solid #333;
}

.pg-sitemap__list {
  display: flex;
  flex-wrap: wrap;
}

.pg-sitemap__list > li {
  width: calc(33.3% - 32px);
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li {
    width: calc(50% - 10px);
  }
}
.pg-sitemap__list > li:not(:nth-of-type(3n)) {
  margin-right: 47px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li:nth-of-type(odd) {
    margin-right: 20px;
  }
}
.pg-sitemap__list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li > a {
    padding: 20px 5px;
    font-size: 16px;
  }
}
.pg-sitemap__list > li > a span {
  margin-left: 10px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li > a span {
    margin-left: 5px;
  }
}
.pg-sitemap__list > li svg {
  width: auto;
  height: 22px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list > li svg {
    height: 20px;
  }
}
.pg-sitemap__list > li img {
  width: 24px;
}

.pg-sitemap__list__ticket svg {
  height: 17px !important;
}

.pg-sitemap__list__spots {
  width: 100% !important;
  margin-right: 0 !important;
}

.pg-sitemap__list__spots > a {
  width: calc(33.3% - 32px);
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list__spots > a {
    width: calc(50% - 10px);
  }
}
.pg-sitemap__list__spots .pg-sitemap__list2 ul {
  width: calc(33.3% - 32px);
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list__spots .pg-sitemap__list2 ul {
    width: calc(50% - 10px);
  }
}
.pg-sitemap__list__group svg {
  height: 16.7px !important;
}

.pg-sitemap__list__hotel svg {
  height: 26px !important;
}

.pg-sitemap__list__sns svg {
  height: 30px !important;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list__sns svg {
    height: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__foods {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__foods a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__foods .pg-sitemap__list2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__foods .pg-sitemap__list2 ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__foods .pg-sitemap__list2 ul li:nth-of-type(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__goods {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list__spots2 {
    margin-right: 0 !important;
  }
}
.pg-sitemap__list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pg-sitemap__list2 ul:not(:last-of-type) {
  margin-right: 47px;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list2 ul:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pg-sitemap__list2 ul:nth-of-type(even) {
    margin-left: 20px;
  }
}
.pg-sitemap__list2 li:not(:last-of-type) {
  margin-bottom: 5px;
}

.pg-sitemap__list2 a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  border: 0;
  background: none;
}

@media screen and (max-width: 1024px) {
  .pg-sitemap__list2 a {
    font-size: 14px;
  }
}
/* Utility */
.text-main {
  color: #765E48;
}

.text-sub {
  color: #FAEEEA;
}

.text-accent {
  color: #FFCBA8;
}

.text-accent-2 {
  color: #B49C8A;
}

.l-container--s {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 568px) {
  .l-container--s {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .l-container--s {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .l-container--s {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 568px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .container.u-pc-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .container.tb-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .container.sp-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-l {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1380px;
}

@media (max-width: 568px) {
  .container-l {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .container-l.u-pc-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .container-l.tb-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .container-l.sp-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-s {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 768px) {
  .container-s {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .container-s {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-m-0 {
  margin: 0 !important;
}

.u-m-1 {
  margin: 0.25rem !important;
}

.u-m-2 {
  margin: 0.5rem !important;
}

.u-m-3 {
  margin: 1rem !important;
}

.u-m-4 {
  margin: 1.5rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-m-6 {
  margin: 5rem !important;
}

.u-m-150 {
  margin: 9.375rem !important;
}

.u-m-200 {
  margin: 12.5rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.u-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.u-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.u-mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.u-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.u-my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 0.25rem !important;
}

.u-mt-2 {
  margin-top: 0.5rem !important;
}

.u-mt-3 {
  margin-top: 1rem !important;
}

.u-mt-4 {
  margin-top: 1.5rem !important;
}

.u-mt-5 {
  margin-top: 3rem !important;
}

.u-mt-6 {
  margin-top: 5rem !important;
}

.u-mt-150 {
  margin-top: 9.375rem !important;
}

.u-mt-200 {
  margin-top: 12.5rem !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-1 {
  margin-right: 0.25rem !important;
}

.u-mr-2 {
  margin-right: 0.5rem !important;
}

.u-mr-3 {
  margin-right: 1rem !important;
}

.u-mr-4 {
  margin-right: 1.5rem !important;
}

.u-mr-5 {
  margin-right: 3rem !important;
}

.u-mr-6 {
  margin-right: 5rem !important;
}

.u-mr-150 {
  margin-right: 9.375rem !important;
}

.u-mr-200 {
  margin-right: 12.5rem !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 0.25rem !important;
}

.u-mb-2 {
  margin-bottom: 0.5rem !important;
}

.u-mb-3 {
  margin-bottom: 1rem !important;
}

.u-mb-4 {
  margin-bottom: 1.5rem !important;
}

.u-mb-5 {
  margin-bottom: 3rem !important;
}

.u-mb-6 {
  margin-bottom: 5rem !important;
}

.u-mb-150 {
  margin-bottom: 9.375rem !important;
}

.u-mb-200 {
  margin-bottom: 12.5rem !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-1 {
  margin-left: 0.25rem !important;
}

.u-ml-2 {
  margin-left: 0.5rem !important;
}

.u-ml-3 {
  margin-left: 1rem !important;
}

.u-ml-4 {
  margin-left: 1.5rem !important;
}

.u-ml-5 {
  margin-left: 3rem !important;
}

.u-ml-6 {
  margin-left: 5rem !important;
}

.u-ml-150 {
  margin-left: 9.375rem !important;
}

.u-ml-200 {
  margin-left: 12.5rem !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-1 {
  padding: 0.25rem !important;
}

.u-p-2 {
  padding: 0.5rem !important;
}

.u-p-3 {
  padding: 1rem !important;
}

.u-p-4 {
  padding: 1.5rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-p-6 {
  padding: 5rem !important;
}

.u-p-150 {
  padding: 9.375rem !important;
}

.u-p-200 {
  padding: 12.5rem !important;
}

.u-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.u-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.u-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.u-px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.u-py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 0.25rem !important;
}

.u-pt-2 {
  padding-top: 0.5rem !important;
}

.u-pt-3 {
  padding-top: 1rem !important;
}

.u-pt-4 {
  padding-top: 1.5rem !important;
}

.u-pt-5 {
  padding-top: 3rem !important;
}

.u-pt-6 {
  padding-top: 5rem !important;
}

.u-pt-150 {
  padding-top: 9.375rem !important;
}

.u-pt-200 {
  padding-top: 12.5rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-1 {
  padding-right: 0.25rem !important;
}

.u-pr-2 {
  padding-right: 0.5rem !important;
}

.u-pr-3 {
  padding-right: 1rem !important;
}

.u-pr-4 {
  padding-right: 1.5rem !important;
}

.u-pr-5 {
  padding-right: 3rem !important;
}

.u-pr-6 {
  padding-right: 5rem !important;
}

.u-pr-150 {
  padding-right: 9.375rem !important;
}

.u-pr-200 {
  padding-right: 12.5rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 0.25rem !important;
}

.u-pb-2 {
  padding-bottom: 0.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1rem !important;
}

.u-pb-4 {
  padding-bottom: 1.5rem !important;
}

.u-pb-5 {
  padding-bottom: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 5rem !important;
}

.u-pb-150 {
  padding-bottom: 9.375rem !important;
}

.u-pb-200 {
  padding-bottom: 12.5rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-1 {
  padding-left: 0.25rem !important;
}

.u-pl-2 {
  padding-left: 0.5rem !important;
}

.u-pl-3 {
  padding-left: 1rem !important;
}

.u-pl-4 {
  padding-left: 1.5rem !important;
}

.u-pl-5 {
  padding-left: 3rem !important;
}

.u-pl-6 {
  padding-left: 5rem !important;
}

.u-pl-150 {
  padding-left: 9.375rem !important;
}

.u-pl-200 {
  padding-left: 12.5rem !important;
}

@media (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }
  .u-m-sm-1 {
    margin: 0.25rem !important;
  }
  .u-m-sm-2 {
    margin: 0.5rem !important;
  }
  .u-m-sm-3 {
    margin: 1rem !important;
  }
  .u-m-sm-4 {
    margin: 1.5rem !important;
  }
  .u-m-sm-5 {
    margin: 3rem !important;
  }
  .u-m-sm-6 {
    margin: 5rem !important;
  }
  .u-m-sm-150 {
    margin: 9.375rem !important;
  }
  .u-m-sm-200 {
    margin: 12.5rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .u-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .u-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .u-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .u-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .u-mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .u-mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .u-mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .u-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .u-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .u-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-mt-sm-0 {
    margin-top: 0 !important;
  }
  .u-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .u-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .u-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .u-mt-sm-6 {
    margin-top: 5rem !important;
  }
  .u-mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .u-mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-0 {
    margin-right: 0 !important;
  }
  .u-mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .u-mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .u-mr-sm-3 {
    margin-right: 1rem !important;
  }
  .u-mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .u-mr-sm-5 {
    margin-right: 3rem !important;
  }
  .u-mr-sm-6 {
    margin-right: 5rem !important;
  }
  .u-mr-sm-150 {
    margin-right: 9.375rem !important;
  }
  .u-mr-sm-200 {
    margin-right: 12.5rem !important;
  }
  .u-mr-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .u-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-0 {
    margin-left: 0 !important;
  }
  .u-ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .u-ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .u-ml-sm-3 {
    margin-left: 1rem !important;
  }
  .u-ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .u-ml-sm-5 {
    margin-left: 3rem !important;
  }
  .u-ml-sm-6 {
    margin-left: 5rem !important;
  }
  .u-ml-sm-150 {
    margin-left: 9.375rem !important;
  }
  .u-ml-sm-200 {
    margin-left: 12.5rem !important;
  }
  .u-ml-sm-auto {
    margin-left: auto !important;
  }
  .u-p-sm-0 {
    padding: 0 !important;
  }
  .u-p-sm-1 {
    padding: 0.25rem !important;
  }
  .u-p-sm-2 {
    padding: 0.5rem !important;
  }
  .u-p-sm-3 {
    padding: 1rem !important;
  }
  .u-p-sm-4 {
    padding: 1.5rem !important;
  }
  .u-p-sm-5 {
    padding: 3rem !important;
  }
  .u-p-sm-6 {
    padding: 5rem !important;
  }
  .u-p-sm-150 {
    padding: 9.375rem !important;
  }
  .u-p-sm-200 {
    padding: 12.5rem !important;
  }
  .u-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .u-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .u-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .u-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .u-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .u-px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .u-px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .u-px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .u-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .u-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .u-pt-sm-0 {
    padding-top: 0 !important;
  }
  .u-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .u-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .u-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .u-pt-sm-6 {
    padding-top: 5rem !important;
  }
  .u-pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .u-pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .u-pr-sm-0 {
    padding-right: 0 !important;
  }
  .u-pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .u-pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .u-pr-sm-3 {
    padding-right: 1rem !important;
  }
  .u-pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .u-pr-sm-5 {
    padding-right: 3rem !important;
  }
  .u-pr-sm-6 {
    padding-right: 5rem !important;
  }
  .u-pr-sm-150 {
    padding-right: 9.375rem !important;
  }
  .u-pr-sm-200 {
    padding-right: 12.5rem !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .u-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .u-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .u-pl-sm-0 {
    padding-left: 0 !important;
  }
  .u-pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .u-pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .u-pl-sm-3 {
    padding-left: 1rem !important;
  }
  .u-pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .u-pl-sm-5 {
    padding-left: 3rem !important;
  }
  .u-pl-sm-6 {
    padding-left: 5rem !important;
  }
  .u-pl-sm-150 {
    padding-left: 9.375rem !important;
  }
  .u-pl-sm-200 {
    padding-left: 12.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-m-md-1 {
    margin: 0.25rem !important;
  }
  .u-m-md-2 {
    margin: 0.5rem !important;
  }
  .u-m-md-3 {
    margin: 1rem !important;
  }
  .u-m-md-4 {
    margin: 1.5rem !important;
  }
  .u-m-md-5 {
    margin: 3rem !important;
  }
  .u-m-md-6 {
    margin: 5rem !important;
  }
  .u-m-md-150 {
    margin: 9.375rem !important;
  }
  .u-m-md-200 {
    margin: 12.5rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .u-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .u-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .u-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .u-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .u-mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .u-mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .u-mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .u-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .u-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .u-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-mt-md-0 {
    margin-top: 0 !important;
  }
  .u-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .u-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .u-mt-md-3 {
    margin-top: 1rem !important;
  }
  .u-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-md-5 {
    margin-top: 3rem !important;
  }
  .u-mt-md-6 {
    margin-top: 5rem !important;
  }
  .u-mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .u-mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .u-mt-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-0 {
    margin-right: 0 !important;
  }
  .u-mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .u-mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .u-mr-md-3 {
    margin-right: 1rem !important;
  }
  .u-mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .u-mr-md-5 {
    margin-right: 3rem !important;
  }
  .u-mr-md-6 {
    margin-right: 5rem !important;
  }
  .u-mr-md-150 {
    margin-right: 9.375rem !important;
  }
  .u-mr-md-200 {
    margin-right: 12.5rem !important;
  }
  .u-mr-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .u-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .u-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .u-mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .u-mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-0 {
    margin-left: 0 !important;
  }
  .u-ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .u-ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .u-ml-md-3 {
    margin-left: 1rem !important;
  }
  .u-ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .u-ml-md-5 {
    margin-left: 3rem !important;
  }
  .u-ml-md-6 {
    margin-left: 5rem !important;
  }
  .u-ml-md-150 {
    margin-left: 9.375rem !important;
  }
  .u-ml-md-200 {
    margin-left: 12.5rem !important;
  }
  .u-ml-md-auto {
    margin-left: auto !important;
  }
  .u-p-md-0 {
    padding: 0 !important;
  }
  .u-p-md-1 {
    padding: 0.25rem !important;
  }
  .u-p-md-2 {
    padding: 0.5rem !important;
  }
  .u-p-md-3 {
    padding: 1rem !important;
  }
  .u-p-md-4 {
    padding: 1.5rem !important;
  }
  .u-p-md-5 {
    padding: 3rem !important;
  }
  .u-p-md-6 {
    padding: 5rem !important;
  }
  .u-p-md-150 {
    padding: 9.375rem !important;
  }
  .u-p-md-200 {
    padding: 12.5rem !important;
  }
  .u-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .u-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .u-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .u-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .u-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .u-px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .u-px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .u-px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .u-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .u-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .u-pt-md-0 {
    padding-top: 0 !important;
  }
  .u-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .u-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .u-pt-md-3 {
    padding-top: 1rem !important;
  }
  .u-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .u-pt-md-5 {
    padding-top: 3rem !important;
  }
  .u-pt-md-6 {
    padding-top: 5rem !important;
  }
  .u-pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .u-pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .u-pr-md-0 {
    padding-right: 0 !important;
  }
  .u-pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .u-pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .u-pr-md-3 {
    padding-right: 1rem !important;
  }
  .u-pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .u-pr-md-5 {
    padding-right: 3rem !important;
  }
  .u-pr-md-6 {
    padding-right: 5rem !important;
  }
  .u-pr-md-150 {
    padding-right: 9.375rem !important;
  }
  .u-pr-md-200 {
    padding-right: 12.5rem !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .u-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .u-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .u-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .u-pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .u-pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .u-pl-md-0 {
    padding-left: 0 !important;
  }
  .u-pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .u-pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .u-pl-md-3 {
    padding-left: 1rem !important;
  }
  .u-pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .u-pl-md-5 {
    padding-left: 3rem !important;
  }
  .u-pl-md-6 {
    padding-left: 5rem !important;
  }
  .u-pl-md-150 {
    padding-left: 9.375rem !important;
  }
  .u-pl-md-200 {
    padding-left: 12.5rem !important;
  }
}
@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }
  .u-m-lg-1 {
    margin: 0.25rem !important;
  }
  .u-m-lg-2 {
    margin: 0.5rem !important;
  }
  .u-m-lg-3 {
    margin: 1rem !important;
  }
  .u-m-lg-4 {
    margin: 1.5rem !important;
  }
  .u-m-lg-5 {
    margin: 3rem !important;
  }
  .u-m-lg-6 {
    margin: 5rem !important;
  }
  .u-m-lg-150 {
    margin: 9.375rem !important;
  }
  .u-m-lg-200 {
    margin: 12.5rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .u-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .u-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .u-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .u-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .u-mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .u-mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .u-mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .u-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .u-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .u-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-mt-lg-0 {
    margin-top: 0 !important;
  }
  .u-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .u-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .u-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .u-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .u-mt-lg-6 {
    margin-top: 5rem !important;
  }
  .u-mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .u-mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .u-mt-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-0 {
    margin-right: 0 !important;
  }
  .u-mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .u-mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .u-mr-lg-3 {
    margin-right: 1rem !important;
  }
  .u-mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .u-mr-lg-5 {
    margin-right: 3rem !important;
  }
  .u-mr-lg-6 {
    margin-right: 5rem !important;
  }
  .u-mr-lg-150 {
    margin-right: 9.375rem !important;
  }
  .u-mr-lg-200 {
    margin-right: 12.5rem !important;
  }
  .u-mr-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .u-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .u-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .u-mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .u-mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-0 {
    margin-left: 0 !important;
  }
  .u-ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .u-ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .u-ml-lg-3 {
    margin-left: 1rem !important;
  }
  .u-ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .u-ml-lg-5 {
    margin-left: 3rem !important;
  }
  .u-ml-lg-6 {
    margin-left: 5rem !important;
  }
  .u-ml-lg-150 {
    margin-left: 9.375rem !important;
  }
  .u-ml-lg-200 {
    margin-left: 12.5rem !important;
  }
  .u-ml-lg-auto {
    margin-left: auto !important;
  }
  .u-p-lg-0 {
    padding: 0 !important;
  }
  .u-p-lg-1 {
    padding: 0.25rem !important;
  }
  .u-p-lg-2 {
    padding: 0.5rem !important;
  }
  .u-p-lg-3 {
    padding: 1rem !important;
  }
  .u-p-lg-4 {
    padding: 1.5rem !important;
  }
  .u-p-lg-5 {
    padding: 3rem !important;
  }
  .u-p-lg-6 {
    padding: 5rem !important;
  }
  .u-p-lg-150 {
    padding: 9.375rem !important;
  }
  .u-p-lg-200 {
    padding: 12.5rem !important;
  }
  .u-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .u-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .u-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .u-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .u-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .u-px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .u-px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .u-px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .u-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .u-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .u-pt-lg-0 {
    padding-top: 0 !important;
  }
  .u-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .u-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .u-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .u-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .u-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .u-pt-lg-6 {
    padding-top: 5rem !important;
  }
  .u-pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .u-pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .u-pr-lg-0 {
    padding-right: 0 !important;
  }
  .u-pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .u-pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .u-pr-lg-3 {
    padding-right: 1rem !important;
  }
  .u-pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .u-pr-lg-5 {
    padding-right: 3rem !important;
  }
  .u-pr-lg-6 {
    padding-right: 5rem !important;
  }
  .u-pr-lg-150 {
    padding-right: 9.375rem !important;
  }
  .u-pr-lg-200 {
    padding-right: 12.5rem !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .u-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .u-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .u-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .u-pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .u-pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .u-pl-lg-0 {
    padding-left: 0 !important;
  }
  .u-pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .u-pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .u-pl-lg-3 {
    padding-left: 1rem !important;
  }
  .u-pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .u-pl-lg-5 {
    padding-left: 3rem !important;
  }
  .u-pl-lg-6 {
    padding-left: 5rem !important;
  }
  .u-pl-lg-150 {
    padding-left: 9.375rem !important;
  }
  .u-pl-lg-200 {
    padding-left: 12.5rem !important;
  }
}
@media (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }
  .u-m-xl-1 {
    margin: 0.25rem !important;
  }
  .u-m-xl-2 {
    margin: 0.5rem !important;
  }
  .u-m-xl-3 {
    margin: 1rem !important;
  }
  .u-m-xl-4 {
    margin: 1.5rem !important;
  }
  .u-m-xl-5 {
    margin: 3rem !important;
  }
  .u-m-xl-6 {
    margin: 5rem !important;
  }
  .u-m-xl-150 {
    margin: 9.375rem !important;
  }
  .u-m-xl-200 {
    margin: 12.5rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .u-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .u-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .u-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .u-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .u-mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .u-mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .u-mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .u-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .u-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .u-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-mt-xl-0 {
    margin-top: 0 !important;
  }
  .u-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .u-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .u-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .u-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .u-mt-xl-6 {
    margin-top: 5rem !important;
  }
  .u-mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .u-mt-xl-200 {
    margin-top: 12.5rem !important;
  }
  .u-mt-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-0 {
    margin-right: 0 !important;
  }
  .u-mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .u-mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .u-mr-xl-3 {
    margin-right: 1rem !important;
  }
  .u-mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .u-mr-xl-5 {
    margin-right: 3rem !important;
  }
  .u-mr-xl-6 {
    margin-right: 5rem !important;
  }
  .u-mr-xl-150 {
    margin-right: 9.375rem !important;
  }
  .u-mr-xl-200 {
    margin-right: 12.5rem !important;
  }
  .u-mr-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .u-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .u-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .u-mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .u-mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-0 {
    margin-left: 0 !important;
  }
  .u-ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .u-ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .u-ml-xl-3 {
    margin-left: 1rem !important;
  }
  .u-ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .u-ml-xl-5 {
    margin-left: 3rem !important;
  }
  .u-ml-xl-6 {
    margin-left: 5rem !important;
  }
  .u-ml-xl-150 {
    margin-left: 9.375rem !important;
  }
  .u-ml-xl-200 {
    margin-left: 12.5rem !important;
  }
  .u-ml-xl-auto {
    margin-left: auto !important;
  }
  .u-p-xl-0 {
    padding: 0 !important;
  }
  .u-p-xl-1 {
    padding: 0.25rem !important;
  }
  .u-p-xl-2 {
    padding: 0.5rem !important;
  }
  .u-p-xl-3 {
    padding: 1rem !important;
  }
  .u-p-xl-4 {
    padding: 1.5rem !important;
  }
  .u-p-xl-5 {
    padding: 3rem !important;
  }
  .u-p-xl-6 {
    padding: 5rem !important;
  }
  .u-p-xl-150 {
    padding: 9.375rem !important;
  }
  .u-p-xl-200 {
    padding: 12.5rem !important;
  }
  .u-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .u-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .u-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .u-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .u-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .u-px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .u-px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .u-px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .u-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .u-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .u-pt-xl-0 {
    padding-top: 0 !important;
  }
  .u-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .u-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .u-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .u-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .u-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .u-pt-xl-6 {
    padding-top: 5rem !important;
  }
  .u-pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .u-pt-xl-200 {
    padding-top: 12.5rem !important;
  }
  .u-pr-xl-0 {
    padding-right: 0 !important;
  }
  .u-pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .u-pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .u-pr-xl-3 {
    padding-right: 1rem !important;
  }
  .u-pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .u-pr-xl-5 {
    padding-right: 3rem !important;
  }
  .u-pr-xl-6 {
    padding-right: 5rem !important;
  }
  .u-pr-xl-150 {
    padding-right: 9.375rem !important;
  }
  .u-pr-xl-200 {
    padding-right: 12.5rem !important;
  }
  .u-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .u-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .u-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .u-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .u-pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .u-pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }
  .u-pl-xl-0 {
    padding-left: 0 !important;
  }
  .u-pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .u-pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .u-pl-xl-3 {
    padding-left: 1rem !important;
  }
  .u-pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .u-pl-xl-5 {
    padding-left: 3rem !important;
  }
  .u-pl-xl-6 {
    padding-left: 5rem !important;
  }
  .u-pl-xl-150 {
    padding-left: 9.375rem !important;
  }
  .u-pl-xl-200 {
    padding-left: 12.5rem !important;
  }
}
@media (min-width: 1400px) {
  .u-m-xxl-0 {
    margin: 0 !important;
  }
  .u-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .u-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .u-m-xxl-3 {
    margin: 1rem !important;
  }
  .u-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .u-m-xxl-5 {
    margin: 3rem !important;
  }
  .u-m-xxl-6 {
    margin: 5rem !important;
  }
  .u-m-xxl-150 {
    margin: 9.375rem !important;
  }
  .u-m-xxl-200 {
    margin: 12.5rem !important;
  }
  .u-m-xxl-auto {
    margin: auto !important;
  }
  .u-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .u-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .u-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .u-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .u-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .u-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .u-mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .u-mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .u-mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .u-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .u-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .u-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .u-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .u-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .u-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .u-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .u-mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .u-mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .u-mt-xxl-200 {
    margin-top: 12.5rem !important;
  }
  .u-mt-xxl-auto {
    margin-top: auto !important;
  }
  .u-mr-xxl-0 {
    margin-right: 0 !important;
  }
  .u-mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .u-mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .u-mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .u-mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .u-mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .u-mr-xxl-6 {
    margin-right: 5rem !important;
  }
  .u-mr-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .u-mr-xxl-200 {
    margin-right: 12.5rem !important;
  }
  .u-mr-xxl-auto {
    margin-right: auto !important;
  }
  .u-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .u-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .u-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .u-mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .u-mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xxl-0 {
    margin-left: 0 !important;
  }
  .u-ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .u-ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .u-ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .u-ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .u-ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .u-ml-xxl-6 {
    margin-left: 5rem !important;
  }
  .u-ml-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .u-ml-xxl-200 {
    margin-left: 12.5rem !important;
  }
  .u-ml-xxl-auto {
    margin-left: auto !important;
  }
  .u-p-xxl-0 {
    padding: 0 !important;
  }
  .u-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .u-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .u-p-xxl-3 {
    padding: 1rem !important;
  }
  .u-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .u-p-xxl-5 {
    padding: 3rem !important;
  }
  .u-p-xxl-6 {
    padding: 5rem !important;
  }
  .u-p-xxl-150 {
    padding: 9.375rem !important;
  }
  .u-p-xxl-200 {
    padding: 12.5rem !important;
  }
  .u-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .u-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .u-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .u-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .u-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .u-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .u-px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .u-px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .u-px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .u-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .u-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .u-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .u-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .u-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .u-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .u-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .u-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .u-pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .u-pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .u-pt-xxl-200 {
    padding-top: 12.5rem !important;
  }
  .u-pr-xxl-0 {
    padding-right: 0 !important;
  }
  .u-pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .u-pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .u-pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .u-pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .u-pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .u-pr-xxl-6 {
    padding-right: 5rem !important;
  }
  .u-pr-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .u-pr-xxl-200 {
    padding-right: 12.5rem !important;
  }
  .u-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .u-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .u-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .u-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .u-pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .u-pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }
  .u-pl-xxl-0 {
    padding-left: 0 !important;
  }
  .u-pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .u-pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .u-pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .u-pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .u-pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .u-pl-xxl-6 {
    padding-left: 5rem !important;
  }
  .u-pl-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .u-pl-xxl-200 {
    padding-left: 12.5rem !important;
  }
}
.u-p-0 {
  padding: 0;
}

.u-column {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.u-column > div {
  width: 33.33%;
  margin-bottom: 60px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .u-column {
    margin-left: -20px;
  }
  .u-column > div {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .u-column > div {
    width: 100%;
  }
}
.u-column--slim {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.u-column--slim > * {
  width: calc(33.3333333333% - 5.3333333333px);
}

.u-column-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.u-column-3 > * {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media (max-width: 768px) {
  .u-column-3 > * {
    width: calc(50% - 10px);
  }
}

.u-column-4 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.u-column-4 > * {
  width: calc(25% - 15px);
}
@media (max-width: 768px) {
  .u-column-4 > * {
    width: calc(50% - 10px);
  }
}

/* Text */
.u-fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.u-fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.u-fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.u-fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.u-fs-5 {
  font-size: 1.25rem !important;
}

.u-fs-6 {
  font-size: 1rem !important;
}

.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-bolder {
  font-weight: bolder !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-primary {
  color: #0d6efd !important;
}

.u-text-secondary {
  color: #6c757d !important;
}

.u-text-success {
  color: #198754 !important;
}

.u-text-info {
  color: #0dcaf0 !important;
}

.u-text-warning {
  color: #ffc107 !important;
}

.u-text-danger {
  color: #dc3545 !important;
}

.u-text-light {
  color: #f8f9fa !important;
}

.u-text-dark {
  color: #212529 !important;
}

.u-text-white {
  color: #fff !important;
}

.u-text-body {
  color: #212529 !important;
}

.u-text-muted {
  color: #6c757d !important;
}

.u-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.u-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.u-text-reset {
  color: inherit !important;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-sm {
  line-height: 1.25 !important;
}

.u-lh-base {
  line-height: 1.5 !important;
}

.u-lh-lg {
  line-height: 2 !important;
}

.u-text-decoration-none {
  text-decoration: none !important;
}

.u-text-decoration-underline {
  text-decoration: underline !important;
}

.u-text-decoration-line-through {
  text-decoration: line-through !important;
}

.u-font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

@u-media (min-width: 576px) {
  .u-text-sm-left {
    text-align: left !important;
  }
  .u-text-sm-right {
    text-align: right !important;
  }
  .u-text-sm-center {
    text-align: center !important;
  }
}
@u-media (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
}
@u-media (min-width: 992px) {
  .u-text-lg-left {
    text-align: left !important;
  }
  .u-text-lg-right {
    text-align: right !important;
  }
  .u-text-lg-center {
    text-align: center !important;
  }
}
@u-media (min-width: 1200px) {
  .u-text-xl-left {
    text-align: left !important;
  }
  .u-text-xl-right {
    text-align: right !important;
  }
  .u-text-xl-center {
    text-align: center !important;
  }
}
@u-media (min-width: 1400px) {
  .u-text-xxl-left {
    text-align: left !important;
  }
  .u-text-xxl-right {
    text-align: right !important;
  }
  .u-text-xxl-center {
    text-align: center !important;
  }
}
@u-media (min-width: 1200px) {
  .u-fs-1 {
    font-size: 2.5rem !important;
  }
  .u-fs-2 {
    font-size: 2rem !important;
  }
  .u-fs-3 {
    font-size: 1.75rem !important;
  }
  .u-fs-4 {
    font-size: 1.5rem !important;
  }
  .u-fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .u-fs-sm-2 {
    font-size: 2rem !important;
  }
  .u-fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .u-fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .u-fs-md-1 {
    font-size: 2.5rem !important;
  }
  .u-fs-md-2 {
    font-size: 2rem !important;
  }
  .u-fs-md-3 {
    font-size: 1.75rem !important;
  }
  .u-fs-md-4 {
    font-size: 1.5rem !important;
  }
  .u-fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .u-fs-lg-2 {
    font-size: 2rem !important;
  }
  .u-fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .u-fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
/* 旧CSS */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.u-border {
  border: 1px solid #765E48;
}

.u-border-0 {
  border: 0;
}

.u-border-top {
  border-top: 1px solid #765E48;
}

.u-border-top-0 {
  border-top: 0;
}

.u-border-right {
  border-right: 1px solid #765E48;
}

.u-border-right-0 {
  border-right: 0;
}

.u-border-bottom {
  border-bottom: 1px solid #765E48;
}

.u-border-bottom-0 {
  border-bottom: 0;
}

.u-border-left {
  border-left: 1px solid #765E48;
}

.u-border-left-0 {
  border-left: 0;
}

.u-is-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .u-is-sp {
    display: block !important;
  }
}
.u-is-pc {
  display: block !important;
}

@media (max-width: 769px) {
  .u-is-pc {
    display: none !important;
  }
}
.u-d-768-none {
  display: block;
}

.u-d-768-inline-none {
  display: inline-block;
}

.u-d-768-block {
  display: none;
}

.u-d-768-inline-block {
  display: none;
}

.u-d-568-none {
  display: block;
}

.u-d-568-block {
  display: none;
}

@media (max-width: 768px) {
  .u-d-768-none {
    display: none;
  }
  .u-d-768-inline-none {
    display: none;
  }
  .u-d-768-block {
    display: block;
  }
  .u-d-768-inline-block {
    display: inline-block;
  }
}
@media (max-width: 568px) {
  .u-d-568-none {
    display: none;
  }
  .u-d-568-block {
    display: block;
  }
}
.u-d-768-none {
  display: block;
}

.u-d-768-block {
  display: none;
}

@media (max-width: 768px) {
  .u-d-768-none {
    display: none;
  }
  .u-d-768-block {
    display: block;
  }
}
.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-none {
  display: none;
}

.u-d-inline {
  display: inline;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-block {
  display: block;
}

.u-d-grid {
  display: grid;
}

.u-d-table {
  display: table;
}

.u-d-table-row {
  display: table-row;
}

.u-d-table-cell {
  display: table-cell;
}

.u-d-flex {
  display: flex;
}

.u-d-inline-flex {
  display: inline-flex;
}

.u-d-none {
  display: none;
}

.u-flex-fill {
  flex: 1 1 auto;
}

.u-flex-row {
  flex-direction: row;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-flex-column-reverse {
  flex-direction: column-reverse;
}

.u-flex-grow-0 {
  flex-grow: 0;
}

.u-flex-grow-1 {
  flex-grow: 1;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-flex-shrink-1 {
  flex-shrink: 1;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-gap-0 {
  gap: 0;
}

.u-gap-1 {
  gap: 0.25rem;
}

.u-gap-2 {
  gap: 0.5rem;
}

.u-gap-3 {
  gap: 1rem;
}

.u-gap-4 {
  gap: 1.5rem;
}

.u-gap-5 {
  gap: 3rem;
}

.u-gap-200 {
  gap: 12.5rem;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-evenly {
  justify-content: space-evenly;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-content-start {
  align-content: flex-start;
}

.u-align-content-end {
  align-content: flex-end;
}

.u-align-content-center {
  align-content: center;
}

.u-align-content-between {
  align-content: space-between;
}

.u-align-content-around {
  align-content: space-around;
}

.u-align-content-stretch {
  align-content: stretch;
}

.u-align-self-auto {
  align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-order-first {
  order: -1;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

.u-order-3 {
  order: 3;
}

.u-order-4 {
  order: 4;
}

.u-order-5 {
  order: 5;
}

.u-order-last {
  order: 6;
}

@media (min-width: 576px) {
  .u-d-sm-inline {
    display: inline;
  }
  .u-d-sm-inline-block {
    display: inline-block;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-grid {
    display: grid;
  }
  .u-d-sm-table {
    display: table;
  }
  .u-d-sm-table-row {
    display: table-row;
  }
  .u-d-sm-table-cell {
    display: table-cell;
  }
  .u-d-sm-flex {
    display: flex;
  }
  .u-d-sm-inline-flex {
    display: inline-flex;
  }
  .u-d-sm-none {
    display: none;
  }
  .u-flex-sm-fill {
    flex: 1 1 auto;
  }
  .u-flex-sm-row {
    flex-direction: row;
  }
  .u-flex-sm-column {
    flex-direction: column;
  }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-sm-grow-0 {
    flex-grow: 0;
  }
  .u-flex-sm-grow-1 {
    flex-grow: 1;
  }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .u-flex-sm-wrap {
    flex-wrap: wrap;
  }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-gap-sm-0 {
    gap: 0;
  }
  .u-gap-sm-1 {
    gap: 0.25rem;
  }
  .u-gap-sm-2 {
    gap: 0.5rem;
  }
  .u-gap-sm-3 {
    gap: 1rem;
  }
  .u-gap-sm-4 {
    gap: 1.5rem;
  }
  .u-gap-sm-5 {
    gap: 3rem;
  }
  .u-gap-sm-200 {
    gap: 12.5rem;
  }
  .u-justify-content-sm-start {
    justify-content: flex-start;
  }
  .u-justify-content-sm-end {
    justify-content: flex-end;
  }
  .u-justify-content-sm-center {
    justify-content: center;
  }
  .u-justify-content-sm-between {
    justify-content: space-between;
  }
  .u-justify-content-sm-around {
    justify-content: space-around;
  }
  .u-justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .u-align-items-sm-start {
    align-items: flex-start;
  }
  .u-align-items-sm-end {
    align-items: flex-end;
  }
  .u-align-items-sm-center {
    align-items: center;
  }
  .u-align-items-sm-baseline {
    align-items: baseline;
  }
  .u-align-items-sm-stretch {
    align-items: stretch;
  }
  .u-align-content-sm-start {
    align-content: flex-start;
  }
  .u-align-content-sm-end {
    align-content: flex-end;
  }
  .u-align-content-sm-center {
    align-content: center;
  }
  .u-align-content-sm-between {
    align-content: space-between;
  }
  .u-align-content-sm-around {
    align-content: space-around;
  }
  .u-align-content-sm-stretch {
    align-content: stretch;
  }
  .u-align-self-sm-auto {
    align-self: auto;
  }
  .u-align-self-sm-start {
    align-self: flex-start;
  }
  .u-align-self-sm-end {
    align-self: flex-end;
  }
  .u-align-self-sm-center {
    align-self: center;
  }
  .u-align-self-sm-baseline {
    align-self: baseline;
  }
  .u-align-self-sm-stretch {
    align-self: stretch;
  }
  .u-order-sm-first {
    order: -1;
  }
  .u-order-sm-0 {
    order: 0;
  }
  .u-order-sm-1 {
    order: 1;
  }
  .u-order-sm-2 {
    order: 2;
  }
  .u-order-sm-3 {
    order: 3;
  }
  .u-order-sm-4 {
    order: 4;
  }
  .u-order-sm-5 {
    order: 5;
  }
  .u-order-sm-last {
    order: 6;
  }
}
@media (min-width: 768px) {
  .u-d-md-inline {
    display: inline;
  }
  .u-d-md-inline-block {
    display: inline-block;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-grid {
    display: grid;
  }
  .u-d-md-table {
    display: table;
  }
  .u-d-md-table-row {
    display: table-row;
  }
  .u-d-md-table-cell {
    display: table-cell;
  }
  .u-d-md-flex {
    display: flex;
  }
  .u-d-md-inline-flex {
    display: inline-flex;
  }
  .u-d-md-none {
    display: none;
  }
  .u-flex-md-fill {
    flex: 1 1 auto;
  }
  .u-flex-md-row {
    flex-direction: row;
  }
  .u-flex-md-column {
    flex-direction: column;
  }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-md-grow-0 {
    flex-grow: 0;
  }
  .u-flex-md-grow-1 {
    flex-grow: 1;
  }
  .u-flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .u-flex-md-wrap {
    flex-wrap: wrap;
  }
  .u-flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-gap-md-0 {
    gap: 0;
  }
  .u-gap-md-1 {
    gap: 0.25rem;
  }
  .u-gap-md-2 {
    gap: 0.5rem;
  }
  .u-gap-md-3 {
    gap: 1rem;
  }
  .u-gap-md-4 {
    gap: 1.5rem;
  }
  .u-gap-md-5 {
    gap: 3rem;
  }
  .u-gap-md-200 {
    gap: 12.5rem;
  }
  .u-justify-content-md-start {
    justify-content: flex-start;
  }
  .u-justify-content-md-end {
    justify-content: flex-end;
  }
  .u-justify-content-md-center {
    justify-content: center;
  }
  .u-justify-content-md-between {
    justify-content: space-between;
  }
  .u-justify-content-md-around {
    justify-content: space-around;
  }
  .u-justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .u-align-items-md-start {
    align-items: flex-start;
  }
  .u-align-items-md-end {
    align-items: flex-end;
  }
  .u-align-items-md-center {
    align-items: center;
  }
  .u-align-items-md-baseline {
    align-items: baseline;
  }
  .u-align-items-md-stretch {
    align-items: stretch;
  }
  .u-align-content-md-start {
    align-content: flex-start;
  }
  .u-align-content-md-end {
    align-content: flex-end;
  }
  .u-align-content-md-center {
    align-content: center;
  }
  .u-align-content-md-between {
    align-content: space-between;
  }
  .u-align-content-md-around {
    align-content: space-around;
  }
  .u-align-content-md-stretch {
    align-content: stretch;
  }
  .u-align-self-md-auto {
    align-self: auto;
  }
  .u-align-self-md-start {
    align-self: flex-start;
  }
  .u-align-self-md-end {
    align-self: flex-end;
  }
  .u-align-self-md-center {
    align-self: center;
  }
  .u-align-self-md-baseline {
    align-self: baseline;
  }
  .u-align-self-md-stretch {
    align-self: stretch;
  }
  .u-order-md-first {
    order: -1;
  }
  .u-order-md-0 {
    order: 0;
  }
  .u-order-md-1 {
    order: 1;
  }
  .u-order-md-2 {
    order: 2;
  }
  .u-order-md-3 {
    order: 3;
  }
  .u-order-md-4 {
    order: 4;
  }
  .u-order-md-5 {
    order: 5;
  }
  .u-order-md-last {
    order: 6;
  }
}
@media (min-width: 992px) {
  .u-d-lg-inline {
    display: inline;
  }
  .u-d-lg-inline-block {
    display: inline-block;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-grid {
    display: grid;
  }
  .u-d-lg-table {
    display: table;
  }
  .u-d-lg-table-row {
    display: table-row;
  }
  .u-d-lg-table-cell {
    display: table-cell;
  }
  .u-d-lg-flex {
    display: flex;
  }
  .u-d-lg-inline-flex {
    display: inline-flex;
  }
  .u-d-lg-none {
    display: none;
  }
  .u-flex-lg-fill {
    flex: 1 1 auto;
  }
  .u-flex-lg-row {
    flex-direction: row;
  }
  .u-flex-lg-column {
    flex-direction: column;
  }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-lg-grow-0 {
    flex-grow: 0;
  }
  .u-flex-lg-grow-1 {
    flex-grow: 1;
  }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .u-flex-lg-wrap {
    flex-wrap: wrap;
  }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-gap-lg-0 {
    gap: 0;
  }
  .u-gap-lg-1 {
    gap: 0.25rem;
  }
  .u-gap-lg-2 {
    gap: 0.5rem;
  }
  .u-gap-lg-3 {
    gap: 1rem;
  }
  .u-gap-lg-4 {
    gap: 1.5rem;
  }
  .u-gap-lg-5 {
    gap: 3rem;
  }
  .u-gap-lg-200 {
    gap: 12.5rem;
  }
  .u-justify-content-lg-start {
    justify-content: flex-start;
  }
  .u-justify-content-lg-end {
    justify-content: flex-end;
  }
  .u-justify-content-lg-center {
    justify-content: center;
  }
  .u-justify-content-lg-between {
    justify-content: space-between;
  }
  .u-justify-content-lg-around {
    justify-content: space-around;
  }
  .u-justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .u-align-items-lg-start {
    align-items: flex-start;
  }
  .u-align-items-lg-end {
    align-items: flex-end;
  }
  .u-align-items-lg-center {
    align-items: center;
  }
  .u-align-items-lg-baseline {
    align-items: baseline;
  }
  .u-align-items-lg-stretch {
    align-items: stretch;
  }
  .u-align-content-lg-start {
    align-content: flex-start;
  }
  .u-align-content-lg-end {
    align-content: flex-end;
  }
  .u-align-content-lg-center {
    align-content: center;
  }
  .u-align-content-lg-between {
    align-content: space-between;
  }
  .u-align-content-lg-around {
    align-content: space-around;
  }
  .u-align-content-lg-stretch {
    align-content: stretch;
  }
  .u-align-self-lg-auto {
    align-self: auto;
  }
  .u-align-self-lg-start {
    align-self: flex-start;
  }
  .u-align-self-lg-end {
    align-self: flex-end;
  }
  .u-align-self-lg-center {
    align-self: center;
  }
  .u-align-self-lg-baseline {
    align-self: baseline;
  }
  .u-align-self-lg-stretch {
    align-self: stretch;
  }
  .u-order-lg-first {
    order: -1;
  }
  .u-order-lg-0 {
    order: 0;
  }
  .u-order-lg-1 {
    order: 1;
  }
  .u-order-lg-2 {
    order: 2;
  }
  .u-order-lg-3 {
    order: 3;
  }
  .u-order-lg-4 {
    order: 4;
  }
  .u-order-lg-5 {
    order: 5;
  }
  .u-order-lg-last {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .u-d-xl-inline {
    display: inline;
  }
  .u-d-xl-inline-block {
    display: inline-block;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-grid {
    display: grid;
  }
  .u-d-xl-table {
    display: table;
  }
  .u-d-xl-table-row {
    display: table-row;
  }
  .u-d-xl-table-cell {
    display: table-cell;
  }
  .u-d-xl-flex {
    display: flex;
  }
  .u-d-xl-inline-flex {
    display: inline-flex;
  }
  .u-d-xl-none {
    display: none;
  }
  .u-flex-xl-fill {
    flex: 1 1 auto;
  }
  .u-flex-xl-row {
    flex-direction: row;
  }
  .u-flex-xl-column {
    flex-direction: column;
  }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-xl-grow-0 {
    flex-grow: 0;
  }
  .u-flex-xl-grow-1 {
    flex-grow: 1;
  }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .u-flex-xl-wrap {
    flex-wrap: wrap;
  }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-gap-xl-0 {
    gap: 0;
  }
  .u-gap-xl-1 {
    gap: 0.25rem;
  }
  .u-gap-xl-2 {
    gap: 0.5rem;
  }
  .u-gap-xl-3 {
    gap: 1rem;
  }
  .u-gap-xl-4 {
    gap: 1.5rem;
  }
  .u-gap-xl-5 {
    gap: 3rem;
  }
  .u-gap-xl-200 {
    gap: 12.5rem;
  }
  .u-justify-content-xl-start {
    justify-content: flex-start;
  }
  .u-justify-content-xl-end {
    justify-content: flex-end;
  }
  .u-justify-content-xl-center {
    justify-content: center;
  }
  .u-justify-content-xl-between {
    justify-content: space-between;
  }
  .u-justify-content-xl-around {
    justify-content: space-around;
  }
  .u-justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .u-align-items-xl-start {
    align-items: flex-start;
  }
  .u-align-items-xl-end {
    align-items: flex-end;
  }
  .u-align-items-xl-center {
    align-items: center;
  }
  .u-align-items-xl-baseline {
    align-items: baseline;
  }
  .u-align-items-xl-stretch {
    align-items: stretch;
  }
  .u-align-content-xl-start {
    align-content: flex-start;
  }
  .u-align-content-xl-end {
    align-content: flex-end;
  }
  .u-align-content-xl-center {
    align-content: center;
  }
  .u-align-content-xl-between {
    align-content: space-between;
  }
  .u-align-content-xl-around {
    align-content: space-around;
  }
  .u-align-content-xl-stretch {
    align-content: stretch;
  }
  .u-align-self-xl-auto {
    align-self: auto;
  }
  .u-align-self-xl-start {
    align-self: flex-start;
  }
  .u-align-self-xl-end {
    align-self: flex-end;
  }
  .u-align-self-xl-center {
    align-self: center;
  }
  .u-align-self-xl-baseline {
    align-self: baseline;
  }
  .u-align-self-xl-stretch {
    align-self: stretch;
  }
  .u-order-xl-first {
    order: -1;
  }
  .u-order-xl-0 {
    order: 0;
  }
  .u-order-xl-1 {
    order: 1;
  }
  .u-order-xl-2 {
    order: 2;
  }
  .u-order-xl-3 {
    order: 3;
  }
  .u-order-xl-4 {
    order: 4;
  }
  .u-order-xl-5 {
    order: 5;
  }
  .u-order-xl-last {
    order: 6;
  }
}
@media (min-width: 1400px) {
  .u-d-xxl-inline {
    display: inline;
  }
  .u-d-xxl-inline-block {
    display: inline-block;
  }
  .u-d-xxl-block {
    display: block;
  }
  .u-d-xxl-grid {
    display: grid;
  }
  .u-d-xxl-table {
    display: table;
  }
  .u-d-xxl-table-row {
    display: table-row;
  }
  .u-d-xxl-table-cell {
    display: table-cell;
  }
  .u-d-xxl-flex {
    display: flex;
  }
  .u-d-xxl-inline-flex {
    display: inline-flex;
  }
  .u-d-xxl-none {
    display: none;
  }
  .u-flex-xxl-fill {
    flex: 1 1 auto;
  }
  .u-flex-xxl-row {
    flex-direction: row;
  }
  .u-flex-xxl-column {
    flex-direction: column;
  }
  .u-flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .u-flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .u-flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .u-flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .u-flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-gap-xxl-0 {
    gap: 0;
  }
  .u-gap-xxl-1 {
    gap: 0.25rem;
  }
  .u-gap-xxl-2 {
    gap: 0.5rem;
  }
  .u-gap-xxl-3 {
    gap: 1rem;
  }
  .u-gap-xxl-4 {
    gap: 1.5rem;
  }
  .u-gap-xxl-5 {
    gap: 3rem;
  }
  .u-gap-xxl-200 {
    gap: 12.5rem;
  }
  .u-justify-content-xxl-start {
    justify-content: flex-start;
  }
  .u-justify-content-xxl-end {
    justify-content: flex-end;
  }
  .u-justify-content-xxl-center {
    justify-content: center;
  }
  .u-justify-content-xxl-between {
    justify-content: space-between;
  }
  .u-justify-content-xxl-around {
    justify-content: space-around;
  }
  .u-justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .u-align-items-xxl-start {
    align-items: flex-start;
  }
  .u-align-items-xxl-end {
    align-items: flex-end;
  }
  .u-align-items-xxl-center {
    align-items: center;
  }
  .u-align-items-xxl-baseline {
    align-items: baseline;
  }
  .u-align-items-xxl-stretch {
    align-items: stretch;
  }
  .u-align-content-xxl-start {
    align-content: flex-start;
  }
  .u-align-content-xxl-end {
    align-content: flex-end;
  }
  .u-align-content-xxl-center {
    align-content: center;
  }
  .u-align-content-xxl-between {
    align-content: space-between;
  }
  .u-align-content-xxl-around {
    align-content: space-around;
  }
  .u-align-content-xxl-stretch {
    align-content: stretch;
  }
  .u-align-self-xxl-auto {
    align-self: auto;
  }
  .u-align-self-xxl-start {
    align-self: flex-start;
  }
  .u-align-self-xxl-end {
    align-self: flex-end;
  }
  .u-align-self-xxl-center {
    align-self: center;
  }
  .u-align-self-xxl-baseline {
    align-self: baseline;
  }
  .u-align-self-xxl-stretch {
    align-self: stretch;
  }
  .u-order-xxl-first {
    order: -1;
  }
  .u-order-xxl-0 {
    order: 0;
  }
  .u-order-xxl-1 {
    order: 1;
  }
  .u-order-xxl-2 {
    order: 2;
  }
  .u-order-xxl-3 {
    order: 3;
  }
  .u-order-xxl-4 {
    order: 4;
  }
  .u-order-xxl-5 {
    order: 5;
  }
  .u-order-xxl-last {
    order: 6;
  }
}
@media print {
  .u-d-print-inline {
    display: inline;
  }
  .u-d-print-inline-block {
    display: inline-block;
  }
  .u-d-print-block {
    display: block;
  }
  .u-d-print-grid {
    display: grid;
  }
  .u-d-print-table {
    display: table;
  }
  .u-d-print-table-row {
    display: table-row;
  }
  .u-d-print-table-cell {
    display: table-cell;
  }
  .u-d-print-flex {
    display: flex;
  }
  .u-d-print-inline-flex {
    display: inline-flex;
  }
  .u-d-print-none {
    display: none;
  }
}
.u-w-25 {
  width: 25% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

.u-mw-25 {
  max-width: 25% !important;
}

.u-mw-50 {
  max-width: 50% !important;
}

.u-mw-75 {
  max-width: 75% !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-vw-100 {
  width: 100vw !important;
}

.u-min-vw-100 {
  min-width: 100vw !important;
}

.u-h-25 {
  height: 25% !important;
}

.u-h-50 {
  height: 50% !important;
}

.u-h-75 {
  height: 75% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-h-auto {
  height: auto !important;
}

.u-mh-100 {
  max-height: 100% !important;
}

.u-vh-100 {
  height: 100vh !important;
}

.u-min-vh-100 {
  min-height: 100vh !important;
}

/* 旧CSS */
.is-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}
.is-pc {
  display: block !important;
}

@media (max-width: 769px) {
  .is-pc {
    display: none !important;
  }
}
.d-768-none {
  display: block;
}

.d-768-inline-none {
  display: inline-block;
}

.d-768-block {
  display: none;
}

.d-768-inline-block {
  display: none;
}

.d-568-none {
  display: block;
}

.d-568-block {
  display: none;
}

@media (max-width: 768px) {
  .d-768-none {
    display: none;
  }
  .d-768-inline-none {
    display: none;
  }
  .d-768-block {
    display: block;
  }
  .d-768-inline-block {
    display: inline-block;
  }
}
@media (max-width: 568px) {
  .d-568-none {
    display: none;
  }
  .d-568-block {
    display: block;
  }
}
.d-768-none {
  display: block;
}

.d-768-block {
  display: none;
}

@media (max-width: 768px) {
  .d-768-none {
    display: none;
  }
  .d-768-block {
    display: block;
  }
}
.d-block {
  display: block;
}

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

.d-none {
  display: none;
}

@media (max-width: 768px) {
  .tb-hidden {
    display: none;
  }
}
@media (max-width: 568px) {
  .sp-hidden {
    display: none;
  }
}
.tb-show,
.sp-show {
  display: none;
}

@media (max-width: 768px) {
  .tb-show {
    display: block;
  }
}
@media (max-width: 568px) {
  .sp-show {
    display: block;
  }
}/*# sourceMappingURL=style-flocss.css.map */