@charset "UTF-8";

body {
  margin: 0;
}

#map {
  height: 100vh;
}

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

img {
  width: 100%;
}