@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fbfaec;
	border-color: #595f88;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

 
.leaflet-container a {
    -webkit-tap-highlight-color: #595f88;
    color: #595f88;
    text-decoration: none;
}

.leaflet-popup-content-wrapper {
	border-width: 1px;
	border-style: solid;
}

.leaflet-popup-tip {
	border-style: solid;
	border-width: 0 1px 1px 0;
}

.leaflet-container {
    font: 12px / 1.5 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    white-space: nowrap;
}