@charset "utf-8";
nav.header-nav ul li.map::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #9292a5 0%, #737380 100%);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
.map_address_p{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px 5px;
    margin: 0px auto 0px;
    line-height: 1.5;
}
.map_address_cap{
    font-size: 12px;
    line-height: 1.6;
}

.map_btn{
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.map_btn li{
    text-align: center;
    width: 222px;
    height: 57px;
    background-color: #737380;
    transition: all .4s ease;
}
.map_btn li:hover{
    border: solid 1px #737380;
    background-color: #fff;
}
.map_btn li:hover a{
    color: #737380;
}
.map_btn li:nth-of-type(1){
    margin-right: 20px;
}
.map_btn li a{
    /* padding: 10px 0; */
    color: #fff;
    /* line-height: 57px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_ttl {
    text-align: center;
    margin-bottom: 40px;
}
.map_img_txt01{
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #05345b;
    font-weight: bold;
    color: #05345b;
    line-height: 1.5;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .map_img_txt01{
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .map_address_p{
        font-size: 12px;
    }
    .map_address_cap{
        font-size: 10px;
    }
    .map_btn{
        flex-wrap: wrap;
        width: 222px;
        margin: 30px auto 30px;
    }
    .map_btn li:nth-of-type(1) {
        margin-right: 0;
        margin: 0 0 20px;
    }
    .map_btn li{
        font-size: 14px;
    }
    .sec_ttl {
        margin-bottom: 30px;
    }

    .map_img_txt01{
        margin-top: 15px;
        padding: 10px 15px;
        font-size: 13px;
    }
}


@media print {
    #common_header,
    #common_footer {
        display: none!important;
    }
    .subhead02 {
        margin-bottom: 0;
        display: none;
    }
    .map_btn{
        display: none;
    }
}