        @media print {
            body {
                display: none;
            }
        }

        html,
        body {
            height: 100%;
            margin: 0;
        }

        #map_201 {
            width: 100%;
            height: 100%;
            cursor: default;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        .leaflet-control-layers-selector:focus {
            outline: 1px solid #000 !important;
        }

        .leaflet-control-layers-overlays label {
            margin-left: 1em;
        }

        .leaflet-control-layers-overlays label.leaflet-control-layers-group-label {
            margin-left: 0em;
        }

        .leaflet-popup {
            margin-bottom: 30px !important;
        }

        /* Here I move the "tip" to the right location, but didn't succeed in making it visible. So I just remove the box-shadow and leave it: */
        .leaflet-popup-tip-container {
            top: 0px !important;
        }

        .leaflet-popup-tip {
            box-shadow: none !important;
        }

        .leaflet-control-layers-toggle:before {
            content: 'メニュー';
            position: absolute;
            top: 0;
            right: 40px;
            width: 4em;
            color: #fff;
            font-size: 1.2em;
            line-height: 30px;
        }

        @media(max-width:767px) {
            .leaflet-control-layers-toggle {
                width: 30px;
                height: 30px;
            }

            .leaflet-retina .leaflet-control-layers-toggle {
                background-size: 20px 20px;
            }

            .leaflet-touch .leaflet-control-layers-toggle {
                width: 30px;
                height: 30px;
            }
        }

        .leaflet-control-layers-group {
            vertical-align: top;
            display: inline-block;
        }


        /*=== パンくずリスト ===*/
        ul.pankuzu {
            margin-left: 1em;
            padding-left: 0;
            display: inline-block;
            white-space: nowrap;
        }

        ul.pankuzu,
        ul.pankuzu a {
            color: #fff;
            text-decoration: none;
        }

        ul.pankuzu li {
            display: inline;
            list-style: none;
            margin-right: 0.2em;
        }

        ul.pankuzu li:after {
            /* △を表示*/
            content: "\025b6";
            font-size: 75%;
            padding-left: 0.5em;
            vertical-align: middle;
            vertical-align: 15%;
        }

        ul.pankuzu li:last-child:after {
            content: '';
        }

        ul.pankuzu li.home a:before {
            display: inline-block;
            width: 1em;
            height: 1em;
            margin-right: 0.3em;
            margin-bottom: -0.1em;
            /*家アイコン*/
            content: "";
            background: transparent url(/city-aizuwakamatsu/top/topg/images/common/ico_pankuzu_home_map.gif) no-repeat;
            background-size: contain;
        }

        ul.pankuzu li.home a:hover {
            /*家アイコン*/
            text-decoration: underline;
            background-size: contain;
        }

        @media(max-width:767px) {

            ul.pankuzu li:after,
            .current {
                opacity: 0;
            }

            ul.pankuzu {
                margin-left: 0.2em;
            }
        }

        ul.display-tab {
            display: none;
        }

        @media(max-width:767px) {
            ul.display-default li {
                display: none;
            }

            ul.display-tab {
                display: inline-block;
                white-space: nowrap;
            }

        }

        #btnAbout {
            position: absolute;
            top: 170px;
            left: 0;
        }

        .btn-open {
            padding: 5px;
            margin-left: 1em;
            cursor: pointer;
            color: #fff;
            border: 2px solid #fff;
            background-color: rgba(0, 0, 0, 0.65);
            z-index: 12;
            font-size:1.0em;
        }

        /* 閉じるボタン */
        .button-close {
            position: absolute;
            top: 2%;
            right: 2%;
            padding: 0.3em 0.6em;
            border-radius: 20rem;
            cursor: pointer;
        }

        .button-close:focus {
            background-color: #fff;
            outline: 3px solid #000;
        }

        /* オーバーレイ */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            z-index: 99999;
        }

        /* モーダルウィンドウ */
        .modal-window {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border-radius: 5px;
            z-index: 100000;
            padding: 1em;
            width: 60%;
            max-height: 80%;
            overflow: scroll;
        }

        .modal-main {
            overflow-y: scroll;
            overflow-y: hidden;
        }

        .modal-main p {
            margin: 0 0.5em 0.5em 0.5em;
        }

        .modal-main h3 {
            margin: 0.5em 0 1em 0;
        }

        .modal-main h4 {
            margin-block-end: 0;
            border-left: 0.5em solid #93c35b;
            margin-left: 0.5em;
            padding-left: 0.5em;
        }

        .modal-img {
            width: 80%;
            border: 1px solid #666;
        }

        @media(max-width:767px) {
            .modal-window {
                width: 80%;
            }

            .modal-main h3 {
                margin-top: 1em;
            }

            .modal-main img {
                width: -moz-available;
                /* WebKit-based browsers will ignore this. */
                width: -webkit-fill-available;
                /* Mozilla-based browsers will ignore this. */
                width: fill-available;
            }

            .leaflet-control-layers {
                max-width: 80%;
            }
        }

        .leaflet-control-layers {
            z-index: 1000;
        }

        .leaflet-control-layers-expanded {
            overflow: auto;
            max-height: 800px;
        }

        .leaflet-control-layers-group label {
            margin-bottom: -0.1em;
        }

#area_btn {
    padding: 5px;
    margin-left: 1em;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 12;
    position: absolute;
    top: 240px;
    left: 0;
    display:block;
}

#area_btn span {
    color:#fff;
    margin: 0 1em;
}

#area_btn button {
    border-radius: 10PX;
    border: #fff 1.5px solid;
    background: rgba(23, 94, 79, 0.5);
    color: #fff;
    cursor: pointer;
}

.leaflet-container {
font-size:0.9em;
}