/* ==========================================================
   駐車場詳細 SEO改修 第1弾(2026-07)
   パンくず / H1 / 名称併記 / 駅チップ(地図上) + 関連カード
   ========================================================== */

/* ---- 地図上ヘッダー ----
   固定ヘッダーの逃げ(旧: .top-mapのmargin-top:145px+padding-top:70px)を先頭ブロックへ付け替え */
.npd-single-head { background: #fff; margin-top: 145px; padding: 24px 0 14px; }
.npd-single-head + .top-map, .npd-hub-bc + .top-map { margin-top: 0 !important; padding-top: 0 !important; }
.npd-bc { font-size: 12.5px; color: #8a94a3; margin-bottom: 10px; line-height: 1.6; }
.npd-bc a { color: #8a94a3; text-decoration: none; }
.npd-bc a:hover { color: #c30d23; text-decoration: underline; }
.npd-bc-sep { margin: 0 6px; }
.npd-bc-cur { color: #333; font-weight: 600; }
.npd-single-h1 { font-size: 26px; line-height: 1.35; margin: 0 0 6px; color: #222; }
.npd-name-alt { font-size: 14px; color: #777; margin: 0 0 6px; }
.npd-addr { font-size: 15px; color: #6b7686; margin: 0 0 12px; line-height: 1.6; }
.npd-addr::before { content: none; }
.npd-st-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 2px; }
.npd-st-chip {
	display: inline-flex; align-items: center; gap: 6px;
	border: 1.5px solid #cfe9dd; background: #f2fbf7; border-radius: 20px;
	padding: 5px 14px; font-size: 13.5px; font-weight: 600;
	color: #23384f; text-decoration: none; line-height: 1.4;
}
.npd-st-chip b { color: #c30d23; font-weight: 700; }
.npd-st-chip:hover { border-color: #7fc9a8; background: #e8f7f0; }
.npd-st-chip--flat { cursor: default; }
.npd-st-ic { font-size: 14px; }

@media (max-width: 768px) {
	.npd-single-h1 { font-size: 20px; }
	.npd-bc { font-size: 11.5px; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* ---- 関連カード: カード全体を実<a>で包む(ROUTEアイコンは廃止) ---- */
.npd-rel-card-link { display: block; color: inherit; text-decoration: none; }
.npd-rel-card:hover { box-shadow: 0 8px 20px rgba(19, 35, 59, .15); transition: box-shadow .15s; }
/* カード内チップは情報表示のみ(単体で操作できる誤解を与えない) */
.npd-rel-chiprow .npd-st-chip { pointer-events: none; }
.npd-rel-chiprow .npd-st-chip:hover { border-color: #cfe9dd; background: #f2fbf7; }
.npd-rel-chiprow { display: flex; flex-wrap: wrap; gap: 6px; background: none !important; padding-left: 0 !important; margin-bottom: 8px; }
.npd-rel-chiprow::before { content: none !important; }
.npd-rel-chiprow .npd-st-chip { font-size: 12px; padding: 3px 10px; }

/* ---- 個別ハブのパンくず(TB013) ---- */
.npd-hub-bc { margin-top: 145px; padding: 24px 0 10px; background: #fff; }
.npd-hub-bc .mod-wrap, .npd-single-head .mod-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
@media (max-width: 768px) {
	.npd-single-head, .npd-hub-bc { margin-top: 60px; padding-top: 16px; }
}
