.faq-page {
  --faq-page-ink: #2d2118;
  --faq-page-muted: #6d5b50;
  --faq-page-red: #a33a2b;
  --faq-page-deep-red: #7f241c;
  --faq-page-paper: #fffdf8;
  --faq-page-pink: #fff1f0;
  --faq-page-beige: #f6ecdf;
  --faq-page-gold: #b8872c;
  --faq-page-line: rgba(128, 74, 45, 0.2);
  --faq-page-shadow: 0 10px 28px rgba(72, 45, 28, 0.1);
  background:
    radial-gradient(circle at 12% 0, rgba(248, 222, 224, 0.7), transparent 30rem),
    linear-gradient(180deg, var(--faq-page-paper) 0, #fbf6ee 58%, #fff8f3 100%);
  color: var(--faq-page-ink);
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

.faq-page .skip-link,
.faq-page .site-header,
.faq-page .site-header__inner,
.faq-page .brand,
.faq-page .brand__mark,
.faq-page .site-nav,
.faq-page .site-nav a,
.faq-page .page-main,
.faq-page .page-hero,
.faq-page .page-hero .container,
.faq-page .site-footer,
.faq-page .site-footer__inner,
.faq-page .footer-nav,
.faq-page .footer-nav a {
  box-sizing: border-box;
}

.faq-page .skip-link {
  background: var(--faq-page-paper);
  border: 1px solid var(--faq-page-gold);
  border-radius: 999px;
  box-shadow: var(--faq-page-shadow);
  color: var(--faq-page-deep-red);
  font-size: 0.9rem;
  font-weight: 800;
  left: 12px;
  padding: 9px 15px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(calc(-100% - 24px));
  transition: transform 160ms ease;
  z-index: 100;
}

.faq-page .skip-link:focus,
.faq-page .skip-link:focus-visible {
  outline: 3px solid rgba(184, 135, 44, 0.35);
  outline-offset: 3px;
  transform: translateY(0);
}

.faq-page .site-header__inner,
.faq-page .page-hero .container,
.faq-page .site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}

.faq-page .site-header {
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--faq-page-line);
  box-shadow: 0 4px 18px rgba(72, 45, 28, 0.06);
  position: sticky;
  top: 0;
  z-index: 40;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.faq-page .site-header__inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 70px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.faq-page .brand {
  align-items: center;
  color: var(--faq-page-ink);
  display: inline-flex;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.faq-page .brand:visited,
.faq-page .brand:hover,
.faq-page .brand:focus,
.faq-page .brand:active {
  color: var(--faq-page-ink);
  text-decoration: none;
}

.faq-page .brand:focus-visible,
.faq-page .site-nav a:focus-visible,
.faq-page .footer-nav a:focus-visible {
  outline: 3px solid rgba(184, 135, 44, 0.38);
  outline-offset: 3px;
}

.faq-page .brand__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--faq-page-red), var(--faq-page-deep-red));
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(127, 36, 28, 0.2);
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.3rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.faq-page .brand__name,
.faq-page .brand__tagline {
  display: block;
}

.faq-page .brand__name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.faq-page .brand__tagline {
  color: var(--faq-page-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.faq-page .site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.faq-page .site-nav a {
  align-items: center;
  border-radius: 999px;
  color: var(--faq-page-muted);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.3;
  min-height: 42px;
  padding: 8px 11px;
  text-align: center;
  text-decoration: none;
}

.faq-page .site-nav a:visited {
  color: var(--faq-page-muted);
}

.faq-page .site-nav a:hover {
  color: var(--faq-page-deep-red);
}

.faq-page .site-nav .nav-cta,
.faq-page .site-nav .nav-cta:visited,
.faq-page .site-nav .nav-cta:hover,
.faq-page .site-nav .nav-cta:focus,
.faq-page .site-nav .nav-cta:active {
  background: linear-gradient(135deg, var(--faq-page-red), var(--faq-page-deep-red));
  box-shadow: 0 8px 18px rgba(127, 36, 28, 0.2);
  color: #fff;
  padding: 9px 17px;
  text-decoration: none;
}

.faq-page .page-main {
  min-width: 0;
}

.faq-page .page-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 209, 214, 0.6), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(184, 135, 44, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(255, 246, 245, 0.98), rgba(255, 253, 248, 0.96) 54%, rgba(246, 236, 223, 0.96));
  border-bottom: 1px solid var(--faq-page-line);
  padding: clamp(38px, 7vw, 68px) 0 clamp(34px, 6vw, 58px);
  text-align: center;
}

