/* ===== トークン ===== */
:root {
  --fg: #14202b;
  --fg2: #3d4b57;
  --muted: #6d7b87;
  --line: #e3e8ec;
  --line2: #f0f3f5;
  --bg: #fff;
  --soft: #f5f8fa;
  --accent: #0b6ea8;
  --accent-dark: #084f78;
  --ok: #1a7f5a;
  --ok-bg: #eef8f3;
  --care: #b4610d;
  --care-bg: #fdf5ec;
  --fit: #0b6ea8;
  --fit-bg: #eef5fa;
  --radius: 12px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fg);
  background: var(--bg);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  font-feature-settings: "palt";
}
main { max-width: 700px; margin: 0 auto; padding: 0 20px 80px; }
img { max-width: 100%; }

/* ===== 見出し ===== */
h1 { font-size: 1.9rem; line-height: 1.42; margin: .5em 0 .5em; letter-spacing: -.015em; font-weight: 800; }
h2 {
  font-size: 1.35rem; line-height: 1.5; font-weight: 800;
  margin: 2.8em 0 .8em; padding-left: 14px; border-left: 5px solid var(--accent);
  letter-spacing: -.01em;
}
h3 { font-size: 1.08rem; line-height: 1.6; margin: 2em 0 .5em; font-weight: 700; }
h4 { font-size: .92rem; margin: 0 0 .3em; font-weight: 700; }
p { margin: 0 0 1.4em; }
a { color: var(--accent); text-underline-offset: 2px; }

/* ===== ヘッダー・フッター ===== */
header.site { border-bottom: 1px solid var(--line); background: #fff; }
header.site, footer.site { padding: 14px 20px; }
header.site .brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 800; text-decoration: none; color: var(--fg); font-size: 1.08rem;
}
header.site .brand img { display: block; width: 32px; height: 32px; }
header.site nav, footer.site nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; }
header.site nav a, footer.site nav a { font-size: .85rem; text-decoration: none; color: var(--fg2); }
header.site nav a:hover { color: var(--accent); }
footer.site { border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; margin-top: 40px; background: var(--soft); }

/* ===== 記事ヘッダー ===== */
.phead { margin-bottom: 1.6em; }
.crumb { font-size: .78rem; color: var(--muted); margin: 1.4em 0 0; }
.crumb a { color: var(--muted); text-decoration: none; }
.phead .meta { font-size: .82rem; color: var(--muted); margin: 0 0 .2em; }
.phead .byline { font-size: .85rem; color: var(--fg2); margin: 0 0 .6em; }
.disclosure { font-size: .75rem; color: var(--muted); margin: 0; }

/* 結論の先出し */
.lead {
  font-size: 1.06rem; font-weight: 700; line-height: 1.85;
  background: var(--soft); border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  padding: 18px 20px; border-radius: var(--radius); margin: 0 0 1.8em;
}

/* ===== 目次 ===== */
.toc { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; margin: 2em 0; }
.toc .tt { font-size: .82rem; font-weight: 800; color: var(--muted); margin: 0 0 .5em; letter-spacing: .04em; }
.toc ol { margin: 0; padding-left: 1.3em; }
.toc li { font-size: .9rem; margin-bottom: .3em; }
.toc a { text-decoration: none; }
.toc a:hover { text-decoration: underline; }

/* ===== 向いていない人 ===== */
.notfor h2 { border-left-color: var(--care); }
.nflist { display: grid; gap: 12px; margin: 1.2em 0 0; }
.nfitem { background: var(--care-bg); border-radius: var(--radius); padding: 14px 18px; }
.nfitem h3 { margin: 0 0 .3em; font-size: .98rem; color: var(--care); }
.nfitem p { margin: 0; font-size: .92rem; }

/* ===== 選ぶ基準 ===== */
ol.crit { list-style: none; counter-reset: c; padding: 0; margin: 1.2em 0 0; }
ol.crit li { counter-increment: c; position: relative; padding-left: 48px; margin-bottom: 1.6em; }
ol.crit li::before {
  content: counter(c); position: absolute; left: 0; top: 2px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .95rem;
}
ol.crit h3 { margin: 0 0 .3em; font-size: 1.02rem; }
ol.crit p { margin: 0; font-size: .95rem; }

