/* サロぽん — SUUMO の並びを、ネイル・まつ毛向けにかわいく（?ws_v2=1 のときだけ読み込み） */
body.sp-v2 {
  --sp-pink: #EC5F95;        /* 上のバー・主役の色 */
  --sp-pink-deep: #D6437E;   /* 白地の上の文字・リンク */
  --sp-pink-soft: #FDEEF4;   /* 探すエリアの下地 */
  --sp-pink-line: #F6C3D7;
  --sp-pink-wash: #FFF7FA;
  --sp-ink: #33282D;
  --sp-sub: #6E6268;
  --sp-line: #EBE3E7;
  --sp-bg: #F8F5F6;
  --sp-white: #FFFFFF;
  --sp-gold: #F2BF00;
  --sp-silver: #A8A8A8;
  --sp-bronze: #B98368;
  --sp-round: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
  --sp-body: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  /* 既存デザイン（ws-design.css）の色もピンクにそろえる */
  --ws-accent: #EC5F95; --ws-accent-dark: #D6437E; --ws-accent-soft: rgba(236,95,149,.12);
  background: var(--sp-bg) !important;
  color: var(--sp-ink);
  font-family: var(--sp-body);
}
body.sp-v2 #header-container,
body.sp-v2 #navi,
body.sp-v2 .header-container,
body.sp-v2 .mobile-header-menu-buttons,
body.sp-v2 .mobile-menu-buttons { display: none !important; }
body.sp-v2 #content, body.sp-v2 .content { background: transparent; }

