/* =====================================================================
   HARE PAGE 店舗 – media.css（店舗集客ノート）
   サービスページの style.css（色・ボタン・ヘッダー・フッター）を読み込んだうえで、
   読みもの向けのレイアウトを足しています。
   ===================================================================== */
.m-main { padding: 0 0 40px; }
.m-container { width: 100%; max-width: 1040px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 900px) { .m-container { padding: 0 32px; } }

/* パンくず */
.crumbs { display: flex; flex-wrap: wrap; gap: 4px 6px; font-size: 12px; color: var(--muted); padding: 14px 0 0; list-style: none; margin: 0; }
.crumbs li { display: inline-flex; align-items: center; gap: 6px; }
.crumbs li + li::before { content: "›"; color: var(--line-2); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs li[aria-current] { color: var(--ink-2); }

/* 記事ヘッダー */
.article-head { padding: 22px 0 18px; }
.article-cat { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--sun-deep); margin-bottom: 12px; text-decoration: none; }
.article-cat::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(245, 182, 46, 0.18); }
.article-title { font-size: clamp(24px, 6.4vw, 30px); line-height: 1.4; font-weight: 900; letter-spacing: 0.005em; text-wrap: balance; }
.article-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 14px; font-size: 12.5px; color: var(--muted); }
.article-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-lead { margin-top: 18px; padding: 16px 18px; background: var(--paper-2); border-left: 4px solid var(--sun); border-radius: 0 12px 12px 0; font-size: 15px; line-height: 1.9; color: var(--ink); }
.article-lead p + p { margin-top: 8px; }
@media (min-width: 900px) {
  .article-head { padding: 34px 0 24px; }
  .article-title { font-size: 40px; }
  .article-lead { font-size: 16.5px; padding: 20px 24px; margin-top: 24px; }
}

/* 2カラム（PC） */
.article-layout { display: grid; gap: 32px; }
@media (min-width: 1000px) { .article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: start; } }
.article-body { min-width: 0; }
.article-side { display: block; margin-top: 8px; }
.article-side .side-cta { display: none; }
@media (min-width: 1000px) { .article-side { margin-top: 0; position: sticky; top: calc(var(--header-h) + 24px); } .article-side .side-cta { display: block; } }

/* 目次 */
.toc { margin: 22px 0 28px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.toc-title { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 8px; }
.toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; font-size: 14px; line-height: 1.6; padding: 5px 0 5px 28px; position: relative; }
.toc li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: 6px; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--sun-deep); }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { text-decoration: underline; }

/* 本文の組版 */
.prose { font-size: 16px; line-height: 1.95; color: var(--ink); }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { font-size: clamp(20px, 5.4vw, 24px); line-height: 1.45; margin-top: 2.4em; padding-top: 0.6em; border-top: 2px solid var(--ink); position: relative; }
.prose h2::before { content: ""; position: absolute; left: 0; top: -2px; width: 56px; height: 2px; background: var(--sun); }
.prose h3 { font-size: 18px; margin-top: 1.9em; padding-left: 14px; border-left: 4px solid var(--sun); line-height: 1.5; }
.prose h4 { font-size: 16px; margin-top: 1.5em; color: var(--ink-2); }
.prose p { margin-top: 1em; }
.prose ul, .prose ol { padding-left: 1.4em; margin-top: 1em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin: 0.35em 0; }
.prose li::marker { color: var(--sun-deep); font-weight: 700; }
.prose strong { font-weight: 700; background: linear-gradient(transparent 62%, rgba(245, 182, 46, 0.35) 62%); }
.prose a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 1.4em 0; padding: 14px 18px; background: var(--paper-2); border-left: 4px solid var(--sun); border-radius: 0 12px 12px 0; color: var(--ink-2); font-size: 15px; }
.prose blockquote p { margin: 0; }
.prose hr { border: 0; border-top: 1px dashed var(--line-2); margin: 2em 0; }
.prose code { background: var(--paper-2); border-radius: 4px; padding: 1px 5px; font-size: 0.9em; }
.prose img { border-radius: 12px; }
.table-wrap { overflow-x: auto; margin-top: 1.2em; -webkit-overflow-scrolling: touch; }
.prose table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; min-width: 480px; }
.prose th, .prose td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.prose th { background: var(--paper-2); font-weight: 700; white-space: nowrap; }
.prose tbody tr:nth-child(even) td { background: rgba(255, 247, 232, 0.35); }
.prose .note, .prose .caution { font-size: 13.5px; color: var(--muted); }
@media (min-width: 900px) { .prose { font-size: 17px; } .prose h2 { font-size: 26px; } .prose h3 { font-size: 19px; } .prose table { font-size: 15px; } }

