@charset "utf-8";




#access_info {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.info_text {
	font-family: 'Noto Sans Japanese';
}
.info_img {
	max-width: 260px;
	width: 40%;
	margin: 0 0 20px 10px;
}

h3 {
	margin-bottom: 1em;
}

#reservation {
	margin-top: 0;
	text-align: initial;
	animation: none;
}



#map_box {
	text-align: center;
}
#map {
	display: inline-block;
	text-align: right;

	font-family: 'Noto Sans Japanese';
	font-size: 72%;
}
#map img {
	width: 100%;
	max-width: 400px;
}








