:root{
  --ivory:#fffaf8;
  --pink:#d9aaa9;
  --pink-dark:#ac7778;
  --pink-pale:#f7e9e8;
  --rose:#c99191;
  --greige:#d9cec8;
  --beige:#f0e8e2;
  --brown:#675956;
  --ink:#554d4b;
  --muted:#857876;
  --line:#eaded9;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.9}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
h1,h2,h3,p{margin-top:0}
h1,h2,h3,.brand strong{font-family:"Yu Mincho","Hiragino Mincho ProN",serif}

.sample-bar{height:38px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:#6f5d5d;color:#fff;font-size:11px;letter-spacing:.08em;position:relative;z-index:30}
.sample-bar span{font-weight:700;letter-spacing:.18em}
.site-header{height:84px;padding:8px 5vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:25;background:rgba(255,250,248,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(217,170,169,.22)}
.brand{display:flex;flex-direction:column;line-height:1.05}
.brand-small{font-size:9px;letter-spacing:.21em;text-transform:uppercase;color:var(--pink-dark)}
.brand strong{font-size:35px;font-weight:400;letter-spacing:.08em;color:#9b6c6f}
.site-header nav{display:flex;align-items:center;gap:24px;font-size:11px;letter-spacing:.11em}
.site-header nav .reserve{padding:10px 16px;border:1px solid var(--pink)}
.menu-btn{display:none;border:0;background:none;color:var(--pink-dark);font-size:22px}
.mobile-nav{display:none}

.hero{height:calc(100vh - 122px);min-height:650px;position:relative;display:flex;align-items:center;overflow:hidden;background:url("images/hero.jpg") center 52%/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(70,49,51,.60),rgba(83,58,60,.31) 42%,rgba(78,57,59,.10) 78%);z-index:1}
.hero-copy{position:relative;z-index:2;width:min(700px,86vw);margin-left:8vw;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.22)}
.eyebrow{font-size:11px;letter-spacing:.25em;margin-bottom:18px}
.hero h1{font-size:clamp(40px,5vw,68px);font-weight:400;line-height:1.48;letter-spacing:.035em;margin-bottom:20px}
.hero-copy>p:not(.eyebrow){font-size:16px;line-height:2}
.btn{display:inline-block;margin-top:28px;padding:13px 30px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--pink-dark);font-size:12px;font-weight:700;letter-spacing:.08em}
.hero-location{position:absolute;right:3vw;bottom:28px;z-index:2;color:#fff;font-size:10px;letter-spacing:.25em}

.section{padding:110px clamp(22px,8vw,120px)}
.section-title>p,.mini{margin-bottom:10px;color:var(--pink-dark);font-size:10px;font-weight:700;letter-spacing:.28em}
.section-title h2,.access h2,.beauty-section h2,.therapist-section h2{color:var(--brown);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.58}
.section-title.center{text-align:center;margin-bottom:50px}
.section-title.center span{font-size:13px;color:var(--muted)}

.concept-grid,.beauty-grid,.access-grid,.therapist-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.concept-grid{
  gap:60px;
}
.concept-photo img{aspect-ratio:4/3;object-fit:cover;border-radius:120px 18px 120px 18px}
.concept-copy .lead{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:21px;color:var(--brown);line-height:2}
.concept-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.concept-points span{padding:8px 15px;border:1px solid var(--greige);border-radius:999px;font-size:11px}
.sp-only{
  display:none;
}

.menu-section{background:linear-gradient(180deg,var(--pink-pale),#fdf8f6)}
.menu-grid{max-width:1150px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.menu-card{position:relative;padding:42px 30px;background:#fff;border:1px solid rgba(217,170,169,.25);border-radius:24px}
.menu-card.featured{transform:translateY(-8px);box-shadow:0 18px 45px rgba(126,84,86,.10);border-color:var(--pink)}
.tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);padding:4px 15px;border-radius:999px;background:var(--pink-dark);color:#fff;font-size:9px;letter-spacing:.14em}
.menu-no{font-family:serif;font-size:27px;color:#d1b1ad}
.menu-card h3{font-size:25px;color:var(--brown);font-weight:400;margin-bottom:0}
.menu-card .jp{font-size:12px;color:#817371}
.price{font-family:serif;font-size:23px;color:var(--pink-dark);margin:20px 0}
.menu-card>p:last-child{font-size:13px}
.menu-note{text-align:center;font-size:11px;color:#938886;margin-top:26px}

.beauty-section{background:#fff}
.beauty-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:18px 130px 18px 130px}
.beauty-copy h2{
  margin-bottom:28px;
  font-size:44px;
}
.beauty-list,.therapist-values{margin-top:32px;border-top:1px solid var(--line)}
.beauty-list div,.therapist-values div{display:flex;align-items:center;gap:22px;padding:15px 0;border-bottom:1px solid var(--line)}
.beauty-list strong,.therapist-values span{color:var(--pink-dark);font-size:11px;letter-spacing:.12em}
.beauty-list span,.therapist-values p{font-size:13px;margin:0}

.therapist-section{background:#faf3f1}
.therapist-photo img{height:620px;object-fit:cover;border-radius:180px 180px 24px 24px}
.therapist-copy{max-width:580px}
.therapist-name{margin-bottom:30px!important}
.therapist-name span{display:block;margin-bottom:5px;color:var(--pink-dark);font-size:11px;letter-spacing:.16em}
.therapist-name strong{font-size:28px;font-weight:400;letter-spacing:.08em}
.therapist-copy>p{margin-bottom:20px}
.therapist-note{margin-top:20px!important;color:#9a8c89;font-size:10px}

.salon-section{background:#f2ebe7}
.gallery{max-width:1120px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:270px 270px;gap:15px}
.gallery img{height:100%;object-fit:cover;border-radius:18px}
.g1{grid-row:1/3}
.caption{text-align:center;font-size:11px;color:#847976;margin-top:22px}

.access-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:130px 18px 130px 18px}
.access-copy dl{margin:25px 0}
.access-copy dl div{display:grid;grid-template-columns:90px 1fr;padding:11px 0;border-bottom:1px solid var(--line)}
.access-copy dt{color:var(--pink-dark);font-size:11px;font-weight:700}
.access-copy dd{margin:0;font-size:13px}
.map-placeholder{height:180px;display:grid;place-items:center;border-radius:18px;background:#eee4df;color:#918681;font-size:12px}

.contact{padding:110px 20px;background:#a97879;color:#fff;text-align:center}
.contact-inner{max-width:650px;margin:auto}
.contact .mini{color:#f2d9d7}
.contact h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:38px;font-weight:400}
.line-btn{display:inline-flex;align-items:center;gap:13px;margin-top:26px;padding:14px 25px;border-radius:999px;background:#fff;color:#9b696b;font-weight:700}
.line-btn span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#06c755;color:#fff;font-size:9px}
.contact-note{margin-top:13px;font-size:10px;opacity:.78}

.site-footer{padding:30px 5vw;display:flex;align-items:end;justify-content:space-between;background:#655253;color:#e9dddb}
.footer-brand{display:flex;flex-direction:column}
.footer-brand span{font-size:9px;letter-spacing:.18em;color:#d5c1bf}
.footer-brand strong{font-size:28px;font-weight:400;color:#fff}
.site-footer p{margin:0;font-size:10px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:900px){
  .site-header nav{display:none}.menu-btn{display:block}
  .mobile-nav{position:fixed;top:122px;left:0;right:0;z-index:24;padding:18px 24px;background:var(--ivory);border-bottom:1px solid var(--line)}
  .mobile-nav.open{display:grid}
  .mobile-nav a{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}
  .hero{height:720px;background-position:60% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(73,51,53,.16),rgba(80,55,57,.66))}
  .hero-copy{width:86vw;margin:auto 7vw 80px;align-self:flex-end}
  .concept-grid,.beauty-grid,.access-grid,.therapist-grid{grid-template-columns:1fr;gap:38px}
  .menu-grid{grid-template-columns:1fr}
  .menu-card.featured{transform:none}
  .therapist-photo img{height:470px}
  .gallery{grid-template-columns:1fr 1fr;grid-template-rows:240px 200px}
  .g1{grid-column:1/3;grid-row:auto}
}
@media(max-width:560px){
  .sample-bar{height:34px;padding:0 14px;font-size:8px}
  .site-header{height:72px;padding:7px 16px}.brand strong{font-size:28px}
  .hero{height:680px;min-height:0}.hero-copy{width:88vw;margin:auto 6vw 58px}.hero h1{font-size:36px}
  .section{padding:80px 20px}
  .concept-photo img,.beauty-photo img,.access-photo img{border-radius:35px}
  .therapist-photo img{height:380px;border-radius:90px 90px 20px 20px}
  .gallery{grid-template-columns:1fr;grid-template-rows:auto}
  .gallery img{height:220px}.g1{grid-column:auto}
  .site-footer{display:block;text-align:center}.site-footer p{margin-top:15px}
}
/* =========================================================
   FEMININE COLOR THEME
   Miel / white rabbit WEB STUDIO
   Elegantとの差別化用 最終カラースタイル
========================================================= */

:root {
  --f-white: #ffffff;
  --f-ivory: #fffdfd;
  --f-pink: #efb7c3;
  --f-pink-dark: #c97f91;
  --f-pink-pale: #fff0f4;
  --f-rose: #d99aaa;
  --f-lavender: #f8f2f8;
  --f-greige: #d9d2dc;
  --f-beige: #f7f3f5;
  --f-ink: #5d555b;
  --f-brown: #6f626c;
  --f-muted: #938891;
  --f-line: #eee3e8;
}


/* ---------- 全体 ---------- */

body {
  background: var(--f-ivory);
  color: var(--f-ink);
}


/* ---------- SAMPLE SITE BAR ---------- */

.sample-bar {
  background: var(--f-pink-dark);
  color: var(--f-white);
}

.sample-bar a {
  color: var(--f-white);
}


/* ---------- HEADER ---------- */

.site-header {
  background: rgba(255, 253, 253, 0.96);
  border-bottom: 1px solid var(--f-line);
}

.brand {
  color: var(--f-ink);
}

.brand-small {
  color: var(--f-pink-dark);
}

.site-header nav a {
  color: var(--f-brown);
}

.site-header nav a:hover {
  color: var(--f-pink-dark);
}


/* RESERVATION */

.site-header nav .reserve {
  border: 1px solid var(--f-pink);
  color: var(--f-pink-dark);
  background: var(--f-white);
}

.site-header nav .reserve:hover {
  background: var(--f-pink);
  color: var(--f-white);
}


/* ---------- MOBILE NAV ---------- */

.menu-btn {
  color: var(--f-pink-dark);
}

.mobile-nav {
  background: var(--f-ivory);
}

.mobile-nav a {
  color: var(--f-brown);
  border-bottom: 1px solid var(--f-line);
}


/* ---------- HERO ---------- */

.hero-copy {
  background: rgba(255, 250, 252, 0.94);
}

.hero-copy .eyebrow {
  color: var(--f-pink-dark);
}

.hero-copy h1 {
  color: var(--f-ink);
}

.hero-copy p {
  color: var(--f-brown);
}

.hero-location {
  color: var(--f-white);
}


/* ---------- BUTTON ---------- */

.btn {
  background: var(--f-pink-dark);
  color: var(--f-white);
  border: 1px solid var(--f-pink-dark);
}

.btn:hover {
  background: var(--f-rose);
  border-color: var(--f-rose);
}


/* ---------- SECTION COMMON ---------- */

.section {
  color: var(--f-ink);
}

.section-title p,
.section-heading .mini,
.mini {
  color: var(--f-pink-dark);
}

.section-title h2,
.section-heading h2 {
  color: var(--f-ink);
}

.section-title span,
.section-heading span {
  color: var(--f-muted);
}


/* ---------- CONCEPT ---------- */

.concept {
  background: var(--f-ivory);
}

.concept-copy {
  color: var(--f-brown);
}

.concept-copy .lead {
  color: var(--f-ink);
}

.concept-points span {
  background: var(--f-pink-pale);
  border: 1px solid var(--f-line);
  color: var(--f-pink-dark);

  border-radius: 30px;
}


/* ---------- MENU ---------- */

.menu-section {
  background:
    linear-gradient(
      180deg,
      #fff0f4 0%,
      #fffafb 100%
    );
}

.menu-card {
  background: var(--f-white);
  border: 1px solid var(--f-line);
  border-radius: 18px;
}

.menu-card:hover {
  box-shadow: 0 14px 35px rgba(153, 105, 120, 0.10);
}

.menu-no {
  color: var(--f-pink);
}

.menu-card h3 {
  color: var(--f-ink);
}

.menu-card .jp {
  color: var(--f-muted);
}

.price {
  color: var(--f-pink-dark);
}


/* 人気メニュー */

.menu-card.featured {
  border: 1px solid var(--f-pink);
}

.menu-card .tag {
  background: var(--f-pink-dark);
  color: var(--f-white);
}

.menu-note {
  color: var(--f-muted);
}


/* ---------- BEAUTY / SERVICE ---------- */

.beauty-section {
  background: var(--f-white);
}

.beauty-copy h2 {
  color: var(--f-ink);
}

.beauty-copy p {
  color: var(--f-brown);
}


/* ---------- THERAPIST ---------- */

.therapist-section {
  background: var(--f-lavender);
}

.therapist-copy .mini {
  color: var(--f-pink-dark);
}

.therapist-copy h2 {
  color: var(--f-ink);
}

.therapist-copy p {
  color: var(--f-brown);
}

.therapist-name span {
  color: var(--f-muted);
}

.therapist-name strong {
  color: var(--f-pink-dark);
}

.therapist-values {
  border-top: 1px solid var(--f-line);
}

.therapist-values div {
  border-bottom: 1px solid var(--f-line);
}

.therapist-values span {
  color: var(--f-pink);
}

.therapist-values p {
  color: var(--f-ink);
}

.therapist-note {
  color: var(--f-muted) !important;
}


/* 写真にも少し柔らかさを */

.therapist-photo img {
  border-radius: 20px;
}


/* ---------- SALON ---------- */

.salon-section {
  background: #fdf4f7;
}

.salon-section .section-title p,
.salon-section .mini {
  color: var(--f-pink-dark);
}

.salon-section h2 {
  color: var(--f-ink);
}

.salon-section .caption,
.caption {
  color: var(--f-muted);
}


/* 写真をElegantより柔らかく */

.gallery img {
  border-radius: 16px;
}


/* ---------- ACCESS ---------- */

.access {
  background: var(--f-ivory);
}

.access-copy .mini {
  color: var(--f-pink-dark);
}

.access-copy h2 {
  color: var(--f-ink);
}

.access-copy p {
  color: var(--f-brown);
}

.access-copy dl {
  border-top: 1px solid var(--f-line);
}

.access-copy dl div {
  border-bottom: 1px solid var(--f-line);
}

.access-copy dt {
  color: var(--f-pink-dark);
}

.access-copy dd {
  color: var(--f-brown);
}

.map-placeholder {
  background: var(--f-pink-pale);
  border: 1px solid var(--f-line);
  color: var(--f-muted);
  border-radius: 14px;
}


/* ---------- CONTACT ---------- */

.contact {
  background: #d996a8;
  color: var(--f-white);
}

.contact .mini {
  color: rgba(255, 255, 255, 0.82);
}

.contact h2 {
  color: var(--f-white);
}

.contact p {
  color: rgba(255, 255, 255, 0.92);
}


/* LINE BUTTON */

.line-btn {
  background: var(--f-white);
  color: var(--f-pink-dark);
  border-radius: 40px;
}

.line-btn:hover {
  background: var(--f-pink-pale);
  color: var(--f-pink-dark);
}

.line-btn span {
  color: var(--f-pink-dark);
}

.contact-note {
  color: rgba(255, 255, 255, 0.72) !important;
}


/* ---------- FOOTER ---------- */

.site-footer {
  background: #665a63;
  color: var(--f-white);
}

.footer-brand span {
  color: var(--f-pink);
}

.footer-brand strong {
  color: var(--f-white);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.75);
}

.sample-credit {
  color: rgba(255, 255, 255, 0.55) !important;
}


/* ---------- FEMININE DETAIL ---------- */

/*
 Elegantとの差をさらに出すため、
 Feminineではボックス・写真・ボタンの角を
 少し丸くして柔らかい印象に統一
*/

.menu-card,
.map-placeholder,
.gallery img,
.therapist-photo img {
  overflow: hidden;
}

.menu-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-4px);
}


/* ---------- SELECTION ---------- */

::selection {
  background: var(--f-pink);
  color: var(--f-white);
}
/* =========================================================
   FEMININE HERO REFINEMENT
   白パネル撤去＋写真上にコピーを直接配置
========================================================= */

.hero {
  position: relative;
  overflow: hidden;
}

/* 背景写真の左側だけ、文字が読みやすいように淡く整える */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 253, 253, 0.92) 0%,
      rgba(255, 250, 252, 0.72) 26%,
      rgba(255, 250, 252, 0.34) 48%,
      rgba(255, 255, 255, 0.05) 70%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* 既存の暗いオーバーレイは無効化 */
.hero-overlay {
  background: none !important;
}

/* 白い四角いパネルを完全撤去 */
.hero-copy {
  position: relative;
  z-index: 2;

  width: min(650px, 48vw);
  margin-left: 8vw;

  padding: 0;

  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;

  color: var(--f-ink);
  text-shadow: none;
}

/* 小見出し */
.hero-copy .eyebrow {
  margin-bottom: 20px;

  color: var(--f-pink-dark);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

/* メインコピー */
.hero-copy h1 {
  margin-bottom: 24px;

  color: var(--f-ink);

  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

/* 説明文 */
.hero-copy > p:not(.eyebrow) {
  margin-bottom: 0;

  color: var(--f-brown);

  font-size: 15px;
  line-height: 2;
}

/* 予約ボタン */
.hero-copy .btn {
  margin-top: 30px;

  padding: 13px 30px;

  background: var(--f-pink-dark);
  color: #fff;

  border: none;
  border-radius: 999px;

  box-shadow:
    0 8px 24px rgba(201, 127, 145, 0.18);
}

.hero-copy .btn:hover {
  background: var(--f-rose);
  transform: translateY(-2px);
}

/* 右下ロケーション */
.hero-location {
  z-index: 2;

  color: rgba(255, 255, 255, 0.95);

  text-shadow:
    0 1px 8px rgba(60, 45, 45, 0.25);
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 250, 252, 0.28) 42%,
        rgba(255, 250, 252, 0.88) 100%
      );
  }

  .hero-copy {
    width: 86vw;
    margin-left: 7vw;
    margin-right: 7vw;
    margin-bottom: 70px;
    align-self: flex-end;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 7vw, 54px);
  }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 560px) {

  .hero-copy {
    width: 88vw;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-bottom: 52px;
  }

  .hero-copy .eyebrow {
    font-size: 9px;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.55;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.9;
  }

  .hero-copy .btn {
    margin-top: 24px;
  }
}
/* MENU：POPULARラベルがカード上部で切れないように修正 */
.menu-card {
  overflow: visible;
}

.menu-card.featured {
  position: relative;
}

.menu-card .tag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
/* =========================================================
   FEMININE / Miel
   MOBILE FINAL OPTIMIZATION
========================================================= */

@media (max-width: 768px) {

  /* ---------- 全体 ---------- */

  body {
    overflow-x: hidden;
  }

  .section {
    padding: 72px 20px;
  }

  img {
    max-width: 100%;
  }


  /* ---------- HEADER ---------- */

  .site-header {
    height: 96px;
    padding: 12px 24px;
  }

  .brand-small {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .brand strong {
    font-size: 40px;
  }

  .menu-btn {
    font-size: 28px;
  }


  /* ---------- HERO ---------- */

  .hero {
    min-height: 620px;
    height: auto;
    background-position: 67% center;
  }

  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.10) 0%,
        rgba(255,250,252,0.22) 34%,
        rgba(255,250,252,0.92) 100%
      );
  }

  .hero-copy {
    width: 100%;
    margin: 0;
    padding: 0 24px 42px;
    align-self: flex-end;
  }

  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.20em;
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.9;
  }

  .hero-copy .btn {
    margin-top: 22px;
    padding: 12px 24px;
    font-size: 12px;
  }

  .hero-location {
    right: 18px;
    bottom: 16px;
    font-size: 8px;
  }


  /* ---------- 共通見出し ---------- */

  .section-title h2,
  .section-heading h2,
  .beauty-copy h2,
  .therapist-copy h2,
  .access-copy h2 {
    font-size: clamp(31px, 8vw, 42px);
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .section-title.center {
    margin-bottom: 38px;
  }

  .section-title.center span,
  .section-heading span {
    font-size: 12px;
  }


  /* ---------- CONCEPT ---------- */
.sp-only{
  display:inline;
}
  .concept-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .concept-photo {
    order: 1;
  }

  .concept-copy {
    order: 2;
  }

  .concept-photo img {
    aspect-ratio: 4 / 3;
    border-radius: 42px 12px 42px 12px;
  }

  .concept-copy .lead {
    font-size: 18px;
    line-height: 1.9;
  }

  .concept-copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .concept-points {
    gap: 8px;
    margin-top: 22px;
  }

  .concept-points span {
    font-size: 10px;
    padding: 7px 12px;
  }


  /* ---------- MENU ---------- */

  .menu-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 16px;
  }

  .menu-card {
    padding: 34px 26px;
    border-radius: 18px;
  }

  .menu-card.featured {
    transform: none;
  }

  .menu-no {
    font-size: 24px;
  }

  .menu-card h3 {
    font-size: 24px;
  }

  .price {
    font-size: 22px;
  }

  .menu-card > p:last-child {
    font-size: 13px;
    line-height: 1.85;
  }

  .menu-card .tag {
    top: -14px;
  }

  .menu-note {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 22px;
  }


  /* ---------- BEAUTY STYLE ---------- */

  .beauty-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .beauty-copy {
    order: 1;
  }

  .beauty-photo {
    order: 2;
  }

  .beauty-copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .beauty-photo img {
    aspect-ratio: 4 / 5;
    border-radius: 18px 70px 18px 70px;
  }

  .beauty-list {
    margin-top: 26px;
  }

  .beauty-list div {
    gap: 16px;
    padding: 13px 0;
  }

  .beauty-list span {
    font-size: 12px;
  }


  /* ---------- THERAPIST ---------- */

  .therapist-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .therapist-photo img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    border-radius: 70px 70px 18px 18px;
  }

  .therapist-copy {
    max-width: none;
  }

  .therapist-name strong {
    font-size: 26px;
  }

  .therapist-copy > p {
    font-size: 14px;
    line-height: 1.95;
  }

  .therapist-values div {
    gap: 16px;
    padding: 13px 0;
  }

  .therapist-values p {
    font-size: 12px;
  }


  /* ---------- SALON ---------- */

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .gallery .g1,
  .gallery .g2,
  .gallery .g3 {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .caption {
    font-size: 9px;
    line-height: 1.7;
    padding: 0 8px;
  }


  /* ---------- ACCESS ---------- */

  .access-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .access-photo {
    order: 2;
  }

  .access-copy {
    order: 1;
  }

  .access-photo img {
    aspect-ratio: 4 / 5;
    border-radius: 55px 14px 55px 14px;
  }

  .access-copy p {
    font-size: 14px;
    line-height: 1.9;
  }

  .access-copy dl div {
    grid-template-columns: 78px 1fr;
    gap: 10px;
    padding: 12px 0;
  }

  .access-copy dt {
    font-size: 10px;
  }

  .access-copy dd {
    font-size: 12px;
    line-height: 1.65;
  }

  .map-placeholder {
    height: 150px;
  }


  /* ---------- CONTACT ---------- */

  .contact {
    padding: 80px 20px 90px;
  }

  .contact-inner {
    max-width: 100%;
  }

  .contact .mini {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .contact h2 {
    font-size: clamp(31px, 8vw, 42px);
    line-height: 1.4;
    letter-spacing: 0;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .contact-inner > p {
    font-size: 14px;
    line-height: 1.9;
  }

  .line-btn {
    width: min(100%, 360px);
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    font-size: 15px;
  }

  .line-btn span {
    flex-shrink: 0;
  }

  .contact-note {
    font-size: 9px !important;
    line-height: 1.7;
    padding: 0 8px;
  }


  /* ---------- FOOTER ---------- */

  .site-footer {
    padding: 28px 20px;
    display: block;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-brand strong {
    font-size: 26px;
  }

  .site-footer p {
    margin-top: 10px;
  }

}


/* =========================================================
   SMALL SMARTPHONE
   iPhone mini系など
========================================================= */

@media (max-width: 480px) {

  .site-header {
    height: 92px;
    padding: 10px 18px;
  }

  .brand strong {
    font-size: 36px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy h1 {
    font-size: 33px;
  }

  .section {
    padding: 64px 18px;
  }

  .section-title h2,
  .section-heading h2,
  .beauty-copy h2,
  .therapist-copy h2,
  .access-copy h2 {
    font-size: 30px;
  }

  .contact h2 {
    font-size: 30px;
    line-height: 1.45;
  }

  .line-btn {
    font-size: 14px;
  }

}
/* ========================================
   OTHER DESIGNS
======================================== */

.sample-navigation {
  padding: 100px 24px 105px;
  text-align: center;
  background: #fffaf9;
}

.sample-navigation-label {
  margin: 0 0 24px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .28em;
}

.sample-navigation h2 {
  margin: 0;
  color: var(--brown);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

.sample-navigation-text {
  margin: 28px 0 46px;
  color: var(--brown);
  font-size: 13px;
  line-height: 1.8;
}

.sample-navigation-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 38px;
}

.sample-navigation-links a {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;

  border: 1px solid var(--greige);
  background: rgba(255, 255, 255, .65);

  color: var(--brown);
  font-size: 15px;
  text-decoration: none;

  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.sample-navigation-links a span {
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}

.sample-navigation-links a:hover {
  background: #fff;
  border-color: var(--pink-dark);
  transform: translateY(-2px);
}

.sample-navigation-all {
  font-size: 14px !important;
}

.sample-navigation-top {
  display: inline-block;
  padding-bottom: 4px;

  border-bottom: 1px solid var(--pink-dark);

  color: var(--pink-dark);
  font-size: 12px;
  letter-spacing: .03em;
  text-decoration: none;
}


/* ========================================
   OTHER DESIGNS / MOBILE
======================================== */

@media (max-width: 767px) {

  .sample-navigation {
    padding: 72px 24px 78px;
  }

  .sample-navigation-label {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .sample-navigation h2 {
    font-size: 30px;
  }

  .sample-navigation-text {
    margin: 22px 0 34px;
    font-size: 12px;
  }

  .sample-navigation-links {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .sample-navigation-links a {
    min-height: 82px;
    font-size: 14px;
  }

  .sample-navigation-top {
    font-size: 11px;
  }

}