.faq-page .eyebrow {
  align-items: center;
  color: var(--faq-page-gold);
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 10px;
}

.faq-page .eyebrow::before,
.faq-page .eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.62;
  width: 30px;
}

.faq-page .page-hero h1 {
  color: var(--faq-page-deep-red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2rem, 7vw, 3.15rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
}

.faq-page .lead {
  color: var(--faq-page-muted);
  font-size: clamp(0.94rem, 2.2vw, 1.02rem);
  line-height: 1.8;
  margin: 14px auto 0;
  max-width: 660px;
}

.faq-page .page-main > .section {
  padding: 0 0 16px;
}

.faq-page .site-footer {
  background: linear-gradient(145deg, #8d2d24, var(--faq-page-deep-red) 58%, #642018);
  border-top: 3px solid rgba(184, 135, 44, 0.78);
  color: #fff;
  padding: 32px 0 38px;
}

.faq-page .site-footer__brand {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 15px;
}

.faq-page .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.faq-page .footer-nav a,
.faq-page .footer-nav a:visited,
.faq-page .footer-nav a:hover,
.faq-page .footer-nav a:focus,
.faq-page .footer-nav a:active {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  line-height: 1.5;
  text-decoration: none;
}

.faq-page .footer-nav a[aria-current="page"] {
  color: #f2d59b;
}

@media (max-width: 768px) {
  body.faq-page.has-oshare-mobile-nav {
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  .faq-page .site-header__inner,
  .faq-page .page-hero .container,
  .faq-page .site-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-page .site-header__inner {
    min-height: 62px;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .faq-page .brand__mark {
    flex-basis: 38px;
    font-size: 1.18rem;
    height: 38px;
    width: 38px;
  }

  .faq-page .brand__name {
    font-size: 0.82rem;
  }

  .faq-page .brand__tagline {
    font-size: 0.68rem;
  }

  .faq-page .page-hero {
    padding: 34px 0 32px;
  }

  .faq-page .page-hero h1 {
    letter-spacing: 0.02em;
  }

  .faq-page .site-footer {
    padding-bottom: 36px;
  }
}

.faq-page .faq-list,
.faq-page .faq-category-nav,
.faq-page .faq-category-nav__link,
.faq-page .faq-category-nav__icon,
.faq-page .faq-category,
.faq-page .faq-category__heading,
.faq-page .faq-category__icon,
.faq-page .faq-category__title,
.faq-page .faq-category__list,
.faq-page .faq-card,
.faq-page .faq-card > summary,
.faq-page .faq-card > p,
.faq-page .faq-card > .faq-contact-answer,
.faq-page .faq-contact-answer__body,
.faq-page .faq-contact-answer__body > p,
.faq-page .faq-contact-links,
.faq-page .faq-contact-links a {
  box-sizing: border-box;
}

.faq-page .faq-list {
  color: #2f261f;
  margin-inline: auto;
  max-width: 1040px;
  min-width: 0;
  padding: 40px 18px 56px;
  width: 100%;
}

.faq-page .faq-category-nav {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 34px;
  min-width: 0;
}

.faq-page .faq-category-nav__link {
  --faq-nav-accent: #8d3a31;
  --faq-nav-bg: #fff6ef;
  --faq-nav-border: rgba(150, 84, 54, 0.22);
  align-items: center;
  background: var(--faq-nav-bg);
  border: 1px solid var(--faq-nav-border);
  border-radius: 12px;
  color: #2f261f;
  display: flex;
  flex-direction: column;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1.35;
  min-height: 92px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.faq-page .faq-category-nav__link[href="#faq-reservation"] {
  --faq-nav-accent: #9d3e31;
  --faq-nav-bg: #fff2ee;
  --faq-nav-border: rgba(157, 62, 49, 0.28);
}

.faq-page .faq-category-nav__link[href="#faq-kimono"] {
  --faq-nav-accent: #80621d;
  --faq-nav-bg: #fff8e6;
  --faq-nav-border: rgba(128, 98, 29, 0.28);
}

.faq-page .faq-category-nav__link[href="#faq-experience"] {
  --faq-nav-accent: #56783b;
  --faq-nav-bg: #f3f8ea;
  --faq-nav-border: rgba(86, 120, 59, 0.28);
}

.faq-page .faq-category-nav__link[href="#faq-shop"] {
  --faq-nav-accent: #765236;
  --faq-nav-bg: #fbf3e8;
  --faq-nav-border: rgba(118, 82, 54, 0.26);
}

.faq-page .faq-category-nav__link:visited {
  color: #2f261f;
}

.faq-page .faq-category-nav__link:hover {
  background: #fffdf8;
  border-color: var(--faq-nav-accent);
  box-shadow: 0 8px 18px rgba(72, 45, 28, 0.12);
  transform: translateY(-1px);
}

.faq-page .faq-category-nav__link:focus-visible {
  outline: 3px solid rgba(151, 72, 45, 0.35);
  outline-offset: 3px;
}

.faq-page .faq-category-nav__icon {
  align-items: center;
  background: var(--faq-nav-accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 0.9rem;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.faq-page .faq-category {
  --faq-category-accent: #9d3e31;
  --faq-category-bg: #fff2ee;
  --faq-category-border: rgba(157, 62, 49, 0.22);
  margin: 34px 0 0;
  scroll-margin-top: 96px;
}

.faq-page .faq-category--reservation {
  --faq-category-accent: #9d3e31;
  --faq-category-bg: #fff2ee;
  --faq-category-border: rgba(157, 62, 49, 0.22);
}

.faq-page .faq-category--kimono {
  --faq-category-accent: #80621d;
  --faq-category-bg: #fff8e6;
  --faq-category-border: rgba(128, 98, 29, 0.22);
}

.faq-page .faq-category--experience {
  --faq-category-accent: #56783b;
  --faq-category-bg: #f3f8ea;
  --faq-category-border: rgba(86, 120, 59, 0.22);
}

.faq-page .faq-category--shop {
  --faq-category-accent: #765236;
  --faq-category-bg: #fbf3e8;
  --faq-category-border: rgba(118, 82, 54, 0.22);
}

.faq-page .faq-category__heading {
  align-items: center;
  background: var(--faq-category-bg);
  border: 1px solid var(--faq-category-border);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
  min-width: 0;
  padding: 14px 16px;
}

.faq-page .faq-category__icon {
  align-items: center;
  background: var(--faq-category-accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.faq-page .faq-category__title {
  color: #2f261f;
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  line-height: 1.35;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-page .faq-category__list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.faq-page .faq-card {
  background: #fffdf8;
  border: 1px solid rgba(128, 74, 45, 0.22);
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(54, 34, 20, 0.06);
  min-width: 0;
  overflow: hidden;
}

.faq-page .faq-card > summary {
  align-items: start;
  color: #2f261f;
  cursor: pointer;
  display: grid;
  font-size: 1rem;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  line-height: 1.55;
  list-style: none;
  min-height: 54px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 14px 14px;
}

.faq-page .faq-card > summary::-webkit-details-marker {
  display: none;
}

.faq-page .faq-card > summary::before,
.faq-page .faq-card > summary::after,
.faq-page .faq-card > p::before {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
}

.faq-page .faq-card > summary::before {
  background: #8f4433;
  color: #fff;
  content: "Q";
  font-size: 0.86rem;
  height: 28px;
  margin-top: 1px;
  width: 28px;
}

.faq-page .faq-card > summary::after {
  background: #f3eadf;
  color: #6c422b;
  content: "+";
  font-size: 1.1rem;
  height: 28px;
  margin-top: 1px;
  width: 28px;
}

.faq-page .faq-card[open] > summary {
  border-bottom: 1px solid rgba(128, 74, 45, 0.16);
}

.faq-page .faq-card[open] > summary::after {
  content: "\2212";
}

.faq-page .faq-card > summary:focus-visible {
  outline: 3px solid rgba(151, 72, 45, 0.35);
  outline-offset: -3px;
}

.faq-page .faq-card > p {
  color: #493a30;
  display: grid;
  font-size: 0.94rem;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  line-height: 1.7;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 14px 16px 18px 14px;
}

html[lang="en"] .oshare-qr-lp.faq-page
  .faq-list .faq-category__list
  > details.faq-card > p
  > .faq-answer-body {
  grid-column: 2;
  min-width: 0;
  line-break: auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.faq-page .faq-card > p::before {
  background: #f3eadf;
  color: #765236;
  content: "A";
  font-size: 0.82rem;
  height: 28px;
  margin-top: 1px;
  width: 28px;
}

.faq-page .faq-card > .faq-contact-answer {
  color: #493a30;
  display: grid;
  font-size: 0.94rem;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  line-height: 1.7;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 14px 16px 18px 14px;
}

.faq-page .faq-card > .faq-contact-answer::before {
  align-items: center;
  background: #f3eadf;
  border-radius: 999px;
  color: #765236;
  content: "A";
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin-top: 1px;
  width: 28px;
}

.faq-page .faq-contact-answer__body {
  min-width: 0;
}

.faq-page .faq-contact-answer__body > p {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: left;
}

.faq-page .faq-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 14px auto 16px;
  max-width: 520px;
  min-width: 0;
  width: 100%;
}

.faq-page .faq-contact-links a,
.faq-page .faq-contact-links a:visited,
.faq-page .faq-contact-links a:hover,
.faq-page .faq-contact-links a:focus,
.faq-page .faq-contact-links a:active {
  align-items: center;
  background: var(--faq-page-pink);
  border: 1px solid rgba(157, 62, 49, 0.28);
  border-radius: 10px;
  color: var(--faq-page-deep-red);
  display: inline-flex;
  flex: 0 1 auto;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.35;
  max-width: 100%;
  min-height: 44px;
  min-width: 88px;
  overflow-wrap: anywhere;
  padding: 9px 14px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.faq-page .faq-contact-links a:hover {
  background: var(--faq-page-paper);
  border-color: var(--faq-page-red);
}

.faq-page .faq-contact-links a:focus-visible {
  outline: 3px solid rgba(151, 72, 45, 0.35);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .faq-page .faq-list {
    padding: 30px 16px 46px;
  }

  .faq-page .faq-category-nav {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
  }

  .faq-page .faq-category-nav__link {
    font-size: 0.92rem;
    min-height: 84px;
    padding: 12px 8px;
  }

  .faq-page .faq-category-nav__icon {
    flex-basis: 30px;
    height: 30px;
    width: 30px;
  }

  .faq-page .faq-category {
    margin-top: 28px;
    scroll-margin-top: 82px;
  }

  .faq-page .faq-category__heading {
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px;
  }

  .faq-page .faq-category__icon {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .faq-page .faq-category__title {
    font-size: 1.22rem;
  }

  .faq-page .faq-category__list {
    gap: 11px;
  }

  .faq-page .faq-card > summary {
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr) 26px;
    min-height: 54px;
    padding: 13px 12px;
  }

  .faq-page .faq-card > summary::before,
  .faq-page .faq-card > summary::after,
  .faq-page .faq-card > p::before,
  .faq-page .faq-card > .faq-contact-answer::before {
    height: 26px;
    width: 26px;
  }

  .faq-page .faq-card > p {
    font-size: 0.94rem;
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 13px 12px 16px;
  }

  .faq-page .faq-card > .faq-contact-answer {
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 13px 12px 16px;
  }
}

@media (max-width: 360px) {
  .faq-page .faq-list {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-page .faq-category-nav__link {
    font-size: 0.88rem;
  }

  .faq-page .faq-card > summary {
    gap: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-page .faq-card > p,
  .faq-page .faq-card > .faq-contact-answer {
    gap: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
