@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

span {
  font-weight: inherit;
}

address {
  font-style: normal;
}

html,
body {
  overflow-x: clip;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
html.is-fixed,
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

body {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  font-family: "Noto Serif JP", serif;
}

p, li, a, span, dt, dd, th, td {
  font-weight: 200;
}

.l-headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  padding-inline: clamp(30px, 6vw, 90px);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}
@media screen and (max-width: 1600px) {
  .l-headerInner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .l-headerInner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-inline: clamp(30px, 6vw, 90px);
  }
}

.l-header.is-fixed .l-headerInner {
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .l-header.is-fixed .l-headerInner {
    z-index: 1600;
  }
}

.l-page {
  background-color: #F3F2F0;
}

.l-page__inner {
  padding-block: clamp(120px, 20.83vw, 400px) clamp(80px, 13.02vw, 250px);
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(70px, 8.75vw, 165px);
}
@media screen and (max-width: 768px) {
  .l-page__inner {
    padding-inline: 20px;
    max-width: 600px;
  }
}

.errorPage {
  position: relative;
  margin-block: 150px;
  padding: 0 20px;
  text-align: center;
}
.errorPage__inner {
  max-width: 600px;
  margin: 0 auto;
}
.errorPage__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.errorPage__message {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.errorPage__link {
  padding: 5px 20px;
  margin: 0 auto;
}

.wpcf7-form {
  margin-top: clamp(35px, 7vw, 96px);
  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: 50px;
}

.c-formItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-formItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-formItem__head {
  width: 200px;
  padding-top: 5px;
}

.c-formItem__Label {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.05em;
}
.c-formItem__Label::before {
  content: "※";
  color: #398A85;
  margin-right: 4px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  min-width: 100%;
  border: none;
  border: 0.5px solid #767676;
  padding: 10px;
}
.wpcf7-text:hover, .wpcf7-text:focus,
.wpcf7-textarea:hover,
.wpcf7-textarea:focus {
  outline: none;
  border-color: #398A85;
}
.wpcf7-text.is-error,
.wpcf7-textarea.is-error {
  background-color: pink;
  border-color: red;
}

.wpcf7-text {
  height: 60px;
}

.wpcf7-textarea {
  height: 250px;
}

.form-checkbox {
  margin-top: 20px;
}
.form-checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}
.form-checkbox a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.form-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1a1a1a;
}
.form-checkbox .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
.form-checkbox .wpcf7-list-item-label::before,
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #1a1a1a;
  background: #FFF;
  left: 0;
}
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 8px;
  height: 16px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: calc(50% - 8px);
}

.c-formButton {
  margin-top: 40px;
}

.wpcf7-submit {
  font-weight: 200;
  padding: 13px 40px;
  cursor: pointer;
  background-color: #767676;
  color: #FFF;
  border: none;
}

.c-fv {
  height: 100svh;
  position: relative;
  opacity: 0;
  -webkit-animation: fvFadeIn 1.8s ease 0.2s forwards;
          animation: fvFadeIn 1.8s ease 0.2s forwards;
}
.c-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-fv--villa1 {
  background: url("../images/250614_0010.webp") no-repeat center bottom/cover;
}
.c-fv--villa2 {
  background: url("../images/250630_0065.webp") no-repeat center bottom/cover;
}
.c-fv--base3 {
  background: url("../images/250630_0136.webp") no-repeat center bottom/cover;
}
.c-fv--facility {
  background: url("../images/250630_0002.webp") no-repeat center bottom/cover;
}
.c-fv--meal {
  background: url("../images/breakfast1.webp") no-repeat center bottom/cover;
}
.c-fv--access {
  background: url("../images/250630_0123.webp") no-repeat left 12% bottom/cover;
}
.c-fv--interior {
  background: url("../images/250614_0078.webp") no-repeat center bottom/cover;
}

@-webkit-keyframes fvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-fv__textWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.c-fv__title {
  font-size: 72px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  letter-spacing: 0.063em;
}
.c-fv__title span {
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .c-fv__title {
    font-size: clamp(36px, 7vw, 72px);
  }
}

.c-fv__subTitle {
  margin-top: 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-align: center;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.c-grid .div1 {
  grid-area: 1/1/2/2;
}
.c-grid .div2 {
  grid-area: 2/1/3/2;
}
.c-grid .div3 {
  grid-area: 3/1/4/2;
}
.c-grid .div4 {
  grid-area: 1/2/3/3;
}
.c-grid .div5 {
  grid-area: 3/2/4/3;
}
.c-grid .div6 {
  grid-area: 1/3/2/4;
}
.c-grid .div7 {
  grid-area: 1/4/2/5;
}
.c-grid .div8 {
  grid-area: 1/5/2/6;
}
.c-grid .div9 {
  grid-area: 2/3/4/5;
}
.c-grid .div10 {
  grid-area: 2/5/4/6;
}
.c-grid img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid .div1 {
    grid-area: 1/1/2/2;
  }
  .c-grid .div2 {
    grid-area: 2/1/3/2;
  }
  .c-grid .div3 {
    grid-area: 3/1/4/2;
  }
  .c-grid .div4 {
    grid-area: 1/2/3/3;
  }
  .c-grid .div5 {
    grid-area: 3/2/4/3;
  }
  .c-grid .div6 {
    grid-area: 1/3/2/4;
  }
  .c-grid .div9 {
    grid-area: 2/3/4/4;
  }
  .c-grid .div7,
  .c-grid .div8,
  .c-grid .div10 {
    display: none;
  }
}

