
    :root {
      --content-width: 430px;
      --color-bg: #fbf8f3;
      --color-paper: #fffdf9;
      --color-cream: #f6efe7;
      --color-cream-2: #efe3d8;
      --color-text: #4c4540;
      --color-sub: #8a7c73;
      --color-light: #b7aaa2;
      --color-gold: #b9a264;
      --color-gold-dark: #9e884e;
      --color-brown: #cdb9ab;
      --font-serif: "Zen Old Mincho", serif;
      --font-sans: "Noto Sans JP", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--color-text);
      background: #e9eef1;
      font-family: var(--font-serif);
      line-height: 1.9;
      letter-spacing: .04em;
    }
    body.is-menu-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button { font: inherit; }

    /* PC background */
    .pc-bg {
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image: url("../../images/bg-pc.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .pc-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      backdrop-filter: blur(2px);
    }
    /**.pc-side-logo {
      position: fixed;
      left: 3.5vw;
      top: 50%;
      z-index: 0;
      transform: translateY(-50%);
      writing-mode: vertical-rl;
      color: rgba(255,255,255,.78);
      font-size: clamp(96px, 13vw, 180px);
      line-height: .9;
      letter-spacing: .02em;
      pointer-events: none;
      user-select: none;
    }**/


.pc-side-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  transform: none;
  width: clamp(90px, 12vw, 170px);
  pointer-events: none;
  user-select: none;
}

