/* 2025年度対応スタイル */

/* お近くの教室ページ レスポンシブ対応 - タブレット・スマホ閲覧時 */
@media screen and (max-width: 948px) {
    /* タブレット閲覧時は改行を無効化 */
    .sp-br {
        display: none !important;
    }
    
    /* vicinty-topの調整 */
    #vicinty-top {
        width: 100% !important;
        height: auto !important;
        background: none !important;
        background-image: none !important;
        padding-top: 30px !important;
    }
    
    /* スマホ専用画像の調整 */
    #vicinty-top-sp-img {
        width: 100% !important;
        height: auto !important;
        display: block;
        margin-bottom: 30px !important;
    }
    
    /* メッセージ領域の調整 */
    #vicinty-message {
        width: 100% !important;
        height: 20px !important;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 0px !important;
        margin-bottom: 30px;
    }
    
    #vicinty-message p {
        font-size: 20px !important;
        color: #ff6801 !important;
        margin: 0;
        flex: 1;
        text-align: left !important;
        font-weight: bold !important;
    }
    
    #vicinty-message img {
        position: absolute;
        right: -20px;
        top: -30px;
        width: 175px;
        height: 138px;
    }
    
    /* anchorの調整 */
    #vicinty-top #anchor {
        width: calc(100% - 115px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* supportの調整 */
    #vicinty-top #support {
        margin: 5px 59px 30px 0px !important;
        width: 100% !important;
        white-space: wrap !important;
    }
    
    /* vicinty-middleの調整 */
    #vicinty-middle {
        width: 100% !important;
        padding: 0 !important;
        padding-bottom: 0px !important;
        background: none !important;
        background-image: none !important;
        margin-bottom: 40px !important;
    }
    
    /* vicinty-middle div.sheetの調整 */
    #vicinty-middle div.sheet {
        width: 100% !important;
        padding: 0 !important;
        border: solid 0px transparent !important;
    }
    
    /* vicinty-middle div.sheet.firstの調整 */
    #vicinty-middle div.sheet.first {
        margin-bottom: 30px !important;
    }
    
    /* vicinty-middle div.sheetR tableの調整 */
    #vicinty-middle div.sheetR table {
        width: calc(100vw - 42px - 310px) !important;
    }
    
    /* 学年別コーステーブルの真ん中の列の幅調整 */
    #vicinty-middle div.sheetR td.weekday3 {
        width: 100px !important;
    }
    
    #vicinty-middle div.sheetR td.l3 {
        width: 100px !important;
    }
    
    /* vicinty-bottomの調整 */
    #vicinty-bottom {
        display: none !important;
    }
    
    /* sheetR thの調整 */
    #vicinty-middle div.sheetR th {
        padding-right: 6px !important;
    }
}

/* タブレット閲覧時のみ（スマホは除外）- 948px〜601px */
@media screen and (max-width: 948px) and (min-width: 601px) {
    /* vicinty-middle div.sheetRの調整 */
    #vicinty-middle div.sheetR {
        width: calc(100% - 310px) !important;
    }
    
    /* vicinty-middle div.sheetR tableの調整 */
    #vicinty-middle div.sheetR table {
        width: calc(100vw - 60px - 310px) !important;
    }
}

/* スマホ閲覧時のみ - 600px以下 */
@media screen and (max-width: 600px) {
    /* vicinty-middle div.sheetの調整 */
    #vicinty-middle div.sheet {
        margin-top: 50px !important;
    }
    
    /* vicinty-middle div.sheetLの調整 */
    #vicinty-middle div.sheetL {
        width: 100% !important;
    }
    
    /* vicinty-middle div.sheetL div.sheet-headerの調整 */
    #vicinty-middle div.sheetL div.sheet-header {
        width: 100% !important;
        border-bottom: solid 2px #1E50A2 !important;
    }
    
    /* vicinty-middle div.sheetL div.sheet-imageの調整 */
    #vicinty-middle div.sheetL div.sheet-image {
        width: 100% !important;
    }
    
    /* vicinty-middle div.sheetL div.sheet-image div.teacherの調整 */
    #vicinty-middle div.sheetL div.sheet-image div.teacher {
        margin: 0 auto !important;
    }
    
    /* vicinty-middle div.sheetRの調整 */
    #vicinty-middle div.sheetR {
        width: 100% !important;
    }
    
    /* vicinty-middle div.sheetR tableの調整 */
    #vicinty-middle div.sheetR table {
        width: 100% !important;
    }
    
    /* sheetRテーブルのすべてのカラムの幅調整 */
    #vicinty-middle div.sheetR td.weekday1,
    #vicinty-middle div.sheetR td.time1,
    #vicinty-middle div.sheetR td.l1,
    #vicinty-middle div.sheetR td.r1,
    #vicinty-middle div.sheetR td.weekday2,
    #vicinty-middle div.sheetR td.time2,
    #vicinty-middle div.sheetR td.l2,
    #vicinty-middle div.sheetR td.r2,
    #vicinty-middle div.sheetR td.schoolyear,
    #vicinty-middle div.sheetR td.weekday3,
    #vicinty-middle div.sheetR td.time3,
    #vicinty-middle div.sheetR td.l3,
    #vicinty-middle div.sheetR td.r3 {
        width: unset !important;
    }
}

/* スマホ専用の追加調整 */
@media screen and (max-width: 600px) {
    /* スマホ閲覧時は改行を有効化 */
    .sp-br {
        display: block !important;
    }
}

/* タブレット・PC閲覧時はスマホ専用画像を非表示 */
@media screen and (min-width: 949px) {
    #vicinty-top-sp-img {
        display: none;
    }
    
    #vicinty-message {
        display: none;
    }
    
    /* タブレット・PC閲覧時は改行を無効化 */
    .sp-br {
        display: none !important;
    }
}
