@charset "UTF-8";

/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
     footer
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */

#footer{
    margin-left: 300px;
    width: calc(100% - 300px);
}

#footer .footer_contact{
    margin: 120px auto 60px;
    padding: 120px 30px;
    width: 90%;
    max-width: 1300px;
    background-image: url('../img/footer/footer_contact_bgi_pc_01.png'),
        url('../img/footer/footer_contact_bgi_pc_02.png'),
        url('../img/footer/footer_contact_bgi_pc_03.png');
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: contain, contain, cover;
    background-position: top, bottom, center right;

    text-align: center;
}
#footer .footer_contact h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}
#footer .footer_contact p{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

#footer .footer_contact .active_button_wrap{
    margin-top: 60px;
}

#footer .copy_light{
    max-width: 1600px;
    margin: 0 auto;
    background-color: #dcdcdc;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 15px;
}

#footer .copy_light small{
    font-size: 1em;
}

/*  ==== レスポンシブ（1200以下） ==== ==== ==== */
@media screen and (max-width:1200px) {
    #footer{
        margin-left: 0px;
        width: calc(100% - 0px);
    }
}

/*  ==== レスポンシブ（600以下） ==== ==== ==== */
@media screen and (max-width:600px) {

    #footer .footer_contact{
        margin: 120px auto 60px;
        padding: 300px 20px 120px;
        width: 100%;
        max-width: 1300px;

        background-image: url('../img/footer/footer_contact_bgi_sp_01.png'),
            url('../img/footer/footer_contact_bgi_sp_02.png'),
            url('../img/footer/footer_contact_bgi_sp_03.png');
        background-repeat: repeat-x, repeat-x, no-repeat;
        background-size: contain, contain, cover;
        background-position: top, bottom, center top;
    }
    #footer .footer_contact h3{
        font-size: 20px;
    }
    #footer .footer_contact p{
        font-size: 15px;
    }
}
/*  ==== レスポンシブ（400以下） ==== ==== ==== */
@media screen and (max-width:400px) {
    #footer .footer_contact{
        margin: 60px auto 30px;
        padding: 200px 20px 120px;
        width: 100%;
    }
}