@charset "UTF-8";


/* === store_box === */
.store_box {
	
}

.store_content_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.store_content_photo {
	flex: 1 1 500px;	
}

.store_content_table {
	flex: 1 1 500px;
}

/* === map_box === */
.map_box {
	
}

.map_frame > iframe {
	width: 100%;
	height: 600px;
}


@media screen and (max-width: 480px){
	.store_content_box {
		flex-flow: row wrap;
	}
	
	.store_content_table {
		margin-top: 1em;
	}
}