<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 邵ｦ逕ｻ髱｢縺ｮ譎� */
@media (orientation: portrait) {
  .leaflet-popup-content &gt; img {
    max-height: 38dvh;
  }
}

.area-select-controls button {
  font-size: 1.3rem;
  height: calc(var(--font-size)* 3);
}

/* === 險隱槫挨繝輔か繝ｳ繝域欠螳� (繧ｴ繧ｷ繝�け菴� / 繧ｵ繝ｳ繧ｻ繝ｪ繝�) === */
html:lang(ja) .leaflet-container {
  font-family: "UD Shin Go NT Regular", "BIZ UD Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
html:lang(ko) .leaflet-container {
  font-family: "Clarimo UD KR Pro Regular", "BIZ UD Gothic", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
html:lang(zh-hans) .leaflet-container {
  font-family: "UD Shin Go SC Regular", "BIZ UD Gothic", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
html:lang(zh-hant) .leaflet-container {
  font-family: "UD ShinGo Std TC R", "BIZ UD Gothic", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
html:lang(en) .leaflet-container,
html:lang(fr) .leaflet-container,
html:lang(de) .leaflet-container,
html:lang(pt) .leaflet-container,
html:lang(it) .leaflet-container,
html:lang(vi) .leaflet-container,
html:lang(ru) .leaflet-container,
html:lang(es) .leaflet-container {
  font-family: "Clarimo UD PE Narrow Regular", "BIZ UD Gothic", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
</pre></body></html>