@charset utf-8;

/* mapsetting */

#map-container{
    width: 100%;
    max-width: 1080px;
    /* min-height: 600px; */
}

#map {
    border: 1px solid #666;
    position: relative;
    width: 100%;
    /* min-height: 600px; */
    z-index: 0;
}




/* mapclick */
.mousearea {
    cursor: pointer !important;
    fill: #fff !important;
    opacity: 0 !important;
    transition: .2s !important;
}

.mousearea:hover {
    opacity: .4 !important;
    transition: .2s !important;
}

/* mapのオーバーライド */


/* mapbutton */
/* リセットボタン等の設定 */

.zoomcontrol {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.ctrlbtn img {
    height: 16px;
    width: auto;
    margin: auto;
    max-width: 16px;
    vertical-align: middle;
}

.ctrlbtn {
    background-color: white;
    text-align: center;
    border-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: block;
    height: 29px;
    min-width: 29px;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    /* width: 29px; */
    z-index: 2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    font-size: .8em;
    padding-left: .3em;
    padding-right: .3em;
}

.ctrlbtn:hover {
    color: #000000ab;
    background-color: #bdb1e9;
}

.ctrlpm {
    display: flex;
}


/* text */
#map-container * {
    box-sizing: border-box;
}

/* .map-ttl {
    border-bottom: 3px double #2b2b2b;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
} */

.map-ttl {
    font-size: 1em;
    background: #eb6d18;
    border-radius: 3px;
    width: 100%;
    padding:3px 0;
    text-align: center;
    color:#fff;
    margin-top:0;
}

/* .map-subttl.solutionttl {
    background: -webkit-linear-gradient(to right, rgb(247, 222, 6), #776d0f);
    background: linear-gradient(to right, rgb(247, 222, 6), #776d0f);
} */

.map-subttl {
    text-align: center;
    color: #eb6d18;
    font-weight: bold;
    margin-top: 5px;
    font-size: 100%;
}
/* #Kyushu{
    /* debug */
    display: block!important;
} */

.map-subttl.solutionttl  {
    color: rgb(246, 187, 1);
}

.map-text_main + .solutionttl{
    padding-top: 1em;
    border-top: 1px solid #666;
}

.map-subttl img {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;

}

.map-text_main p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.map-text_sub {
    color: rgb(235, 109, 24);
    font-weight: bold;
    border: 1px solid;
    margin: 10px 3px 10px 0px;
    display: inline-block;
    margin: 2px 0;
    margin-left: 0px;
    font-size: .8em;
    margin-right: 10px;
}

ul.sdgs_icon {
    list-style-type: none;
    display: flex;
    margin-left: 0em;
    margin:0;
}

.sdgs_icon li {
    max-width: 30px;
    height: auto;
    margin-right: 10px;
}

.area-container {
    display: flex;
    flex-wrap: wrap;
}

.col-3 .localarea-container {
    width: 33.3%;
    /* min-width: 33.3%; */
}

.localarea-container{
    padding:0 10px;
    margin-top: 20px;
    /* margin-bottom:20px; */
    padding-bottom: 20px;
}

.map-text_main {
    margin-bottom: 20px;
}
.map-text_main + .map-text_main{
    border-top: 1px dashed #666;
}

.map-text_main .name{
    /* font-weight: bold; */
}


@media screen and (max-width:768px) { 
    .col-3 .localarea-container {
        width: 100%;
        /* min-width: 33.3%; */
    }
    .localarea-container {
        margin-top: 10px;
        padding-bottom: 10px;
    }

}


#okinawaclickarea {
    display: block;
    stroke-width: 2%!important;
    opacity: 0;
    stroke: #fff;
    fll: #fff;
}

#okinawaclickarea:hover {
    opacity: .4 !important;
    transition: .2s !important;
}