@charset "utf-8";
/* ================================================== */
/*                                                    */
/*                   footer_res.css                   */
/*                                                    */
/* ================================================== */
@media screen and (max-width: 768px) {
    #footer_wrap{
        width:100%;
        display:block;
    }
    #footer_wrap p{
        font-size:1.0rem;
        line-height:2.0;
    }
    /* ==================== 左ブロック ==================== */
    #footer_wrap .left_block{
        width:96%;
        margin:0 auto 5% auto;
    }
    #footer_wrap .left_block p.footer_logo{
        width:60%;
        margin:0 0 3% 0;
    }
    #footer_wrap .left_block p.footer_logo img{
        width:100%;
    }

    /* ================== //左ブロック// ================== */

    /* ==================== 右ブロック ==================== */
    #footer_wrap .right_block{
        width:96%;
        margin:0 auto 5% auto;
    }
    #footer_wrap .right_block ul{
        display:block;
        margin:0 0 5% 0;
    }
    #footer_wrap .right_block ul li{
        font-size:1.0rem;
        margin:0 0 2% 0;
    }
    #footer_wrap .right_block p.footer_right_tel{
        width:98%;
        font-size:1.1rem;
        margin:0 auto 10% auto;
        padding:2% 2% 2% 2%;
    }
    #footer_wrap .right_block ul.sns_list{
        width:94%;
        display:flex;
        justify-content:space-around;
        align-items:center;
        margin:0 0 10% 0;
    }
    #footer_wrap .right_block ul.sns_list li{
        width:20%;
    }
    #footer_wrap .right_block ul.sns_list li img{
        width:100%;
    }
    /* ================== //右ブロック// ================== */
    p.footer_banner{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100vw;
    }
    /*
    p.footer_banner img{
        z-index: 9999;
        width:100%;
    }
    */
}
