@charset "UTF-8";
/* CSS Document */
.kv_map {
    background: url(/common/img/kv_bg.png) no-repeat center bottom;
    height: 656px;
    padding: 30px 0;
    margin: 30px 50px 50px;
    background-size: cover;
}
.areamap {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 10px;
    max-width: 700px;
}
.areamap svg a rect {
    transition: fill 0.3s linear;
}
.areamap svg a:hover rect {
    fill: #d8ff00;
}
.ws_head {
    position: relative;
}
@media (max-width: 768px) {
    .kv_map {
        background: url(/common/img/kv_bg.png) no-repeat center bottom;
        height: auto;
        padding: 30px 0;
        margin: 30px 15px 50px;
        background-size: cover;
    }
    
}