@charset "UTF-8";
/* ============================================================
   store-reform.css — 暮らし・リフォームテーマ
   方向: スイス/グリッド(2)×信頼。白地に墨紺、木肌色の差し色、見える罫線と番号
   シグネチャー: 施工前後のスライダー+工事別の目安価格
   ============================================================ */
:root {
  --st-bg: #ffffff;
  --st-surface: #f4f3ef;
  --st-ink: #16202e;
  --st-muted: #5a6371;
  --st-line: #d9dce1;
  --st-accent: #1b2b44;      /* 墨紺 */
  --st-accent-ink: #ffffff;
  --wood: #b8743a;           /* 木肌(大きな面・装飾) */
  --wood-ink: #8f5522;       /* 木肌(文字用) */
  --wood-soft: #f5ebe0;
  --alert: #c2412d;          /* 電話の強調 */
  --st-font-display: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --st-font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --num: "Barlow Condensed", "Noto Sans JP", sans-serif;
  --st-radius: 4px;
  --wrap: min(1160px, 100% - 40px);
}

h1, h2, h3 { font-weight: 700; line-height: 1.45; letter-spacing: 0.02em; }
.r-wrap { width: var(--wrap); margin-inline: auto; }
.r-section { padding-block: clamp(72px, 9vw, 120px); }

/* 見出し: 番号+罫線 */
.r-head { display: grid; grid-template-columns: auto 1fr; gap: 0 20px; align-items: end; padding-bottom: 20px; border-bottom: 2px solid var(--st-accent); }
.r-head__num { grid-row: span 2; font-family: var(--num); font-weight: 600; font-size: clamp(56px, 7vw, 88px); line-height: 0.8; color: var(--wood); }
.r-head__en { font-family: var(--num); font-size: 14px; letter-spacing: 0.2em; color: var(--st-muted); text-transform: uppercase; }
.r-head__title { font-size: clamp(24px, 3.2vw, 34px); }
.r-lead { margin-top: 20px; color: var(--st-muted); max-width: 42em; }