/* FAQ（本文内） */
.prose .faq-item { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-top: 12px; background: var(--surface); }
.prose .faq-item h3 { border: 0; padding: 0 0 0 26px; margin: 0; font-size: 16px; position: relative; }
.prose .faq-item h3::before { content: "Q"; position: absolute; left: 0; top: 0; font-family: var(--font-display); font-weight: 800; color: var(--sun-deep); }
.prose .faq-item p { margin-top: 8px; padding-left: 26px; position: relative; color: var(--ink-2); font-size: 15px; }
.prose .faq-item p::before { content: "A"; position: absolute; left: 0; top: 0; font-family: var(--font-display); font-weight: 800; color: var(--blue); }
.prose .faq-item p + p::before { content: ""; }

/* まとめ */
.prose .summary-box { margin-top: 1.4em; padding: 18px 20px; background: var(--sky); border-radius: 14px; }
.prose .summary-box ul { margin-top: 0.4em; }

/* 記事内CTA */
.cta-box { margin: 2.2em 0; background: var(--ink); color: #fff; border-radius: 18px; padding: 22px 20px; position: relative; overflow: hidden; }
.cta-box::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -140px; top: -170px; background: radial-gradient(circle, rgba(245, 182, 46, 0.3), rgba(245, 182, 46, 0) 65%); pointer-events: none; }
.cta-box > * { position: relative; }
.cta-box-label { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.18em; color: var(--sun); font-weight: 700; margin-bottom: 6px; }
.cta-box-title { font-family: var(--font-head); font-weight: 900; font-size: 19px; line-height: 1.4; color: #fff; }
.cta-box-text { margin-top: 8px; font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.cta-box-points { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.cta-box-points span { font-size: 12px; font-weight: 700; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 4px 10px; }
.cta-box-btns { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
.cta-box-btns .btn { width: 100%; }
.cta-box-btns .btn-tel { border-color: transparent; }
@media (min-width: 480px) { .cta-box-btns { grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 900px) { .cta-box { padding: 28px 30px; } .cta-box-title { font-size: 22px; } }

/* サイドバー */
.side-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.side-card + .side-card { margin-top: 16px; }
.side-card h2 { font-size: 14px; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 10px; font-family: var(--font); }
.side-card ul { list-style: none; padding: 0; margin: 0; }
.side-card li { border-top: 1px solid var(--line); }
.side-card li:first-child { border-top: 0; }
.side-card li a { display: block; padding: 9px 0; font-size: 13.5px; line-height: 1.55; color: var(--ink); text-decoration: none; }
.side-card li a:hover { color: var(--blue-deep); }
.side-cta { background: linear-gradient(160deg, #FFF3D1 0%, #FFE6A6 100%); border: 0; text-align: center; }
.side-cta .logo-text { justify-content: center; font-size: 16px; }
.side-cta p { font-size: 13px; color: var(--ink-2); margin: 8px 0 12px; }
.side-cta .price { font-family: var(--font-display); font-weight: 800; font-size: 26px; line-height: 1.1; }
.side-cta .price small { font-size: 12px; font-family: var(--font); font-weight: 700; color: var(--ink-2); }
.side-cta .btn { width: 100%; margin-top: 10px; }

/* 著者・関連記事 */
.author-box { margin-top: 40px; padding: 18px; background: var(--paper-2); border-radius: 14px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.author-box .logo-mark { width: 48px; height: 48px; }
.author-box strong { display: block; font-size: 14px; }
.author-box p { font-size: 13px; color: var(--ink-2); margin-top: 4px; line-height: 1.7; }
.author-box a { color: var(--blue-deep); }
.author-box .author-role { font-size: 12px; font-weight: 700; color: var(--sun-deep); margin-top: 2px; letter-spacing: .01em; }
.related { margin-top: 40px; }
.related h2, .index-section h2 { font-size: 20px; font-weight: 900; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.related h2::before, .index-section h2::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(245, 182, 46, 0.18); }
.card-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.card-list li { border-bottom: 1px solid var(--line); }
.card-list a { display: block; padding: 14px 0; text-decoration: none; color: var(--ink); }
.card-list a:hover .card-title { color: var(--blue-deep); }
.card-cat { font-size: 11px; font-weight: 700; color: var(--sun-deep); letter-spacing: 0.06em; }
.card-title { display: block; font-weight: 700; font-size: 15px; line-height: 1.55; margin-top: 2px; font-family: var(--font-head); }
.card-desc { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.6; }
@media (min-width: 900px) { .card-list.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 0; } .card-list.cols-2 li { border-top: 1px solid var(--line); } }

/* ハブ・一覧ページ */
.hub-hero { padding: 36px 0 30px; background: linear-gradient(180deg, #FFF8E9 0%, var(--paper) 100%); position: relative; overflow: hidden; }
.hub-hero::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); background-size: 180px; opacity: .06; pointer-events: none; mix-blend-mode: multiply; }
.hub-hero .m-container { position: relative; z-index: 1; }
.hub-kicker { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 700; color: var(--sun-deep); letter-spacing: 0.06em; margin-bottom: 12px; }
.hub-kicker::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(245, 182, 46, 0.18); }
.hub-title { font-size: clamp(26px, 7vw, 34px); font-weight: 900; line-height: 1.3; text-wrap: balance; }
.hub-lead { margin-top: 12px; color: var(--ink-2); font-size: 15px; max-width: 640px; }
.hub-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hub-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--ink); text-decoration: none; }
.hub-nav a:hover, .hub-nav a[aria-current] { border-color: var(--ink); }
@media (min-width: 900px) { .hub-hero { padding: 64px 0 48px; } .hub-title { font-size: 44px; } .hub-lead { font-size: 17px; } }
.index-section { padding: 36px 0 0; }
.index-section h2 { font-size: 22px; }
.index-section .sec-lead { color: var(--ink-2); font-size: 14px; margin: -6px 0 14px; }
@media (min-width: 900px) { .index-section { padding: 56px 0 0; } .index-section h2 { font-size: 26px; } }
.featured { display: grid; gap: 12px; }
.featured a { display: block; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; text-decoration: none; color: var(--ink); transition: border-color .15s; }
.featured a:hover { border-color: var(--ink); }
.featured .num { font-size: 12px; color: var(--sun-deep); }
.featured .card-title { font-size: 16px; }
@media (min-width: 640px) { .featured { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .featured { grid-template-columns: repeat(4, 1fr); } }
.cat-grid { display: grid; gap: 10px; }
.cat-grid a { display: block; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); }
.cat-grid a:hover { border-color: var(--ink); }
.cat-grid strong { display: block; font-family: var(--font-head); font-size: 16px; }
.cat-grid span { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
@media (min-width: 640px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
.region-block { margin-top: 22px; }
.region-block h3 { font-size: 15px; color: var(--ink-2); margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chips a, .chips span { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--ink); text-decoration: none; }
.chips a:hover { border-color: var(--ink); }
.chips .is-sub { background: var(--paper-2); font-weight: 500; }
.area-facts { display: grid; gap: 10px; margin: 18px 0 8px; }
.area-facts > div { padding: 12px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.area-facts dt { font-size: 11.5px; font-weight: 700; color: var(--muted); letter-spacing: 0.06em; margin-bottom: 4px; }
.area-facts dd { margin: 0; font-size: 14px; line-height: 1.7; }
@media (min-width: 640px) { .area-facts { grid-template-columns: 1fr 1fr; } }

/* 記事末尾のCTA帯・サービス誘導 */
.service-strip { margin-top: 40px; }

/* スマホのボトムバー用の余白は style.css 側で確保済み */
