@charset "UTF-8";
.inner {
  max-width: 640px;
  padding-inline: 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 1240px;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #f8f5ed;
  min-width: 375px;
}
body.is-checked {
  overflow: hidden;
}
@media screen and (min-width:768px) {
  body {
    font-size: 16px;
  }
}

main {
  padding-top: 56px;
}
@media screen and (min-width:768px) {
  main {
    padding-top: 100px;
  }
}
@media screen and (min-width:900px) {
  main {
    padding-top: 0;
  }
}

.section-title {
  text-align: center;
}
.section-title__main {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
}
.section-title__sub {
  font-family: "ta-koigokoro", sans-serif;
  font-size: 18px;
  margin-top: 8px;
}

.fv {
  max-width: 1440px;
  /* 親要素に対する最大幅を指定 */
  margin: 0 auto;
  /* 要素を中央揃えにする場合 */
}

.fv-picture img {
  width: 100%;
  /* 画像が親要素の幅に合わせて拡大・縮小 */
  height: auto;
  /* アスペクト比を維持しながら高さを調整 */
}

.campaign {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .campaign {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 30px;
  }
}
.campaign::before, .campaign::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  height: 2px;
  /* 線の太さ */
  background-color: #c29115;
  /* 線の色 */
  z-index: -100;
  width: 100%;
}
@media screen and (min-width:768px) {
  .campaign::before, .campaign::after {
    width: 1200px;
    max-width: 100%;
  }
}
.campaign::before {
  top: 198px;
  -webkit-box-shadow: 0 4px 0 0 #c29115;
          box-shadow: 0 4px 0 0 #c29115;
}
@media screen and (min-width:768px) {
  .campaign::before {
    top: 230px;
  }
}
.campaign::after {
  top: 456px;
  -webkit-box-shadow: 0 -4px 0 0 #c29115;
          box-shadow: 0 -4px 0 0 #c29115;
}
@media screen and (min-width:768px) {
  .campaign::after {
    top: 382px;
  }
}

.campaign__content {
  margin-top: 48px;
}
@media screen and (min-width:768px) {
  .campaign__content {
    margin-top: 58px;
  }
}

.campaign__period-title {
  position: relative;
  height: 35px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .campaign__period-title {
    height: 45px;
  }
}
.campaign__period-title-text {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  padding-inline: 20px;
  background: #f8f5ed;
  display: inline-block;
  position: absolute;
  top: 0;
  right: calc(50% - 30px);
  width: 184px;
}
@media screen and (min-width:768px) {
  .campaign__period-title-text {
    font-size: 32px;
    width: 272px;
    padding-inline: 40px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.campaign__period-title::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/model/stamp.png) no-repeat top center/contain;
  position: absolute;
  top: -42px;
  left: calc(50% + 54px);
}
@media screen and (min-width:768px) {
  .campaign__period-title::before {
    left: calc(50% + 150px);
  }
}
@media screen and (min-width:1280px) {
  .campaign__period-title::before {
    width: 200px;
    height: 200px;
    left: calc(50% + 375px);
    top: -75px;
  }
}

.campaign__period-number {
  color: #015e12;
  font-family: "Hina Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  margin-top: 10px;
}
.campaign__period-number .dot {
  margin-inline: 4px;
}
@media screen and (min-width:768px) {
  .campaign__period-number .dot {
    margin-inline: 0;
    margin-right: 2px;
  }
}
@media screen and (min-width:768px) {
  .campaign__period-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px;
  }
}

.campaign__period-number-arrow {
  position: absolute;
  bottom: 78px;
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .campaign__period-number-arrow {
    bottom: 18px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    width: 16px;
    height: 61px;
  }
}

.campaign__period-number-top,
.campaign__period-number-bottom {
  text-align: center;
}
.campaign__period-number-top-year,
.campaign__period-number-bottom-year {
  font-size: 32px;
}
.campaign__period-number-top-day,
.campaign__period-number-bottom-day {
  font-size: 64px;
  font-weight: bold;
  margin-left: 12px;
}
@media screen and (min-width:768px) {
  .campaign__period-number-top-day,
  .campaign__period-number-bottom-day {
    font-size: 70px;
    margin-left: 10px;
  }
}
.campaign__period-number-top-week,
.campaign__period-number-bottom-week {
  display: inline-block;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #015e12;
  border-radius: 50%;
  text-align: center;
  margin-left: 16px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width:768px) {
  .campaign__period-number-top-week,
  .campaign__period-number-bottom-week {
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin-left: 20px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.campaign__discount {
  margin-top: 51px;
}
@media screen and (min-width:768px) {
  .campaign__discount {
    margin-top: 57px;
  }
}

.campaign__discount-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .campaign__discount-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5833333333%;
  }
}
@media screen and (min-width:1280px) {
  .campaign__discount-cards {
    gap: 7.3333333333%;
  }
}

