@charset "UTF-8";
body {
  margin: 0;
}

#map {
  height: 100vh;
}

/*ふきだしの背景色変更*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #ffffff;
  color: #4088d5;
}

img {
  width: 100%;
}