@charset "UTF-8";
/* ============================================================
   store-nail.css — ネイル・エステ・脱毛・まつげテーマ
   方向: ミルク・ベージュ・くすみピンクの淡い地に、トップコートのような光沢と透け感。
   シグネチャー: 爪の形(アーモンド型)の写真枠+光の筋。デザイン写真を「No.01」から丁寧に並べる
   ============================================================ */
:root {
  --st-bg: #f7f2ed;          /* ミルク */
  --st-surface: #fffcf9;
  --st-ink: #3b3230;
  --st-muted: #6f625d;
  --st-line: #e6dbd2;
  --st-accent: #95545d;      /* くすみローズ(文字にも使える濃さ) */
  --st-accent-ink: #ffffff;
  --rose-soft: #f3e4e1;
  --rose-mid: #e4c5c2;
  --beige: #ebe0d4;
  --gloss: linear-gradient(115deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0) 60%);
  --st-font-display: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  --st-font-body: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --n-en: "Cormorant Garamond", "Times New Roman", serif;
  --st-radius: 18px;
  --wrap: min(1120px, 100% - 40px);
}

body { font-weight: 500; }
h1, h2, h3 { font-family: var(--st-font-display); font-weight: 700; line-height: 1.55; letter-spacing: 0.05em; }
.n-wrap { width: var(--wrap); margin-inline: auto; }
.n-wrap--narrow { width: min(800px, 100% - 40px); }
.n-section { padding-block: clamp(72px, 10vw, 128px); }
.n-head { text-align: center; }
.n-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--n-en); font-style: italic; font-weight: 500; font-size: 21px; line-height: 1.2;
  color: var(--st-accent); letter-spacing: 0.04em;
}
.n-label::before, .n-label::after { content: ""; width: 22px; height: 1px; background: currentColor; opacity: 0.5; }
.n-title { margin-top: 10px; font-size: clamp(24px, 3.2vw, 34px); }
.n-lead { margin: 14px auto 0; max-width: 34em; color: var(--st-muted); }
.n-note { margin-top: 18px; font-size: 13px; color: var(--st-muted); }

/* ボタン */
.n-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 12px 28px; border-radius: 999px;
  background: var(--st-accent); color: var(--st-accent-ink); border: 1.5px solid var(--st-accent);
  font-weight: 700; letter-spacing: 0.06em; text-decoration: none; white-space: nowrap;
  box-shadow: 0 10px 24px -14px rgba(149, 84, 93, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.n-btn:hover { background: #7f4650; border-color: #7f4650; }
.n-btn--line { background: var(--st-surface); color: var(--st-accent); box-shadow: none; }
.n-btn--line:hover { background: var(--rose-soft); color: var(--st-accent); }
.n-btn svg { width: 18px; height: 18px; flex: none; }
.n-btn--s { min-height: 42px; padding: 8px 20px; font-size: 14px; }

/* ヘッダー */
.n-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: color-mix(in srgb, var(--st-bg) 88%, transparent); backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--st-line) 70%, transparent);
}
.n-header__inner { width: var(--wrap); margin-inline: auto; min-height: 66px; display: flex; align-items: center; gap: 24px; }
.n-logo { display: grid; min-width: 0; line-height: 1.35; text-decoration: none; }
.n-logo small { font-size: 11px; color: var(--st-muted); letter-spacing: 0.1em; }
.n-logo span { font-family: var(--st-font-display); font-weight: 700; font-size: 18px; letter-spacing: 0.08em; }
.n-header__nav { margin-left: auto; display: flex; gap: 24px; font-size: 14px; }
.n-header__nav a { text-decoration: none; padding-block: 6px; background: linear-gradient(var(--st-accent), var(--st-accent)) left bottom / 0 1px no-repeat; transition: background-size 0.3s; }
.n-header__nav a:hover { background-size: 100% 1px; color: var(--st-accent); }

