@charset "utf-8";


#title_wrap {
    background-image: url(../../about/img/bg_title_about.jpg);
	background: #CCC;
}
#content{
	padding-top:124px;
	margin-top:35px;
	padding-bottom:50px;
}
#content>h2{
	border-bottom: 1px solid #CCC;
	width:calc(100% - 50px);
	max-width:800px;
	padding-bottom: 25px;
	margin: 0 auto 40px auto;
}

@media screen and (max-width:800px) {
	#content{
		padding-top:50px;
		margin-top:30px;
		padding-bottom:60px;
	}
	#content>h2{
		padding-bottom: 10px;
		margin: 0 auto 20px auto;
	}
}

/* access
---------------------------------------- */
#access {
	width:calc(100% - 50px);
	max-width:800px;
	margin: 0 auto;
	text-align: center;
}
#access img.map{
	width:100%;
	margin-bottom: 15px;
	max-width:700px;
	margin: 0 auto;
}
#access h4{
	text-align: center;
	margin-bottom: 5px;
	font-size:16px;
	font-weight: normal;
}
#access p{
	text-align: center;
	margin-bottom:20px;
	font-size:14px;
}
#access a.btn{
	text-align: center;
}

#access h2.title{
	margin-top:45px;
	margin-bottom: 15px;
}
#map_canvas{
	width:calc(100% - 0px);
	max-width: 1000px;
	height: 520px;
	margin: 0 auto 25px auto;
}

@media screen and (max-width:640px) {
	#access {
		width:calc(100% - 50px);
		max-width:700px;
		margin: -5px auto 0 auto;
	}
	#access img.map{
		margin-bottom: 10px;
	}
	#access p{
		text-align: center;
		margin-bottom:40px;
		font-size:14px;
	}
	#access h2.title{
		margin-top:0px;
		margin-bottom:10px;
	}
	#map_canvas{
		height: 350px;
		margin: 0 auto 0px auto;
	}
}

