@charset "UTF-8";
#header .boxTel .num{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}
#header .boxTel .telItem{
    width: 100%;
}
@media only screen and (max-width:1280px){
    #header .boxTel .num{
        font-size: 18px;
    }
}
@media only screen and (max-width:1020px){
    #header .boxTel .num{
        font-size: 15px;
        white-space: nowrap;
    }
}
@media only screen and (max-width:900px){
    #header .boxTel .num{
        font-size: 13px;
    }
}
@media only screen and (min-width:768px){
    #header .boxTel .shopName{
        min-width: 43px;
    }
}

