.map-label{
  width:200px;
  padding:3px;
  background-color:rgb(170,170,170,0.7);
}

/* -- ポップアップ ラベルの設定 --- */
.leaflet-popup-content-wrapper {
  border-radius: 3px;
}

.leaflet-popup-content {
  margin : 5px;
  text-align: center;
}