.geo-page { background:#f7f7f5; color:#252525; padding:160px 24px 100px; }
.geo-shell { width:min(1040px, 100%); margin:0 auto; }
.geo-breadcrumb { display:flex; gap:10px; margin-bottom:42px; color:#777; font-size:14px; overflow:hidden; white-space:nowrap; }
.geo-breadcrumb > * + *::before { content:"/"; margin-right:10px; color:#bbb; }
.geo-breadcrumb span { overflow:hidden; text-overflow:ellipsis; }
.geo-header { display:flex; justify-content:space-between; gap:40px; align-items:flex-end; padding-bottom:40px; border-bottom:1px solid #d9d9d5; }
.geo-header h1, .geo-article h1 { margin:8px 0 16px; font-size:clamp(34px, 5vw, 58px); line-height:1.22; letter-spacing:-.04em; }
.geo-header p, .geo-summary { color:#666; line-height:1.75; }
.geo-branch-label { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.geo-branch { min-width:180px; padding:12px 36px 12px 14px; border:1px solid #ccc; background:#fff; }
.geo-list { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:20px; margin:40px 0; }
.geo-card { min-height:240px; padding:30px; background:#fff; border:1px solid #e3e3df; }
.geo-card h2 { margin:12px 0; font-size:24px; line-height:1.4; }
.geo-card > p:not(.geo-date) { color:#666; line-height:1.7; }
.geo-date { color:#999; font-size:14px; }
.geo-more { display:inline-block; margin-top:24px; color:#9c2442; font-weight:600; }
.geo-empty { grid-column:1 / -1; padding:70px 20px; text-align:center; background:#fff; }
.geo-view-shell { max-width:900px; }
.geo-article { padding:50px 70px; background:#fff; border:1px solid #e3e3df; }
.geo-kicker { color:#9c2442; font-weight:600; }
.geo-review { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:28px; padding-top:22px; border-top:1px solid #eee; font-size:14px; }
.geo-review div { display:flex; gap:8px; }
.geo-review dt { color:#999; }
.geo-content { margin-top:55px; font-size:17px; line-height:1.9; }
.geo-content h2 { margin:54px 0 18px; font-size:30px; line-height:1.4; }
.geo-content h3 { margin:38px 0 14px; font-size:23px; }
.geo-content img { max-width:100%; height:auto; }
.geo-faq { margin-top:60px; padding-top:40px; border-top:1px solid #ddd; }
.geo-faq h2 { margin-bottom:20px; font-size:28px; }
.geo-faq details { border-top:1px solid #e5e5e5; padding:20px 0; }
.geo-faq summary { cursor:pointer; font-weight:600; }
.geo-faq details p { margin-top:14px; color:#666; line-height:1.8; white-space:pre-line; }
.geo-clinic { margin-top:28px; padding:30px; background:#eeeae7; }
.geo-clinic h2 { margin-bottom:18px; font-size:22px; }
.geo-clinic dl div { display:grid; grid-template-columns:80px 1fr; gap:14px; margin-top:9px; line-height:1.6; }
.geo-clinic dt { color:#777; }
.geo-post-nav { display:grid; grid-template-columns:1fr auto 1fr; gap:20px; margin-top:28px; align-items:center; }
.geo-post-nav a:nth-child(2) { text-align:center; }
.geo-post-nav a:last-child { text-align:right; }
@media (max-width:700px) {
    .geo-page { padding:110px 16px 70px; }
    .geo-header { display:block; }
    .geo-branch { width:100%; margin-top:28px; }
    .geo-list { grid-template-columns:1fr; }
    .geo-article { padding:34px 22px; }
    .geo-review { display:block; }
    .geo-review div { margin-top:8px; }
    .geo-clinic dl div { grid-template-columns:64px 1fr; }
    .geo-post-nav { grid-template-columns:1fr; }
    .geo-post-nav a, .geo-post-nav a:last-child { text-align:left; }
}
