/*
Theme Name: Atelier Hair
Theme URI: https://example.com/
Author: Your Name
Description: 美容室向けのオリジナルテーマ。テラコッタ×クリームの温かみのあるデザイン、スマホ追従の予約ボタン付き。文章・料金・営業時間などは「外観→カスタマイズ」から変更できます。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atelier-hair
*/

:root {
  --accent: #C96F4A;        /* メインのくすみピンク */
  --accent-dark: #8F4A2E;   /* 濃いピンク（文字用） */
  --accent-soft: #FAF1EA;   /* 薄ピンク（背景用） */
  --beige: #F5E7DC;         /* ベージュ（背景用） */
  --ink: #5a4038;           /* 見出しの文字色 */
  --text: #6f5a50;          /* 本文の文字色 */
  --line-green: #06C755;
  --font-head: 'Noto Serif JP', 'Yu Mincho', serif; /* 見出し用のセリフ体 */    /* LINEの緑 */
  --rose: #E0A88B;          /* 電話ボタン用のくすみローズ */
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: var(--text);
  line-height: 1.8;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ===== ヘッダー ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  border-bottom: 0.5px solid rgba(0,0,0,0.07);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; max-width: 1080px; margin: 0 auto;
}
.site-logo { font-size: 22px; letter-spacing: 3px; color: var(--accent-dark); }
.site-logo img { max-height: 44px; width: auto; }
.global-nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; align-items: center; font-size: 14px; }
.global-nav a { color: var(--text); }
.global-nav a:hover { color: var(--accent); }
.header-reserve {
  background: var(--accent); color: #fff !important;
  padding: 9px 20px; border-radius: 24px; font-size: 13px;
}
.nav-toggle { display: none; background: none; border: 0; font-size: 26px; color: var(--ink); cursor: pointer; }

/* ===== ヒーロー ===== */
.hero {
  position: relative; min-height: 460px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; background-color: var(--accent-soft);
  background-size: cover; background-position: center;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.25); }
/* バナー方式（文字なし・画像全体がリンク）*/
.hero-banner { display: block; cursor: pointer; }
.hero-banner::before { display: none; }
/* ヒーロー直下の予約＋LINE帯 */
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px; background: var(--beige); }
.hero-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 30px; border-radius: 30px; font-size: 15px; font-weight: 500; transition: transform .15s ease; }
.hero-cta a:active { transform: scale(0.98); }
.hero-cta .hc-reserve { background: var(--accent); color: #fff; }
.hero-cta .hc-line { background: var(--line-green); color: #fff; }
.hero-inner { position: relative; padding: 40px 20px; }
.hero-eyebrow { font-size: 13px; letter-spacing: 5px; color: var(--accent-dark); margin-bottom: 16px; }
.hero-title { font-size: clamp(26px, 5vw, 42px); line-height: 1.5; color: var(--ink); letter-spacing: 2px; font-weight: 500; margin: 0; }
.hero-btn {
  display: inline-block; margin-top: 28px;
  background: var(--accent); color: #fff;
  padding: 14px 36px; border-radius: 30px; font-size: 15px;
}
.perm-hero-sub { position: relative; color: var(--ink); font-size: 15px; line-height: 1.8; margin: 16px 0 0; }

/* スクロールでフワッと表示（フェードアップ）*/
.fade-up { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.fade-up.in-view { opacity: 1; transform: none; }

/* ===== セクション共通 ===== */
.section { padding: 72px 0; }
.section.beige { background: var(--beige); }
.section-eyebrow { text-align: center; font-size: 13px; letter-spacing: 4px; color: #cf9678; }
.section-title { text-align: center; font-size: 26px; color: var(--ink); font-weight: 500; margin: 10px 0 40px; }

/* セクション末尾の予約＋LINE CTAボタン */
.section-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 0 20px; margin: -34px 0 0; }
.section-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff;
  padding: 15px 30px; border-radius: 30px; font-size: 15px; font-weight: 500;
  box-shadow: 0 6px 16px rgba(201, 111, 74, 0.28);
  transition: transform .15s ease;
}
.section-cta a.line-cta { background: var(--line-green); box-shadow: 0 6px 16px rgba(6, 199, 85, 0.25); }
.section-cta a:active { transform: scale(0.98); }

/* Instagram誘導ボタン */
.ig-cta { text-align: center; padding: 0 20px; margin: -20px 0 48px; }
.ig-cta .ig-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--accent-dark);
  border: 1.5px solid var(--accent);
  padding: 13px 30px; border-radius: 30px; font-size: 15px; font-weight: 500;
  transition: transform .15s ease;
}
.ig-cta .ig-btn:active { transform: scale(0.98); }

