@charset "UTF-8";
/*!
Theme Name: theorient-kobe-2026
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theorient-kobe-2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theorient-kobe-2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button {
  cursor: pointer;
}

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

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

img,
picture,
svg,
video,
iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* #Typography
----------------------------------------------------------------- */
body,
html {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #3e2d1a;
  font-size: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  body,
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px ) {
  body,
  html {
    font-size: 2.5641025641vw;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

/* #base
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}

svg {
  width: 100%;
  height: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

a {
  display: block;
  text-decoration: none;
}
a[href*="tel:"] {
  display: inline-block;
}

ul li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* ==========================================================================
 #Layout
========================================================================== */
.l-wrapper {
  width: 100dvw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-main {
  width: 100%;
  background: #ffffff;
}
.l-main__inner {
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 900px ) {
  .l-main__inner {
    padding-bottom: 7.5rem;
  }
}

/* ==========================================================================
 #Component
========================================================================== */
.c-button {
  display: -ms-grid;
  display: grid;
  width: 30rem;
  height: 5rem;
  place-content: center;
  background: #3e2d1a;
  color: #ffffff;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  border-radius: 100vmax;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-button {
    width: 28.8rem;
  }
}
.c-button:hover {
  background: #917c50;
}
.c-button svg {
  display: block;
  width: 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin-block: auto;
}
.c-button svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button--white {
  border: 1px solid #3e2d1a;
  background: #ffffff;
  color: #3e2d1a;
}
.c-button--white svg path {
  stroke: #3e2d1a;
}
.c-button--white:hover {
  border: 1px solid #917c50;
  background: #917c50;
  color: #ffffff;
}
.c-button--white:hover svg path {
  stroke: #ffffff;
}
.c-button--transparent {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.c-button--transparent svg path {
  stroke: #ffffff;
}
.c-button--transparent:hover {
  background: #ffffff;
  color: #3e2d1a;
  border-color: #3e2d1a;
}
.c-button--transparent:hover svg path {
  stroke: #3e2d1a;
}
.c-button--brownBorder {
  border: 1px solid #3e2d1a;
  background: transparent;
  color: #3e2d1a;
}
.c-button--brownBorder svg path {
  stroke: #3e2d1a;
}
.c-button--brownBorder:hover {
  background: #3e2d1a;
  color: #ffffff;
  border-color: #3e2d1a;
}
.c-button--brownBorder:hover svg path {
  stroke: #ffffff;
}

.c-buttonIcon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15.3rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  height: auto;
  margin-inline: auto;
  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;
  border-bottom: 1px solid #3e2d1a;
  color: #3e2d1a;
  font-size: 17px;
  font-size: max(10px, 1.7rem);
  line-height: 1.6470588235;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-buttonIcon {
    min-width: 12rem;
  }
}
.c-buttonIcon svg {
  width: 1.6rem;
}
.c-buttonIcon svg path {
  stroke: #3e2d1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-buttonIcon:hover {
  color: #917c50 !important;
  border-bottom-color: #917c50 !important;
}
.c-buttonIcon:hover svg path {
  stroke: #917c50 !important;
}
.c-buttonIcon--white {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.c-buttonIcon--white svg path {
  stroke: #ffffff;
}
.c-slider {
  width: 100%;
}
.c-slider__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 815/543;
  width: 81.5rem;
}
@media screen and (max-width: 900px ) {
  .c-slider__slide {
    width: 35rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-slider__slide--pcsp {
    aspect-ratio: 352/277;
  }
}
.c-slider__slide--portrait {
  aspect-ratio: 420/640;
  width: 42rem;
}
@media screen and (max-width: 900px ) {
  .c-slider__slide--portrait {
    width: 21rem;
  }
}
.c-slider__slide--small {
  aspect-ratio: 565/445;
  width: 56.5rem;
}
@media screen and (max-width: 900px ) {
  .c-slider__slide--small {
    width: 34rem;
  }
}
.c-slider__slide--fade {
  aspect-ratio: 615/460;
  width: 61.5rem;
}
@media screen and (max-width: 900px ) {
  .c-slider__slide--fade {
    width: 34rem;
  }
}
.c-slider__slide--mv {
  width: 100dvw;
  aspect-ratio: 32/17;
}
@media screen and (max-width: 900px ) {
  .c-slider__slide--mv {
    aspect-ratio: 1/1;
  }
}
.c-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__navi {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .c-slider__navi {
    width: 34rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    margin-top: 1rem;
  }
}
.c-slider__navi span {
  width: 3.6rem;
  height: auto;
  cursor: pointer;
}
.c-slider__navi span svg path {
  stroke: #3e2d1a;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-slider__navi span {
    width: 2.5rem;
  }
}
.c-slider__navi span:hover svg path {
  stroke: #917c50;
}
.c-slider .splide__pagination {
  bottom: -2rem;
  right: 0;
  left: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.c-slider .splide__pagination button {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #d5d5d5;
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-slider .splide__pagination button.is-active, .c-slider .splide__pagination button:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #979c9a;
}
.c-slider .splide__track.js-scrollEffect {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  opacity: 0;
  -webkit-transition: opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.c-slider .splide__track.js-scrollEffect.is-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.c-slider.js-sliderMv .splide__slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}
.c-slider.js-sliderMv .splide__slide.is-active img {
  -webkit-animation: mvZoom calc(var(--mv-interval, 6000ms) - var(--mv-speed, 2000ms)) linear forwards;
          animation: mvZoom calc(var(--mv-interval, 6000ms) - var(--mv-speed, 2000ms)) linear forwards;
}

@-webkit-keyframes mvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@keyframes mvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
.c-table dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979c9a;
  padding-block: 2.4rem;
}
.c-table dl:first-child {
  border-top: 1px solid #979c9a;
}
@media screen and (max-width: 900px ) {
  .c-table dl {
    padding-block: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
.c-table dt {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-table dt {
    width: 100%;
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.c-table dd {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .c-table dd {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.c-table__note {
  margin-top: 2rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7857142857;
  letter-spacing: 0em;
  font-weight: 500;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
}
@media screen and (max-width: 900px ) {
  .c-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-title--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 0.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .c-title--center {
    row-gap: 0rem;
  }
}
.c-title--center > * {
  text-align: center;
}
.c-title h1,
.c-title h2 {
  font-size: 40px;
  font-size: max(10px, 4rem);
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-title h1,
  .c-title h2 {
    font-size: 30px;
    font-size: max(10px, 3rem);
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.c-title h3 {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1.2333333333;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-title h3 {
    font-size: 23px;
    font-size: max(10px, 2.3rem);
    line-height: 1.2173913043;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
.c-title--small h1,
.c-title--small h2 {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1.2333333333;
  letter-spacing: 0.09em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-title--small h1,
  .c-title--small h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.1538461538;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.c-title p {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-linkMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #3e2d1a;
  padding-inline: 2em;
  height: 4rem;
  border-radius: 100vmax;
  background: transparent;
  color: #3e2d1a;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  border: 1px solid #3e2d1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-linkMenu:hover {
  color: #ffffff;
  background: #3e2d1a;
}
.c-linkMenu:hover svg path {
  stroke: #ffffff;
}
.c-linkMenu svg {
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-linkMenu svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-linkMenu--cam svg {
  width: 2rem;
}
@media screen and (max-width: 900px ) {
  .c-linkMenu {
    height: auto;
    padding: 1rem 2rem;
  }
}

.c-bottom {
  width: 100%;
}
.c-bottom__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .c-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-bottom__content {
  width: 50%;
  height: 57.5rem;
  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;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px ) {
  .c-bottom__content {
    width: 100%;
    height: 32.8rem;
  }
  .c-bottom__content h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.1923076923;
    letter-spacing: 0.09em;
    font-weight: 500;
  }
  .c-bottom__content p {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.2857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-bottom__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
}
.c-bottom__buttons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-bottom__buttons {
    row-gap: 1.7rem;
  }
}
.c-bottom__buttons a {
  width: 27.4rem;
  height: 6.2rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-bottom__buttons a {
    width: 18rem;
    height: 4.6rem;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-bottom__buttons a svg {
  width: 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.7rem;
}
@media screen and (max-width: 900px ) {
  .c-bottom__buttons a svg {
    width: 0.6rem;
    right: 1.7rem;
  }
}

.c-pagenavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
.c-pagenavi a,
.c-pagenavi span {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-pagenavi span {
  border-bottom: 1px solid #3e2d1a;
}
.c-pagenavi a {
  border-bottom: 1px solid transparent;
  color: #3e2d1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenavi a:hover {
  border-bottom: 1px solid #917c50;
  color: #917c50;
}
.c-mv {
  width: 100dvw;
  height: auto;
  position: relative;
}
.c-mv__image {
  width: 100%;
  height: auto;
  aspect-ratio: 32/17;
  overflow: hidden;
}
@media screen and (max-width: 900px ) {
  .c-mv__image {
    aspect-ratio: 1/1;
  }
}
.c-mv__image img,
.c-mv__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  position: absolute;
  top: 17.2767203514vw;
  left: 11.420204978vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 900px ) {
  .c-mv__title {
    top: 14rem;
    left: 2.5rem;
    row-gap: 0rem;
  }
}
.c-mv__title h1 {
  font-size: 50px;
  font-size: max(10px, 5rem);
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-mv__title h1 {
    font-size: 30px;
    font-size: max(10px, 3rem);
    line-height: 1.2333333333;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.c-mv__title p {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .c-mv__title p {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-mv__title--restaurant {
  position: static;
  margin-top: 7rem;
  margin-bottom: -3rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e2d1a;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .c-mv__title--restaurant {
    margin-top: 6rem;
  }
}
.c-mv__title--restaurant h1 {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1.2333333333;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 901px ) {
  .c-mv__title--restaurant h1 br {
    display: none;
  }
}
@media screen and (max-width: 900px ) {
  .c-mv__title--restaurant h1 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.1538461538;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.c-mv__title--restaurant p {
  text-align: center;
}
@media screen and (min-width: 901px ) {
  .c-mv__title--restaurant p br {
    display: none;
  }
}
.c-mv__intro {
  text-align: center;
  width: 90%;
  margin: 7rem auto 0;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-mv__intro {
    width: 34rem;
    margin-top: 6rem;
    margin-inline: auto;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: left;
  }
  .c-mv__intro br {
    display: none;
  }
}
.c-mv__image img,
.c-mv__image picture {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: all 1.8s 0.2s ease-in-out;
  transition: all 1.8s 0.2s ease-in-out;
}
.c-mv.is-active .c-mv__image img,
.c-mv.is-active .c-mv__image picture, .c-mv--noAnimation .c-mv__image img,
.c-mv--noAnimation .c-mv__image picture {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.c-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  border-left: 1px solid #3e2d1a;
  padding-left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px ) {
  .c-navi {
    width: 100%;
    padding-left: 1rem;
    gap: 2rem;
  }
}
.c-navi__item a {
  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;
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-navi__item a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #3e2d1a;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-left: 3.2rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-navi__item a:after {
    margin-left: 0;
  }
}
.c-navi__item a:hover {
  color: #917c50;
}
.c-navi__item a:hover:after {
  background: #917c50;
}
.c-navi__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 600;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-navi__item p {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.2857142857;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.c-navi__item span {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .c-navi__item span {
    font-size: 1.2rem;
  }
}

.c-naviButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 900px ) {
  .c-naviButton {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-naviButton__item a {
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5em 2em;
  height: 4.3rem;
  place-content: center;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.0714285714;
  letter-spacing: 0em;
  font-weight: 600;
  border-radius: 100vmax;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-naviButton__item a {
    height: 3rem;
    font-size: 12px;
    font-size: max(10px, 1.2rem);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 600;
    padding-inline: 1em;
  }
}
.c-naviButton__item a svg {
  display: block;
  width: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin-block: auto;
}
@media screen and (max-width: 900px ) {
  .c-naviButton__item a svg {
    display: none;
  }
}

.c-naviSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.9rem;
     -moz-column-gap: 1.9rem;
          column-gap: 1.9rem;
}
@media screen and (max-width: 900px ) {
  .c-naviSingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.8rem;
  }
}
.c-naviSingle__title {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .c-naviSingle__title {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-naviSingle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
}
@media screen and (max-width: 900px ) {
  .c-naviSingle__list {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-naviSingle__list a {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  padding-inline: 1em;
  height: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: 1px solid #3e2d1a;
  color: #3e2d1a;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-naviSingle__list a:hover, .c-naviSingle__list a.is-current {
  background: #3e2d1a;
  color: #ffffff;
}
.c-card a {
  width: 100%;
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-card a .c-card__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-card a:hover {
  color: #917c50;
}
.c-card a:hover .c-card__image img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.c-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 333/222;
  position: relative;
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__category {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  border: 1px solid #3e2d1a;
  background: #f7f3ed;
  padding-inline: 1.5rem;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.c-card__date {
  margin-top: 1.4rem;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-card__date {
    margin-top: 1rem;
  }
}
.c-card__title {
  margin-top: 0.8rem;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.5333333333;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
}
.c-card__text {
  margin-top: 1.4rem;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-weight: 400;
}
.c-card__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card__text dt {
  width: 4.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-card__text dd {
  width: 100%;
}

.c-infoPosts__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
  border-bottom: 1px solid #3e2d1a;
  padding-block: 2.1rem;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-infoPosts__item a {
    padding-block: 1.8rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.6428571429;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.3rem;
  }
}
.c-infoPosts__item a:hover {
  background-color: #f7f3ed;
}
.c-infoPosts__item:first-of-type a {
  border-top: 1px solid #3e2d1a;
}
.c-infoPosts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-infoPosts__date {
  width: 11rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 2.3076923077;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-infoPosts__date {
    width: 8rem;
    text-align: left;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.c-infoPosts__category {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  width: 11rem;
  height: 3rem;
  border: 1px solid #3e2d1a;
  background: transparent;
  color: #3e2d1a;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-infoPosts__category {
    width: auto;
    padding-inline: 1rem;
    height: 2.4rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.c-infoPosts__title {
  width: 100%;
  padding-right: 9rem;
}
@media screen and (max-width: 900px ) {
  .c-infoPosts__title {
    padding: 0;
  }
}
.c-infoPosts__icon {
  width: 1.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1.8rem;
}
@media screen and (max-width: 900px ) {
  .c-infoPosts__icon {
    display: none;
  }
}

.c-content {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .c-content {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.c-content h1 {
  font-size: 24px;
  font-size: max(10px, 2.4rem);
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px ) {
  .c-content h1 {
    font-size: 22px;
    font-size: max(10px, 2.2rem);
    line-height: 1.5454545455;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.c-content h2 {
  font-size: 22px;
  font-size: max(10px, 2.2rem);
  line-height: 1.6363636364;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .c-content h2 {
    font-size: 16px;
    font-size: max(10px, 1.6rem);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.c-content h3 {
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #917c50;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px ) {
  .c-content h3 {
    font-size: 16px;
    font-size: max(10px, 1.6rem);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
.c-content h4 {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 1.5rem;
  border-left: 0.5rem solid;
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: #f7f3ed;
}
@media screen and (max-width: 900px ) {
  .c-content h4 {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin-bottom: 1.2rem;
    padding: 0.5rem 1rem;
    border-left: 0.3rem solid;
  }
}
.c-content h5 {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #917c50;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #917c50;
}
.c-content h6 {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.c-content ul,
.c-content ol {
  width: 100%;
  padding: 2rem 2.5rem;
  background: #fcfbfa;
}
.c-content li {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .c-content li {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-content a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #917c50;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-content a:hover {
  opacity: 0.7;
}
.c-content p {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px ) {
  .c-content p {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.9285714286;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
}
.c-content img {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 900px ) {
  .c-content img {
    margin-bottom: 0.7rem;
  }
}
.c-content table {
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.c-content table td {
  background-color: #fcfbfa;
  font-family: serif;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.5;
  padding: 1rem;
  border: solid 3px #ffffff;
}
@media screen and (max-width: 900px ) {
  .c-content table td {
    display: block;
    text-align: left;
    width: 100%;
    border: solid 1px #ffffff;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-content table th {
  background-color: #ded6c5;
  font-family: serif;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border: solid 3px #ffffff;
}
@media screen and (max-width: 900px ) {
  .c-content table th {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    font-weight: 600;
    border: solid 1px #ffffff;
  }
}
.c-content .wp-block-button__link {
  background-color: #3e2d1a;
  margin-bottom: 10rem;
  border: none;
}
@media screen and (max-width: 900px ) {
  .c-content .wp-block-button__link {
    margin-bottom: 6rem;
  }
}
.c-content ul,
.c-content li {
  list-style: inside;
}
.c-content ul,
.c-content ol {
  margin-bottom: 2rem;
}
.c-content ul ul,
.c-content ul ol,
.c-content ol ul,
.c-content ol ol {
  margin-bottom: 0;
  padding: 0 2rem;
}

.wp-block-details summary {
  all: revert;
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #917c50;
  margin-bottom: 2rem;
  border-bottom: 3px double #ccc1aa;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 900px ) {
  .wp-block-details summary {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.8666666667;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
}
.wp-block-details ul,
.wp-block-details li {
  list-style: inside;
}
.wp-block-details ul ul,
.wp-block-details ul li,
.wp-block-details li ul,
.wp-block-details li li {
  list-style: none;
}
.wp-block-details ul {
  margin-bottom: 2rem;
}
.wp-block-details p {
  margin-left: 1rem;
}

.wp-block-file__button {
  margin-bottom: 1.5rem;
  background-color: #3e2d1a;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
}

.c-form__notice {
  text-align: right;
  font-size: 12px;
  font-size: max(10px, 1.2rem);
  line-height: 2.8333333333;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: -2rem;
}
@media screen and (max-width: 900px ) {
  .c-form__notice {
    margin-bottom: -4rem;
  }
}
.c-form__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-form__main {
    row-gap: 1rem;
  }
}
.c-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.c-form__group > label {
  width: 13.8rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 1.2rem 0;
}
@media screen and (max-width: 900px ) {
  .c-form__group > label {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.c-form__group > div {
  width: 72.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .c-form__group > div {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  .c-form__group > div.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-form__group .wpcf7-form-control-wrap {
  width: 100%;
}
.c-form__group .wpcf7-form-control-wrap[data-name=number5000], .c-form__group .wpcf7-form-control-wrap[data-name=number10000] {
  width: 16rem;
}
.c-form__group input[type=datetime-local] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form__group input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}
.c-form__group input[type=text],
.c-form__group input[type=email],
.c-form__group input[type=tel],
.c-form__group input[type=number],
.c-form__group input[type=url],
.c-form__group input[type=file],
.c-form__group input[type=datetime-local],
.c-form__group select,
.c-form__group textarea {
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 1px solid #3e2d1a;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 1.2rem 2rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-form__group input[type=text],
  .c-form__group input[type=email],
  .c-form__group input[type=tel],
  .c-form__group input[type=number],
  .c-form__group input[type=url],
  .c-form__group input[type=file],
  .c-form__group input[type=datetime-local],
  .c-form__group select,
  .c-form__group textarea {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 1rem 1rem;
  }
}
.c-form__group input[type=text]::-webkit-input-placeholder, .c-form__group input[type=email]::-webkit-input-placeholder, .c-form__group input[type=tel]::-webkit-input-placeholder, .c-form__group input[type=number]::-webkit-input-placeholder, .c-form__group input[type=url]::-webkit-input-placeholder, .c-form__group input[type=file]::-webkit-input-placeholder, .c-form__group input[type=datetime-local]::-webkit-input-placeholder, .c-form__group select::-webkit-input-placeholder, .c-form__group textarea::-webkit-input-placeholder {
  color: #979c9a;
  font-weight: 500;
}
.c-form__group input[type=text]::-moz-placeholder, .c-form__group input[type=email]::-moz-placeholder, .c-form__group input[type=tel]::-moz-placeholder, .c-form__group input[type=number]::-moz-placeholder, .c-form__group input[type=url]::-moz-placeholder, .c-form__group input[type=file]::-moz-placeholder, .c-form__group input[type=datetime-local]::-moz-placeholder, .c-form__group select::-moz-placeholder, .c-form__group textarea::-moz-placeholder {
  color: #979c9a;
  font-weight: 500;
}
.c-form__group input[type=text]:-ms-input-placeholder, .c-form__group input[type=email]:-ms-input-placeholder, .c-form__group input[type=tel]:-ms-input-placeholder, .c-form__group input[type=number]:-ms-input-placeholder, .c-form__group input[type=url]:-ms-input-placeholder, .c-form__group input[type=file]:-ms-input-placeholder, .c-form__group input[type=datetime-local]:-ms-input-placeholder, .c-form__group select:-ms-input-placeholder, .c-form__group textarea:-ms-input-placeholder {
  color: #979c9a;
  font-weight: 500;
}
.c-form__group input[type=text]::-ms-input-placeholder, .c-form__group input[type=email]::-ms-input-placeholder, .c-form__group input[type=tel]::-ms-input-placeholder, .c-form__group input[type=number]::-ms-input-placeholder, .c-form__group input[type=url]::-ms-input-placeholder, .c-form__group input[type=file]::-ms-input-placeholder, .c-form__group input[type=datetime-local]::-ms-input-placeholder, .c-form__group select::-ms-input-placeholder, .c-form__group textarea::-ms-input-placeholder {
  color: #979c9a;
  font-weight: 500;
}
.c-form__group input[type=text]::placeholder,
.c-form__group input[type=email]::placeholder,
.c-form__group input[type=tel]::placeholder,
.c-form__group input[type=number]::placeholder,
.c-form__group input[type=url]::placeholder,
.c-form__group input[type=file]::placeholder,
.c-form__group input[type=datetime-local]::placeholder,
.c-form__group select::placeholder,
.c-form__group textarea::placeholder {
  color: #979c9a;
  font-weight: 500;
}
.c-form__group select {
  background: url(./assets/images/common/icon-arrow.svg) no-repeat center right 2rem/1.4rem 0.7rem;
}
.c-form__group .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  padding-block: 1.2rem;
}
.c-form__group .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.c-form__group input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #3e2d1a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-form__group input[type=checkbox] {
    margin-top: 0.4rem;
  }
}
.c-form__group input[type=checkbox]:checked {
  background-color: #3e2d1a;
  border-color: #3e2d1a;
}
.c-form__devider {
  width: 105.6rem;
  height: auto;
  margin-left: -9.8rem;
  padding-block: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 900px ) {
  .c-form__devider {
    width: 34rem;
    margin-left: 0;
    padding-block: 5rem;
  }
}
.c-form__devider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e2d1a;
}
.c-form__caption {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 900px ) {
  .c-form__caption {
    font-size: 12px;
    font-size: max(10px, 1.2rem);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 0.5rem;
  }
}
.c-form__bottom {
  margin-top: 6.5rem;
}
@media screen and (max-width: 900px ) {
  .c-form__bottom {
    margin-top: 4rem;
  }
}
.c-form__bottom .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 900px ) {
  .c-form__bottom .wpcf7-acceptance label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-form__bottom .wpcf7-acceptance input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #3e2d1a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-form__bottom .wpcf7-acceptance input[type=checkbox] {
    margin-top: 0.4rem;
  }
}
.c-form__bottom .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #3e2d1a;
  border-color: #3e2d1a;
}
.c-form__bottomText {
  text-align: center;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .c-form__bottomText {
    text-align: left;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-form__bottomText a {
  display: inline-block;
  text-decoration: underline;
}
.c-form__bottomText a:hover {
  text-decoration: none;
}
.c-form__bottomSubmit {
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .c-form__bottomSubmit {
    margin-top: 5rem;
  }
}
.c-form__bottomSubmit input {
  width: 34rem;
  height: 6rem;
  margin-inline: auto;
  background: #3e2d1a;
  color: #ffffff;
  border: 1px solid #3e2d1a;
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  border-radius: 100vmax;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-form__bottomSubmit input {
    width: 30rem;
    height: 5rem;
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-form__bottomSubmit input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-form__bottomSubmit input:hover {
  color: #3e2d1a;
  background: transparent;
}
.c-form form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 2rem;
  bottom: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-form form .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-form form .wpcf7-response-output {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.c-form form.invalid .wpcf7-not-valid-tip {
  opacity: 1;
  pointer-events: all;
}
.c-form form.invalid .wpcf7-response-output {
  opacity: 1;
  pointer-events: all;
}
.c-form .wpcf7-response-output {
  display: block;
  width: 132rem;
  margin-inline: auto;
  border: none;
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 2.2rem 2rem;
  background: #ffffff;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .c-form .wpcf7-response-output {
    width: 119.6rem;
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 1rem 2rem;
    margin-top: 0;
  }
}
.c-form .wpcf7-form-control-wrap {
  position: relative;
}
.c-form .screen-reader-response {
  display: none;
}
.c-form #file-upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.c-form .file-wrapper.hidden {
  display: none;
}
.c-form .file-wrapper .file-name {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.c-form .file-name {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.c-form #add-file-button {
  width: 100%;
  height: auto;
  background: #d8d9dd;
  margin-top: 1rem;
  padding: 2.5rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  color: rgba(62, 45, 26, 0.6);
}
@media screen and (max-width: 900px ) {
  .c-form #add-file-button {
    padding: 1rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 0;
  }
}
.c-form #add-file-button span {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-form #add-file-button span {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-form #add-file-button span::before, .c-form #add-file-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(30, 38, 59, 0.52);
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-form #add-file-button span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.screen-reader-response {
  visibility: hidden;
  display: none;
}

.c-cta {
  position: fixed;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 3rem;
  bottom: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-cta {
    width: 100%;
    height: 5rem;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.c-cta.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta a {
  width: 12.2rem;
  height: 12.2rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background: #3e2d1a;
  color: #ffffff;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-cta a:hover {
  background: #917c50;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .c-cta a {
    width: 100dvw;
    height: 5rem;
    color: #ffffff;
    background: #917c50;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 0;
    border-right: 1px solid #ffffff;
  }
  .c-cta a:last-child {
    border-right: none;
  }
  .c-cta a br {
    display: none;
  }
}
.c-cta a span {
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .c-cta__link {
    width: calc((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 900px ) {
  .c-cta__tel {
    width: 5rem !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-cta__tel svg {
    width: 1.6rem;
  }
}

.c-end {
  padding-block: 9rem;
  background: #e0d5c5;
}
@media screen and (max-width: 900px ) {
  .c-end {
    padding-block: 6.8rem;
  }
}
.c-end__inner {
  width: 105.6rem;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 900px ) {
  .c-end__inner {
    width: 34rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.7rem;
  }
}
.c-end__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px ) {
  .c-end__title {
    margin-inline: auto;
  }
}
.c-end__text {
  margin-top: 3rem;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .c-end__text {
    margin-top: 1.8rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
  }
}
.c-end__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8rem;
}
@media screen and (max-width: 900px ) {
  .c-end__links {
    row-gap: 1.4rem;
  }
}

/* ==========================================================================
 #Project
========================================================================== */
.p-header {
  width: 100dvw;
  height: 6.5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background: transparent;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-header {
    height: 5.8rem;
  }
}
.p-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.7rem;
}
@media screen and (max-width: 900px ) {
  .p-header__inner {
    padding-left: 3rem;
  }
}
.p-header__logo {
  width: 12.6rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-header__logo {
    width: 9.6rem;
    margin-left: 5rem;
  }
}
.p-header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.3rem;
     -moz-column-gap: 2.3rem;
          column-gap: 2.3rem;
  padding-right: 2.3rem;
}
.p-header__list a,
.p-header__list button {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
}
.p-header__list a svg,
.p-header__list button svg {
  width: 1.2rem;
  margin-top: 0.2rem;
}
.p-header__langs {
  width: 15.5rem;
  height: 6.5rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.p-header__langs.is-open button span:after {
  opacity: 0;
}
.p-header__langs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 2.4rem;
  border-radius: 100vmax;
  background: transparent;
  font-size: 12px;
  font-size: max(10px, 1.2rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
}
.p-header__langs button span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  top: -0.05rem;
}
.p-header__langs button span:before, .p-header__langs button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.p-header__langs button span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-header__langs ul {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.p-header__langs ul li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 4rem;
  font-size: 12px;
  font-size: max(10px, 1.2rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 1px solid #3e2d1a;
  background: #f7f3ed;
  color: #3e2d1a;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.p-header__langs ul li:last-child {
  border-bottom-width: 0px;
}
.p-header__langs ul li:hover {
  background: #3e2d1a;
  color: #ffffff;
}
.p-header__contact {
  width: 18.3rem;
  height: 6.5rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 900px ) {
  .p-header__contact {
    width: 10.5rem;
    height: 5.8rem;
  }
}
.p-header__contact span {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 900px ) {
  .p-header__contact span {
    font-size: 12px;
    font-size: max(10px, 1.2rem);
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-header__menu {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #f7f3ed;
  color: #3e2d1a;
  padding-block: 5.3rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px ) {
  .p-header__menu {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 900px ) {
  .p-header__menu--contact {
    width: 100dvw;
    height: calc(100dvh - 5.8rem);
    top: 5.8rem;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-header__menu--contact.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
.p-header__menuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 11.2rem;
     -moz-column-gap: 11.2rem;
          column-gap: 11.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__menuImages {
  width: 35.4rem;
  height: 23.6rem;
  position: relative;
}
.p-header__menuImage {
  width: 35.4rem;
  height: 23.6rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.p-header__menuImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-header__menuImage.is-base {
  opacity: 1;
  z-index: 1;
}
.p-header__menuImage.is-active {
  opacity: 1;
}
.p-header__menuContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9.6rem;
     -moz-column-gap: 9.6rem;
          column-gap: 9.6rem;
}
.p-header__menuContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6rem;
}
.p-header__menuContent a {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__menuContent a span {
  font-size: 1.1rem;
}
.p-header__menuContent a br {
  display: none;
}
.p-header__menuContent a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #917c50;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.p-header__menuContent a:hover {
  color: #917c50;
}
.p-header__menuContent a:hover:after {
  width: 100%;
}
.p-header__menuItems {
  width: 90rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7rem;
}
@media screen and (max-width: 900px ) {
  .p-header__menuItems {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3.6rem;
  }
}
.p-header__menuItem {
  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;
  row-gap: 0.6rem;
}
.p-header__menuItem p {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__menuItem a {
  margin-top: 0.4rem;
}
.p-header__drawerSwitch {
  width: 2rem;
  height: 1.6rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-header__drawerSwitch span {
  width: 100%;
  height: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-header__drawerSwitch span:first-of-type {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__drawerSwitch span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__drawerSwitch span:last-of-type {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__drawerSwitch.is-open span:first-of-type {
  -webkit-transform: translate(0, calc((2rem - 1px) / 2)) rotate(45deg);
          transform: translate(0, calc((2rem - 1px) / 2)) rotate(45deg);
}
@media screen and (max-width: 900px ) {
  .p-header__drawerSwitch.is-open span:first-of-type {
    -webkit-transform: translate(0, calc((1.6rem - 1px) / 2)) rotate(45deg);
            transform: translate(0, calc((1.6rem - 1px) / 2)) rotate(45deg);
  }
}
.p-header__drawerSwitch.is-open span:nth-of-type(2) {
  opacity: 0;
}
.p-header__drawerSwitch.is-open span:last-of-type {
  -webkit-transform: translate(0, calc((-2rem + 1px) / 2)) rotate(-45deg);
          transform: translate(0, calc((-2rem + 1px) / 2)) rotate(-45deg);
}
@media screen and (max-width: 900px ) {
  .p-header__drawerSwitch.is-open span:last-of-type {
    -webkit-transform: translate(0, calc((-1.6rem + 1px) / 2)) rotate(-45deg);
            transform: translate(0, calc((-1.6rem + 1px) / 2)) rotate(-45deg);
  }
}
.p-header__logo svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-header__logo:hover svg path {
  fill: #917c50 !important;
}
.p-header__langs button {
  border: 1px solid #ffffff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-header__langs button span:before, .p-header__langs button span:after {
  background: #ffffff;
}
.p-header__langs button:hover {
  background: #3e2d1a !important;
  color: #ffffff !important;
}
.p-header__langs button:hover span:before, .p-header__langs button:hover span:after {
  background: #ffffff !important;
}
.p-header__list a,
.p-header__list button {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__list a svg path,
.p-header__list button svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-header__list a:hover, .p-header__list a.is-active,
.p-header__list button:hover,
.p-header__list button.is-active {
  color: #917c50 !important;
}
.p-header__list a:hover svg path, .p-header__list a.is-active svg path,
.p-header__list button:hover svg path,
.p-header__list button.is-active svg path {
  stroke: #917c50 !important;
}
.p-header__contact {
  background: #ffffff;
  color: #3e2d1a;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-header__contact:hover {
  background: #917c50 !important;
  color: #ffffff !important;
}
.p-header__drawerSwitch span {
  background: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-header.is-fixed {
  background: #f7f3ed;
  color: #3e2d1a;
  position: fixed;
}
.p-header.is-fixed .p-header__logo svg path {
  fill: #3e2d1a;
}
.p-header.is-fixed .p-header__langs button {
  border: 1px solid #3e2d1a;
}
.p-header.is-fixed .p-header__langs button span:before, .p-header.is-fixed .p-header__langs button span:after {
  background: #3e2d1a;
}
.p-header.is-fixed .p-header__list a svg path,
.p-header.is-fixed .p-header__list button svg path {
  stroke: #3e2d1a;
}
.p-header.is-fixed .p-header__contact {
  background: #3e2d1a;
  color: #ffffff;
}
.p-header.is-fixed .p-header__drawerSwitch span {
  background: #3e2d1a;
}
.p-header.is-hide {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.p-drawer {
  color: #ffffff;
}
.p-drawer.is-open .p-drawer__inner {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.p-drawer__inner {
  position: fixed;
  z-index: 190;
  top: 0;
  right: 0;
  width: 100dvw;
  height: 100dvh;
  background: #3e2d1a;
  color: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  padding: 9.8rem 2.5rem 5rem 2.5rem;
  overflow-y: scroll;
}
.p-drawer__list {
  padding-inline: 1.3rem;
}
.p-drawer__list a,
.p-drawer__list button {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  padding-block: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
}
.p-drawer__list a svg,
.p-drawer__list button svg {
  width: 1.2rem;
  margin-top: 0.2rem;
}
.p-drawer__toggle.is-open .p-drawer__toggleSwitch svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.p-drawer__toggleSwitch svg {
  width: 1.1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer__subList {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.p-drawer__subList a {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  padding-block: 0.7rem;
}
.p-drawer__subList a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  padding-left: 1rem;
}
.p-drawer__subList a span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background: #ffffff;
}
.p-drawer__lang {
  margin-top: 1.8rem;
}
.p-drawer__langTitle {
  font-size: 11px;
  font-size: max(10px, 1.1rem);
  line-height: 1.1818181818;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  padding-inline: 1.3rem;
}
.p-drawer__langList {
  width: 100%;
  height: auto;
  padding: 0.3rem 1.3rem 0.3rem 1.3rem;
  margin-top: 0.5rem;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-drawer__langList.is-open {
  background: #e0d5c5;
  color: #3e2d1a;
}
.p-drawer__langList.is-open .p-drawer__langListSwitch {
  border-color: #3e2d1a;
}
.p-drawer__langList.is-open .p-drawer__langListSwitch svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.p-drawer__langList.is-open .p-drawer__langListSwitch svg path {
  fill: #3e2d1a;
}
.p-drawer__langListSwitch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2.375;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 1px solid #e0d5c5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-drawer__langListSwitch svg {
  width: 1.1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer__langListSwitch svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-drawer__langListContent {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.p-drawer__langListContent li {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-block: 0.6rem;
}
.p-drawer__langListContent li.selected {
  border-bottom: 1px solid #3e2d1a;
}
.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  margin-top: 2.7rem;
  padding-inline: 1.3rem;
}
.p-drawer__sns li:nth-of-type(1) a svg {
  width: 8.3rem;
  height: auto;
}
.p-drawer__sns li:nth-of-type(2) a svg {
  width: 10rem;
  height: auto;
}
.p-drawer__sns a svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-drawer__sns a:hover svg path {
  fill: #917c50;
}

body.is-drawerOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

.p-contactMenu {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  top: 6.5rem;
  z-index: 200;
  background: #f7f3ed;
  color: #3e2d1a;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px ) {
  .p-contactMenu {
    top: 5.8rem;
  }
}
.p-contactMenu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-contactMenu__inner {
  width: 90rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7rem;
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-contactMenu__inner {
    width: 100%;
    height: calc(100dvh - 5.8rem);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    overflow-y: scroll;
    padding-block: 4rem;
  }
}
.p-contactMenu__item {
  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;
  row-gap: 0.6rem;
}
.p-contactMenu__item p {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-contactMenu__item a {
  margin-top: 0.4rem;
}
.p-contactMenu__tel a {
  display: inline-block;
}

body.is-contactMenuOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

.p-naviOrient {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #f7f3ed;
  color: #3e2d1a;
  padding-block: 7rem 4rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient {
    padding-block: 5.5rem 6.3rem;
  }
}
.p-naviOrient a {
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-naviOrient a:hover {
  color: #917c50;
}
.p-naviOrient__inner {
  width: 119.6rem;
  margin-inline: auto;
  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: 900px ) {
  .p-naviOrient__inner {
    width: 34rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.p-naviOrient__info {
  padding-right: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.p-naviOrient__logo {
  width: 13.6rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__logo {
    margin-inline: auto;
  }
}
.p-naviOrient__logo svg path {
  fill: #3e2d1a;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-naviOrient__logo:hover svg path {
  fill: #917c50;
}
.p-naviOrient__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__address {
    margin-top: 1rem;
  }
}
.p-naviOrient__address p {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__address p {
    text-align: center;
  }
}
.p-naviOrient__address a {
  display: inline-block;
}
.p-naviOrient__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-naviOrient__sns li:nth-of-type(1) a svg {
  width: 8.3rem;
  height: auto;
}
.p-naviOrient__sns li:nth-of-type(2) a svg {
  width: 10rem;
  height: auto;
}
.p-naviOrient__sns a svg {
  width: 2.4rem;
  height: auto;
}
.p-naviOrient__sns a svg path {
  fill: #3e2d1a;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-naviOrient__sns a:hover svg path {
  fill: #917c50;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__navi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-naviOrient__naviTop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4rem 1fr 1.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-naviOrient__naviList {
  width: 28rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviList {
    width: 100%;
  }
  .p-naviOrient__naviList.is-open dt span:after {
    opacity: 0;
  }
}
.p-naviOrient__naviList dt {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3e2d1a;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviList dt {
    width: 100%;
    padding-block: 1.3rem;
    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;
  }
  .p-naviOrient__naviList dt span {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
  }
  .p-naviOrient__naviList dt span::before, .p-naviOrient__naviList dt span:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    margin-right: 1rem;
    width: 100%;
    height: 2px;
    background: #3e2d1a;
  }
  .p-naviOrient__naviList dt span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-naviOrient__naviList dd {
  margin-top: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviList dd {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    background: #e0d5c5;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-naviOrient__naviList dd.is-open {
    height: auto;
  }
}
.p-naviOrient__naviList dd ul {
  width: 100%;
}
.p-naviOrient__naviList a {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 600;
  padding-block: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviList a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 1.3rem;
  }
}
.p-naviOrient__naviList a svg path {
  fill: #3e2d1a;
}
.p-naviOrient__naviBottom {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviBottom {
    margin-top: 0;
  }
}
.p-naviOrient__naviBottomList {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviBottomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}
.p-naviOrient__naviBottomList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviBottomList a {
    width: 100%;
    padding-block: 1.3rem;
    border-bottom: 1px solid #3e2d1a;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-naviOrient__naviBottomList a svg {
  width: 1.7rem;
  height: auto;
  margin-top: -0.2rem;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviBottomList a svg {
    margin-right: 1rem;
  }
}
.p-naviOrient__naviBottomList a svg path {
  stroke: #3e2d1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-naviOrient__naviBottomList a:hover svg path {
  stroke: #917c50;
}
.p-naviOrient__naviSubItem a {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviSubItem a {
    padding-left: 2rem;
  }
}
.p-naviOrient__naviSubItem a:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #3e2d1a;
}
.p-naviOrient__naviBottomSmallList {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.9rem;
     -moz-column-gap: 2.9rem;
          column-gap: 2.9rem;
}
.p-naviOrient__naviBottomSmallList a {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-naviOrient__naviBottomSmallList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-naviPds {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #3e2d1a;
  color: #ffffff;
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds {
    padding-block: 5rem 6rem;
  }
}
.p-naviPds a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-naviPds a svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-naviPds a:hover {
  color: #917c50;
}
.p-naviPds a:hover svg path {
  stroke: #917c50;
}
.p-naviPds__top {
  width: 119.6rem;
  margin-inline: auto;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(247, 243, 237, 0.32);
}
@media screen and (max-width: 900px ) {
  .p-naviPds__top {
    width: 34rem;
    padding-bottom: 3rem;
    position: relative;
  }
}
.p-naviPds__topInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__topInner {
    padding-right: 2rem;
    display: block;
  }
}
.p-naviPds__topTitle {
  width: 42.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.3rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__topTitle {
    width: 29.6rem;
    row-gap: 1.7rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.p-naviPds__topLogo {
  width: 18.9rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__topLogo {
    width: 10.1rem;
    position: absolute;
    right: 0;
    bottom: 3rem;
  }
}
.p-naviPds__topLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  margin-top: 1.2rem;
}
.p-naviPds__topLink svg {
  width: 1.7rem;
  height: auto;
  margin-top: -0.2rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__topLink {
    margin-top: 8.5rem;
  }
}
.p-naviPds__bottom {
  width: 119.6rem;
  margin-inline: auto;
  padding-top: 6.7rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottom {
    width: 34rem;
    padding-top: 2.5rem;
  }
}
.p-naviPds__bottomInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottomInner {
    width: 34rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottomList {
    width: 100%;
  }
  .p-naviPds__bottomList.is-open dt span:after {
    opacity: 0;
  }
}
.p-naviPds__bottomList dt {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 2.1111111111;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (min-width: 901px ) {
  .p-naviPds__bottomList dt {
    pointer-events: none;
  }
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottomList dt {
    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;
  }
  .p-naviPds__bottomList dt span {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
  }
  .p-naviPds__bottomList dt span::before, .p-naviPds__bottomList dt span:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    margin-right: 1rem;
    width: 100%;
    height: 2px;
    background: #ffffff;
  }
  .p-naviPds__bottomList dt span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-naviPds__bottomList dd {
  margin-top: 2.2rem;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottomList dd {
    margin-top: 1rem;
  }
}
.p-naviPds__bottomList dd ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1rem 1fr;
  -ms-grid-columns: max-content 1rem 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-naviPds__bottomList dd ul li {
  display: contents;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-naviPds__bottomList dd ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px ) {
  .p-naviPds__bottomList dd {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .p-naviPds__bottomList dd.is-open {
    height: auto;
  }
}

.p-bottom {
  width: 100%;
}
.p-bottom__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-bottom__content {
  width: 50%;
  height: auto;
  padding-block: 6rem;
  padding-left: 10.980966325vw;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 900px ) {
  .p-bottom__content {
    width: 100%;
    padding-block: 5rem;
    padding-left: 2.5rem;
  }
}
.p-bottom__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-bottom__content:first-child:before {
  background: url(./assets/images/common/bottom-bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px ) {
  .p-bottom__content:first-child:before {
    height: 100%;
    background: url(./assets/images/common/bottom-bg01-sp.jpg) no-repeat center center/cover;
  }
}
.p-bottom__content:last-child:before {
  background: url(./assets/images/common/bottom-bg02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px ) {
  .p-bottom__content:last-child:before {
    height: 100%;
    background: url(./assets/images/common/bottom-bg02-sp.jpg) no-repeat center center/cover;
  }
}
.p-bottom__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px ) {
  .p-bottom__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-bottom__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 2rem;
  text-decoration: none;
}
.p-bottom__text a {
  text-decoration: none;
}
@media screen and (max-width: 900px ) {
  .p-bottom__text {
    font-size: 12px;
    font-size: max(10px, 1.2rem);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-bottom__buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-bottom__buttons {
    row-gap: 1.7rem;
  }
}
.p-bottom__buttons a {
  width: 27.4rem;
  height: 6.2rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-bottom__buttons a {
    width: 22rem;
    height: 4.6rem;
    text-indent: -1rem;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-bottom__buttons a svg {
  width: 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.7rem;
}
@media screen and (max-width: 900px ) {
  .p-bottom__buttons a svg {
    width: 0.6rem;
    right: 1.7rem;
  }
}

.p-footer {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 50;
}
.p-footer a {
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-footer a:hover {
  color: #917c50;
}
.p-footer__inner {
  width: 119.6rem;
  margin-inline: auto;
  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;
  padding-block: 3.2rem;
}
@media screen and (max-width: 900px ) {
  .p-footer__inner {
    width: 34rem;
    padding-block: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.p-footer__logo {
  width: 19.4rem;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__logo:hover {
  opacity: 0.7;
}
.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 900px ) {
  .p-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6rem;
  }
}
.p-footer__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
}
.p-footer__info ul a {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 400;
  color: #707070;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__info ul a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .p-footer__info ul a {
    font-size: 11px;
    font-size: max(10px, 1.1rem);
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-footer__info p {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 400;
  color: #707070;
}
@media screen and (max-width: 900px ) {
  .p-footer__info p {
    font-size: 10px;
    font-size: max(10px, 1rem);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-homeMv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.p-homeMv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.p-homeMv__inner {
  width: 100%;
  height: auto;
  position: relative;
}
.p-homeMv__bg {
  width: 100dvw;
  height: auto;
  aspect-ratio: 1366/770;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__bg {
    aspect-ratio: 360/650;
    overflow: hidden;
  }
  .p-homeMv__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 316%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-homeMv__bg.is-playing .p-homeMv__movie {
  opacity: 1;
}
.p-homeMv__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-homeMv__image img,
.p-homeMv__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeMv__movie {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s 2.5s;
  transition: opacity 1s 2.5s;
}
.p-homeMv__logo {
  width: 28.1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 20;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__logo {
    width: 23.6rem;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}
.p-homeMv__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.56);
  padding: 1rem 3.3rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  row-gap: 0rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-homeMv__info:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__info {
    max-width: 100dvw;
    padding: 1.4rem 2.4rem;
  }
}
.p-homeMv__infoDate {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-homeMv__infoCat {
  font-size: 17px;
  font-size: max(10px, 1.7rem);
  line-height: 1.1764705882;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  padding-left: 0.5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__infoCat {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-homeMv__infoTitle {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__infoTitle {
    width: 100%;
  }
}
.p-homeMv__logo {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: all 1s 0.8s ease-in-out;
  transition: all 1s 0.8s ease-in-out;
}
.p-homeMv.is-active .p-homeMv__logo {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-homeConcept {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept {
    padding-block: 0;
  }
}
.p-homeConcept__inner {
  width: 119.6rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__inner {
    width: 100%;
  }
}
.p-homeConcept__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 13rem;
  left: 7rem;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__content {
    top: 0;
    bottom: 0;
    width: 85%;
    margin-block: auto;
    left: 4rem;
  }
}
.p-homeConcept__title h2 {
  font-size: 27px;
  font-size: max(10px, 2.7rem);
  line-height: 1.9259259259;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__title h2 {
    font-size: 20px;
    font-size: max(10px, 2rem);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-homeConcept__title p {
  font-size: 8px;
  font-size: max(10px, 0.8rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__title p {
    font-size: 9px;
    font-size: max(10px, 0.9rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-homeConcept__text {
  margin-top: 2.4rem;
  font-size: 23px;
  font-size: max(10px, 2.3rem);
  line-height: 1.9565217391;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__text {
    margin-top: 2rem;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.p-homeConcept__link {
  margin-left: 0;
  margin-top: 3.6rem;
  border-bottom: 1px solid #ffffff;
  width: 13.8rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__link {
    margin-top: 2rem;
    width: 12rem;
  }
}
.p-homeConcept__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__image {
    width: 90%;
    margin: 2rem auto;
    height: 40vh;
  }
  .p-homeConcept__image img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-homeConcept__title {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}
.p-homeConcept__text {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}
.p-homeConcept__link {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}
.p-homeConcept.is-active .p-homeConcept__title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.p-homeConcept.is-active .p-homeConcept__text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.p-homeConcept.is-active .p-homeConcept__link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-homeTopics {
  padding-block: 8rem 9rem;
  background: #f7f3ed;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics {
    padding-block: 3.5rem;
  }
}
.p-homeTopics__inner {
  width: calc(100dvw - (100dvw - 105.6rem) / 2);
  height: auto;
  margin-left: calc((100dvw - 105.6rem) / 2);
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__inner {
    width: 36.5rem;
    margin-inline: auto 0;
  }
}
.p-homeTopics__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-homeTopics__title h2 {
  font-size: 40px;
  font-size: max(10px, 4rem);
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__title h2 {
    font-size: 30px;
    font-size: max(10px, 3rem);
    line-height: 1.2333333333;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.p-homeTopics__slider {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__slider {
    margin-top: 2rem;
  }
}
.p-homeTopics__slide {
  width: 31.3rem;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__slide {
    width: 29.5rem;
  }
}
.p-homeTopics__navi {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__navi {
    margin-top: 1.2rem;
  }
}
.p-homeTopics__button {
  margin: 5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeTopics__button {
    margin-top: 4rem;
  }
}
.p-homeTopics .splide__track.js-scrollEffect {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  opacity: 0;
  -webkit-transition: opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), opacity 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1), -webkit-filter 1.3s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-homeTopics .splide__track.js-scrollEffect.is-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.p-homeServices {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-homeServices {
    padding-block: 4rem;
  }
}
.p-homeServices__section {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-homeServices__section {
    padding-block: 4rem;
  }
}
.p-homeServices__inner {
  width: 100%;
}
.p-homeServices__content {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeServices__content {
    width: 34rem;
  }
}
.p-homeServices__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeServices__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .p-homeServices__text br {
    display: none;
  }
}
.p-homeServices__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeServices__button {
    margin-top: 2.5rem;
  }
}
.p-homeServices__slider {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeServices__slider {
    margin-top: 3rem;
  }
}

.p-homeInfo {
  padding-block: 10rem;
  background: #f7f3ed;
}
@media screen and (max-width: 900px ) {
  .p-homeInfo {
    padding-block: 5rem;
  }
}
.p-homeInfo__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeInfo__inner {
    width: 34rem;
  }
}
.p-homeInfo__main {
  margin-top: 4.4rem;
}
@media screen and (max-width: 900px ) {
  .p-homeInfo__main {
    margin-top: 3em;
  }
}
.p-homeInfo__item a {
  background: transparent;
}
.p-homeInfo__item a:hover {
  background: #ffffff;
}
.p-homeInfo__button {
  margin: 2.7rem auto 0 0;
}

.p-roomNavi {
  padding-top: 9rem;
}
@media screen and (max-width: 900px ) {
  .p-roomNavi {
    padding-block: 5.5rem;
  }
}
.p-roomNavi__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomNavi__inner {
    width: 31.6rem;
  }
}

.p-roomList {
  padding-block: 11rem 0;
}
@media screen and (max-width: 900px ) {
  .p-roomList {
    padding-block: 2rem 0;
  }
}
.p-roomList--facility {
  padding-block: 8.5rem 15rem;
  background: #f7f3ed;
}
@media screen and (max-width: 900px ) {
  .p-roomList--facility {
    padding-block: 6rem;
  }
}
.p-roomList--facility .p-roomList__slider {
  margin-top: 7.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomList--facility .p-roomList__slider {
    margin-top: 3.3rem;
  }
}
.p-roomList__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomList__title {
    width: 34rem;
  }
}
.p-roomList__section {
  padding-block: 5rem 10rem;
}
@media screen and (max-width: 900px ) {
  .p-roomList__section {
    padding-block: 3rem 6rem;
  }
}
.p-roomList__inner {
  width: 100%;
}
.p-roomList__content {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomList__content {
    width: 34rem;
  }
}
.p-roomList__sectionTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-roomList__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomList__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .p-roomList__text br {
    display: none;
  }
}
.p-roomList__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-roomList__button {
    margin-top: 2.5rem;
  }
}
.p-roomList__slider {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomList__slider {
    margin-top: 3rem;
  }
}
.p-roomList__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-roomList__slideImage--facility {
  overflow: hidden;
  position: relative;
}
.p-roomList__slideImage--facility:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-roomList__slideImage--facility img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  z-index: 0;
}
.p-roomList__slideImage--facility:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-roomList__slideTitle {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 2.5rem;
  bottom: 1.5rem;
  color: #ffffff;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px ) {
  .p-roomList__slideTitle {
    left: 1.5rem;
    bottom: 1rem;
  }
  .p-roomList__slideTitle h3 {
    font-size: 20px;
    font-size: max(10px, 2rem);
    line-height: 1.2;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
  .p-roomList__slideTitle p {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 2.4615384615;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-roomList__navi {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomList__navi {
    width: 34rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    margin-top: 2.2rem;
  }
}
.p-roomList__navi span {
  width: 3.6rem;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 900px ) {
  .p-roomList__navi span {
    width: 1.5rem;
  }
}
.p-roomList__navi span:hover {
  opacity: 0.5;
}

.p-roomFacility {
  padding-block: 3rem 0;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility {
    padding-block: 0;
  }
}
.p-roomFacility__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__title {
    width: 34rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__title h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.4615384615;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__title p {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-roomFacility__section {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__section {
    padding-block: 3.5rem;
  }
  .p-roomFacility__section:first-child {
    padding-top: 0;
  }
}
.p-roomFacility__section:nth-of-type(even) {
  background: #f7f3ed;
}
.p-roomFacility__content {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__content {
    width: 34rem;
  }
}
.p-roomFacility__sectionTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-roomFacility__intro {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__intro {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: left;
  }
  .p-roomFacility__intro br {
    display: none;
  }
}
.p-roomFacility__table {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__table {
    margin-top: 2rem;
  }
}
.p-roomFacility__links {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.p-roomFacility__links li {
  white-space: nowrap;
}
.p-roomFacility__slider {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__slider {
    margin-top: 3rem;
  }
}
.p-roomFacility__slideImage--facility {
  aspect-ratio: 56.5/44.4;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__slideImage--facility {
    aspect-ratio: 34/25;
  }
}
.p-roomFacility__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-roomFacility__navi {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__navi {
    width: 34rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    margin-top: 2.2rem;
  }
}
.p-roomFacility__navi span {
  width: 3.6rem;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 900px ) {
  .p-roomFacility__navi span {
    width: 1.5rem;
  }
}
.p-roomFacility__navi span:hover {
  opacity: 0.5;
}

.p-roomSingle {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle {
    padding-block: 4rem;
  }
}
.p-roomSingle:first-child {
  padding-top: 0;
}
.p-roomSingle__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__title {
    width: 34rem;
  }
}
.p-roomSingle__intro {
  text-align: center;
  width: 90%;
  margin: 7rem auto 0;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__intro {
    width: 34rem;
    margin-top: 6rem;
    margin-inline: auto;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: left;
  }
  .p-roomSingle__intro br {
    display: none;
  }
}
.p-roomSingle__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 105.6rem;
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.7rem;
  }
}
.p-roomSingle__layout {
  width: 105.6rem;
  margin-inline: auto;
  margin-top: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layout {
    width: 34rem;
    row-gap: 8rem;
    margin-top: 7rem;
  }
}
.p-roomSingle__layoutItem {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: -webkit-fit-content -webkit-fit-content;
  -ms-grid-rows: fit-content fit-content;
  grid-template-rows: -webkit-fit-content -webkit-fit-content;
  grid-template-rows: fit-content fit-content;
}
.p-roomSingle__layoutItem > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-roomSingle__layoutItem > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-roomSingle__layoutItem > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-roomSingle__layoutItem > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "title" "image" "table";
  }
}
.p-roomSingle__layoutImage {
  width: 100%;
  padding-right: 9rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutImage {
    grid-area: image;
    padding-right: 0;
    margin-top: 4.5rem;
    padding-right: 0;
  }
}
.p-roomSingle__layoutContent {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  padding-left: 9rem;
  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;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutContent {
    display: contents;
    padding-left: 0;
  }
}
.p-roomSingle__layoutTitle {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutTitle {
    font-size: 16px;
    font-size: max(10px, 1.6rem);
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 500;
    grid-area: title;
    text-align: center;
  }
}
.p-roomSingle__layoutTable {
  margin-top: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutTable {
    grid-area: table;
  }
}
.p-roomSingle__layoutTable dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17rem 1fr;
  grid-template-columns: 17rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.2rem;
  border-bottom: 1px solid #979c9a;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutTable dl {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.p-roomSingle__layoutTable dt,
.p-roomSingle__layoutTable dd {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutTable dt,
  .p-roomSingle__layoutTable dd {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.p-roomSingle__layoutNote {
  margin-top: 1.6rem;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__layoutNote {
    margin-top: 1.3rem;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-roomSingle__content {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__content {
    width: 34rem;
  }
}
.p-roomSingle__sectionTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-roomSingle__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-roomSingle__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__button {
    margin-top: 2.5rem;
  }
}
.p-roomSingle__slider {
  margin-top: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-roomSingle__slider {
    margin-top: 2.5rem;
  }
}

.p-roomAmenities {
  padding-block: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities {
    padding-block: 4rem;
  }
}
.p-roomAmenities__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__inner {
    width: 34rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__title h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.3076923077;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.p-roomAmenities__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.4rem;
     -moz-column-gap: 3.4rem;
          column-gap: 3.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    margin-top: 2rem;
  }
}
.p-roomAmenities__images {
  width: 31.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__images {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
.p-roomAmenities__images.js-scrollEffect {
  opacity: 0;
  -webkit-transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-roomAmenities__images.js-scrollEffect.is-active {
  opacity: 1;
}
.p-roomAmenities__list {
  width: 100%;
}
.p-roomAmenities__item {
  border-bottom: 1px solid #979c9a;
  padding-block: 2rem;
}
.p-roomAmenities__item:first-child {
  border-top: 1px solid #979c9a;
}
.p-roomAmenities__item.is-open dt span:last-child:after {
  opacity: 0;
}
.p-roomAmenities__item dt {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__item dt {
    font-size: 16px;
    font-size: max(10px, 1.6rem);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding-right: 10%;
  }
}
.p-roomAmenities__item dt span:last-child {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 0.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__item dt span:last-child {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.3rem;
  }
}
.p-roomAmenities__item dt span:last-child:before, .p-roomAmenities__item dt span:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3e2d1a;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-roomAmenities__item dt span:last-child:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-roomAmenities__item dd {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
@media screen and (max-width: 900px ) {
  .p-roomAmenities__item dd {
    font-size: 12px;
    font-size: max(10px, 1.2rem);
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.p-roomAmenities__item dd p {
  padding-top: 1rem;
}

.p-roomOther {
  padding-block: 6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-roomOther {
    padding-block: 8rem;
    margin-bottom: 0;
  }
}
.p-roomOther:last-child {
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomOther:last-child {
    padding-bottom: 9rem;
  }
}
.p-roomOther__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomOther__inner {
    width: 100%;
  }
}
.p-roomOther__title {
  font-size: 23px;
  font-size: max(10px, 2.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-roomOther__title {
    width: 34rem;
    margin-inline: auto;
    font-size: 23px;
    font-size: max(10px, 2.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
  }
}
.p-roomOther__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e2d1a;
}
.p-roomOther__slider {
  margin-top: 2.8rem;
  width: 100%;
}
@media screen and (min-width: 901px ) {
  .p-roomOther__list {
    width: 100% !important;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr !important;
    grid-template-columns: repeat(5, 1fr) !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.p-roomOther__item {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-roomOther__item {
    width: 34rem;
  }
}
.p-roomOther__item a {
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-roomOther__item a:hover {
  color: #917c50;
}
.p-roomOther__image {
  width: 100%;
  height: auto;
  aspect-ratio: 200/132;
}
.p-roomOther__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-roomOther__postTitle {
  margin-top: 0.8rem;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.p-roomOther__postSubtitle {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.2307692308;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-roomOther__postSubtitle {
    font-size: 11px;
    font-size: max(10px, 1.1rem);
    line-height: 1.1818181818;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}

.p-roomReservation {
  padding-block: 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-roomReservation {
    padding-block: 10rem;
  }
}
.p-roomReservation__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-roomReservation__inner {
    width: 34rem;
  }
}
.p-roomReservation__content {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-roomReservation__content {
    margin-top: 5rem;
  }
}

.p-restaurantArchive {
  padding-block: 9rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive {
    padding-block: 5.5rem;
  }
}
.p-restaurantArchive__inner {
  width: 126.6rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem 3.5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__inner {
    width: 34rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 7rem;
  }
}
.p-restaurantArchive__item {
  width: 100%;
}
.p-restaurantArchive__item > div {
  display: block;
  width: 100%;
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-restaurantArchive__item a .p-restaurantArchive__button {
  color: #3e2d1a;
}
.p-restaurantArchive__item a .p-restaurantArchive__button svg path {
  stroke: #3e2d1a;
}
.p-restaurantArchive__item a:hover {
  color: #917c50;
}
.p-restaurantArchive__item a:hover .p-restaurantArchive__button {
  color: #917c50;
}
.p-restaurantArchive__item a:hover .p-restaurantArchive__button svg path {
  stroke: #917c50;
}
.p-restaurantArchive__slider {
  width: 61.5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__slider {
    width: 34rem;
  }
}
.p-restaurantArchive__slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p-restaurantArchive__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-restaurantArchive__title {
  margin-top: 3.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-restaurantArchive__title h2 {
  font-size: 25px;
  font-size: max(10px, 2.5rem);
  line-height: 1.52;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: none;
}
@media screen and (min-width: 901px ) {
  .p-restaurantArchive__title h2 br {
    display: none;
  }
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__title h2 {
    font-size: 23px;
    font-size: max(10px, 2.3rem);
    line-height: 1.2173913043;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.p-restaurantArchive__title p {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.3076923077;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media screen and (min-width: 901px ) {
  .p-restaurantArchive__title p br {
    display: none;
  }
}
.p-restaurantArchive__table {
  margin-top: 3rem;
}
.p-restaurantArchive__table dl {
  padding-block: 1rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-restaurantArchive__table dt {
  width: 15rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__table dt {
    width: 9rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-restaurantArchive__button {
  margin-inline: auto 0;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantArchive__button {
    width: 12rem;
  }
}

.p-restaurantBottom {
  width: 100%;
}
.p-restaurantBottom__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-restaurantBottom__content {
  width: 50%;
  height: 57.5rem;
  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;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__content {
    width: 100%;
    height: 32.8rem;
  }
}
.p-restaurantBottom__content:first-child {
  background: url(./assets/images/restaurant/bottom-bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__content:first-child {
    height: 38.2rem;
  }
}
.p-restaurantBottom__content:last-child {
  background: url(./assets/images/restaurant/bottom-bg02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__content:last-child {
    height: 44.4rem;
  }
}
.p-restaurantBottom__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
}
.p-restaurantBottom__buttons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__buttons {
    row-gap: 1.7rem;
  }
}
.p-restaurantBottom__buttons a {
  width: 27.4rem;
  height: 6.2rem;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__buttons a {
    width: 18rem;
    height: 4.6rem;
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-restaurantBottom__buttons a svg {
  width: 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.7rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantBottom__buttons a svg {
    width: 0.6rem;
    right: 1.7rem;
  }
}

.p-restaurantNavi {
  padding-top: 6.5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantNavi {
    padding-block: 5.5rem;
  }
}
.p-restaurantNavi__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-restaurantNavi__inner {
    width: 34rem;
  }
}

.p-restaurantSingle {
  padding-block: 3rem 0;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle {
    padding-block: 0;
  }
}
.p-restaurantSingle__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__title {
    width: 34rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__title h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.4615384615;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__title p {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-restaurantSingle__section {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__section {
    padding-block: 3.5rem;
  }
  .p-restaurantSingle__section:first-child {
    padding-top: 0;
  }
}
.p-restaurantSingle__content {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__content {
    width: 34rem;
  }
}
.p-restaurantSingle__sectionTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-restaurantSingle__intro {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__intro {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: left;
  }
}
.p-restaurantSingle__slider {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__slider {
    margin-top: 3rem;
  }
}
.p-restaurantSingle__table {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__table {
    margin-top: 2rem;
  }
}
.p-restaurantSingle__table:first-child dl {
  border-top: none;
}
.p-restaurantSingle__links {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.p-restaurantSingle__buttons {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantSingle__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7rem;
  }
}
.p-restaurantSingle__buttons a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2em;
}

.p-restaurantOther {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther {
    padding-block: 8rem;
  }
}
.p-restaurantOther:last-child {
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther:last-child {
    padding-bottom: 9rem;
  }
}
.p-restaurantOther__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther__inner {
    width: 100%;
  }
}
.p-restaurantOther__title {
  font-size: 23px;
  font-size: max(10px, 2.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther__title {
    width: 34rem;
    margin-inline: auto;
    font-size: 23px;
    font-size: max(10px, 2.3rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
  }
}
.p-restaurantOther__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e2d1a;
}
.p-restaurantOther__slider {
  margin-top: 2.8rem;
  width: 100%;
}
@media screen and (min-width: 901px ) {
  .p-restaurantOther__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.p-restaurantOther__item {
  width: 25rem;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther__item {
    width: 34rem;
  }
}
.p-restaurantOther__item a {
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-restaurantOther__item a:hover {
  color: #917c50;
}
.p-restaurantOther__image {
  width: 100%;
  height: auto;
  aspect-ratio: 200/132;
}
.p-restaurantOther__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-restaurantOther__postTitle {
  margin-top: 0.8rem;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.p-restaurantOther__postSubtitle {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.2307692308;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-restaurantOther__postSubtitle {
    font-size: 11px;
    font-size: max(10px, 1.1rem);
    line-height: 1.1818181818;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}

.p-eventNavi {
  padding-top: 6.5rem;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi {
    padding-block: 5.5rem;
  }
}
.p-eventNavi__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi__inner {
    width: 34rem;
  }
}
.p-eventNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi__list {
    width: 100%;
  }
}
.p-eventNavi__list__food {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi__list__food {
    row-gap: 1rem;
  }
}
.p-eventNavi__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0rem;
  }
}
.p-eventNavi__groupTitle {
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 2.15;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
  white-space: nowrap;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
}
.p-eventNavi__groupContent {
  width: 100%;
}
.p-eventNavi__groupList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 1rem;
}
@media screen and (max-width: 900px ) {
  .p-eventNavi__groupList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px ) {
  .p-eventNavi .c-naviButton__item a {
    width: 100%;
    height: auto;
    padding: 0.8rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 11px;
    font-size: max(10px, 1.1rem);
    line-height: 1.1818181818;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

.p-eventRoom {
  padding-block: 11rem 0;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom {
    padding-block: 0 4rem;
  }
}
.p-eventRoom__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__title {
    width: 34rem;
  }
}
.p-eventRoom__section {
  padding-block: 5rem 10rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__section {
    padding-block: 3rem 6rem;
  }
}
.p-eventRoom__inner {
  width: 100%;
}
.p-eventRoom__text {
  width: 105.6rem;
  margin-inline: auto;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 5.5rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__text {
    width: 34rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 3.5rem;
  }
  .p-eventRoom__text br {
    display: none;
  }
}
.p-eventRoom__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__button {
    margin-top: 2.5rem;
  }
}
.p-eventRoom__slider {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__slider {
    margin-top: 1rem;
  }
}
.p-eventRoom__slideImage--facility {
  aspect-ratio: 56.5/44.4;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__slideImage--facility {
    aspect-ratio: 34/25;
  }
}
.p-eventRoom__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-eventRoom__slideTitle {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 2.4rem;
  bottom: 1.5rem;
  color: #ffffff;
}
.p-eventRoom__navi {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__navi {
    width: 34rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    margin-top: 2.2rem;
  }
}
.p-eventRoom__navi span {
  width: 3.6rem;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__navi span {
    width: 1.5rem;
  }
}
.p-eventRoom__navi span:hover {
  opacity: 0.5;
}
.p-eventRoom__content {
  width: 105.6rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__content {
    width: 34rem;
  }
}
.p-eventRoom__table dl:first-child {
  border-top: none;
}
.p-eventRoom__links {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-eventRoom__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.3rem;
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-eventRoom__view svg {
  width: 2.4rem;
}
.p-eventRoom__view svg path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: #3e2d1a;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-eventRoom__view:hover {
  color: #917c50;
}
.p-eventRoom__view:hover svg path {
  stroke: #917c50;
}
.p-eventRoom__button {
  margin-top: 6rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-eventRoom__button {
    margin-top: 4rem;
    margin-inline: auto;
  }
}

.p-partyNavi {
  padding-top: 9rem;
}
@media screen and (max-width: 900px ) {
  .p-partyNavi {
    padding-block: 5.5rem;
  }
}
.p-partyNavi__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyNavi__inner {
    width: 31.6rem;
  }
}

.p-partyRecommend {
  padding-block: 8rem 9rem;
  background: #f7f3ed;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend {
    padding-block: 3.5rem;
  }
}
.p-partyRecommend__inner {
  width: calc(100dvw - (100dvw - 105.6rem) / 2);
  height: auto;
  margin-left: calc((100dvw - 105.6rem) / 2);
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__inner {
    width: 100dvw;
    margin: 0;
  }
}
.p-partyRecommend__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  line-height: 1.8;
  margin-top: 1.4rem;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 36.5rem;
    margin-inline: auto 0;
  }
}
.p-partyRecommend__title h2 {
  font-size: 40px;
  font-size: max(10px, 4rem);
  line-height: 1.2;
  letter-spacing: 0.09em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__title h2 {
    font-size: 30px;
    font-size: max(10px, 3rem);
    line-height: 1.2333333333;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.p-partyRecommend__text {
  margin-top: 1rem;
}
.p-partyRecommend__slider {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__slider {
    width: 36.5rem;
    margin-inline: auto 0;
  }
}
.p-partyRecommend__slideTitle {
  width: 100%;
}
.p-partyRecommend__slide {
  width: 31.3rem;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__slide {
    width: 29.5rem;
  }
}
.p-partyRecommend__navi {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__navi {
    margin-top: 1.2rem;
  }
}
.p-partyRecommend__button {
  margin: 5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyRecommend__button {
    margin-top: 4rem;
    margin-inline: auto;
  }
}

.p-partyVenue {
  padding-block: 11rem 0;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue {
    padding-block: 6rem 0;
  }
}
.p-partyVenue__title {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__title {
    width: 34rem;
  }
}
.p-partyVenue__section {
  padding-block: 5rem 10rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__section {
    padding-block: 3rem 6rem;
  }
}
.p-partyVenue__inner {
  width: 100%;
}
.p-partyVenue__header {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__header {
    width: 34rem;
  }
}
.p-partyVenue__sectionTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-partyVenue__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .p-partyVenue__text br {
    display: none;
  }
}
.p-partyVenue__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__button {
    margin-top: 2.5rem;
  }
}
.p-partyVenue__slider {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__slider {
    margin-top: 3rem;
  }
}
.p-partyVenue__slide {
  position: relative;
}
.p-partyVenue__slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__slide:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.3) 100%);
  }
}
.p-partyVenue__slide picture,
.p-partyVenue__slide img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-partyVenue__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__caption {
    bottom: 1rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.2857142857;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-partyVenue__slideImage--facility {
  aspect-ratio: 56.5/44.4;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__slideImage--facility {
    aspect-ratio: 34/25;
  }
}
.p-partyVenue__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-partyVenue__slideTitle {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 2.4rem;
  bottom: 1.5rem;
  color: #ffffff;
}
.p-partyVenue__navi {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__navi {
    width: 34rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    margin-top: 2.2rem;
  }
}
.p-partyVenue__navi span {
  width: 3.6rem;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__navi span {
    width: 1.5rem;
  }
}
.p-partyVenue__navi span:hover {
  opacity: 0.5;
}
.p-partyVenue__content {
  width: 105.6rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__content {
    width: 34rem;
  }
}
.p-partyVenue__table dl:first-child {
  border-top: none;
}
.p-partyVenue__links {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-partyVenue__button {
  margin-top: 5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyVenue__button {
    margin-inline: auto;
    margin-top: 3rem;
  }
}

.p-partyEvent {
  padding-block: 14rem 0;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent {
    padding-block: 8.5rem 0;
  }
}
.p-partyEvent__inner {
  width: 105.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__inner {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "content" "image" "button";
  }
  .p-partyEvent__inner > .p-roomSingle__layoutImage {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.p-partyEvent__image {
  width: 49.4rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-partyEvent__image.js-scrollEffect {
  opacity: 0;
  -webkit-transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-partyEvent__image.js-scrollEffect.is-active {
  opacity: 1;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__image {
    width: 100%;
    grid-area: image;
    margin-top: 4rem;
  }
}
.p-partyEvent__main {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__main {
    display: contents;
  }
}
.p-partyEvent__content {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__content {
    grid-area: content;
    width: 34rem;
    margin-inline: auto;
  }
}
.p-partyEvent__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-partyEvent__title h2 {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__title h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
.p-partyEvent__text {
  margin-top: 1rem;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__text {
    margin-top: 2rem;
  }
}
.p-partyEvent__button {
  margin: 3.5rem auto 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-partyEvent__button {
    margin-top: 2.5rem;
    grid-area: button;
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 900px ){
  .p-roomSingle__layoutImage {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-roomSingle__layoutTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-roomSingle__layoutTable {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-partyEvent__image {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-partyEvent__inner > .p-partyEvent__image {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-partyEvent__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-partyEvent__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-partyList {
  padding-block: 14rem 7rem;
}
@media screen and (max-width: 900px ) {
  .p-partyList {
    padding-block: 8.5rem 4rem;
  }
}
.p-partyList__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyList__inner {
    width: 34rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-partyList__title h2 {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.1538461538;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
  .p-partyList__title p {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 2.1333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-partyList__tableWrap {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-partyList__tableWrap {
    overflow-x: scroll;
  }
}
.p-partyList__table {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-partyList__table {
    width: 73rem;
    margin-top: 4rem;
  }
}
.p-partyList__table tr {
  border-bottom: 1px solid #979c9a;
}
.p-partyList__table th,
.p-partyList__table td {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-partyList__table th,
  .p-partyList__table td {
    font-size: 9px;
    font-size: max(10px, 0.9rem);
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px ) {
  .p-partyList__table th {
    font-size: 10px;
    font-size: max(10px, 1rem);
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.p-partyList__table th {
  padding-bottom: 1.5rem;
}
.p-partyList__table th:first-child {
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-partyList__table th:first-child {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.p-partyList__table td:nth-child(1) {
  width: 13.8648180243%;
}
.p-partyList__table td:nth-child(2) {
  width: 18.1975736568%;
  text-align: left;
  padding-left: 2.7rem;
}
@media screen and (max-width: 900px ) {
  .p-partyList__table td:nth-child(2) {
    padding-left: 1rem;
  }
}
.p-partyList__table td:nth-child(3) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(4) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(5) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(6) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(7) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(8) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(9) {
  width: 7.7989601386%;
}
.p-partyList__table td:nth-child(10) {
  width: 7.7989601386%;
}
.p-partyList__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-partyList__link {
  display: block;
  width: 1.9rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyList__link {
    width: 1rem;
  }
}
.p-partyList__link svg path {
  stroke: #3e2d1a;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-partyList__link svg:hover path {
  stroke: #917c50;
}
.p-partyList__scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-inline: auto 0;
  margin-top: 2rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-partyList__scroll span {
  width: 2rem;
}
.p-partyList__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 7.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  color: #3e2d1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 900px ) {
  .p-partyList__download {
    margin-top: 3rem;
  }
}
.p-partyList__download span {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 600;
  border-bottom: 1px solid #3e2d1a;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.p-partyList__download svg {
  width: 2rem;
}
.p-partyList__download svg path {
  stroke: #3e2d1a;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-partyList__download:hover {
  color: #917c50;
}
.p-partyList__download:hover span {
  border-bottom-color: #917c50;
}
.p-partyList__download:hover svg path {
  stroke: #917c50;
}

.p-partyPlan {
  padding-block: 9rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan {
    padding-block: 9rem;
  }
}
.p-partyPlan__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__inner {
    width: 100%;
  }
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__title {
    width: 34rem;
    margin-inline: auto;
  }
}
.p-partyPlan__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.3rem;
     -moz-column-gap: 4.3rem;
          column-gap: 4.3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
    margin-top: 4rem;
  }
}
.p-partyPlan__image {
  width: 49.4rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-partyPlan__image.js-scrollEffect {
  opacity: 0;
  -webkit-transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-partyPlan__image.js-scrollEffect.is-active {
  opacity: 1;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__image {
    width: 100%;
  }
}
.p-partyPlan__content {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__content {
    width: 34rem;
    margin-inline: auto;
  }
}
.p-partyPlan__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-partyPlan__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    margin-top: 1.5rem;
    margin-top: 4rem;
  }
}
.p-partyPlan__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5em 2.5em;
  height: 4.3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__button {
    width: 100%;
    padding-inline: 0 1rem;
    height: 4.3rem;
    font-size: 1.3rem;
  }
}
.p-partyPlan__button svg {
  right: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-partyPlan__button svg {
    right: 1rem;
  }
}

.p-planNavi {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-planNavi {
    padding-block: 3.5rem;
  }
}
.p-planNavi__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-planNavi__inner {
    width: 34rem;
  }
}
.p-planArchive {
  padding-block: 6rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-planArchive {
    padding-block: 1rem 8.5rem;
  }
}
.p-planArchive__inner {
  width: 126.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__inner {
    width: 34rem;
  }
}
.p-planArchive__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.5rem 5.5rem;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.5rem 5.5rem;
  }
}
.p-planArchive__title {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__title {
    font-size: 16px;
    font-size: max(10px, 1.6rem);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 2rem;
  }
}
.p-planArchive__info {
  margin-top: 1rem;
}
.p-planArchive__info dl {
  border-bottom: 1px solid #979c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1rem;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.p-planArchive__info dl dt {
  width: 19rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__info dl dt {
    width: 100%;
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-planArchive__info dl dd {
  width: 100%;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-planArchive__button {
  margin-top: 2rem;
  margin-inline: auto 0;
}
.p-planArchive a:hover .p-planArchive__button {
  color: #917c50;
}
.p-planArchive a:hover .p-planArchive__button svg path {
  stroke: #917c50;
}
.p-planArchive__pagenavi {
  margin-top: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-planArchive__pagenavi {
    margin-top: 5.5rem;
  }
}

.p-concept__slider {
  width: 100dvw;
  height: 100dvh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: auto;
}
.p-concept__slide {
  width: 100dvw;
  height: 100dvh;
  scroll-snap-align: start;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  row-gap: 3rem;
  padding-block: 8rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 900px ) {
  .p-concept__slide {
    padding-block: 5rem;
    row-gap: 4rem;
  }
}
.p-concept__slideBg {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.p-concept__slideBg img,
.p-concept__slideBg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-concept__content {
  position: relative;
  z-index: 20;
  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;
  row-gap: 3rem;
  text-align: center;
  opacity: 1;
}
.p-concept__title {
  text-align: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 44px;
  font-size: max(10px, 4.4rem);
  line-height: 1.2272727273;
  letter-spacing: 0.13em;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .p-concept__title {
    font-size: 27px;
    font-size: max(10px, 2.7rem);
    line-height: 1.2222222222;
    letter-spacing: 0.13em;
    font-weight: 600;
  }
}
.p-concept__subtitle {
  text-align: center;
  font-size: 19px;
  font-size: max(10px, 1.9rem);
  line-height: 2.0526315789;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-concept__subtitle {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.3571428571;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-concept__text {
  text-align: center;
  font-size: 19px;
  font-size: max(10px, 1.9rem);
  line-height: 2.9473684211;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-concept__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 3.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-concept__logo {
  width: 23.7rem;
  height: auto;
  margin-top: 10dvh;
}
@media screen and (max-width: 900px ) {
  .p-concept__logo {
    width: 15rem;
    margin-top: 5dvh;
  }
}

.p-accessMap {
  padding-block: 10rem 5.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessMap {
    padding-block: 5.5rem 3rem;
  }
}
.p-accessMap__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-accessMap__inner {
    width: 34rem;
  }
}
.p-accessMap__map {
  width: 100%;
  height: auto;
  aspect-ratio: 1056/580;
}
.p-accessMap__map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p-accessMap__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-accessMap__info {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-accessMap__address {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-accessMap__address {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.2857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-accessMap__address span {
  display: inline-block;
  width: 1.3rem;
  height: 1.7rem;
  background: url(./assets/images/common/icon-phone.png) no-repeat center center/contain;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}
.p-accessMap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-accessMap__link span {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 1px solid #3e2d1a;
}
@media screen and (max-width: 900px ) {
  .p-accessMap__link span {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.2857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-accessMap__link:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 2.2rem;
  background: url(./assets/images/common/icon-pin.png) no-repeat center center/contain;
}

.p-accessGraph {
  padding-block: 5.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessGraph {
    padding-block: 3rem 4.5rem;
  }
}
.p-accessGraph__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-accessGraph__inner {
    width: 34rem;
  }
}
.p-accessGraph__title {
  font-size: 20px;
  font-size: max(10px, 2rem);
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 600;
  color: #917c50;
}
@media screen and (max-width: 900px ) {
  .p-accessGraph__title {
    font-size: 18px;
    font-size: max(10px, 1.8rem);
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-accessGraph__text {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.9285714286;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-accessGraph__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.9285714286;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-top: 2.5rem;
  }
}
.p-accessGraph__image {
  width: 74.4rem;
  height: auto;
  margin-inline: auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessGraph__image {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-accessInfo {
  padding-block: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo {
    padding-block: 4rem;
  }
}
.p-accessInfo:last-child {
  padding-bottom: 0;
}
.p-accessInfo__inner {
  width: 105.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__inner {
    width: 34rem;
  }
}
.p-accessInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-accessInfo__title img {
  width: 4rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__title img {
    width: 3.2rem;
  }
}
.p-accessInfo__title span {
  font-size: 24px;
  font-size: max(10px, 2.4rem);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #917c50;
  white-space: nowrap;
  margin-left: 0.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__title span {
    font-size: 20px;
    font-size: max(10px, 2rem);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-accessInfo__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e2d1a;
  margin-left: 2.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__title:after {
    display: none;
  }
}
.p-accessInfo__main {
  width: 100%;
  padding-left: 15.5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__main {
    margin-top: 2.5rem;
    padding-left: 0;
  }
}
.p-accessInfo__text {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.9285714286;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.p-accessInfo__table {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__table {
    margin-top: 2rem;
  }
}
.p-accessInfo__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979c9a;
  padding-block: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-accessInfo__table dl:first-child {
    border-top: 1px solid #979c9a;
  }
}
.p-accessInfo__table dt {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.9285714286;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: 28rem;
  color: #917c50;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__table dt {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 600;
    width: 100%;
  }
}
.p-accessInfo__table dd {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.9285714286;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__table dd {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.9285714286;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
.p-accessInfo__table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-accessInfo__table ul li:before {
  content: "・";
}
.p-accessInfo__note {
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1.8461538462;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px ) {
  .p-accessInfo__note {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-top: 2rem;
  }
}

.p-gift {
  width: 100%;
  padding-block: 7rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-gift {
    padding-block: 5rem 9rem;
  }
}
.p-gift__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-gift__inner {
    width: 34rem;
  }
}
.p-gift__intro {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-gift__intro {
    width: 100%;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: left;
  }
  .p-gift__intro br {
    display: none;
  }
}
.p-gift__blocks {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15rem;
}
@media screen and (max-width: 900px ) {
  .p-gift__blocks {
    row-gap: 8rem;
    margin-top: 6rem;
  }
}
.p-gift__title h2 {
  font-size: 40px;
  font-size: max(10px, 4rem);
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-gift__title h2 {
    font-size: 30px;
    font-size: max(10px, 3rem);
    line-height: 1.2333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-gift__title p {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-gift__title p {
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 2.1333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-gift__image {
  width: 81.5rem;
  height: auto;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-gift__image {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-gift__image.js-scrollEffect {
  opacity: 0;
  -webkit-transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.88s 0s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-gift__image.js-scrollEffect.is-active {
  opacity: 1;
}
.p-gift__text {
  margin-top: 5rem;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-gift__text {
    margin-top: 3.5rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: left;
  }
}
.p-gift__table {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-gift__table {
    margin-top: 4rem;
  }
}
.p-gift__button {
  margin-top: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-gift__button {
    margin-top: 3rem;
  }
}

.p-faq {
  width: 100%;
  padding-block: 16.5rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-faq {
    padding-block: 12.5rem 10rem;
  }
}
.p-faq__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-faq__inner {
    width: 34rem;
  }
}
.p-faq__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__navi ul {
  width: 80rem;
  margin-inline: auto;
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-faq__navi ul {
    width: 100%;
    gap: 1.5rem 1rem;
    margin-top: 6rem;
  }
}
.p-faq__navi a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
  padding-inline: 2em 3em;
  border: 1px solid #3e2d1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.8666666667;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 100vmax;
  position: relative;
  color: #3e2d1a;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px ) {
  .p-faq__navi a {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
    height: 4.5rem;
    width: 100%;
    padding-inline: 1em 2.5em;
  }
}
.p-faq__navi a svg {
  width: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.p-faq__navi a svg path {
  stroke: #3e2d1a;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.p-faq__navi a:hover {
  background: #3e2d1a;
  color: #ffffff;
}
.p-faq__navi a:hover svg path {
  stroke: #ffffff;
}
.p-faq__block {
  padding-block: 6rem;
  width: 86rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-faq__block {
    padding-block: 4.5rem;
    width: 100%;
  }
}
.p-faq__blockTitle {
  font-size: 18px;
  font-size: max(10px, 1.8rem);
  line-height: 2.0555555556;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-faq__blockMain {
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-faq__blockMain {
    margin-top: 0;
  }
}
.p-faq__blockItem {
  width: 100%;
  border-top: 1px solid #3e2d1a;
  background: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-faq__blockItem:hover {
  background: #f7f3ed;
}
.p-faq__blockItem:last-child {
  border-bottom: 1px solid #3e2d1a;
}
@media screen and (max-width: 900px ) {
  .p-faq__blockItem:first-child {
    border-top: 0px solid #3e2d1a;
  }
}
.p-faq__blockItem dt {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
  cursor: pointer;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-faq__blockItem dt {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-right: 1rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.6428571429;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-faq__blockItem dt span {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #3e2d1a;
  border-radius: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__blockItem dt span:before, .p-faq__blockItem dt span:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1px;
  background: #3e2d1a;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-faq__blockItem dt span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-faq__blockItem dd {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.p-faq__blockItem dd p {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.7333333333;
  letter-spacing: 0em;
  font-weight: 400;
  padding-block: 1.5rem 3.5rem;
}
@media screen and (max-width: 900px ) {
  .p-faq__blockItem dd p {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
    padding-block: 0.5rem 2.5rem;
  }
}
.p-faq__blockItem.is-open dt span:after {
  opacity: 0;
}

.p-download {
  width: 119.6rem;
  height: auto;
  background: #f7f3ed;
  margin-inline: auto;
  padding: 8rem 7rem 9rem;
  margin-top: 12rem;
}
@media screen and (max-width: 900px ) {
  .p-download {
    width: 36rem;
    padding: 6rem 2.3rem;
  }
}
.p-download__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.9rem 1fr 1.9rem 1fr 1.9rem 1fr 1.9rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 1.9rem;
     -moz-column-gap: 1.9rem;
          column-gap: 1.9rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 900px ) {
  .p-download__list {
    -ms-grid-columns: (25.4rem)[1];
    grid-template-columns: repeat(1, 25.4rem);
    row-gap: 3.5rem;
    place-content: center;
  }
}
.p-download__list li h3 {
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2.2857142857;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-download__list li h3 {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.2857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-download__list li div {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-download__list li div {
    margin-top: 0.3rem;
  }
}
.p-download__list li a {
  width: 100%;
  height: 2.5rem;
  border-radius: 100vmax;
  margin-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  background: #3e2d1a;
  color: #ffffff;
  font-size: 13px;
  font-size: max(10px, 1.3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-download__list li a:hover {
  background: #917c50;
}
@media screen and (max-width: 900px ) {
  .p-download__list li a {
    width: 19.6rem;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}
.p-download__list li a svg {
  width: 1.4rem;
  height: auto;
}
.p-download__list li a path {
  stroke: #ffffff;
}

.p-contact {
  padding-block: 18.5rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-contact {
    padding-block: 13rem 8rem;
  }
}
.p-contact--thanks {
  padding-block: 18.5rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-contact--thanks {
    padding-block: 13rem 8rem;
  }
}
.p-contact--thanks .p-contact__title {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1.2333333333;
  letter-spacing: 0.09em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-contact--thanks .p-contact__title {
    font-size: 26px;
    font-size: max(10px, 2.6rem);
    line-height: 1.1538461538;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
}
.p-contact__button {
  margin-inline: auto;
  margin-top: 4rem;
}
.p-contact__text {
  margin-top: 5rem;
  width: 86rem;
  text-align: center;
  margin-inline: auto;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-contact__text {
    width: 34rem;
    text-align: left;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-contact__text--center {
  text-align: center;
}
.p-contact__form {
  width: 86rem;
  margin-inline: auto;
  margin-top: 9.2rem;
}
@media screen and (max-width: 900px ) {
  .p-contact__form {
    width: 34rem;
    margin-top: 6rem;
  }
}
.p-contact__link {
  margin-top: 11rem;
}
@media screen and (max-width: 900px ) {
  .p-contact__link {
    margin-top: 6.5rem;
  }
}
.p-contact__data {
  margin-top: 8rem;
  width: 86rem;
  margin-inline: auto;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.7333333333;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-contact__data {
    width: 34rem;
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-contact__data--center dl {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.p-contact__data--center dl dt,
.p-contact__data--center dl dd {
  width: 100% !important;
  text-align: center !important;
}
.p-contact__data dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2rem;
  border-bottom: 1px solid #979c9a;
}
@media screen and (max-width: 900px ) {
  .p-contact__data dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact__data dl:last-child {
  border-bottom: none;
}
.p-contact__data dt {
  width: 24.4rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2.2857142857;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-contact__data dt {
    width: 11rem;
  }
}
.p-contact__data dd {
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
}

.grecaptcha-badge {
  z-index: 100;
}

body:not(.contact):not(.contactform):not(.gift_form) .grecaptcha-badge {
  visibility: hidden;
}

.p-terms {
  width: 100%;
  padding-block: 16rem 16rem;
}
@media screen and (max-width: 900px ) {
  .p-terms {
    padding-block: 10rem 10rem;
  }
}
.p-terms__inner {
  width: 105.6rem;
  margin-inline: auto;
}
.p-terms__inner--small {
  width: 86rem;
}
@media screen and (max-width: 900px ) {
  .p-terms__inner {
    width: 34rem;
  }
}
.p-terms__title h1 {
  font-size: 30px;
  font-size: max(10px, 3rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-terms__title h1 {
    font-size: 24px;
    font-size: max(10px, 2.4rem);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-terms__content {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2.5333333333;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-terms__content {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 2.1428571429;
    letter-spacing: 0em;
    font-weight: 400;
    row-gap: 5rem;
  }
}
.p-terms__content dt {
  font-weight: 700;
}

.p-info {
  padding-block: 12rem 16rem;
}
@media screen and (max-width: 900px ) {
  .p-info {
    padding-block: 7.5rem 9rem;
  }
}
.p-info__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-info__inner {
    width: 34rem;
  }
}
.p-info__navi {
  margin-top: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-info__navi {
    margin-top: 6rem;
  }
}
.p-info__main {
  margin-top: 12rem;
}
@media screen and (max-width: 900px ) {
  .p-info__main {
    margin-top: 5rem;
  }
}
.p-info__pagenavi {
  margin-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-info__pagenavi {
    margin-top: 5rem;
  }
}
.p-info__pagenavi span {
  border-bottom: 1px solid #3e2d1a;
}

.p-topics {
  padding-block: 12rem 16rem;
}
@media screen and (max-width: 900px ) {
  .p-topics {
    padding-block: 7.5rem 9rem;
  }
}
.p-topics__inner {
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-topics__inner {
    width: 34rem;
  }
}
.p-topics__naviWrap {
  margin-top: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  row-gap: 2.8rem;
}
@media screen and (max-width: 900px ) {
  .p-topics__naviWrap {
    margin-top: 6rem;
    row-gap: 3.5rem;
  }
}
.p-topics__navi {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px ) {
  .p-topics__navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-topics__naviTitle {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-topics__naviTitle {
    width: 100%;
    text-align: center;
  }
}
.p-topics__main {
  margin-top: 12rem;
}
@media screen and (max-width: 900px ) {
  .p-topics__main {
    margin-top: 1rem;
  }
}
.p-topics__pagenavi {
  margin-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-topics__pagenavi {
    margin-top: 5rem;
  }
}
.p-topics__pagenavi span {
  border-bottom: 1px solid #3e2d1a;
}

.p-single {
  position: relative;
  width: 100%;
  padding-block: 17.5rem 16.5rem;
}
@media screen and (max-width: 900px ) {
  .p-single {
    padding-block: 8.5rem 7rem;
  }
}
.p-single__inner {
  width: 86rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-single__inner {
    width: 34rem;
  }
}
.p-single__header {
  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;
}
.p-single__date {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 1.8666666667;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-single__date {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 2.1538461538;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-single__category {
  font-size: 15px;
  font-size: max(10px, 1.5rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding-inline: 1em;
  border: 1px solid #3e2d1a;
  background: #ffffff;
  color: #3e2d1a;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-single__category {
    font-size: 13px;
    font-size: max(10px, 1.3rem);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 600;
    height: 2.4rem;
  }
}
.p-single__title {
  font-size: 26px;
  font-size: max(10px, 2.6rem);
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 2.3rem;
}
@media screen and (max-width: 900px ) {
  .p-single__title {
    font-size: 20px;
    font-size: max(10px, 2rem);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 1.9rem;
  }
}
.p-single__thumbnail {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-single__thumbnail {
    margin-top: 2.5rem;
  }
}
.p-single__content {
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-single__content {
    margin-top: 2.5rem;
  }
}
.p-single__button {
  margin-top: 8rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-single__button {
    margin-top: 7rem;
  }
}
.p-single__link {
  margin-top: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-single__link {
    margin-top: 7rem;
  }
}
.p-single__archive {
  margin-top: 13rem;
  width: 119.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-single__archive {
    margin-top: 7rem;
    width: 34rem;
  }
}
.p-single__info {
  margin-top: 4rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 900px ) {
  .p-single__info {
    margin-top: 4.5rem;
    margin-bottom: 4rem;
  }
}
.p-single__infoText {
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-single__infoText {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-single__infoTable {
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-single__infoTable {
    margin-top: 3.5rem;
  }
}
.p-single__infoTable dl {
  border-bottom: 1px solid #979c9a;
  padding-block: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px ) {
  .p-single__infoTable dl {
    padding-block: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}
.p-single__infoTable dl:first-child {
  border-top: 1px solid #979c9a;
}
.p-single__infoTable dt {
  width: 29rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-single__infoTable dt {
    width: 100%;
    font-size: 15px;
    font-size: max(10px, 1.5rem);
    line-height: 1.8666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.p-single__infoTable dd {
  width: 100%;
  font-size: 14px;
  font-size: max(10px, 1.4rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-single__infoButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 4rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-single__infoButton svg {
  position: static;
}
.p-single__infoButton svg:first-child {
  width: 2.1rem;
}
.p-single__infoButton svg:last-child {
  width: 0.8rem;
}
.p-singleArchive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.3rem 3rem;
}
@media screen and (max-width: 900px ) {
  .p-singleArchive {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.p-404 {
  position: relative;
  width: 100%;
  padding-block: 20rem 18rem;
}
@media screen and (max-width: 900px ) {
  .p-404 {
    padding-block: 9rem;
  }
}
.p-404__inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-404__inner {
    row-gap: 3rem;
  }
}
.p-404__title {
  margin-top: 7rem;
  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;
  row-gap: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-404__title {
    margin-top: 3.5rem;
    row-gap: 2rem;
  }
}
.p-404__title h1 {
  font-variation-settings: "wdth" 125;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
  font-size: 113px;
  font-size: max(10px, 11.3rem);
  line-height: 0.7079646018;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 900px ) {
  .p-404__title h1 {
    font-size: 76px;
    font-size: max(10px, 7.6rem);
    line-height: 0.5131578947;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.p-404__title p {
  font-size: 25px;
  font-size: max(10px, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-404__title p {
    font-size: 20px;
    font-size: max(10px, 2rem);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-404__text {
  text-align: center;
  font-size: 16px;
  font-size: max(10px, 1.6rem);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-404__text {
    font-size: 14px;
    font-size: max(10px, 1.4rem);
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

/* ==========================================================================
 #Utility
========================================================================== */
/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 901px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .u-spNone {
    display: none !important;
  }
}