/* ヒーロー */
.n-hero { position: relative; padding: clamp(28px, 5vw, 64px) 0 0; overflow: hidden; }
.n-hero::before {
  content: ""; position: absolute; z-index: -1; right: -12vw; top: -18vw; width: 60vw; height: 60vw; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, var(--rose-soft), transparent 68%);
}
.n-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.n-hero__en { font-family: var(--n-en), var(--st-font-display); font-size: 15px; font-weight: 700; line-height: 1.4; color: var(--st-accent); letter-spacing: 0.03em; }
.n-hero__en:lang(en) { font-style: italic; font-size: 19px; font-weight: 500; }
.n-hero__name { margin-top: 10px; font-size: clamp(15px, 1.4vw, 17px); letter-spacing: 0.12em; color: var(--st-muted); font-weight: 700; }
.n-hero__catch { margin-top: 14px; font-family: var(--st-font-display); font-weight: 700; font-size: clamp(31px, 4.4vw, 50px); line-height: 1.5; letter-spacing: 0.06em; }
.n-hero__catch--name { margin-top: 10px; }
.n-hero__catch.n-name--m { font-size: clamp(27px, 3.4vw, 40px); }
.n-hero__catch.n-name--l { font-size: clamp(23px, 2.6vw, 32px); }
.n-hero__lead { margin-top: 18px; max-width: 29em; color: var(--st-muted); }
.n-offer {
  position: relative; margin-top: 28px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 16px;
  width: fit-content; max-width: 100%; padding: 16px 24px 16px 16px; overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, var(--rose-soft) 100%); border: 1px solid #fff; border-radius: 20px;
  box-shadow: 0 16px 36px -22px rgba(120, 70, 70, 0.6);
}
.n-offer, .n-first, .n-cta { isolation: isolate; }
.n-offer::after, .n-first::after, .n-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gloss); pointer-events: none; }
.n-offer__tag {
  grid-row: span 2; display: grid; place-items: center; min-width: 58px; min-height: 58px; padding: 6px; border-radius: 50%;
  background: var(--st-accent); color: #fff; font-size: 13px; font-weight: 700; line-height: 1.3; text-align: center;
}
.n-offer__name { font-size: 14px; }
.n-offer__price { font-family: var(--n-en); font-size: 34px; font-weight: 500; line-height: 1.1; letter-spacing: 0.02em; }
.n-offer__price s { margin-right: 10px; font-family: var(--st-font-body); font-size: 13px; color: var(--st-muted); }
.n-offer__sub { font-size: 13px; color: var(--st-muted); }
.n-offer--pending .n-offer__tag { background: var(--st-muted); }
.n-offer--pending .n-offer__tag, .p-prestore .n-offer__tag { font-size: 12px; }
.n-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.n-hero__place { margin-top: 18px; display: flex; align-items: flex-start; gap: 6px; font-size: 13px; color: var(--st-muted); }
.n-hero__place svg { width: 16px; height: 16px; flex: none; margin-top: 3px; }

/* 爪の形の写真枠(シグネチャー) */
.n-hero__visual { position: relative; justify-self: center; width: min(100%, 460px); }
.n-hero__visual::before {
  content: ""; position: absolute; inset: 7% -9% -4% 14%; z-index: -1;
  border-radius: 999px 999px 40px 40px; background: linear-gradient(160deg, var(--rose-mid), var(--beige));
}
.n-tip { position: relative; overflow: hidden; border-radius: 999px 999px 40px 40px; box-shadow: 0 30px 60px -36px rgba(80, 50, 45, 0.55); }
.n-tip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.n-tip::after {
  content: ""; position: absolute; left: 16%; top: 7%; width: 11%; height: 40%; border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)); filter: blur(2px); pointer-events: none;
}
.n-hero__visual .img-note { right: 14px; bottom: 14px; }
.n-hero__status {
  position: absolute; left: -18px; bottom: 36px; padding: 10px 16px; border-radius: 999px;
  background: color-mix(in srgb, var(--st-surface) 90%, transparent); backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px -16px rgba(80, 50, 45, 0.5); max-width: calc(100% - 12px);
}
.n-hero__status strong { font-size: 13px; color: var(--st-ink); }

/* 特徴の札(受け取り後)・事実の札(受け取り前) */
.n-points, .n-facts {
  list-style: none; padding: 0; margin-top: clamp(40px, 6vw, 72px); display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.n-points li {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; border-radius: 999px;
  background: var(--st-surface); border: 1px solid var(--st-line); font-size: 15px; font-weight: 700;
}
.n-points li::before { content: ""; width: 7px; height: 11px; border-radius: 50% 50% 40% 40%; background: linear-gradient(160deg, #fff, var(--st-accent)); }
.n-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 24px; }
.n-facts li { display: grid; gap: 2px; padding: 18px 22px; border-left: 1px solid var(--st-line); }
.n-facts li:first-child { border-left: 0; }
.n-facts span { font-size: 12px; color: var(--st-muted); }
.n-facts b { font-size: 16px; }

/* デザイン写真(ギャラリー) */
.n-designs { padding-bottom: clamp(56px, 8vw, 96px); }
.n-gallery {
  list-style: none; padding: 0; margin: clamp(36px, 5vw, 56px) auto 0; width: var(--wrap);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 48px) clamp(16px, 2.4vw, 32px);
}
.n-look figure { display: grid; gap: 14px; }
.n-look__img { position: relative; overflow: hidden; border-radius: 999px 999px 24px 24px; background: var(--beige); }
.n-look__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 0.9s var(--st-ease); }
.n-look__img::after { content: ""; position: absolute; inset: 0; background: var(--gloss); background-size: 250% 100%; background-position: 100% 0; transition: background-position 1.1s var(--st-ease); pointer-events: none; }
.n-look:hover .n-look__img img { transform: scale(1.03); }
.n-look:hover .n-look__img::after { background-position: 0 0; }
.n-look__tag {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 1;
  padding: 3px 14px; border-radius: 999px; background: rgba(255, 252, 249, 0.9); color: var(--st-accent);
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; white-space: nowrap;
}
.n-look figcaption { display: grid; gap: 2px; text-align: center; }
.n-look__no { font-family: var(--n-en); font-style: italic; font-size: 17px; color: var(--st-accent); line-height: 1.2; }
.n-look__name { font-size: 16px; line-height: 1.6; }
.n-look__meta { display: flex; justify-content: center; align-items: baseline; gap: 12px; font-size: 13px; color: var(--st-muted); }
.n-look__price { font-family: var(--n-en); font-size: 22px; font-weight: 500; color: var(--st-ink); }
.n-designs > .n-note { text-align: center; }

/* 受け取り前: デザイン写真の空枠 */
.n-ph { margin-top: 36px; text-align: center; }
.n-ph__tips { list-style: none; padding: 0; display: flex; justify-content: center; gap: clamp(12px, 3vw, 28px); }
.n-ph__tips li {
  width: clamp(80px, 18vw, 150px); aspect-ratio: 3 / 4; border-radius: 999px 999px 18px 18px;
  border: 1.5px dashed var(--rose-mid); background: linear-gradient(160deg, var(--st-surface), var(--rose-soft));
}
.n-ph__tips li:nth-child(2) { transform: translateY(-14px); }
.n-ph__lead { margin-top: 24px; color: var(--st-muted); }
.n-ph .ph__actions { justify-content: center; }

/* メニュー */
.n-menu { background: var(--st-surface); border-block: 1px solid var(--st-line); }
.n-rules { list-style: none; padding: 0; margin-top: 26px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.n-rules li { padding: 4px 14px 4px 12px; border-radius: 999px; background: var(--rose-soft); color: var(--st-accent); font-size: 13px; font-weight: 700; }
.n-rules li::before { content: "✓"; margin-right: 6px; }
.n-menu__grid { margin-top: clamp(32px, 5vw, 52px); display: grid; grid-template-columns: 330px 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.n-menu__grid:not(:has(.n-first)) { grid-template-columns: 1fr; }
.n-first {
  position: sticky; top: 96px; overflow: hidden; padding: 30px 28px; border-radius: 28px;
  background: linear-gradient(150deg, #fff 0%, var(--rose-soft) 55%, var(--rose-mid) 100%);
  box-shadow: 0 24px 48px -30px rgba(120, 70, 70, 0.6);
}
.n-first__label { display: inline-block; padding: 2px 12px; border-radius: 999px; background: var(--st-accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }
.n-first h3 { margin-top: 14px; font-size: 18px; }
.n-first__price { font-family: var(--n-en); font-size: 50px; font-weight: 500; line-height: 1.1; margin-top: 4px; }
.n-first__text { margin-top: 12px; font-size: 14px; color: var(--st-muted); }
.n-menu__lists { display: grid; gap: 36px; }
.n-menu__cat { display: flex; align-items: center; gap: 14px; font-size: 17px; }
.n-menu__cat::after { content: ""; flex: 1; height: 1px; background: var(--st-line); }
.n-menu__group ul { list-style: none; padding: 0; margin-top: 6px; }
.n-menu__row { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 14px 0; border-bottom: 1px dashed var(--st-line); }
.n-menu__name { font-weight: 700; }
.n-menu__price { font-family: var(--n-en); font-size: 22px; font-weight: 500; line-height: 1.3; text-align: right; white-space: nowrap; }
.n-menu__note { grid-column: 1 / -1; font-size: 13px; color: var(--st-muted); }
.p-prestore .n-menu .om__cat, .p-prestore .n-menu .ph__slot b { font-weight: 700; }

/* サロンのこと(個室・衛生) */
.n-salon__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.n-salon__grid .n-head { text-align: left; }
.n-salon__grid .n-lead { margin-inline: 0; }
.n-salon__photos { position: relative; padding-bottom: 18%; }
.n-salon__main { width: 88%; aspect-ratio: 4 / 3.3; object-fit: cover; border-radius: 28px; }
.n-salon__sub {
  position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 1; object-fit: cover;
  border-radius: 999px 999px 22px 22px; border: 6px solid var(--st-bg);
}
.n-promise { list-style: none; padding: 0; margin-top: 28px; display: grid; gap: 4px; counter-reset: promise; }
.n-promise li { counter-increment: promise; position: relative; padding: 16px 0 16px 46px; border-top: 1px solid var(--st-line); }
.n-promise li::before {
  content: counter(promise, decimal-leading-zero); position: absolute; left: 0; top: 13px;
  font-family: var(--n-en); font-style: italic; font-size: 24px; color: var(--st-accent);
}
.n-promise h3 { font-size: 17px; }
.n-promise p { margin-top: 4px; font-size: 15px; color: var(--st-muted); }
.n-salon--pending { padding-block: clamp(48px, 7vw, 80px); }

/* 流れ */
.n-flow-sec { padding-top: 0; }
.n-flow { list-style: none; padding: 0; margin: 40px auto 0; max-width: 760px; display: grid; gap: 0; }
.n-flow li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 18px 0; position: relative; }
.n-flow li:not(:last-child)::after { content: ""; position: absolute; left: 31px; top: 70px; bottom: -6px; width: 1px; background: var(--rose-mid); }
.n-flow__no {
  display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%;
  background: var(--st-surface); border: 1px solid var(--rose-mid);
  font-family: var(--n-en); font-style: italic; font-size: 24px; color: var(--st-accent);
}
.n-flow h3 { font-size: 18px; padding-top: 14px; }
.n-flow h3 small { margin-left: 10px; padding: 1px 10px; border-radius: 999px; background: var(--rose-soft); color: var(--st-accent); font-size: 12px; font-weight: 700; vertical-align: 2px; }
.n-flow p { margin-top: 4px; font-size: 15px; color: var(--st-muted); }

/* スタッフ */
.n-person { background: linear-gradient(180deg, var(--st-bg), var(--beige)); }
.n-person__grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.n-person__img { position: relative; overflow: hidden; border-radius: 999px 999px 32px 32px; }
.n-person__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.n-person__name { margin-top: 20px; font-size: 20px; font-weight: 700; }
.n-person__name small { margin-left: 10px; font-size: 13px; color: var(--st-muted); font-weight: 500; }
.n-person__text { margin-top: 14px; display: grid; gap: 1em; }
.n-person__career { list-style: none; padding: 0; margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.n-person__career li { padding: 4px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.75); font-size: 13px; }

/* 声 */
.n-voices { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.n-voice { position: relative; padding: 36px 26px 26px; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 24px; }
.n-voice::before { content: "“"; position: absolute; left: 22px; top: -6px; font-family: var(--n-en); font-size: 64px; line-height: 1; color: var(--rose-mid); }
.n-voice__head { font-weight: 700; font-size: 17px; line-height: 1.65; }
.n-voice p:not(.n-voice__head) { margin-top: 10px; font-size: 15px; color: var(--st-muted); }
.n-voice .n-voice__who { font-size: 13px; color: var(--st-accent); }

/* FAQ */
.n-faq-sec { padding-top: 0; }
.n-faq { margin-top: 40px; display: grid; gap: 10px; }
.n-faq details { background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 18px; }
.n-faq summary { position: relative; padding: 18px 52px 18px 22px; font-weight: 700; }
.n-faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--n-en); font-size: 28px; line-height: 1; color: var(--st-accent); transition: transform 0.3s;
}
.n-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.n-faq details p { padding: 0 22px 20px; color: var(--st-muted); }
.p-prestore .n-faq { max-width: 800px; margin: 56px auto 0; }

/* 予約帯 */
.n-cta-sec { padding-block: clamp(24px, 4vw, 40px); }
.n-cta {
  position: relative; overflow: hidden; width: var(--wrap); margin-inline: auto; text-align: center;
  padding: clamp(44px, 7vw, 80px) clamp(22px, 5vw, 64px); border-radius: 40px;
  background: linear-gradient(135deg, #fff 0%, var(--rose-soft) 45%, var(--rose-mid) 100%);
  box-shadow: 0 30px 60px -40px rgba(120, 70, 70, 0.6);
}
.n-cta h2 { font-size: clamp(22px, 3vw, 30px); }
.n-cta p { margin: 12px auto 0; max-width: 34em; color: var(--st-muted); font-size: 15px; }
.n-cta__actions { position: relative; z-index: 1; margin-top: 26px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* アクセス */
.n-access__grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.n-dl { display: grid; grid-template-columns: 6.5em 1fr; border-top: 1px solid var(--st-line); }
.n-dl dt, .n-dl dd { padding: 14px 0; border-bottom: 1px solid var(--st-line); }
.n-dl dt { color: var(--st-muted); font-size: 14px; }
.n-dl dd small { font-size: 12px; color: var(--st-muted); }
.n-dl a { color: var(--st-accent); }
.n-hours { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--st-surface); border-radius: 18px; overflow: hidden; }
.n-hours th, .n-hours td { padding: 9px 18px; border-bottom: 1px solid var(--st-line); text-align: left; }
.n-hours tr:last-child th, .n-hours tr:last-child td { border-bottom: 0; }
.n-hours th { width: 4em; color: var(--st-muted); font-weight: 500; }
.n-hours td { font-family: var(--n-en), var(--st-font-body); font-size: 18px; font-weight: 500; }
.n-hours td.is-off { font-family: var(--st-font-body); font-size: 14px; color: var(--st-accent); font-weight: 700; }
.n-map { margin-top: 20px; }
.p-prestore .n-map { margin-top: 0; }
.n-map .st-map { border-radius: 24px; }

.n-footer { padding: 48px 0; border-top: 1px solid var(--st-line); font-size: 14px; color: var(--st-muted); }
.n-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.n-footer__name { font-family: var(--st-font-display); font-weight: 700; font-size: 19px; color: var(--st-ink); }

/* お知らせ・臨時休業の帯 */
.n-today { background: var(--rose-soft); border-bottom: 1px solid var(--st-line); }
.n-today__inner { width: var(--wrap); margin-inline: auto; padding: 14px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; font-size: 14px; }
.n-today__label { padding: 2px 12px; border-radius: 999px; background: var(--st-accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }

.call-bar a { background: var(--st-accent); color: #fff; }
.call-bar a + a { background: var(--st-surface); color: var(--st-accent); border: 1.5px solid var(--st-accent); }
.call-bar svg { width: 18px; height: 18px; }

/* 欧文の数字は、高さのそろった数字で(料金が読みやすいように) */
.n-offer__price, .n-look__price, .n-first__price, .n-menu__price, .n-hours td, .n-look__no, .n-flow__no, .n-promise li::before { font-variant-numeric: lining-nums; }

/* 共通部品の色合わせ */
/* フォームの「いくつでも選ぶ」のチェックボックスが横いっぱいに広がらないように */
.p-nail .st-form__choices input[type="checkbox"] { width: 18px; height: 18px; padding: 0; flex: none; }
.p-nail .ph { border-color: var(--rose-mid); border-radius: 24px; }
.p-nail .ph__slot { border-radius: 16px; }
.p-nail .nr__title, .p-nail .nr__name { font-weight: 700; }

@media (max-width: 1023px) {
  .n-header__nav { display: none; }
  .n-header .n-btn { margin-left: auto; }
  .n-hero__grid { grid-template-columns: 1fr; }
  .n-hero__visual { order: -1; width: min(86%, 420px); }
  .n-gallery { grid-template-columns: repeat(3, 1fr); }
  .n-menu__grid { grid-template-columns: 1fr; }
  .n-first { position: relative; top: 0; }
  .n-salon__grid { grid-template-columns: 1fr; }
  .n-person__grid { grid-template-columns: 1fr; }
  .n-person__img { max-width: 300px; }
  .n-voices { grid-template-columns: 1fr; }
  .n-access__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15.5px; }
  .n-header__inner { gap: 12px; min-height: 60px; }
  .n-header .n-btn { flex: none; }
  .n-logo span { font-size: 16px; letter-spacing: 0.04em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .n-logo small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .n-hero__en:lang(en) { font-size: 17px; }
  .n-hero__visual { width: 78%; }
  .n-hero__visual::before { inset: 8% -10% -4% 18%; }
  .n-hero__status { left: -8%; bottom: 22px; padding: 8px 14px; }
  .n-hero__actions .n-btn { flex: 1 1 100%; }
  .n-offer { width: 100%; }
  .n-points { justify-content: flex-start; }
  .n-points li { padding: 7px 16px; font-size: 14px; }
  .n-facts { grid-template-columns: 1fr 1fr; }
  .n-facts li:nth-child(3) { border-left: 0; }
  .n-facts li:nth-child(n+3) { border-top: 1px solid var(--st-line); }
  /* デザイン写真はスマホで横にめくる */
  .n-gallery {
    width: 100%; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 64%; gap: 16px;
    overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 20px 12px; scroll-padding-inline: 20px;
    scrollbar-width: none; overscroll-behavior-x: contain;
  }
  .n-gallery::-webkit-scrollbar { display: none; }
  .n-look { scroll-snap-align: start; }
  .n-menu__row { padding: 12px 0; }
  .n-first { padding: 26px 22px; }
  .n-first__price { font-size: 44px; }
  .n-salon__photos { padding-bottom: 22%; }
  .n-flow li { grid-template-columns: 52px 1fr; gap: 14px; }
  .n-flow__no { width: 50px; height: 50px; font-size: 20px; }
  .n-flow li:not(:last-child)::after { left: 25px; top: 62px; }
  .n-flow h3 { padding-top: 10px; font-size: 17px; }
  .n-cta { border-radius: 28px; }
  .n-cta__actions .n-btn { flex: 1 1 100%; }
  .n-dl { grid-template-columns: 5.5em 1fr; }
  .n-hours th, .n-hours td { padding: 8px 14px; }
}
.n-form-sec .st-form { margin-top: clamp(28px, 4vw, 40px); }
