@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-primari: #D4C8BB;
  --cc-secondary: #635A53;
  --cc-red: #FF0000;
  --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

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

- イージング

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

- MV

================================================ */
.p-mv {
  position: relative;
}

.p-mv__catch {
  padding: 203px 0 134px;
  text-align: center;
  background-color: var(--cc-primari);
  background-color: #D4C8BB;
}

.p-mv__catch__txt {
  font-size: 2.8125rem;
  letter-spacing: 0.14em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-secondary);
}

.p-mv__space {
  padding: 31px 0 34px;
  background-color: #FFFFFF;
}

.p-mv__lead {
  max-width: 1079px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-mv__catch {
    padding: 50px 0 50px;
  }
  .p-mv__catch__txt {
    font-size: 5.3333333333vw;
    letter-spacing: 0.14em;
  }
  .p-mv__space {
    padding: 31px 0 34px;
  }
  .p-mv__lead {
    width: 272px;
  }
}
/* ================================================

-

================================================ */
.p-sc__ttl span {
  display: block;
  text-align: center;
}
.p-sc__ttl span.-en {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-secondary);
}
.p-sc__ttl span.-jp {
  font-size: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  color: var(--cc-secondary);
}

.p-sc__bigTtl {
  font-size: 5.625rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-secondary);
  text-align: center;
}
.p-sc__bigTtl small {
  font-size: 3.9375rem;
}

.p-sc__head.-plan {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
.p-sc__head.-equipment span.-jp {
  font-size: 1.6875rem;
}

.p-sc__head.-outline .p-sc__ttl {
  margin-top: 70px;
}
.p-sc__head.-outline span.-jp {
  font-size: 1.6875rem;
}

.p-sc__head.-outline .p-sc__bigTtl,
.p-sc__head.-gallery .p-sc__bigTtl {
  color: #FFFFFF;
}

.p-sc {
  position: relative;
  z-index: 1;
}
.p-sc .p-sc__inner {
  position: relative;
  z-index: 2;
}

#outline,
#gallery,
#equipment,
#plan,
#access,
#location,
#design {
  padding-top: 101px;
  margin-top: -101px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc__ttl span.-en {
    margin-bottom: 10px;
    font-size: 5.3333333333vw;
  }
  .p-sc__ttl span.-jp {
    font-size: 8vw;
  }
  .p-sc__bigTtl {
    font-size: 11.2vw;
  }
  .p-sc__bigTtl small {
    font-size: 7.6vw;
  }
  .p-sc__head.-plan {
    top: -22px;
  }
  .p-sc__head.-equipment span.-jp {
    font-size: 7.3333333333vw;
  }
  .p-sc__head.-outline .p-sc__ttl {
    margin-top: 20px;
  }
  .p-sc__head.-outline span.-jp {
    font-size: 6.6666666667vw;
  }
  #outline,
  #gallery,
  #equipment,
  #plan,
  #access,
  #location,
  #design {
    padding-top: 70px;
    margin-top: -70px;
  }
}
/* ================================================

- Plan

================================================ */
.p-sc.-plan {
  padding: 425px 0 243px;
  background-image: url(../images/page/plan_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.p-sc.-plan .p-sc__inner {
  position: static;
}

.p-plan {
  overflow-x: clip;
}

.swiper.plan-swiper {
  padding-bottom: 90px;
  overflow: visible;
}
.swiper.plan-swiper .swiper-wrapper .swiper-slide {
  width: 363px;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper.plan-swiper .swiper-wrapper .swiper-slide.-fp-h {
  width: 588px;
}
.swiper.plan-swiper .swiper-wrapper .swiper-slide.-fp-i {
  width: 498px;
}
.swiper.plan-swiper .swiper-wrapper .swiper-slide.-fp-j {
  width: 443px;
}

/* swiper
**********************/
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--cc-primari);
  border-radius: calc(infinity * 1px) !important;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--cc-secondary);
  border-radius: calc(infinity * 1px) !important;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, width 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, width 0.8s ease-in-out;
}
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet {
  margin: 0 19px !important;
}
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 127px;
  background-color: transparent !important;
}
.swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  opacity: 1;
}

