@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 追従バナー（全デバイス対応） */

/* 共通設定（スマホ以下：全幅で下部固定） */
#fixed-bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: .3em .3em;
    background-color: #FFFFCE;
    display: block;
}

/* ボタンの調整 */
#fixed-bottom-menu .swell-block-column {
    padding: .5em;
}

#fixed-bottom-menu .swell-block-button__link[data-has-icon] {
    padding: 1em 1em;
}

.is-style-more_btn a {
    padding: 7%;
}

/* タブレット・PCサイズ用：右下に配置＋幅制限 */
@media screen and (min-width: 960px) {
    #fixed-bottom-menu {
        width: auto;
        min-width: 300px;
        max-width: 400px;
        right: 20px;
        left: auto;
        bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    #fixed-bottom-menu .swell-block-column {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    #fixed-bottom-menu .swell-block-button__link {
        margin-bottom: 10px;
    }

    /* PC時のbody下余白を解除（任意） */
    body {
        padding-bottom: 0 !important;
    }
}
