@charset "utf-8";

#g-nav ul li.nav_ul.map > a::before,#g-nav ul li.nav_ul.map > a::after{
    width: 50%;    
}

.map_ttl{
    width: 100%;
    height: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #4270a3;
}
.map_ttl .ja{
    font-size: 28px;
}
.map_ttl .en{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0.5em;
}
.google_map{
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 70px;
    margin: 40px auto 0;
    color: #fff;
    background: #4270a3;
    transition: 0.3s;
}
.google_map:hover{
    background: #6696cb;
}
.google_map a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_txt_box{
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.map_txt_s{
    font-size: 0.8em;
}


@media screen and (max-width:1200px){
}

@media screen and (max-width:1000px){
    .map_ttl {
        height: 80px;
    }
    .map_ttl .ja {
        font-size: 22px;
    }
    .map_ttl .en {
        font-size: 14px;
    }
    .google_map {
        font-size: 16px;
        width: 260px;
        height: 50px;
    }

    .map_txt_h{
        display: block;
        margin-bottom: 10px
    }
}

@media screen and (max-width:800px){
}

@media screen and (max-width:768px){
    .google_map {
        font-size: 14px;
    }
}

@media screen and (max-width:650px){
    .map_txt_box{
        font-size: 16px;
    }
}

@media screen and (max-width:500px){
}






