@charset "UTF-8";

/*--- 電話番号パーツ・営業時間表示(2025/09/19) ---*/
#tel + .widget_tel .inner_item_txt {
    font-size: 3.2rem;
}
@media only screen and (max-width: 450px) {
    #tel + .widget_tel .inner_item_txt {
        font-size: 2.1rem;
    }
}

/*--- LINEバナー表示設定(2025/09/19) ---*/
@media only screen and (min-width: 701px) {
    #line-sp + .contents_box01 {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    #line-pc + .contents_box01 {
        display: none;
    }
}