/* **************************************** */
/* ■サイドメニュー（凡例）用 START */
/* **************************************** */
.leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
    min-width: 135px;
}

.side-tab-container {
    position: fixed;
    top: 20px;
    right: 0;
    width: 10%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    z-index: 999;
    border: 1px solid #ccc;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.side-tab-button {
    padding: 10px 20px;
    color: #428bca;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1em;
    width: 100%;
}
/* **************************************** */
/* ■サイドメニュー（凡例）用 END */
/* **************************************** */

/* **************************************** */
/* ■ハンバーガーメニュー用 START */
/* **************************************** */
.legendBox {
    font-size: 1.5em;
}

.hamburger {
    width: 20px;
    height: 18px;
    position: relative;
    margin-right: 5px;
    margin-left: -6px;
}

.hamburger_bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #555;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger_bar:nth-child(1) {
    top: 0;
}

.hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.legendBox button {
    border-color: transparent;
    background: transparent;
    cursor: pointer;
}

.leaflet-control-layers-overlays {
    display: none;
}
.leaflet-control-layers-overlays.show {
    display: grid!important;
}
/* **************************************** */
/* ■ハンバーガーメニュー用 END */
/* **************************************** */
