*{box-sizing:border-box}html,body{margin:0;background:#fff;color:#203c35;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP",Meiryo,sans-serif;font-size:16px}main{max-width:1600px;margin:auto}header{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #dae5e1}h1{font-size:24px;line-height:1.4;margin:4px 0 0}.eyebrow{font-size:12px;letter-spacing:.14em;color:#397568}.guide{font-size:14px;line-height:1.8;padding:0 22px;margin:12px 0}.layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;border-top:1px solid #dae5e1}#map{height:600px;background:#edf2f0;min-width:0}aside{height:600px;overflow:auto;border-left:1px solid #dae5e1}ol{padding:0;margin:0;list-style:none}li{padding:18px;border-bottom:1px solid #dae5e1}li strong{font-size:16px}li p{font-size:14px;line-height:1.7;margin:8px 0}li .actions{display:flex;gap:14px;flex-wrap:wrap;font-size:14px}button,a{touch-action:manipulation}a{color:#126352;text-underline-offset:3px}button{cursor:pointer;font:inherit;border:1px solid #2f8f83;background:white;color:#095c49;border-radius:6px;padding:10px 14px}button:disabled{opacity:.5;cursor:default}button:hover:not(:disabled){background:#eff7f3}a:focus-visible,button:focus-visible{outline:3px solid #d97a26;outline-offset:3px}.locate{width:100%;text-align:left;border:0;padding:0;line-height:1.6;font-weight:700}#status{padding:12px 22px;font-size:14px;line-height:1.7;background:#fff7e6}#status[hidden]{display:none}.marker{position:absolute;display:flex;align-items:center;transform:translate(-50%,-50%);padding:0;border:0;background:none;border-radius:50%;pointer-events:auto}.marker:hover:not(:disabled){background:none}.marker-photo{display:block;flex-shrink:0;width:64px;height:64px;border-radius:50%;overflow:hidden;border:3px solid #2f8f83;box-shadow:0 3px 8px #0004;background:#fff}.marker-photo img{display:block;width:100%;height:100%;object-fit:cover}.marker-label{position:absolute;left:72px;top:50%;transform:translateY(-50%);display:none;white-space:nowrap;padding:7px 10px;font-size:14px;font-weight:700;background:#fff;color:#095c49;border:1px solid #2f8f83;border-radius:6px;box-shadow:0 2px 5px #0002}.marker.show-label .marker-label,.marker:focus-visible .marker-label{display:block}.marker.is-focused .marker-photo{border-color:#b56626;box-shadow:0 0 0 4px #fff,0 3px 12px #0004}li.active{background:#edf7f2}@media(max-width:760px){header{padding:16px}h1{font-size:21px}header button{font-size:14px;padding:9px}.guide{padding:0 16px}.layout{grid-template-columns:1fr}#map{height:450px}aside{height:auto;max-height:310px;border-left:0;border-top:1px solid #dae5e1}.marker-photo{width:54px;height:54px}.marker-label{left:62px}}
/* 松戸版と同じ、地図だけの表示 */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body > main {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

main > header,
main > .guide,
.layout > aside {
  display: none;
}

.layout {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#map {
  width: 100%;
  height: 100%;
}

/* 写真ピンの大きさを松戸版に合わせる */
.marker-photo {
  width: 60px;
  height: 60px;
}

.marker-label {
  left: 68px;
  font-size: 13px;
}

/* 読み込みエラー時の案内は残す */
#status:not([hidden]) {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 1000;
}