@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;800&display=swap");
html, body {
  font-family: "M PLUS 1p", sans-serif;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 2;
}

body {
  background: #006e43;
}

.header__logo img {
  width: 50px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 48px;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.fade-slidein {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
}
.fade-slidein.animation {
  transform: translateY(0px);
  opacity: 1;
  transition: all ease 0.8s;
}

.external {
  display: inline-block;
  background: url("../img/link.png") no-repeat left 0.3em;
  padding-left: 18px;
  font-size: 14px;
  color: #ff6600;
}

.main {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.main img, .main picture {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main a img {
  transition: all 0.4s ease;
  opacity: 1;
}
.main a:hover img {
  opacity: 0.7;
}

.nav_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 6px;
  width: auto;
}
.nav_top .nav_top__left img {
  width: 54px;
}
@media (max-width: 768px) {
  .nav_top .nav_top__left img {
    width: 36px;
  }
}
.nav_top .nav_top__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 24px;
}
.nav_top .nav_top__right img {
  height: 18px;
}
@media (max-width: 768px) {
  .nav_top .nav_top__right {
    column-gap: 12px;
  }
  .nav_top .nav_top__right img {
    height: 10px;
  }
}

.nav_bottom {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background: #f9ece1;
  z-index: 80;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: all ease 0.8s;
}
.nav_bottom.fixed {
  bottom: 0;
}
@media (max-width: 768px) {
  .nav_bottom {
    padding-top: 1.0666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .nav_bottom .inner {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.nav_bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url("../img/nav_bottom_bg.png") repeat-x top left;
  background-size: auto 100%;
}
.nav_bottom__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 607px;
  max-width: 100%;
  margin: 0 auto;
}
.nav_bottom__list .btn_reserve {
  display: block;
  margin: 0;
  width: 59.1433278418%;
}
.nav_bottom__list .btn_search {
  display: block;
  margin: 0;
  width: 37.726523888%;
}
@media (max-width: 768px) {
  .nav_bottom__list .btn_reserve {
    width: 54.1333333333vw;
  }
  .nav_bottom__list .btn_search {
    width: 37.0666666667vw;
  }
}

.cta {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cta {
    margin-bottom: 16vw;
  }
}
.cta__list {
  margin-top: 3.8759689922%;
}
@media (max-width: 768px) {
  .cta__list {
    margin-top: 8vw;
  }
}
.cta__block {
  margin-top: 1.9379844961%;
}
.cta__block .btn_reserve {
  display: block;
  margin: 0 auto;
  width: 48.7755102041%;
}
.cta__block .btn_search {
  display: block;
  margin: 0 auto;
  width: 37.0408163265%;
}
@media (max-width: 768px) {
  .cta__block {
    margin-top: 2.6666666667vw;
  }
  .cta__block .btn_reserve {
    width: 79.4666666667vw;
  }
  .cta__block .btn_search {
    width: 55.2vw;
  }
}

.kv {
  background: url("../img/kv_bg_pc.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .kv {
    background-image: url("../img/kv_bg_sp.png");
  }
}
.kv:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../img/kv_border.png") repeat-x center bottom;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .kv:after {
    height: 2.6666666667vw;
  }
}
.kv__illust {
  padding: 20px 10px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .kv__illust {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.kv__text {
  position: absolute;
  top: 1.9379844961%;
  left: 6.8434559453%;
  width: 44.1402908469%;
  z-index: 1;
}
@media (max-width: 768px) {
  .kv__text {
    position: relative;
    top: auto;
    left: auto;
    width: 96.5333333333vw;
    margin: 0 0 0 auto;
  }
}
.kv .cta__list {
  margin-top: 3.8759689922%;
}
@media (max-width: 768px) {
  .kv .cta__list {
    position: absolute;
    bottom: 9.6vw;
    left: 0;
    width: 100%;
  }
}
.kv .cta__block {
  margin-top: 1.9379844961%;
}
.kv .btn_reserve {
  display: block;
  margin: 0 auto;
  width: 63.9534883721%;
}
@media (max-width: 768px) {
  .kv .btn_reserve {
    width: 79.4666666667vw;
  }
}
.kv .btn_search {
  display: block;
  margin: 0 auto;
  width: 46.511627907%;
}
@media (max-width: 768px) {
  .kv .btn_search {
    width: 55.2vw;
  }
}

.inner {
  width: 1020px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

[role=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.fukubukuro {
  margin-bottom: 60px;
  background: url("../img/fukubukuro_bg_pc.png") no-repeat top center;
  background-size: 1106px auto;
}
@media (max-width: 768px) {
  .fukubukuro {
    margin-bottom: 10.6666666667vw;
    background-image: url("../img/fukubukuro_bg_sp.png");
    background-size: 96.5333333333vw auto;
    background-position-y: top 5.3333333333vw;
  }
}
.fukubukuro__header {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .fukubukuro__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.fukubukuro__title {
  background: url("../img/line_dot_white_pc.svg") no-repeat top 20px center;
  background-size: 100% auto;
  padding-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fukubukuro__title {
    padding-top: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
    padding-left: 0;
    padding-right: 0;
    background-image: url("../img/line_dot_white_sp.svg");
  }
}
.fukubukuro__sub_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fukubukuro__sub_title {
    margin-bottom: 4.2666666667vw;
    font-size: 16px;
    line-height: 1.6;
  }
}
.fukubukuro__price {
  background: url("../img/line_dot_white_pc.svg") no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.fukubukuro__price img {
  width: 33%;
}
@media (max-width: 768px) {
  .fukubukuro__price {
    background-image: url("../img/line_dot_white_sp.svg");
    padding-bottom: 4.2666666667vw;
    margin-bottom: 8vw;
  }
  .fukubukuro__price img {
    width: 70.4vw;
  }
}
.fukubukuro__info {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}
.fukubukuro__info > * {
  flex: 1;
}
@media (max-width: 768px) {
  .fukubukuro__info {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}

@keyframes poyon {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  20% {
    transform: scale(1.2, 1.2);
  }
  40% {
    transform: scale(0.9, 0.9);
  }
  60% {
    transform: scale(1.1, 1.1);
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
.goods {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .goods {
    margin-bottom: 8vw;
  }
}
.goods__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .goods__list {
    flex-direction: column;
    row-gap: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.goods__block {
  position: relative;
}
.goods__block.animated {
  animation: poyon 0.7s forwards;
  animation-timing-function: ease-out;
}
.goods__block:nth-of-type(1) {
  width: 39.387755102%;
}
@media (max-width: 768px) {
  .goods__block:nth-of-type(1) {
    width: 95.4666666667vw;
    margin-left: -2.1333333333vw;
  }
}
.goods__block:nth-of-type(2), .goods__block:nth-of-type(3) {
  width: 29.1836734694%;
}
@media (max-width: 768px) {
  .goods__block:nth-of-type(2), .goods__block:nth-of-type(3) {
    width: 89.3333333333vw;
  }
}
.goods__block .goods__mention {
  font-size: 11px;
}
@media (max-width: 768px) {
  .goods__block .goods__mention {
    margin-bottom: 0;
    font-size: 13px;
  }
  .goods__block .goods__mention ul {
    margin: 0 auto;
  }
}
.goods__block a {
  cursor: pointer;
}
@media (max-width: 768px) {
  .goods__block a:hover img {
    opacity: 1;
  }
}
.goods__mention {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}
.goods__mention ul {
  padding: 0;
}
.goods__mention ul li {
  list-style-type: none;
}
.goods__mention ul li:before {
  content: "※";
  display: inline-block;
}
@media (max-width: 768px) {
  .goods__mention {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .goods__additional {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
.goods__button {
  text-align: center;
}
.goods__button a {
  display: inline-block;
  width: 74.8979591837%;
}
@media (max-width: 768px) {
  .goods__button a {
    width: 90.2666666667%;
  }
}
.goods__details__block {
  justify-content: space-between;
  align-items: stretch;
  width: 980px;
  max-width: 90vw;
  margin: 0 auto;
  display: none;
  max-height: 80vh;
  background: #FFFFFF;
}
.goods__details__block.active {
  display: flex;
}
@media (max-width: 768px) {
  .goods__details__block {
    width: 100vw;
    flex-direction: column;
    padding-top: 4.8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    background: transparent;
    overflow-y: auto;
    border-radius: 2.6666666667vw;
  }
}
.goods__details__block__images {
  width: 51.2295081967%;
  background: #45af34;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.goods__details__block__images:before, .goods__details__block__images:after {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url("../img/goods_slider_bg_01.png") repeat-y top left;
  background-size: contain;
  left: -25px;
  top: 0;
}
.goods__details__block__images:after {
  background-image: url("../img/goods_slider_bg_02.png");
  left: auto;
  right: -25px;
}
@media (max-width: 768px) {
  .goods__details__block__images {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .goods__details__block__images:before, .goods__details__block__images:after {
    width: 100%;
    height: 6.9333333333vw;
    background-image: url("../img/goods_slider_bg_01_sp.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    left: 0;
    top: -4.8vw;
  }
  .goods__details__block__images:after {
    background-image: url("../img/goods_slider_bg_02_sp.png");
    top: auto;
    bottom: -4.8vw;
  }
}
.goods__details__block__image_slider {
  position: relative;
}
.goods__details__block__image_slider__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .goods__details__block__image_slider__wrapper {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}
.goods__details__block__image_slider__main {
  width: 82.5831702544%;
}
@media (max-width: 768px) {
  .goods__details__block__image_slider__main {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.goods__details__block__image_slider__thumbnail {
  width: 13.1115459883%;
  height: auto;
}
.goods__details__block__image_slider__thumbnail .swiper-slide img {
  border: 4px solid transparent;
}
.goods__details__block__image_slider__thumbnail .swiper-slide-thumb-active img {
  border-color: #ea4a61;
}
@media (max-width: 768px) {
  .goods__details__block__image_slider__thumbnail {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.goods__details__block__image_slider .swiper {
  overflow: hidden;
}
.goods__details__block__image_slider .swiper-button-prev,
.goods__details__block__image_slider .swiper-button-next {
  width: 35px;
}
.goods__details__block__image_slider .swiper-button-prev:after,
.goods__details__block__image_slider .swiper-button-next:after {
  display: none;
}
.goods__details__block__image_slider .swiper-button-prev {
  left: -18px;
}
.goods__details__block__image_slider .swiper-button-next {
  right: -18px;
}
.goods__details__block__contents {
  width: 45.0819672131%;
  padding: 20px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .goods__details__block__contents {
    width: 100%;
    padding: 10.6666666667vw 6.4vw 6.4vw;
  }
}
.goods__details__block__title {
  color: #ea4a61;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .goods__details__block__title {
    font-size: 19px;
    margin-bottom: 0;
  }
}
.goods__details__block__text {
  color: #231815;
  font-size: 16px;
  font-weight: 400;
}
.goods__details__block__text .mention {
  font-size: 13px;
}
@media (max-width: 768px) {
  .goods__details__block__text {
    font-size: 15px;
  }
}
.goods__details__block__specifications {
  color: #231815;
  font-size: 13px;
  font-weight: 400;
}
.goods__details__block__specifications dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}
.goods__details__block__specifications dl dt {
  width: 50px;
  flex-shrink: 0;
  background: rgba(214, 226, 140, 0.75);
  border-radius: 3px;
  text-align: center;
}
.goods__details__block__specifications dl dd {
  width: calc(100% - 60px);
  flex-grow: 1;
  margin: 0;
}
.goods__details__block__navigation {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 20px;
}
.goods__details__block__navigation__back, .goods__details__block__navigation__next {
  width: 86px;
}

.coupon {
  background: #fff172;
  position: relative;
  color: #231815;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-bottom: 100px;
}
.coupon:before, .coupon:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../img/coupon_bg_01.png") repeat-x center center;
}
.coupon:after {
  background-image: url("../img/coupon_bg_02.png");
  top: auto;
  bottom: -11px;
}
@media (max-width: 768px) {
  .coupon {
    margin-top: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .coupon:before, .coupon:after {
    top: -2.4vw;
    height: 2.6666666667vw;
    background-size: 6.9333333333vw auto;
  }
  .coupon:after {
    top: auto;
    bottom: -2.4vw;
  }
}
.coupon .inner {
  position: relative;
  z-index: 1;
}
.coupon .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 41.0204081633%;
  height: 100%;
  background: url("../img/coupon_04_pc.png") no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  .coupon .inner:after {
    background-image: url("../img/coupon_04_02_sp.png");
    background-size: 31.7333333333vw auto;
    bottom: -8vw;
    right: 1.3333333333vw;
  }
}
.coupon__contents {
  width: 69.387755102%;
  text-align: center;
  padding-left: 4.0816326531%;
  padding-right: 4.0816326531%;
}
@media (max-width: 768px) {
  .coupon__contents {
    width: auto;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.coupon__title {
  background: url("../img/line_dot_pink_pc.svg") no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.coupon__title img {
  width: 50.6666666667%;
}
@media (max-width: 768px) {
  .coupon__title {
    background-image: url("../img/line_dot_pink_pc.svg");
    width: 57.0666666667vw;
    padding-bottom: 2.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
  .coupon__title img {
    width: 92%;
  }
}
.coupon__main {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .coupon__main {
    font-size: 16px;
    text-align: left;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  .coupon__main:after {
    content: "";
    display: block;
    position: absolute;
    top: -1.0666666667vw;
    right: 0;
    width: 32vw;
    height: 100%;
    background: url("../img/coupon_04_01_sp.png") no-repeat right top;
    background-size: contain;
  }
  .coupon__main p {
    margin-bottom: 2.6666666667vw;
  }
}
.coupon__main__price {
  margin-bottom: 10px;
}
.coupon__main__price img {
  width: 32.6666666667%;
}
@media (max-width: 768px) {
  .coupon__main__price img {
    width: 46.4vw;
    margin-left: 0;
  }
}
.coupon__main__box {
  background: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.coupon__main__box__mention {
  font-size: 14px;
}
@media (max-width: 768px) {
  .coupon__main__box {
    text-align: center;
    font-size: 13px;
    padding: 2.6666666667vw;
  }
  .coupon__main__box__mention {
    font-size: 11px;
  }
}
.coupon__main__expiration {
  font-size: 12px;
}
.coupon__main__expiration img {
  width: 78.5%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .coupon__main__expiration img {
    margin-left: 0;
    width: 51.4666666667vw;
  }
}

.set {
  margin-bottom: 160px;
}
.set__title {
  margin-bottom: 24px;
}
.set__title img {
  width: 62.7450980392%;
}
.set__main {
  margin-bottom: 20px;
}
.set__mention {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .set {
    margin-bottom: 2.6666666667vw;
  }
  .set__title {
    margin-bottom: 5.3333333333vw;
  }
  .set__title img {
    width: 80.5333333333vw;
  }
  .set__main {
    margin-bottom: 2.6666666667vw;
  }
  .set__mention {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }
}

.faq {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 10.6666666667vw;
  }
}
.faq__title {
  margin-bottom: 20px;
  position: relative;
}
.faq__title img {
  width: 17.8571428571%;
}
.faq__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 16.9387755102%;
  height: 200px;
  background: url("../img/faq_01.png") no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 5.3333333333vw;
  }
  .faq__title img {
    width: 34.1333333333vw;
  }
  .faq__title:after {
    bottom: -2.6666666667vw;
    width: 20.8vw;
    height: 200px;
  }
}
.faq .contents {
  width: 980px;
  max-width: 100%;
  margin: 40px auto 0;
}
.faq .accordion {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.faq .accordion-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq .accordion-item {
    margin-bottom: 2.6666666667vw;
  }
}
.faq .accordion-content {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  background: #fff;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .faq .accordion-content {
    padding: 2.6666666667vw;
  }
}
.faq .accordion-content p {
  margin: 0 auto 10px;
}
.faq .accordion-content ul {
  padding-left: 0;
}
.faq .accordion-content ul li {
  list-style-type: none;
}
.faq .accordion-content a {
  color: #ff6600;
}
@media (min-width: 769px) {
  .faq .accordion-content .sp {
    display: none;
  }
}
.faq .accordion-content .fw-b {
  font-weight: 700;
}
.faq .accordion-content .text-center {
  text-align: center;
}
.faq .accordion-content .noteText {
  font-size: 13px;
}
.faq .accordion-content .text-red {
  color: #FF0000;
}
.faq .accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 20px 26px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #00a728;
  position: relative;
}
.faq .accordion-title:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:%23fff495;stroke-width:0px;}</style></defs><g id="footer"><rect class="cls-1" x="9.99" width="4.02" height="24"/><rect class="cls-1" y="10" width="24" height="4"/></g></svg>') no-repeat center center;
  background-size: contain;
}
.faq .accordion-title.open:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 4"><defs><style>.cls-1{fill:%23fff495;stroke-width:0px;}</style></defs><g id="footer"><rect class="cls-1" width="24" height="4"/></g></svg>');
}
@media screen and (max-width: 768px) {
  .faq .accordion-title {
    font-size: 16px;
    padding: 2.6666666667vw 8vw 2.6666666667vw 2.6666666667vw;
  }
  .faq .accordion-title:after {
    right: 2.6666666667vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.faq .accordion-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq .accordion-subtitle {
    font-size: 14px;
  }
}
.faq .accordion-schedule {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.faq .accordion-note {
  padding-left: 0;
}
.faq .accordion-note li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.faq .accordion-question {
  margin-top: 20px;
}
.faq .accordion-question p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.faq .accordion-images {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.faq .accordion-images img {
  width: 35.7142857143%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .faq .accordion-images {
    flex-direction: column;
    align-items: center;
  }
  .faq .accordion-images img {
    width: auto;
    max-width: 75%;
  }
}
.faq .complete {
  width: 80%;
  margin: 40px auto;
  padding: 20px 30px;
  border: 3px solid #e60004;
  border-radius: 10px;
}
.faq .complete .accordion-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .faq .complete {
    width: 100%;
    padding: 15px 10px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .faq .complete .accordion-subtitle {
    font-size: 16px;
  }
}

.buttons__button {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .buttons__button {
    margin-bottom: 5.3333333333vw;
  }
}
.buttons__button a {
  display: block;
  margin: 0 auto;
  width: 28.5714285714%;
}
@media (max-width: 768px) {
  .buttons__button a {
    width: 53.8666666667vw;
  }
}
.buttons__copyright img {
  width: 36.2244897959%;
}
@media (max-width: 768px) {
  .buttons__copyright img {
    width: 69.3333333333vw;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}
.modal.is-open {
  display: block;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .modal__container {
    margin-top: 10vw;
  }
}
.modal__content {
  position: relative;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .modal__content {
    border-radius: 2.6666666667vw;
  }
}
.modal__close {
  position: absolute;
  right: -24px;
  top: -22px;
  width: 54px;
  cursor: pointer;
  z-index: 90;
}
@media (max-width: 768px) {
  .modal__close {
    right: 1.3333333333vw;
    top: -5.8666666667vw;
    width: 14.4vw;
  }
}

/*# sourceMappingURL=style.css.map */