@-webkit-keyframes pagenation-spread {
  0% { /* スタートの状態 */
    width: 15px;
  }
  99.9%, to { /* 終了の状態 */
    width: 100%;
    background-color: var(--cc-secondary) !important;
  }
}

@keyframes pagenation-spread {
  0% { /* スタートの状態 */
    width: 15px;
  }
  99.9%, to { /* 終了の状態 */
    width: 100%;
    background-color: var(--cc-secondary) !important;
  }
}
/* アロー */
.swiper-button-next.plan-arrow,
.swiper-button-prev.plan-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0;
  width: 22px;
  height: 22px;
  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%20data-name%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%20width%3D%228.114mm%22%20height%3D%228.114mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2023%2023%22%3E%20%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211%22%20fill%3D%22%23fff%22%20stroke%3D%22%23122d53%22%2F%3E%20%3Cpolyline%20points%3D%2213.5%207%207.5%2011.5%2013.5%2016%22%20fill%3D%22%23fff%22%20stroke%3D%22%23122d53%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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%20data-name%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%20width%3D%228.114mm%22%20height%3D%228.114mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2023%2023%22%3E%20%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211%22%20fill%3D%22%23fff%22%20stroke%3D%22%23122d53%22%2F%3E%20%3Cpolyline%20points%3D%229.5%2016%2015.5%2011.5%209.5%207%22%20fill%3D%22%23fff%22%20stroke%3D%22%23122d53%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-plan {
    padding: 80px 0 120px;
    background-image: url(../images/page/plan_bg_sp.png);
  }
  .p-plan {
    overflow-x: clip;
    translate: 5px 0;
  }
  .swiper.plan-swiper {
    padding-bottom: 40px;
  }
  /* swiper
  **********************/
  .swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
  .swiper-pagination.plan-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
/* ================================================

- Equipment

================================================ */
.p-sc.-equipment {
  padding-bottom: 233px;
}
.p-equipment {
  margin-top: 72px;
}

.p-eq__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 15px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-eq__item {
  width: calc(33.3333333333% - 10px);
  padding: 9px 5px 10px 9px;
  background-color: #8C1C0A;
}

.p-eq__item__icon {
  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;
  gap: 11px;
}
.p-eq__item__icon img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45px;
}
.p-eq__item__icon figcaption {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 45px - 10px);
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-eq__item__icon figcaption small {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-equipment {
    padding-bottom: 16vw;
  }
  .p-sc.-equipment .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-equipment__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;
    padding: 0;
  }
  .p-equipment__unit {
    padding: 0 5.333vw;
  }
  .p-equipment__summary {
    margin-top: 9.067vw;
  }
  .p-equipment__content {
    width: 100%;
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
  .p-equipment__content__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .p-equipment__content__item {
    width: calc(50% - 2vw);
  }
  .p-equipment__content__summary {
    margin-top: 4vw;
  }
  .p-equipment__content__summary dt {
    font-size: 3.2vw;
  }
  .p-equipment__content__summary dd {
    font-size: 2.6666666667vw;
  }
  .p-eq__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.533vw;
    margin-top: 9.333vw;
    padding: 0 5.333vw;
  }
  .p-eq__block {
    width: 100%;
  }
  .p-eq__ttl {
    padding-bottom: 3.467vw;
    font-size: 6.4vw;
  }
  .p-eq__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.133vw;
    margin-top: 4vw;
  }
  .p-eq__item {
    width: calc(50% - 1.0665vw);
    padding: 2.4vw 2.133vw;
  }
  .p-eq__item__icon {
    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;
    gap: 1.333vw;
  }
  .p-eq__item__icon img {
    width: 9.333vw;
  }
  .p-eq__item__icon figcaption {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(100% - 9.333vw);
    font-size: 3.2vw;
  }
  .p-eq__item__icon figcaption small {
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}