/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: inherit;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

:root {
  --vw-design-width: 1440;
  --vw-viewport-width: 100vw;
}
@media (max-width: 767px) {
  :root {
    --vw-design-width: 375;
    --vw-viewport-width: 100vw;
  }
}

@media (min-width: 1600px) {
  :root {
    --vw-viewport-width: 1600px;
  }
}
body {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  color: #4a463f;
  background: #fff;
  letter-spacing: 0.01em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

.to-grade {
  position: relative;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}

.to-grade img {
  -webkit-transform: translateY(calc(8 / var(--vw-design-width) * var(--vw-viewport-width))) scale(1.04);
          transform: translateY(calc(8 / var(--vw-design-width) * var(--vw-viewport-width))) scale(1.04);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.to-grade.is-inview img {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.to-grade.is-inview {
  clip-path: inset(0);
}

.toFadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

.toFadeIn.is-inview {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .to-grade {
    clip-path: inset(0);
    -webkit-transition: none;
    transition: none;
  }
  .to-grade img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .toFadeIn {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
.site-main--narrow {
  max-width: 760px;
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-toggle {
    position: relative;
    z-index: 30;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(4 / var(--vw-design-width) * var(--vw-viewport-width));
    width: calc(35 / var(--vw-design-width) * var(--vw-viewport-width));
    height: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}

.menu-toggle__lines {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(4 / var(--vw-design-width) * var(--vw-viewport-width));
  width: 100%;
}

.menu-toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #ad8d69;
  -webkit-transition: opacity 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
}

.menu-toggle__line:nth-child(2) {
  width: calc(25 / var(--vw-design-width) * var(--vw-viewport-width));
}

.menu-toggle__text {
  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: 100%;
  color: #ad8d69;
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-hero {
  padding: 48px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .page-hero {
    padding: 40px 0;
  }
}

.page-hero--top {
  min-height: 360px;
  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 (max-width: 991px) {
  .page-hero--top {
    min-height: 300px;
  }
}

.page-hero__label {
  margin: 0 0 12px;
  color: #466e9c;
  font-size: calc(13 / var(--vw-design-width) * var(--vw-viewport-width));
  font-weight: 400;
  text-transform: uppercase;
}

.page-hero__title {
  margin: 0;
  font-size: calc(44 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
}
@media (max-width: 991px) {
  .page-hero__title {
    font-size: calc(34 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}

.page-hero__text {
  max-width: 560px;
  margin: 20px 0 0;
  color: #666;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-grid {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }
}

.feature-card,
.news-card__link {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.feature-card {
  padding: 24px;
}

.feature-card__label {
  color: #466e9c;
  font-size: calc(13 / var(--vw-design-width) * var(--vw-viewport-width));
  font-weight: 400;
}

.feature-card h2 {
  margin: 12px 0 8px;
  font-size: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
}

.feature-card p,
.news-card__excerpt {
  margin: 0;
  color: #666;
}

.page-content {
  padding: 40px 0;
}

.news-list {
  display: grid;
  gap: 16px;
  padding: 40px 0;
}

.news-card__link {
  padding: 24px;
}

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .news-card__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.news-card__date {
  color: #666;
  font-size: calc(13 / var(--vw-design-width) * var(--vw-viewport-width));
}

.news-card__title {
  margin: 0 0 10px;
  font-size: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.4;
}

.news-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-terms__item {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #666;
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
}

.news-single__header {
  padding: 48px 0 28px;
  border-bottom: 1px solid #ddd;
}

.news-single__title {
  margin: 10px 0 16px;
  font-size: calc(36 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.3;
}
@media (max-width: 991px) {
  .news-single__title {
    font-size: calc(30 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}

.news-single__thumbnail {
  margin: 32px 0 0;
}

.pagination {
  margin: 16px 0 40px;
}

.link-button {
  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;
  width: calc(230 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: 0 calc(12 / var(--vw-design-width) * var(--vw-viewport-width)) calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  border-bottom: 1px solid #ad8d69;
  color: #ad8d69;
}
.link-button:hover .link-button__arrow::before {
  -webkit-transform: translate(-50%, -50%) translateX(calc(41 / var(--vw-design-width) * var(--vw-viewport-width)));
          transform: translate(-50%, -50%) translateX(calc(41 / var(--vw-design-width) * var(--vw-viewport-width)));
}
.link-button:hover .link-button__arrow::after {
  -webkit-transform: translate(-50%, -50%) translateX(0);
          transform: translate(-50%, -50%) translateX(0);
}
.link-button__text {
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.link-button__arrow {
  position: relative;
  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: calc(41 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(19 / var(--vw-design-width) * var(--vw-viewport-width));
  overflow: hidden;
  background-color: #ad8d69;
  border-radius: calc(2 / var(--vw-design-width) * var(--vw-viewport-width));
}
.link-button__arrow::before, .link-button__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(6 / var(--vw-design-width) * var(--vw-viewport-width));
  background: url("../img/element/link_arrow.svg") center/contain no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.link-button__arrow::before {
  -webkit-transform: translate(-50%, -50%) translateX(0);
          transform: translate(-50%, -50%) translateX(0);
}
.link-button__arrow::after {
  -webkit-transform: translate(-50%, -50%) translateX(calc(-41 / var(--vw-design-width) * var(--vw-viewport-width)));
          transform: translate(-50%, -50%) translateX(calc(-41 / var(--vw-design-width) * var(--vw-viewport-width)));
}

.reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(177 / var(--vw-design-width) * var(--vw-viewport-width)) calc(40 / var(--vw-design-width) * var(--vw-viewport-width)) calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
  overflow-y: auto;
}
@media (max-width: 991px) {
  .reservation-modal {
    padding: calc(120 / var(--vw-design-width) * var(--vw-viewport-width)) calc(20 / var(--vw-design-width) * var(--vw-viewport-width)) calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal[hidden] {
  display: none;
}
.reservation-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(74, 70, 63, 0.5);
}
.reservation-modal__dialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  width: calc(780 / var(--vw-design-width) * var(--vw-viewport-width));
  max-width: 100%;
  padding: calc(80 / var(--vw-design-width) * var(--vw-viewport-width)) calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
  background: rgba(255, 255, 255, 0.9);
  outline: 0;
  -webkit-transform: translateX(calc(-35 / var(--vw-design-width) * var(--vw-viewport-width)));
          transform: translateX(calc(-35 / var(--vw-design-width) * var(--vw-viewport-width)));
}
@media (max-width: 991px) {
  .reservation-modal__dialog {
    gap: calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
    width: 100%;
    padding: calc(64 / var(--vw-design-width) * var(--vw-viewport-width)) calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
    -webkit-transform: none;
            transform: none;
  }
}
.reservation-modal__close {
  position: absolute;
  top: calc(-24 / var(--vw-design-width) * var(--vw-viewport-width));
  right: calc(-13 / var(--vw-design-width) * var(--vw-viewport-width));
  width: calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 991px) {
  .reservation-modal__close {
    top: calc(-20 / var(--vw-design-width) * var(--vw-viewport-width));
    right: 0;
    width: calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
    height: calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.reservation-modal__title {
  color: #4a463f;
  font-family: "Tenor Sans", Optima, sans-serif;
  font-size: calc(36 / var(--vw-design-width) * var(--vw-viewport-width));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.17em;
}
@media (max-width: 991px) {
  .reservation-modal__title {
    font-size: calc(30 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal__title span {
  color: #ad8d69;
}
.reservation-modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
}
.reservation-modal__label {
  color: #4a463f;
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .reservation-modal__label {
    font-size: calc(14 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal__link {
  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: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  width: calc(262 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: calc(24 / var(--vw-design-width) * var(--vw-viewport-width)) calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  border: 1px solid #ad8d69;
  background: #4a463f;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 991px) {
  .reservation-modal__link {
    width: calc(262 / var(--vw-design-width) * var(--vw-viewport-width));
    max-width: 100%;
    padding: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal__link:hover {
  opacity: 0.8;
}
.reservation-modal__link-text {
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .reservation-modal__link-text {
    font-size: calc(14 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.reservation-modal__link-text--en {
  font-family: Optima, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.reservation-modal__phone, .reservation-modal__line {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
          flex: 0 0 calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  width: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
}
.reservation-modal__phone img {
  position: absolute;
  display: block;
  max-width: none;
}
.reservation-modal__phone-body {
  inset: 9.38% 26.04%;
  width: 47.92%;
  height: 81.24%;
}
.reservation-modal__phone-dot {
  inset: 77.08% 40.63% 18.75%;
  width: 18.74%;
  height: 4.17%;
}
.reservation-modal__line {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-reservation-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 25;
    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;
    padding: 80px 24px 40px;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}

@media (max-width: 767px) {
  .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

@media (max-width: 767px) {
  .primary-menu a {
    font-size: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .is-menu-open {
    overflow: hidden;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}

@media (max-width: 767px) {
  .is-menu-open .site-nav {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .is-menu-open .menu-toggle__line:nth-child(1) {
    -webkit-transform: translateY(calc(2.5 / var(--vw-design-width) * var(--vw-viewport-width))) rotate(15deg);
            transform: translateY(calc(2.5 / var(--vw-design-width) * var(--vw-viewport-width))) rotate(15deg);
  }
}

@media (max-width: 767px) {
  .is-menu-open .menu-toggle__line:nth-child(2) {
    width: 100%;
    -webkit-transform: translateY(calc(-2.5 / var(--vw-design-width) * var(--vw-viewport-width))) rotate(-15deg);
            transform: translateY(calc(-2.5 / var(--vw-design-width) * var(--vw-viewport-width))) rotate(-15deg);
  }
}

@media (max-width: 991px) {
  .site-main {
    padding: 0;
  }
}

:where(.site-main [id]) {
  scroll-margin-top: calc(96 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 991px) {
  :where(.site-main [id]) {
    scroll-margin-top: calc(88 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.header__inner {
  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: calc(15 / var(--vw-design-width) * var(--vw-viewport-width)) calc(96 / var(--vw-design-width) * var(--vw-viewport-width));
  background: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    height: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
    min-height: calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
    padding: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.header__inner-logo {
  width: calc(144 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .header__inner-logo {
    position: relative;
    z-index: 30;
    width: calc(67.152 / var(--vw-design-width) * var(--vw-viewport-width));
    height: calc(17 / var(--vw-design-width) * var(--vw-viewport-width));
    line-height: 0;
  }
}
.header__inner-logo h1 {
  width: 100%;
  height: 100%;
}
.header__inner-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
}
.header__inner-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(32 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .header__inner-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
    margin-top: auto;
  }
}
.header__inner-nav-list-item {
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  color: #4a463f;
  font-family: Optima, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header__inner-nav-list-item {
    font-size: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.header__inner-nav-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .header__inner-nav-cv {
    gap: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
    margin-bottom: auto;
  }
}
.header__inner-nav-cv-insta {
  width: calc(28 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .header__inner-nav-cv-insta {
    width: calc(28 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.header__inner-nav-cv-insta img {
  width: 100%;
  height: auto;
}
.header__inner-nav-cv-reserve {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  font-size: calc(16 / var(--vw-design-width) * var(--vw-viewport-width));
  border-radius: calc(8 / var(--vw-design-width) * var(--vw-viewport-width));
  background: #466e9c;
  padding: calc(14 / var(--vw-design-width) * var(--vw-viewport-width)) calc(22 / var(--vw-design-width) * var(--vw-viewport-width)) calc(14 / var(--vw-design-width) * var(--vw-viewport-width)) calc(22 / var(--vw-design-width) * var(--vw-viewport-width));
  color: #fff;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__inner-nav-cv-reserve {
    font-size: calc(14 / var(--vw-design-width) * var(--vw-viewport-width));
    display: none;
  }
}
.header__inner-sp-menu {
  display: none;
}
@media (max-width: 767px) {
  .header__inner-sp-menu {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.header__inner-sp-reserve {
  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: calc(108 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(28 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: calc(4 / var(--vw-design-width) * var(--vw-viewport-width)) calc(8 / var(--vw-design-width) * var(--vw-viewport-width));
  border: 0.395px solid #466e9c;
  border-radius: calc(3.159 / var(--vw-design-width) * var(--vw-viewport-width));
  background: #466e9c;
  color: #fff;
  font-size: calc(10 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
  letter-spacing: 0.12em;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__inner-sp-reserve:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .header__inner-nav.site-nav {
    position: fixed;
    inset: 0;
    z-index: 25;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(36 / var(--vw-design-width) * var(--vw-viewport-width));
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    padding: calc(96 / var(--vw-design-width) * var(--vw-viewport-width)) calc(24 / var(--vw-design-width) * var(--vw-viewport-width)) calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
}

@media (max-width: 767px) {
  .is-menu-open .header__inner-nav.site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: calc(410 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: calc(48 / var(--vw-design-width) * var(--vw-viewport-width)) calc(48 / var(--vw-design-width) * var(--vw-viewport-width)) calc(20 / var(--vw-design-width) * var(--vw-viewport-width)) calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  overflow: hidden;
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    height: auto;
    padding: calc(48 / var(--vw-design-width) * var(--vw-viewport-width)) calc(24 / var(--vw-design-width) * var(--vw-viewport-width)) calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.footer__bg {
  position: absolute;
  inset: -18% 0;
  z-index: 0;
  background-image: url("../img/element/footer_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer__bg {
    background-image: url("../img/element/footer_bg_sp.jpg");
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  max-width: calc(1344 / var(--vw-design-width) * var(--vw-viewport-width));
  height: 100%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .footer__inner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    gap: calc(32 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.footer__logo {
  width: 100%;
  height: calc(44 / var(--vw-design-width) * var(--vw-viewport-width));
  margin-bottom: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .footer__logo {
    height: calc(44 / var(--vw-design-width) * var(--vw-viewport-width));
    margin-bottom: 0;
  }
}
.footer__logo a {
  display: block;
  width: calc(160 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(44 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 0;
}
@media (max-width: 767px) {
  .footer__logo a {
    width: calc(144 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(228 / var(--vw-design-width) * var(--vw-viewport-width));
  margin-bottom: calc(32 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 991px) {
  .footer__content {
    gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  }
}
@media (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / var(--vw-design-width) * var(--vw-viewport-width));
    height: auto;
    margin-bottom: 0;
  }
}
.footer__salon, .footer__menu, .footer__reservation {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__salon {
  width: calc(311 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .footer__salon {
    width: 100%;
  }
}
.footer__menu {
  width: calc(81 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .footer__menu {
    width: 100%;
  }
}
.footer__reservation {
  width: calc(238 / var(--vw-design-width) * var(--vw-viewport-width));
}
@media (max-width: 767px) {
  .footer__reservation {
    width: 100%;
  }
}
.footer__heading {
  font-family: "Tenor Sans", Optima, sans-serif;
  font-size: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 4px rgba(173, 141, 105, 0.25);
  white-space: nowrap;
}
.footer__info-list, .footer__menu-list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__menu-list li {
  height: calc(14 / var(--vw-design-width) * var(--vw-viewport-width));
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
}
.footer__menu-list a {
  display: block;
  height: 100%;
}
.footer__menu > .footer__heading {
  height: calc(35 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__reservation > .footer__heading {
  height: calc(32 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__label, .footer__menu-list a, .footer__copy {
  font-family: "Tenor Sans", Optima, sans-serif;
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-shadow: 0 4px 4px rgba(173, 141, 105, 0.25);
}
.footer__label {
  width: calc(54 / var(--vw-design-width) * var(--vw-viewport-width));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__text, .footer__reservation-label {
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-shadow: 0 4px 4px rgba(173, 141, 105, 0.25);
}
.footer__menu-list a, .footer__reservation-link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__menu-list a:hover, .footer__reservation-link:hover {
  opacity: 0.75;
}
.footer__reservation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(164 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(48 / var(--vw-design-width) * var(--vw-viewport-width));
  gap: calc(20 / var(--vw-design-width) * var(--vw-viewport-width));
  padding: calc(12 / var(--vw-design-width) * var(--vw-viewport-width)) calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  border: 0.4px solid #fff;
  background: #4a463f;
  font-size: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: center;
}
.footer__reservation-list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__reservation-category {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(12 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(74 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__reservation-label {
  width: calc(238 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(14 / var(--vw-design-width) * var(--vw-viewport-width));
}
.footer__reservation-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
          flex: 0 0 calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  width: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  height: calc(24 / var(--vw-design-width) * var(--vw-viewport-width));
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__reservation-icon--phone {
  position: relative;
}
.footer__phone-body, .footer__phone-dot {
  position: absolute;
  display: block;
}
.footer__phone-body {
  inset: 9.38% 26.04%;
  width: 47.92%;
  height: 81.25%;
}
.footer__phone-dot {
  inset: 77.08% 40.63% 18.75%;
  width: 18.75%;
  height: 4.17%;
}
.footer__info-note {
  width: calc(235 / var(--vw-design-width) * var(--vw-viewport-width));
  margin-left: calc(78 / var(--vw-design-width) * var(--vw-viewport-width));
  font-size: calc(10 / var(--vw-design-width) * var(--vw-viewport-width));
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-shadow: 0 4px 4px rgba(173, 141, 105, 0.25);
}
.footer__copy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}