.pc-side-logo img {
  display: block;
  width: 84%;
  height: auto;
}



    /* PC side nav */
    .pc-side-nav {
      position: fixed;
      top: 72px;
      right: clamp(90px, 11vw, 220px);
      z-index: 30;
      width: 224px;
      font-family: var(--font-serif);
    }
    
   .pc-side-nav {
      position: fixed;
      top: 72px;
      left: calc(50% + 215px + 80px);
      right: auto;
      z-index: 30;
      width: 224px;
      font-family: var(--font-serif);
    }
    




    .side-brand {
      margin-bottom: 26px;
      width: 140px;
    }




    .side-menu {
      position: relative;
      list-style: none;
      padding: 2px 0 2px 22px;
      margin: 0 0 24px;
    }
    .side-menu::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      bottom: 10px;
      width: 1px;
      background: rgba(185, 162, 100, .55);
      z-index: 0;
    }
    .side-menu li {
      position: relative;
      z-index: 1;
      margin-bottom: 13px;
      color: #4f4a46;
      font-size: 15px;
      line-height: 1.45;
      letter-spacing: .11em;
    }
    .side-menu li:last-child { margin-bottom: 0; }
    .side-menu li::before {
      content: "";
      position: absolute;
      left: -21px;
      top: .72em;
      z-index: 2;
      width: 9px;
      height: 9px;
      border: 1px solid rgba(185, 162, 100, .78);
      border-radius: 50%;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, .72);
      transform: translateY(-50%);
      transition: background .24s ease, border-color .24s ease, box-shadow .24s ease;
    }
    .side-menu li.is-active::before,
    .side-menu li:hover::before {
      background: var(--color-gold);
      border-color: var(--color-gold);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, .72), 0 0 0 6px rgba(185, 162, 100, .12);
    }
    .side-menu a {
      position: relative;
      z-index: 3;
      display: inline-block;
      transition: color .24s ease;
    }
    .side-menu li.is-active a,
    .side-menu a:hover { color: var(--color-gold-dark); }
    .side-contact {
      width: min(260px, 100%);
      margin-top: 26px;
      text-align: center;
    }
    .side-contact-title {
      margin: 0 0 14px;
      color: #555250;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: .09em;
      font-weight: 400;
      white-space: nowrap;
    }
    .side-reserve {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 14px;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: .08em;
      text-align: center;
      transition: opacity .24s ease;
    }
    .side-reserve:hover {
      opacity: .86;
    }
    .side-sns {
      display: flex;
      justify-content: center;
      margin-top: 34px;
      width: 100%;
      text-align: center;
    }
    .side-sns .instagram-icon {
      display: inline-block;
      width: 38px;
      height: 38px;
      border-radius: 0;
      background: none;
    }
    .side-sns .instagram-icon img {
      width: 100%;
      height: auto;
    }
    .instagram-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    /* SP drawer */
    .sp-header { display: none; }
    .hamburger {
      position: fixed;
      top: 16px;
      left: 14px;
      z-index: 80;
      width: 46px;
      height: 46px;
      padding: 11px 8px;
      border: 1px solid rgba(255,255,255,.34);
      border-radius: 50%;
      background: rgba(190, 168, 134, .82);
      box-shadow: 0 6px 22px rgba(70,62,56,.16);
      backdrop-filter: blur(8px);
      cursor: pointer;
      transition: background .28s ease, box-shadow .28s ease, border-color .28s ease;
    }
    .hamburger span {
      display: block;
      width: 100%;
      height: 1px;
      margin-bottom: 10px;
      background: #fff;
      transition: transform .28s ease, opacity .28s ease, background .28s ease;
    }
    .hamburger span:last-child { margin-bottom: 0; }
    body.is-menu-open .hamburger {
      background: rgba(176, 151, 113, .92);
      border-color: rgba(255,255,255,.32);
      box-shadow: none;
    }
    body.is-menu-open .hamburger span { background: #fff; }
    body.is-menu-open .hamburger span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
    body.is-menu-open .hamburger span:nth-child(2) { opacity: 0; }
    body.is-menu-open .hamburger span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }
    .sp-drawer {
      position: fixed;
      inset: 0;
      z-index: 70;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 86px 40px 54px;
      background: rgba(255,253,249,.98);
      opacity: 0;
      visibility: hidden;
      overflow-y: auto;
      pointer-events: none;
      transition: opacity .32s ease, visibility .32s ease;
    }
    body.is-menu-open .sp-drawer {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .sp-drawer-logo {
      width: 142px;
      margin: 0 auto 54px;
      text-align: center;
    }
    .sp-drawer-logo img {
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    .sp-drawer-logo-main,
    .sp-drawer-logo-sub {
      display: none;
    }
    .sp-drawer-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
    }
    .sp-drawer-menu li {
      margin-bottom: 30px;
      color: #555250;
      font-size: 15px;
      line-height: 1;
      letter-spacing: .055em;
      font-weight: 400;
    }
    .sp-drawer-menu li:last-child {
      margin-bottom: 0;
    }
    .sp-drawer-reservation {
      width: min(260px, 100%);
      margin: 70px auto 0;
      text-align: center;
    }
    .sp-drawer-reservation-title {
      margin: 0 0 19px;
      color: #555250;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: .09em;
      font-weight: 400;
      white-space: nowrap;
    }
    .sp-drawer-reserve {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 62px;
      margin: 0 auto 15px;
      background: #3F3F3D;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: .08em;
      text-align: center;
    }
    .sp-drawer-reserve:last-child {
      margin-bottom: 0;
    }
    .sp-drawer-sns {
      display: flex;
      justify-content: center;
      margin-top: 36px;
    }
    .sp-drawer-sns .instagram-icon {
      width: 38px;
      height: 38px;
    }
    .sp-drawer-sns .instagram-icon img {
      width: 100%;
      height: auto;
    }

    /* layout */
    .page {
      width: var(--content-width);
      max-width: 100%;
      margin: 0 auto;
      background: #FEF6EF;
      overflow: hidden;
      box-shadow: 0 18px 48px rgba(80,80,80,.08);
    }
    section { position: relative; }
    .inner { padding-left: 24px; padding-right: 24px; }
    .section-kicker {
      margin: 0 0 4px;
      color: #C6B374;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: .12em;
      text-align: center;
    }
    .section-title {
      margin: 0;
      font-size: 27px;
      line-height: 1.75;
      letter-spacing: .12em;
      font-weight: 500;
      text-align: center;
    }
    .section-title .small { font-size: .8em; }
    
    .text {
      margin: 0;
      font-size: 14px;
      line-height: 2.18;
      letter-spacing: .04em;
    }
    .text-center { text-align: center; }
    .gold { color: var(--color-gold-dark); }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: min(330px, 100%);
      min-width: 0;
      height: 64px;
      padding: 0 64px;
      border-radius: 999px;
      background: #C4B37B;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 23px;
      letter-spacing: .1em;
      transition: transform .24s ease, opacity .24s ease;
    }
    .btn::after {
      content: "";
      position: absolute;
      right: 32px;
      top: 50%;
      width: 11px;
      height: 11px;
      border-top: 2px solid rgba(255,255,255,.94);
      border-right: 2px solid rgba(255,255,255,.94);
      transform: translateY(-50%) rotate(45deg);
      transform-origin: center;
    }
    .btn:hover { transform: translateY(-2px); opacity: .9; }
    .placeholder-img {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 210px;
      overflow: hidden;
      color: rgba(255,255,255,.86);
      font-family: var(--font-sans);
      font-size: 38px;
      letter-spacing: .04em;
    }
    .placeholder-img::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--bg, none);
      background-size: cover;
      background-position: center;
      opacity: 1;
    }
    .placeholder-img span { position: relative; z-index: 1; }

    /* hero */
    .hero {
      min-height: 560px;
      color: #fff;
      background-image: url("../../images/fv.jpg");
      background-size: cover;
      background-position: center top;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.05) 45%, rgba(0,0,0,.34));
    }
    .hero-logo {
      position: relative;
      z-index: 2;
      padding-top: 24px;
      text-align: center;
      text-shadow: 0 2px 10px rgba(0,0,0,.16);
    }

    .hero-logo-main { width: 100px; margin: auto;}



    .hero-logo-sub { margin-top: 5px; font-family: var(--font-sans); font-size: 9px; letter-spacing: .12em; }
    .hero-copy {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 46px;
      z-index: 2;
      padding: 0 10px;
      text-align: center;
      text-shadow: 0 2px 16px rgba(0,0,0,.22);
    }
    .hero-title {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.82;
      letter-spacing: .12em;
      font-weight: 500;
    }
    .hero-lead {
      margin: 0;
      font-size: 14px;
      line-height: 2;
      letter-spacing: .08em;
    }

    /* signs */
    .signs {
      padding: 28px 15px 38px;
      background: #FEF6EF;
      text-align: center;
    }
    .signs-title {
      margin: 0 0 18px;
      font-size: 22px;
      letter-spacing: .12em;
      font-weight: 500;
    }
    .chip-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 9px 8px;
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .chip-list li {
      min-width: 88px;
      padding: 5px 14px 6px;
      border-radius: 999px;
      background: #F2E6DC;
      color: #58483B;
      font-size: 12.5px;
      line-height: 1.65;
      letter-spacing: .04em;
    }
    .signs-triangle {
      position: absolute;
      left: 50%;
      bottom: -33px;
      z-index: 3;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 48px solid transparent;
      border-right: 48px solid transparent;
      border-top: 34px solid #FEF6EF;
    }

    /* concept */
    .concept { padding: 72px 0 0; background: var(--color-paper); }
    .concept .section-title { font-size: 28px; line-height: 1.5em;}
    .concept-copy-en {
      margin: 8px 0 22px;
      color: var(--color-gold-dark);
      font-family: var(--font-sans);
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: .08em;
      text-align: center;
      font-family: "Zen Old Mincho", serif;
    }
    .concept-visual { margin: 0 16px; }
    .concept-text { padding: 20px 15px 40px; 
          font-family: "Zen Old Mincho", serif;}
    .brand-message {
      margin: 28px 0 20px;
      color: var(--color-gold-dark);
      text-align: center;
    }
    .brand-message strong {
      display: block;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: .08em;
    }
    .brand-message span {
      display: block;
      margin-top: 4px;
      font-size: 15px;
      letter-spacing: .08em;
    }

    /* about */
    .about { padding: 30px 0 62px; background: var(--color-paper); }
    .about-photo img {
      width: 100%;
      aspect-ratio: 430 / 210;
      object-fit: cover;
      background: #eaded2;}
      
      .about-photo{
        margin-top: 10px;
      }


    .about-card {
      margin: -1px 17px 0;
      padding: 10px 0px;}

    .about-card .section-title { 
      margin-bottom: 10px;
      margin-top: 10px;
      font-size: 17px;
      text-align: left;
      color: #C6B374;
      letter-spacing: .09em;}



    .about-card .text {
      font-size: 14px;
      color: #585858;
      font-weight: 200;
      line-height: 1.7em;
        line-height: 1.8em;
    letter-spacing: 0.05em;}


    .about-btn { margin-top: 24px; text-align: center; }

    /* menu */
    .menu { padding: 52px 0 62px; background: var(--color-paper); }
    .menu .section-title { margin-bottom: 16px; font-size: 21px; }
    .menu-intro { padding: 0 20px 18px; }

    .menu-visual { margin: 0 17px 24px; min-height: 310px; }

    .menu-cards {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      width: 78%;
      margin: 0 auto;}

    .menu .text{
    text-align: left;
    font-size: 14px;
    color: #585858;
    font-weight: 200;
    line-height: 1.8em;
    letter-spacing: 0.05em;}

    .menu-image{
      padding: 0px 20px 30px;
    }

    .menu-image img{
      max-width: 100%;
    }





    .menu-card {
      min-height: 98px;
      padding: 10px 8px;
      border-radius: 0 22px 0 22px;
      background: rgba(255,253,249,.88);
      color: var(--color-text);
      text-align: center;
    }
    .menu-card:nth-child(3) { grid-column: 1 / -1; width: 62%; margin: 0 auto; }
    .menu-card img {
      width: 100%;
      height: 56px;
      object-fit: cover;
      margin-bottom: 5px;
      background: #e8ddd3;
    }
    .menu-card strong { display: block; font-size: 11.5px; font-weight: 500; line-height: 1.5; }
    .menu .btn-wrap { text-align: center; }

    /* information */
    .info { padding: 52px 24px 58px; background: var(--color-paper); }
    .info .section-title { margin-bottom: 16px; font-size: 21px; }
    .info-box {
      margin-top: 28px;
      padding: 26px 22px 28px;
      background: #FCF6EE;
      border: 0;
      border-radius: 14px;
    }
    .info-box h3 {
      position: relative;
      display: flex;
      align-items: center;
      gap: 15px;
      margin: 0 0 5px;
      color: #C99F7F;
      font-size: 18px;
      line-height: 1.55;
      font-weight: 500;
      letter-spacing: .08em;
    }
    .info-box h3::before {
      content: "";
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #C99F7F;
    }
    .info-box p {
      margin: 0;
      color: #5A514B;
      font-family: var(--font-serif);
      font-size: 13px;
      line-height: 1.8em;
      letter-spacing: .07em;
    }

    .info .text{
      text-align: left;
          font-size: 14px;
    color: #585858;
    font-weight: 200;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    }





    /* access */
    .access {
      padding: 50px 24px 0;
      background: var(--color-paper);
    }

    .access .section-title {
      margin-bottom: 28px;
      font-size: 24px;
      line-height: 1.45;
      letter-spacing: .18em;
      color: #555250;
    }
    .access-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.9;
      letter-spacing: .055em;
    }
    .access-table th,
    .access-table td {
      padding: 16px 0 15px;
      border-bottom: 1px solid rgba(104, 96, 90, .16);
      vertical-align: top;
      text-align: left;
    }
    .access-table tr:first-child th,
    .access-table tr:first-child td {
      padding-top: 0;
    }
    .access-table th {
      width: 88px;
      color: #4f4a46;
      font-weight: 400;
      white-space: nowrap;
    }
    .access-table td {
    color: #817d7b;
    font-size: 14px;}

    .access-table .station {
      display: block;
      margin-top: 4px;
    }
    .map-btn {
      margin-top: 31px;
      text-align: center;
    }
    .map-btn .btn {
      width: min(330px, 100%);
      height: 64px;
      min-width: 0;
      border-radius: 999px;
      font-size: 23px;
      letter-spacing: .1em;
      background: #C4B37B;
    }
    .map-btn .btn::after {
      right: 32px;
    }
    .map-box {
      display: grid;
      place-items: center;
      min-height: 190px;
      margin-top: 29px;
      background: #b9b9b7;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 23px;
      line-height: 2.2;
      letter-spacing: .08em;
      text-align: center;
    }

    /* image text */
    .image-text {
      padding: 29px 24px 58px;
      background: var(--color-paper);
    }
    .image-text-photo {
      display: none;
    }
    .image-text h2 {
      margin: 0 0 17px;
      color: #C6B374;
      font-size: 16px;
      line-height: 1.65;
      font-weight: 500;
      text-align: left;
      letter-spacing: .08em;
    }
    .image-text .text {
      color: #55514d;
      font-family: var(--font-serif);
      font-size: 14px;
      line-height: 1.8em;
      letter-spacing: .05em;
    }

    /* faq */
    .faq {
      padding: 54px 24px 64px;
      background: var(--color-paper);
    }
    .faq .section-kicker {
      margin-bottom: 2px;
      font-size: 17px;
      line-height: 1.45;
      letter-spacing: .14em;
    }
    .faq .section-title {
      margin-bottom: 24px;
      font-size: 21px;
      line-height: 1.45;
      letter-spacing: .14em;
      color: #555250;
    }
    .faq-lead {
      margin: 0 0 27px;
      color: #55514d;
      font-family: var(--font-serif);
      font-size: 14px;
      line-height: 1.8em;
      letter-spacing: .05em;
      text-align: left;
    }
    .faq-list {
      display: grid;
      gap: 16px;
    }
    .faq-item {
      overflow: hidden;
      border-radius: 4px;
      background: #F3E8DE;
    }
    .faq-question {
      position: relative;
      width: 100%;
      min-height: 58px;
      display: grid;
      grid-template-columns: 42px 1fr 18px;
      align-items: center;
      gap: 10px;
      padding: 15px 16px 15px 18px;
      border: 0;
      background: transparent;
      color: #4f463f;
      cursor: pointer;
      text-align: left;
    }
    .faq-label {
      display: block;
      color: #594c43;
      font-family: var(--font-serif);
      font-size: 31px;
      line-height: 1;
      letter-spacing: 0;
      font-weight: 400;
    }
    .faq-question-text {
      display: block;
      color: #4f463f;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.75;
      letter-spacing: .075em;
      font-weight: 400;
    }
    .faq-mark {
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      justify-self: end;
      transition: transform .24s ease;
    }
    .faq-mark::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 10px;
      height: 10px;
      border-right: 1.6px solid #5B5048;
      border-bottom: 1.6px solid #5B5048;
      transform: translate(-50%, -65%) rotate(45deg);
      transform-origin: center;
    }
    .faq-item.is-open .faq-mark {
      transform: rotate(180deg);
    }
    .faq-answer {
      display: none;
      grid-template-columns: 42px 1fr;
      gap: 10px;
      padding: 14px 34px 28px 18px;
      color: #584d45;
    }
    .faq-item.is-open .faq-answer {
      display: grid;
    }
    .faq-answer-text {
      margin: 0;
      color: #584d45;
      font-family: var(--font-serif);
      font-size: 13.5px;
      line-height: 1.8em;
      letter-spacing: .05em;
      font-weight: 400;
    }
    .faq-note {
      margin: 34px 0 22px;
      color: #55514d;
      font-family: var(--font-serif);
      font-size: 14px;
      line-height: 2;
      letter-spacing: .075em;
      text-align: center;
    }
    .faq-reserve {
      margin-top: 0;
      text-align: center;
    }

    /* footer */
    .footer {
      padding: 48px 24px 33px;
      background: #CCB9AF;
      color: #fff;
      text-align: center;
    }

    .footer-logo-main {
      width: 100px;
      margin: auto;
      margin-bottom: 20px;}



    .footer-logo-sub {
      margin: 8px 0 25px;
      font-family: var(--font-sans);
      font-size: 11px;
      line-height: 1.4;
      letter-spacing: .12em;
    }
    .footer-contact-title {
      margin: 0 0 17px;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: .09em;
      font-weight: 400;
    }
    .footer-contact-buttons {
      display: grid;
      gap: 14px;
      width: min(260px, 100%);
      margin: 0 auto 31px;
    }
    .footer-contact-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 62px;
      background: #3F3F3D;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: .08em;
      text-align: center;
      transition: opacity .24s ease;
    }
    .footer-contact-button:hover {
      opacity: .86;
    }
    .footer-sns {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
    .footer .instagram-icon {
      width: 34px;
      height: 34px;
      border-radius: 10px;
    }
    .copyright {
      margin: 0;
      color: #fff;
      font-family: var(--font-serif);
      font-size: 17px;
      line-height: 1.4;
      letter-spacing: .08em;
    }

    /* animation */
    .fade-up { opacity: 0; transform: translateY(16px); transition: opacity .75s ease, transform .75s ease; }
    .fade-up.is-visible { opacity: 1; transform: translateY(0); }


    /* PC typography adjustment */
    @media (min-width: 769px) {
      .section-title { font-size: 29px; font-weight: 300;}
      .text { font-size: 14.5px; line-height: 2.2; font-family: "Zen Old Mincho", serif;}
      .hero-logo-main { font-size: 34px; }
      .hero-logo-sub { font-size: 10px; }
      .hero-title { font-size: 28px; }
      .signs-title { font-size: 24px; }
      .chip-list li { font-size: 12.5px; min-width: 92px; }
      .concept .section-title { font-size: 30px; }
      .concept-copy-en { font-size: 15px; }
      .brand-message span { font-size: 14.5px; }
      .faq-question span:first-child,
      .faq-answer { font-size: 13.5px; }
      .btn { height: 64px; font-size: 23px; }
    }

    @media (max-width: 1024px) {
      .pc-side-nav { right: 24px; width: 180px; }
    }

    @media (max-width: 768px) {
      body { background: var(--color-paper); }
      .pc-bg, .pc-side-logo, .pc-side-nav { display: none; }
      .sp-header { display: block; }
      .page { width: 100%; box-shadow: none; }
      .hero { min-height: 590px; }
      .hero-title { font-size: 24px; }
      .inner { padding-left: 22px; padding-right: 22px; }
    }

    @media (max-width: 768px) {
      .info-box {
        margin-top: 24px;
        padding: 24px 20px 26px;
        border-radius: 14px;
      }
      .info-box h3 {
        gap: 13px;
        margin-bottom: 15px;
        font-size: 20px;
      }
    }


    @media (max-width: 768px) {
      .access { padding: 48px 22px 0; }
      .access-table { font-size: 14px; line-height: 1.85; }
      .access-table th { width: 86px; }
      .access-table th,
      .access-table td { padding: 15px 0; }
      .map-btn { margin-top: 29px; }
      .btn,
      .map-btn .btn { height: 62px; font-size: 22px; }
      .map-box { min-height: 185px; margin-top: 28px; font-size: 22px; }
      .image-text { padding: 28px 22px 56px; }
    }

    @media (max-width: 390px) {
      .hero { min-height: 560px; }
      .btn { width: min(310px, 100%); padding: 0 58px; font-size: 20px; }
      .btn::after { right: 28px; width: 10px; height: 10px; border-width: 1.8px; }
      .section-title { font-size: 24px; }
    }


    /* FAQ final adjustment based on v8 */
    @media (min-width: 769px) {
      .faq .section-title {
        line-height: 1.45;
        letter-spacing: .14em;
      }
      .faq-question-text {
        font-size: 15px;
      }
      .faq-answer-text {
        font-size: 13.5px;
      }
    }

    @media (max-width: 768px) {
      .faq {
        padding: 52px 22px 64px;
      }
      .faq .section-kicker {
        font-size: 16px;
      }

      .faq-list {
        gap: 15px;
      }
      .faq-question {
        min-height: 58px;
        grid-template-columns: 40px 1fr 18px;
        padding: 15px 15px 15px 16px;
      }
      .faq-label {
        font-size: 30px;
      }
      .faq-question-text {
        font-size: 14.5px;
        line-height: 1.75;
      }
      .faq-answer {
        grid-template-columns: 40px 1fr;
        padding: 13px 28px 27px 16px;
      }
      .faq-answer-text {
        font-size: 13.5px;
        line-height: 2.05;
      }
      .faq-note {
        margin-top: 32px;
        font-size: 14px;
      }
    }

    @media (max-width: 390px) {
      .faq-question {
        grid-template-columns: 36px 1fr 16px;
        gap: 8px;
        padding-left: 14px;
        padding-right: 14px;
      }
      .faq-answer {
        grid-template-columns: 36px 1fr;
        gap: 8px;
        padding-left: 14px;
        padding-right: 20px;
      }
      .faq-label {
        font-size: 28px;
      }
      .faq-question-text {
        font-size: 14px;
      }
      .faq-answer-text {
        font-size: 13px;
      }
    }

    /* FAQ Q/A label size adjustment */
    .faq-question .faq-label,
    .faq-answer .faq-label {
      width: 40px;
      font-size: 30px !important;
      line-height: 1 !important;
      text-align: center;
      flex-shrink: 0;
    }

    @media (max-width: 390px) {
      .faq-question .faq-label,
      .faq-answer .faq-label {
        width: 36px;
        font-size: 28px !important;
      }
    }

  

/* ==============================
   Lower pages common
============================== */
.lower-hero {
  min-height: 150px;
  padding: 24px 24px 28px;
  background: #C8C4BE;
  color: #fff;
  text-align: center;
}
.lower-hero-logo {
  width: 94px;
  margin: 0 auto 28px;
}
.lower-hero-logo img { width: 100%; height: auto; }
.lower-hero-kicker {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .12em;
  color: rgba(255,255,255,.82);
}
.lower-hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: .15em;
  color: #fff;
  font-weight: 400;
}
.breadcrumb {
  padding: 10px 18px 8px;
  color: #CBAA99;
  font-family: var(--font-serif);
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .06em;
}
.lower-main-visual {
  margin: 0 16px;
}
.lower-main-visual img {
  width: 100%;
  aspect-ratio: 398 / 194;
  object-fit: cover;
}
.concept-lead {
  padding: 26px 22px 34px;
  color: #B9A264;
  text-align: center;
}
.concept-lead p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .13em;
}
.owner-message {
  padding: 0 22px 58px;
}
.lower-section-kicker {
  margin: 0 0 8px;
  color: #C6B374;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .09em;
  text-align: center;
}
.owner-image {
  display: grid;
  place-items: center;
  width: 72%;
  min-height: 125px;
  margin: 0 auto 26px;
  background: #B3B3B0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-align: center;
}
.owner-message h2 {
  margin: 0 0 18px;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  font-weight: 400;
}
.owner-message .text {
  color: #55514d;
  font-size: 13.5px;
  line-height: 2.05;
  letter-spacing: .055em;
}
.owner-message .text p { margin: 0 0 17px; }
.owner-message .marker {
  background: linear-gradient(transparent 62%, rgba(198,179,116,.42) 62%);
}
.policy {
  padding: 0 22px 54px;
}
.policy .section-title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #555250;
}
.policy-list {
  display: grid;
  gap: 18px;
}
.policy-card {
  position: relative;
  padding: 18px 18px 20px;
  background: #F3E8DE;
  color: #4f463f;
}
.policy-card-number {
  display: block;
  margin-bottom: 4px;
  color: #C6B374;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .08em;
}
.policy-card-title {
  position: relative;
  margin: 0 0 9px;
  font-size: 14.5px;
  line-height: 1.7;
  letter-spacing: .055em;
  font-weight: 400;
}
.policy-card-text {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.95;
  letter-spacing: .045em;
}
.lower-salon-image {
  position: relative;
  min-height: 240px;
  background-image: url('../../images/images_concept_footer.jpg');
  background-size: cover;
  background-position: center;
}

