@charset "utf-8";

/*----------------------------------------------------------------------------------------------
  PLAN
----------------------------------------------------------------------------------------------*/
.plan-sec01 {
  margin-top: 120px;
}

.sec01_ttl01 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.02em;
}

.plan-sec02 {
  padding: 0 5%;
}

.plan-contents {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 120px;
}

.swiper_elvation {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 120px;
}

.swiper_thumbnail {
  margin-top: 100px;
}

.swiper_thumbnail .swiper-wrapper {
  gap: 30px 2.5%;
  flex-wrap: wrap;
}

.swiper_thumbnail .swiper-wrapper .swiper-slide {
  width: calc(calc(100% - 7.5%) / 4) !important;
  cursor: pointer;
  background: transparent;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.swiper_thumbnail .swiper-wrapper .swiper-slide:hover,
.swiper_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: #ece8e4;
}

.swiper_thumbnail-item img {
  width: 100%;
  height: auto;
}

.swiper_ctns_wrap {
  margin-top: 120px;
}

.swiper_ctns {
  overflow: hidden;
  border: 1px solid #C3AF97;
  box-shadow: 5px 5px 8px rgb(0 0 0 / 15%);
}

.swiper_ctns .swiper-button-next,
.swiper_ctns .swiper-button-prev {
  color: #000;
  height: 7rem;
  width: 9rem;
}

.swiper_ctns .swiper-button-prev {
  flex-direction: row-reverse;
}

.swiper_ctns .swiper-button-prev,
.swiper_ctns .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper_ctns .swiper-button-prev span {
  display: block;
  margin-left: -35px;
}

.swiper_ctns .swiper-button-prev:after,
.swiper_ctns .swiper-rtl .swiper-button-next:after {
  content: '';
  width: 5rem;
  height: 5rem;
  border: solid #000000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper_ctns .swiper-button-next,
.swiper_ctns .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper_ctns .swiper-button-next span {
  display: block;
  margin-right: -35px;
}

.swiper_ctns .swiper-button-next:after,
.swiper_ctns .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 5rem;
  height: 5rem;
  border: solid #000000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.madori_notes {
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width:800px) {
  .plan-sec01 {
    margin-top: 60px;
  }

  .sec01_ttl01 {
    font-size: 4.7vw;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .plan-sec02 {
    padding: 0 5%;
  }

  .plan-contents {
    max-width: 1200px;
    margin-inline: auto;
    margin-top: 40px;
  }

  .swiper_elvation {
    width: 90%;
    margin-inline: auto;
    margin-top: 40px;
  }

  .swiper_thumbnail {
    margin-top: 20px;
  }

  .swiper_thumbnail .swiper-wrapper {
    gap: 20px 3%;
    flex-wrap: wrap;
  }

  .swiper_thumbnail .swiper-wrapper .swiper-slide {
    width: calc(calc(100% - 3%) / 2) !important;
    cursor: pointer;
    background: transparent;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .swiper_thumbnail .swiper-wrapper .swiper-slide:hover,
  .swiper_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    background: #ece8e4;
  }

  .swiper_thumbnail-item img {
    width: 100%;
    height: auto;
  }

  .swiper_ctns_wrap {
    margin-top: 60px;
  }

  .swiper_ctns {
    overflow: hidden;
    border: 1px solid #C3AF97;
    box-shadow: 5px 5px 8px rgb(0 0 0 / 15%);
  }

  .swiper_ctns .swiper-button-next,
  .swiper_ctns .swiper-button-prev {
    color: #000;
    height: 7rem;
    width: 9rem;
    top: 25%;
  }

  .swiper_ctns .swiper-button-prev {
    flex-direction: row-reverse;
  }

  .swiper_ctns .swiper-button-prev,
  .swiper_ctns .swiper-rtl .swiper-button-next {
    left: -25px;
    right: auto
  }

  .swiper_ctns .swiper-button-prev span {
    display: none;
  }

  .swiper_ctns .swiper-button-prev:after,
  .swiper_ctns .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: solid #000000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .swiper_ctns .swiper-button-next,
  .swiper_ctns .swiper-rtl .swiper-button-prev {
    right: -25px;
    left: auto
  }

  .swiper_ctns .swiper-button-next span {
    display: none;
  }

  .swiper_ctns .swiper-button-next:after,
  .swiper_ctns .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: solid #000000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .madori_notes {
    text-align: left;
    margin-top: 1em;
  }
}