.discount-card {
  margin: 0 auto;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width:768px) {
  .discount-card {
    max-width: 100%;
  }
}

.discount-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-card__head-number {
  display: inline-block;
  background: #015e12;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  letter-spacing: 1.28px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .discount-card__head-number {
    font-size: 40px;
    letter-spacing: 1.6px;
    width: 70px;
    height: 70px;
    line-height: 64px;
  }
}
.discount-card__head-text {
  color: #015e12;
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .discount-card__head-text {
    font-size: 32px;
  }
}

.discount-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
}
.discount-card__body img {
  display: block;
  line-height: 0;
  width: 100%;
}

.campaign__info {
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__info {
    margin-top: 64px;
  }
  .campaign__info::before {
    content: "";
    position: absolute;
    width: 26.8333333333%;
    height: 127%;
    background: url(../img/model/campaign__bath.png) no-repeat center top/contain;
    top: 90%;
    right: calc(50% + 174px);
  }
  .campaign__info::after {
    content: "";
    position: absolute;
    width: 18.4166666667%;
    height: 100%;
    background: url(../img/model/campaign__bards.png) no-repeat center top/contain;
    top: 190px;
    left: calc(50% + 228px);
  }
}
@media screen and (min-width:900px) {
  .campaign__info::before {
    top: 82%;
    right: calc(50% + 198px);
  }
  .campaign__info::after {
    top: 155px;
    left: calc(50% + 250px);
  }
}
@media screen and (min-width:1280px) {
  .campaign__info::before {
    top: 68%;
    right: calc(50% + 279px);
  }
  .campaign__info::after {
    top: 106px;
    left: calc(50% + 369px);
  }
}

.campaign__info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .campaign__info-blocks {
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.test {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width:1280px) {
  .info-block {
    gap: 108px;
  }
}
.info-block__title {
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  text-wrap: nowrap;
}
@media screen and (min-width:768px) {
  .info-block__title {
    font-size: 24px;
  }
}
.info-block__text {
  margin-top: 2px;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .info-block__text {
    font-size: 16px;
  }
}
.info-block__text li {
  padding-left: 1em;
  position: relative;
}
.info-block__text li:nth-child(n+2) {
  margin-top: 2px;
}
.info-block__text li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

ul.info-block__text {
  margin-top: 0;
}

.campaign__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .campaign__button {
    margin-top: 64px;
  }
}

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

.pc-only {
  display: none;
}
@media screen and (min-width:900px) {
  .pc-only {
    display: block;
  }
}

.reserve-button {
  width: 250px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding-block: 13px;
  border-radius: 20px;
  background: #015e12;
  border: 2px solid transparent;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width:900px) {
  .reserve-button {
    width: clamp(9.375rem, -1.042rem + 18.52vw, 15.625rem);
    text-align: center;
    font-size: clamp(0.625rem, 1.11vw, 1rem);
  }
  .reserve-button.campaign__reserve {
    width: 250px;
  }
}
.reserve-button:hover {
  color: #333333;
  border: 2px solid #015e12;
  background: #fff;
}
.reserve-button:hover::after {
  background: url(../img/model/button-arrow-hover.svg) no-repeat center center/contain;
}
.reserve-button::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/model/button-arrow.svg) no-repeat center center/contain;
  right: 19.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width:900px) {
  .header-pc {
    height: clamp(4.188rem, 2.833rem + 2.41vw, 5rem);
    background-color: #fff;
  }
}