/* ===== 表 ===== */
.scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.2em 0; border: 1px solid var(--line); border-radius: var(--radius); }
table.spec, table.rates { border-collapse: collapse; width: 100%; font-size: .875rem; }
table.spec th, table.spec td { padding: 11px 13px; text-align: left; white-space: nowrap; border-bottom: 1px solid var(--line2); }
table.spec tr:last-child th, table.spec tr:last-child td { border-bottom: 0; }
table.spec tr:first-child th { background: var(--soft); font-size: .8rem; color: var(--fg2); border-bottom: 1px solid var(--line); }
table.spec tbody tr:nth-child(even), table.spec tr:nth-child(even) { background: #fcfdfe; }
table.spec th a { text-decoration: none; font-weight: 700; }
table.spec .pref { display: block; font-size: .72rem; color: var(--muted); font-weight: 400; }
table.rates { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
table.rates th, table.rates td { padding: 9px 13px; border-bottom: 1px solid var(--line2); }
table.rates caption { caption-side: bottom; font-size: .76rem; color: var(--muted); text-align: left; padding-top: 6px; }
.rates.stale { font-size: .85rem; color: var(--muted); }
.unk { color: #a8b2ba; font-size: .85em; }
.note { font-size: .78rem; color: var(--muted); margin-top: -.4em; }

/* ===== 施設ブロック ===== */
section.hotel { margin: 2.6em 0 3.4em; padding-top: .4em; }
section.hotel h3 { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; margin: 0; }
section.hotel h3 .num {
  flex: none; width: 28px; height: 28px; border-radius: 8px;
  background: var(--accent); color: #fff; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
}
.place { font-size: .8rem; color: var(--muted); margin: .3em 0 .8em; }

dl.card { border: 1px solid var(--line); border-radius: var(--radius); margin: 1em 0; overflow: hidden; }
dl.card > div { display: flex; gap: 14px; padding: 10px 16px; border-top: 1px solid var(--line2); }
dl.card > div:first-child { border-top: 0; }
dl.card > div:nth-child(odd) { background: #fcfdfe; }
dl.card dt { flex: 0 0 8.5em; font-size: .82rem; color: var(--muted); margin: 0; line-height: 1.7; }
dl.card dd { margin: 0; font-size: .9rem; flex: 1; line-height: 1.7; }
.pending { font-size: .78rem; color: var(--muted); margin: -.6em 0 1.4em; }

/* ===== 良い点／気になる点／向いている人 ===== */
.review { display: grid; gap: 10px; margin: 1.2em 0; }
.rv { border-radius: var(--radius); padding: 14px 16px; }
.rv h4 { display: flex; align-items: center; gap: 7px; }
.rv h4 svg { width: 17px; height: 17px; flex: none; }
.rv p { margin: 0; font-size: .92rem; line-height: 1.85; }
.rv.ok { background: var(--ok-bg); }
.rv.ok h4 { color: var(--ok); }
.rv.care { background: var(--care-bg); }
.rv.care h4 { color: var(--care); }
.rv.fit { background: var(--fit-bg); }
.rv.fit h4 { color: var(--fit); }

/* ===== 監修者コメント ===== */
.authorNote {
  border: 1px solid var(--line); border-left: 5px solid var(--accent);
  background: var(--soft); padding: 16px 20px; margin: 2.2em 0; border-radius: var(--radius);
}
.authorNote h3 { margin: 0 0 .4em; font-size: .95rem; color: var(--accent-dark); }
.authorNote p { margin: 0; font-size: .94rem; }

/* ===== 同行者別 ===== */
dl.aud { margin: 1.2em 0 0; }
dl.aud > div { border-top: 1px solid var(--line); padding: 14px 0; }
dl.aud > div:last-child { border-bottom: 1px solid var(--line); }
dl.aud dt { font-weight: 700; font-size: .95rem; margin: 0 0 .2em; }
dl.aud dd { margin: 0; font-size: .92rem; color: var(--fg2); }

/* ===== FAQ ===== */
.faqsec details { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; }
.faqsec summary {
  cursor: pointer; padding: 14px 46px 14px 18px; font-weight: 700; font-size: .95rem;
  list-style: none; position: relative; line-height: 1.6;
}
.faqsec summary::-webkit-details-marker { display: none; }
.faqsec summary::after {
  content: ""; position: absolute; right: 18px; top: 50%;
  width: 13px; height: 13px; margin-top: -6.5px;
  background:
    linear-gradient(var(--accent), var(--accent)) center / 13px 2.2px no-repeat,
    linear-gradient(var(--accent), var(--accent)) center / 2.2px 13px no-repeat;
  transition: transform .2s ease;
}
.faqsec details[open] summary::after { transform: rotate(90deg); background-size: 13px 2.2px, 0 0; }
.faqsec details p { margin: 0; padding: 0 18px 16px; font-size: .92rem; color: var(--fg2); }

/* ===== まとめ・出典 ===== */
.summary { background: var(--soft); border-radius: var(--radius); padding: 4px 22px 8px; margin-top: 3em; }
.summary h2 { margin-top: 1em; border-left-color: var(--accent-dark); }
.summary p { font-size: .95rem; }
.sources { font-size: .82rem; color: var(--muted); padding-left: 1.3em; }
.sources li { font-size: .82rem; margin-bottom: .3em; }

/* ===== 予約ボタン ===== */
.btns { display: flex; flex-wrap: wrap; gap: 10px; margin: 1.4em 0; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 20px; border-radius: 10px;
  background: var(--accent); color: #fff; text-decoration: none; font-weight: 700; font-size: .95rem;
}
.btn:hover { filter: brightness(1.08); }
.btn .bi { width: 20px; height: 20px; flex: none; }
.btn .bx { width: 13px; height: 13px; flex: none; opacity: .7; }
.btn.rakuten { background: #bf0000; }
.btn.jalan { background: #e8730a; }

/* ===== カード（参考サイト準拠：画像が主役） ===== */
.cgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px 20px; margin: 1.2em 0 2.4em; }
article.c {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; transition: box-shadow .2s ease, border-color .2s ease;
}
article.c:hover { border-color: #cfe0ea; box-shadow: 0 4px 16px rgba(20,32,43,.08); }
article.c > a { display: block; text-decoration: none; color: var(--fg); height: 100%; }
article.c .cimg { display: block; overflow: hidden; background: var(--soft); }
article.c .cimg img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 16 / 9; object-fit: cover; object-position: center;
  transition: transform .35s ease;
}
article.c > a:hover .cimg img { transform: scale(1.04); }
article.c .body { display: block; padding: 14px 16px 14px; }
article.c .cat { display: block; background: none; color: #1867c0; font-size: .84rem; font-weight: 700; padding: 0; margin-bottom: .25em; }
article.c h3 { margin: 0 0 .45em; font-size: 1.02rem; line-height: 1.6; font-weight: 700; }
article.c > a:hover h3 { color: #1867c0; }
article.c .clead {
  margin: 0 0 .6em; font-size: .82rem; color: var(--muted); line-height: 1.8;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
article.c time { font-size: .78rem; color: var(--muted); }
article.c.big .cimg img { aspect-ratio: 16 / 9; }
article.c.big h3 { font-size: 1.42rem; line-height: 1.5; }
article.c.big .clead { -webkit-line-clamp: 3; font-size: .9rem; }
article.c.big .cat { font-size: .9rem; }

/* デスクトップは2カラム（メイン＋サイドバー） */
.top2 { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 900px) {
  main.wide { max-width: 1140px; }
  .top2 { grid-template-columns: minmax(0, 1fr) 330px; gap: 48px; }
  .side { border-left: 1px solid var(--line); padding-left: 32px; }
  .side .cgrid { grid-template-columns: 1fr; gap: 16px; }
  .side article.c h3 { font-size: .96rem; }
  .side article.c .clead { -webkit-line-clamp: 2; font-size: .8rem; }
  .side h2.sec { margin-top: 0; font-size: 1.24rem; }
}
.side h2.sec { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }

/* タグ（参考サイトのミントグリーン） */
.tags { display: block; margin: 0 0 .5em; }
.tag {
  display: inline-block; font-size: .74rem; color: #0f5a3d;
  background: #d3f3e2; border-radius: 3px; padding: 3px 8px; margin: 0 5px 5px 0;
}
.tags.big .tag { font-size: .84rem; padding: 6px 12px; }

/* セクション見出しの下線（参考サイト） */
h2.sec { border-bottom: 2px solid #1867c0; padding-bottom: .5em; }
h2.sec .-sub { color: var(--fg2); }
.catblock { margin-top: 3.2em; }
.cdesc { font-size: .87rem; color: var(--muted); margin: 0 0 1em; }

/* ===== 日本地図 ===== */
.jpwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.2em 0; padding: 4px 0 8px; }
.jpmap { display: grid; grid-template-columns: repeat(12, 50px); grid-auto-rows: 50px; gap: 4px; min-width: 652px; }
.jpmap .pt {
  position: relative; display: flex; justify-content: center; align-items: center;
  border-radius: 6px; text-decoration: none;
  border: 1px solid var(--line); background: #fff; color: #61707c;
  font-size: 11px; line-height: 1.15; text-align: center; letter-spacing: -.04em; padding: 2px;
}
.jpmap a.pt { border-color: var(--accent); background: #dcecf6; color: #084f78; font-weight: 700; }
.jpmap a.pt:hover { background: var(--accent); color: #fff; }
.jpmap .pt.off { background: var(--soft); color: #b8c1c8; }
.jpmap .pt b { position: absolute; top: -5px; right: -5px; background: #d94f2b; color: #fff; font-size: 9px; line-height: 1; padding: 2px 4px; border-radius: 999px; }
.maphint { font-size: .78rem; color: var(--muted); margin: -.6em 0 1em; }
.preflist { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 0; list-style: none; font-size: .9rem; }

/* ===== 観光地フィルタ ===== */
.spots { margin-top: 2em; }
.picker { border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 16px 14px; background: var(--soft); }
.picker fieldset { border: 0; padding: 10px 0 0; margin: 0; }
.picker legend { font-size: .85rem; font-weight: 700; padding: 0; }
.picker label { display: inline-block; margin: 7px 8px 0 0; }
.picker input { position: absolute; opacity: 0; }
.picker span { display: inline-block; padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .85rem; cursor: pointer; }
.picker input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; }
.picker input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.hint { font-size: .85rem; color: var(--muted); margin: 10px 0 0; }
.no { color: var(--muted); }
#spotTable.hide-car .c-car, #spotTable.hide-transit .c-transit { display: none; }

/* ===== モバイル ===== */
@media (max-width: 480px) {
  body { font-size: 16px; line-height: 1.85; }
  main { padding: 0 16px 60px; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.18rem; padding-left: 11px; border-left-width: 4px; }
  section.hotel h3 { font-size: 1.08rem; }
  .lead { font-size: 1rem; padding: 15px 16px; }
  .btn { width: 100%; justify-content: center; }
  dl.card > div { flex-direction: column; gap: 2px; padding: 10px 14px; }
  dl.card dt { flex: none; font-size: .78rem; }
  ol.crit li { padding-left: 42px; }
  .summary { padding: 4px 16px 8px; }
}


/* ===== 参考サイト準拠：English + 日本語 の大見出し ===== */
h2.sec {
  font-size: 1.62rem; font-weight: 700; line-height: 1.3;
  border-left: 0; padding-left: 0; margin: 3.2em 0 1em;
  letter-spacing: .02em; font-family: Helvetica, Arial, sans-serif;
}
h2.sec .-sub {
  display: block; font-size: .92rem; font-weight: 700; margin-top: .35em;
  color: var(--fg2); letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Hiragino Sans", sans-serif;
}
.notfor h2.sec { color: var(--care); }
.notfor h2.sec .-sub { color: var(--care); }

/* ===== ヘッダーを大きく ===== */
header.site { padding: 18px 20px 14px; }
header.site .brand { gap: 12px; font-size: 1.5rem; letter-spacing: .02em; }
header.site .brand img { width: 48px; height: 48px; }
header.site nav { margin-top: 14px; gap: 10px 20px; }
header.site nav a { font-size: .88rem; font-weight: 700; }

/* ===== 記事タイトルを大きく ===== */
.post h1 { font-size: 2.15rem; line-height: 1.38; margin: .35em 0 .6em; }

/* ===== 図版 ===== */
figure.fig { margin: 2em 0; padding: 0; }
figure.fig svg { display: block; width: 100%; height: auto; background: #fff; border: 1px solid var(--line); border-radius: 0; padding: 20px 22px; }
figure.fig figcaption { font-size: .8rem; color: var(--muted); margin-top: .5em; }

@media (max-width: 480px) {
  header.site .brand { font-size: 1.24rem; }
  header.site .brand img { width: 40px; height: 40px; }
  .post h1 { font-size: 1.62rem; }
  h2.sec { font-size: 1.32rem; margin-top: 2.6em; }
  figure.fig svg { padding: 12px 10px; }
  /* 図は横に伸ばして読ませる */
  figure.fig { overflow-x: auto; }
  figure.fig svg { min-width: 560px; }
}

/* ===== 施設写真（楽天トラベルAPI提供） ===== */
figure.photo { margin: 1.4em 0; padding: 0; }
figure.photo img {
  display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
  background: var(--soft);
}
figure.photo figcaption { font-size: .74rem; color: var(--muted); margin-top: .45em; }
figure.photo.hero { margin: 0 0 1.6em; }
figure.photo.hero img { aspect-ratio: 16 / 9; }
@media (min-width: 760px) {
  figure.photo.hero { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
  figure.photo.hero img { max-height: 420px; }
  figure.photo.hero figcaption { max-width: 700px; margin: .45em auto 0; padding: 0 20px; }
}

/* ===== 観光ルート ===== */
.route { margin-top: 3em; }
.rlead { font-size: .92rem; color: var(--fg2); margin-bottom: 1em; }
.routeout { margin: 1.4em 0; }
.rsum { font-size: .92rem; font-weight: 700; color: var(--accent-dark); margin: 0 0 .8em; }
ol.rtl { list-style: none; padding: 0; margin: 0; position: relative; }
ol.rtl::before { content: ""; position: absolute; left: 62px; top: 10px; bottom: 10px; width: 2px; background: var(--line); }
ol.rtl li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; position: relative; padding: 6px 0; }
ol.rtl li b { font-size: .8rem; color: var(--muted); font-weight: 700; text-align: right; padding-top: 2px; white-space: nowrap; }
ol.rtl li > span { position: relative; padding-left: 4px; font-size: .94rem; }
ol.rtl li::after {
  content: ""; position: absolute; left: 58px; top: 12px;
  width: 10px; height: 10px; border-radius: 50%; background: var(--line); transform: translateX(-4px);
}
ol.rtl li.rspot { padding: 10px 0; }
ol.rtl li.rspot::after { width: 14px; height: 14px; background: var(--accent); transform: translateX(-6px); top: 12px; }
ol.rtl li.rspot > span { font-weight: 700; }
ol.rtl li.rspot em { display: block; font-style: normal; font-size: .78rem; color: var(--muted); font-weight: 400; margin-top: 2px; }
ol.rtl li.rmove > span { font-size: .8rem; color: var(--muted); }
ol.rtl li.rmove::after { width: 6px; height: 6px; transform: translateX(-2px); top: 14px; }
ol.rtl li.rstart::after, ol.rtl li.rend::after { background: var(--fg); width: 12px; height: 12px; transform: translateX(-5px); }
ol.rtl li.rstart > span, ol.rtl li.rend > span { font-weight: 700; }
.rnone { background: var(--care-bg); color: var(--care); padding: 14px 16px; border-radius: var(--radius); font-size: .92rem; margin: 0; }
.rnote { font-size: .78rem; color: var(--muted); margin-top: 1em; }
.rpool { margin-top: 1em; border-top: 1px solid var(--line); padding-top: .8em; }
.rpool summary { cursor: pointer; font-size: .85rem; color: var(--muted); }
.rpool ul { list-style: none; padding: .8em 0 0; margin: 0; }
.rpool li { font-size: .9rem; margin-bottom: .7em; }
.rpool .pmeta { display: block; font-size: .78rem; color: var(--muted); }
@media (max-width: 480px) {
  ol.rtl { }
  ol.rtl::before { left: 50px; }
  ol.rtl li { grid-template-columns: 46px 1fr; gap: 14px; }
  ol.rtl li::after { left: 46px; }
  ol.rtl li.rspot::after { left: 46px; }
  ol.rtl li b { font-size: .74rem; }
}
.aka { font-size: .78rem; color: var(--muted); margin: -.8em 0 1.6em; }

/* ===== ヘッダー：ロゴの右にナビ ===== */
header.site { padding: 0; }
header.site .hin {
  max-width: 1140px; margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
header.site .brand { display: inline-flex; align-items: center; gap: 12px; }
header.site .brand .bname { font-size: 1.5rem; font-weight: 800; line-height: 1.2; }
header.site .brand .btag { display: none; }
header.site nav { margin-top: 0; gap: 6px 22px; }
header.site nav a { font-size: .92rem; font-weight: 700; }
@media (min-width: 760px) {
  header.site .brand { flex-wrap: wrap; }
  header.site .brand .btag {
    display: block; width: 100%; padding-left: 60px; margin-top: -4px;
    font-size: .74rem; font-weight: 400; color: var(--muted);
  }
}
footer.site nav { max-width: 1140px; margin: 0 auto 8px; }
footer.site p { max-width: 1140px; margin: 0 auto; }

/* ===== トップページ ===== */
.tlead { font-size: .95rem; color: var(--fg2); max-width: 760px; margin-bottom: 2em; }
main.wide h1 { font-size: 1.75rem; }
.mainCol > h2.sec:first-child { margin-top: 0; }
.sabout { font-size: .84rem; color: var(--fg2); line-height: 1.85; }
.side .cgrid { margin-bottom: 2.4em; }
@media (min-width: 900px) {
  .side article.c.big > a { display: block; }
  .side article.c.big h3 { font-size: 1.05rem; }
  .side article.c.big .clead { display: -webkit-box; -webkit-line-clamp: 3; font-size: .82rem; }
  .side article.c.big { margin-bottom: 2.4em; }
}
.jpmap .pt.big { font-size: 14px; font-weight: 700; border-radius: 8px; }
.jpmap .pt.big b { top: -6px; right: -6px; font-size: 10px; padding: 3px 6px; }
/* 見出しは日本語のみ */
h2.sec { font-family: inherit; letter-spacing: -.01em; font-size: 1.32rem; }
h2.sec .-sub { display: none; }
/* トップのH1は視覚的に隠す（検索エンジン向けには残す） */
h1.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
main.wide .mainCol > h2.sec:first-of-type { margin-top: .6em; }

/* タグラインはサイト名の右に並べる */
header.site .brand { flex-wrap: nowrap; align-items: center; }
@media (min-width: 760px) {
  header.site .brand .btag {
    display: inline-block; width: auto; padding-left: 14px; margin-top: 0;
    margin-left: 14px; border-left: 1px solid var(--line);
    font-size: .82rem; font-weight: 400; color: var(--muted); line-height: 1.4;
  }
}
ul.cond { padding-left: 1.3em; }
ul.cond li { font-size: .94rem; margin-bottom: .6em; }
.ended { background: var(--care-bg); color: var(--care); padding: 12px 16px; border-radius: var(--radius); font-weight: 700; font-size: .92rem; }

/* ===== スマホ最適化：横はみ出しを止める ===== */
html, body { overflow-x: hidden; }
.top2 > *, .mainCol, .side { min-width: 0; }
.cgrid, article.c, .scroll, figure.fig, figure.photo { min-width: 0; max-width: 100%; }
table { max-width: 100%; }

/* 地図：スマホでは画面幅に合わせて縮める（横スクロールしない） */
@media (max-width: 860px) {
  .jpwrap { overflow-x: visible; }
  .jpmap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
    min-width: 0; width: 100%; gap: 2px;
  }
  .jpmap .pt {
    aspect-ratio: 1 / 1; font-size: 8.5px; line-height: 1.05;
    padding: 1px; border-radius: 4px; word-break: keep-all; overflow: hidden;
  }
  .jpmap .pt.big { font-size: 11px; border-radius: 6px; }
  .jpmap .pt b { top: -3px; right: -3px; font-size: 7.5px; padding: 1px 3px; }
}

/* 図版はスマホでも横スクロールで読ませる（表・図のみ許可） */
@media (max-width: 480px) {
  figure.fig { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  figure.fig svg { min-width: 520px; }
  header.site .hin { padding: 12px 16px; gap: 10px; }
  header.site .brand .bname { font-size: 1.16rem; }
  header.site .brand img { width: 38px; height: 38px; }
  header.site nav { gap: 6px 14px; }
  header.site nav a { font-size: .82rem; }
  .cgrid { grid-template-columns: 1fr; gap: 20px; }
  main.wide { padding: 0 16px 60px; }
  .side { border-left: 0; padding-left: 0; }
  h2.sec { font-size: 1.16rem; }
  article.c.big h3 { font-size: 1.1rem; }
  .preflist { gap: 6px 12px; font-size: .85rem; }
  ol.rtl li { grid-template-columns: 44px 1fr; }
  dl.card dt { flex: none; }
}
/* サムネイルは必ず16:9の長方形で切り抜く（正方形にしない） */
.cimg img, figure.photo img { aspect-ratio: 16 / 9 !important; object-fit: cover; height: auto; }

/* ===== 条件から探す ===== */
.finder .picker { margin-bottom: 1em; }
.fcount { font-size: .95rem; font-weight: 700; color: var(--accent-dark); margin: 0 0 1em; }
.fcount.none { color: var(--care); font-weight: 400; }
.fcard .fnote { display: block; font-size: .84rem; color: var(--ok); font-weight: 700; margin: 0 0 .5em; line-height: 1.7; }
.fcard .fnote.warn { color: var(--care); font-weight: 400; }
.fcard .tag { background: var(--soft); color: var(--fg2); }

/* ===== タイポグラフィ刷新（Zen Maru Gothic） ===== */
body { font-weight: 500; letter-spacing: .01em; }
h1, h2, h3, h4, .lead, .cat, .btn, article.c h3, .fcount {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
}
h1 { font-weight: 900; letter-spacing: -.01em; }
h2, h3, h4 { font-weight: 700; }

/* タイトルを大きく */
.post h1 { font-size: 2.6rem; line-height: 1.35; margin: .25em 0 .5em; }
main.wide h1 { font-size: 2.2rem; }
h2.sec { font-size: 1.72rem; line-height: 1.4; font-family: "Zen Maru Gothic", sans-serif; }
section.hotel h3 { font-size: 1.34rem; }
article.c.big h3 { font-size: 1.5rem; }
article.c h3 { font-size: 1.06rem; }
header.site .brand .bname { font-size: 1.62rem; font-weight: 900; }

/* 余白と読みやすさ */
.post > p, .post .lead { max-width: 42em; }
.lead { font-size: 1.12rem; border-radius: 16px; padding: 20px 22px; font-weight: 700; }
.phead { border-bottom: 1px solid var(--line); padding-bottom: 1.4em; margin-bottom: 2em; }
h2.sec { border-bottom-width: 3px; padding-bottom: .45em; margin-top: 3.4em; }
section.hotel { border-top: 1px solid var(--line2); padding-top: 2.4em; }
section.hotel:first-of-type { border-top: 0; }

/* 数字を締める */
dl.card dd, table.spec td, .rv p { font-feature-settings: "palt" 0; }
table.spec td b { font-size: 1.05em; }

@media (max-width: 480px) {
  .post h1 { font-size: 1.86rem; }
  main.wide h1 { font-size: 1.6rem; }
  h2.sec { font-size: 1.3rem; }
  section.hotel h3 { font-size: 1.16rem; }
  header.site .brand .bname { font-size: 1.24rem; }
  .lead { font-size: 1.02rem; padding: 16px 18px; }
}
