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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  margin: 0;
  color: #3f3936;
  background: #fff;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
figure,
dl,
dd {
  margin: 0;
}

address {
  font-style: normal;
}

/* style.css is also loaded as the block editor's editor style; the resets above
   strip p/ul margins and bullets, so restore readable spacing inside the canvas. */
.editor-styles-wrapper p,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper dl,
.editor-styles-wrapper dd,
.editor-styles-wrapper figure {
  margin: 0 0 1.5em;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
  list-style: revert;
}

.editor-styles-wrapper li {
  margin-bottom: 0.4em;
}

.editor-styles-wrapper p:last-child,
.editor-styles-wrapper ul:last-child,
.editor-styles-wrapper ol:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 3px solid #2366c2;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 8px 16px;
  color: #fff;
  background: #3f3936;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.skip-link:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
.l-inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  padding-block: 160px;
}

.section-heading {
  margin-bottom: 64px;
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-heading__en {
  margin-bottom: 12px;
  color: #98666b;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.section-heading__title {
  font-size: clamp(30px, 2.1vw, 40px);
  font-weight: 500;
  line-height: 1.45;
}

.section-heading--light .section-heading__en,
.section-heading--light .section-heading__title {
  color: #fff;
}

.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}

.text-link--light {
  color: #fff;
}

.lower-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 460px;
  margin-top: 104px;
  overflow: hidden;
  color: #fff;
  background: #3f3936;
}

.lower-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 57, 54, 0.72)), color-stop(42%, rgba(63, 57, 54, 0.52)), to(rgba(63, 57, 54, 0.2)));
  background: linear-gradient(90deg, rgba(63, 57, 54, 0.72) 0%, rgba(63, 57, 54, 0.52) 42%, rgba(63, 57, 54, 0.2) 100%);
  content: "";
}

.lower-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lower-hero__inner {
  position: relative;
  z-index: 2;
}

.lower-hero__content {
  max-width: 640px;
}

.lower-hero__title {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}

.lower-hero__lead {
  margin-top: 24px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(63, 57, 54, 0.2);
}

.breadcrumb {
  padding-block: 22px;
  border-bottom: 1px solid #ded5ce;
  background: #fff;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  color: #756d68;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
}

.breadcrumb__list li:not(:last-child)::after {
  margin-left: 8px;
  color: #ded5ce;
  content: "/";
}

.breadcrumb__list [aria-current=page] {
  color: #3f3936;
}

@media (max-width: 1199px) {
  .l-inner {
    width: 100%;
  }
  .lower-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 72px;
  }
  .l-inner {
    width: 100%;
    padding-inline: 20px;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading__en {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .section-heading__title {
    font-size: 28px;
  }
  .lower-hero {
    min-height: 320px;
    margin-top: 72px;
  }
  .lower-hero::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(63, 57, 54, 0.76)), color-stop(56%, rgba(63, 57, 54, 0.58)), to(rgba(63, 57, 54, 0.28)));
    background: linear-gradient(90deg, rgba(63, 57, 54, 0.76) 0%, rgba(63, 57, 54, 0.58) 56%, rgba(63, 57, 54, 0.28) 100%);
  }
  .lower-hero__title {
    font-size: 34px;
  }
  .lower-hero__lead {
    margin-top: 18px;
    font-size: 15px;
  }
  .breadcrumb {
    padding-block: 16px;
  }
}
@media (max-width: 380px) {
  .lower-hero__title {
    font-size: 32px;
  }
}
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 104px;
  color: #3f3936;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  -webkit-box-shadow: 0 1px 12px rgba(63, 57, 54, 0.1);
          box-shadow: 0 1px 12px rgba(63, 57, 54, 0.1);
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-inline: 60px;
}

.site-header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-header__logo-image {
  display: block;
  width: 96px;
  height: auto;
  max-height: 76px;
}

.site-header__nav {
  display: none;
  margin-left: auto;
}