/* スタッフ紹介ページ */
.staff-intro { max-width: 720px; margin: 0 auto 44px; text-align: center; font-size: 15px; color: var(--text); line-height: 1.9; }
.staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 30px; max-width: 880px; margin: 0 auto; }
.staff-card { text-align: center; }
.staff-photo img,
.staff-photo-ph { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 16px; display: block; }
.staff-photo-ph { background: #EFE6E0; display: flex; align-items: center; justify-content: center; }
.staff-photo-ph .ti { font-size: 44px; color: #dcc0b0; }
.staff-role { font-size: 12px; letter-spacing: 2px; color: var(--accent); margin: 16px 0 4px; }
.staff-name { font-size: 19px; color: var(--ink); font-weight: 500; margin: 0; }
.staff-comment { font-size: 14px; color: var(--text); line-height: 1.85; margin: 12px 0 0; text-align: left; }
.staff-specialty { font-size: 13px; color: var(--accent-dark); margin: 14px 0 0; background: var(--accent-soft); display: inline-block; padding: 6px 14px; border-radius: 20px; }

/* お悩み（共感）*/
.worry-list { max-width: 600px; margin: 0 auto; list-style: none; padding: 0; }
.worry-list li { display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; font-size: 15px; color: var(--ink); border: 0.5px solid rgba(0,0,0,0.05); }
.worry-list .ti { color: var(--accent); font-size: 22px; flex-shrink: 0; }
.worry-close { text-align: center; font-size: 16px; color: var(--accent-dark); font-weight: 500; margin: 28px 0 0; }

/* コンセプト */
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.concept-card { background: #fff; border-radius: 14px; padding: 32px 20px; text-align: center; border: 0.5px solid rgba(0,0,0,0.05); }
.concept-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--accent-soft); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.concept-icon .ti { font-size: 26px; color: var(--accent-dark); }
.concept-photo { margin: -12px -4px 12px; }
.concept-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; display: block; }
.concept-card h3 { font-size: 17px; color: var(--ink); margin: 10px 0 8px; font-weight: 500; }
.concept-card p { font-size: 14px; margin: 0; }

/* ギャラリー */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid .item-thumb { aspect-ratio: 1; background: #EFE6E0; border-radius: 14px; overflow: hidden; }
.gallery-grid .item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid .item-cap { font-size: 12px; color: var(--text); text-align: center; margin: 8px 0 0; }

/* メニュー */
.menu-list { max-width: 620px; margin: 0 auto; }
.menu-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 6px; border-bottom: 0.5px solid #e7dcd0; }
.menu-thumb { flex: 0 0 88px; }
.menu-thumb img { width: 88px; height: 88px; object-fit: cover; border-radius: 10px; display: block; }
.menu-body { flex: 1; min-width: 0; }
.menu-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.menu-head .name { color: var(--ink); font-size: 16px; }
.menu-head .price { color: var(--accent-dark); font-size: 17px; white-space: nowrap; }
.menu-desc { margin: 6px 0 0; font-size: 13px; color: var(--text); line-height: 1.7; }
/* 初回/新規価格の表示 */
.price-area { display: inline-flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.menu-badge { background: var(--accent); color: #fff; font-size: 11px; padding: 3px 8px; border-radius: 11px; align-self: center; }
.price-new { color: var(--accent-dark); font-size: 18px; font-weight: 500; }
.price-reg { color: #b0a6a0; font-size: 13px; text-decoration: line-through; }

/* 流れ（画像つきステップ）*/
.flow { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.flow-step { display: flex; align-items: center; gap: 26px; position: relative; }
.flow-img { position: relative; flex: 0 0 220px; }
.flow-img img,
.flow-img-ph { width: 100%; aspect-ratio: 4 / 3; border-radius: 16px; object-fit: cover; display: block; }
.flow-img-ph { background: #EFE6E0; display: flex; align-items: center; justify-content: center; }
.flow-img-ph .ti { font-size: 34px; color: #dcc0b0; }
.flow-num {
  position: absolute; top: -12px; left: -12px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 500;
  box-shadow: 0 4px 10px rgba(201, 111, 74, 0.3);
}
.flow-body { flex: 1; }
.flow-step-label { font-size: 12px; letter-spacing: 3px; color: var(--accent); margin: 0; font-weight: 500; }
.flow-title { font-size: 19px; color: var(--ink); margin: 6px 0 8px; font-weight: 500; }
.flow-desc { font-size: 14px; color: var(--text); margin: 0; line-height: 1.8; }

/* FAQ */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 0.5px solid #e7dcd0; }
.faq-q {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 6px; cursor: pointer; list-style: none;
  font-size: 16px; color: var(--ink);
}
.faq-q::-webkit-details-marker { display: none; }
.faq-mark { flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; }
.faq-mark.a { background: var(--accent); color: #fff; }
.faq-arrow { margin-left: auto; color: var(--accent); transition: transform .25s ease; }
.faq-item[open] .faq-arrow { transform: rotate(180deg); }
.faq-a { display: flex; align-items: flex-start; gap: 12px; padding: 0 6px 22px; font-size: 14px; color: var(--text); line-height: 1.85; }

/* アクセス */
.access-wrap { display: flex; gap: 32px; max-width: 920px; margin: 0 auto; align-items: stretch; }
.access-info { flex: 1; }
.access-info dl { margin: 0; }
.access-info dt { font-size: 12px; letter-spacing: 2px; color: var(--accent); font-weight: 500; margin-top: 18px; }
.access-info dt:first-child { margin-top: 0; }
.access-info dd { margin: 4px 0 0; font-size: 15px; color: var(--ink); }
.access-btn { display: inline-block; margin-top: 26px; background: var(--accent); color: #fff; padding: 13px 30px; border-radius: 28px; font-size: 15px; }
.access-map { flex: 1.2; }
.access-map iframe,
.access-map .access-map-ph { width: 100%; height: 100%; min-height: 300px; border: 0; border-radius: 16px; display: block; }
.access-map .access-map-ph { background: #EFE6E0; display: flex; align-items: center; justify-content: center; }
.access-map .access-map-ph .ti { font-size: 40px; color: #dcc0b0; }

/* 予約CTA */
.cta-band { max-width: 720px; margin: 0 auto; background: var(--accent); border-radius: 24px; padding: 56px 32px; text-align: center; color: #fff; }
.cta-band .cta-eyebrow { font-size: 12px; letter-spacing: 5px; opacity: .85; margin: 0 0 14px; }
.cta-band h2 { font-size: 26px; margin: 0 0 10px; font-weight: 500; color: #fff; letter-spacing: 1px; }
.cta-band .cta-lead { margin: 0 0 30px; opacity: .92; font-size: 15px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; max-width: 460px; margin: 0 auto; }
.cta-btns a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 18px; border-radius: 30px; font-size: 15px; font-weight: 500; white-space: nowrap;
  transition: transform .15s ease;
}
.cta-btns a:active { transform: scale(0.98); }
.cta-btns .reserve { background: #fff; color: var(--accent-dark); }
.cta-btns .line { background: var(--line-green); color: #fff; }
.cta-btns .tel { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.75); color: #fff; }

/* ===== フッター ===== */
.site-footer { background: #3d2e27; color: #e3d3ca; text-align: center; padding: 48px 20px 90px; }
.footer-logo { font-size: 22px; letter-spacing: 3px; color: #fff; margin-bottom: 14px; }
.footer-info { font-size: 13px; line-height: 2; }
.footer-sns { margin-top: 16px; display: flex; gap: 18px; justify-content: center; font-size: 22px; }
.footer-copy { margin-top: 24px; font-size: 11px; color: #a89288; }

/* ===== スマホ追従バー（重要）===== */
.fixed-cta { display: none; }

/* ===== 固定ページ・投稿の本文 ===== */
.page-body { max-width: 760px; margin: 0 auto; padding: 60px 20px; }
.page-body h1 { font-size: 28px; color: var(--ink); font-weight: 500; }
.page-body img { border-radius: 10px; margin: 16px 0; }

/* 本文（固定ページ・記事）の見出し・段落スタイル */
.page-body h2, .single-content h2 { font-size: 22px; color: var(--ink); font-weight: 500; margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--accent-soft); }
.page-body h3, .single-content h3 { font-size: 18px; color: var(--ink); font-weight: 500; margin: 28px 0 10px; }
.page-body p, .single-content p { margin: 0 0 18px; line-height: 1.95; }
.page-body ul, .page-body ol, .single-content ul, .single-content ol { margin: 0 0 18px; padding-left: 1.4em; line-height: 1.9; }
.page-body table, .single-content table { width: 100%; border-collapse: collapse; margin: 0 0 20px; }
.page-body th, .page-body td, .single-content th, .single-content td { border: 0.5px solid #e7dcd0; padding: 10px 12px; font-size: 14px; text-align: left; }
.page-body th, .single-content th { background: var(--beige); }

/* ブログ一覧 */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.blog-card { display: block; color: inherit; }
.blog-thumb { aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: #EFE6E0; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-thumb-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.blog-thumb-ph .ti { font-size: 34px; color: #dcc0b0; }
.blog-date { font-size: 12px; letter-spacing: 1px; color: var(--accent); display: block; margin-top: 12px; }
.blog-title { font-size: 17px; color: var(--ink); font-weight: 500; margin: 6px 0; line-height: 1.6; }
.blog-excerpt { font-size: 13px; color: var(--text); line-height: 1.8; margin: 0; }
.blog-card:hover .blog-title { color: var(--accent); }
.blog-pagination { text-align: center; margin-top: 44px; }
.blog-pagination .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 3px; border-radius: 8px; border: 0.5px solid var(--accent); color: var(--accent-dark); font-size: 14px; }
.blog-pagination .page-numbers.current { background: var(--accent); color: #fff; }

/* 記事ページ */
.post-single { max-width: 760px; }
.single-date { text-align: center; color: var(--accent); }
.single-title { font-size: 26px; color: var(--ink); font-weight: 500; text-align: center; line-height: 1.5; margin: 6px 0 24px; }
.single-thumb { border-radius: 14px; overflow: hidden; margin-bottom: 28px; }
.single-thumb img { width: 100%; height: auto; display: block; }
.single-content { font-size: 16px; color: var(--text); }
.single-content img { border-radius: 10px; margin: 10px 0; }
.single-content a { color: var(--accent-dark); text-decoration: underline; }
.single-back { text-align: center; margin-top: 40px; }
.single-back a { color: var(--accent-dark); font-size: 14px; }

/* ===== レスポンシブ（スマホ）===== */
@media (max-width: 768px) {
  /* ヘッダーナビはハンバーガーに格納（タップで開く）*/
  .global-nav { display: none; }
  .global-nav.is-open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
    position: absolute; top: 100%; right: 16px;
    background: #fff; padding: 18px 26px;
    border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    z-index: 200;
  }
  .global-nav.is-open ul { flex-direction: column; align-items: flex-start; gap: 14px; }
  .nav-toggle { display: block; }
  .concept-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 52px 0; }
  /* ヒーロー：スマホは画面幅に対して4:5の高さに（4:5画像が切れずに収まる・大きめ）*/
  .hero { aspect-ratio: 4 / 5; min-height: 420px; }
  .hero-inner { padding: 28px 18px; }
  .hero-title { font-size: clamp(22px, 7vw, 30px); }
  /* 施術の流れ：スマホでは文章（STEP・タイトル）を上、写真を下に縦並び */
  .flow-step { flex-direction: column-reverse; align-items: stretch; gap: 12px; text-align: center; }
  .flow-img { flex-basis: auto; }
  .flow-num { top: -10px; left: 10px; width: 40px; height: 40px; font-size: 16px; }

  /* アクセス：スマホでは情報と地図を縦並び */
  .access-wrap { flex-direction: column; gap: 22px; }
  .access-map .access-map-ph,
  .access-map iframe { min-height: 240px; }

  /* ヒーロー直下の予約＋LINE帯：スマホでは2つを等幅で横並び */
  .hero-cta { padding: 16px 14px; gap: 10px; }
  .hero-cta a { flex: 1; min-width: 0; padding: 13px 8px; }

  /* セクション末尾CTA：スマホでは縦積み・幅広め */
  .section-cta a { width: 100%; max-width: 320px; justify-content: center; }

  /* メニュー：スマホでは施術名の下に価格を縦並び（崩れ防止）*/
  .menu-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .price-area { gap: 6px; }
  .menu-thumb { flex-basis: 64px; }
  .menu-thumb img { width: 64px; height: 64px; }

  /* CTAボタンをスマホでは縦に等幅で並べる（並びのガタつき解消）*/
  .cta-band { padding: 44px 22px; border-radius: 20px; margin: 0 16px; }
  .cta-band h2 { font-size: 22px; }
  .cta-btns { flex-direction: column; max-width: 320px; }
  .cta-btns a { width: 100%; }

  /* スマホだけ画面下に追従する予約バー（隙間なし・フラット）*/
  .fixed-cta {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 999;
    box-shadow: 0 -4px 16px rgba(90, 64, 56, 0.14);
  }
  .fixed-cta a {
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 3px;
    /* 下端の余白はボタンの色で埋める（iPhoneのホームバー対応）*/
    padding: 11px 4px calc(11px + env(safe-area-inset-bottom));
    color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 1px;
  }
  .fixed-cta a .ti { font-size: 23px; display: block; }
  .fixed-cta a.tel     { background: var(--rose); }
  .fixed-cta a.reserve { background: var(--accent); }
  .fixed-cta a.line    { background: var(--line-green); }
  /* ボタン同士の境目を細い白線で区切る（色が近い箇所の見分け用）*/
  .fixed-cta a + a { box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.3); }
  .fixed-cta a:active { filter: brightness(0.95); }

  /* 追従バーに隠れないよう本文下に余白 */
  body { padding-bottom: 84px; }
}

/* ===== スワイプLP（横スワイプ・ストーリーズ風）===== */
body.lp-page { padding-bottom: 0; overflow: hidden; }
.lp-swiper { width: 100%; height: 100vh; }
.lp-slide { position: relative; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-color: var(--accent-soft); }
.lp-slide::before { content: ""; position: absolute; inset: 0; background: rgba(61, 46, 39, 0.38); }
.lp-slide-plain::before { background: rgba(201, 111, 74, 0.10); }
.lp-slide-inner { position: relative; z-index: 2; text-align: center; color: #fff; padding: 28px 26px 130px; max-width: 600px; }
.lp-slide-plain .lp-slide-inner { color: var(--ink); }
.lp-title { color: #fff; font-size: clamp(26px, 7vw, 40px); font-weight: 500; line-height: 1.5; letter-spacing: 1px; margin: 0 0 16px; }
.lp-slide-plain .lp-title { color: var(--ink); }
.lp-text { font-size: 16px; line-height: 1.9; margin: 0; opacity: .96; }
.lp-slide-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.lp-slide-btns a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 30px; font-size: 15px; font-weight: 500; }
.lp-btn-reserve { background: #fff; color: var(--accent-dark); }
.lp-btn-line { background: var(--line-green); color: #fff; }
.lp-hint { position: absolute; top: 46%; right: 14px; z-index: 3; color: rgba(255,255,255,0.9); font-size: 12px; display: flex; align-items: center; gap: 3px; pointer-events: none; }
.lp-swiper .swiper-pagination { bottom: 96px; z-index: 3; }
.lp-swiper .swiper-pagination-bullet { background: #fff; opacity: .55; }
.lp-swiper .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }

/* LP固定CTAバー（全スライド共通）*/
.lp-cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: flex; box-shadow: 0 -4px 16px rgba(90, 64, 56, 0.18); }
.lp-cta { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 11px 4px calc(11px + env(safe-area-inset-bottom)); color: #fff; font-size: 12px; font-weight: 500; text-decoration: none; }
.lp-cta .ti { font-size: 22px; }
.lp-cta.tel { background: var(--rose); }
.lp-cta.reserve { background: var(--accent); }
.lp-cta.line { background: var(--line-green); }
.lp-cta + .lp-cta { box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.3); }

/* ===== 見出しをセリフ体に（上品なナチュラルトンマナ）===== */
.site-logo, .hero-title, .section-title, .flow-title, .cta-band h2, .lp-title, .single-title, .footer-logo, .blog-title, .staff-name { font-family: var(--font-head); }

/* ===== 店舗一覧 ===== */
.shops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; max-width: 760px; margin: 0 auto; }
.shop-card { display: block; background: #fff; border: 0.5px solid rgba(0,0,0,0.06); border-radius: 16px; overflow: hidden; color: inherit; text-align: center; padding-bottom: 22px; transition: transform .2s ease; }
.shop-card:active { transform: scale(0.98); }
.shop-thumb { aspect-ratio: 16 / 10; background: var(--accent-soft); }
.shop-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-thumb-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.shop-thumb-ph .ti { font-size: 38px; color: #dcc0b0; }
.shop-name { font-size: 18px; color: var(--ink); margin: 16px 0 4px; font-weight: 500; font-family: var(--font-head); }
.shop-area { font-size: 13px; color: var(--text); margin: 0 0 14px; }
.shop-area .ti { color: var(--accent); }
.shop-more { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #fff; background: var(--accent); padding: 9px 24px; border-radius: 22px; }
/* ===== 複数店舗のアクセス表示 ===== */
.access-multi { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; max-width: 920px; margin: 0 auto; }
.access-shop { background: #fff; border: 0.5px solid rgba(0,0,0,0.05); border-radius: 16px; padding: 22px; }
.access-shop h3 { font-family: var(--font-head); font-size: 19px; color: var(--ink); font-weight: 500; text-align: center; margin: 0 0 14px; }
.access-shop .as-map iframe, .access-shop .as-map-ph { width: 100%; height: 200px; border: 0; border-radius: 12px; display: block; }
.access-shop .as-map-ph { background: var(--accent-soft); display: flex; align-items: center; justify-content: center; }
.access-shop .as-map-ph .ti { font-size: 34px; color: #dcc0b0; }
.access-shop .access-info { margin-top: 14px; }
.access-shop .as-more { text-align: center; margin: 18px 0 0; }
.access-shop .as-more .access-btn { margin-top: 0; }
/* 店舗カードのボタン（詳しく見る＋Instagram）*/
.shop-card-main { display: block; color: inherit; }
.shop-btns { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.shop-ig { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--accent-dark); background: #fff; border: 1px solid var(--accent); padding: 7px 20px; border-radius: 20px; }
.worry-illust { display: block; width: 200px; height: auto; margin: -14px auto 26px; mix-blend-mode: multiply; }
@media (max-width: 768px) { .worry-illust { width: 160px; } }

.shop-detail { text-align: left; margin: 0 22px 16px; padding-top: 12px; border-top: 0.5px solid #eee; font-size: 13px; color: var(--text); }
.shop-detail p { margin: 5px 0; display: flex; align-items: baseline; gap: 8px; line-height: 1.6; }
.shop-detail .ti { color: var(--accent); flex-shrink: 0; }
.shop-detail a { color: inherit; text-decoration: underline; }

html { scroll-behavior: smooth; }

.footer-shops { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; font-size: 13px; line-height: 2; text-align: center; }
.footer-shop .fs-name { color: #fff; font-size: 15px; letter-spacing: 2px; margin: 0 0 4px; font-family: var(--font-head); }
.footer-shop a { color: inherit; text-decoration: underline; }