.back-to-top {
  padding: 18px 22px 30px;
  background: var(--color-paper);
}
.back-to-top a {
  color: #4f463f;
  font-size: 11px;
  letter-spacing: .05em;
}

@media (max-width: 768px) {
  .lower-hero { padding-top: 44px; }
  .owner-message, .policy { padding-left: 22px; padding-right: 22px; }
  .owner-image { width: 78%; }
}

/* Breadcrumb link adjustment */
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: opacity .24s ease;
}
.breadcrumb a:hover {
  opacity: .7;
}
.breadcrumb-separator {
  display: inline-block;
  margin: 0 .35em;
}

/* ==============================
   Menu lower page
   Added for /menu/ only
============================== */
.page-menu-lower {
  background: #FEF6EF;
}
.menu-lower-intro {
  padding: 24px 22px 46px;
  background: #FEF6EF;
  text-align: center;
}

.menu-lower-intro-text {
  margin: 0 auto 20px;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .055em;
}
.menu-lower-intro-text p {
  margin: 0 0 10px;
}
.menu-lower-intro-text p:last-child {
  margin-bottom: 0;
}
.menu-lower-check-box {
  margin: 23px 0 29px;
  padding: 20px 22px 22px;
  background: #fff;
  color: #876850;
  text-align: left;
}
.menu-lower-check-list li::marker {
  color: #C59E7F;
}


