@charset "UTF-8";
.footer {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F4F4F4;
	font-weight: 300 !important;
	text-align: center;
}

.footer-StoreInfoWrapper {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

.footer-StoreInfo {
	margin-top: 20px;
}

.footer-StoreInfo > h2{
	font-size: x-larger;
	font-weight: 200;	
}

.footer-StoreInfo > h3{
	font-size: medium;
	margin: 0px;
}

.footer-StoreInfo > a{
	display: inline-block;
	margin: 10px 0px;
	padding: 10px 40px;
	border: 2px solid #FF8C62;
	color: #FF8C62;
	font-weight: 600;
	transition-duration: 0.1s;
	border-radius: 20px;
}

.footer-StoreInfo a:hover{
	background-color: #FF8C62;
	color: white;
	text-decoration: none;
}

.footer-StoreAddress {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 2px dotted #B3B3B3;
	padding-top: 30px;
}

.footer-SNSicon {
	margin: 30px 0px;
}

.footer-SNSicon a{
display: inline-block;
margin: 0px 5px;
}

.footer-GMap {
	height: auto;
	flex-grow: 1;
}

.footer-fbWrapper {
	padding-bottom: 15px;
}

.fbFrame {
	max-width: 500px;
	height: 100%;
}

.fbframe > .fb-page{
width: 100%;	
}
.fbframe > .fb-page > span,
.fbframe > iframe {
    width: 100% !important;
}