#global-nav.m_fixed {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.header__bg {
  width: 100%;
  height: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 13px;
}
.header__inner.sp-only {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f8f5ed;
  z-index: 100;
  max-width: 100%;
}
@media screen and (min-width:900px) {
  .header__inner {
    max-width: 1380px;
    padding-inline: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo a img {
  width: 131px;
  display: block;
}
@media screen and (min-width:900px) {
  .header__logo a img {
    width: 161px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width:900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0.625rem, -2.5rem + 5.56vw, 2.5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: clamp(0rem, -6.771rem + 12.04vw, 4.063rem);
  }
}

@media screen and (min-width:900px) {
  .header__link {
    font-family: "Hina Mincho";
    font-size: clamp(0.875rem, 0.667rem + 0.37vw, 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__link:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width:900px) {
  .header__link-en {
    color: #015e12;
    font-family: TA-koigokoro;
    font-size: 14px;
  }
}

.drawer-icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked {
  width: 33.941px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #333333;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 14px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 26px;
}

.drawer__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #f8f5ed;
  z-index: 99;
  padding: 80px 25px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer__content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__link {
  display: block;
  padding-block: 12px;
  gap: 24px;
  text-align: center;
  font-family: "Hina Mincho", serif;
}

.drawer-content__button {
  margin-top: 48px;
  text-align: center;
}

.footer {
  background-color: #015e12;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width:900px) {
  .footer {
    margin-top: 20px;
  }
}

.footer__title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:900px) {
  .footer__title {
    border-bottom: none;
  }
}

.footer__lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:900px) {
  .footer__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
    margin-top: 6px;
  }
}

.footer__list {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:900px) {
  .footer__list {
    position: relative;
  }
  .footer__list:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}
.footer__list:hover {
  opacity: 50%;
}

.sns__buttons {
  margin-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sns__button img {
  width: 40px;
  height: 40px;
}
.sns__button:hover {
  opacity: 50%;
}

.footer__copyright {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.page-top {
  position: absolute;
  right: 21px;
  bottom: 67px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-top img {
  width: 56px;
  height: 39px;
}
.page-top:hover {
  opacity: 50%;
}
@media screen and (min-width:768px) {
  .page-top {
    display: none;
  }
}

.footer__logo {
  padding-block: 20px;
  text-align: center;
}
.footer__logo img {
  width: 161px;
}

@media screen and (min-width:768px) {
  .model-page {
    padding-top: 56px;
  }
}
@media screen and (min-width:900px) {
  .model-page {
    padding-top: 0;
  }
}

.model-page .fv {
  position: relative;
}

.fv-picture-fukidashi1 {
  position: absolute;
  top: 9.3333333333%;
  right: calc(50% + 27px);
  width: 40.5333333333%;
  z-index: 49;
}
.fv-picture-fukidashi1 img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv-picture-fukidashi1 {
    top: 11%;
    right: 65.8%;
    width: 22%;
  }
}

.fv-picture-fukidashi2 {
  position: absolute;
  bottom: 13.3333333333%;
  left: calc(50% + 16px);
  width: 41.0666666667%;
  z-index: 49;
}
.fv-picture-fukidashi2 img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv-picture-fukidashi2 {
    bottom: 25.5%;
    left: 65%;
    width: 22%;
  }
}

.fv-model__title {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86.6666666667%;
  z-index: 48;
}
@media screen and (min-width:768px) {
  .fv-model__title {
    top: 42%;
    width: 47vw;
  }
}

.fv-model__title-bird {
  position: absolute;
  left: 50%;
  bottom: 33%;
  width: 33.6%;
  z-index: 49;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv-model__title-bird.animation {
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
  scale: 1;
}
.fv-model__title-bird img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv-model__title-bird {
    bottom: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv-model__title-bird img {
    width: 17.5vw;
  }
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(2deg);
            transform: translateX(-50%) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(2deg);
            transform: translateX(-50%) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
.model-course {
  padding-bottom: 10.6986666667%;
}
.model-course.plan-day2 {
  padding-bottom: 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width:900px) {
  .model-course.plan-day2 {
    padding-top: 0;
  }
}
.model-course.plan-day2::after {
  position: absolute;
  content: "";
  background: url(../img/model/sp/bg-test2.png) no-repeat center/cover;
  left: 0;
  bottom: -8vw;
  width: 100%;
  height: 9.3333333333vw;
}
@media screen and (min-width:900px) {
  .model-course.plan-day2::after {
    background: url(../img/model/PC/bg-test2.png) no-repeat center/cover;
    left: 0;
    bottom: -6.25vw;
    width: 100%;
    height: 6.875vw;
  }
}

.section-wrap {
  padding-inline: 24px;
}
@media screen and (min-width:900px) {
  .section-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 900px;
    padding-inline: 10px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1280px) {
  .section-wrap {
    padding-inline: 40px;
    max-width: 1200px;
  }
}
@media screen and (min-width:900px) {
  .section-wrap.day1 {
    background-image: url(../img/model/PC/day1.png);
    background-position: top -35px center;
  }
}
@media screen and (min-width:1280px) {
  .section-wrap.day1 {
    background-position: top -75px center;
  }
}
@media screen and (min-width:900px) {
  .section-wrap.day2 {
    background-image: url(../img/model/PC/day2.png);
    background-position: top -45px center;
  }
}
@media screen and (min-width:1280px) {
  .section-wrap.day2 {
    background-position: top -70px left -94px;
  }
}

.model-plan {
  padding-top: 60px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width:900px) {
  .model-plan {
    margin-top: 33px;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.model-plan.day2::before {
  position: absolute;
  content: "";
  background: url(../img/model/sp/bg-test1.png) no-repeat center center/cover;
  width: 100%;
  height: 11.6vw;
  top: -11.6vw;
  left: 0;
}
@media screen and (min-width:900px) {
  .model-plan.day2::before {
    background: url(../img/model/PC/bg-test1.png) no-repeat center center/cover;
    height: 9.1vw;
    top: -9.1vw;
  }
}

.model-plan__heading {
  z-index: 98;
}
.model-plan__heading img {
  width: 112.401px;
}
@media screen and (min-width:900px) {
  .model-plan__heading img {
    width: 126.85px;
  }
}

.model-plan__title {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 1.44px;
}
@media screen and (min-width:900px) {
  .model-plan__title {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.model-plan__title::before {
  display: inline-block;
  content: "";
  background: url(../img/model/onsen.png) no-repeat center center/contain;
  width: 21px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (min-width:900px) {
  .model-plan__title::before {
    width: 29.669px;
    height: 29.343px;
    top: 50%;
  }
}

.model-plan__body {
  margin-top: 40px;
}
@media screen and (min-width:900px) {
  .model-plan__body {
    margin-top: 10px;
  }
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width:900px) {
  .plan-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
}

.plan-list__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width:900px) {
  .plan-list__start {
    margin-left: 100px;
    height: 220px;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__start {
    margin-left: 132px;
  }
}
@media screen and (min-width:900px) {
  .plan-list__start.day2 {
    margin-left: 30px;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__start.day2 {
    margin-left: 73px;
  }
}
@media screen and (min-width:900px) {
  .plan-list__start.end {
    margin-left: 0;
    margin-right: 155px;
    margin-top: 100px;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__start.end {
    margin-top: 70px;
    margin-right: 180px;
  }
}
.plan-list__start img {
  width: 102px;
}
@media screen and (min-width:900px) {
  .plan-list__start img {
    width: 150px;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__start img {
    width: 202px;
  }
}

.plan-list__car {
  margin-left: 60px;
}
.plan-list__car.car2 {
  margin-left: 88px;
}
.plan-list__car.car3 {
  margin-left: 81px;
}
.plan-list__car img {
  height: 55px;
}

@media screen and (min-width:900px) {
  .plan-list__card1 {
    width: 47%;
    margin-top: 70px;
    position: relative;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__card1 {
    width: 378px;
    margin-top: 123px;
    margin-right: 67px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__slogan-container1 {
    position: absolute;
    right: 20px;
    top: -30px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@media screen and (min-width:1280px) {
  .plan-list__slogan-container1 {
    right: -33px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__card2 {
    width: 40%;
    margin-top: -180px;
    text-align: left;
    position: relative;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__card2 {
    margin-left: 47px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__slogan-container2 {
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (min-width:1280px) {
  .plan-list__slogan-container2 {
    left: -20px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__card3 {
    width: 52.3%;
    text-align: left;
    margin-top: 85px;
    position: relative;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__card3 {
    margin-top: 75px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__slogan-container3 {
    position: absolute;
    right: 12px;
    top: -35px;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@media screen and (min-width:1280px) {
  .plan-list__slogan-container3 {
    right: 35px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__card4 {
    width: 400px;
    margin-top: 75px;
    margin-right: 20px;
    position: relative;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__card4 {
    width: 539px;
    margin-top: 140px;
    margin-right: 0;
  }
}

@media screen and (min-width:900px) {
  .plan-list__slogan-container4 {
    position: absolute;
    right: 0;
    top: -20px;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@media screen and (min-width:1280px) {
  .plan-list__slogan-container4 {
    right: 20px;
    top: 102px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (min-width:900px) {
  .plan-list__card5 {
    width: 332px;
    margin-top: -100px;
    margin-left: 30px;
    position: relative;
  }
}
@media screen and (min-width:1280px) {
  .plan-list__card5 {
    width: 517px;
    margin-left: 0;
    margin-top: -180px;
  }
}

@media screen and (min-width:900px) {
  .plan-list__slogan-container5 {
    position: absolute;
    left: -27px;
    top: -30px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@media screen and (min-width:1280px) {
  .plan-list__slogan-container5 {
    left: 20px;
    top: -20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.plan-list__slogan {
  font-family: TA-koigokoro;
  font-size: 18px;
  display: inline-block;
  position: relative;
  width: auto !important;
}
.plan-list__slogan.start {
  font-size: 16px;
}
@media screen and (min-width:900px) {
  .plan-list__slogan.start {
    font-size: 18px;
  }
}
.plan-list__slogan::before {
  position: absolute;
  content: "";
  background: url(../img/model/title-before.png) no-repeat center center/contain;
  width: 5px;
  height: 12px;
  left: -10px;
  bottom: 0;
}
.plan-list__slogan::after {
  position: absolute;
  content: "";
  background: url(../img/model/title-after.png) no-repeat center center/contain;
  width: 4.601px;
  height: 9.882px;
  right: -10px;
  bottom: 0;
}

.plan-list__image {
  margin-top: 5px;
}
.plan-list__image.wakamatsu img {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width:900px) {
  .plan-list__image.wakamatsu img {
    width: 378px;
  }
}
.plan-list__image.shiraito img {
  width: 245px;
}
.plan-list__image.ginzan img {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width:900px) {
  .plan-list__image.ginzan img {
    max-width: 593px;
  }
}
.plan-list__image.zao img {
  width: 100%;
  max-width: 559.5px;
}
.plan-list__image.zao-spa img {
  width: 100%;
  max-width: 517px;
}

.modal__open {
  position: relative;
}
.modal__open::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__open:hover::after {
  background: rgba(51, 51, 51, 0.3);
}

.plan-card__body {
  margin-top: 11px;
  text-align: left;
}
@media screen and (min-width:900px) {
  .plan-card__body.shiraito {
    width: 286px;
  }
}

.plan-card__title {
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:900px) {
  .plan-card__title {
    font-size: 16px;
  }
}
@media screen and (min-width:1280px) {
  .plan-card__title {
    font-size: 24px;
  }
}
.plan-card__title::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: repeating-linear-gradient(-45deg, #c6b483, #c6b483 3px, transparent 4px, transparent 7px);
  background-size: calc(100% + 5px) 9px;
}

.plan-card__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.12px;
}
@media screen and (min-width:900px) {
  .plan-card__text.ginzan {
    padding-right: clamp(0rem, -6.25rem + 11.11vw, 3.75rem);
  }
}
@media screen and (min-width:900px) {
  .plan-card__text.zao {
    padding-right: clamp(0rem, -7.292rem + 12.96vw, 4.375rem);
  }
}
@media screen and (min-width:900px) {
  .plan-card__text {
    font-size: 12px;
  }
}
@media screen and (min-width:1280px) {
  .plan-card__text {
    font-size: 16px;
  }
}

.plan-list__day2 img {
  width: 140.4px;
}
.plan-list__day2 .model-icon {
  width: 102px;
}
@media screen and (min-width:900px) {
  .plan-list__day2 .model-icon {
    width: 202px;
  }
}

.section__bg2 img {
  width: 100%;
  height: 34.387px;
}

@-webkit-keyframes moveAlongLine {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}

@keyframes moveAlongLine {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.plan-list__modal {
  position: fixed;
  inset: 0;
  padding-top: 40px;
  margin-inline: auto;
  background-color: #333;
  border: none;
}
@media screen and (min-width:900px) {
  .plan-list__modal {
    width: 1168px;
    padding-top: 48px;
    padding-bottom: 81px;
  }
}
.plan-list__modal::-ms-backdrop {
  opacity: 0.9;
  background: #333333;
}
.plan-list__modal::backdrop {
  opacity: 0.9;
  background: #333333;
}

.plan-modal__close {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 15px;
  position: absolute;
}
@media screen and (min-width:900px) {
  .plan-modal__close {
    top: 30px;
    right: 55px;
  }
}
.plan-modal__close::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plan-modal__close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.plan-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.plan-modal__body img {
  display: block;
  max-height: 500px;
}
@media screen and (min-width:900px) {
  .plan-modal__body img {
    max-width: 710px;
  }
}

.plan-modal__title {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width:900px) {
  .plan-modal__title {
    margin-top: 30px;
    font-size: 20px;
  }
}