footer {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
footer .btn.clear-btn {
    color: #fff;
    border-color: #fff;
    padding: 13px 20px;
    margin: auto 10px;
    position: relative;
}
footer .btn.clear-btn:after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: url(/img/pc/anwin_white.png);
    background-size: cover;
    width: 10px;
    height: 10px;
    display: block;
}

.footer-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/img/pc/bg_footer_pc.png);
	background-size: cover;
	background-repeat: repeat;
}
.footer-wrapper{
	position: relative;
}
.footer-logo {
    width: 135px;
    margin: 40px auto 30px;
    display: block;
}

.foot-nav .sns>a {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.foot-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.foot-nav nav {
    width: 55%;
    text-align: center;
}
.foot-nav li {
    display: inline-block;
    padding: 0 3%;
    position: relative;
}
.foot-nav li:before, .foot-nav li:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}
.foot-nav li:before {
    left: -5px;
}
.foot-nav li:after {
    right: 0px;
}



.foot-nav li a {
    color: #fff;
}
.foot-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.foot-nav .sns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-info {
    margin: 0 20px;
}
.foot-nav>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 10px;
}
.top-btn {
    position: fixed;
    bottom: 10px;
    right: 5px;
    width: 70px;
    display: block;
    background: #0000005e;
    padding: 10px 10px 5px;
    z-index: 1000;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
}





@media screen and (max-width: 768px){


.foot-contents {
    flex-wrap: wrap;
}
.foot-nav {
    flex-wrap: wrap;
}

.foot-info {
    margin: 0;
}
.foot-info span {
    width: 100%;
    /* display: block; */
    text-align: center;
    font-size: 12px;
}

.foot-nav nav {
    width: 100%;
}
footer .btn.clear-btn {
    margin: 25px 10px;
}
.foot-nav>div {
    width: 100%;
    margin: auto;
}
.foot-info>span:nth-child(3) {
    display: flex!important;
    justify-content: center;
}
.foot-info>span:nth-child(3)>span:first-child {
    width: 65px;
}
.foot-info>span:nth-child(3)>span {
    text-align: left;
    display: inline-block;
    width: auto;
}
.top-btn {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 70px;
    display: block;
    background: #0000005e;
    padding: 10px 10px 5px;
}

footer a.store-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
}
footer a.store-btn:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background-image: url(/img/sp/link_blac.png);
    background-size: cover;
}
footer a.tel-rsv-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
}
.copyright {
    margin-top: 50px;
    font-size: 10px;
    letter-spacing: 1px;
}

.footer-logo {
    width: 110px;
    margin: 15px auto 15px;
}



}