/*
 * AICITY_STORE_MOBILE_SIDEBAR_V2
 *
 * PCは既存sidebarを完全維持。
 * SPだけJS準備完了後に折りたたむ。
 * JS失敗時はsidebarを隠さない。
 */

.aicity-store-mobile-side-toggle {
    display: none;
}

@media screen and (max-width: 767px) {

    .aicity-store-mobile-side-toggle.aicity-store-mobile-side-ready {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin: 18px 0;
        padding: 14px 16px;
        border: 1px solid #d7d7d7;
        border-radius: 6px;
        background: #fff;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .aicity-store-mobile-side-toggle-icon {
        display: inline-block;
        flex: 0 0 auto;
        font-size: 12px;
        line-height: 1;
    }

    #side.aicity-store-mobile-side-ready {
        display: none;
    }

    #side.aicity-store-mobile-side-ready.is-open {
        display: block;
    }
}


/*
 * AICITY_STORE_MOBILE_COMPACT_V3
 *
 * temp_shop / オーナー無し店舗のスマホだけ、
 * 最終footer（ロゴ以下）のみ残す。
 *
 * 共通footer.tpl自体は変更しない。
 */
@media screen and (max-width: 767px) {

    .aicity-store-compact-mobile-footer > #pagetop3,
    .aicity-store-compact-mobile-footer > .search_type {
        display: none !important;
    }
}