/* ---------- 上のバー ---------- */
.sp-header { background: var(--sp-pink); color: #fff; position: sticky; top: 0; z-index: 900; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.sp-header__in { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 12px 6px 16px; min-height: 58px; }
.sp-logo { color: #fff !important; text-decoration: none !important; display: flex; flex-direction: column; line-height: 1; }
.sp-logo__main { font-family: var(--sp-round); font-weight: 800; font-size: 28px; letter-spacing: .02em; display: inline-flex; align-items: flex-start; }
.sp-logo__spark { width: 13px; height: 13px; fill: #FFF3B0; margin: -2px 0 0 1px; }
.sp-logo__sub { font-family: var(--sp-round); font-weight: 700; font-size: 10px; letter-spacing: .08em; margin-top: 4px; opacity: .95; }
.sp-hnav { display: flex; gap: 2px; }
.sp-hnav__item { appearance: none; background: none; border: 0; color: #fff !important; text-decoration: none !important; display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 58px; padding: 2px 4px; cursor: pointer; font-family: var(--sp-round); font-weight: 700; font-size: 10.5px; line-height: 1.2; }
.sp-hnav__item svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.sp-hnav__ic { position: relative; display: block; line-height: 0; }
.sp-hnav__badge { position: absolute; right: -9px; bottom: -3px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: #fff; color: var(--sp-pink-deep); font: 800 11px/18px var(--sp-round); text-align: center; }
.sp-hnav__item:focus-visible, .sp-logo:focus-visible { outline: 2px solid #fff; outline-offset: 2px; border-radius: 6px; }

.sp-drawer { position: fixed; inset: 0; z-index: 1000; background: rgba(51,40,45,.45); display: flex; justify-content: flex-end; }
.sp-drawer[hidden] { display: none; }
.sp-drawer__panel { width: min(320px, 86vw); height: 100%; overflow-y: auto; background: var(--sp-white); padding: 16px 0 24px; }
.sp-drawer__title { margin: 0 16px 8px; font: 800 16px var(--sp-round); color: var(--sp-pink-deep); }
.sp-drawer__close { display: block; margin: 20px auto 0; padding: 10px 32px; border-radius: 999px; border: 1.5px solid var(--sp-pink-line); background: #fff; color: var(--sp-pink-deep); font: 700 14px var(--sp-round); cursor: pointer; }

/* ---------- トップ全体 ---------- */
.sp { max-width: 760px; margin: 0 auto; padding: 12px 0 96px; }
.sp a { color: inherit; }

.sp-notice { margin: 4px 16px 0; background: var(--sp-white); border: 1.5px solid var(--sp-line); border-radius: 10px; }
.sp-notice summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 12px 14px; cursor: pointer; font: 700 15px var(--sp-round); }
.sp-notice summary::-webkit-details-marker { display: none; }
.sp-notice__ic { flex: 0 0 24px; height: 24px; border-radius: 50%; border: 2px solid var(--sp-pink-deep); color: var(--sp-pink-deep); font: 800 14px/20px var(--sp-round); text-align: center; }
.sp-notice__chev, .sp-select__chev, .sp-more__chev { margin-left: auto; width: 10px; height: 10px; border-right: 2.5px solid currentColor; border-bottom: 2.5px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s; flex: 0 0 auto; }
.sp-notice[open] .sp-notice__chev, .sp-select[open] .sp-select__chev { transform: rotate(-135deg); }
.sp-notice__body { padding: 0 16px 14px 48px; font-size: 14px; line-height: 1.8; color: var(--sp-sub); }
.sp-notice__body p { margin: 0; }

.sp-titlebar { display: flex; align-items: flex-start; gap: 12px; padding: 20px 16px 16px; background: var(--sp-white); margin-top: 12px; }
.sp-titlebar__main { flex: 1; min-width: 0; }
.sp-h1 { margin: 0; padding: 0 0 0 12px; border-left: 5px solid var(--sp-pink); font: 800 21px/1.45 var(--sp-round); color: var(--sp-ink); text-wrap: balance; }
.sp-h1__date { font-weight: 700; }
.sp-nb { display: inline-block; }
.sp-count { margin: 8px 0 0; font-size: 14px; color: var(--sp-ink); }
.sp-count strong { font: 800 22px var(--sp-round); color: var(--sp-pink-deep); margin: 0 2px; font-variant-numeric: tabular-nums; }
.sp-changebtn { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; padding: 8px 14px; border: 1.5px solid #CFC6CA; border-radius: 10px; box-shadow: 0 2px 0 #E3DBDF; background: #fff; text-decoration: none !important; color: var(--sp-ink) !important; font: 700 17px/1.2 var(--sp-round); }
.sp-changebtn small { font-size: 11px; font-weight: 500; margin-top: 2px; }

/* ---------- 探す ---------- */
.sp-find { background: var(--sp-pink-soft); padding: 20px 16px 12px; }
.sp-find__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-findcard { appearance: none; border: 0; background: var(--sp-white); border-radius: 18px; box-shadow: 0 3px 10px rgba(214,67,126,.10); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 150px; padding: 18px 8px; cursor: pointer; text-decoration: none !important; color: var(--sp-ink) !important; transition: transform .15s, box-shadow .15s; }
.sp-findcard:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(214,67,126,.16); }
.sp-findcard:focus-visible { outline: 3px solid var(--sp-pink); outline-offset: 2px; }
.sp-findcard__ic { width: 66px; height: 66px; fill: var(--sp-pink); }
.sp-findcard__ic [fill="none"] { stroke: var(--sp-pink); }
.sp-findcard__ic .sp-ic-soft { fill: #FFC9DC; }
.sp-findcard__tx { font: 800 21px var(--sp-round); }
.sp-findcard__tx small { font-size: 14px; margin-left: 1px; }
.sp-more { appearance: none; border: 0; background: none; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px 0 6px; color: var(--sp-pink-deep); font: 800 16px var(--sp-round); cursor: pointer; }
.sp-more .sp-more__chev { margin-left: 0; width: 9px; height: 9px; }
.sp-more[aria-expanded="true"] .sp-more__chev { transform: rotate(-135deg); }
.sp-other { background: var(--sp-white); border-radius: 14px; padding: 16px; margin: 8px 0 8px; }
.sp-other[hidden] { display: none; }
.sp-search__label, .sp-other__label { display: block; font: 700 14px var(--sp-round); margin: 0 0 8px; }
.sp-other__label { margin-top: 16px; }
.sp-search__row { display: flex; gap: 8px; }
.sp-search__input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; border: 1.5px solid var(--sp-line); border-radius: 10px; font-size: 16px; background: var(--sp-pink-wash); }
.sp-search__input:focus { outline: none; border-color: var(--sp-pink); background: #fff; }
.sp-search__btn { flex: 0 0 auto; height: 46px; padding: 0 20px; border: 0; border-radius: 10px; background: var(--sp-pink); color: #fff; font: 800 15px var(--sp-round); cursor: pointer; }

/* ---------- チップ ---------- */
.sp-chips { display: flex; gap: 8px; }
.sp-chips--wrap { flex-wrap: wrap; }
.sp-chips--scroll { overflow-x: auto; padding: 14px 16px 4px; margin: 0 -16px; scrollbar-width: none; }
.sp-chips--scroll::-webkit-scrollbar { display: none; }
.sp-chip { appearance: none; flex: 0 0 auto; display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 999px; border: 1.5px solid #D9D0D4; background: #fff; color: var(--sp-ink) !important; text-decoration: none !important; font: 500 15px var(--sp-round); cursor: pointer; white-space: nowrap; }
.sp-chip.is-on { border-color: var(--sp-pink); background: #FFE9F1; color: var(--sp-pink-deep) !important; font-weight: 800; }

/* ---------- オーナー向け ---------- */
.sp-promo { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 20px 16px 0; padding: 18px 12px; background: #fff; border: 2px solid var(--sp-pink); border-radius: 16px; text-decoration: none !important; color: var(--sp-ink) !important; text-align: center; }
.sp-promo__pill { background: var(--sp-pink); color: #fff; padding: 5px 18px; border-radius: 999px; font: 800 14px var(--sp-round); }
.sp-promo__tx { font: 800 17px/1.5 var(--sp-round); }
.sp-promo__note { margin: 6px 16px 0; text-align: center; font-size: 13px; color: var(--sp-sub); }

/* ---------- 見出し・セクション ---------- */
.sp-sec { padding: 28px 16px 8px; }
.sp-sec[hidden] { display: none; }
.sp-sec--flat { padding-left: 0; padding-right: 0; }
.sp-sec--flat > .sp-h2, .sp-sec--flat > .sp-morelink { margin-left: 16px; margin-right: 16px; }
.sp-h2 { position: relative; margin: 0 0 14px; padding-left: 22px; font: 800 18px/1.4 var(--sp-round); color: var(--sp-ink); border: 0 !important; background: none !important; }
.sp-h2::before { content: ""; position: absolute; left: 2px; top: .38em; width: 13px; height: 13px; border-radius: 50%; background: var(--sp-pink); }
.sp-h2::after { content: none !important; }

/* ---------- サロンのカード（横に流れる） ---------- */
.sp-cards { display: flex; gap: 14px; overflow-x: auto; padding: 2px 16px 12px; margin: 0 -16px; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: none; }
.sp-cards::-webkit-scrollbar { display: none; }
.sp-card { position: relative; flex: 0 0 min(46%, 220px); scroll-snap-align: start; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(51,40,45,.10); overflow: hidden; }
.sp-card__link { display: block; text-decoration: none !important; color: var(--sp-ink) !important; }
.sp-thumb { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.7) 0 10%, transparent 11%), radial-gradient(circle at 80% 75%, rgba(255,255,255,.45) 0 7%, transparent 8%), linear-gradient(135deg, var(--sp-a), var(--sp-b)); color: #B94F82; }
.sp-thumb svg { width: 44%; height: auto; max-width: 96px; }
.sp-thumb__tag { position: absolute; left: 8px; bottom: 8px; max-width: calc(100% - 16px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(255,255,255,.92); color: var(--sp-pink-deep); font: 800 12px/1 var(--sp-round); padding: 5px 9px; border-radius: 999px; }
.sp-card__body { display: flex; flex-direction: column; gap: 6px; padding: 12px 12px 14px; }
.sp-card__name { font: 800 16px/1.4 var(--sp-round); color: var(--sp-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sp-card__addr { font-size: 13px; line-height: 1.5; color: var(--sp-sub); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sp-fav { position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255,255,255,.95); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.sp-fav svg { width: 20px; height: 20px; fill: none; stroke: var(--sp-pink-deep); stroke-width: 2; }
.sp-fav[aria-pressed="true"] svg { fill: var(--sp-pink); stroke: var(--sp-pink); }
.sp-fav:focus-visible { outline: 3px solid var(--sp-pink); }

/* ---------- ランキング ---------- */
.sp-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-bottom: 3px solid var(--sp-pink); margin: 0 -16px; padding: 0 12px; }
.sp-tab { appearance: none; height: 50px; border: 1.5px solid var(--sp-line); border-bottom: 0; border-radius: 10px 10px 0 0; background: #fff; color: var(--sp-ink); font: 700 16px var(--sp-round); cursor: pointer; }
.sp-tab.is-on { background: var(--sp-pink); border-color: var(--sp-pink); color: #fff; font-weight: 800; }
.sp-table-wrap { margin-top: 12px; overflow-x: auto; }
.sp-table-wrap[hidden] { display: none; }
.sp-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; font-variant-numeric: tabular-nums; margin: 0; }
.sp-table th, .sp-table td { border: 1px solid var(--sp-line); padding: 14px 8px; text-align: center; vertical-align: middle; }
.sp-table th { background: #F6F1F3; color: var(--sp-sub); font: 700 14px var(--sp-round); padding: 12px 8px; }
.sp-table th { white-space: nowrap; }
.sp-table__rank { color: var(--sp-sub); white-space: nowrap; width: 3.8em; }
.sp-table__name { text-align: left !important; line-height: 1.5; }
.sp-table__name small { display: block; margin-top: 2px; font-size: 12px; color: var(--sp-sub); }
.sp-table a { color: var(--sp-pink-deep) !important; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.sp-table__sub { color: var(--sp-sub); font-size: 13px; }
.sp-table__num { white-space: nowrap; }
.sp-empty { background: #fff; padding: 20px; text-align: center; color: var(--sp-sub); margin: 0; }
.sp-textlink { display: flex; align-items: center; justify-content: flex-end; gap: 6px; margin: 16px 0 0; color: var(--sp-pink-deep) !important; font: 800 16px var(--sp-round); text-decoration: none !important; }
.sp-note { margin: 14px 0 0; padding: 0; list-style: none; font-size: 13px; line-height: 1.7; color: var(--sp-sub); }
.sp-note li { padding-left: 1em; text-indent: -1em; }
.sp-note li::before { content: "・"; }

/* ---------- 行のリスト（＞ 付き） ---------- */
.sp-list { background: #fff; border-top: 1px solid var(--sp-line); }
.sp-row { display: flex; align-items: center; gap: 14px; min-height: 60px; padding: 10px 16px; border-bottom: 1px solid var(--sp-line); background: #fff; color: var(--sp-ink) !important; text-decoration: none !important; font-size: 17px; }
.sp-row[hidden] { display: none; }
.sp-row:hover { background: var(--sp-pink-wash); }
.sp-row__tx { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.sp-row__tx small { font-size: 12.5px; color: var(--sp-sub); }
.sp-row__n { font-size: 13px; color: var(--sp-sub); font-variant-numeric: tabular-nums; }
.sp-chev { flex: 0 0 auto; width: 10px; height: 10px; border-right: 2.5px solid #6E6268; border-top: 2.5px solid #6E6268; transform: rotate(45deg); margin-right: 4px; }
.sp-textlink .sp-chev { border-color: var(--sp-pink-deep); }
.sp-rankbadge { flex: 0 0 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: #fff; font: 800 17px var(--sp-round); border-radius: 4px; }
.sp-rankbadge--1 { background: var(--sp-gold); }
.sp-rankbadge--2 { background: var(--sp-silver); }
.sp-rankbadge--3 { background: var(--sp-bronze); }
.sp-morelink { appearance: none; border: 0; background: none; display: flex; align-items: center; justify-content: center; gap: 8px; width: calc(100% - 32px); padding: 22px 0 8px; color: var(--sp-pink-deep); font: 700 17px var(--sp-round); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.sp-morelink__ic { width: 24px; height: 24px; border-radius: 50%; background: var(--sp-pink); position: relative; }
.sp-morelink__ic::after { content: ""; position: absolute; left: 8px; top: 6px; width: 6px; height: 6px; border-right: 2.2px solid #fff; border-bottom: 2.2px solid #fff; transform: rotate(45deg); }

/* ---------- エリア一覧（SUUMO のセレクト風） ---------- */
.sp-select { background: #fff; border: 1.5px solid #D9D0D4; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.sp-select summary { list-style: none; display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 0 20px; font: 700 17px var(--sp-round); cursor: pointer; }
.sp-select summary::-webkit-details-marker { display: none; }
.sp-select__n { font-size: 12.5px; font-weight: 500; color: var(--sp-sub); }
.sp-select__body { border-top: 1px solid var(--sp-line); }
.sp-select__body .sp-row { font-size: 16px; min-height: 52px; }
.sp-select__body .sp-row:last-child { border-bottom: 0; }

.sp-about p { margin: 0; font-size: 14px; line-height: 1.9; color: var(--sp-sub); }

/* ---------- 下の固定ナビ・戻るボタンもピンクに ---------- */
body.sp-v2 .ws-bottomnav a { color: var(--sp-sub); font-family: var(--sp-round); }
body.sp-v2 .ws-bottomnav a:hover { color: var(--sp-pink-deep); }
body.sp-v2 .ws-backtop { background: var(--sp-pink); }

/* ---------- 一覧・詳細ページ（今の作りのまま、色と文字だけ） ---------- */
body.sp-v2 .ws-scope h1, body.sp-v2 .ws-scope h2, body.sp-v2 .ws-scope h3,
body.sp-v2 .ws-heading__title, body.sp-v2 .ws-salon__name { font-family: var(--sp-round) !important; font-weight: 800; }
body.sp-v2 .sp-favbtn { display: inline-flex; align-items: center; gap: 6px; margin: 8px 0 12px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--sp-pink); background: #fff; color: var(--sp-pink-deep); font: 800 14px var(--sp-round); cursor: pointer; }
body.sp-v2 .sp-favbtn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
body.sp-v2 .sp-favbtn[aria-pressed="true"] { background: var(--sp-pink); color: #fff; }
body.sp-v2 .sp-favbtn[aria-pressed="true"] svg { fill: #fff; stroke: #fff; }

/* ---------- パンくず ---------- */
.sp-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; padding: 12px 16px 4px; font-size: 12.5px; color: var(--sp-sub); }
.sp-crumbs a { color: var(--sp-pink-deep) !important; text-decoration: none !important; }
.sp-crumbs a:hover { text-decoration: underline !important; }

/* ---------- サロン詳細 ---------- */
.sp-detail { padding-bottom: 120px; }
.sp-dhero { position: relative; margin: 8px 16px 0; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 16px rgba(214,67,126,.14); }
.sp-dhero .sp-thumb { aspect-ratio: 16 / 9; }
.sp-dhero .sp-thumb svg { width: 30%; max-width: 150px; }
.sp-fav--lg { width: 46px; height: 46px; top: 12px; right: 12px; }
.sp-fav--lg svg { width: 24px; height: 24px; }
.sp-dhead { padding: 18px 16px 4px; }
.sp-dhead__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.sp-tag { display: inline-flex; align-items: center; height: 26px; padding: 0 11px; border-radius: 999px; background: #FFE9F1; color: var(--sp-pink-deep); font: 800 12.5px var(--sp-round); }
.sp-tag--area { background: #F1ECFB; color: #6A55B8; }
.sp-dname { margin: 0; font: 800 26px/1.35 var(--sp-round); color: var(--sp-ink); letter-spacing: .01em; text-wrap: balance; border: 0 !important; background: none !important; padding: 0 !important; }
.sp-dcatch { margin: 8px 0 0; font: 700 15px/1.6 var(--sp-round); color: var(--sp-pink-deep); }
.sp-daddr { display: flex; gap: 6px; align-items: flex-start; margin: 10px 0 0; font-size: 14px; line-height: 1.6; color: var(--sp-sub); }
.sp-daddr svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; fill: none; stroke: var(--sp-pink); stroke-width: 2; }
.sp-dactions { display: grid; gap: 10px; padding: 16px; }
.sp-btn { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--sp-pink-line); background: #fff; color: var(--sp-pink-deep) !important; text-decoration: none !important; font: 800 15.5px var(--sp-round); }
.sp-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.sp-btn--main { background: var(--sp-pink); border-color: var(--sp-pink); color: #fff !important; font-size: 17px; box-shadow: 0 3px 0 #C9407A; }
.sp-btn:focus-visible { outline: 3px solid var(--sp-pink); outline-offset: 2px; }
.sp-info { width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; margin: 0; }
.sp-info th, .sp-info td { border: 1px solid var(--sp-line); padding: 14px 12px; vertical-align: top; text-align: left; line-height: 1.7; }
.sp-info th { width: 6.8em; background: #F6F1F3; color: var(--sp-sub); font: 700 13.5px/1.7 var(--sp-round); white-space: nowrap; }
.sp-info td small { display: block; font-size: 12px; color: var(--sp-sub); margin-top: 2px; }
.sp-info__tel { color: var(--sp-pink-deep) !important; font: 800 19px var(--sp-round); text-decoration: none !important; letter-spacing: .03em; }
.sp-info__link { display: inline-block; margin-left: 8px; color: var(--sp-pink-deep) !important; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sp-info__link--block { margin-left: 0; word-break: break-all; }
.sp-map { border-radius: 14px; overflow: hidden; border: 1px solid var(--sp-line); aspect-ratio: 4 / 3; background: #fff; }
.sp-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.sp-promo--owner { margin-top: 28px; }
.sp-note--pad { padding: 0 16px; }
.sp-ctabar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 800; display: flex; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); box-shadow: 0 -2px 12px rgba(51,40,45,.12); }
.sp-ctabar__fav { appearance: none; flex: 0 0 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 1.5px solid var(--sp-pink-line); border-radius: 12px; background: #fff; color: var(--sp-pink-deep); font: 700 10.5px var(--sp-round); cursor: pointer; }
.sp-ctabar__fav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.sp-ctabar__fav[aria-pressed="true"] svg { fill: var(--sp-pink); stroke: var(--sp-pink); }
.sp-ctabar__call { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 12px; background: var(--sp-pink); color: #fff !important; text-decoration: none !important; font: 800 16px var(--sp-round); box-shadow: 0 3px 0 #C9407A; }
body.sp-v2 .ws-backtop { bottom: 88px; }

/* ---------- エリアのページ（一覧） ---------- */
.sp-search--bar { padding: 14px 16px 0; background: var(--sp-white); padding-bottom: 16px; }
.sp-resulthead p { margin: 0 0 12px; font-size: 14px; color: var(--sp-sub); }
.sp-resulthead strong { font: 800 20px var(--sp-round); color: var(--sp-pink-deep); margin-right: 2px; }
.sp-results { display: grid; gap: 12px; }
.sp-result { position: relative; background: #fff; border-radius: 14px; box-shadow: 0 2px 8px rgba(51,40,45,.08); overflow: hidden; }
.sp-result__main { display: flex; gap: 12px; padding: 12px 52px 12px 12px; text-decoration: none !important; color: var(--sp-ink) !important; }
.sp-result .sp-thumb { flex: 0 0 96px; width: 96px; aspect-ratio: 1; border-radius: 10px; }
.sp-result .sp-thumb svg { width: 56%; }
.sp-result__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sp-result__tags { display: flex; flex-wrap: wrap; gap: 4px; }
.sp-result__tags .sp-tag { height: 22px; font-size: 11px; padding: 0 8px; }
.sp-result__name { font: 800 16.5px/1.4 var(--sp-round); color: var(--sp-pink-deep); }
.sp-result__addr { font-size: 13px; line-height: 1.5; color: var(--sp-sub); }
.sp-result__tel { font-size: 13px; color: var(--sp-ink); font-variant-numeric: tabular-nums; }
.sp-result .sp-fav { top: 12px; right: 10px; box-shadow: none; border: 1.5px solid var(--sp-line); }
.sp-pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 20px 0 4px; }
.sp-pager .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 10px; border-radius: 10px; border: 1.5px solid var(--sp-line); background: #fff; color: var(--sp-ink) !important; text-decoration: none !important; font: 700 15px var(--sp-round); }
.sp-pager .page-numbers.current { background: var(--sp-pink); border-color: var(--sp-pink); color: #fff !important; }
.sp-pager .page-numbers.dots { border: 0; background: none; min-width: 20px; }

/* ---------- PC ---------- */
@media (min-width: 900px) {
  .sp { max-width: 960px; }
  .sp-h1 { font-size: 26px; }
  .sp-find { border-radius: 0 0 18px 18px; padding: 28px 24px 16px; }
  .sp-find__cards { grid-template-columns: 1fr 1fr; max-width: 720px; margin: 0 auto; }
  .sp-card { flex-basis: 220px; }
  .sp-sec--flat .sp-list { border-radius: 12px; overflow: hidden; margin: 0 16px; border: 1px solid var(--sp-line); }
  .sp-tabs { margin: 0; padding: 0; }
  .sp-chips--scroll { margin: 0; padding-left: 0; padding-right: 0; }
  .sp-cards { margin: 0; padding-left: 0; padding-right: 0; }
  .sp-dhero .sp-thumb { aspect-ratio: 21 / 8; }
  .sp-dactions { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .sp-ctabar { display: none; }
  .sp-detail { padding-bottom: 48px; }
  body.sp-v2 .ws-backtop { bottom: 24px; }
  .sp-results { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .sp-findcard, .sp-notice__chev, .sp-select__chev { transition: none; }
}
