@charset "UTF-8";

body {
  margin: 0;
}

#map {
  height: 100vh;
}

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

.leaflet-popup-content img {
  width: 140px; /* 好きなサイズへ */
  height: auto;
  display: block;
  margin: 5px 0;
}

img {
  width: 100%;
}