@-webkit-keyframes lineDown {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

@keyframes lineDown {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.c-pageTitle {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-pageTitle .c-pageTitle__title {
  font-family: "Cinzel", serif;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-pageTitle .c-pageTitle__subTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 22px;
}

.c-topSectionLayout {
  position: relative;
  z-index: 10;
}
.c-topSectionLayout h3 {
  margin-top: 63px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-topSectionLayout p {
  margin-top: 45px;
  line-height: 3;
  font-weight: 200;
}
.c-topSectionLayout a {
  margin-top: clamp(50px, 10vw, 115px);
}
.c-topSectionLayout .c-sectionTitle {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-topSectionLayout .c-sectionTitle .c-sectionTitle__title {
  font-family: "Cinzel", serif;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-topSectionLayout .c-sectionTitle .c-sectionTitle__subTitle {
  margin-top: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 22px;
  line-height: normal;
}

.p-scrollHint {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-scrollHint::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-scrollHint::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: -77px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-scrollHint {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-scrollHint {
    display: block;
  }
}
.p-scrollHint--location {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
}

.c-swiper--auto {
  width: 100%;
  overflow: hidden;
}
.c-swiper--auto .c-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-swiper--auto .c-swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-swiper--auto .c-swiper__slide {
  width: calc(50% - 15px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 900/600;
}
.c-swiper--auto .c-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-swiper--autoMany {
  width: 100%;
  overflow: hidden;
}
.c-swiper--autoMany .c-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-swiper--autoMany .c-swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-swiper--autoMany .c-swiper__slide {
  width: calc(30% - 15px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .c-swiper--autoMany .c-swiper__slide {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .c-swiper--autoMany .c-swiper__slide {
    width: calc(70% - 15px);
  }
}
.c-swiper--autoMany .c-swiper__slide .img {
  aspect-ratio: 1.2/1;
}
.c-swiper--autoMany .c-swiper__slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-swiper--autoMany .c-swiper__slide p {
  margin-top: clamp(15px, 4vw, 35px);
  line-height: 2.5;
  font-weight: 200;
  letter-spacing: 0.03em;
}

.c-swiper--auto1 {
  width: 100%;
  max-width: 600px;
}
.c-swiper--auto1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .c-swiper--auto1 {
    max-width: 92vw;
  }
}
.c-swiper--auto1 .c-swiper__slide {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-swiper--auto1 .c-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-swiper--auto1 .c-swiper__pagination.swiper-pagination {
  position: static;
  margin-top: 16px;
  line-height: 1;
  text-align: center;
}
.c-swiper--auto1 .c-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background: #fff;
}
.c-swiper--auto1 .c-swiper__pagination .swiper-pagination-bullet-active {
  background: #000;
}

.c-swiper--villa {
  width: 100%;
  overflow: hidden;
}

.c-swiper--villa .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

.c-swiper--villa .swiper-slide {
  overflow: hidden;
}

.c-swiper--villa .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-swiper--mt {
  position: relative;
  padding-bottom: 72px;
  /* ボタン分の逃がし */
}
@media screen and (max-width: 768px) {
  .c-swiper--mt {
    padding-bottom: 50px;
  }
}
.c-swiper--mt .c-swiper__slide {
  aspect-ratio: 4/3;
  overflow: hidden; /* はみ出た部分を隠す */
}
.c-swiper--mt .c-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-swiper--mt .swiper-button-prev,
.c-swiper--mt .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

.c-swiper--mt .swiper-button-prev::after,
.c-swiper--mt .swiper-button-next::after {
  font-weight: 700;
}

.c-swiper--mt .swiper-button-prev {
  left: 180px;
}
@media screen and (max-width: 1300px) {
  .c-swiper--mt .swiper-button-prev {
    left: calc(50% - 50px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-swiper--mt .swiper-button-next {
  left: 270px;
}
@media screen and (max-width: 1300px) {
  .c-swiper--mt .swiper-button-next {
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.swiper-button-prev svg.swiper-navigation-icon,
.swiper-button-next svg.swiper-navigation-icon {
  width: 8px !important;
  height: 14px !important;
}

.c-drawerButton {
  width: 75px;
  height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-drawerButton--header {
  display: none;
}
@media screen and (max-width: 1300px) {
  .c-drawerButton--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-drawerButton__bar {
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.c-drawerButton__text {
  margin-top: -10px;
  position: relative;
  display: block;
}
.c-drawerButton.is-checked .c-drawerButton__bar:nth-of-type(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-color: #000;
}
.c-drawerButton.is-checked .c-drawerButton__bar:nth-of-type(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background-color: #000;
}

.c-drawerNav {
  position: fixed;
  inset: 0;
  z-index: 1500;
  height: 100dvh;
  overflow-y: auto;
  background: #E0DFD9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s linear, visibility 0s linear 0.25s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.25s linear, visibility 0s linear 0.25s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.25s;
  transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.25s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.c-drawerNav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s linear, visibility 0s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.25s linear, visibility 0s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s;
  transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s, -webkit-transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.c-drawerNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 12%;
  padding-block: clamp(100px, 22vh, 280px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(100px, 10vw, 190px);
}
@media screen and (max-width: 768px) {
  .c-drawerNav__inner {
    min-height: 100%;
    height: 100%;
    -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;
    padding-block: 120px 0px;
    padding-inline: clamp(38px, 8vw, 90px);
    gap: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.c-drawerNav__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 4vw, 60px);
}
.c-drawerNav__imgWrap p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.1vw, 36px);
  font-weight: 400;
  color: #3A3A3A;
}
@media screen and (max-width: 768px) {
  .c-drawerNav__imgWrap p {
    font-size: clamp(14px, 3.3vw, 36px);
  }
}
.c-drawerNav__imgWrap .img {
  max-width: 900px;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-drawerNav__imgWrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-drawerNav__imgWrap .img.is-menu-open img {
  -webkit-animation: imgZoomLoop 8s ease-in-out infinite alternate;
          animation: imgZoomLoop 8s ease-in-out infinite alternate;
}
@-webkit-keyframes imgZoomLoop {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes imgZoomLoop {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media screen and (max-width: 768px) {
  .c-drawerNav__navWrap {
    padding-block: 20px;
  }
}
.c-drawerNav__logo {
  display: block;
  margin-bottom: clamp(0px, 3vw, 35px);
  max-width: clamp(145px, 40vw, 300px);
  margin-left: -13px;
}
@media screen and (max-width: 1300px) {
  .c-drawerNav__logo {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .c-drawerNav__logo {
    margin-left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .c-drawerNav__logo {
    margin-left: -10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-drawerNav__logo {
    max-width: clamp(145px, 32vw, 200px);
    margin-left: -1.3vw;
  }
}
.c-drawerNav__logo img {
  width: 100%;
}
.c-drawerNav__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-drawerNav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
  }
}
@media screen and (max-width: 600px) {
  .c-drawerNav__list {
    gap: 25px;
  }
}
.c-drawerNav__item {
  width: 100%;
  font-size: clamp(14px, 2.8vw, 18px);
}
.c-drawerNav__item a {
  display: block;
  text-decoration: none;
  color: #3A3A3A;
  font-weight: 200;
  letter-spacing: 0.12em;
}
.c-drawerNav__item--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-drawerNav__item--sns img {
  width: 35px;
}
@media screen and (max-width: 600px) {
  .c-drawerNav__item--sns img {
    width: 25px;
  }
}

.c-globalNav__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1600px) {
  .c-globalNav__navWrap {
    gap: 15px;
  }
}

.c-globalNav {
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .c-globalNav {
    display: none;
  }
}
.c-globalNav__logo {
  display: block;
  width: clamp(150px, 18vw, 300px);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-globalNav__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1300px) {
  .c-globalNav__logo {
    display: none;
  }
}
.c-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 1.8vw, 35px);
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1600px) {
  .c-globalNav__list {
    gap: 15px;
  }
}
.c-globalNav__item {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}
@media (any-hover: hover) {
  .c-globalNav__item:hover {
    opacity: 0.7;
  }
}
.c-globalNav__item--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1vw, 20px);
}
.c-globalNav__item--sns img {
  width: 20px;
}
.c-globalNav.is-dark .c-globalNav__item {
  color: #000;
}

.c-subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 200;
}
.c-subNav.is-dark {
  color: #000;
}
.c-subNav.is-dark .c-drawerButton__bar {
  background-color: #000;
}
.c-subNav .c-subNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-subNav .c-subNav__list li:first-child::after {
  content: "|";
  padding-inline: 10px;
}
.c-subNav .c-subNav__list.is-open {
  color: #3a3a3a !important;
}

.dropdown {
  position: fixed;
  top: 0;
  padding-top: calc(60px + env(safe-area-inset-top));
  right: clamp(30px, 6vw, 90px);
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media screen and (max-width: 1600px) {
  .dropdown {
    right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .dropdown {
    right: clamp(30px, 6vw, 90px);
  }
}

.dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown.is-force-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-access {
  background-color: #F3F2F0;
  padding-block: clamp(100px, 12vw, 185px) clamp(120px, 20vw, 340px);
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding-inline: 20px;
  }
}

.p-access__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(20px, 1.6vw, 24px);
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 1100px) {
  .p-access__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__text {
    font-size: clamp(14px, 3vw, 22px);
  }
}
@media screen and (max-width: 600px) {
  .p-access__text {
    margin-inline: -5px;
  }
}

.p-access__map {
  max-width: 1350px;
  margin-top: clamp(40px, 10vw, 150px);
  margin-inline: auto;
  height: clamp(400px, 50vw, 750px);
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-access__overview {
  max-width: 1350px;
  margin-top: 120px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 7.81vw, 150px);
}
@media screen and (max-width: 768px) {
  .p-access__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 70px;
  }
}
.p-access__overview .img {
  width: 45%;
  max-width: 570px;
  min-width: 570px;
  aspect-ratio: 570/480;
}
.p-access__overview .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .p-access__overview .img {
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-access__overview .img {
    width: 100%;
  }
}
.p-access__overview .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.24vw, 43px);
}
.p-access__overview .table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .p-access__overview .table div {
    gap: 10px;
  }
}
.p-access__overview .table dt {
  width: 23%;
  min-width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-access__overview .table dt {
    min-width: 110px;
  }
}
.p-access__overview .table dd {
  width: calc(100% + 220px);
  margin-right: -220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .p-access__overview .table dd {
    width: 100%;
    margin-right: 0;
  }
}

.p-location {
  background: url(../images/location.webp) no-repeat center center/cover;
  padding-block: clamp(60px, 10vw, 150px) clamp(100px, 16vw, 250px);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .p-location {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-location {
    background: none;
    padding-block: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .p-location__scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    display: grid;
  }
}
@media screen and (max-width: 1100px) {
  .p-location__scroll::before {
    content: "";
    grid-area: 1/1;
    display: block;
    width: max(1400px, 180vw);
    min-height: 100%;
    background: url(../images/location-sp.webp) no-repeat center center/cover;
    z-index: 0;
  }
}

.p-location__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: clamp(24px, 7.81vw, 150px) clamp(20px, 5.21vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .p-location__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-location__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 200px;
    padding-inline: 20px;
    grid-area: 1/1;
    width: 100vw;
    min-width: 100vw;
    margin: 0;
    padding-block: clamp(60px, 10vw, 150px) clamp(150px, 16vw, 250px);
    padding-inline: 20px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.p-access__titleWrap {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-access__titleWrap {
    min-width: 400px;
  }
}
.p-access__titleWrap .p-access__title {
  font-family: "Cinzel", serif;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 400;
  letter-spacing: 0.07em;
}
.p-access__titleWrap .p-access__subTitle {
  margin-top: 23px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.p-location__textWrap {
  margin-top: 50px;
  color: #FFF;
}
.p-location__textWrap h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 36px);
  letter-spacing: 0.03em;
}
.p-location__textWrap .text {
  margin-top: clamp(25px, 3.5vw, 45px);
  line-height: 2.5;
  padding-bottom: 50px;
}
.p-location__textWrap .access {
  border-top: 1px solid #FFF;
  line-height: 2.5;
  font-size: 18px;
  padding-block: 45px 50px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  max-width: 600px;
}

.p-sights {
  margin-block: clamp(90px, 16vw, 250px);
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(24px, 7.81vw, 150px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 3.65vw, 70px);
}
@media screen and (max-width: 1300px) {
  .p-sights {
    display: block;
    padding-inline: 0;
  }
}
.p-sights .c-swiper--mt {
  margin-top: 45px;
  margin-bottom: -65px;
}
@media screen and (max-width: 1300px) {
  .p-sights .c-swiper--mt {
    margin-block: 0px;
  }
}

.p-sights__textWrap {
  min-width: 500px;
  max-width: 550px;
}
@media screen and (max-width: 1300px) {
  .p-sights__textWrap {
    padding-inline: 50px;
    max-width: 820px;
    margin-bottom: clamp(50px, 10vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-sights__textWrap {
    padding-inline: 20px;
    min-width: 0;
  }
}
.p-sights__textWrap .p-access__titleWrap {
  color: #000;
}
.p-sights__textWrap .p-sights__textHead {
  margin-top: clamp(40px, 8vw, 70px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
}
.p-sights__textWrap .p-sights__text {
  margin-top: clamp(25px, 4vw, 45px);
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 100px;
  }
}

.p-contact__inner {
  max-width: 800px;
  margin-inline: auto;
}

.p-contact__text {
  margin-top: clamp(60px, 15vw, 250px);
  font-weight: 200;
  line-height: 2.5;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #767676;
}
.p-contact__text .blue {
  color: #398A85;
}
.p-contact__text .policy {
  color: #398A85;
}

.p-facilityImg {
  position: relative;
  width: 100%;
  height: clamp(1300px, 125vw, 2000px);
  padding-block: clamp(120px, 15vw, 265px) 60px;
}
@media screen and (max-width: 1300px) {
  .p-facilityImg {
    height: auto;
    padding-bottom: clamp(120px, 18vw, 200px);
    padding-inline: 20px;
  }
}

.p-facilityImg__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.p-facilityImg__top .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__top .img {
    max-width: 800px;
  }
}
.p-facilityImg__top .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: clamp(20px, 8.07vw, 155px);
  max-width: 50%;
  width: 100%;
}
.p-facilityImg__top .text h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(22px, 4vw, 24px);
  font-weight: 500;
  line-height: 2;
}
.p-facilityImg__top .text p {
  margin-top: 45px;
  letter-spacing: 0.04em;
  line-height: 3;
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__top .text {
    padding-left: 0;
    max-width: 580px;
  }
}

.p-facilityImg__item {
  position: absolute;
}
.p-facilityImg__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facilityImg__item--1 {
  top: 60%;
  right: 6%;
  width: 35%;
  max-width: 625px;
  aspect-ratio: 625/450;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-facilityImg__item--2 {
  top: 60%;
  left: 11%;
  width: 27%;
  max-width: 580px;
  aspect-ratio: 550/600;
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__item {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-inline: auto;
    max-width: 800px;
    width: 100%;
    aspect-ratio: 800/533;
    margin-top: clamp(60px, 10vw, 100px);
  }
}

.p-facilityImg__textWrap {
  margin-top: clamp(30px, 5vw, 45px);
  width: 320px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .p-facilityImg__textWrap {
    width: 370px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__textWrap {
    width: 320px;
    padding-left: 0px;
  }
}
.p-facilityImg__textWrap h3 {
  font-size: clamp(22px, 4vw, 24px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.p-facilityImg__textWrap p {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .p-facilityImg__textWrap p {
    margin-top: 10px;
  }
}
.p-facilityImg__textWrap::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -30px;
  width: 1px;
  height: 120px;
  background-color: #000;
  z-index: 1;
  -webkit-animation: lineDown 2s ease-in-out infinite;
          animation: lineDown 2s ease-in-out infinite;
}
@media screen and (max-width: 1600px) {
  .p-facilityImg__textWrap::before {
    left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__textWrap::before {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-facilityImg__textWrap::before {
    top: clamp(-40px, -32px + (100vw - 450px) * -0.0252365931, -32px);
  }
}
.p-facilityImg__textWrap::after {
  content: "";
  position: absolute;
  top: -125px;
  left: -30px;
  width: 1px;
  height: 120px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .p-facilityImg__textWrap::after {
    left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .p-facilityImg__textWrap::after {
    left: -30px;
  }
}

.p-stay {
  padding-block: clamp(100px, 12vw, 185px) clamp(140px, 17vw, 270px);
  background-color: #F3F2F0;
}

.p-stay__inner {
  max-width: 1790px;
  padding-inline: clamp(30px, 7vw, 100px);
  margin-inline: auto;
  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;
}
@media screen and (max-width: 600px) {
  .p-stay__inner {
    padding-inline: 20px;
  }
}

.p-stay__textWrap {
  width: 100%;
  max-width: 680px;
}
.p-stay__textWrap h2 {
  font-weight: 500;
  font-size: clamp(30px, 5vw, 36px);
  font-family: "Shippori Mincho", serif;
}
.p-stay__textWrap h3 {
  font-weight: 500;
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Shippori Mincho", serif;
}
.p-stay__textWrap p {
  margin-top: clamp(30px, 4vw, 42px);
  line-height: 3;
}
.p-stay__textWrap ul {
  margin-top: clamp(35px, 4.5vw, 52px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  padding-left: 30px;
}
.p-stay__textWrap ul li {
  position: relative;
}
.p-stay__textWrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 20px;
  background: url(../images/list-logo.webp) no-repeat center center/contain;
}

.p-stay__main {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: clamp(100px, 12vw, 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(60px, 6vw, 100px);
}
@media screen and (max-width: 1300px) {
  .p-stay__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-stay__main--reverse {
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
  .p-stay__main--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding-bottom: 100px;
  }
}

.p-faq__textWrap {
  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;
  text-align: center;
  margin-top: clamp(80px, 10vw, 115px);
}
.p-faq__textWrap .p-faq__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-faq__textWrap .p-faq__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.p-faq__columns {
  max-width: 1460px;
  margin-top: clamp(100px, 15vw, 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(28px, 5.73vw, 110px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-faq__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 120px;
  }
}

.p-faq__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-faq__sidebar .p-faq__sidebarTitle {
  font-size: clamp(26px, 5vw, 36px);
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .p-faq__sidebar .p-faq__sidebarTitle {
    text-align: center;
  }
}
.p-faq__sidebar .p-faq__sidebarList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
.p-faq__sidebar .p-faq__sidebarList a {
  display: block;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq__sidebar .p-faq__sidebarList a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .p-faq__sidebar .p-faq__sidebarList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 45px);
  }
}
@media screen and (max-width: 600px) {
  .p-faq__sidebar .p-faq__sidebarList {
    grid-template-columns: 1fr;
  }
}

.p-faq__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(80px, 12vw, 150px);
}
.p-faq__main .p-faq__categoryTitle {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding-bottom: 40px;
  border-bottom: 1px solid #989898;
  text-align: center;
}
.p-faq__main .p-faq__list {
  max-width: 1050px;
  width: 100%;
}
.p-faq__main .p-faq__item {
  border-bottom: 1px solid #989898;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.p-faq__main .p-faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 35px 45px 35px 25px;
  text-align: left;
  cursor: pointer;
}
.p-faq__main .p-faq__questionText,
.p-faq__main .p-faq__answerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.p-faq__main .p-faq__label {
  display: inline-block;
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .p-faq__main .p-faq__label {
    width: 40px;
    font-size: 24px;
  }
}
.p-faq__main .p-faq__label--answer {
  -ms-flex-item-align: start;
      align-self: start;
  color: #398A85;
}
.p-faq__main .p-faq__toggleBtn {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__main .p-faq__toggleBtn::before,
.p-faq__main .p-faq__toggleBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #989898;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-faq__main .p-faq__toggleBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__main .p-faq__item.is-open .p-faq__toggleBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.p-faq__main .p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}
.p-faq__main .p-faq__item.is-open .p-faq__answer {
  grid-template-rows: 1fr;
}
.p-faq__main .p-faq__answerInner {
  overflow: hidden;
}
.p-faq__main .p-faq__answerText {
  padding: 0 25px 35px;
}
.p-faq__main .p-faq__answerText div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-footerReservation {
  position: relative;
}
.p-footerReservation::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  width: 1px;
  height: 90px;
  margin-left: -0.5px;
  background-color: #000;
  z-index: 100;
  -webkit-animation: lineDown 2s ease infinite;
          animation: lineDown 2s ease infinite;
}
.p-footerReservation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  margin-left: -0.5px;
  background-color: #fff;
  z-index: 100;
}
.p-footerReservation__inner {
  position: relative;
  height: clamp(320px, 35vw, 500px);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-footerReservation__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (any-hover: hover) {
  .p-footerReservation__inner:hover {
    opacity: 0.8;
  }
}
.p-footerReservation__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.p-footerReservation__title {
  position: relative;
  z-index: 2;
  font-size: clamp(36px, 6vw, 54px);
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-footerReservation__text {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.01em;
  line-height: 2.5;
  text-align: center;
}

.p-footer {
  background-color: #DCDBD4;
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-block: 40px;
    padding-inline: 30px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}

.p-footerMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-footerMain {
    gap: 0;
  }
}

.p-footer__logo {
  max-width: 270px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: -8px;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__logo {
    max-width: 210px;
  }
}

.p-footerMain__contents {
  line-height: 2.5;
  font-size: 14px;
}
.p-footerMain__contents .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.p-footerMain__contents .map::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/map-logo.webp) no-repeat center/contain;
  margin-right: 5px;
}

.p-footer__copyright {
  color: #4D4D4D;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 40px;
    width: 100%;
  }
}

.p-footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: clamp(360px, 40vw, 600px);
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .p-footerLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    max-width: 270px;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: clamp(260px, 25vw, 400px);
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav ul {
    gap: 25px;
  }
}
.p-footer__nav li {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__nav li:not(.notHover):hover {
    opacity: 0.7;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    display: none;
  }
}

.p-footer__snsIcon {
  width: 28px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__snsIcon:hover {
    opacity: 0.7;
  }
}

.p-interiorTop {
  padding-block: clamp(100px, 18vw, 220px);
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  .p-interiorTop {
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}

.p-interiorTop__textWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-interior__title {
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: clamp(30px, 4vw, 45px);
  line-height: 2;
}

.p-interior__text {
  line-height: 2.5;
}
.p-interior__text--mw575 {
  max-width: 575px;
}
.p-interior__text--mw760 {
  max-width: 760px;
}

.p-interiorMid {
  background-color: #F3F2F0;
  padding-bottom: 600px;
}
@media screen and (max-width: 1300px) {
  .p-interiorMid {
    padding-bottom: clamp(200px, 40vw, 400px);
  }
}

.p-interiorMid__top {
  max-width: 1920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 12vw, 210px);
  margin-bottom: clamp(60px, 12vw, 190px);
}
@media screen and (max-width: 1300px) {
  .p-interiorMid__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(50px, 10vw, 110px);
  }
}
.p-interiorMid__top .img {
  max-width: 650px;
  aspect-ratio: 650/700;
}
@media screen and (max-width: 1300px) {
  .p-interiorMid__top .img {
    -ms-flex-item-align: start;
        align-self: start;
    max-width: 70%;
    aspect-ratio: 5/3;
  }
}
.p-interiorMid__top .textWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .p-interiorMid__top .textWrap {
    padding-inline: 20px;
    max-width: 650px;
    margin-inline: auto;
  }
}
.p-interiorMid__top .textWrap .img {
  margin-top: clamp(40px, 6vw, 77px);
  max-width: 500px;
  aspect-ratio: 500/333;
}
@media screen and (max-width: 1300px) {
  .p-interiorMid__top .textWrap .img {
    max-width: 100%;
  }
}
.p-interiorMid__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interiorBtm {
  margin-top: -380px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1300px) {
  .p-interiorBtm {
    margin-top: -180px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 600px) {
  .p-interiorBtm {
    margin-top: -130px;
    margin-bottom: 100px;
  }
}

.p-interiorBtm__top {
  max-width: 1920px;
  padding-inline: 165px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: clamp(60px, 18.28vw, 351px);
  margin-bottom: clamp(60px, 12vw, 190px);
}
@media screen and (max-width: 1600px) {
  .p-interiorBtm__top {
    gap: clamp(60px, 9.5vw, 150px);
  }
}
@media screen and (max-width: 1300px) {
  .p-interiorBtm__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-interiorBtm__top {
    padding-inline: 20px;
  }
}
.p-interiorBtm__top .img-top {
  max-width: 413px;
  aspect-ratio: 413/620;
}
@media screen and (max-width: 1300px) {
  .p-interiorBtm__top .img-top {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 30%;
    min-width: 230px;
  }
}
@media screen and (max-width: 600px) {
  .p-interiorBtm__top .img-top {
    min-width: 0;
    max-width: 100%;
    width: 40%;
  }
}
.p-interiorBtm__top .textWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .p-interiorBtm__top .textWrap {
    padding-inline: 20px;
    max-width: 650px;
    margin-inline: auto;
  }
}
.p-interiorBtm__top .textWrap .img {
  margin-top: clamp(40px, 6vw, 77px);
  max-width: 500px;
  aspect-ratio: 500/333;
}
@media screen and (max-width: 1300px) {
  .p-interiorBtm__top .textWrap .img {
    max-width: 100%;
  }
}
.p-interiorBtm__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interiorBtm__btm {
  max-width: 1920px;
  margin-inline: auto;
}

.p-interiorBtm__inner {
  padding-inline: 165px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .p-interiorBtm__inner {
    padding-inline: clamp(20px, 2.6vw, 50px);
  }
}
.p-interiorBtm__inner .img {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1100px) {
  .p-interiorBtm__inner .img {
    max-width: 100%;
  }
}
.p-interiorBtm__inner .p-interiorBtm__textWrap {
  margin-top: clamp(70px, 8vw, 120px);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-interiorBtm__inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-meal {
  position: relative;
  margin-top: clamp(110px, 17vw, 256px);
  padding-bottom: 600px;
  padding-inline: 50px;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .p-meal {
    padding-bottom: 0;
    padding-inline: 20px;
  }
}

.p-meal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 4.17vw, 80px);
}
@media screen and (max-width: 1100px) {
  .p-meal__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(50px, 10vw, 80px);
  }
}
.p-meal__top .img {
  width: 34vw;
  max-width: 650px;
  aspect-ratio: 650/500;
}
@media screen and (max-width: 1100px) {
  .p-meal__top .img {
    max-width: 800px;
    width: 100%;
  }
}
.p-meal__top .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-meal__textWrap {
  max-width: 475px;
}
.p-meal__textWrap h2,
.p-meal__textWrap h3 {
  font-weight: 500;
  font-size: clamp(20px, 4vw, 24px);
  font-family: "Shippori Mincho", serif;
}
.p-meal__textWrap p {
  margin-top: clamp(20px, 6vw, 45px);
  line-height: 3;
}

.p-meal__img {
  position: absolute;
}
.p-meal__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-meal__img--rightTop {
  top: 23%;
  right: 3%;
  width: 16vw;
  max-width: 300px;
  aspect-ratio: 300/400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .p-meal__img--rightTop {
    top: 50%;
  }
}
.p-meal__img--rightBottom {
  top: 60%;
  right: 3%;
  width: 29vw;
  max-width: 550px;
  aspect-ratio: 550/380;
}
@media screen and (max-width: 1300px) {
  .p-meal__img--rightBottom {
    top: 70%;
    right: 10%;
  }
}
.p-meal__img--left {
  top: 60%;
  left: 50px;
  width: 16vw;
  max-width: 310px;
  aspect-ratio: 300/350;
}
.p-meal__img--center {
  top: 42%;
  left: 34%;
  width: 22vw;
  max-width: 420px;
  aspect-ratio: 420/300;
}
@media screen and (max-width: 1100px) {
  .p-meal__img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-inline: auto;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 800/533;
  }
}

@media screen and (max-width: 1100px) {
  .p-meal__imgWrap {
    margin-top: clamp(80px, 10vw, 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 800px;
    margin-inline: auto;
  }
}

.p-mealSlider {
  margin-top: clamp(80px, 8vw, 120px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-mealSlider {
    text-align: left;
  }
}
.p-mealSlider--end {
  margin-bottom: clamp(120px, 16vw, 250px);
}
.p-mealSlider .p-meal__textWrap {
  padding-inline: 20px;
  max-width: none;
}
.p-mealSlider .p-meal__textWrap h3 {
  text-align: center;
}
.p-mealSlider .c-swiper--auto {
  margin-top: clamp(40px, 8vw, 125px);
}

.p-policy__main {
  margin-top: clamp(80px, 12vw, 181px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-policy__main {
    margin-bottom: 50px;
  }
}

.p-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}
.p-policy__item h2 {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.03em;
}
.p-policy__item p {
  line-height: 2;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.03em;
}

.p-fv {
  position: relative;
  min-height: 200vh;
  z-index: 1;
}

.p-fv__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.p-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}

.p-fv__bgVideo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  /* 背景動画の上に重ねる */
  color: #fff;
}

.p-fv__inner > * {
  min-height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-fv__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: clamp(60px, 10vw, 200px);
  display: block;
  z-index: 3;
  pointer-events: none;
}

.p-fvTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 560px;
  margin-inline: auto;
}
.p-fvTop .text {
  margin-top: 60px;
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 200;
}

.p-fvTitle .title {
  font-weight: 400;
  font-size: clamp(40px, 10vw, 72px);
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
}
.p-fvTitle .subtitle {
  margin-top: clamp(25px, 5vw, 40px);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: normal;
}

.p-fvConcept {
  max-width: 1000px;
  margin-inline: auto;
}
.p-fvConcept p {
  margin-top: clamp(40px, 8vw, 60px);
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 200;
}

.p-fvStay {
  padding-bottom: clamp(750px, 80vw, 1500px);
  max-width: 1300px;
  margin-inline: auto;
  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: clamp(50px, 11vw, 82px);
}
.p-fvStay .title {
  text-align: center;
}
.p-fvStay .p-fvStay__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .p-fvStay .p-fvStay__boxes {
    gap: 100px;
  }
}
.p-fvStay .p-fvStay__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
  .p-fvStay .p-fvStay__item {
    gap: clamp(35px, 7vw, 50px);
  }
}
@media screen and (max-width: 1100px) {
  .p-fvStay .p-fvStay__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-fvStay .p-fvStay__item:nth-child(2), .p-fvStay .p-fvStay__item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1100px) {
  .p-fvStay .p-fvStay__item:nth-child(2), .p-fvStay .p-fvStay__item:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.p-fvStay .p-fvStay__item .img {
  max-width: 500px;
  aspect-ratio: 640/485;
}
.p-fvStay .p-fvStay__item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fvStay .p-fvStay__item .text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.07em;
}
.p-fvStay .p-fvStay__item .text p {
  margin-top: clamp(25px, 6vw, 45px);
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 200;
}
@media screen and (max-width: 1100px) {
  .p-fvStay .p-fvStay__item .text {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-fvStay .p-fvStay__item .text {
    max-width: 460px;
  }
}

.p-topDesign {
  margin-top: 130px;
}
.p-topDesign .p-topDesign__inner {
  text-align: center;
}
.p-topDesign .p-topDesign__inner h2 {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 4vw, 36px);
}
.p-topDesign .p-topDesign__inner p {
  padding-block: 65px 80px;
  font-weight: 200;
  line-height: 2.5;
  padding-inline: 20px;
}

.p-topRooms {
  margin-block: clamp(120px, 15vw, 180px) clamp(150px, 20vw, 260px);
}

.p-topRooms__title {
  text-align: center;
}
.p-topRooms__title h2 {
  font-weight: 400;
  font-family: "Cinzel", serif;
  font-size: clamp(40px, 10vw, 72px);
  letter-spacing: 0.06em;
}
.p-topRooms__title p {
  font-family: "Shippori Mincho", serif;
  margin-top: 26px;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 36px);
}

.p-topRooms__boxes {
  margin-top: clamp(100px, 15vw, 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(80px, 10vw, 130px);
  width: 100%;
  max-width: 1920px;
  padding-inline: clamp(50px, 11vw, 165px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-topRooms__boxes {
    padding-inline: 20px;
  }
}

.p-topRooms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5vw, 100px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
  .p-topRooms__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topRooms__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1300px) {
  .p-topRooms__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.p-topRooms__item .img {
  max-width: 800px;
  width: 42vw;
  aspect-ratio: 616/460;
}
@media screen and (max-width: 1300px) {
  .p-topRooms__item .img {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topRooms__item .img {
    width: 100%;
  }
}
.p-topRooms__item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topRooms__item .text {
  max-width: 620px;
}
.p-topRooms__item .text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-topRooms__item .text h3 {
    font-size: 22px;
  }
}
.p-topRooms__item .text div {
  margin-top: clamp(25px, 4vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 6vw, 60px);
}
.p-topRooms__item .text div p {
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 200;
}
.p-topRooms__item .text a {
  margin-top: 50px;
}

.p-top_viewmoreBtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cinzel", serif;
  font-weight: 400;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top_viewmoreBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 133%;
  height: 0.5px;
  background-color: currentColor;
}
.p-top_viewmoreBtn::after {
  content: "";
  position: absolute;
  right: -25px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: url(../images/viewmore-btn.webp) no-repeat center center/contain;
}
.p-top_viewmoreBtn--white::after {
  background: url(../images/viewmore-btn-white.webp) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-top_viewmoreBtn:hover {
    opacity: 0.7;
  }
  .p-top_viewmoreBtn:hover::after {
    opacity: 0.7;
  }
}

.p-topFacilityMeal {
  position: relative;
  padding-block: clamp(80px, 10vw, 150px) clamp(100px, 10vw, 160px);
  color: #fff;
}
.p-topFacilityMeal--facility {
  background: url(../images/250630_0002.webp) no-repeat center bottom/cover;
}
.p-topFacilityMeal--meal {
  background: url(../images/250730AwaiMeal0053.webp) no-repeat center bottom/cover;
}
.p-topFacilityMeal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.p-topFacilityMeal__inner {
  max-width: 1920px;
  padding-inline: clamp(24px, 10vw, 165px);
  margin-inline: auto;
}

.p-topFaq {
  padding-block: clamp(80px, 10vw, 150px) clamp(100px, 10vw, 160px);
  background-color: #DCDBD4;
}
.p-topFaq__inner {
  max-width: 1920px;
  padding-inline: clamp(24px, 10vw, 165px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1300px) {
  .p-topFaq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topFaq .c-topSectionLayout {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 660px;
}
.p-topFaq .imgWrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .p-topFaq .imgWrap {
    margin-top: clamp(70px, 10vw, 130px);
    height: clamp(120px, 30vw, 300px);
    width: 80%;
    margin-inline: auto;
  }
}
.p-topFaq .imgWrap .img {
  position: absolute;
}
.p-topFaq .imgWrap .img--center {
  max-width: 550px;
  width: 29vw;
  aspect-ratio: 5/4;
  left: 47%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .p-topFaq .imgWrap .img--center {
    width: 25vw;
  }
}
@media screen and (max-width: 1300px) {
  .p-topFaq .imgWrap .img--center {
    width: 40vw;
  }
}
.p-topFaq .imgWrap .img--right {
  max-width: 300px;
  width: 16vw;
  aspect-ratio: 3/4;
  right: 0;
  bottom: -10px;
}
@media screen and (max-width: 1600px) {
  .p-topFaq .imgWrap .img--right {
    width: 12vw;
    right: -5%;
  }
}
@media screen and (max-width: 1300px) {
  .p-topFaq .imgWrap .img--right {
    width: 20vw;
  }
}
.p-topFaq .imgWrap .img--left {
  max-width: 300px;
  width: 16vw;
  aspect-ratio: 3/2;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .p-topFaq .imgWrap .img--left {
    width: 12vw;
    bottom: 4%;
  }
}
@media screen and (max-width: 1300px) {
  .p-topFaq .imgWrap .img--left {
    width: 20vw;
  }
}
.p-topFaq .imgWrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-villaSlider {
  margin-block: clamp(100px, 13vw, 215px) clamp(140px, 15vw, 255px);
}

.p-villaSlider__inner {
  max-width: 650px;
  margin: 0 auto;
  padding-inline: 20px;
}

.p-villaSlider__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 24px);
  line-height: 2.5;
}

.p-villaSlider__textWrap {
  margin-top: clamp(30px, 3.5vw, 52px);
  margin-bottom: clamp(90px, 13vw, 222px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 59px;
}
.p-villaSlider__textWrap p {
  line-height: 3.5;
}

.p-villaSlider__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  overflow: visible;
}
.p-villaSlider__imgWrap .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667vw;
          flex: 0 0 41.6666666667vw;
  width: 41.6666666667vw;
  max-width: 800px;
  aspect-ratio: 800/600;
}
.p-villaSlider__imgWrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-villaRoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F1EFEC;
}

