/* 板宿固定版の可読性・LOD・とだ塾ピン補正 */
.school-marker .school-badge-dot{
  width:15px;height:15px;min-width:15px;border-radius:50%;padding:0;border:3px solid #fff;
  box-shadow:0 2px 8px rgba(20,33,61,.22);
}
.school-marker .school-label{display:flex;align-items:center;gap:5px;max-width:210px}
.school-marker .school-marker-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.school-marker .school-marker-time{font-size:10px;color:#ff6f61;font-weight:900;white-space:nowrap}
.school-marker .school-marker-time::before{content:'·';margin-right:4px;color:#9aa8ba}
.school-marker.compact:not(.selected) .school-marker-time{display:none}
.school-marker.tiny:not(.selected) .school-label{display:none}
.school-marker.tiny:not(.selected) .school-badge-dot{width:9px;height:9px;min-width:9px;border-width:2px;box-shadow:none}
.school-marker.selected .school-label{display:flex!important}
.school-marker.selected .school-marker-time{display:inline!important}
.school-marker.selected .school-badge-dot{width:19px;height:19px;min-width:19px}

.toda-juku-marker{border:0;background:transparent;padding:0;cursor:pointer;filter:drop-shadow(0 6px 10px rgba(20,33,61,.2))}
.toda-juku-marker__inner{display:flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(20,33,61,.93);color:#fff;border:2px solid #fff;font-size:11px;font-weight:900;white-space:nowrap}
.toda-juku-marker__dot{width:8px;height:8px;border-radius:50%;background:#ffd45d;box-shadow:0 0 0 3px rgba(255,212,93,.18)}
.toda-juku-marker:hover .toda-juku-marker__inner,.toda-juku-marker:focus-visible .toda-juku-marker__inner{transform:translateY(-1px);outline:none}
.toda-juku-popup .maplibregl-popup-content{padding:11px 12px;border-radius:14px;box-shadow:0 12px 30px rgba(20,33,61,.2)}
.toda-juku-popup-card strong{display:block;margin-bottom:7px;font-size:13px}
.toda-juku-popup-links{display:flex;gap:6px}
.toda-juku-popup-links a{display:inline-flex;align-items:center;justify-content:center;padding:7px 9px;border-radius:9px;text-decoration:none;font-size:11px;font-weight:900;background:#eef5ff;color:#184d9c}
.toda-juku-popup-links a:last-child{background:#f6eefc;color:#713b8f}

.region-button[data-region="home"]{background:#fff;color:var(--ink);border:1px solid var(--line)}
.region-button[data-region="home"].active{background:var(--blue);color:#fff;border-color:var(--blue)}

@media(max-width:760px){
  .toda-juku-marker__inner{font-size:10px;padding:5px 7px}
  .school-marker .school-label{max-width:150px}
}
