@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --cc-main: #862633;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- showcase

================================================ */
.plan-sc.-showcase {
  padding: 82px 0 102px;
}

.plan-showcase__summary {
  text-align: center;
}
.plan-showcase__summary p {
  font-size: 1.75rem;
  line-height: 1.75;
  font-family: "TsukuMinPr6-L", serif;
}

.plan-showcase__wrapper {
  width: 696px;
  margin: 95px auto 0;
  padding-bottom: 43px;
  position: relative;
}

.swiper.plan-showcase__swiper {
  width: 612px;
}

/* アロー */
.swiper-button-next.plan-arrow,
.swiper-button-prev.plan-arrow {
  position: absolute;
  top: 56%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 26px;
  height: 31px;
  cursor: pointer;
  z-index: 2;
}
.swiper-button-next.plan-arrow::after,
.swiper-button-prev.plan-arrow::after {
  display: none;
}

/* アロー（前へ） */
.swiper-button-prev.plan-arrow {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.74%2032.53%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23b8b298%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2215.23%20.34%20.69%2016.05%2016.82%2032.18%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2225.79%20.34%2011.26%2016.05%2027.39%2032.18%22%2F%3E%3C%2Fsvg%3E");
}

/* アロー（次へ） */
.swiper-button-next.plan-arrow {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.74%2032.53%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23b8b298%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2212.52%2032.19%2027.05%2016.48%2010.92%20.35%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.95%2032.19%2016.48%2016.48%20.35%20.35%22%2F%3E%3C%2Fsvg%3E");
}

.plan-pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.plan-pagination .swiper-container-horizontal > .swiper-pagination-bullets,
.plan-pagination .swiper-pagination-custom,
.plan-pagination .swiper-pagination-fraction {
  bottom: 0;
}
.plan-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.plan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b8b298;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-showcase {
    padding: 21.867vw 0 16vw;
  }
  .plan-sc.-showcase .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-showcase__summary p {
    font-size: 5.4666666667vw;
  }
  .plan-showcase__wrapper {
    width: 100%;
    margin: 12vw auto 0;
    padding-bottom: 11.467vw;
  }
  .swiper.plan-showcase__swiper {
    width: 100%;
  }
  /* アロー */
  .swiper-button-next.plan-arrow,
  .swiper-button-prev.plan-arrow {
    top: 56%;
    width: 26px;
    height: 31px;
  }
  .plan-pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .plan-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
}
/* ================================================

-

================================================ */
.plan-sc.-roomtour {
  padding: 92px 0 115px;
  background-image: url(../images/plan/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.plan-sc.-roomtour .plan-sc__inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.plan-roomtour__ttl {
  padding-left: 20px;
  font-size: 2.9375rem;
  color: #000000;
  font-family: "adobe-garamond-pro", serif;
  position: relative;
}
.plan-roomtour__ttl span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  color: #646464;
  font-family: "TsukuMinPr6-M", serif;
}
.plan-roomtour__ttl::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #b8b298;
}

.plan-roomtour__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 46px;
  margin-top: 80px;
}

.plan-roomtour__item {
  width: 412px;
}
.plan-roomtour__item a {
  display: block;
}

.plan-roomtour__item__photo {
  text-align: center;
}
.plan-roomtour__item__photo figcaption {
  margin-top: 26px;
  font-size: 1.375rem;
  color: #000000;
  font-family: "TsukuGoPro-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-roomtour {
    padding: 18.667vw 0 22.667vw;
    background-image: url(../images/plan/bg_sp.jpg);
  }
  .plan-sc.-roomtour .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-roomtour__ttl {
    padding-left: 4vw;
    font-size: 9.0666666667vw;
  }
  .plan-roomtour__ttl span {
    margin-left: 1.333vw;
    font-size: 4vw;
  }
  .plan-roomtour__ttl::before {
    bottom: 3.467vw;
    left: 0;
    width: 2.667vw;
    height: 2.667vw;
  }
  .plan-roomtour__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
    margin-top: 16vw;
  }
  .plan-roomtour__item {
    width: 80%;
  }
  .plan-roomtour__item__photo figcaption {
    margin-top: 5.333vw;
    font-size: 4.8vw;
  }
}
/* ================================================

- FP

================================================ */
.plan-sc.-fp {
  padding: 162px 0 220px;
}

.plan-fp__block__ttl {
  padding-bottom: 16px;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.plan-fp__block__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 209px;
  height: 2px;
  background-color: #968c83;
}
.plan-fp__block__ttl span {
  font-size: 2.1875rem;
  color: #7e7f74;
  font-family: "TsukuMinPr6-M", serif;
  text-align: left;
}

.plan-fp__block__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-top: 122px;
  padding: 0 45px;
}

.plan-fp__block__list__item {
  width: 387px;
}

.plan-fp__block__list__item:not(:first-of-type) {
  margin-top: 110px;
}

.plan-fp__block__list__item.-typeB {
  margin-top: 248px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-fp {
    padding: 21.333vw 0 26.667vw;
  }
  .plan-sc.-fp .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-fp__block__ttl {
    padding-bottom: 4.267vw;
  }
  .plan-fp__block__ttl::after {
    width: 32vw;
    height: 1px;
  }
  .plan-fp__block__ttl span {
    font-size: 5.8666666667vw;
  }
  .plan-fp__block__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    margin-top: 16vw;
    padding: 0;
  }
  .plan-fp__block__list__item {
    max-width: 387px;
    width: 100%;
  }
  .plan-fp__block__list__item:not(:first-of-type) {
    margin-top: 16vw;
  }
  .plan-fp__block__list__item.-typeB {
    margin-top: 16vw;
  }
}