@charset "utf-8";

/* ====================================================
 PROFILE
==================================================== */
#content .contentInc{
	margin-bottom: 60px;
}
.profile{
	width:100%;
	padding:16px 0 14px 0;
	border-bottom: 1px dotted #999;
}
.profile:first-child{
	border-top: 1px dotted #999;
}
.profile dt{
	display:block;
	float: left;
	box-sizing: border-box;
	width:25%;
	min-width:80px;
	padding-left: 2px;
}
.profile dd{
	display:block;
	float: left;
	box-sizing: border-box;
	width:75%;
}
.profile dd br.sp{
	display:none;
}
@media screen and (max-width:640px){
	#content .contentInc{
		margin-bottom:30px;
	}
	.profile{
		width:100%;
		padding:10px 0 8px 0;
		border-bottom: 1px dotted #999;
	}
	.profile dd br.sp{
		display:block;
	}
}

/* access
---------------------------------------- */
#access{
	clear: both;
	width:calc(100% - 20px);
	padding:0 10px;
	text-align:center;
	margin-bottom:80px;
}
#map_canvas{
	width:100%;
	min-width:300px;
	max-width:726px;
	height:640px;
	margin: 0 auto 25px auto;
	border:0;
}
#map_canvas_sp{
	width:100%;
	min-width:300px;
	max-width:726px;
	height:640px;
	margin: 0 auto 25px auto;
	border:0;
	display: none;
}
#access h4{
	font-size:18px;
	text-align:center;
	font-weight:bolder;
	margin-bottom:10px;
}
#access .add{
	font-size:16px;
	line-height:160%;
	text-align:center;
}
@media screen and (max-width:500px){
	#map_canvas{
		display: none;
	}
	#map_canvas_sp{
		display: block;
		height:300px;
		margin-bottom:10px;
	}
	#access{
		margin-bottom:60px;
	}
	#access h4{
		font-size:15px;
		margin-bottom:3px;
	}
	#access .add{
		font-size:12px;
	}
}