@charset "UTF-8";

body {
  margin: 0;
}

#map {
  height: 100vh;
}

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

img {
  width: 100%;
}