/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:52:40 */
/* PC表示のとき：スマホ用画像を隠す */
@media (min-width: 992px) {
    .sp-only-img {
        display: none !important;
    }
}

/* PC表示のとき：スマホ用画像を隠す */
@media (min-width: 992px) {
    .sp-only-img {
        display: none !important;
    }
}

/* スマホ表示のとき：G3の標準スライドショーエリアを根こそぎ非表示 */
@media (max-width: 991px) {
    /* スライダー本体、外枠ブロック、セクション領域をすべて強制非表示 */
    .top-slide,
    .ltg-slide,
    .slide-section,
    .vk-slider,
    [class*="top-slide"],
    section[class*="slide"] {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* スマホ用画像を表示 */
    .sp-only-img {
        display: block !important;
    }
}

