@charset "utf-8";
#contents .local_nav ul li  {
	margin-right: 1px;
	margin-left: 1px;
	flex-basis: 441px;
	flex-shrink: 0;
}
.sub_title_02 {
	line-height: 110%;
	font-size: 139%;
	font-weight: normal;
	margin-bottom: 0.8em;
	border:#B6B6B6 1px solid;
	line-height:38px;
	height:38px;
	padding:2px;
}
.sub_title_02 strong {
	display:block;
	background:#F5F3EB;
	padding-left:10px;
	color:#EA0405;
}
#contents .box01{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex; 
	flex-wrap:wrap; 
	-webkit-justify-content:space-between; 
	justify-content: space-between;
	width:100%;
	margin-bottom:60px;
}
#contents .box01 .place{
	width:49%;
}
#contents .box01 .place .table_01{
	width:100%;
	margin-left:-1px;
	margin-bottom:20px;
	border-spacing:0px;
	color:#2D2320;
}
#contents .box01 .place .table_01 th{
	width:30%;
}
#contents .box01 .google_map{
	width:420px;
	background:#F4F4F4;
	padding:5px;
}
#contents .box01 .photo{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex; 
	flex-wrap:wrap; 
	-webkit-justify-content:space-between; 
	justify-content: space-between;
	width: 360px;
	margin: 35px auto 0;	
}

.device_mobile .sub_title_02{
	height:139%;
	line-height:139%;
	padding:1%;
}
.device_mobile #contents .box01 .place{
	width:100%;
}
.device_mobile #contents .box01 .photo{
	width: 70%;
	margin: 3% auto;
}
.device_mobile #contents .box01 .photo img{
	width:49%;
	height:auto;
}
.device_mobile #contents .box01 .google_map{
	width: 100%;
	padding: 1%;
	line-height: 0;
}