.site-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__nav-list a {
  position: relative;
  display: block;
  padding-block: 12px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.site-header__nav-list a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.site-header__nav-list a:hover::after,
.site-header__nav-list a:focus-visible::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.site-header__reservation {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  margin-left: clamp(18px, 2vw, 36px);
  text-align: center;
}

.site-header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3f3936;
  background: transparent;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-header__tel-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header__hours {
  margin-top: 7px;
  color: #756d68;
  font-size: 13px;
}

.menu-button {
  position: relative;
  width: 56px;
  height: 56px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button__line {
  position: absolute;
  top: 22px;
  right: 8px;
  width: 32px;
  height: 1px;
  background: currentColor;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-button__line:nth-child(2) {
  top: 33px;
}

.menu-button.is-active .menu-button__line {
  top: 28px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-button.is-active .menu-button__line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: block;
  overflow-y: auto;
  color: #fff;
  background: #3f3936;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.global-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.global-menu__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(360px, 1.4fr);
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100% - 128px, 1100px);
  min-height: 100%;
  margin-inline: auto;
  padding-block: 130px 72px;
}

.global-menu__brand {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.global-menu__brand-image {
  display: block;
  width: 120px;
  height: auto;
  max-height: 84px;
}

.global-menu__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.global-menu__list a {
  display: block;
  padding-block: 17px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
}

.global-menu__tel {
  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;
  margin-top: 42px;
}

.global-menu__tel span {
  font-size: 11px;
}

.global-menu__tel strong {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
}

@media (min-width: 1200px) {
  .site-header__nav {
    display: block;
  }
  .site-header__reservation {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    height: 72px;
  }
  .site-header__inner {
    padding-inline: 20px 12px;
  }
  .site-header__logo-image {
    width: 72px;
    max-height: 56px;
  }
  .menu-button {
    width: 52px;
    height: 52px;
  }
  .menu-button__line {
    right: 8px;
    width: 30px;
  }
  .global-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% - 48px);
    padding-block: 104px 110px;
  }
  .global-menu__list a {
    padding-block: 14px;
    font-size: 17px;
  }
  .global-menu__tel {
    margin-top: 32px;
  }
  .global-menu__tel strong {
    font-size: 24px;
  }
}
.site-footer {
  padding-block: 96px 48px;
  color: #fff;
  background: #3f3936;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1fr;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  row-gap: 40px;
}

.site-footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer__logo-image {
  display: block;
  width: 112px;
  height: auto;
  max-height: 80px;
}

.site-footer__address {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__info-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  fill: none;
  stroke: rgba(245, 240, 235, 0.5);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-footer__heading {
  margin-bottom: 20px;
  color: rgba(245, 240, 235, 0.4);
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__nav ul {
  display: grid;
  gap: 11px;
}

.site-footer__nav a,
.site-footer__reservation {
  font-size: 13px;
}

.site-footer__reservation > p:not(.site-footer__heading) {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.site-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 4px;
  color: #fff;
  background: #b98287;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-footer__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: rgba(245, 240, 235, 0.72);
  font-size: 14px;
}

.site-footer__action-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-footer__action-icon--phone {
  width: 19px;
  height: 19px;
}

.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.mobile-tel {
  display: none;
}

@media (max-width: 768px) {
  .site-footer {
    padding-block: 64px 120px;
  }
  .site-footer__inner {
    display: block;
  }
  .site-footer__logo-image {
    width: 104px;
    max-height: 74px;
  }
  .site-footer__menu,
  .site-footer__reservation {
    margin-top: 48px;
  }
  .site-footer__nav ul {
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
  .site-footer__bottom {
    display: block;
    margin-top: 48px;
  }
  .site-footer__copyright {
    margin-top: 16px;
  }
  .mobile-tel {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 66px;
    padding: 10px 20px max(10px, env(safe-area-inset-bottom));
    color: #fff;
    background: #b98287;
    -webkit-box-shadow: 0 -2px 12px rgba(63, 57, 54, 0.16);
            box-shadow: 0 -2px 12px rgba(63, 57, 54, 0.16);
    font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  }
  .mobile-tel__label {
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
  }
  .mobile-tel__number {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  body.is-menu-open .mobile-tel {
    visibility: hidden;
  }
}
@media (max-width: 380px) {
  .mobile-tel {
    gap: 10px;
    padding-inline: 12px;
  }
  .mobile-tel__label {
    padding-right: 10px;
  }
  .mobile-tel__number {
    font-size: 22px;
  }
}
.section-title {
  color: #3f3936;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

.section-title::before {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 20px;
  background: #98666b;
  content: "";
}

.faq__heading .section-title::before {
  margin-inline: auto;
}

.section-title--large {
  font-size: 34px;
}

.outline-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 56px;
  padding-inline: 32px;
  border: 1px solid #3f3936;
  border-radius: 4px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.outline-button:hover,
.outline-button:focus-visible {
  color: #fff;
  background: #3f3936;
}

.hero {
  position: relative;
  height: min(900px, 100svh - 104px);
  min-height: 640px;
  margin-top: 104px;
  overflow: hidden;
  color: #fff;
}

.hero__slider,
.hero__slide,
.hero__slide img,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__slide {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.hero__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.hero__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__overlay {
  z-index: 2;
  background: rgba(32, 26, 23, 0.42);
}

.hero__inner {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8.3333333333vw;
  left: 0;
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 24px;
}

.hero__title {
  max-width: 680px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: calc(56px + 8 * (100vw - 1280px) / 640);
  font-weight: 700;
  line-height: 1.45;
}

.hero__lead {
  margin-top: 28px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.hero__lead-sp {
  display: none;
}

.hero__info {
  margin-top: 22px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.hero__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  margin-top: 32px;
  padding-inline: 40px;
  border-radius: 4px;
  background: #b98287;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero__dots {
  position: absolute;
  z-index: 3;
  bottom: 4.1666666667vw;
  left: max(24px, (100% - 1200px) / 2 + 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8px;
}

.hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.hero__dot.is-active {
  width: 28px;
  background: #fff;
}

.about {
  background: #fff;
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .section-title {
  margin-bottom: 24px;
}

.about__text {
  display: grid;
  gap: 18px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.about__features li,
.kimono__options li {
  padding: 7px 12px;
  border-radius: 3px;
  color: #756d68;
  background: #f5f0eb;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
}

.about .outline-button {
  margin-top: 32px;
}

.about__image img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.kimono {
  background: #f5f0eb;
}

.kimono__image {
  width: 100%;
  height: 560px;
  border-radius: 8px;
  background: url("../img/kimono.webp") center top/cover no-repeat;
}

.kimono__content {
  position: relative;
  width: 80%;
  margin: -48px 0 0 auto;
  padding: 56px 64px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 8px 40px rgba(63, 57, 54, 0.1);
          box-shadow: 0 8px 40px rgba(63, 57, 54, 0.1);
}

.kimono .section-title {
  margin-bottom: 24px;
}

.kimono__text {
  display: grid;
  gap: 12px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.kimono__options {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.kimono__options p {
  margin-bottom: 8px;
  color: #756d68;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
}

.kimono__options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.kimono .outline-button {
  margin-top: 28px;
}

.news {
  padding-block: 140px;
  background: #fff;
}

.news__inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.news .section-title {
  margin-bottom: 20px;
}

.news__intro p,
.faq__heading p {
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.news .outline-button {
  margin-top: 32px;
}

.news__list {
  border-top: 1px solid #ded5ce;
}

.news__item {
  display: grid;
  grid-template-columns: 75px 76px 1fr 17px;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 92px;
  border-bottom: 1px solid #ded5ce;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.news__item time {
  color: #756d68;
  font-size: 13px;
}

.news__category {
  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;
  width: 68px;
  min-height: 26px;
  padding-inline: 8px;
  border-radius: 2px;
  color: #8f6861;
  background: #efe3e0;
  font-size: 12px;
}

.news__title {
  font-size: 15px;
  line-height: 1.7;
}

.news__icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #b98287;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.faq {
  padding-block: 150px;
  background: #f5f0eb;
}

.faq__inner {
  max-width: 1000px;
  text-align: center;
}

.faq__heading .section-title {
  margin-bottom: 20px;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 56px;
  text-align: left;
}

.faq__item {
  border: 1px solid #ded5ce;
  background: #fff;
}

.faq__question {
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  padding: 26px 32px;
  cursor: pointer;
  list-style: none;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__mark {
  color: #98666b;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 700;
}

.faq__question > span:nth-child(2) {
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq__icon::before,
.faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #98666b;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item[open] .faq__icon::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq__answer {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 0 80px 26px 32px;
  text-align: left;
}

.faq__answer p {
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.faq__more {
  margin-top: 48px;
}

.shop {
  padding-bottom: 0;
  background: #fff;
}

.shop__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 64px;
}

.shop .section-title {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .shop .section-title {
    font-size: 36px;
  }
}
.shop__lead {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.shop__data {
  border-top: 1px solid #ded5ce;
}

.shop__data > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding-block: 13px;
  border-bottom: 1px solid #ded5ce;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
}

.shop__data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #756d68;
}

.shop__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #b98287;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.shop__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.outline-button--sub {
  border-color: #ded5ce;
  color: #756d68;
}

.shop__image img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e4df), to(#d8d4cf));
  background: linear-gradient(#e8e4df, #d8d4cf);
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.shop__map p {
  font-size: 15px;
}

.shop__map small {
  color: #756d68;
  font-size: 13px;
}

.telephone-cta {
  padding-block: 130px;
  background: #d8c6b6;
  text-align: center;
}

.telephone-cta__inner {
  max-width: 900px;
}

.telephone-cta__line {
  display: block;
  width: 32px;
  height: 2px;
  margin: 0 auto 20px;
  background: #98666b;
}

.telephone-cta__title {
  margin-bottom: 24px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}

.telephone-cta__text {
  margin-bottom: 40px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.telephone-cta__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.telephone-cta__number-icon {
  position: relative;
  top: 0.05em;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.telephone-cta__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.telephone-cta__details div {
  min-width: 150px;
}

.telephone-cta__details dt {
  margin-bottom: 4px;
  color: #8f6861;
  font-size: 13px;
}

.telephone-cta__details dd {
  font-size: 16px;
}

.telephone-cta__button {
  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;
  width: 320px;
  height: 64px;
  border-radius: 4px;
  color: #fff;
  background: #b98287;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.telephone-cta__note {
  margin-top: 16px;
  color: #8f6861;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
}

.u-sp {
  display: none;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
  .section-title--large,
  .telephone-cta__title {
    font-size: 34px;
  }
  .about__inner {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .section-title,
  .section-title--large {
    font-size: 26px;
  }
  .outline-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .hero {
    height: 740px;
    max-height: 100dvw;
    margin-top: 72px;
  }
  .hero__inner {
    top: 46%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-inline: 20px;
  }
  .hero__title {
    font-size: 38px;
    line-height: 1.45;
  }
  .hero__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.85;
  }
  .hero__lead-pc,
  .hero__info,
  .hero__tel {
    display: none;
  }
  .hero__lead-sp {
    display: inline;
  }
  .hero__dots {
    bottom: 100px;
    left: 20px;
  }
  .about__inner,
  .shop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .about .section-title {
    margin-bottom: 28px;
  }
  .about__text {
    gap: 16px;
    font-size: 15px;
    line-height: 1.9;
  }
  .about__features {
    margin-top: 24px;
  }
  .about .outline-button {
    margin-top: 28px;
  }
  .kimono__inner {
    width: 100%;
    padding-inline: 0;
  }
  .kimono__image {
    height: 280px;
    border-radius: 0;
  }
  .kimono__content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 0 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .kimono .section-title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .kimono__options {
    margin-top: 20px;
  }
  .kimono__options li {
    background-color: #fff;
  }
  .kimono .outline-button {
    margin-top: 28px;
  }
  .news__inner {
    display: block;
  }
  .news__intro {
    display: contents;
  }
  .news__intro .section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news__intro p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news__intro .outline-button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .news,
  .faq {
    padding-block: 80px;
  }
  .news .section-title {
    margin-bottom: 14px;
  }
  .news__list {
    margin-top: 28px;
  }
  .news__item {
    grid-template-columns: 100px 1fr;
    gap: 6px;
    min-height: 95px;
    padding-block: 20px;
  }
  .news__title {
    grid-column: 1/-1;
  }
  .news__icon {
    display: none;
  }
  .news .outline-button {
    margin-top: 32px;
  }
  .faq__heading .section-title {
    margin-bottom: 14px;
  }
  .faq__list {
    margin-top: 56px;
  }
  .faq__question {
    grid-template-columns: 24px 1fr 24px;
    min-height: 72px;
    padding: 20px;
  }
  .faq__answer {
    grid-template-columns: 24px 1fr;
    padding: 0 20px 20px;
  }
  .shop__inner {
    margin-bottom: 64px;
  }
  .shop__lead {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.9;
  }
  .shop__data {
    margin-top: 28px;
  }
  .shop__data > div {
    grid-template-columns: 120px 1fr;
  }
  .shop__buttons {
    display: grid;
  }
  .shop__map {
    height: 330px;
    padding-inline: 20px;
    text-align: center;
  }
  .telephone-cta {
    padding-block: 90px;
  }
  .telephone-cta__title {
    font-size: 26px;
  }
  .telephone-cta__text {
    font-size: 14px;
    line-height: 1.9;
  }
  .telephone-cta__number {
    font-size: 30px;
  }
  .telephone-cta__number-icon {
    width: 30px;
    height: 30px;
  }
  .telephone-cta__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px 24px;
  }
  .telephone-cta__button {
    display: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: initial;
  }
}
@media (max-width: 380px) {
  .hero__title {
    font-size: 36px;
  }
  .telephone-cta__number {
    font-size: 28px;
  }
}
.first-visit-page {
  overflow-wrap: anywhere;
}

.first-visit-page .lower-hero__title,
.first-visit-page .lower-hero__lead {
  text-shadow: 0 1px 8px rgba(63, 57, 54, 0.72);
}

.first-visit-page .section-title {
  margin-bottom: 28px;
}

.first-visit-welcome {
  background: #fff;
}

.first-visit-welcome__inner {
  text-align: center;
}

.first-visit-welcome__content {
  max-width: 1040px;
  margin-inline: auto;
}

.first-visit-welcome .section-title::before {
  margin-inline: auto;
}

.first-visit-welcome__text {
  display: grid;
  gap: 26px;
  max-width: 980px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.first-visit-about {
  background: #f5f0eb;
}

.first-visit-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-visit-about__image img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-visit-flow__heading {
  max-width: 760px;
  margin-bottom: 64px;
}

.first-visit-flow__heading > p,
.first-visit-guide__heading > p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.first-visit-about__list {
  display: grid;
  gap: 24px;
}

.first-visit-about__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.7;
}

.first-visit-about__item svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #b98287;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.first-visit-flow__content h3 {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.first-visit-flow__content p {
  margin-top: 16px;
  color: #756d68;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.first-visit-flow {
  background: #fff;
}

.first-visit-flow__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ded5ce;
  list-style: none;
}

.first-visit-flow__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-block: 48px;
  border-bottom: 1px solid #ded5ce;
}

.first-visit-flow__number {
  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;
  color: #98666b;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.first-visit-flow__number span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.first-visit-flow__number strong {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.first-visit-guide {
  background: #f5f0eb;
}

.first-visit-guide__inner {
  display: block;
}

.first-visit-guide__heading {
  max-width: 760px;
  margin-bottom: 64px;
}

.first-visit-guide__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 72px;
  margin: 0;
  padding: 56px 64px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
  list-style: none;
}

.first-visit-guide__item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 16px;
  line-height: 1.8;
}

.first-visit-guide__item::before {
  width: 7px;
  height: 7px;
  margin-top: 11px;
  border-radius: 50%;
  background: #b98287;
  content: "";
}

@media (max-width: 1199px) {
  .first-visit-about__inner {
    gap: 56px;
  }
  .first-visit-about__list {
    gap: 18px;
  }
  .first-visit-about__item {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    font-size: 15px;
  }
  .first-visit-guide__list {
    gap: 28px 48px;
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .first-visit-page .section-title {
    margin-bottom: 24px;
  }
  .first-visit-about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .first-visit-welcome__text,
  .first-visit-flow__heading > p,
  .first-visit-guide__heading > p {
    font-size: 15px;
  }
  .first-visit-flow__heading {
    margin-bottom: 40px;
  }
  .first-visit-guide__heading {
    margin-bottom: 40px;
  }
  .first-visit-flow__content h3 {
    font-size: 19px;
  }
  .first-visit-flow__content p {
    margin-top: 10px;
    font-size: 15px;
  }
  .first-visit-about__list {
    gap: 16px;
  }
  .first-visit-flow__item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding-block: 32px;
  }
  .first-visit-flow__number span {
    font-size: 9px;
  }
  .first-visit-flow__number strong {
    font-size: 36px;
  }
  .first-visit-guide__list {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 24px;
  }
  .first-visit-guide__item {
    gap: 14px;
    font-size: 15px;
  }
}
.menu-page {
  overflow-wrap: anywhere;
}

.menu-page .lower-hero__bg {
  -o-object-position: center 43%;
     object-position: center 43%;
}

.menu-intro {
  background: #fff;
}

.menu-intro__content {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.menu-intro__content .section-title {
  margin-bottom: 28px;
}

.menu-intro__content .section-title::before {
  margin-inline: auto;
}

.menu-intro__content > p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.menu-intro__tax {
  margin-top: 14px;
  color: #98666b;
}

.menu-categories {
  padding-block: 80px;
  background: #f5f0eb;
}

.menu-nav__title {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.menu-nav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
}

.menu-nav__list li {
  min-width: 0;
}

.menu-nav__list a {
  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;
  min-height: 76px;
  padding: 16px 18px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.menu-nav__list a:hover,
.menu-nav__list a:focus-visible {
  color: #fff;
  background: #98666b;
}

.price-menu {
  background: #fff;
}

.price-menu__heading {
  max-width: 760px;
  margin-bottom: 72px;
}

.price-menu__heading .section-title {
  margin-bottom: 28px;
}

.price-menu__heading > p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.price-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px 80px;
}

.price-menu__section {
  min-width: 0;
  scroll-margin-top: calc(104px + 24px);
}

.price-menu__section--kitsuke {
  grid-column: 1/-1;
}

.price-menu__title {
  margin: 0;
  padding-top: 24px;
  border-top: 3px solid #98666b;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.price-menu__description {
  min-height: 29px;
  margin-top: 10px;
  color: #756d68;
  font-size: 13px;
  line-height: 1.7;
}

.price-menu__lead {
  margin-top: 16px;
  color: #756d68;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.price-menu__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.price-menu__categories li {
  padding: 9px 22px;
  border: 1px solid #ded5ce;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
}

.price-menu__list {
  margin-top: 22px;
  border-top: 1px solid #ded5ce;
}

.price-menu__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-block: 18px;
  border-bottom: 1px solid #ded5ce;
  font-size: 15px;
  line-height: 1.7;
}

.price-menu__item dt {
  min-width: 0;
}

.price-menu__item dt span {
  display: block;
  margin-top: 3px;
  color: #756d68;
  font-size: 12px;
}

.price-menu__item dd {
  color: #3f3936;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.price-menu__supplement {
  margin-top: 20px;
  color: #98666b;
  font-size: 14px;
}

.price-menu__notices {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  padding: 28px 32px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #f5f0eb;
}

.price-menu__notices li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 15px;
  line-height: 1.8;
}

.price-menu__notices li::before {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border: 1px solid #b98287;
  border-radius: 50%;
  color: #98666b;
  content: "✓";
  font-size: 11px;
  line-height: 1;
}

.price-menu__button {
  margin-top: 32px;
}

.menu-notes {
  padding-top: 0;
  background: #fff;
}

.menu-notes .section-title {
  margin-bottom: 16px;
}

.menu-notes__lead {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.menu-notes__list {
  display: grid;
  gap: 18px;
  padding: 40px 48px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #f5f0eb;
}

.menu-notes__list li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 14px;
  font-size: 15px;
  line-height: 1.8;
}

.menu-notes__list li::before {
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-radius: 50%;
  background: #b98287;
  content: "";
}

@media (max-width: 1199px) {
  .menu-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-menu__grid {
    gap: 64px 48px;
  }
}
@media (max-width: 768px) {
  .menu-intro__content .section-title,
  .price-menu__heading .section-title {
    margin-bottom: 24px;
  }
  .menu-intro__content > p,
  .price-menu__heading > p {
    font-size: 15px;
  }
  .menu-nav {
    margin-top: 0;
  }
  .menu-nav__title {
    margin-bottom: 24px;
    font-size: 17px;
  }
  .menu-nav__list a {
    min-height: 68px;
    padding-inline: 10px;
    font-size: 14px;
  }
  .price-menu__heading {
    margin-bottom: 48px;
  }
  .price-menu__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .price-menu__section {
    scroll-margin-top: calc(72px + 20px);
  }
  .price-menu__section--kitsuke {
    grid-column: auto;
  }
  .price-menu__title {
    padding-top: 18px;
    font-size: 24px;
  }
  .price-menu__description {
    min-height: 0;
  }
  .price-menu__lead {
    font-size: 15px;
  }
  .price-menu__categories {
    gap: 10px;
    margin-top: 24px;
  }
  .price-menu__categories li {
    padding: 8px 16px;
    font-size: 13px;
  }
  .price-menu__item {
    gap: 14px;
    font-size: 15px;
  }
  .price-menu__item dd {
    font-size: 17px;
  }
  .price-menu__notices {
    margin-top: 32px;
    padding: 24px 20px;
  }
  .price-menu__button {
    margin-top: 24px;
  }
  .menu-notes .section-title {
    margin-bottom: 12px;
  }
  .menu-notes__lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .menu-notes__list {
    gap: 14px;
    padding: 28px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-nav__list a {
    -webkit-transition: none;
    transition: none;
  }
}
.kimono-page {
  overflow-wrap: anywhere;
}

.kimono-page .lower-hero__bg {
  -o-object-position: center;
     object-position: center;
}

.kimono-intro {
  background: #fff;
}

.kimono-intro__inner {
  max-width: 960px;
  text-align: center;
}

.kimono-intro .section-title::before {
  margin-inline: auto;
}

.kimono-intro__text {
  display: grid;
  gap: 20px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.kimono-events {
  background: #f5f0eb;
}

.kimono-events__title {
  margin-bottom: 64px;
}

.kimono-events__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.kimono-event-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
}

.kimono-event-card__image {
  position: relative;
}

.kimono-event-card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kimono-event-card__image img {
  aspect-ratio: 4/3;
}

.kimono-event-card__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 9px;
  color: #fff;
  background: rgba(63, 57, 54, 0.72);
  font-size: 10px;
}

.kimono-event-card__body {
  padding: 24px 22px 28px;
}

.kimono-event-card__body h3 {
  margin: 0;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  line-height: 1.5;
}

.kimono-event-card__body p {
  min-height: 104px;
  margin-top: 14px;
  color: #756d68;
  font-size: 15px;
  line-height: 1.8;
}

.kimono-event-card__support {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
  color: #98666b;
  font-size: 12px;
  line-height: 1.6;
}

.kimono-event-card__support::before {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #b98287;
  border-radius: 50%;
  content: "✓";
  font-size: 9px;
}

.kimono-gallery {
  background: #fff;
}

.kimono-gallery__title {
  margin-bottom: 64px;
}

.kimono-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kimono-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.kimono-gallery__item img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.kimono-gallery__item figcaption {
  position: absolute;
  right: auto;
  bottom: 12px;
  left: 12px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(63, 57, 54, 0.72);
  font-size: 11px;
}

.kimono-price {
  background: #fff;
}

.kimono-price__inner {
  max-width: 760px;
}

.kimono-price .section-title,
.kimono-confirm__title {
  text-align: center;
}

.kimono-price .section-title::before,
.kimono-confirm__title::before {
  margin-inline: auto;
}

.kimono-price__table {
  max-width: 760px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #f5f0eb;
}

.kimono-price__list {
  margin: 0;
}

.kimono-price__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid #ded5ce;
  font-size: 16px;
}

.kimono-price__item:last-child {
  border-bottom: 0;
}

.kimono-price__item dt small {
  display: block;
  margin-top: 4px;
  color: #756d68;
  font-size: 12px;
}

.kimono-price__item dd {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.kimono-price__lead {
  max-width: 760px;
  margin: 24px auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.kimono-price__notes {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-top: 32px;
}

.kimono-price__notes li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 10px;
  color: #756d68;
  font-size: 15px;
  line-height: 1.7;
}

.kimono-price__notes li::before {
  width: 5px;
  height: 5px;
  margin-top: 10px;
  border-radius: 50%;
  background: #b98287;
  content: "";
}

.kimono-support {
  background: #f5f0eb;
}

.kimono-support__title,
.kimono-flow__title {
  margin-bottom: 64px;
}

.kimono-support__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kimono-support-card {
  min-height: 202px;
  padding: 28px 26px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
}

.kimono-support-card h3 {
  margin: 0;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  line-height: 1.5;
}

.kimono-support-card h3::before {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 18px;
  background: #b98287;
  content: "";
}

.kimono-support-card p {
  margin-top: 14px;
  color: #756d68;
  font-size: 15px;
  line-height: 1.85;
}

.kimono-flow {
  background: #fff;
}

.kimono-flow__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ded5ce;
  list-style: none;
}

.kimono-flow__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-block: 48px;
  border-bottom: 1px solid #ded5ce;
}

.kimono-flow__item:not(:last-child)::after {
  content: none;
}

.kimono-flow__number {
  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;
  color: #98666b;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.kimono-flow__number span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.kimono-flow__number strong {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.kimono-flow__content {
  padding: 0;
}

.kimono-flow__content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  margin: 0;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.kimono-flow__content p {
  margin-top: 16px;
  color: #756d68;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.kimono-belongings {
  background: #f5f0eb;
}

.kimono-belongings__provisional {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  color: #756d68;
  background: rgba(185, 130, 135, 0.1);
  font-size: 12px;
  line-height: 1.5;
}

.kimono-belongings__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.kimono-belongings-card {
  min-width: 0;
  padding: 32px 30px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
}

.kimono-belongings-card h3 {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ded5ce;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  line-height: 1.5;
}

.kimono-belongings-card ul {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.kimono-belongings-card li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 15px;
  line-height: 1.55;
}

.kimono-belongings-card li::before {
  display: grid;
  place-items: center;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border: 1px solid #b98287;
  border-radius: 50%;
  color: #98666b;
  content: "✓";
  font-size: 7px;
  line-height: 1;
}

.kimono-belongings__note {
  margin-top: 28px;
  color: #756d68;
  font-size: 14px;
  line-height: 1.7;
}

.kimono-confirm {
  background: #f5f0eb;
}

.kimono-confirm__inner {
  max-width: 840px;
}

.kimono-confirm__title {
  margin-bottom: 16px;
}

.kimono-confirm__lead {
  max-width: 840px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.kimono-confirm__list {
  display: grid;
  gap: 22px;
  max-width: 840px;
  padding: 40px 44px;
  border: 1px solid #ded5ce;
  border-radius: 4px;
  background: #fff;
}

.kimono-confirm__list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 15px;
  line-height: 1.75;
}

.kimono-confirm__list li::before {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  border: 1px solid #b98287;
  border-radius: 50%;
  color: #98666b;
  content: "✓";
  font-size: 9px;
  line-height: 1;
}

.faq--kimono {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .kimono-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kimono-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kimono-support__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .kimono-intro__text {
    font-size: 15px;
  }
  .kimono-events__title {
    margin-bottom: 40px;
  }
  .kimono-events__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kimono-event-card__body p {
    min-height: 0;
  }
  .kimono-gallery__title {
    margin-bottom: 40px;
  }
  .kimono-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kimono-price__table {
    margin-top: 0;
  }
  .kimono-price__lead {
    margin: 16px auto 24px;
    font-size: 15px;
  }
  .kimono-price__item {
    gap: 16px;
    padding: 22px 20px;
    font-size: 15px;
  }
  .kimono-price__item dd {
    font-size: 18px;
  }
  .kimono-support__title,
  .kimono-flow__title {
    margin-bottom: 40px;
  }
  .kimono-support__grid,
  .kimono-belongings__grid {
    grid-template-columns: 1fr;
  }
  .kimono-support-card {
    min-height: 0;
    padding: 24px 22px;
  }
  .kimono-flow__item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding-block: 32px;
  }
  .kimono-flow__content h3 {
    min-height: 49px;
    font-size: 19px;
  }
  .kimono-flow__content p {
    margin-top: 10px;
    font-size: 15px;
  }
  .kimono-flow__number span {
    font-size: 9px;
  }
  .kimono-flow__number strong {
    font-size: 36px;
  }
  .kimono-belongings-card {
    padding: 26px 22px;
  }
  .kimono-confirm__title {
    margin-bottom: 12px;
  }
  .kimono-confirm__lead {
    margin: 0 auto 20px;
    font-size: 15px;
  }
  .kimono-confirm__list {
    gap: 18px;
    padding: 28px 22px;
  }
}
.shop-page {
  overflow-wrap: anywhere;
}

.shop-page .lower-hero__bg {
  -o-object-position: center 58%;
     object-position: center 58%;
}

.shop-overview {
  background: #fff;
}

.shop-overview__heading {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.shop-overview__heading .section-title {
  margin-bottom: 28px;
}

.shop-overview__heading .section-title::before {
  margin-inline: auto;
}

.shop-overview__lead {
  display: grid;
  gap: 14px;
  color: #756d68;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.shop-overview__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.shop-overview__main-image,
.shop-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.shop-overview__main-image img,
.shop-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-overview__main-image {
  aspect-ratio: 4/3;
}

.shop-overview__main-image figcaption,
.shop-gallery__item figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(63, 57, 54, 0.72);
  font-size: 11px;
}

.shop-info__title,
.shop-gallery__title {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.55;
}

.shop-info__title::before,
.shop-gallery__title::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 24px;
  background: #98666b;
  content: "";
}

.shop-info__list {
  margin-top: 32px;
  border-top: 1px solid #ded5ce;
}

.shop-info__item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding-block: 17px;
  border-bottom: 1px solid #ded5ce;
  font-size: 15px;
  line-height: 1.75;
}

.shop-info__item dt {
  color: #98666b;
  font-weight: 500;
}

.shop-info__item dd {
  margin: 0;
}

.shop-gallery {
  margin-top: 120px;
}

.shop-gallery__title {
  text-align: center;
}

.shop-gallery__title::before {
  margin-inline: auto;
}

.shop-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.shop-gallery__item {
  aspect-ratio: 4/3;
}

.shop-parking {
  margin-top: 140px;
}

.shop-parking__title {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.55;
}

.shop-parking__title::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 24px;
  background: #98666b;
  content: "";
}

.shop-parking__lead {
  max-width: 1040px;
  margin-top: 24px;
  color: #756d68;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.shop-parking__photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.shop-parking__photo {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  background: #ded5ce;
}

.shop-parking__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-parking__note {
  margin-top: 20px;
  color: #756d68;
  font-size: 13px;
  line-height: 1.8;
}

.shop-access {
  background: #f5f0eb;
}

.shop-access__title,
.shop-access__map-title {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.shop-access__title::before,
.shop-access__map-title::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 24px;
  background: #98666b;
  content: "";
}

.shop-access__content {
  margin-top: 64px;
}

.shop-access__details {
  display: grid;
  gap: 32px;
  max-width: 640px;
}

.shop-access__detail {
  position: relative;
  min-height: 48px;
  padding-left: 68px;
}

.shop-access__detail dt {
  color: #756d68;
  font-size: 15px;
  line-height: 1.5;
}

.shop-access__detail dd {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.75;
}

.shop-access__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #b98287;
  background: #fff;
}

.shop-access__icon svg,
.shop-access__map-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.shop-access__map {
  margin-top: 120px;
}

.shop-access__map-frame {
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 520px;
  margin-top: 48px;
  border: 1px solid rgba(117, 109, 104, 0.3);
  border-radius: 4px;
  color: rgba(117, 109, 104, 0.68);
  background: rgba(222, 213, 206, 0.78);
  text-align: center;
}

.shop-access__map-frame svg {
  width: 44px;
  margin-bottom: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.shop-access__map-frame p {
  font-size: 16px;
  line-height: 1.7;
}

.shop-access__map-frame small {
  margin-top: 4px;
  font-size: 13px;
}

.shop-access__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  min-height: 64px;
  margin-top: 24px;
  padding: 16px 28px;
  border: 1px solid #3f3936;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media (hover: hover) {
  .shop-access__map-link:hover {
    color: #fff;
    background: #3f3936;
  }
}
@media (max-width: 1199px) {
  .shop-overview__feature {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .shop-page .lower-hero__bg {
    -o-object-position: 66% center;
       object-position: 66% center;
  }
  .shop-overview__heading {
    text-align: left;
  }
  .shop-overview__heading .section-title::before {
    margin-inline: 0;
  }
  .shop-overview__heading .section-title {
    margin-bottom: 22px;
  }
  .shop-overview__lead {
    gap: 12px;
    font-size: 15px;
    line-height: 1.85;
  }
  .shop-overview__feature {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .shop-info__title,
  .shop-gallery__title,
  .shop-parking__title {
    font-size: 24px;
  }
  .shop-info__title::before,
  .shop-gallery__title::before,
  .shop-parking__title::before {
    margin-bottom: 18px;
  }
  .shop-info__list {
    margin-top: 24px;
  }
  .shop-info__item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    padding-block: 14px;
  }
  .shop-gallery {
    margin-top: 80px;
  }
  .shop-gallery__title {
    text-align: left;
  }
  .shop-gallery__title::before {
    margin-inline: 0;
  }
  .shop-gallery__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }
  .shop-parking {
    margin-top: 80px;
  }
  .shop-parking__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.85;
  }
  .shop-parking__photos {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .shop-parking__note {
    font-size: 13px;
  }
  .shop-access__title,
  .shop-access__map-title {
    font-size: 28px;
  }
  .shop-access__title::before,
  .shop-access__map-title::before {
    margin-bottom: 18px;
  }
  .shop-access__content {
    margin-top: 40px;
  }
  .shop-access__details {
    gap: 28px;
  }
  .shop-access__detail {
    padding-left: 60px;
  }
  .shop-access__map {
    margin-top: 80px;
  }
  .shop-access__map-frame {
    min-height: 360px;
    margin-top: 32px;
  }
  .shop-access__map-link {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 380px) {
  .shop-info__item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    font-size: 15px;
  }
}
.faq-page .lower-hero__bg {
  -o-object-position: center 54%;
     object-position: center 54%;
}

.faq-intro {
  background: #fff;
}

.faq-intro__inner {
  max-width: 1000px;
  text-align: center;
}

.faq-intro .section-title {
  margin-bottom: 24px;
}

.faq-intro .section-title::before {
  margin-inline: auto;
}

.faq-intro__text {
  display: grid;
  gap: 18px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 2;
}

.faq-category {
  margin-top: 72px;
  text-align: left;
}

.faq-category__title {
  margin-bottom: 20px;
  color: #756d68;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.faq-category__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.faq-category__list a {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 16px;
  border: 1px solid #ded5ce;
  background: #fff;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .faq-category__list a:hover {
    border-color: #98666b;
    color: #98666b;
  }
}
.faq--page .faq__heading {
  margin-bottom: 72px;
}

.faq-page__group {
  scroll-margin-top: 120px;
  text-align: left;
}

.faq-page__group + .faq-page__group {
  margin-top: 88px;
}

.faq-page__group-title {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.faq-page__group-title::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 24px;
  background: #b98287;
  content: "";
}

.faq--page .faq-page__group .faq__list {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .faq-intro .section-title {
    margin-bottom: 18px;
  }
  .faq-intro__text {
    font-size: 15px;
    text-align: left;
  }
  .faq-category {
    margin-top: 48px;
  }
  .faq-category__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .faq-category__list a {
    min-height: 60px;
  }
  .faq--page .faq__heading {
    margin-bottom: 56px;
  }
  .faq-page__group {
    scroll-margin-top: 88px;
  }
  .faq-page__group + .faq-page__group {
    margin-top: 64px;
  }
  .faq-page__group-title {
    font-size: 24px;
  }
  .faq-page__group-title::before {
    margin-bottom: 18px;
  }
  .faq--page .faq-page__group .faq__list {
    margin-top: 24px;
  }
}
.news-archive-page .lower-hero__bg {
  -o-object-position: center 52%;
     object-position: center 52%;
}

.news-archive {
  background: #fff;
}

.news-archive__inner {
  max-width: 1000px;
}

.news-archive__empty {
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.news-archive__list .news__item {
  scroll-margin-top: 120px;
}

.news-archive__empty {
  padding-block: 72px;
  border-block: 1px solid #ded5ce;
  text-align: center;
}

.news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}

.news-pagination__current {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #98666b;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
}

@media (max-width: 768px) {
  .news-archive__empty {
    font-size: 15px;
  }
  .news-archive__list.news__list {
    margin-top: 0;
  }
  .news-archive__list .news__item {
    scroll-margin-top: 88px;
  }
  .news-archive__empty {
    padding-block: 56px;
  }
  .news-pagination {
    margin-top: 48px;
  }
  .news-pagination__current {
    width: 44px;
    height: 44px;
  }
}
.news-single-page .lower-hero__bg {
  -o-object-position: center 52%;
     object-position: center 52%;
}

.news-single {
  background: #fff;
}

.news-single__inner {
  max-width: 888px;
}

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

.news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-single__date {
  color: #756d68;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
}

.news-single__title {
  margin-top: 28px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.news-single__content {
  margin-top: 64px;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.news-single__content > * + * {
  margin-top: 28px;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
  color: #3f3936;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
}

.news-single__content h2 {
  margin-top: 72px;
  padding-bottom: 12px;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(to right, #98666b 0 18%, #ded5ce 18% 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #98666b), color-stop(18%, #ded5ce)) 1;
     border-image: linear-gradient(to right, #98666b 0 18%, #ded5ce 18% 100%) 1;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.news-single__content h3 {
  margin-top: 56px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #98666b;
  color: #98666b;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.news-single__content h4 {
  margin-top: 40px;
  font-size: 20px;
}

.news-single__content ul,
.news-single__content ol {
  display: grid;
  gap: 10px;
  padding-left: 1.5em;
}

.news-single__content ul,
.news-single__content ol {
  padding: 20px 24px 20px 2em;
  border-block: 1px solid #98666b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.news-single__content ul {
  list-style: disc;
}

.news-single__content ol {
  list-style: decimal;
}

.news-single__content ul li::marker,
.news-single__content ol li::marker {
  color: #98666b;
}

.news-single__content a {
  color: #98666b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.news-single__content img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.news-single__empty {
  padding-block: 72px;
  border-block: 1px solid #ded5ce;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.news-single__back {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .news-single__header {
    padding-bottom: 36px;
  }
  .news-single__title {
    margin-top: 22px;
    font-size: 28px;
  }
  .news-single__content {
    margin-top: 48px;
    font-size: 15px;
  }
  .news-single__content h2 {
    margin-top: 56px;
    padding-bottom: 10px;
    border-bottom-width: 3px;
    font-size: 23px;
  }
  .news-single__content h3 {
    margin-top: 44px;
    padding-bottom: 7px;
    font-size: 21px;
  }
  .news-single__content h4 {
    margin-top: 36px;
    font-size: 18px;
  }
  .news-single__content ul,
  .news-single__content ol {
    padding: 16px 18px 16px 1.6em;
    font-size: 15px;
  }
  .news-single__empty {
    padding-block: 56px;
    font-size: 15px;
  }
  .news-single__back {
    margin-top: 56px;
  }
}
.privacy-policy-page .lower-hero__bg {
  -o-object-position: center 54%;
     object-position: center 54%;
}

.privacy-policy {
  background: #fff;
}

.privacy-policy__inner {
  max-width: 960px;
}

.privacy-policy__header {
  text-align: center;
}

.privacy-policy__header .section-title::before {
  margin-inline: auto;
}

.privacy-policy__header p {
  margin-top: 24px;
  color: #756d68;
  font-size: 16px;
  line-height: 2;
}

.privacy-policy__body {
  margin-top: 80px;
}

.privacy-policy__section {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #ded5ce;
}

.privacy-policy__section + .privacy-policy__section {
  padding-top: 56px;
}

.privacy-policy__section h2 {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
}

.privacy-policy__section h2::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 20px;
  background: #b98287;
  content: "";
}

.privacy-policy__section p,
.privacy-policy__section ul,
.privacy-policy__section ol {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
}

.privacy-policy__section ul,
.privacy-policy__section ol {
  display: grid;
  gap: 8px;
  padding-left: 1.5em;
}

.privacy-policy__section ul {
  list-style: disc;
}

.privacy-policy__section ol {
  list-style: decimal;
}

.privacy-policy__section li::marker {
  color: #98666b;
  font-weight: 600;
}

.privacy-policy__contact-number {
  font-weight: 500;
}

.privacy-policy__contact-number-link {
  display: none;
}

.privacy-policy__dates {
  display: grid;
  gap: 6px;
  margin-top: 48px;
  color: #756d68;
  font-size: 15px;
  line-height: 1.8;
  text-align: right;
}

@media (max-width: 768px) {
  .privacy-policy__header {
    text-align: left;
  }
  .privacy-policy__header .section-title::before {
    margin-inline: 0;
  }
  .privacy-policy__header p {
    margin-top: 18px;
    font-size: 15px;
  }
  .privacy-policy__body {
    margin-top: 56px;
  }
  .privacy-policy__section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .privacy-policy__section + .privacy-policy__section {
    padding-top: 40px;
  }
  .privacy-policy__section h2 {
    font-size: 22px;
  }
  .privacy-policy__section p,
  .privacy-policy__section ul,
  .privacy-policy__section ol {
    margin-top: 18px;
    font-size: 15px;
  }
  .privacy-policy__dates {
    margin-top: 40px;
  }
  .privacy-policy__contact-number-text {
    display: none;
  }
  .privacy-policy__contact-number-link {
    display: inline;
    color: #98666b;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.shop__map iframe,
.shop-access__map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: inherit;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}

.navigation.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding-inline: 12px;
  border: 1px solid #ded5ce;
  font-size: 15px;
}

.navigation.pagination .page-numbers.current {
  border-color: #98666b;
  color: #fff;
  background: #98666b;
}

.admin-bar .site-header {
  top: 32px;
}

.not-found__message {
  margin-top: 32px;
}

.not-found__button {
  margin-top: 40px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 768px) {
  .not-found__message {
    margin-top: 24px;
  }
  .not-found__button {
    margin-top: 32px;
  }
  .navigation.pagination .nav-links {
    margin-top: 48px;
  }
  .navigation.pagination .page-numbers {
    min-width: 44px;
    height: 44px;
  }
}/*# sourceMappingURL=style.css.map */