.footer{
    max-width:1920px;
    width:100%;
    margin:0 auto 0 auto;
}

.footer-bg{
    background-image:url(../img/common/footer_bg.jpg);
    background-attachment:scroll;
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
}

.footer-inner{
    max-width:308px;
    width:100%;
    margin:0 auto 0 auto;
    padding:80px 15px 30px 15px;
}

.footer-area02{
    display:flex;
    justify-content:space-between;
    border:#4d4b49;
    margin:35px 0 0 0;
}

.footer-left-block{
    max-width:278px;
    width:100%;
}

.footer-right-block{
    max-width:844px;
    width:70%;
    display:none;
}

.footer-logo{
    max-width:180px;
    width:100%;
}

.footer-info-name{
    letter-spacing:0.08em;
    line-height:1.45em;
}

.footer-info-address{
    letter-spacing:0.08em;
    line-height:1.66em;
    margin:14px 0 0 0;
}

.footer-btn01{
    margin:37px 0 0 0;
    width:100%;
}

.footer-btn02{
    max-width:100%;
    width:100%;
    margin:40px 0 0 0;
    padding:14px 10px 14px 10px;
    letter-spacing:0.05em;
    line-height:1.2em;
}

.footer-online-shop-icon{
    max-width:15px;
    width:100%;
    height:21px;
    margin:0 10px 0 0;
    background-image:url(../img/common/online_shop_icon_white.svg);
    background-attachment:scroll;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
}

.footer-nav-list-block{
    display:flex;
    justify-content:space-between;
    margin:30px 0 0 0;
}

.footer-nav-list{
    margin:0 0 0 2%;
}

.header-nav-link{
    color:#4D4B49;
    letter-spacing:0.08em;
    line-height:1.45em;
    margin:30px 0 0 0;
    display:block;
}

.header-nav-link:hover{
    color:#4D4B49;
}

.footer-nav-second{
    margin:21px 0 0 0;
    padding:0 0 0 10px;
    border:1px solid rgba(77,75,73,0.2);
}

.header-nav-second-link{
    letter-spacing:0.08em;
    line-height:1.44em;
    color:rgba(77,75,73,0.75);
    display:block;
    margin:15px 0 0 0;
}

.header-nav-second-link:hover{
    color:rgba(77,75,73,0.75);
}

.footer-icon-link{
    max-width:35px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footer-area01{
    display:flex;
    align-items:center;
}

.footer-icon-block{
    border:1px solid rgba(77,75,73,0.2);
    padding:0 0 0 15px;
    margin:0 0 0 15px;
    display:flex;
    align-items:center;
}

.copyright{
    font-size:12px;
    letter-spacing:0.08em;
    line-height:1.4em;
    text-align:center;
    color:rgba(77,75,73,0.45);
    margin:50px 0 0 0;
}
@media (min-width: 768px){
    .footer-right-block{
	    display:block;
    }
    .footer-inner{
	    max-width:1550px;
    }
    .footer-logo{
	    max-width:240px;
    }
    .footer-left-block{
	    width:26.5%;
    }
    .copyright{
	    font-size:13px;
    }
}
@media (min-width: 1024px){
    .footer-icon-block{
        padding:0 0 0 30px;
        margin:0 0 0 30px;
    }
    .footer-nav-second{
	    padding:0 0 0 20px;
    }
    .footer-online-shop-icon{
        max-width:20px;
        height:26px;
    }
    .copyright{
        margin:80px 0 0 0;
        font-size:15px;
    }
    .footer-inner{
	    padding:130px 15px 40px 15px;
    }
}
