@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
    background-color: #ffffff;
}

img {
    vertical-align: bottom;
}

a:hover img {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    transition: all 0.4s;
}

a {
    text-decoration: none;
    color: #435ea9;
}

a:hover {
    text-decoration: none;
    color: #0E2D96;
    transition: 0.3s all;
}

.clearfix-city:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/******* 地図成形 *******/
#city div div.area div {
    border: 1px #ffffff solid;
    text-align: center;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    box-sizing: border-box;
    transition: 0.2s;
}

#city div div.area div:hover {
    opacity: 0.5;
    transition: 0.2s;
}

#city {
    display: block;
    height: 480px;
    background-color: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#city p.area-title {
    display: none;
}

#word-city {
    width: 152px;
    height: 247px;
    position: absolute;
    left: 0px;
    top: 235px;
}

#word-city div.area div {
    background-color: #4070ff;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    #city {
        display: block;
        width: 100%;
        /* height: auto; */
    }

    #word-city {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /* height: auto; */
        position: static;
        margin-left: 0px;
        margin-right: 0px;
    }

    #city div div.area {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #city div div.area a {
        /* height: auto; */
        width: 25%;
    }

    #city div div.area div {
        display: block;
        border-radius: 0px;
        position: static;
        /* height: auto; */
        font-size: 16px;
        width: 100%;
        padding: 0.5em 0.3em 0.5em 0.3em;
    }

}

.width-parcent-city {
    width: 25% !important;
    /* height: 40px !important; */
}

.special-font-size {
    font-size: 9px;
}

@media screen and (min-width:999.99px) {
    .city-display {
        display: none;
    }
}