/* カスタムレイヤ切替えラジオボタン位置 */
.leaflet-top {
    margin-top: 120px
}

/* ラベル表示 */
.base-icon-label span {
    background-color: #ffffffaa;
    font-size: 0.7rem;
    padding: 1px 3px;
    cursor: default;
}

div#select_park {
    position: absolute;
    top: 70px;
    right: 10px;
    color: rgb(100 100 100);
    background-color: #ffffffee;
    padding: 5px;
    font-size: 12px;
    z-index: 1200;
}

div#select_park2 {
    position: absolute;
    top: 60px;
    right: 10px;
    color: rgb(100 100 100);
    padding: 5px;
    font-size: 12px;
    z-index: 1200;
}

#select_park2 input {
    margin-bottom: 5px;
}