@charset "UTF-8";

@media only screen and (min-width: 790px) {
/**header tel banner**/
    .headerbg_bnr_sp,.headerbg_bnr_sp_footer{
    display:none;
    }
    
    .headerbg_bnr_pc{
    width:auto;
    margin:0 auto 0 auto !important;
    float:left;
    }
   .headerbg_bnr_pc_footer{
    width:500px;
    margin:0 auto 0 auto !important;
    }
    }

@media (max-width: 789px) {
/**header tel banner**/
    .headerbg_bnr_pc,.headerbg_bnr_pc_footer{
    display:none !important;
    }
    .headerbg_bnr_sp img,.headerbg_bnr_sp_footer img{
    width:100% !important;
    height: auto;
    display: block;
    }
    .headerbg_bnr_sp{
    padding: 5px !important;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 640px;
    }
    .headerbg_bnr_sp_footer{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 640px;
    }
    .headerbg_bnr_sp a,.headerbg_bnr_sp_footer a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: block;
    }

    .headerbg_bnr_sp .tel-left,.headerbg_bnr_sp_footer .tel-left {
    left: 0;
    }
    .headerbg_bnr_sp .tel-right,.headerbg_bnr_sp_footer .tel-right {
    right: 0;
    }
    }