.p-villaRoom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-villaRoom__item {
    -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;
  }
}

.p-villaRoom__img {
  width: 100%;
  max-width: 57.2916666667%;
}
@media screen and (max-width: 1600px) {
  .p-villaRoom__img {
    max-width: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .p-villaRoom__img {
    max-width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .p-villaRoom__img {
    max-width: 100%;
  }
}

.p-villaRoom__text {
  width: 100%;
  max-width: 42.7083333333%;
  min-width: 700px;
  margin-block: auto;
  padding-left: clamp(20px, 6.7vw, 130px);
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .p-villaRoom__text {
    max-width: 100%;
    min-width: 0;
    margin-block: 30px 90px;
    padding-right: 20px;
  }
}
.p-villaRoom__text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
}
.p-villaRoom__text p {
  margin-top: 30px;
  line-height: 3;
}

.p-floor {
  padding-block: clamp(100px, 12vw, 180px);
}
.p-floor--villa1 {
  background-color: #0E142A;
}
.p-floor--villa2 {
  background-color: #948F8F;
}
.p-floor--base3 {
  background-color: #666;
}

.p-floor__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding-inline: 50px;
  color: #F1EFEC;
}
@media screen and (max-width: 600px) {
  .p-floor__inner {
    padding-inline: 20px;
  }
}