.menu-lower-check-title {
  margin: 0 0 11px;
  color: #B9A264;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
}
.menu-lower-check-list {
  margin: 0;
  padding-left: 1.25em;
  font-family: var(--font-serif);
  font-size: 12.8px;
  line-height: 1.9;
  letter-spacing: .045em;
}

.menu_cta h3{
  font-size: 15px;
  font-weight: 400;
}

.menu_cta a{
  width: 80%;
}



.menu-lower-cta {
  text-align: center;
}
.menu-lower-cta .btn {
  width: min(330px, 100%);
  height: 54px;
  padding: 0 48px;
  font-size: 13.5px;
  letter-spacing: .065em;
}
.menu-lower-about {
  padding: 0 22px 34px;
  background: #FFF6EF;
  text-align: center;
}
.menu-lower-about .lower-section-kicker {
  margin-bottom: 2px;
}
.menu-lower-about .section-title {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.6;
  color: #555250;
  letter-spacing: .08em;
}
.menu-lower-about-text {
  margin: 0;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  text-align: left;
}

.menu_must{
  color: #7F765D;
  font-size: 12px;
}


.menu-detail-list {
  display: grid;
  gap: 46px;
  padding: 0 22px 48px;
  background: #FFF6EF;
}
.menu-detail-card {
  color: #55514d;
}
.menu-detail-kicker {
  position: relative;
  width: 112px;
  margin: 0 auto 5px;
  padding: 4px 10px 5px;
  background: #D5BCA8;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: center;
}
.menu-detail-kicker::before,
.menu-detail-kicker::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.menu-detail-kicker::before {
  left: -16px;
  border-right: 16px solid #D5BCA8;
}
.menu-detail-kicker::after {
  right: -16px;
  border-left: 16px solid #D5BCA8;
}
.menu-detail-title {
  margin: 0 0 12px;
  color: #B78E70;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .08em;
  text-align: center;
  font-weight: 400;
}
.menu-detail-image {
  margin: 0 0 12px;
}
.menu-detail-image img {
  width: 100%;
  aspect-ratio: 386 / 192;
  object-fit: cover;
}
.menu-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 0 0 14px;
}
.menu-price-grid.is-single {
  grid-template-columns: 1fr;
}
.menu-price-grid.is-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.menu-price-grid.is-three .menu-price-item:nth-child(3) {
  grid-column: 1 / -1;
  width: 50%;
}
.menu-price-item {
  min-height: 48px;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .04em;
}
.menu-price-label {
  display: inline-block;
  min-width: 54px;
  margin: 0 0 3px;
  padding: 2px 9px;
  border-radius: 999px;
  background: #C4B37B;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.menu-price-time {
  margin-right: 4px;
  color: #55514d;
  font-size: 11px;
}

