@charset "UTF-8";

#areaMap {
    position: relative;
    height: 370px;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 168, 176, .2)), to(rgba(0, 168, 176, .3)));
    background: linear-gradient(rgba(0, 168, 176, .2), rgba(0, 168, 176, .3))
}

@media screen and (min-width:830px) {
    #areaMap {
        margin-right: 0;
        margin-left: 0
    }
}

#areaMap:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 176.66667px;
    background-image: url("https://gvs.weathernews.jp/s/ajisai/img/map_bg@2x.png");
    background-size: cover;
    content: "";
    opacity: .5
}

#areaMap .mapBody {
    z-index: 3;
    position: relative
}

.mapInfoArea {
    position: absolute;
    top: 10px;
    left: 10px
}

.mapInfoArea>:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (min-width:830px) {
    .mapInfoArea {
        top: 15px;
        left: 15px
    }
}

.mapDate {
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em
}

.mapGuide {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 6px;
    border: 1px solid #00a8b0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .85)
}

.mapGuide__title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 660;
    text-align: center
}

.mapGuide__title .small {
    display: block;
    font-size: 10px;
    line-height: 1em;
    text-align: center
}

.mapGuide__item {
    font-size: 12px;
    font-weight: 600
}

.mapGuide__icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-size: cover;
    line-height: 1em;
    vertical-align: middle
}

.mapGuide__icon img {
    -o-object-fit: cover;
    width: 14px;
    height: 14px;
    object-fit: cover
}

@media screen and (max-width:374px) {
    .mapGuide__item {
        font-size: 10px
    }
    #areaMap {
        height: 300px;}
}

@media screen and (max-width:830px) {
    /* .spMapBottom {
        margin-bottom: 50px
    } */

    .spMapBottom .mapGuide {
        -webkit-transform: translateX(50%);
        top: auto;
        right: 50%;
        bottom: -30px;
        left: auto;
        width: 100%;
        transform: translateX(50%);
        border-bottom: 1px solid #00a8b0;
        border-radius: 0;
        background-color: #fff
    }

    .spMapBottom .mapGuide .mapGuide__title {
        display: none
    }

    .spMapBottom .mapGuide .mapGuide__list {
        -ms-flex-pack: distribute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around
    }

    .spMapBottom .mapGuide .mapGuide__item {
        color: #33272c
    }
}

#areaMap .searchArea {
    -webkit-transform: translateX(-50%);
    z-index: 9;
    position: absolute;
    top: 0;
    left: 50%;
    width: 375px;
    height: 100%;
    transform: translateX(-50%)
}

#areaMap .searchArea__item {
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    padding: 0;
    transform: translateX(-50%)
}

#areaMap .searchArea__item>* {
    padding: 10px 7.5px
}

#areaMap .searchArea__item.hokkaidou {
    top: 20px;
    left: 57%
}

#areaMap .searchArea__item.touhoku {
    top: 140px;
    left: 85%
}

#areaMap .searchArea__item.kanto {
    top: 220px;
    left: 80%
}

#areaMap .searchArea__item.chubu {
    top: 110px;
    left: 50%
}

#areaMap .searchArea__item.kinki {
    top: 270px;
    left: 55%
}

#areaMap .searchArea__item.chugoku {
    top: 160px;
    left: 36%
}

#areaMap .searchArea__item.shikoku {
    top: 295px;
    left: 32%
}

#areaMap .searchArea__item.kyushu {
    top: 185px;
    left: 12%
}

#areaMap .searchArea__item.okinawa {
    top: 330px;
    left: 15%
}

@media screen and (min-width:830px) {
    #areaMap .searchArea__item.hokkaidou {
        top: 45px;
        left: 50%
    }

    #areaMap .searchArea__item.chubu {
        top: 145px;
        left: 40%
    }

    #areaMap .searchArea__item.chugoku {
        top: 185px;
        left: 15%
    }

    #areaMap .searchArea__item.shikoku {
        top: 295px;
        left: 32%
    }

    #areaMap .searchArea__item.kyushu {
        top: 235px;
        left: -5%
    }
}

@media screen and (max-width:374px) {
    #areaMap .searchArea {
        width: 320px
    }

    #areaMap .searchArea__item {
        width: 65px;
        font-size: 13px
    }

    #areaMap .searchArea__item.hokkaidou {
        top: 20px;
        left: 57%
    }

    #areaMap .searchArea__item.touhoku {
        top: 100px;
        left: 85%
    }

    #areaMap .searchArea__item.kanto {
        top: 180px;
        left: 81%
    }

    #areaMap .searchArea__item.chubu {
        top: 110px;
        left: 50%
    }

    #areaMap .searchArea__item.kinki {
        top: 222px;
        left: 55%
    }

    #areaMap .searchArea__item.chugoku {
        top: 147px;
        left: 35%
    }

    #areaMap .searchArea__item.shikoku {
        top: 250px;
        left: 32%
    }

    #areaMap .searchArea__item.kyushu {
        top: 150px;
        left: 12%;
    }

    #areaMap .searchArea__item.okinawa {
        top: 330px;
        left: 15%
    }

    #areaMap .searchArea__item>* {
        padding: 7px 5px
    }

    #areaMap .searchArea__item>:after {
        right: 6px;
        width: 5px;
        height: 5px
    }
}

.mapTitle {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 15px
}

@media screen and (max-width:374px) {
    .mapTitle img {
        height: 40px
    }
}

.mapBody {
    width: 355px;
    margin-right: auto;
    margin-left: auto
}

.mapBody img {
    width: 100%
}

@media screen and (max-width:374px) {
    .mapBody {
        width: 300px
    }
}

.searchButton {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.searchButton>* {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    color: #00a8b0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em
}

#locatenow {
    color: #00a8b0;
}

.searchButton .icon {
    margin-top: -2px;
    margin-right: 5px
}

@media screen and (max-width:830px) {
    .searchButton .icon {
        width: 14px;
        height: 14px
    }

    .searchButton>* {
        font-size: 12px
    }
}
