.map-page .map-area #map .map-popup {
    position: static;
    transform: none;
}

.map-page .map-area #map .map-popup .popup-inner::after {
    display: none;
}

.map_now_pin {
    width: 20px;
    height: 20px;
    background-color: cornflowerblue;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.map-page .map-area #map {
    max-height: calc(100vh - 60px - 70px);
}

button.disabled {
    background-color: #d8d8dd !important;
    cursor: not-allowed;
}

.category_list_area {
    height: auto;
    display: none;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}

img.close_category_list {
    width: 20px;
    height: 20px;
}

ul.category_list {
    padding: 0 10px;
    box-sizing: border-box;

    max-height: 30vh;
    overflow-y: auto;
}

.category_list_item {
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.category_list_item_sum_area {
    background-color: #00b3b8;
    box-sizing: border-box;
    padding: 4px;
}

.category_list_item_sum {
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;

    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
}

.category_list_item + .category_list_item {
    border-top: solid 1px lightgray;
}

.category_name_area {
    flex-grow: 1;
    align-items: center;

    font-family: Noto Sans JP;
    font-size: 12px;
    color: #000000;
}

.category_list_item_sum .category_name_area {
    text-align: start;
    box-sizing: border-box;
    padding-left: 10px;
}

.category_list_item_sum .category_stamp_count_area {
    box-sizing: border-box;
    padding-right: 10px;

    font-size: 20px;
    font-weight: bold;
}

.category_list_item_sum .category_stamp_count_area .stamp-count {
    color: #00b3b8;
}

svg.category_pin_svg {
    width: 30px;
    margin-right: 5px;
    flex-shrink: 0;
}

.category_name_area span {
    flex-grow: 1;
    text-align: start;
}

.category_stamp_count_area {
    font-size: 16px;
    color: #000000;
    flex-shrink: 0;
}

.category_stamp_count_area .stamp-count {
    margin-right: 3px;
}

.category_stamp_count_area .stamp-total {
    margin-left: 3px;
}

#mapbox {
    position: absolute;
    top: 60px;
    bottom: 70px;
    width: 390px;
}

.mapboxgl-popup-content {
    padding: 0 !important;
}

/* .mapboxgl-ctrl-top-right {
    display: none !important;
}

button[aria-label="Find my location"] {
    display: none !important;
}
 */

.map-page .map-btn-area {
    bottom: calc(105px + env(safe-area-inset-bottom));
}

#map > div.mapboxgl-control-container > div.mapboxgl-ctrl-top-right {
    display: none;
}