.r-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 12px 26px; border-radius: var(--st-radius);
  background: var(--st-accent); color: #fff; border: 2px solid var(--st-accent);
  font-weight: 700; text-decoration: none; white-space: nowrap; transition: background 0.2s, color 0.2s;
}
.r-btn:hover { background: #fff; color: var(--st-accent); }
.r-btn--wood { background: var(--wood); border-color: var(--wood); }
.r-btn--wood:hover { background: #fff; color: var(--wood-ink); }
.r-btn svg { width: 20px; height: 20px; }

/* ヘッダー(電話が主役) */
.r-top { background: var(--st-accent); color: #fff; font-size: 12px; }
.r-top p { width: var(--wrap); margin-inline: auto; padding: 6px 0; }
.r-header { position: sticky; top: 0; z-index: var(--z-header); background: #fff; border-bottom: 1px solid var(--st-line); }
.r-header__inner { width: var(--wrap); margin-inline: auto; min-height: 76px; display: flex; align-items: center; gap: 28px; }
.r-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.r-logo__mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--st-accent); color: #fff; font-weight: 700; font-size: 18px; border-radius: 2px; }
.r-logo__text { display: grid; line-height: 1.3; }
.r-logo__text small { font-size: 11px; color: var(--st-muted); }
.r-logo__text span { font-weight: 700; font-size: 20px; letter-spacing: 0.08em; }
.r-header__nav { margin-left: auto; display: flex; gap: 24px; font-size: 14px; font-weight: 500; }
.r-header__nav a { text-decoration: none; }
.r-header__nav a:hover { color: var(--wood-ink); }
.r-header__tel { display: grid; text-decoration: none; line-height: 1.2; text-align: right; }
.r-header__tel b { font-family: var(--num); font-weight: 600; font-size: 28px; color: var(--st-accent); letter-spacing: 0.02em; }
.r-header__tel small { font-size: 11px; color: var(--st-muted); }

/* ヒーロー(即答型) */
.r-hero { position: relative; background: var(--st-surface); }
.r-hero__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: min(80vh, 660px); }
.r-hero__copy { padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 64px) clamp(40px, 6vw, 72px) max(20px, calc((100vw - 1160px) / 2)); display: grid; align-content: center; gap: 20px; }
.r-hero__area { display: flex; flex-wrap: wrap; gap: 6px; }
.r-hero__area span { padding: 2px 10px; background: #fff; border: 1px solid var(--st-line); font-size: 13px; }
.r-hero h1 { font-size: 15px; color: var(--wood-ink); letter-spacing: 0.1em; }
.r-hero__catch { font-size: clamp(30px, 4.2vw, 50px); font-weight: 700; line-height: 1.35; letter-spacing: 0.01em; }
.r-hero__catch em { font-style: normal; color: var(--wood-ink); }
.r-hero__points { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.r-hero__points li { padding: 12px; background: #fff; border-top: 3px solid var(--wood); font-size: 13px; line-height: 1.5; }
.r-hero__points b { display: block; font-family: var(--num); font-size: 26px; font-weight: 600; color: var(--st-accent); line-height: 1.1; }
.r-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.r-hero__tel-note { font-size: 13px; color: var(--st-muted); }
.r-hero__photo { position: relative; }
.r-hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.r-hero__photo figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 16px; background: rgba(22, 32, 46, 0.82); color: #fff; font-size: 12px; }

/* よくあるご相談(タブなしの3列インデックス) */
.r-menu { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--st-line); border-left: 1px solid var(--st-line); }
.r-menu__item { display: grid; grid-template-rows: auto 1fr auto; border-right: 1px solid var(--st-line); border-bottom: 1px solid var(--st-line); text-decoration: none; }
.r-menu__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.r-menu__body { padding: 22px 22px 8px; }
.r-menu__body span { font-family: var(--num); font-size: 13px; letter-spacing: 0.18em; color: var(--wood-ink); }
.r-menu__body h3 { font-size: 20px; margin-top: 4px; }
.r-menu__body p { margin-top: 8px; font-size: 14px; color: var(--st-muted); }
.r-menu__price { padding: 14px 22px 22px; display: flex; align-items: baseline; gap: 8px; border-top: 1px dashed var(--st-line); margin-top: 16px; font-size: 13px; }
.r-menu__price b { font-family: var(--num); font-size: 32px; font-weight: 600; color: var(--st-accent); line-height: 1; }
.r-menu__note { margin-top: 14px; font-size: 13px; color: var(--st-muted); }

/* 施工前後(シグネチャー: 破調の濃紺面) */
.r-case { background: var(--st-accent); color: #fff; }
.r-case .r-head { border-color: rgba(255,255,255,0.4); }
.r-case .r-head__en, .r-case .r-lead { color: rgba(255,255,255,0.72); }
.r-case__grid { margin-top: 48px; display: grid; grid-template-columns: 1.4fr 0.6fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.r-ba { position: relative; aspect-ratio: 4 / 3; overflow: hidden; --ba: 50%; user-select: none; }
.r-ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.r-ba__after { clip-path: inset(0 0 0 var(--ba)); }
.r-ba__line { position: absolute; top: 0; bottom: 0; left: var(--ba); width: 2px; margin-left: -1px; background: #fff; pointer-events: none; }
.r-ba__knob { position: absolute; top: 50%; left: var(--ba); width: 48px; height: 48px; margin: -24px 0 0 -24px; border-radius: 50%; background: #fff; color: var(--st-accent); display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,0.3); pointer-events: none; }
.r-ba__knob svg { width: 24px; height: 24px; }
.r-ba__tag { position: absolute; top: 14px; padding: 4px 12px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; background: rgba(22, 32, 46, 0.85); pointer-events: none; }
.r-ba__tag--before { left: 14px; }
.r-ba__tag--after { right: 14px; background: var(--wood); }
.r-ba input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.r-ba:focus-within { outline: 3px solid var(--wood); outline-offset: 4px; }
.r-case__data { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,0.25); }
.r-case__data div { display: grid; grid-template-columns: 6em 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.25); font-size: 14px; }
.r-case__data dt { color: rgba(255,255,255,0.65); }
.r-case__data dd b { font-family: var(--num); font-size: 26px; font-weight: 600; }
.r-case__voice { margin-top: 20px; padding: 18px; background: rgba(255,255,255,0.08); font-size: 14px; line-height: 1.8; }
.r-case__hint { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.65); }

/* 流れ */
.r-flow { margin-top: 44px; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: flow; border-left: 1px solid var(--st-line); }
.r-flow li { counter-increment: flow; padding: 20px 18px 24px; border-right: 1px solid var(--st-line); border-top: 1px solid var(--st-line); border-bottom: 1px solid var(--st-line); }
.r-flow li::before { content: counter(flow, decimal-leading-zero); display: block; font-family: var(--num); font-weight: 600; font-size: 34px; color: var(--wood); line-height: 1; }
.r-flow h3 { margin-top: 12px; font-size: 16px; }
.r-flow p { margin-top: 6px; font-size: 13px; color: var(--st-muted); line-height: 1.7; }
.r-flow__free { display: inline-block; margin-top: 10px; padding: 1px 8px; background: var(--wood-soft); color: var(--wood-ink); font-size: 12px; font-weight: 700; }

/* エリア */
.r-area__grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.r-area__map { position: relative; aspect-ratio: 1 / 0.86; }
.r-area__map svg { width: 100%; height: 100%; }
.r-area__list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.r-area__list li { padding: 10px 12px; border: 1px solid var(--st-line); font-size: 14px; }
.r-area__list li.is-main { background: var(--st-accent); color: #fff; border-color: var(--st-accent); }
.r-area__note { margin-top: 16px; font-size: 14px; color: var(--st-muted); }

/* スタッフ */
.r-staff { background: var(--st-surface); }
.r-staff__grid { margin-top: 44px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.r-staff__grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.r-staff__list { list-style: none; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--st-line); }
.r-staff__list li { padding: 16px 0; border-bottom: 1px solid var(--st-line); }
.r-staff__list b { font-size: 17px; }
.r-staff__list small { margin-left: 10px; font-size: 12px; color: var(--wood-ink); font-weight: 700; }
.r-staff__list p { font-size: 14px; color: var(--st-muted); margin-top: 4px; }

/* 声 */
.r-voices { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-left: 1px solid var(--st-line); border-top: 1px solid var(--st-line); }
.r-voice { padding: 26px 24px; border-right: 1px solid var(--st-line); border-bottom: 1px solid var(--st-line); }
.r-voice__kind { font-size: 12px; font-weight: 700; color: var(--wood-ink); letter-spacing: 0.1em; }
.r-voice h3 { font-size: 17px; margin-top: 6px; }
.r-voice p { font-size: 14px; color: var(--st-muted); margin-top: 10px; }
.r-voice__who { font-size: 13px; margin-top: 12px; }
.r-note { margin-top: 14px; font-size: 12px; color: var(--st-muted); }

/* FAQ */
.r-faq { margin-top: 32px; border-top: 1px solid var(--st-line); }
.r-faq details { border-bottom: 1px solid var(--st-line); }
.r-faq summary { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; padding: 20px 4px; font-weight: 700; }
.r-faq summary::before { content: "Q"; font-family: var(--st-font-body); font-weight: 700; font-size: 18px; color: var(--wood); line-height: 1.2; }
.r-faq summary::after { content: "+"; font-family: var(--num); font-size: 24px; line-height: 1; color: var(--st-accent); transition: transform 0.3s; }
.r-faq details[open] summary::after { transform: rotate(45deg); }
.r-faq details p { padding: 0 4px 22px 36px; color: var(--st-muted); }

/* CTA */
.r-cta { background: var(--wood-soft); border-top: 4px solid var(--wood); }
.r-cta__grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.r-cta h2 { font-size: clamp(24px, 3vw, 32px); }
.r-cta p { margin-top: 8px; color: var(--st-muted); }
.r-cta__tel { display: grid; gap: 8px; justify-items: center; text-align: center; }
.r-cta__tel a.r-cta__num { font-family: var(--num); font-weight: 600; font-size: clamp(40px, 5vw, 56px); color: var(--alert); text-decoration: none; line-height: 1; display: inline-flex; align-items: center; gap: 10px; }
.r-cta__tel a.r-cta__num svg { width: 0.7em; height: 0.7em; }
.r-cta__tel small { font-size: 13px; color: var(--st-muted); }

/* 会社情報 */
.r-info__grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); }
.r-info dl { display: grid; grid-template-columns: 7em 1fr; border-top: 1px solid var(--st-line); }
.r-info dt, .r-info dd { padding: 14px 0; border-bottom: 1px solid var(--st-line); font-size: 15px; }
.r-info dt { color: var(--st-muted); }

.r-footer { background: var(--st-accent); color: rgba(255,255,255,0.8); padding: 40px 0; font-size: 14px; }
.r-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.r-footer b { color: #fff; font-size: 18px; letter-spacing: 0.08em; }

.call-bar a { background: var(--alert); color: #fff; }
.call-bar a + a { background: var(--st-accent); color: #fff; }

@media (max-width: 1023px) {
  .r-header__nav { display: none; }
  .r-header__tel { margin-left: auto; }
  .r-hero__grid { grid-template-columns: 1fr; }
  .r-hero__photo { aspect-ratio: 16 / 9; order: -1; }
  .r-hero__copy { padding-inline: 20px; }
  .r-case__grid, .r-area__grid, .r-staff__grid, .r-info__grid { grid-template-columns: 1fr; }
  .r-flow { grid-template-columns: repeat(3, 1fr); }
  .r-menu { grid-template-columns: 1fr 1fr; }
  .r-voices { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  .r-top { display: none; }
  .r-header__inner { min-height: 64px; }
  .r-header__tel b { font-size: 22px; }
  .r-header__tel small { display: none; }
  .r-hero__points b { font-size: 22px; }
  .r-hero__actions .r-btn { flex: 1 1 100%; }
  .r-menu { grid-template-columns: 1fr; }
  .r-flow { grid-template-columns: 1fr; }
  .r-area__list { grid-template-columns: 1fr 1fr; }
  .r-cta__grid { grid-template-columns: 1fr; }
  .r-info dl { grid-template-columns: 5.5em 1fr; }
}

/* 受け取り前ページ用の追加 */
.r-hero__label { font-size: 15px; color: var(--wood-ink); font-weight: 700; letter-spacing: 0.1em; }
.r-hero__catch.r-name--m { font-size: clamp(26px, 3.4vw, 40px); }
.r-hero__catch.r-name--l { font-size: clamp(22px, 2.6vw, 32px); }
.r-hero__points { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
.p-prestore .r-info dl { align-self: start; }

/* お知らせ・臨時休業の帯(店主が入れたとき) */
.r-today { background: var(--wood-soft); border-bottom: 2px solid var(--wood); }
.r-today__inner {
  width: var(--wrap); margin-inline: auto; padding: 14px 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; font-size: 14px;
}
.r-today__label { font-weight: 700; color: var(--alert); letter-spacing: 0.1em; }
