/* ここからindex */

footer {
    background: #f5f5f5;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: -306px;
}

footer .footer_cont {
    max-width: 1340px;
    margin: auto;
    text-align: center;
}

footer .footer_cont .snsBtWrap {
    overflow: hidden;
    margin: 10px auto 30px;
    width: 225px;
}

footer .footer_cont .snsBtWrap div {
    float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
}

footer .footer_cont .snsBtWrap div:last-child {
    margin-right: 0px;
}

footer .footer_cont .snsBtWrap div a {
    display: block;
}

footer .footer_cont .snsBtWrap div a img {
    width: 100%;
}

footer .footer_cont .shopInfo {
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 30px;
}

@media screen and (min-width:840px) and (max-width:979px) {
    footer .footer_cont .snsBtWrap {
        margin: 10px auto 20px;
        width: 150px;
    }
    footer .footer_cont .snsBtWrap div {
        float: left;
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
    footer .footer_cont .shopInfo {
        font-size: 11px;
        font-weight: 300;
        line-height: 14px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:360px) and (max-width:839px) {
    footer {
        padding: 10px 0;
        bottom: 0;
    }
    footer .footer_cont .snsBtWrap {
        margin: 10px auto 10px;
        width: 128px;
    }
    footer .footer_cont .snsBtWrap div {
        float: left;
        margin-right: 10px;
        width: 36px;
        height: 36px;
    }
    footer .footer_cont .shopInfo {
        font-size: 11px;
        font-weight: 300;
        line-height: 14px;
        margin-bottom: 10px;
    }
    footer .footer_cont .footer_logo {
        display: none;
    }
}