/* ============================================================
   Tsuricast - スタイルシート
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  margin: 0;
  background: #f5f8fa;
  color: #222;
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 110px;
}

/* ---- ナビ ---- */
header { background: #1a6b9e; color: white; }
header nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.6rem 1.25rem 0.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.site-title { color: white; text-decoration: none; font-weight: bold; font-size: 1.1rem; }
header nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
header nav ul a { color: #cde; text-decoration: none; }
header nav ul a:hover { color: white; }

/* ---- メイン ---- */
main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

/* ---- ヒーローバナー画像 ---- */
.hero-banner {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- ヒーローキャプション（ナビ下のキャッチコピー） ---- */
.hero-caption {
  text-align: center;
  padding: 1.25rem 1rem 0.25rem;
  margin: 0;
}
.hero-catchcopy {
  font-size: 1.45rem;
  font-weight: bold;
  color: #1a3a5c;
  margin: 0 0 .45rem;
  line-height: 1.4;
}
.hero-desc {
  font-size: .95rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* ---- ヒーロー（旧スタイル） ---- */
.hero { text-align: center; padding: 1.5rem 1rem 0.5rem; }
.hero h1 { font-size: 2rem; margin-bottom: 0.5rem; color: #1a6b9e; }

/* ---- マップ ---- */
.spot-map-wrap { overflow: hidden; }
.map-container { height: 460px; border-radius: 8px; margin: 1.25rem 0; overflow: hidden; position: relative; z-index: 0; }
.map-detail { height: 350px; }
.map-legend {
  display: flex; flex-wrap: wrap; gap: .5rem 1.2rem;
  font-size: .75rem; color: #555;
  margin: -.75rem 0 1rem;
}

/* ---- 周辺施設チップ ---- */
.spot-facilities { margin: 1rem 0 1.2rem; }
.spot-facilities h2 { font-size: 1rem; margin-bottom: .6rem; color: #1a3a5c; }
.facility-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .5rem; }
.facility-chip {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .82rem; font-weight: 600; padding: .28rem .7rem;
  border-radius: 20px; white-space: nowrap;
}
.chip-parking  { background: #e3edf9; color: #1565C0; }
.chip-toilet   { background: #e8f5e9; color: #2E7D32; }
.chip-conbini  { background: #f3e8fb; color: #6A1B9A; }
.facility-note { font-size: .78rem; color: #888; margin: 0; }
.legend-item { display: flex; align-items: center; gap: .3rem; }
.legend-badge {
  color: white; min-width: 20px; height: 20px; border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: bold; padding: 0 3px;
}
.legend-dot {
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid white; box-shadow: 0 1px 2px rgba(0,0,0,.3);
  display: inline-block; flex-shrink: 0;
}

/* ---- エリアグリッド ---- */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.area-card {
  background: white;
  border: 1px solid #d0e4f0;
  border-radius: 8px;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .15s;
}
.area-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.area-card h3 { margin: 0 0 .25rem; color: #1a6b9e; font-size: 1.17rem; }
.area-card p  { margin: 0; font-size: .85rem; color: #555; }
.area-card-link { display: block; text-decoration: none; color: inherit; }
.area-card-subareas { margin: .6rem 0 0; padding-top: .5rem; border-top: 1px solid #eef4f9; font-size: .78rem; }
.area-card-subareas a { color: #1a6b9e; text-decoration: none; }
.area-card-subareas a:hover { text-decoration: underline; }

/* ---- エリアページ スポット一覧テーブル ---- */
.area-spot-index { margin-top: 2rem; }
.area-spot-index h2 { font-size: 1.05rem; margin-bottom: .8rem; color: #1a3a5c; }
.area-spot-table td { font-size: .85rem; vertical-align: top; }
.area-spot-table td:nth-child(1) { white-space: nowrap; }
.area-fish-cell { white-space: nowrap; color: #555; }

/* ---- 戻るリンク ---- */
.back-link {
  display: inline-block;
  margin-bottom: .5rem;
  color: #1a6b9e;
  text-decoration: none;
  font-size: .9rem;
}
.back-link:hover { text-decoration: underline; }

/* ---- 地方グループ ---- */
.region-group { margin-bottom: 1.5rem; }
.region-group > h3 { margin: 0 0 .5rem; font-size: 1rem; color: #555; }
.region-group > h3 a { color: #1a6b9e; text-decoration: none; }
.region-group > h3 a:hover { text-decoration: underline; }

/* ---- ボタン ---- */
.btn-primary {
  display: inline-block;
  background: #1a6b9e;
  color: white;
  padding: .7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin: 1rem 0;
}
.btn-primary:hover { background: #155480; }

.all-spots-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  margin: .5rem 0;
}
.all-spots-link .btn-primary,
.all-spots-link .btn-secondary { margin: 0; }

.btn-secondary {
  display: inline-block;
  background: #3d82b5;
  color: white;
  padding: .7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin: .4rem 0;
}
.btn-secondary:hover { background: #2d6a98; }

.btn-detail {
  display: inline-block;
  background: #e8f4fd;
  color: #1a6b9e;
  padding: .4rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: .9rem;
  border: 1px solid #aad1ea;
}
.btn-detail:hover { background: #d0e9f7; }

/* ---- スポットカード ---- */
.spot-patterns {
  margin: 1.5rem 0;
}
.spot-patterns h2 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.pattern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.pattern-card {
  background: #f0f7fc;
  border: 1px solid #c8dff0;
  border-radius: 8px;
  padding: 1rem 1.1rem;
}
.pattern-label {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 .35rem;
  color: #154f7a;
}
.pattern-desc {
  font-size: 0.82rem;
  color: #555;
  margin: 0 0 .6rem;
  line-height: 1.4;
}
.pattern-spots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .6rem;
}
.pattern-spots li::before {
  content: "›";
  margin-right: .2rem;
  color: #1a6b9e;
}
.pattern-spots a {
  font-size: 0.85rem;
  color: #1a6b9e;
  text-decoration: none;
}
.pattern-spots a:hover { text-decoration: underline; }

.spots-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.spot-card {
  background: white;
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid #dce9f2;
  position: relative;
}
.weather-badge {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
}
.spot-card h2 { margin: 0 0 .5rem; font-size: 1.1rem; }
.spot-card h2 a { color: #1a6b9e; text-decoration: none; }
.spot-card h2 a:hover { text-decoration: underline; }

/* ---- バッジ ---- */
.spot-meta { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .75rem; }
.badge {
  background: #e0eff9;
  color: #1a6b9e;
  font-size: .78rem;
  padding: .2rem .6rem;
  border-radius: 12px;
}
.badge-warning { background: #fff3cd; color: #856404; }

/* ---- スポットページ 上部固定ヘッダー（スポット名＋アンカータブ） ---- */
/* ダークモードでも配色を固定する（他要素と統一感を保つため自動反転させない） */
.spot-sticky-header {
  position: sticky; top: 0; z-index: 500;
  background: #f5f8fa;
  margin: 0 -1.25rem .5rem; padding: .4rem 1.25rem 0;
}
.spot-sticky-header h1 {
  margin: 0 0 .4rem; font-size: 1.4rem; line-height: 1.3; color: #1a3a5c;
}
.spot-anchor-tabs {
  display: flex; gap: .4rem;
  padding: 0 0 .2rem;
  border-bottom: 1px solid #d0e0ea;
}
.spot-anchor-tab {
  flex: 1; text-align: center; padding: .25rem .3rem;
  background: #fff; border: 1px solid #c8d8e8; border-radius: 6px;
  font-size: .82rem; font-weight: 600; color: #1a6b9e; text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.spot-anchor-tab:hover { background: #e0eff9; }
#spot-anchor-info, #spot-anchor-weather, #spot-anchor-forecast {
  scroll-margin-top: 82px;
}

/* ---- 情報テーブル ---- */
.info-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.info-table th,
.info-table td { padding: .5rem .75rem; border-bottom: 1px solid #e0e8f0; text-align: left; }
.info-table th { width: 8rem; color: #555; font-weight: normal; background: #f0f6fb; }
.info-table .warn { color: #c00; font-weight: bold; }
.info-section-header th {
  background: #e0ecf8; color: #1a3a5f; font-weight: bold;
  font-size: 0.85em; padding-top: 0.875rem; border-top: 2px solid #b0c8e0;
  width: auto;
}
.type-caveat { font-size: 0.85em; color: #888; }

/* ---- スコアバッジ ---- */
.score-badge {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #1a6b9e;
  margin: .5rem 0 1rem;
}
.score-badge::after { content: " / 110点"; font-size: 1rem; color: #888; }

/* ---- スポット写真 ---- */
.spot-photo { margin: 1rem 0; }
.spot-photo img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

/* ---- パンくず ---- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem 0.35rem;
  font-size: .8rem;
  color: #888;
  margin-bottom: 1rem;
}
.breadcrumb a { color: #1a6b9e; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---- ローディング ---- */
.loading { color: #888; font-style: italic; padding: 1rem 0; }

/* ---- ページ上に戻る ---- */
#back-to-top {
  position: fixed; bottom: 7.5rem; right: 1.5rem;
  background: #1a3a50; color: #f5c842; border: 2px solid white;
  border-radius: 50%; width: 42px; height: 42px;
  font-size: 1rem; cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.3); z-index: 200;
  opacity: .85;
}
#back-to-top:hover { opacity: 1; }

/* 画面下部固定広告バナー */
#fixed-bottom-ad { position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; border-top: 1px solid #e0e0e0; z-index: 9999; text-align: center; overflow-x: hidden; }

/* ---- サイト共通注意書き ---- */
.site-notice {
  text-align: center;
  padding: 1.2rem 1rem 0;
  font-size: .85rem;
  color: #667;
  line-height: 1.7;
}
.site-notice p { margin: 0; }

/* ---- フッター ---- */
footer {
  background: #1a3a50;
  color: #aac;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: .85rem;
  margin-top: 2rem;
}
footer a { color: #8bc; }

/* ---- 安全ページ ---- */
.safety-page h2 { margin-top: 2rem; }
.safety-page ul { padding-left: 1.4rem; line-height: 1.9; }
.safety-link-inline {
  font-size: .82rem;
  margin: .4rem 0 1rem;
}
.safety-link-inline a { color: #555; text-decoration: underline; }
.safety-link-inline a:hover { color: #1a6b9e; }

/* ---- 今日の海況セクション（グレー基調） ---- */
.weather-section--today {
  background: #f3f4f5;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
}
.weather-section--today h2 {
  color: #666;
  font-size: 1.05rem;
}
.weather-section--today .info-table th {
  background: #dde0e3;
  color: #555;
}
.weather-section--today .info-table td {
  color: #444;
}
.weather-section--today .forecast-tabs .tab-btn {
  background: #e0e2e5;
  color: #555;
  border-color: #c8cacc;
}
.weather-section--today .forecast-tabs .tab-btn.active {
  background: #8a9099;
  color: white;
  border-color: #8a9099;
}
.safety-danger, .safety-caution {
  color: red;
  font-weight: bold;
  padding: .4rem .8rem;
  margin-bottom: .5rem;
}
/* ---- よく見る釣り場クイックバー ---- */
.spot-quickbar { margin: 0 0 1rem; }
.spot-quickbar-title { font-size: .85rem; font-weight: 600; color: #4a6080; margin: 0 0 .5rem; }
.spot-quickbar-scroll { display: flex; gap: .5rem; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: .25rem; }
.spot-quickbar-card {
  flex: 0 0 30%; min-width: 88px;
  display: flex; flex-direction: column; align-items: center; gap: .3rem;
  padding: .6rem .4rem; background: #fff; border: 1px solid #d0e4f0; border-radius: 10px;
  text-decoration: none; color: inherit; text-align: center;
}
.spot-quickbar-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.spot-quickbar-icon { width: 32px; height: 32px; }
.spot-quickbar-name {
  font-size: .78rem; font-weight: 600; color: #1a3a5c; line-height: 1.3;
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/* ---- 24時間チャート ---- */
.chart24-section { margin: 0 0 1.5rem; }
.chart24-day-tabs { display: flex; gap: .4rem; margin-bottom: .75rem; }
.chart24-tab {
  flex: 1; padding: .5rem .75rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem;
  background: #f0f4f8; border: 1px solid #c8d8e8; border-radius: 6px;
  font-size: .9rem; font-weight: 600; color: #4a6080; cursor: pointer;
  transition: background .15s, color .15s;
}
.chart24-tab.active { background: #1a5f8a; color: white; border-color: #1a5f8a; }
.chart24-tab-icon { width: 32px; height: 32px; }
.chart24-container {
  background: #112240; border: 1px solid #1e3a5f;
  border-radius: 12px; padding: 16px 12px 14px;
}
.chart24-title { font-size: 12px; color: #6b8fa8; margin-bottom: 12px; letter-spacing: .08em; text-transform: uppercase; }
.chart24-scroll-wrap { width: 100%; overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; }
.chart24-inner { width: 960px; }
.chart24-row { display: flex; align-items: stretch; margin-bottom: 4px; }
.chart24-row-label {
  width: 38px; flex-shrink: 0; font-size: 11px; color: #4a6fa8;
  text-align: right; padding-right: 6px;
  display: flex; align-items: center; justify-content: flex-end; line-height: 1.3;
}
.chart24-row-data { flex: 1; display: grid; grid-template-columns: repeat(24, 1fr); }
.chart24-cell {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-left: 1px solid rgba(30,58,95,0.4); padding: 3px 0;
}
.chart24-hour { font-size: 11px; color: #6b8fa8; font-weight: 600; margin-bottom: 2px; }
.chart24-icon { font-size: 18px; line-height: 1; }
.chart24-val { font-size: 13px; font-weight: 700; }
.chart24-val-temp { color: #ffb74d; }
.chart24-arrow { font-size: 18px; line-height: 1; color: #e8f4f8; }
.chart24-val-wind { color: #80cbc4; }
.chart24-wind-caution { color: #ffb74d !important; }
.chart24-wind-danger  { color: #ef5350 !important; }
.chart24-chart-area { flex: 1; }
.chart24-val-sea { color: #4fc3f7; }
.chart24-legend {
  display: flex; gap: 14px; margin-top: 12px; flex-wrap: wrap; padding-left: 46px;
}
.chart24-legend-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #6b8fa8; }
.chart24-legend-gradient {
  width: 36px; height: 8px; border-radius: 2px;
  background: linear-gradient(to right, #2196F3, #4CAF50, #FF9800, #F44336);
}
.chart24-legend-line { width: 18px; height: 2px; }
.chart24-period-scale {
  display: flex; align-items: center; gap: 8px;
  margin-top: 5px; font-size: 12px; color: #6b8fa8; padding-left: 46px;
}
/* ---- 7日間タブ ---- */
.forecast-tabs { display: flex; gap: .5rem; margin-bottom: 1rem; }
.tab-btn {
  flex: 1;
  padding: .4rem .5rem;
  border: 1px solid #1a6b9e;
  border-radius: 4px;
  background: white;
  color: #1a6b9e;
  cursor: pointer;
  font-size: .9rem;
  white-space: nowrap;
  text-align: center;
}
.tab-btn.active { background: #1a6b9e; color: white; }

/* ---- 7日間予報テーブル ---- */
.forecast-section { margin: 2rem 0; }
.forecast-scroll { overflow-x: auto; }
.forecast-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: .9rem;
}
.forecast-table th,
.forecast-table td {
  padding: .45rem .65rem;
  border-bottom: 1px solid #dde8f0;
  text-align: center;
  white-space: nowrap;
}
.forecast-table thead th {
  background: #1a6b9e;
  color: white;
  font-weight: normal;
}
.forecast-table tbody tr:hover { background: #f0f6fb; }
.forecast-table tbody tr.forecast-day-sat { background: #eaf3fb; }
.forecast-table tbody tr.forecast-day-sun { background: #fbeceb; }
.forecast-table tbody tr.forecast-day-sat:hover { background: #d9e9f7; }
.forecast-table tbody tr.forecast-day-sun:hover { background: #f5dcda; }
.forecast-table tbody tr.forecast-row-clickable { cursor: pointer; }
.score-high { background: #e6f4ea; color: #1a6b3a; font-weight: bold; }
.score-mid  { background: #fff8e1; color: #7a5800; }
.score-low  { background: #fce8e6; color: #8b1a1a; }

/* ---- 魚種別ページ ---- */
.fish-season-section { margin: 1.5rem 0 1rem; }
.fish-season-legend {
  display: flex; gap: 1rem; flex-wrap: wrap;
  font-size: .82rem; color: #555; margin-bottom: .75rem;
}
.fish-legend-item { display: flex; align-items: center; gap: .35rem; }
.fish-legend-dot {
  width: 14px; height: 14px; border-radius: 3px; display: inline-block;
}
.fish-legend-dot.peak { background: #e8651a; }
.fish-legend-dot.in   { background: #aad4ee; }
.fish-legend-dot.off  { background: #e0e0e0; }

.fish-season-bar {
  display: flex;
  gap: 4px;
  overflow-x: auto;
}
.fish-month {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 6px;
  padding: .5rem .1rem .35rem;
  text-align: center;
}
.fish-month.peak { background: #e8651a; }
.fish-month.in   { background: #aad4ee; }
.fish-month.off  { background: #e8e8e8; }
.fish-month-label {
  display: block;
  font-size: .7rem;
  font-weight: bold;
}
.fish-month.peak .fish-month-label { color: white; }
.fish-month.in   .fish-month-label { color: #1a5a7e; }
.fish-month.off  .fish-month-label { color: #999; }

.fish-meta-section {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: .4rem; margin: .75rem 0 1.5rem; font-size: .9rem;
}
.fish-meta-label { color: #555; font-weight: bold; }
.fish-method-chip {
  background: #f0f0f0; border-radius: 12px;
  padding: .2rem .7rem; font-size: .85rem; color: #444;
}

.fish-spots-section { margin-top: 1.5rem; }
.fish-area-group { margin-bottom: 2rem; }
.fish-area-name {
  font-size: 1.1rem; font-weight: bold; color: #334;
  margin: 0 0 .6rem; display: flex; align-items: baseline; gap: .5rem;
}
.fish-area-name a { color: #1a6b9e; text-decoration: none; }
.fish-area-name a:hover { text-decoration: underline; }
.fish-area-count { font-size: .8rem; color: #888; font-weight: normal; }
.fish-spot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: .6rem;
}
.fish-spot-card {
  background: white; border: 1px solid #d0e4f0; border-radius: 8px;
  padding: .6rem .8rem; text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: .15rem;
  transition: box-shadow .15s;
}
.fish-spot-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.fish-spot-name { font-weight: bold; font-size: .9rem; color: #1a6b9e; }
.fish-spot-city { font-size: .78rem; color: #777; }

/* ---- 魚種チップ ---- */
.fish-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.fish-chip {
  background: #e8f4fb;
  border: 1px solid #aad4ee;
  border-radius: 12px;
  padding: .2rem .7rem;
  font-size: .85rem;
  color: #1a6b9e;
  text-decoration: none;
}
a.fish-chip:hover { background: #1a6b9e; color: white; border-color: #1a6b9e; }

/* ---- 魚種一覧ページ ---- */
.fish-index-lead { color: #556; margin: 0 0 1.5rem; }
.fish-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}
.fish-index-card {
  display: flex; flex-direction: column;
  padding: 1rem .9rem;
  background: white; border: 2px solid #d0e4f0;
  border-radius: 10px; text-decoration: none;
  color: #334; transition: border-color .15s, box-shadow .15s;
}
.fish-index-card:hover {
  border-color: #1a6b9e;
  box-shadow: 0 2px 8px rgba(26,107,158,.15);
}
.fish-index-name { font-size: 1.1rem; font-weight: bold; color: #1a6b9e; }
.fish-index-count { font-size: .82rem; color: #555; margin-top: .3rem; }
.fish-index-count--zero { color: #aaa; }
.fish-index-method { font-size: .78rem; color: #888; margin-top: .4rem; }

/* ---- TOPページ: 検索窓 ---- */
.search-box-container {
  position: relative;
  margin: 0 0 1.25rem;
}
#spot-search,
#article-search,
#mypage-search {
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  border: 2px solid #1a6b9e;
  border-radius: 8px;
  background: white;
  box-sizing: border-box;
}
#spot-search:focus,
#article-search:focus,
#mypage-search:focus { outline: none; border-color: #1a6b9e; }
.search-results {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: white;
  border: 1px solid #d0e4f0;
  border-radius: 0 0 8px 8px;
  list-style: none;
  margin: 0; padding: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.search-results li a {
  display: block;
  padding: .6rem 1rem;
  text-decoration: none;
  color: #334;
  border-bottom: 1px solid #f0f4f8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .93rem;
}
.search-results li a:hover { background: #f0f6fb; }
.result-sep { color: #aaa; }
.result-name { font-weight: bold; }
.results-section-header {
  padding: 4px 12px;
  font-size: .72rem;
  color: #888;
  background: #f5f5f5;
  pointer-events: none;
  list-style: none;
}
.result-cat {
  margin-left: 6px;
  font-size: .75rem;
  color: #999;
}

/* ---- TOPページ: エリアチップ ---- */
.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding: .6rem 0 1rem;
}
.area-chip {
  white-space: nowrap;
  background: white;
  border: 2px solid #1a6b9e;
  border-radius: 20px;
  padding: .6rem 1.2rem;
  text-decoration: none;
  color: #1a6b9e;
  font-size: 1.17rem;
  font-weight: bold;
  line-height: 1.4;
  transition: background .15s, color .15s;
}
.area-chip:hover { background: #1a6b9e; color: white; }

/* ---- TOPページ: 都道府県アコーディオン ---- */
.pref-accordion { border: none; padding: 0; margin: 0; }
.pref-accordion > summary {
  display: block;
  cursor: pointer;
  user-select: none;
  padding: .4rem 0 .7rem;
  list-style: none;
  border-bottom: 1px solid #d0e4f0;
}
.pref-accordion > summary::-webkit-details-marker { display: none; }
.pref-accordion > summary::marker { display: none; }

/* エリアから探す・都道府県から探す h2 を同サイズで明示 */
.area-links h2 { font-size: 1.5rem; margin: 0 0 .25rem; }
.pref-accordion-title { font-size: 1.5rem; font-weight: bold; color: #334; }
.pref-accordion-hint {
  font-size: 1.17rem;
  font-weight: bold;
  color: #1a6b9e;
}
.pref-accordion-hint::after {
  content: ' ▼';
  display: inline-block;
  font-size: .85rem;
  transition: transform .2s;
}
.pref-accordion[open] .pref-accordion-hint::after { transform: rotate(-180deg); }
.pref-accordion > .region-group { padding-top: .5rem; }

/* ---- TOPページ: レイアウト（1カラム） ---- */
.top-layout { display: block; }

/* ---- TOPページ: イントロ・コラムセクション ---- */
.top-intro {
  max-width: 860px;
  margin: 1.5rem auto 1rem;
  padding: 0 1rem;
  line-height: 1.8;
}
.top-intro h2 { font-size: 1.2rem; margin-bottom: .6rem; }
.top-intro p { margin: 0 0 .75rem; color: #444; }

.top-articles {
  max-width: 1060px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.top-articles h2 { font-size: 1.2rem; margin-bottom: 1rem; }
.top-articles-more { text-align: right; margin-top: .75rem; font-size: .9rem; }

/* ---- スポット: 関連コラム ---- */
.spot-related-articles { margin: 1.5rem 0; }
.spot-related-articles h2 { font-size: 1.1rem; margin-bottom: .75rem; }

/* 関連コラム カード（旧テキストリストを置き換え） */
.article-col-card {
  display: flex; align-items: flex-start; gap: .9rem;
  padding: .55rem .75rem; border: 1px solid #e0e0e0; border-radius: 8px;
  text-decoration: none; color: inherit;
  transition: box-shadow .15s, background .15s;
}
.article-col-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.1); background: #f8fbff; }
.article-col-card img {
  width: 80px; height: 56px; object-fit: cover;
  border-radius: 5px; flex-shrink: 0; background: #e0e8e0;
}
.article-col-card-body { flex: 1; min-width: 0; }
.article-col-card-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; font-size: .88rem; font-weight: 500;
  color: #1a3a5c; line-height: 1.45;
}
.article-col-card-author { display: block; font-size: .73rem; color: #999; margin-top: .25rem; }


/* ---- スポット: 近くの同種スポット ---- */
.nearby-spots-section { margin: 1.5rem 0; }
.nearby-spots-section h2 { font-size: 1.05rem; margin-bottom: .5rem; }
.nearby-spots-list { list-style: none; padding: 0; margin: 0; }
.nearby-spots-list li { padding: .35rem 0; border-bottom: 1px solid #eee; }
.nearby-spots-list li:last-child { border-bottom: none; }
.nearby-spot-link { color: #1a6496; font-size: .93rem; text-decoration: none; font-weight: 500; }
.nearby-spot-link:hover { text-decoration: underline; }
.nearby-spot-area { font-size: .8rem; color: #888; margin-left: .2rem; }

/* ---- 記事: 関連する釣り場 ---- */
.related-articles { margin: 2rem 0; }
.related-articles h2 { font-size: 1.05rem; margin: 0 0 .75rem; }
.article-card-grid { display: flex; flex-wrap: wrap; gap: .75rem; }
.article-card-sm { width: calc(50% - .375rem); text-decoration: none; color: inherit; }
.article-card-sm img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; display: block; }
.article-card-sm-title { font-size: .82rem; margin: .3rem 0 0; line-height: 1.4; }
@media (min-width: 640px) { .article-card-sm { width: calc(33.333% - .5rem); } }

.article-related-spots { margin: 1.5rem 0; padding: 1rem 1.25rem; background: #f0f6fc; border-radius: 8px; border-left: 4px solid #1a6b9e; }
.article-related-spots h2 { font-size: 1.05rem; margin: 0 0 .6rem; color: #1a5580; }
.related-spots-pref { font-size: .85rem; font-weight: bold; color: #555; margin: .75rem 0 .2rem; border-bottom: 1px solid #cde; padding-bottom: .15rem; }
.related-spots-list { list-style: none; padding: 0; margin: 0; }
.related-spots-list li { padding: .3rem 0; }
.related-spot-link { color: #1a6496; font-size: .93rem; text-decoration: none; }
.related-spot-link:hover { text-decoration: underline; }
.related-spot-area { font-size: .8rem; color: #888; margin-left: .2rem; }

/* ============================================================
   特集ページ
   ============================================================ */
.feature-hero { margin: 0 0 1.25rem; }
.feature-hero-img { width: 100%; height: auto; display: block; }
.feature-hero-h1 { font-size: 1.5rem; font-weight: bold; color: #1a3a5c; margin: .75rem 0 0; text-align: center; line-height: 1.45; }
.feature-lead { max-width: 720px; margin: 0 auto 1.5rem; padding: 0 .25rem; line-height: 1.85; color: #333; }
.feature-lead p { margin: 0 0 .85rem; }
.feature-shortcut { text-align: center; margin: 0 0 2rem; }
.feature-shortcut-btn { display: inline-flex; align-items: center; gap: .4rem; background: #1a6b9e; color: #fff; text-decoration: none; padding: .75rem 1.5rem; border-radius: 6px; font-size: .95rem; font-weight: bold; min-height: 44px; }
.feature-shortcut-btn:hover { background: #155a87; }
.feature-section { margin: 0 0 2.5rem; }
.feature-section-title { font-size: 1.2rem; font-weight: bold; color: #1a3a5c; border-left: 4px solid #1a6b9e; padding-left: .6rem; margin: 0 0 .35rem; }
.feature-section-desc { font-size: .88rem; color: #666; margin: 0 0 .9rem; }
.feature-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid #dde6ee; border-radius: 8px; overflow: hidden; margin: 0 0 1rem; transition: box-shadow .15s; background: #fff; }
.feature-card:hover { box-shadow: 0 3px 10px rgba(0,0,0,.13); }
.feature-card-thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.feature-card-body { padding: .75rem 1rem; flex: 1; }
.feature-card-title { font-weight: bold; color: #1a3a5c; font-size: .95rem; margin: 0 0 .4rem; line-height: 1.5; }
.feature-card-desc { font-size: .87rem; color: #555; line-height: 1.7; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.feature-spot-pref { font-size: .95rem; font-weight: bold; color: #334; margin: 1.25rem 0 .5rem; border-bottom: 1px solid #d0dde8; padding-bottom: .3rem; }
@media (min-width: 768px) {
  .feature-hero-h1 { font-size: 2rem; }
  .feature-card { flex-direction: row; }
  .feature-card-thumb { width: 240px; aspect-ratio: unset; height: 150px; flex-shrink: 0; }
}

/* ---- ページ導入文 ---- */
.page-intro {
  margin: .6rem 0 1.2rem;
  font-size: .95rem;
  color: #444;
  line-height: 1.7;
}

/* ---- 釣法一覧ページ ---- */
.method-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.method-index-card {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  background: white;
  border: 1px solid #d0e4f0;
  border-radius: 10px;
  padding: .9rem 1.1rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .15s, border-color .15s;
}
.method-index-card:hover { box-shadow: 0 2px 10px rgba(26,107,158,.15); border-color: #1a6b9e; }
.method-index-name { font-size: 1.1rem; font-weight: bold; color: #1a3a5c; }
.method-index-difficulty { font-size: .9rem; color: #e08020; letter-spacing: .05em; }
.method-index-desc { font-size: .85rem; color: #556; line-height: 1.5; }
.method-index-fish { font-size: .78rem; color: #888; margin-top: .1rem; }

/* ---- 釣法詳細ページ ---- */
.method-difficulty {
  font-size: 1rem;
  color: #e08020;
  margin: .4rem 0 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.method-difficulty-label { font-size: .9rem; color: #556; font-weight: normal; }
.method-desc-section { margin: 1rem 0 1.5rem; }
.method-description { font-size: 1rem; line-height: 1.8; color: #334; }
.method-gear-section,
.method-fish-section,
.method-season-section,
.method-spot-type-section { margin: 1.5rem 0; }
.method-gear-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: .5rem 0 0;
}
.method-gear-item {
  background: #f0f6fb;
  border: 1px solid #c8dff0;
  border-radius: 6px;
  padding: .3rem .8rem;
  font-size: .9rem;
  color: #334;
}
.method-fish-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}
.method-spot-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}
.method-spot-chip {
  background: #f0f6fb;
  border: 1px solid #c8dff0;
  border-radius: 12px;
  padding: .25rem .75rem;
  font-size: .85rem;
  color: #1a6b9e;
}
.method-videos-section { margin: 1.5rem 0; }
.method-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: .5rem;
}
.method-video-card {
  display: block;
  text-decoration: none;
  border: 1px solid #d0e4f0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .15s;
}
.method-video-card:hover { box-shadow: 0 2px 10px rgba(26,107,158,.2); }
.method-video-card img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.method-video-title {
  display: block;
  padding: .5rem .7rem;
  font-size: .85rem;
  color: #334;
  line-height: 1.4;
}
.fish-photo {
  margin: 1rem 0 1.5rem;
  max-width: 480px;
}
.fish-photo img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.back-link {
  margin: 1.5rem 0 .5rem;
}
.back-link a {
  color: #1a6b9e;
  text-decoration: none;
  font-size: .9rem;
}
.back-link a:hover { text-decoration: underline; }

/* タイドグラフ */
.tide-section { margin: 24px 0; }
.tide-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: .9rem;
  margin-bottom: 12px;
  align-items: center;
}
.tide-name {
  font-weight: bold;
  background: #e8f4fb;
  color: #1a6b9e;
  padding: 2px 10px;
  border-radius: 4px;
}
.tide-sun { color: #888; font-size: .85rem; }
.tide-graph-wrapper {
  position: relative;
  height: 180px;
  max-width: 640px;
}
.tide-disclaimer {
  font-size: .78rem;
  color: #999;
  margin-top: 8px;
}
.tide-disclaimer a { color: #999; }

/* 潮汐ナビゲーション */
.tide-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.tide-nav-btn {
  background: #f0f6fa;
  border: 1px solid #b0cce0;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: .88rem;
  cursor: pointer;
  color: #1a6b9e;
  transition: background .15s;
}
.tide-nav-btn:hover:not(:disabled) { background: #d8edf8; }
.tide-nav-btn:disabled { color: #bbb; border-color: #ddd; cursor: default; }
.tide-date-label {
  font-weight: bold;
  font-size: .95rem;
  min-width: 90px;
  text-align: center;
}

/* ---- お気に入りボタン（スポットページ） ---- */
#fav-btn {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .45rem 1rem;
  border: 2px solid #1a6b9e;
  border-radius: 20px;
  background: white;
  color: #1a6b9e;
  font-size: .9rem;
  font-weight: bold;
  cursor: pointer;
  transition: background .15s, color .15s;
  margin-top: .4rem;
}
#fav-btn.is-favorite { background: #1a6b9e; color: white; }
#fav-btn:active { opacity: .8; }
.fav-note { font-size: .72rem; color: #aaa; margin-left: .5rem; vertical-align: middle; }

.map-section { position: relative; }

/* ---- スポット一覧: フィルタバー ---- */
.spots-filter {
  background: #f5f7fa;
  border-radius: 8px;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
}
.filter-row { display: flex; align-items: flex-start; gap: .5rem; flex-wrap: wrap; margin-bottom: .4rem; }
.filter-row:last-child { margin-bottom: 0; }
.filter-label { font-size: .78rem; color: #666; white-space: nowrap; padding-top: .3rem; min-width: 5em; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .3rem; }
.filter-chip {
  display: inline-block;
  padding: .25rem .65rem;
  border-radius: 14px;
  border: 1px solid #c8d3df;
  background: white;
  color: #444;
  font-size: .8rem;
  text-decoration: none;
  transition: background .1s, color .1s;
}
.filter-chip:hover { background: #e8f0fa; }
.filter-chip.active { background: #1a6b9e; color: white; border-color: #1a6b9e; }
.tackle-scene-links { margin-top: .6rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.tackle-scene-link { display: inline-block; font-size: .82rem; color: #1a6b9e; border: 1px solid #1a6b9e; border-radius: 4px; padding: .2rem .6rem; text-decoration: none; }
.tackle-scene-link:hover { background: #e8f0fa; }
.filter-active { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-top: .4rem; font-size: .82rem; color: #555; }
.filter-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  background: #ddeeff; color: #1a5a8a; border-radius: 10px;
  padding: .2rem .55rem; font-size: .8rem;
}
.filter-badge a { color: #1a5a8a; text-decoration: none; font-weight: bold; }
.filter-clear { color: #888; font-size: .78rem; text-decoration: underline; }

/* ---- スポット一覧: 並べ替えバー ---- */
.sort-bar { margin-bottom: .75rem; }
.btn-sort {
  padding: .4rem .9rem;
  border-radius: 16px;
  border: 1px solid #1a6b9e;
  background: white;
  color: #1a6b9e;
  font-size: .85rem;
  cursor: pointer;
  transition: background .1s, color .1s;
}
.btn-sort:hover { background: #e8f0fa; }
.btn-sort:disabled { opacity: .6; cursor: default; }

/* ---- 現在地ボタン（地図右下） ---- */
.map-loc-btn {
  background: white;
  border: 2px solid rgba(0,0,0,.2);
  border-radius: 4px;
  padding: 5px 8px;
  font-size: .85rem;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
  white-space: nowrap;
}
.map-loc-btn:hover { background: #f4f4f4; }

/* ---- タックルガイド ---- */
.tackle-intro {
  background: #f0f7ff;
  border-left: 4px solid #1a6b9e;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #334;
}
.tackle-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.tackle-category-card {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem;
  background: white;
  border: 1px solid #d0e4f0;
  border-radius: 10px;
  text-decoration: none;
  color: #334;
  transition: box-shadow .15s, border-color .15s;
}
.tackle-category-card:hover { box-shadow: 0 2px 10px rgba(26,107,158,.15); border-color: #1a6b9e; }
.tackle-category-card.coming-soon { opacity: .65; pointer-events: none; }
.tackle-cat-icon { font-size: 2rem; flex-shrink: 0; line-height: 1; }
.tackle-cat-body h3 { font-size: 1rem; margin: 0 0 .3rem; color: #1a6b9e; }
.tackle-cat-body p { font-size: .83rem; margin: 0; color: #556; line-height: 1.5; }

.tackle-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .85rem;
}
.tackle-item-card {
  display: block;
  padding: .85rem 1rem;
  background: white;
  border: 1px solid #d0e4f0;
  border-radius: 8px;
  text-decoration: none;
  color: #334;
  transition: box-shadow .15s, border-color .15s;
}
.tackle-item-card:hover { box-shadow: 0 2px 8px rgba(26,107,158,.15); border-color: #1a6b9e; }
.tackle-item-card h3 { font-size: .95rem; margin: 0 0 .4rem; color: #1a6b9e; }
.tackle-item-summary { font-size: .82rem; color: #556; margin: 0 0 .4rem; line-height: 1.5; }
.tackle-item-suitable { font-size: .76rem; color: #888; margin: 0; }

.tackle-item-article { max-width: 720px; }
.tackle-tip-box {
  background: #fffbe6;
  border: 1px solid #ffe066;
  border-radius: 8px;
  padding: .75rem 1rem;
  margin-bottom: 1.25rem;
}
.tackle-tip-label { font-weight: bold; font-size: .85rem; display: block; margin-bottom: .3rem; }
.tackle-tip-box p { margin: 0; font-size: .9rem; }
.tackle-item-body {
  line-height: 1.9;
  margin-bottom: 1.5rem;
  font-size: .95rem;
}
.tackle-item-body h2 { font-size: 1.3rem; margin: 2rem 0 .6rem; border-bottom: 2px solid #e0e0e0; padding-bottom: .3rem; }
.tackle-item-body h3 { font-size: 1.1rem; margin: 1.5rem 0 .4rem; color: #333; }
.tackle-item-body hr { border: none; border-top: 1px solid #e8e8e8; margin: 2rem 0; }
.tackle-item-body table { border-collapse: collapse; width: 100%; margin: 1rem 0; font-size: .9rem; }
.tackle-item-body th, .tackle-item-body td { border: 1px solid #ddd; padding: .5rem .75rem; text-align: left; }
.tackle-item-body th { background: #f5f5f5; font-weight: bold; }
.tackle-item-body ul, .tackle-item-body ol { padding-left: 1.5rem; margin: .75rem 0; }
.tackle-item-body li { margin: .3rem 0; }
.tackle-item-body blockquote { margin: 1.25rem 0; padding: .75rem 1rem; background: #f8f4e8; border-left: 4px solid #d4a017; border-radius: 0 6px 6px 0; }
.tackle-item-body blockquote p { margin: 0; }
.aoi-tackle-quote { display: flex; align-items: flex-start; gap: 1rem; background: #f0f7ff; border: 1px solid #c8dff5; border-radius: 8px; padding: 1rem; margin: 1.25rem 0; }
.aoi-tackle-quote-body { flex: 1; min-width: 0; }
.aoi-tackle-quote-body p { margin: 0; font-size: .95rem; line-height: 1.65; }
.aoi-tackle-quote-img { width: 72px; object-fit: contain; flex-shrink: 0; align-self: flex-end; }
@media (max-width: 480px) { .aoi-tackle-quote-img { width: 56px; } }
.tackle-suitable {
  background: #f0f7ff;
  border-radius: 8px;
  padding: .75rem 1rem;
  margin-bottom: 1.5rem;
}
.tackle-suitable h3 { font-size: .9rem; margin: 0 0 .4rem; }
.tackle-suitable p { margin: 0; font-size: .88rem; }

.tackle-affiliate { margin-bottom: 1.5rem; }
.tackle-affiliate h3 { font-size: 1rem; margin-bottom: .75rem; }
.tackle-affiliate-list { display: flex; flex-direction: column; gap: .75rem; }
.tackle-affiliate-item {
  display: flex; gap: 1rem; align-items: center;
  padding: .75rem; border: 2px solid #d4a017; border-radius: 8px;
  text-decoration: none; color: #334;
  background: #fffbf0;
  transition: box-shadow .15s;
}
.tackle-affiliate-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.tackle-affiliate-item img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
.tackle-affiliate-name { font-size: .9rem; font-weight: bold; margin: 0 0 .25rem; }
.tackle-affiliate-price { font-size: .85rem; color: #c0392b; margin: 0 0 .2rem; }
.tackle-affiliate-note { font-size: .78rem; color: #888; margin: 0; }

/* ページ内誘導リンクカード */
.page-link-card { display: block; margin: 1.5rem 0; padding: .85rem 1.1rem .75rem; background: #f0f7fd; border: 1px solid #b8d8ef; border-left: 4px solid #3d82b5; border-radius: 0 8px 8px 0; text-decoration: none; color: #1a6b9e; transition: background .15s, box-shadow .15s; }
.page-link-card:hover { background: #e2f0fb; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.page-link-card-title { font-size: .95rem; font-weight: bold; margin: 0; display: flex; align-items: center; gap: .4rem; }
.page-link-card-title::before { content: "→"; }
.page-link-card-desc { font-size: .82rem; color: #5a7a8e; margin: .25rem 0 0; }

.tackle-nav-other {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e0ecf5;
}
.tackle-nav-other > p { font-size: .82rem; color: #888; margin-bottom: .5rem; }

/* ---- 釣法→スポット導線 ---- */
.method-spots-link {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: #f0f7fc;
  border-left: 4px solid #1a6b9e;
  border-radius: 0 8px 8px 0;
}
.method-spots-link h2 { font-size: 1.05rem; margin: 0 0 .6rem; color: #1a6b9e; }

/* ── 記事（Articles）─────────────────────────────────────── */
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; margin: 1rem 0; }
.article-card { display: block; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .15s; }
.article-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.article-card-body { padding: .75rem 1rem; }
.article-card-title { font-size: .95rem; font-weight: bold; margin: 0; line-height: 1.45; }

/* ── トイレあり釣り場一覧ページ ───────────────────────── */
.toilet-lead { font-size: .95rem; color: #444; margin-bottom: 1.2rem; line-height: 1.8; }
.toilet-pref-nav {
  display: flex; flex-wrap: wrap; gap: .45rem;
  margin-bottom: 1.8rem; padding-bottom: 1rem;
  border-bottom: 1px solid #e0e6ef;
}
.pref-nav-chip {
  background: #e8f0fa; color: #1a3a5c; border-radius: 20px;
  padding: .3rem .85rem; font-size: .82rem; font-weight: 600;
  text-decoration: none; white-space: nowrap;
}
.pref-nav-chip:hover { background: #c8d8f0; }
.toilet-pref-section { margin-bottom: 2.5rem; }
.toilet-pref-section h2 { font-size: 1.1rem; color: #1a3a5c; margin-bottom: .8rem; border-left: 4px solid #5b8fc9; padding-left: .6rem; }
.toilet-table th { white-space: nowrap; }
.toilet-note { font-size: .8rem; color: #999; margin-top: 1.5rem; }

/* ── コラムトップ ページヘッダー ─────────────────────────── */
.page-header { margin: 0 0 1.2rem; }
.page-header h1 { font-size: 1.6rem; margin: 0 0 .3rem; color: #1a3a5c; }
.page-header p { font-size: .95rem; color: #555; margin: 0; }

/* ── コラムトップ カテゴリ別リスト ─────────────────────── */
.articles-search-box { margin: 1.2rem 0 1rem; }
.articles-page-nav { display: flex; gap: .6rem 1.2rem; flex-wrap: wrap; margin: 1.2rem 0 1.8rem; padding: .75rem 1rem; background: #f0f6fb; border-radius: 8px; }
.articles-page-nav a { font-size: .9rem; font-weight: bold; color: #1a6b9e; text-decoration: none; white-space: nowrap; }
.articles-page-nav a:hover { text-decoration: underline; }
.articles-category-section { margin: 0 0 2.5rem; }
.articles-columnist-intro { margin: 0 0 2rem; }
.article-list--intro { margin-bottom: 1.5rem; }
.tackle-staff-intro { margin: 0 0 2rem; }
.articles-category-heading { font-size: 1.25rem; font-weight: bold; border-left: 4px solid #1a6b9e; padding-left: .6rem; margin: 0 0 1rem; color: #1a3a5c; }
.article-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.article-row-card { display: flex; align-items: center; gap: .9rem; padding: .5rem .75rem; border: 1px solid #e0e0e0; border-radius: 8px; text-decoration: none; color: inherit; transition: box-shadow .15s, background .15s; }
.article-row-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.1); background: #f8fbff; }
.article-row-card img { width: 80px; height: 54px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.article-row-info { display: flex; flex-direction: column; gap: .2rem; }
.article-row-title { font-size: .95rem; font-weight: bold; line-height: 1.4; }
.article-row-date { font-size: .75rem; color: #888; }
.article-speaker-badge {
  display: inline-block; align-self: flex-start;
  font-size: .68rem; font-weight: 700; color: #fff;
  border-radius: 10px; padding: .05rem .5rem;
}
.article-speaker-badge--aoi    { background: #c98ba0; }
.article-speaker-badge--tencho { background: #5e8aa8; }
.article-speaker-badge--mac    { background: #b58a4a; }

.article-fish-cta { margin: 1.25rem 0; }
.article-fish-cta-label { font-size: .82rem; color: #666; margin: 0 0 .4rem; }

.article-share { margin: 1.25rem 0; }
.article-share-label { font-size: .78rem; color: #888; margin: 0 0 .5rem; }
.article-share-buttons { display: flex; gap: .6rem; }
.article-share-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid #ddd; background: #fff; color: #333;
  transition: background .15s, border-color .15s;
}
.article-share-btn:hover { background: #f5f5f5; border-color: #ccc; }
.articles-empty { color: #888; font-size: .9rem; }
.articles-more-link { text-align: right; margin-top: .75rem; padding-bottom: .25rem; }
.articles-more-link a { font-size: .875rem; color: #0066cc; text-decoration: none; }
.articles-more-link a:hover { text-decoration: underline; }

/* サイトトップ 特集告知リンク */
.top-feature-promo { display: block; max-width: 280px; text-decoration: none; color: inherit; border: 1px solid #d0dde8; border-radius: 8px; overflow: hidden; transition: box-shadow .15s; margin: 0 auto 1rem; }
.top-feature-promo:hover { box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.top-feature-promo img { width: 100%; height: auto; display: block; }
.top-feature-promo-caption { padding: .45rem .65rem; font-size: .85rem; font-weight: bold; color: #1a3a5c; background: #f0f6fb; }
.top-feature-promo-caption::after { content: " →"; color: #1a6b9e; }

/* サイトトップ 特集カルーセル */
.feature-carousel {
  position: relative;
  margin: 0 -1.25rem 1.5rem;
  padding: 0;
}
.feature-carousel-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 10%;
}
.feature-carousel-track::-webkit-scrollbar { display: none; }
.feature-carousel-slide.top-feature-promo {
  flex: 0 0 80%;
  max-width: 420px;
  margin: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.feature-carousel-arrow {
  display: none;
  position: absolute; top: 40%; transform: translateY(-50%);
  z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid #d0dde8; background: rgba(255,255,255,.92);
  color: #1a6b9e; font-size: 1.3rem; line-height: 1;
  cursor: pointer; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.feature-carousel-arrow--prev { left: 2%; }
.feature-carousel-arrow--next { right: 2%; }
.feature-carousel-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .6rem; }
.feature-carousel-dot {
  width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%;
  background: #c8d8e8; cursor: pointer;
}
.feature-carousel-dot.active { background: #1a6b9e; }

@media (min-width: 640px) {
  .feature-carousel-arrow { display: flex; }
  .feature-carousel-slide.top-feature-promo { flex-basis: 60%; }
}

/* 最近見た釣り場 */
#recent-spots-container { margin: 0 0 .75rem; }
.recent-spots-heading { font-size: .8rem; color: #888; margin: 0 0 .4rem; font-weight: normal; }
.recent-spots-scroll { display: flex; flex-wrap: wrap; gap: .5rem; }
.recent-spot-card { display: flex; flex-direction: column; min-width: 110px; max-width: 140px; flex-shrink: 0; background: #f5f8fb; border: 1px solid #d0dde8; border-radius: 8px; padding: .55rem .7rem; text-decoration: none; color: inherit; }
.recent-spot-card:hover { background: #e8f0f8; }
.recent-spot-name { font-size: .85rem; font-weight: bold; line-height: 1.35; color: #1a3a5c; }
.recent-spot-pref { font-size: .72rem; color: #888; margin-top: .2rem; }

/* マイページ */
.mypage-wrap { max-width: 680px; margin: 0 auto; padding: 0 1rem 2rem; }
.mypage-h1 { font-size: 1.3rem; font-weight: bold; color: #1a3a5c; margin: 1rem 0 1.5rem; }
.mypage-section { margin: 0 0 2rem; }
.mypage-section-title { font-size: 1rem; font-weight: bold; color: #1a3a5c; margin: 0 0 .75rem; border-left: 3px solid #4a90d9; padding-left: .5rem; }
.mypage-card-wrap { position: relative; margin: 0 0 2rem; }
.mypage-card { display: flex; gap: .75rem; align-items: flex-start; background: #f5f8fb; border: 1px solid #d0dde8; border-radius: 10px; padding: .85rem; margin: 0; text-decoration: none; color: inherit; }
.mypage-card:hover { background: #e8f0f8; }
.mypage-card-del { position: absolute; top: calc(100% + 0.4rem); right: .2rem; font-size: .68rem; color: #bbb; background: none; border: none; padding: 0; cursor: pointer; text-decoration: underline; }
.mypage-card-del:hover { color: #e55; }
.mypage-card-aoi { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; border-radius: 8px; }
.mypage-card-body { flex: 1; min-width: 0; }
.mypage-card-name { font-size: .9rem; font-weight: bold; color: #1a3a5c; margin: 0 0 .1rem; }
.mypage-card-area { font-size: .72rem; color: #888; margin: 0 0 .35rem; }
.mypage-card-comment { font-size: .82rem; color: #444; line-height: 1.55; margin: 0 0 .25rem; }
.mypage-card-disclaimer { font-size: .68rem; color: #aaa; }
.mypage-storage-note { font-size: .72rem; color: #999; line-height: 1.6; margin: 1.2rem 0 1.4rem; padding: .7rem .9rem; background: #f8f8f8; border-radius: 8px; }
.mypage-recent-card { display: flex; align-items: center; gap: .5rem; background: #f5f8fb; border: 1px solid #d0dde8; border-radius: 8px; padding: .6rem .85rem; margin: 0 0 .5rem; }
.mypage-recent-info { flex: 1; min-width: 0; }
.mypage-recent-name { font-size: .88rem; font-weight: bold; }
.mypage-recent-name a { color: #1a3a5c; text-decoration: none; }
.mypage-recent-pref { font-size: .72rem; color: #888; }
.mypage-add-btn { background: none; border: 1px solid #4a90d9; color: #4a90d9; border-radius: 6px; padding: .3rem .55rem; font-size: .75rem; cursor: pointer; flex-shrink: 0; white-space: nowrap; }
.mypage-add-btn:hover { background: #e8f0f8; }
.mypage-empty { color: #999; font-size: .88rem; text-align: center; padding: 1.5rem 0; }

/* マイページ誘導ボタン（トップページ） */
#mypage-cta { margin: 0 0 .75rem; text-align: center; }
.mypage-cta-btn { display: inline-block; background: #1a6b9e; color: #fff; border-radius: 8px; padding: .55rem 1.2rem; font-size: .85rem; font-weight: bold; text-decoration: none; }
.mypage-cta-btn:hover { background: #155a87; }

/* マイページ使い方説明 */
.mypage-guide { font-size: .85rem; color: #555; line-height: 1.7; margin: -.75rem 0 1.5rem; background: #f0f5fb; border-radius: 8px; padding: .75rem 1rem; }
.mypage-guide strong { color: #1a3a5c; }

/* 記事本文 */
.article-body { font-size: 1rem; line-height: 1.8; }
.article-body h2 { font-size: 1.3rem; margin: 2rem 0 .6rem; border-bottom: 2px solid #e0e0e0; padding-bottom: .3rem; }
.article-body h3 { font-size: 1.1rem; margin: 1.5rem 0 .4rem; color: #333; }
.article-body ul, .article-body ol { padding-left: 1.5rem; margin: .75rem 0; }
.article-body li { margin: .3rem 0; }
.article-body blockquote { margin: 1.25rem 0; padding: .75rem 1rem; background: #f8f4e8; border-left: 4px solid #d4a017; border-radius: 0 6px 6px 0; }
.article-body blockquote p { margin: 0; }
.article-body table { border-collapse: collapse; width: 100%; margin: 1rem 0; font-size: .9rem; }
.article-body th, .article-body td { border: 1px solid #ddd; padding: .5rem .75rem; text-align: left; }
.article-body th { background: #f5f5f5; font-weight: bold; }
.article-body hr { border: none; border-top: 1px solid #e8e8e8; margin: 2rem 0; }
.article-body img { max-width: 100%; height: auto; display: block; border-radius: 6px; margin: 1rem auto; }
.article-hero-img { width: 100%; max-width: 720px; height: auto; border-radius: 8px; display: block; margin: 0 0 1.5rem; }

/* シリーズ目次 */
.article-parts-toc { margin: 2rem 0; padding: 1rem 1.2rem; background: #f5f9fc; border-radius: 8px; }
.article-parts-toc h2 { font-size: 1rem; margin: 0 0 .6rem; color: #1a6b9e; }
.article-parts-list { margin: 0; padding-left: 1.4rem; }
.article-parts-list li { margin: .3rem 0; }
.article-parts-list a { color: #1a6b9e; }

/* 前後ナビ */
.article-part-nav { display: flex; justify-content: space-between; align-items: center; margin: 2rem 0; gap: 1rem; }

/* スポット説明文 */
.spot-description { font-size: .95rem; line-height: 1.8; color: #3a3a4a; margin: .75rem 0 1.25rem; }
.spot-description p { margin: 0 0 .6rem; }
.spot-description p:last-child { margin-bottom: 0; }
.spot-notes-human { font-size: .88rem; color: #5a5a6a; border-left: 3px solid #b0c4d8; padding-left: .7rem; }
.spot-notes-label { display: inline-block; font-size: .75rem; font-weight: bold; color: #fff; background: #1a6b9e; border-radius: 3px; padding: .1em .5em; margin-right: .5em; vertical-align: middle; letter-spacing: .03em; }
.spot-affiliate-link { font-size: .8rem; color: #888; margin: 1.5rem 0; text-align: center; }
.spot-notices { list-style: none; padding: 0; margin: .5rem 0 1rem; }
.spot-notice-item { font-size: .875rem; color: #444; background: #fffbeb; border-left: 3px solid #f59e0b; border-radius: 0 4px 4px 0; padding: .45rem .75rem; margin-bottom: .4rem; line-height: 1.6; }

/* fish - intro */
.fish-intro-text { font-size: 1rem; line-height: 1.8; color: #334; margin: .75rem 0 1.5rem; padding: .85rem 1.1rem; background: #f0f7fb; border-left: 4px solid #1a6b9e; border-radius: 0 6px 6px 0; }

/* fish - method cards */
.fish-method-section { margin: 1.25rem 0; }
.fish-method-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .75rem; margin-top: .6rem; }
.fish-method-card { display: block; background: white; border: 1px solid #b8d4ea; border-radius: 8px; padding: .75rem 1rem; text-decoration: none; color: inherit; transition: box-shadow .15s, border-color .15s; }
.fish-method-card:hover { box-shadow: 0 2px 8px rgba(26,107,158,.15); border-color: #1a6b9e; }
.fish-method-card--simple { display: flex; align-items: center; }
.fish-method-card--nolink { cursor: default; }
.fish-method-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: .35rem; }
.fish-method-card-name { font-weight: bold; font-size: .95rem; color: #1a6b9e; }
.fish-method-card-stars { font-size: .8rem; color: #e8651a; }
.fish-method-card-desc { font-size: .82rem; color: #555; margin: 0; line-height: 1.5; }

/* fish - spots CTA */
.fish-spots-cta { background: linear-gradient(135deg,#e8f4fb,#d0eaf8); border: 1px solid #aad4ee; border-radius: 10px; padding: 1rem 1.25rem; margin: 1.5rem 0 1rem; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; }
.fish-spots-cta-count { font-size: 1.05rem; font-weight: bold; color: #1a4a7a; }
.fish-spots-cta-msg { font-size: .95rem; color: #334; }
.fish-spots-cta-btn { display: inline-block; background: #1a6b9e; color: white; padding: .5rem 1.1rem; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: .9rem; margin-left: auto; transition: background .15s; }
.fish-spots-cta-btn:hover { background: #155480; }
@media (max-width: 600px) { .fish-spots-cta-btn { margin-left: 0; width: 100%; text-align: center; } }

/* method - spots CTA (上部移動版) */
.method-spots-cta { background: #fff8ec; border: 2px solid #e8a01a; border-radius: 10px; padding: 1rem 1.25rem; margin: 1.5rem 0; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; }
.method-spots-cta-text { flex: 1 1 180px; margin: 0; font-size: .95rem; color: #334; }
.method-spots-cta-text strong { color: #c06000; }
.method-spots-cta-btn { margin: 0; white-space: nowrap; }
@media (max-width: 600px) { .method-spots-cta-btn { width: 100%; text-align: center; } }

/* method - fish cards */
.method-fish-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: .75rem; margin-top: .6rem; }
.method-fish-card { display: flex; flex-direction: column; align-items: center; gap: .3rem; background: white; border: 1px solid #d0e4f0; border-radius: 8px; padding: .6rem .5rem; text-decoration: none; color: inherit; transition: box-shadow .15s, border-color .15s; }
.method-fish-card:hover { box-shadow: 0 2px 8px rgba(26,107,158,.15); border-color: #1a6b9e; }
.method-fish-card--nolink { cursor: default; }
.method-fish-card-img { width: 64px; height: 48px; object-fit: cover; border-radius: 5px; display: block; }
.method-fish-card-img--placeholder { background: #e8f4fb; }
.method-fish-card-name { font-size: .82rem; font-weight: bold; color: #1a4a7a; text-align: center; }

/* ---- おすすめ釣り魚カード ---- */
.recommended-fish-section { margin: 2rem 0; }
.recommended-fish-section h2 { font-size: 1.1rem; margin-bottom: .75rem; }
.rec-fish-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.rec-fish-card {
  flex: 0 0 160px;
  scroll-snap-align: start;
  border: 1px solid #d0e4f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.rec-fish-card img, .rec-fish-no-img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  background: #e8f4fb;
  display: block;
}
.rec-fish-info { padding: .5rem; }
.rec-fish-name {
  font-weight: bold;
  font-size: .95rem;
  display: block;
  margin-bottom: .25rem;
  text-decoration: none;
  color: #1a6fa0;
}
.rec-fish-name:hover { text-decoration: underline; }
.rec-fish-method { font-size: .75rem; color: #666; margin: .2rem 0; }
.rec-fish-spots { list-style: none; padding: 0; margin: .3rem 0 0; font-size: .75rem; }
.rec-fish-spots li + li { margin-top: .15rem; }
.rec-fish-spots li a { color: #444; text-decoration: none; }
.rec-fish-spots li a:hover { text-decoration: underline; }
.rec-fish-loading { color: #999; font-size: .85rem; }
.method-fish-card-count { font-size: .72rem; color: #888; }

/* 津波バナー */
.tsunami-banner { background: #fff0f0; border: 2px solid #c0392b; border-radius: 6px; padding: 1rem 1.1rem; margin: .8rem 0 1.2rem; }
.tsunami-banner-checked { font-size: .78rem; color: #888; margin: 0 0 .3rem; }
.tsunami-banner-divider { color: #c0392b; font-size: .7rem; margin: .45rem 0; letter-spacing: .05em; overflow: hidden; white-space: nowrap; }
.tsunami-banner-title { font-size: 1.05rem; font-weight: bold; color: #c0392b; margin: .25rem 0 .5rem; }
.tsunami-banner-body { font-size: .92rem; line-height: 1.7; margin: 0 0 .25rem; }
.tsunami-banner-jma { font-size: .82rem; color: #555; margin: .25rem 0 0; }
.tsunami-banner-jma a { color: #1a6b9e; }

/* 釣り禁止バナー */
.kinshi-banner { background: #fff0f0; border-left: 4px solid #c0392b; padding: .65rem 1rem; border-radius: 0 4px 4px 0; margin: .6rem 0 1rem; }
.kinshi-banner-msg { font-weight: bold; color: #c0392b; margin: 0; font-size: .95rem; }

/* 近隣スポットセクション（釣り禁止スポット用） */
.kinshi-nearby-section { margin: 0 0 1.5rem; }
.kinshi-nearby-title { font-size: 1rem; font-weight: bold; margin-bottom: .5rem; }
.kinshi-nearby-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .6rem; margin: 0 0 .85rem; }
.kinshi-nearby-card { display: flex; flex-direction: column; background: white; border: 1px solid #b8d4ea; border-radius: 8px; padding: .6rem .8rem; text-decoration: none; color: inherit; transition: box-shadow .15s, border-color .15s; }
.kinshi-nearby-card:hover { box-shadow: 0 2px 8px rgba(26,107,158,.15); border-color: #1a6b9e; }
.kinshi-nearby-name { font-weight: bold; font-size: .9rem; color: #1a4a7a; }
.kinshi-nearby-meta { display: flex; gap: .35rem; align-items: center; margin-top: .2rem; flex-wrap: wrap; }
.kinshi-nearby-dist { background: #e8f0f8; color: #1a4a7a; padding: .1rem .35rem; border-radius: 10px; font-size: .72rem; font-weight: 600; }
.kinshi-nearby-city { font-size: .78rem; color: #888; }
.kinshi-nearby-fish { font-size: .75rem; color: #666; margin-top: .25rem; }
.kinshi-nearby-all { display: inline-block; font-size: .88rem; color: #1a6b9e; text-decoration: underline; }

/* ---- スポット Q&A ---- */
.spot-qa { margin: 2rem 0; }
.spot-qa h2 { font-size: 1.05rem; margin-bottom: .75rem; color: #1a3a5c; }
.qa-list { margin: 0; padding: 0; }
.qa-item { border-bottom: 1px solid #e8eef4; padding: .75rem 0; }
.qa-item:first-child { border-top: 1px solid #e8eef4; }
.qa-q {
  font-weight: bold;
  font-size: .92rem;
  color: #1a4a7a;
  margin: 0 0 .3rem;
  padding-left: 1.4em;
  position: relative;
}
.qa-q::before { content: "Q"; position: absolute; left: 0; color: #1a6b9e; font-weight: bold; }
.qa-a {
  font-size: .88rem;
  color: #444;
  margin: 0;
  padding-left: 1.4em;
  position: relative;
  line-height: 1.65;
}
.qa-a::before { content: "A"; position: absolute; left: 0; color: #e07020; font-weight: bold; }

/* ライブカメラセクション */
/* ---- スポットページ フィードバック(Voice of Customer) ---- */
.spot-feedback {
  margin: 1.75rem 0;
  padding: 1rem 1.1rem;
  background: #f7f9fa;
  border-radius: 8px;
  text-align: center;
}
.spot-feedback-question { font-size: .95rem; font-weight: bold; margin: 0 0 .8rem; }
.spot-feedback-buttons:not([hidden]) { display: flex; justify-content: center; gap: .8rem; }
.spot-feedback-btn {
  font-size: 1.05rem;
  padding: .55rem 1.3rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.spot-feedback-btn:disabled { opacity: .5; cursor: default; }
.spot-feedback-btn:not(:disabled):hover { border-color: #1a6b9e; }
.spot-feedback-count { font-size: .95rem; color: #1a6b9e; font-weight: bold; }
.spot-feedback-down-form { margin-top: 1rem; text-align: left; max-width: 420px; margin-left: auto; margin-right: auto; }
.spot-feedback-down-title { font-size: .88rem; font-weight: bold; margin: 0 0 .5rem; }
.spot-feedback-reasons { display: flex; flex-direction: column; gap: .45rem; margin-bottom: .9rem; }
.spot-feedback-reason { display: flex; align-items: center; gap: .5rem; font-size: .88rem; cursor: pointer; }
.spot-feedback-text-label { font-size: .82rem; color: #666; margin: 0 0 .35rem; }
.spot-feedback-text {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem .6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: .88rem;
  font-family: inherit;
  resize: vertical;
}
.spot-feedback-submit {
  display: block;
  margin: .8rem auto 0;
  padding: .6rem 1.6rem;
  background: #1a6b9e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: .95rem;
  font-weight: bold;
  cursor: pointer;
}
.spot-feedback-submit:disabled { background: #b7c7d0; cursor: default; }
.spot-feedback-thanks { font-size: .9rem; color: #1a6b9e; font-weight: bold; margin: 0; }

.spot-cameras { margin: 2rem 0; }
.spot-cameras-title { font-size: 1.05rem; font-weight: bold; margin-bottom: .5rem; }
.spot-cameras-note { font-size: .8rem; color: #666; margin-bottom: 1rem; padding: .5rem .75rem; background: #f5f5f5; border-left: 3px solid #aaa; border-radius: 3px; }
.camera-embed { margin: 0 0 1rem; }
.camera-aspect { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000; -webkit-transform: translateZ(0); transform: translateZ(0); }
.camera-aspect iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.camera-caption { margin-top: .4rem; font-size: .85rem; display: flex; flex-wrap: wrap; gap: .2rem .6rem; align-items: baseline; color: #444; }
.camera-name { font-weight: bold; }
.camera-coverage { color: #666; }
.camera-attribution { font-size: .8rem; color: #777; }
.camera-source-link { font-size: .8rem; margin-left: auto; }
.camera-link-card { display: flex; align-items: center; gap: .75rem; padding: 1rem 1.25rem; background: #1a1a1a; color: #fff; border-radius: 8px; text-decoration: none; font-size: .95rem; }
.camera-link-card:hover { background: #333; }
.camera-link-icon { font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
.camera-more { margin-top: .25rem; }
.camera-more summary { cursor: pointer; font-size: .9rem; color: #1a6b9e; padding: .4rem 0; user-select: none; }
.camera-more summary:hover { text-decoration: underline; }
.camera-more[open] summary { margin-bottom: .75rem; }
@media (max-width: 600px) { .camera-source-link { margin-left: 0; width: 100%; } }

/* にほんブログ村 CTA */
.blogmura-cta { text-align: center; margin: 2rem 0 1.5rem; padding: 1.25rem 1rem; background: #f0f6fc; border-radius: 10px; border: 1px solid #c8dff0; }
.blogmura-cta-text { margin: 0 0 .75rem; font-size: .9rem; color: #555; }
.blogmura-cta-buttons { display: flex; justify-content: center; gap: .75rem; flex-wrap: wrap; }
.blogmura-cta-link { display: inline-block; padding: .55rem 1.4rem; background: #1a6b9e; color: #fff; border-radius: 6px; font-size: .95rem; font-weight: bold; text-decoration: none; }
.blogmura-cta-link:hover { background: #145580; }

/* AI作成開示 */
.ai-disclosure { font-size: .75rem; color: #999; margin: .25rem 0 1rem; }
.blogmura-cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }

/* ---- スポット: 釣行レポート ---- */
.spot-related-reports { margin: 1.5rem 0; }
.spot-related-reports h2 { font-size: 1.1rem; margin-bottom: .75rem; }
.spot-report-row-body { display: flex; flex-direction: column; gap: .2rem; }
.spot-report-row-meta { font-size: .8rem; color: #888; }

/* ---- 葵ちゃんコメント ---- */
/* 葵ちゃん回遊CTA（コメント直下） */
.aoi-cta-block {
  display: flex; flex-wrap: wrap; gap: .55rem;
  margin: .6rem 0 1.25rem;
}
.aoi-cta-block a {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .42rem 1rem;
  border: 1.5px solid #c8dff5; border-radius: 20px;
  background: #f0f7ff; color: #1a6b9e;
  font-size: .84rem; font-weight: 500;
  text-decoration: none;
  transition: background .15s, box-shadow .15s;
}
.aoi-cta-block a:hover { background: #ddeeff; box-shadow: 0 2px 6px rgba(0,0,0,.1); }

/* 狙える魚セクション（写真・地図の下） */
.spot-fish-target {
  margin: 1rem 0;
  padding: .85rem 1rem;
  background: #f6fdf2; border: 1px solid #bfdfaa; border-radius: 8px;
}
.spot-fish-target h2 { font-size: .95rem; margin: 0 0 .55rem; color: #2a5c1a; }

/* 狙える魚カード（写真付き・魚種ページへのリンク） */
.spot-fish-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .6rem;
}
.spot-fish-card {
  background: #fff;
  border: 1px solid #cfe4bf;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s;
}
.spot-fish-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.spot-fish-card-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: #eef3ea;
}
.spot-fish-card-thumb--none {
  background: #eef3ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  color: #9aa894;
}
.spot-fish-card-body {
  padding: .4rem .55rem .5rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.spot-fish-card-name {
  font-size: .88rem;
  font-weight: bold;
  color: #2a5c1a;
  line-height: 1.35;
}
.spot-fish-card-badge {
  display: inline-block;
  margin-left: .25rem;
  padding: .05rem .35rem;
  border-radius: 8px;
  background: #ff8a3d;
  color: #fff;
  font-size: .62rem;
  font-weight: bold;
  vertical-align: middle;
}
.spot-fish-card-meta { font-size: .72rem; color: #6b7a63; line-height: 1.4; }
.spot-fish-summary { font-size: .85rem; color: #2a3b22; line-height: 1.7; margin: .75rem 0 0; }
.spot-fish-cards-note { font-size: .72rem; color: #6b7a63; margin: .55rem 0 0; }

.aoi-section { margin: 0 0 1.5rem; }
.seichoudoku-cta { margin: 0 0 1.5rem; }
.aoi-card {
  background: #f0f7ff;
  border: 1px solid #c8dff5;
  border-radius: 10px;
  padding: 1rem;
  overflow: hidden;
}
.aoi-flex { display: flex; gap: 1rem; align-items: flex-start; }
.aoi-illust {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}
.aoi-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.aoi-label { font-size: 0.72rem; color: #888; margin-bottom: 0.3rem; }
.aoi-date  { font-size: 0.72rem; color: #888; margin-bottom: 0.3rem; }
.aoi-comment { margin: 0 0 0.4rem; font-size: 0.95rem; line-height: 1.65; color: #222; }
.aoi-summary-body { margin: 0; }
.aoi-summary-body p { margin: 0 0 0.6rem; font-size: 0.95rem; line-height: 1.65; color: #222; }
.aoi-summary-body p:last-child { margin-bottom: 0; }
.aoi-disclaimer { font-size: 0.68rem; color: #bbb; }

/* マクミランカード（スポットページ「ここだけの話」） */
.mac-card { background: #fdf6ee; border: 1px solid #e8d5b7; border-radius: 10px; padding: 1rem; margin: 0 0 1.25rem; overflow: hidden; }
.mac-flex { display: flex; gap: 1rem; align-items: flex-start; }
.mac-illust { width: 80px; height: 80px; object-fit: contain; border-radius: 8px; flex-shrink: 0; }
.mac-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mac-label { font-size: 0.72rem; font-weight: bold; color: #8a6040; background: #eddfc8; display: inline-block; padding: 0.1em 0.5em; border-radius: 3px; margin: 0 0 0.2rem; }
.mac-name { font-size: 0.9rem; font-weight: bold; color: #333; margin: 0 0 0.4rem; }
.mac-text { margin: 0 0 0.6rem; font-size: 0.9rem; line-height: 1.7; color: #444; }
.mac-report-link { margin: 0 0 0.25rem; }
.mac-report-link a, .mac-profile-link a { font-size: 0.85rem; color: #1a6b9e; }
.mac-profile-link { margin: 0; }

/* ---- AdSense 手動配置ユニット ---- */
.ad-unit { margin: 1.25rem 0; }
.ad-unit--rect { text-align: center; }

/* ---- 404 ページ ---- */
.notfound { text-align: center; max-width: 720px; margin: 2rem auto; padding: 0 1rem; box-sizing: border-box; }
.notfound-title { font-size: 1.6rem; margin: 1rem 0 .5rem; }
.notfound-apology { font-size: 1rem; color: #666; margin: 0 0 1.5rem; }
.notfound-video-wrap { margin: 1.5rem auto; width: 100%; max-width: 360px; }
.notfound-video { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 12px; background: #000; }
.notfound-back { margin: 1.75rem 0 2.5rem; }
.notfound-back-link { display: inline-block; padding: .7rem 1.6rem; background: #1a6b9e; color: #fff; border-radius: 6px; font-size: 1rem; font-weight: bold; text-decoration: none; }
.notfound-back-link:hover { background: #145580; }

/* ---- 404（スパムボット追い返しページ） ---- */
.notfound-dance-wrap { position: relative; margin: 1.5rem auto; width: 100%; max-width: 280px; }
.notfound-dance-img { display: block; width: 100%; max-width: 100%; height: auto; animation: notfound-dance 1.4s ease-in-out infinite; }
.notfound-dance-note { position: absolute; font-size: 1.6rem; color: #1a6b9e; opacity: 0; }
.notfound-dance-note-1 { top: 10%; left: 5%; animation: notfound-dance-note 1.4s ease-in-out infinite; }
.notfound-dance-note-2 { top: 15%; right: 8%; animation: notfound-dance-note 1.4s ease-in-out .7s infinite; }
@keyframes notfound-dance {
  0%   { transform: translateY(0) rotate(0deg); }
  15%  { transform: translateY(-18px) rotate(-8deg); }
  30%  { transform: translateY(0) rotate(6deg); }
  45%  { transform: translateY(-12px) rotate(-6deg); }
  60%  { transform: translateY(0) rotate(8deg); }
  75%  { transform: translateY(-18px) rotate(-4deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
@keyframes notfound-dance-note {
  0%   { opacity: 0; transform: translateY(0) scale(.8); }
  20%  { opacity: 1; }
  70%  { opacity: 1; transform: translateY(-30px) scale(1.1); }
  100% { opacity: 0; transform: translateY(-45px) scale(1.1); }
}

/* ---- 葵ちゃんマンスリーカード（TOPページ） ---- */
.aoi-monthly-card {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  background: #f0f7ff;
  border: 1px solid #c8dff5;
  border-radius: 10px;
  padding: .9rem 1rem;
  margin-bottom: .8rem;
}
.aoi-monthly-body { flex: 1; min-width: 0; }
.aoi-monthly-label { font-size: .72rem; color: #888; margin: 0 0 .25rem; }
.aoi-monthly-comment { margin: 0; font-size: .92rem; line-height: 1.65; color: #222; }
.aoi-monthly-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

/* ---- 著者ボックス ---- */
.author-box { margin: 2rem 0 1.5rem; }
.author-box-main {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fdf0f5;
  border: 1px solid #f0c8dc;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.author-box-badge {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: .72rem;
  font-weight: 700;
  color: #b06080;
  border: 1.5px solid #d090b0;
  border-radius: 6px;
  padding: 2px 8px;
  background: #fff;
}
.author-box-badge.takuzai {
  color: #5e8aa8;
  border-color: #7aaac8;
}
.author-box-illust {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.author-box-body { flex: 1; min-width: 0; }
.author-box-role { font-size: .72rem; color: #b06080; margin: 0 0 .15rem; }
.author-box-name { font-size: 1rem; font-weight: 700; margin: 0 0 .3rem; color: #243640; }
.author-box-bio { font-size: .85rem; color: #555; margin: 0 0 .3rem; line-height: 1.55; }
.author-box-profile-link { font-size: .78rem; color: #b06080; text-decoration: none; }
.author-box-profile-link:hover { text-decoration: underline; }
.author-box-divider { height: 1px; background: #f0d8e4; margin: .8rem 0; }
.author-box-voice {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  color: #243640;
  padding: 0 .25rem;
}
.author-box-voice-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #c98ba0;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-box-voice-icon.tencho { background: #5e8aa8; }
.author-box-chip {
  font-size: .72rem;
  color: #b06080;
  border: 1px solid #e8c0d0;
  border-radius: 20px;
  padding: 1px 9px;
  background: #f8f0f4;
}
.author-box-note {
  font-size: .75rem;
  color: #9a7080;
  background: #fdf6f9;
  border-radius: 7px;
  padding: 6px 10px;
  margin-top: .6rem;
}

/* PWAホーム画面追加バナー */
#pwa-banner { position: relative; background: #e8f0f8; border: 1px solid #b8cfe8; border-radius: 10px; padding: .75rem 2.5rem .75rem 1rem; margin: 0 0 1rem; }
.pwa-banner-msg { position: relative; font-size: .9rem; font-weight: bold; color: #1a3a5c; margin: 0 0 .3rem; padding-left: 1.5em; text-align: left; }
.pwa-banner-icon { position: absolute; left: 0; top: 0; }
.pwa-banner-guide-img { display: block; width: calc(100% + 1.5rem); height: auto; margin: 0; border-radius: 8px; }
.pwa-banner-close { position: absolute; top: .5rem; right: .6rem; background: none; border: none; font-size: 1.1rem; color: #888; cursor: pointer; padding: 0; line-height: 1; }
.pwa-install-btn { margin-top: .5rem; background: #1a6b9e; color: #fff; border: none; border-radius: 6px; padding: .4rem .9rem; font-size: .85rem; font-weight: bold; cursor: pointer; }
.pwa-install-btn:hover { background: #155a87; }

/* トップページ マイ釣り場誘導バナー（PWAバナーと視覚的に区別: 暖色パステル） */
.mypage-banner { position: relative; background: #fff8e6; border: 1px solid #f0dfa8; border-radius: 10px; padding: .75rem 2.5rem .8rem 1rem; margin: 0 0 1rem; }
.mypage-banner-top { display: flex; align-items: center; gap: .5rem; }
.mypage-banner-msg { font-size: .9rem; font-weight: bold; color: #6b4f1a; margin: 0; }
.mypage-banner-btn-wrap { text-align: center; margin-top: .6rem; }
.mypage-banner-btn { display: inline-block; background: #e8a93c; color: #fff; border-radius: 20px; padding: .5rem 1.3rem; font-size: .85rem; font-weight: bold; text-decoration: none; }
.mypage-banner-btn:hover { background: #d49830; }
.mypage-banner-close { position: absolute; top: .5rem; right: .6rem; background: none; border: none; font-size: 1.1rem; color: #a08850; cursor: pointer; padding: 0; line-height: 1; }

/* マイページ 今日/明日トグル */
.mypage-date-toggle { display: flex; gap: .4rem; margin: .5rem 0 .75rem; }
.mypage-date-btn { background: #e8eef4; border: 1px solid #c0d0e0; border-radius: 20px; padding: .3rem .9rem; font-size: .85rem; color: #555; cursor: pointer; }
.mypage-date-btn.active { background: #1a6b9e; border-color: #1a6b9e; color: #fff; font-weight: bold; }

/* マイ釣り場 比較ビューヘッダー */
.myspot-section-title { font-size:.85rem; color:#888; margin:.5rem 0 .2rem; }
.myspot-time-axis-wrap { display:flex; margin-bottom:.2rem; }
.myspot-label-spacer { width:2.5em; flex-shrink:0; }
.myspot-time-axis { flex:1; display:flex; justify-content:space-between; font-size:.6rem; color:#aaa; }

/* 比較カード */
.myspot-compare-card { display:block; text-decoration:none; color:inherit; padding:.6rem .5rem; border-radius:8px; border:1px solid rgba(0,0,0,.08); }
.myspot-compare-card:hover { background:rgba(0,0,0,.02); }
.myspot-card-header { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:.4rem; }
.myspot-card-name { font-weight:600; font-size:.95rem; }
.myspot-card-area { font-size:.75rem; color:#999; }

/* 4行グリッド */
.myspot-data-grid { display:grid; grid-template-columns:2.5em 1fr; gap:3px 4px; align-items:center; }
.myspot-row-label { font-size:.65rem; color:#999; text-align:right; padding-right:.3em; }

/* スパークライン SVG */
.myspot-sparkline { width:100%; height:28px; display:block; overflow:visible; }
.myspot-sparkline--tide { height:36px; }
.mys-baseline { stroke:rgba(128,128,128,.35); stroke-width:1; }
.mys-guide { stroke:rgba(128,128,128,.15); stroke-width:1; }
.mys-line { stroke:#999; stroke-width:1.5; stroke-linejoin:round; stroke-linecap:round; }
.myspot-sparkline--wave .mys-line { stroke:#4cb8c4; }
.myspot-sparkline--tide .mys-line { stroke:#4a90d9; }
.mys-tide-lbl { font-size:6px; text-anchor:middle; fill:#4a90d9; }

/* 天気アイコン行 */
.myspot-weather-icons { display:grid; grid-template-columns:repeat(4,1fr); font-size:1.1rem; }
.myspot-weather-icons span { text-align:center; }

/* 葵コメント */
.myspot-aoi-quote { display:flex; align-items:flex-start; gap:.5rem; margin:.5rem 0 0; padding:.4rem .5rem; background:rgba(0,0,0,.03); border-radius:6px; border-left:3px solid #e0e0e0; }
.myspot-aoi-img { width:36px; height:36px; flex-shrink:0; }
.myspot-aoi-text { font-size:.8rem; color:#000; line-height:1.5; }
.myspot-disclaimer { font-size:.62rem; color:#aaa; margin-top:.4rem; }

/* 比較カード ダークモード */
@media (prefers-color-scheme:dark) {
  .myspot-compare-card { border-color:rgba(255,255,255,.1); }
  .myspot-compare-card:hover { background:rgba(255,255,255,.04); }
  .myspot-aoi-quote { background:rgba(255,255,255,.05); border-color:#444; }
  .mys-guide { stroke:rgba(255,255,255,.1); }
  .mys-tide-lbl { fill:#7ab4e8; }
}
:root[data-theme="dark"] .myspot-compare-card { border-color:rgba(255,255,255,.1); }
:root[data-theme="dark"] .myspot-compare-card:hover { background:rgba(255,255,255,.04); }
:root[data-theme="dark"] .myspot-aoi-quote { background:rgba(255,255,255,.05); border-color:#444; }
:root[data-theme="dark"] .mys-guide { stroke:rgba(255,255,255,.1); }
:root[data-theme="dark"] .mys-tide-lbl { fill:#7ab4e8; }

/* Empty state プリセット */
.myspot-preset-label { font-size:.78rem; color:#aaa; background:rgba(0,0,0,.03); border-radius:6px; padding:.3rem .6rem; margin-bottom:.5rem; text-align:center; }
.myspot-howto-wrap { margin-top:1.2rem; }
.myspot-howto-img { width:100%; border-radius:8px; display:block; }
@media (prefers-color-scheme:dark) {
  .myspot-preset-label { background:rgba(255,255,255,.05); }
}
:root[data-theme="dark"] .myspot-preset-label { background:rgba(255,255,255,.05); }
