.footer{
    padding-bottom: 30px;
	background-color: #644536;
    margin: 0 calc(50% - 50vw);
}
.footer h2,
.footer p{
	color: #fff;
	font-size: 16px;
	line-height: 2rem;
	letter-spacing: 0.08em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
}
.bcn a,
.bcn span{
	color: #644536;
	font-size: 12px;
}
.bcn{
    display: flex;
    background-color: #fff;
    padding: 13px 0 13px 80px;
}
.bcn li::after{
content: ">";
padding: 0 15px;
}

.bcn a:hover{
    text-decoration:none;
}
.bcn li:last-child::after{
    content: none;
}
.footer-wrap{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
footer ul{
    list-style: none;
}
footer a{
    text-decoration: none;
}
footer a:hover,
#ftr_menu li a:hover,
#ftr_btm dl a:hover{
	text-decoration: underline;
}
#ftr_menu{
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
#ftr_menu ul{
    display: flex;
    justify-content: flex-end;
}
#ftr_menu li a{
    color: #fff;
    padding: 0 22px;
    border-right: #fff solid 1px;
    text-decoration: none;
    font-size: 14px;
}
#ftr_menu li:last-of-type a{
    border-right: 0;
    padding-right: 0;
}

.footer__map{
    position: relative;
    padding-bottom: 246px;
    max-width: 572px;
    margin-top: 35px;
}
.footer__map iframe{
    position: absolute;
    height: 100%;
    width: 100%;
}

/* sns */
.ftr_btm__wrap{
	background-color: #fff;
	padding: 22px 0;
}
.ftr_btm__inner{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #644536;
}
#ftr_btm{
	display: flex;
	align-items: center;
	line-height: 1;
}
#ftr_btm ul{
    list-style: none;
    display: flex;
}
#ftr_btm ul li:not(:last-of-type){
    padding-right:15px;
}
#ftr_btm dl{
    display: flex;
    color: #644536;
}
#ftr_btm dl a{
	color: #644536;
	text-decoration: none;
	font-size: 14px;
}
#ftr_btm dl dd{
	padding-right: 35px;
	font-size: 14px;
}
#ftr_btm dl dt{
	font-weight: 600;
	padding-right: 36px;
}
.ftr_btm__wrap{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 calc(50% - 50vw);
}
#ftr_btm img{
    width: 20px;
}
.ftr_address{
    width: 48%;
}
.ftr_address a{
	color: #fff;
}

@media (max-width:1000px) {
    .footer-wrap{
		flex-direction: column;
		padding: 14px 0;
    }
    .ftr_address{
			margin-top: 28px;
        margin-bottom: 40px;
        width: 100%;
    }
    #ftr_menu{
        padding-top: 40px;
    }
    #ftr_menu ul{
        flex-direction: column;
        text-align: left;
        padding-left: 0;
    }
    #ftr_menu li{
        padding-bottom: 16px;

    }
    #ftr_menu li a{
        border: none;
        padding: 0;
    }
    #ftr_menu li a::before{
        content:'';
        background-image: url(../images/footer-arrow.svg);
        display: inline-block;
        padding-right: 18px;
        width: 6px;
        height: 10px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .footer__map{
        width: 100%;
        max-width: 100%;
    }
    footer .event_calendar{
        max-width: 100%;
    }

    .ftr_btm__inner{
        flex-direction: column;
    }
	#ftr_btm dl dt {
		padding-right: 0;
	}
    #ftr_btm{
        flex-direction: column;
        justify-content: center;
        padding-top: 14px;
    }
    #ftr_btm ul{
        padding-left: 0;
    }
    #ftr_btm dl{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding-bottom: 14px;
    }
    #ftr_btm img{
        width: 40px;
    }
    #ftr_btm dl dt{
        padding-bottom: 12px;
    }
	#ftr_btm dl dd{
		padding-right: 0;
	}
    small{
		padding-top: 10px;
		padding-bottom: 14px;
    }
}
@media (max-width:767px) {
   .bcn{
     display: none;
   }
}