<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: none;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
  color: #123a65;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar .easy-button-button{
width: 100%;
height: 100%;
line-height: 30px;
padding:7% 20% 0% 20px;
white-space: nowrap;
border-top: 1px solid #e8e8e8;
}

/* 霑ｽ蜉� */

.hokkaido-view:before { content: "蛹玲ｵｷ驕灘慍譁ｹ";}
.tohoku-view:before { content: "譚ｱ蛹怜慍譁ｹ";}
.kanto-view:before { content: "髢｢譚ｱ蝨ｰ譁ｹ";}
.koshin-view:before { content: "逕ｲ菫｡雜雁慍譁ｹ";}
.tokai-view:before { content: "譚ｱ豬ｷ蝨ｰ譁ｹ";}
.hokuriku-view:before { content: "蛹鈴匣蝨ｰ譁ｹ";}
.kinki-view:before { content: "霑醍柄蝨ｰ譁ｹ";}
.chugoku-view:before { content: "荳ｭ蝗ｽ蝨ｰ譁ｹ";}
.shikoku-view:before { content: "蝗帛嵜蝨ｰ譁ｹ";}
.kyusyu-view:before { content: "荵晏ｷ槫慍譁ｹ";}
.okinawa-view:before { content: "豐也ｸ�慍譁ｹ";}

.en .hokkaido-view:before { content: "Hokkaido";}
.en .tohoku-view:before { content: "Tohoku";}
.en .kanto-view:before { content: "Kanto";}
.en .koshin-view:before { content: "Kochinetsu";}
.en .tokai-view:before { content: "Tokai";}
.en .hokuriku-view:before { content: "Hokuriku";}
.en .kinki-view:before { content: "Kinki";}
.en .chugoku-view:before { content: "Chugoku";}
.en .shikoku-view:before { content: "Shikoku";}
.en .kyusyu-view:before { content: "Kyushu";}
.en .okinawa-view:before { content: "Okinawa";}

.en .easy-button-button .button-state{font-size:16px; letter-spacing: 2px;}



</pre></body></html>