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

.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;
}

.main {
  position: relative;
  overflow: hidden;
}
.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 {
  background: #006e43;
}
.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;
  }
}

.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;
}

.kv {
  background: url("../img/kv_bg_pc.png") no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .kv {
    background-image: url("../img/kv_bg_sp.png");
    padding-bottom: 3em;
  }
}
.kv .inner {
  width: 854px;
}
@media (max-width: 768px) {
  .kv .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.kv__title {
  margin-bottom: 10px;
}
.kv__title h1 {
  margin: 0 auto;
}
.kv__title img {
  width: 88.6977886978%;
}
@media (max-width: 768px) {
  .kv__title img {
    width: 89.3333333333vw;
  }
}
.kv__text {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .kv__text {
    margin-bottom: 4.2666666667vw;
  }
}
.kv__caution {
  width: 93.3660933661%;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 2px solid #ea4a61;
}
@media (max-width: 768px) {
  .kv__caution {
    width: 89.3333333333vw;
  }
}
.kv__caution__title {
  background: #ea4a61;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 768px) {
  .kv__caution__title {
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.kv__caution__title__sub {
  position: absolute;
  font-size: 10px;
  margin-left: 20px;
  bottom: 5px;
}
@media (max-width: 768px) {
  .kv__caution__title__sub {
    position: relative;
    font-size: 2.6666666667vw;
    margin-left: auto;
    display: block;
  }
}
.kv__caution__title:before, .kv__caution__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 35px;
  background: #ea4a61;
  top: -8px;
}
@media (max-width: 768px) {
  .kv__caution__title:before, .kv__caution__title:after {
    width: 11.4666666667vw;
    height: 13.3333333333vw;
    top: -3.7333333333vw;
  }
}
.kv__caution__title:before {
  left: 4px;
  background: url("../img/kv_caution_bg_01.png") no-repeat top center;
  background-size: contain;
}
@media (max-width: 768px) {
  .kv__caution__title:before {
    left: -4vw;
  }
}
.kv__caution__title:after {
  right: 4px;
  background: url("../img/kv_caution_bg_02.png") no-repeat top center;
  background-size: contain;
}
@media (max-width: 768px) {
  .kv__caution__title:after {
    right: -4vw;
  }
}
.kv__caution__contents {
  display: flex;
  justify-content: space-between;
  color: #006e43;
  background: #FFFFFF;
  padding: 20px;
  line-height: 1.5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 768px) {
  .kv__caution__contents {
    display: block;
    padding: 4.2666666667vw;
  }
}
.kv__caution__block {
  background: url("../img/kv_caution_point.png") no-repeat left top 4px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}
.kv__caution__block:after {
  content: "";
  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 4 8" fill="%23006e43"><circle cx="2" cy="2" r="2"/></svg>') repeat-y center top 4px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 4px;
  height: 100%;
}
.kv__caution__block:nth-of-type(1) {
  width: 36.4145658263%;
}
.kv__caution__block:nth-of-type(1) img {
  margin-top: 4px;
  margin-left: 0;
  width: 92%;
}
.kv__caution__block:nth-of-type(2) {
  width: 25.7703081232%;
}
.kv__caution__block:nth-of-type(3) {
  width: 26.4705882353%;
}
.kv__caution__block:nth-of-type(3):after {
  display: none;
}
.kv__caution__block:nth-of-type(3) img {
  margin-right: 0;
  margin-top: -10px;
  margin-bottom: -12px;
  width: 80.2395209581%;
}
@media (max-width: 768px) {
  .kv__caution__block {
    background-position-y: top 2px;
    width: auto !important;
    font-size: 3.52vw;
    margin-bottom: 3.7333333333vw;
  }
  .kv__caution__block:after {
    display: none;
  }
  .kv__caution__block:nth-of-type(1) img {
    margin-left: auto;
    width: 73%;
  }
  .kv__caution__block:last-of-type {
    margin-bottom: 0;
    position: relative;
  }
  .kv__caution__block:last-of-type img {
    position: absolute;
    right: -2.6666666667vw;
    bottom: -1.6vw;
    width: 32vw;
  }
}
.kv__caution__subtext {
  font-size: 13px;
  margin-top: 0.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .kv__caution__subtext {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.kv .btn_reserve {
  display: block;
  margin: 0 auto;
  width: 36.6093366093%;
}
@media (max-width: 768px) {
  .kv .btn_reserve {
    width: 79.4666666667vw;
  }
}

.btn_reserve__mention {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin: 10px auto 0;
  color: #231815;
}
@media (max-width: 768px) {
  .btn_reserve__mention {
    font-size: 2.6666666667vw;
  }
}

.schedule {
  background: #fff8b7;
  padding-top: 50px;
  padding-bottom: 40px;
}
.schedule .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
}
.schedule .inner > div {
  flex: 1;
}
@media (max-width: 768px) {
  .schedule {
    padding-top: 5.3333333333vw;
    padding-bottom: 6.4vw;
  }
  .schedule .inner {
    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 {
  background: url("../img/goods_bg_pc.png") no-repeat center bottom #fff8b7;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .goods {
    margin-bottom: 0;
    padding: 0;
  }
  .goods .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.goods__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 4.693877551%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .goods__list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.goods__block {
  position: relative;
  width: 47.6530612245%;
}
@media (max-width: 768px) {
  .goods__block {
    width: auto;
    padding-top: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .goods__block:nth-of-type(1) {
    background: url("../img/goods_01_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .goods__block:nth-of-type(2) {
    background: url("../img/goods_02_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
}
.goods__block img {
  margin: 0;
}
.goods__block a {
  cursor: pointer;
  display: block;
}
.goods__block a.animated {
  animation: poyon 0.7s forwards;
  animation-timing-function: ease-out;
}
@media (max-width: 768px) {
  .goods__block a:hover img {
    opacity: 1;
  }
}
.goods__buttons {
  text-align: center;
}
.goods__buttons .btn_reserve {
  display: inline-block;
  width: 37.7551020408%;
}
@media (max-width: 768px) {
  .goods__buttons {
    background: url("../img/goods_bg_sp.png") no-repeat center bottom;
    background-size: cover;
    padding-top: 3.7333333333vw;
    padding-bottom: 20vw;
    position: relative;
  }
  .goods__buttons .btn_reserve {
    width: 80vw;
  }
  .goods__buttons .btn_reserve__mention {
    position: absolute;
    left: 50%;
    bottom: 4.2666666667vw;
    transform: translateX(-50%);
  }
}
.goods__details__block {
  width: 554px;
  max-width: 90vw;
  margin: 0 auto;
  display: none;
  max-height: 80vh;
  background: #FFFFFF;
  border-radius: 5px;
}
.goods__details__block.active {
  display: block;
}
@media (max-width: 768px) {
  .goods__details__block {
    width: 100vw;
    flex-direction: column;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    background: transparent;
    overflow-y: auto;
    border-radius: 2.6666666667vw;
  }
}
.goods__details__block__images {
  background: url("../img/modal_bg_01.png") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 768px) {
  .goods__details__block__images {
    padding: 2.6666666667vw;
  }
}
.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%;
  }
}
.goods__details__block__image_slider__thumbnail {
  width: 13.1115459883%;
  height: auto;
  margin-right: 0;
}
.goods__details__block__image_slider__thumbnail .swiper-slide {
  height: auto !important;
}
.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%;
  }
  .goods__details__block__image_slider__thumbnail .swiper-slide {
    width: 17.0666666667vw !important;
  }
}
.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 {
  padding: 20px;
  background: #FFFFFF;
  color: #231815;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 768px) {
  .goods__details__block__contents {
    width: 100%;
    padding: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

.caution {
  background: #fff8b7;
  padding-top: 35px;
  padding-bottom: 30px;
  text-align: center;
  color: #006e43;
  font-size: 14px;
  font-weight: 500;
}
.caution p {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .caution {
    font-size: 3.2vw;
    line-height: 1.7;
    text-align: left;
    padding-top: 8vw;
    padding-bottom: 2.6666666667vw;
  }
}

.faq {
  background: #006e43;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .faq {
    padding-bottom: 10.6666666667vw;
  }
}
.faq__title {
  margin-bottom: 20px;
  position: relative;
}
.faq__title img {
  width: 17.8571428571%;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 5.3333333333vw;
  }
  .faq__title img {
    width: 34.1333333333vw;
  }
}
.faq .contents {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.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 {
  background: #006e43;
  padding-bottom: 20px;
}
.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%);
}
.modal__content {
  position: relative;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .modal__content {
    border-radius: 2.6666666667vw;
  }
}
.modal__content dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  margin: 0;
  font-weight: 500;
}
.modal__content dl dt {
  flex-shrink: 0;
  background: rgba(244, 178, 205, 0.3);
  border-radius: 3px;
  text-align: center;
  padding: 0 5px;
  font-size: 11px;
}
.modal__content dl dd {
  flex-grow: 1;
  margin: 0;
  font-size: 13px;
}
.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;
  }
}
.modal #goods02 .goods__details__block__images {
  background-image: url("../img/modal_bg_02.png");
}
.modal #goods02 dl dt {
  background: rgba(214, 226, 140, 0.75);
}

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