.p-floor__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1300px) {
  .p-floor__top {
    -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: 100px;
  }
}

.p-floorPlan {
  max-width: 450px;
}
@media screen and (max-width: 1300px) {
  .p-floorPlan {
    max-width: 600px;
  }
}

.p-floor__title {
  font-family: "Cinzel", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
  text-align: center;
}

.p-floorPlan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}

.p-floorPlan__item {
  max-width: 340px;
}
@media screen and (max-width: 1300px) {
  .p-floorPlan__item {
    max-width: 550px;
    padding-inline: 50px;
  }
}
.p-floorPlan__item.u-mt50px {
  margin-top: 50px;
}

.p-overallView {
  max-width: 800px;
  width: 100%;
}

.p-overallView__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-overallView__item {
  line-height: 3;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-overallView__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-overallView__item .p-overallView__content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-overallView__item .p-overallView__content {
    width: 100%;
    padding-left: 30px;
  }
}

.p-overallView__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}

.p-floor__bottom {
  margin-top: 120px;
}

.p-floor__tableHead {
  font-size: clamp(22px, 3vw, 24px);
  letter-spacing: 0.1em;
  text-align: center;
}

.p-villaTable {
  margin-top: 70px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .p-villaTable__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-villaTable__table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .p-villaTable__table {
    min-width: 1000px;
    max-width: 1000px;
  }
}
.p-villaTable__headCell {
  padding: 23px;
  text-align: left;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1100px) {
  .p-villaTable__headCell {
    white-space: nowrap;
  }
}
.p-villaTable__cell {
  padding: 23px;
  border-bottom: 0.5px solid currentColor;
  max-width: 350px;
  line-height: 2.5;
}
@media screen and (max-width: 1100px) {
  .p-villaTable__cell {
    white-space: nowrap;
  }
}
.p-villaTable__cell--link {
  padding: 0;
}
.p-villaTable__cell a {
  display: block;
  padding: 23px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-villaTable__cell a:hover {
    opacity: 0.7;
  }
}
.p-villaTable__bodyRow:last-child .p-villaTable__cell {
  border-bottom: none;
}

