@charset "utf-8";
/* .nav_list li.nav-brand{
    background: rgba(255, 255, 255, 0.85);
    color: #000;
} */



.area_toho {
    margin-bottom: 20px;
}

.area_toho p {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 300;
}

.area_map {
    margin-bottom: 40px;
}

.img_map {
    max-width: 950px;
    width: 100%;
    margin: auto;
}


.area_address {margin-bottom: 55px;}

.area_address p {font-size: 20px;text-align: center;font-weight: 300;}

.area_toho .big {
    font-size: 56px;
    font-weight: 500;
}

.area_toho .large{
    font-size: 30px;
}

.area_toho .midium{
    font-size: 20px;
}

.area_toho .small{
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}

.area_toho .small02{
    font-size: 14px;
}

.area_tiho02 p {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

.area_tiho02 .midium{
    font-size: 20px;
}

.area_tiho02 .small{
    font-size: 14px;
}


.area_tiho02 .reader  {
    flex: auto;
}

.area_tiho02 hr.tab-r-line {
    position: relative;
    top: 5px;
    margin: 0 5px;
    border: none;
    border-top: dotted 2px #CCC;
    border-color: #000;
}

.area_tiho02 .keiseichiba {
    max-width: 660px;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    /* line-height: 35px */
}

.area_tiho02 .keiseichiba li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1em;
}

.area_tiho02 .keiseichiba li:last-of-type{
    margin-bottom: 0;
}






/* ボタン */

.area_btn_map {display: flex;justify-content: space-around;width: 100%;max-width: 790px;padding: 0 20px;margin: 0 auto 100px auto;font-family: "Noto Sans JP";}

.btn_map {width: 280px;height: 50px;background: #EBE8E6;border: solid 1px #231815;border-radius: 11px;}

.btn_map:hover {
    opacity: 0.7;
}

.a_btn_map {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}

.logo_btn {
    width: 30px;
    margin-right: 20px;
}

.logo_btn_gen {
    width: 23px;
    margin-right: 20px;
}

.p_btn_map {
    font-size: 16px;
}


@media screen and (max-width: 1000px) {
    .area_btn_map {
        margin: 0 auto 60px auto;
    }
}

@media screen and (max-width: 950px) {
        .area_toho .small {
        /* text-align: left; */
    }
    .area_toho p {
        font-size: 26px;
    }
    .area_toho .large {
        font-size: 28px;
    }
    .area_toho .big {
        font-size: 52px;
    }
}

@media screen and (max-width: 750px) {
    .area_toho p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .area_toho p:last-of-type{
        margin-bottom: 0;
    }

    .area_toho .big{
        font-size: 40px;
    }

    .area_toho .large{
        font-size: 20px;
        margin-bottom: 5px;
        display: block;
    }

    .area_toho .small{
        display: block;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .area_address p {
        font-size: 18px;
    }

    .area_btn_map {
        flex-wrap: wrap;
        width: 280px;
    }

    .area_tiho02 .keiseichiba{
        margin-bottom: 30px;
    }

    .btn_map:first-child {
        margin-bottom: 7%;
    }

    .area_toho {
        margin-bottom: 20px;
    }
    
    .area_map {
        margin-bottom: 20px
    }

    .area_address {
        margin-bottom: 40px
    }

    .area_tiho02 .midium {
        font-size: 18px;
    }
    .area_tiho02 .small {
        font-size: 12px;
    }

}
    



@media screen and (max-width: 600px) {
    .area_address p {
        line-height: 1.5;
    }

    .p_btn_map {
        font-size: 14px;
    }

    .area_tiho02 p {
        font-size: 20px;
    }
    .area_tiho02 .midium {
        font-size: 14px;
    }
    .area_tiho02 .small {
        font-size: 10px;
    }
    
}


@media print{
    
    .area_map {
        width: 80%!important;
        margin: 0 auto 4% auto!important;
    }

    .area_btn_map {
        display: none !important;
    }
    .nav_height {
        display: none !important;
    }

    .mapout_ttl{
        margin: 0 auto 15px;
    }

    .area_toho{
        margin-bottom: 15px;
    }

    #common_header , #common_footer {
        display: none !important;
    }
    .area_toho .large{
        font-size: 20px;
    }
}