.menu_mark{
  font-size: 10px;
}

.menu-couse-text{
  color: #BDAD7E;
  padding-top: 8px;
  font-size: 11px;
  display: inline-block;
}

.menu-price-value {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  line-height: 1.45;
  font-weight: 400;
}
.menu-detail-note,
.menu-detail-text {
  margin: 0;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .045em;
}
.menu-detail-note {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7F765D;
  line-height: 1.8;
}
.menu-recommend-box {
  margin: 20px 0 0;
  padding: 17px 19px 19px;
  background: #fff;
  color: #55514d;
  text-align: left;
}
.menu-recommend-box h3 {
  margin: 0 0 11px;
  color: #B9A264;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
}
.menu-recommend-box ul {
  margin: 0;
  padding-left: 1.3em;
  font-family: var(--font-serif);
  font-size: 12.8px;
  line-height: 1.9;
  letter-spacing: .045em;
}
.menu-recommend-box ul li{
  color: #876850;}


.menu-recommend-box ul li::marker{
  color: #C59E7F;
}



.menu-set-plans {
  margin: 0 22px 43px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  color: #55514d;
}

.menu-set-plans h2 {
  margin: 0;
  padding: 18px 20px 17px;
  background: #C4B37B;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
}

.menu-set-plan {
  margin: 0;
  padding: 26px 26px 0;
}

.menu-set-plan + .menu-set-plan {
  padding-top: 28px;
}

.menu-set-plan:last-child {
  margin-bottom: 0;
  padding-bottom: 31px;
}

.menu-set-plan-number {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #C59E7F;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .05em;
  vertical-align: baseline;
}

.menu-set-plan-title {
  display: inline;
  margin: 0;
  color: #C59E7F;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .06em;
  font-weight: 400;
}

.menu-set-plan-text {
  margin: 8px 0 0;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .055em;
}




.membership-note {
  padding: 0 22px 42px;
  background: #FFF6EF;
  text-align: center;
}
.membership-note .lower-section-kicker {
  margin-bottom: 2px;
}
.membership-note .section-title {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.6;
  color: #555250;
  letter-spacing: .08em;
}
.membership-note p:not(.lower-section-kicker) {
  margin: 0;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 2;
  letter-spacing: .05em;
  text-align: left;
}
.menu-lower-salon-image {
  position: relative;
  min-height: 240px;
  background-image: url('../../images/images_menu_footer.jpg');
  background-size: cover;
  background-position: center;
}


@media (max-width: 768px) {
  .menu-lower-intro,
  .menu-lower-about,
  .menu-detail-list,
  .membership-note {
    padding-left: 22px;
    padding-right: 22px;
  }

  .menu-lower-check-list,
  .menu-recommend-box ul {
    font-size: 12.5px;
  }
.pc_on{
  display: none;
}

}

/* ==============================
   Contact lower page
   Added for /contact/ only
============================== */
.page-contact-lower {
  background: #FFF6EF;
}

.contact-lower-intro {
  padding: 25px 22px 28px;
  background: #FFF6EF;
  text-align: center;
}

.contact-lower-intro p {
  margin: 0;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 13.5px;
  line-height: 2;
  letter-spacing: .055em;
}

.contact-form-section {
  padding: 0 22px 55px;
  background: #FFF6EF;
}

.contact-form {
  padding: 26px 22px 29px;
  background: #fff;
}

.contact-field {
  margin-bottom: 26px;
}

.contact-field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  color: #5a514b;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .055em;
}