.p-villaImg {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/2000;
}

.p-villaImg__item {
  position: absolute;
}
.p-villaImg__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-villaImg__item:nth-child(1) {
  top: 9.5%;
  left: 6.25%;
  width: 44.2708%;
  aspect-ratio: 850/600;
}
.p-villaImg__item:nth-child(2) {
  top: 56%;
  right: 6.7708%;
  width: 32.5521%;
  aspect-ratio: 625/450;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-villaImg__item:nth-child(3) {
  bottom: 13%;
  left: 13.0208%;
  height: 30%;
  aspect-ratio: 550/600;
}

.u-imgRounded {
  border-radius: 8px;
}

.p-opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.p-opening__fog {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.95) 45%, rgb(255, 255, 255) 100%);
  -webkit-filter: blur(24px);
          filter: blur(24px);
  opacity: 0.9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  pointer-events: none;
}

.p-opening__text {
  position: relative;
  z-index: 1;
  color: #000;
  line-height: 2;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(24px, 4vw, 36px);
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
}

.p-opening.is-show .p-opening__text {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-opening.is-hide-text .p-opening__text {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.p-opening.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.4s ease, visibility 1.4s ease;
  transition: opacity 1.4s ease, visibility 1.4s ease;
}

.js-drawer-fade {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  will-change: transform, opacity, filter;
}

.js-drawer-fade.is-animate {
  -webkit-animation: drawerFadeIn 1.2s ease forwards;
          animation: drawerFadeIn 1.2s ease forwards;
}

@-webkit-keyframes drawerFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes drawerFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeText {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease, -webkit-filter 1.2s ease, -webkit-transform 1.2s ease;
}

.js-fadeText.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-animation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.js-animation img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}

.js-animation canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.gtranslate_wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.gtranslate_wrapper a:first-of-type::before {
  content: "/";
  margin: 0 5px;
}
.gtranslate_wrapper a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .gtranslate_wrapper a:hover {
    opacity: 0.7;
  }
}

.u-hiddenXs {
  display: none;
}
@media screen and (max-width: 400px) {
  .u-hiddenXs {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .u-hiddenSm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hiddenMd {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .u-hiddenLg {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .u-hiddenXl {
    display: none;
  }
}

.u-onlySm {
  display: none;
}
@media screen and (max-width: 400px) {
  .u-onlySm {
    display: inline-block;
  }
}

.u-onlySm {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-onlySm {
    display: inline-block;
  }
}

.u-onlyMd {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-onlyMd {
    display: inline-block;
  }
}

.u-onlyLg {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-onlyLg {
    display: inline-block;
  }
}

.u-onlyXl {
  display: none;
}
@media screen and (max-width: 1300px) {
  .u-onlyXl {
    display: inline-block;
  }
}

.u-onlyXl-hiddenSm {
  display: none;
}
@media screen and (max-width: 1300px) {
  .u-onlyXl-hiddenSm {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .u-onlyXl-hiddenSm {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */