@charset "UTF-8";
/* ============================================================
   store-salon.css — 美容室・理容室テーマ
   方向: モード誌のエディトリアル。紙白×墨のモノトーン、角のない直線、細身の欧文(Jost)と明朝の見出し
   シグネチャー: 表紙の帯(マストヘッド)+長さで絞り込めるスタイル写真の格子+黒地の初回料金
   ============================================================ */
:root {
  --st-bg: #f5f4f1;          /* 紙白 */
  --st-surface: #ffffff;
  --st-ink: #141414;         /* 墨 */
  --st-muted: #5c5c5a;
  --st-line: #d9d7d2;
  --st-accent: #141414;
  --st-accent-ink: #ffffff;
  --h-ecru: #ebe8e2;         /* 生成りの面 */
  --h-on-ink: #f5f4f1;
  --h-on-ink-muted: #b5b3ae;
  --st-font-display: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --st-font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --h-latin: "Jost", "Futura", "Helvetica Neue", sans-serif;
  --st-radius: 0px;
  --wrap: min(1200px, 100% - 40px);
}

h1, h2, h3 { font-family: var(--st-font-display); font-weight: 500; line-height: 1.5; letter-spacing: 0.06em; }
.h-wrap { width: var(--wrap); margin-inline: auto; }
.h-section { padding-block: clamp(72px, 10vw, 136px); }
.h-num { font-family: var(--h-latin); font-weight: 400; letter-spacing: 0.04em; font-feature-settings: "tnum"; }

/* 見出し: 01 ── STYLE / 明朝の見出し */
.h-head__label {
  display: flex; align-items: center;
  font-family: var(--h-latin); font-size: 13px; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase;
}
.h-head__label span { display: inline-flex; align-items: center; letter-spacing: 0.08em; }
.h-head__label span::after { content: ""; width: 36px; height: 1px; margin: 0 14px; background: currentColor; }
.h-head__title { margin-top: 16px; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.5; }
.h-head__lead { margin-top: 16px; max-width: 36em; color: var(--st-muted); }

/* ボタン: 角なし・黒 */
.h-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 12px 28px;
  background: var(--st-ink); color: var(--st-accent-ink); border: 1px solid var(--st-ink);
  font-size: 15px; font-weight: 500; letter-spacing: 0.1em; text-decoration: none; white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.h-btn:hover { background: transparent; color: var(--st-ink); }
.h-btn svg { width: 18px; height: 18px; }
.h-btn span[aria-hidden] { font-family: var(--h-latin); font-weight: 300; }
.h-btn--line { background: transparent; color: var(--st-ink); }
.h-btn--line:hover { background: var(--st-ink); color: var(--st-accent-ink); }
.h-btn--sm { min-height: 42px; padding: 6px 20px; font-size: 14px; }

/* ヘッダー */
.h-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: color-mix(in srgb, var(--st-bg) 94%, transparent); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--st-line);
}
.h-header__inner { width: var(--wrap); margin-inline: auto; min-height: 66px; display: flex; align-items: center; gap: 32px; }
.h-logo { display: grid; min-width: 0; line-height: 1.3; text-decoration: none; }
.h-logo small { font-family: var(--h-latin); font-size: 10px; letter-spacing: 0.34em; color: var(--st-muted); }
.h-logo span { font-family: var(--st-font-display); font-weight: 500; font-size: 20px; letter-spacing: 0.08em; }
.h-header__nav { margin-left: auto; display: flex; gap: 28px; font-family: var(--h-latin); font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; }
.h-header__nav a { text-decoration: none; padding-block: 4px; border-bottom: 1px solid transparent; }
.h-header__nav a:hover { border-bottom-color: currentColor; }

/* 表紙の帯(マストヘッド) */
.h-mast { border-bottom: 1px solid var(--st-ink); }
.h-mast__inner {
  width: var(--wrap); margin-inline: auto; min-height: 44px; padding-block: 8px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 20px;
}
.h-mast__issue { font-family: var(--h-latin); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; }
.h-mast .open-status { font-weight: 500; letter-spacing: 0.08em; }

/* ヒーロー(表紙) */
.h-hero { padding-bottom: clamp(56px, 8vw, 104px); }
.h-hero__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 72px); align-items: end; padding-top: clamp(36px, 5vw, 64px); }
.h-hero__copy { min-width: 0; padding-bottom: 8px; }
.h-hero__name { font-size: clamp(38px, 5.2vw, 72px); line-height: 1.2; letter-spacing: 0.06em; }
.h-hero__name small { display: block; margin-bottom: 14px; font-family: var(--st-font-body); font-size: 13px; font-weight: 500; letter-spacing: 0.34em; color: var(--st-muted); }
.h-hero__name.h-name--m { font-size: clamp(32px, 4vw, 52px); }
.h-hero__name.h-name--l { font-size: clamp(26px, 3vw, 38px); }
.h-hero__catch {
  margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--st-ink);
  font-family: var(--st-font-display); font-weight: 500; font-size: clamp(21px, 2.3vw, 28px); line-height: 1.75; letter-spacing: 0.08em;
}
.h-hero__lead { margin-top: 16px; color: var(--st-muted); max-width: 30em; }
.h-hero__place { margin-top: 18px; font-size: 14px; color: var(--st-muted); letter-spacing: 0.04em; }
.h-hero__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.h-hero__photo { position: relative; margin: 0; }
.h-hero__photo img { width: 100%; aspect-ratio: 6 / 5; object-fit: cover; object-position: 60% 50%; }

/* 受け取り前: ABOUT */
.h-about { padding-block: clamp(56px, 8vw, 96px); border-top: 1px solid var(--st-line); }
.h-about__grid { display: grid; grid-template-columns: 3fr 9fr; gap: 20px clamp(24px, 4vw, 56px); }
.h-about__title { font-size: clamp(21px, 2.4vw, 28px); }
.h-about__text { margin-top: 14px; max-width: 40em; color: var(--st-muted); }

/* スタイル写真(受け取り後) */
.p-full .h-styles { border-top: 1px solid var(--st-line); }
.p-full .h-book { margin-top: clamp(32px, 5vw, 56px); }
.p-full .h-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.p-full .h-filter label { position: relative; cursor: pointer; }
.p-full .h-filter input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.p-full .h-filter span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 6px 18px;
  border: 1px solid var(--st-line); background: var(--st-surface);
  font-size: 14px; letter-spacing: 0.12em; transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.p-full .h-filter label:hover span { border-color: var(--st-ink); }
.p-full .h-filter input:checked + span { background: var(--st-ink); border-color: var(--st-ink); color: var(--st-accent-ink); }
.p-full .h-filter input:focus-visible + span { outline: 2px solid var(--st-ink); outline-offset: 3px; }
.p-full .h-looks { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px clamp(16px, 2vw, 28px); align-items: start; }
@media (min-width: 768px) { .p-full .h-look:nth-child(3n+2) { margin-top: clamp(40px, 6vw, 88px); } }
.p-full .h-look figure { margin: 0; }
.p-full .h-look__img { overflow: hidden; background: var(--h-ecru); }
.p-full .h-look__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 0.9s var(--st-ease); }
.p-full .h-look:hover .h-look__img img { transform: scale(1.03); }
.p-full .h-look figcaption { display: grid; gap: 2px; padding-top: 14px; }
.p-full .h-look__num { display: flex; align-items: center; gap: 12px; font-family: var(--h-latin); font-size: 12px; letter-spacing: 0.16em; color: var(--st-muted); }
.p-full .h-look__num em { font-style: normal; font-size: 12px; letter-spacing: 0.1em; padding-left: 12px; border-left: 1px solid var(--st-line); }
.p-full .h-look__name { font-family: var(--st-font-display); font-weight: 500; font-size: 17px; letter-spacing: 0.06em; line-height: 1.55; margin-top: 4px; }
.p-full .h-look__meta { font-size: 13px; color: var(--st-muted); }
.p-full .h-look__foot { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; margin-top: 6px; padding-top: 8px; border-top: 1px solid var(--st-line); }
.p-full .h-look__foot .h-num { font-size: 17px; }
.p-full .h-look__by { font-size: 12px; color: var(--st-muted); letter-spacing: 0.06em; }
/* 長さで絞り込む(radio と :has だけで動く。JS なし) */
.p-full .h-book:has(input[value="short"]:checked) .h-look:not([data-len="short"]),
.p-full .h-book:has(input[value="bob"]:checked) .h-look:not([data-len="bob"]),
.p-full .h-book:has(input[value="medium"]:checked) .h-look:not([data-len="medium"]),
.p-full .h-book:has(input[value="long"]:checked) .h-look:not([data-len="long"]),
.p-full .h-book:has(input[value="mens"]:checked) .h-look:not([data-len="mens"]),
.p-full .h-book:has(input[value="other"]:checked) .h-look:not([data-len="other"]) { display: none; }
.p-full .h-book:has(.h-filter input:not([value="all"]):checked) .h-look:first-child { grid-column: auto; grid-row: auto; }

/* 受け取り前: スタイル写真の空の額 */
.h-pending { margin-top: clamp(28px, 4vw, 48px); }
.h-pending__frames { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.h-pending__frames li {
  aspect-ratio: 3 / 4; display: flex; flex-direction: column; justify-content: space-between; padding: 16px;
  background: var(--h-ecru); border: 1px solid var(--st-line);
  font-family: var(--h-latin); color: var(--st-muted);
}
.h-pending__frames span { font-size: 12px; letter-spacing: 0.16em; }
.h-pending__frames em { font-style: normal; font-weight: 300; font-size: clamp(18px, 2vw, 26px); letter-spacing: 0.24em; }
.h-pending__text { margin-top: 24px; max-width: 44em; }
.h-pending__text > p:first-child { color: var(--st-muted); }

/* 初回料金(黒地) */
.p-full .h-first { background: var(--st-ink); color: var(--h-on-ink); }
.p-full .h-first__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 32px clamp(32px, 6vw, 96px); align-items: start; }
.p-full .h-first .h-head__lead { color: var(--h-on-ink-muted); }
.p-full .h-first__list { list-style: none; padding: 0; border-top: 1px solid rgba(245, 244, 241, 0.32); }
.p-full .h-first__list li { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 24px; padding: 24px 0; border-bottom: 1px solid rgba(245, 244, 241, 0.32); }
.p-full .h-first__name { display: grid; gap: 4px; min-width: 0; }
.p-full .h-first__name b { font-family: var(--st-font-display); font-weight: 500; font-size: 19px; letter-spacing: 0.06em; }
.p-full .h-first__name small { font-size: 13px; color: var(--h-on-ink-muted); }
.p-full .h-first__price { display: flex; align-items: baseline; gap: 14px; margin-left: auto; }
.p-full .h-first__price .h-num { font-weight: 300; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.1; letter-spacing: 0.02em; }
.p-full .h-first__price s { font-family: var(--h-latin); font-size: 15px; color: var(--h-on-ink-muted); }
.p-full .h-first__note { margin-top: 18px; font-size: 13px; color: var(--h-on-ink-muted); }

/* メニュー */
.p-full .h-menu__groups { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px clamp(40px, 6vw, 88px); align-items: start; }
.p-full .h-menu__cat { font-size: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--st-ink); letter-spacing: 0.12em; }
.p-full .h-menu__group ul { list-style: none; padding: 0; }
.p-full .h-menu__group li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--st-line); }
.p-full .h-menu__name { display: grid; gap: 2px; min-width: 0; font-weight: 500; }
.p-full .h-menu__name small { font-size: 13px; font-weight: 400; color: var(--st-muted); }
.p-full .h-menu__price { font-size: 18px; white-space: nowrap; }
.p-full .h-menu__note { margin-top: 28px; font-size: 13px; color: var(--st-muted); max-width: 48em; }

/* スタイリスト */
.p-full .h-stylists { background: var(--st-surface); border-block: 1px solid var(--st-line); }
.p-full .h-people { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 48px clamp(32px, 4vw, 56px); }
.p-full .h-person { display: grid; grid-template-columns: 0.85fr 1fr; gap: 28px; align-items: start; }
.p-full .h-people--one .h-person { grid-template-columns: minmax(0, 360px) minmax(0, 1fr); }
.p-full .h-person__img { overflow: hidden; }
.p-full .h-person__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter 0.8s var(--st-ease); }
.p-full .h-person:hover .h-person__img img { filter: none; }
.p-full .h-person__body { min-width: 0; }
.p-full .h-person__role { font-size: 12px; letter-spacing: 0.14em; color: var(--st-muted); }
.p-full .h-person__name { margin-top: 6px; font-size: clamp(24px, 2.4vw, 28px); letter-spacing: 0.12em; }
.p-full .h-person__name small { display: block; font-family: var(--h-latin); font-weight: 300; font-size: 14px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--st-muted); }
.p-full .h-person__good { margin-top: 16px; display: flex; gap: 12px; align-items: baseline; font-size: 15px; }
.p-full .h-person__good span { flex: none; padding: 0 8px; border: 1px solid var(--st-ink); font-size: 12px; letter-spacing: 0.1em; line-height: 1.8; }
.p-full .h-person__text { margin-top: 14px; font-size: 15px; color: var(--st-muted); }
.p-full .h-person__foot { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--st-line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; font-size: 14px; }
.p-full .h-person__foot b { font-size: 16px; }
.p-full .h-person__foot a { font-family: var(--h-latin); letter-spacing: 0.1em; text-underline-offset: 4px; }
.h-small-note { margin-top: 24px; font-size: 13px; color: var(--st-muted); }

/* 店内・設備 */
.p-full .h-salon__photos { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(16px, 2vw, 28px); align-items: start; }
.p-full .h-salon__photos--1 { grid-template-columns: 1fr; }
.p-full .h-salon__photos--3 { grid-template-columns: 1.5fr 1fr 1fr; }
.p-full .h-salon__photos figure { margin: 0; }
.p-full .h-salon__photos figure:nth-child(2) { margin-top: clamp(40px, 8vw, 120px); }
.p-full .h-salon__photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.p-full .h-salon__photos figcaption { margin-top: 10px; font-size: 13px; color: var(--st-muted); }
.p-full .h-salon__grid { margin-top: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1fr 1fr; gap: 32px clamp(40px, 6vw, 88px); align-items: start; }
.p-full .h-salon__text { display: grid; gap: 1em; }
.p-full .h-spec { border-top: 1px solid var(--st-ink); }
.p-full .h-spec div { display: grid; grid-template-columns: 8em 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--st-line); }
.p-full .h-spec dt { font-size: 13px; letter-spacing: 0.1em; color: var(--st-muted); padding-top: 2px; }

/* お客さまの声 */
.p-full .h-voices { border-top: 1px solid var(--st-line); }
.p-full .h-voices__list { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.p-full .h-voice { margin: 0; padding-top: 22px; border-top: 1px solid var(--st-ink); }
.p-full .h-voice__head { font-family: var(--st-font-display); font-weight: 500; font-size: 18px; line-height: 1.65; }
.p-full .h-voice p + p { margin-top: 12px; font-size: 15px; color: var(--st-muted); }
.p-full .h-voice footer { margin-top: 14px; font-size: 13px; letter-spacing: 0.06em; }

/* 予約の3つの方法 */
.p-full .h-reserve { background: var(--h-ecru); }
.p-full .h-ways { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1px; background: var(--st-line); border: 1px solid var(--st-line); }
.p-full .h-way { display: flex; flex-direction: column; gap: 10px; padding: clamp(24px, 3vw, 40px); background: var(--st-surface); }
.p-full .h-way h3 { font-size: 21px; }
.p-full .h-way p:not(.h-way__en) { font-size: 15px; color: var(--st-muted); }
.p-full .h-way .h-btn { margin-top: auto; align-self: stretch; }
.h-way__en { font-family: var(--h-latin); font-size: 13px; letter-spacing: 0.32em; }
.p-full .h-slots { list-style: none; padding: 0; margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.p-full .h-slots li { padding: 4px 16px; border: 1px solid var(--st-ink); font-family: var(--h-latin); font-size: 17px; letter-spacing: 0.06em; }
.p-full .h-slots__none { margin-top: auto; }

/* よくある質問・フォーム(左に見出し、右に中身) */
.h-split { display: grid; grid-template-columns: 4fr 8fr; gap: 32px clamp(40px, 6vw, 96px); align-items: start; }
.p-full .h-faq-sec { border-top: 1px solid var(--st-line); }
.p-full .h-form { border-top: 1px solid var(--st-line); }
.p-full .h-form .st-form { margin: 0; max-width: none; border-color: var(--st-ink); }
.st-form__submit { border-radius: 0; background: var(--st-ink); letter-spacing: 0.1em; }
.st-form input:not([type="radio"]), .st-form textarea { border-radius: 0; }
.h-faq { border-top: 1px solid var(--st-ink); }
.h-faq details { border-bottom: 1px solid var(--st-line); }
.h-faq summary { position: relative; padding: 20px 44px 20px 0; font-weight: 500; font-size: 16px; }
.h-faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--h-latin); font-weight: 300; font-size: 26px; line-height: 1; transition: transform 0.3s var(--st-ease);
}
.h-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.h-faq details p { padding: 0 0 22px; color: var(--st-muted); }
.h-faq--pre { margin-top: clamp(48px, 6vw, 72px); }