.contact-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 2px 10px 3px;
  border-radius: 999px;
  background: #C4B37B;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .05em;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #D8C7BA;
  background: #FFF6EF;
  color: #4c4540;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .04em;
  outline: none;
  transition: border-color .24s ease, background .24s ease;
}

.contact-field input {
  height: 39px;
  padding: 8px 10px;
}

.contact-field textarea {
  min-height: 205px;
  padding: 10px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #C4B37B;
  background: #fffaf5;
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  margin: 22px auto 0;
  border: 0;
  border-radius: 999px;
  background: #C4B37B;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .12em;
  cursor: pointer;
  transition: opacity .24s ease, transform .24s ease;
}

.contact-submit:hover {
  opacity: .9;
  transform: translateY(-2px);
}

.contact-message {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: #fff;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .04em;
}

.contact-message p,
.contact-message ul {
  margin: 0;
}

.contact-message ul {
  padding-left: 1.3em;
}

.contact-message-success {
  color: #5f7650;
}

.contact-message-error {
  color: #9b5a4c;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-reservation {
  padding: 0 22px 54px;
  background: #FFF6EF;
  text-align: center;
}

.contact-reservation h2 {
  margin: 0 0 14px;
  color: #555250;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
}

.contact-reservation p {
  margin: 0 0 24px;
  color: #55514d;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 2;
  letter-spacing: .055em;
}

.contact-reservation-btn {
  width: min(190px, 100%);
  height: 42px;
  padding: 0 40px 0 28px;
  font-size: 13.5px;
  letter-spacing: .08em;
}

.contact-reservation-btn::after {
  right: 24px;
  width: 8px;
  height: 8px;
  border-width: 1.6px;
}

@media (max-width: 768px) {
  .contact-lower-intro,
  .contact-form-section,
  .contact-reservation {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-field textarea {
    min-height: 190px;
  }

.menu-set-plans h2{
  font-size: 15px;
}

}



.ld_text{
  color: #CBAA99;
}