/* ================================================================
   femizemi-cafe theme — barrierfree.css
   静的版 barrierfree/index.html の <style> からページ固有ルールを移植。
   共通(reset/:root/a)・header/footer/nav/logo は共有 main.css を使用（重複定義を除去）。
   body 背景のみサブページのミント色に上書き。
   ================================================================ */
body { background: #D4E8E3; }
a { color: inherit; }
@media (max-width: 500px) { nav { display: none; } }
.page-hero { padding: 3.5rem 2rem 2rem; max-width: 800px; margin: 0 auto; }
.eyebrow { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.75rem; }
.page-hero h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
.page-hero .lead { font-size: 0.97rem; color: var(--text-mid); line-height: 2; }
.content { max-width: 800px; margin: 0 auto; padding: 0 2rem 5rem; }
.location-list { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
.location-item { background: var(--white); border-radius: var(--radius); padding: 1.75rem 2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.location-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.location-icon { width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--sage); color: white; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.location-title { font-size: 1rem; font-weight: 700; }
.location-body { font-size: 0.92rem; color: var(--text-mid); line-height: 2; }
.location-body p { margin-bottom: 0.5rem; }
.location-body p:last-child { margin-bottom: 0; }
.caution { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; font-weight: 700; color: #9B5E00; background: #FEF3D0; border-radius: 6px; padding: 0.3rem 0.75rem; margin-top: 0.5rem; }
.ok-note { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; font-weight: 700; color: var(--sage-dark); background: #e8f0e8; border-radius: 6px; padding: 0.3rem 0.75rem; margin-top: 0.5rem; }

/* ===== 追加：場所ごとの写真スロット ===== */
.bf-loc-photo { display: block; width: 100%; height: auto; border-radius: 14px; margin-top: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.bf-loc-figure { margin: 1rem 0 0; }
.bf-loc-figure .bf-loc-photo { margin-top: 0.4rem; }
.bf-loc-caption { font-size: 0.78rem; font-weight: 700; color: var(--sage-dark); letter-spacing: 0.05em; }
