.mapRadarCircle {
    border-radius: 50%;
    border: solid 2px #444444;
    pointer-events: none;
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.mapRadarCircle2 {
    border-radius: 50%;
    border: solid 2px red;
    pointer-events: none;
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.mapRadarText {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px #333333;
    border-radius: 5px;

}

#mapMenuHuntingCheck:checked ~ #mapRadar{
    /* width: calc(100% - 250px);
    margin-left: 250px; */
    /* min-width: 770px; */
}

#mapMenuPainCheck:checked ~ #mapRadar {
    width: 100%;
    height: 100%;
    margin-left: 125px;
    left: 0;
}

#mapMenuPainCheck:checked ~ #mapRadar {
    width: calc(100% - 250px);
}

#mapRadarLine1 {
    position: absolute;
    width: 100%;
}

#mapRadarLine2 {
    position: absolute;
    width: 100%;
    transform: rotate(90deg);
}

/* コンテキストメニュースタイル */
.leaflet-contextmenu {
    background-color: #f0f0f0; /* 新しい背景色 */
    border: 2px solid #ccc; /* 新しいボーダー */
    border-radius: 20px; /* 角丸 */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* 影 */
}

/* コンテキストメニュー内の項目 */
/* .leaflet-contextmenu-item {
    padding: 5px 10px; 
} */

.leaflet-contextmenu-item {
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
}

.leaflet-contextmenu a.leaflet-contextmenu-item.over {
    background-color: transparent; /* 新しい背景色 */
    border-top: transparent solid 1px;
    border-bottom: transparent solid 1px;
    color: rgb(160, 160, 160); /* 新しい文字色 */
}


@media screen and (min-width:0px) and (max-width:768px) {
    #mapRadar {
        width: 100%;
        height: calc(100% - 25px);
        margin-left: 0px;
        position: absolute;
        z-index: 999;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    #mapRadar2{
        width: 100%;
        height: calc(100% - 25px);
        margin-left: 0px;
        position: absolute;
        z-index: 1000;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
}

@media screen and (min-width:768px) {
    #mapRadar {
        width: 100%;
        height: calc(100% - 25px);
        margin-left: 0px;
        position: absolute;
        z-index: 999;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    #mapRadar2 {
        width: 100%;
        height: calc(100% - 25px);
        margin-left: 0px;
        position: absolute;
        z-index: 1000;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
}