/* 受け取り前: 電話の帯 */
.h-call { background: var(--st-ink); color: var(--h-on-ink); padding-block: clamp(56px, 8vw, 96px); }
.h-call__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 48px; }
.h-call h2 { margin-top: 12px; font-size: clamp(22px, 2.8vw, 32px); }
.h-call p:not(.h-way__en) { margin-top: 10px; font-size: 15px; color: var(--h-on-ink-muted); }
.h-call__tel { display: inline-flex; align-items: center; gap: 14px; color: var(--h-on-ink); text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid var(--h-on-ink-muted); }
.h-call__tel svg { width: 26px; height: 26px; }
.h-call__tel .h-num { font-weight: 300; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; }

/* アクセス */
.h-access { background: var(--st-surface); border-top: 1px solid var(--st-line); }
.h-access__grid { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1fr 1fr; gap: 40px clamp(32px, 5vw, 72px); align-items: start; }
.h-dl { display: grid; grid-template-columns: 7em 1fr; border-top: 1px solid var(--st-ink); }
.h-dl dt, .h-dl dd { padding: 14px 0; border-bottom: 1px solid var(--st-line); }
.h-dl dt { font-size: 13px; letter-spacing: 0.1em; color: var(--st-muted); padding-top: 16px; }
.h-dl dd small { color: var(--st-muted); }
.h-map iframe { filter: grayscale(1); }
.h-map .st-map-link { color: var(--st-ink); }
.h-hours { margin-top: 24px; width: 100%; border-collapse: collapse; font-size: 14px; text-align: center; }
.h-hours th, .h-hours td { padding: 9px 4px; border-bottom: 1px solid var(--st-line); }
.h-hours thead th { font-weight: 500; color: var(--st-muted); }
.h-hours tbody th { text-align: left; font-size: 14px; white-space: nowrap; }
.h-hours td.is-off { color: var(--st-muted); }

/* 受け取り前: 「受け取ると載ります」の枠・公式サイトのメニュー */
.ph { border: 1px solid var(--st-line); background: var(--st-surface); }
.ph__slot { background: var(--st-bg); }
.ph__link { color: var(--st-ink); text-underline-offset: 4px; }
.om__cat { font-weight: 500; letter-spacing: 0.1em; }
.om__price { font-family: var(--h-latin); font-weight: 400; font-size: 16px; }
.st-map-link { color: var(--st-ink); }
.nr__title { font-weight: 500; }
.nr__more a { color: var(--st-ink); }

/* お知らせ・臨時休業の帯 */
.h-today { background: var(--st-ink); color: var(--h-on-ink); }
.h-today__inner { width: var(--wrap); margin-inline: auto; padding: 12px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; font-size: 14px; }
.h-today__label { padding: 0 10px; border: 1px solid var(--h-on-ink-muted); font-size: 12px; letter-spacing: 0.12em; }

/* フッター */
.h-footer { padding: 56px 0; border-top: 1px solid var(--st-ink); font-size: 14px; color: var(--st-muted); }
.h-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 40px; }
.h-footer__name { font-family: var(--st-font-display); font-weight: 500; font-size: 22px; letter-spacing: 0.08em; color: var(--st-ink); }

.call-bar a { background: var(--st-ink); color: #fff; border-radius: 0; }
.call-bar a + a { background: var(--st-surface); color: var(--st-ink); border: 1px solid var(--st-ink); }

@media (max-width: 1023px) {
  .h-header__nav { display: none; }
  .h-header .h-btn { margin-left: auto; }
  .h-hero__grid { grid-template-columns: 1fr; }
  .p-full .h-first__grid { grid-template-columns: 1fr; }
  .p-full .h-voices__list { grid-template-columns: 1fr; gap: 28px; }
  .h-split { grid-template-columns: 1fr; }
  .h-access__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  .h-header__inner { gap: 12px; min-height: 60px; }
  .h-header .h-btn { flex: none; }
  .h-logo span { font-size: 17px; letter-spacing: 0.04em; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .h-mast__issue { font-size: 11px; letter-spacing: 0.22em; }
  .h-hero__grid { padding-top: 0; gap: 28px; }
  .h-hero__photo { order: -1; margin-inline: -20px; }
  .h-hero__photo img { aspect-ratio: 1 / 1; }
  .h-hero__name { font-size: clamp(34px, 10vw, 44px); }
  .h-hero__name.h-name--m { font-size: clamp(28px, 8vw, 36px); }
  .h-hero__name.h-name--l { font-size: clamp(22px, 6.4vw, 28px); }
  .h-hero__catch { margin-top: 24px; padding-top: 20px; }
  .h-hero__actions .h-btn { flex: 1 1 100%; }
  .h-about__grid { grid-template-columns: 1fr; }
  .p-full .h-looks { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .p-full .h-look:first-child { grid-column: span 2; grid-row: auto; }
  .p-full .h-look:last-child:nth-child(even) { grid-column: span 2; }
  .p-full .h-book:has(.h-filter input:not([value="all"]):checked) .h-look:last-child { grid-column: auto; }
  .p-full .h-look__name { font-size: 15.5px; }
  .p-full .h-look__meta { font-size: 12.5px; }
  .p-full .h-filter { flex-wrap: nowrap; overflow-x: auto; margin-inline: -20px; padding-inline: 20px; scrollbar-width: none; }
  .p-full .h-filter::-webkit-scrollbar { display: none; }
  .p-full .h-filter label { flex: none; }
  .h-pending__frames { grid-template-columns: 1fr 1fr; gap: 10px; }
  .p-full .h-first__list li { padding: 20px 0; }
  .p-full .h-menu__groups { grid-template-columns: 1fr; gap: 40px; }
  .p-full .h-person, .p-full .h-people--one .h-person { grid-template-columns: 1fr; gap: 20px; }
  .p-full .h-person__img { max-width: 100%; }
  .p-full .h-person__img img { aspect-ratio: 4 / 5; }
  .p-full .h-salon__photos, .p-full .h-salon__photos--3 { grid-template-columns: 1fr; }
  .p-full .h-salon__photos figure:nth-child(2) { margin-top: 0; width: 72%; margin-left: auto; }
  .p-full .h-salon__photos figure:nth-child(3) { width: 72%; }
  .p-full .h-salon__grid { grid-template-columns: 1fr; }
  .p-full .h-spec div { grid-template-columns: 6.5em 1fr; }
  .h-dl { grid-template-columns: 5.5em 1fr; }
  .h-call__tel .h-num { font-size: 32px; }
}

/* 左に見出しを置く欄は、見出しを一段小さく */
.h-split .h-head__title { font-size: clamp(24px, 2.6vw, 32px); }
.h-hours thead th:first-child { text-align: left; }
.h-about__grid { align-items: start; }
.h-about__grid > .h-head__label { padding-top: 6px; }
/* 受け取り前の業種イメージ写真は、モノトーンの誌面になじむよう色を抑える */
.p-prestore .h-hero__photo img { filter: saturate(0.35) contrast(1.02); }
