@charset "UTF-8";
/* CSS Document */

/*
ACCESS
================================================================= */
section.access-box {
	width: 1000px;
	margin: 0 auto 80px auto;
}
section.access-map {
	margin-bottom: 60px;
}
section.access-map div{
	width: 510px;
	float: left;
}
section.access-map dl{
	width: 440px;
	float: right;
	padding-top: 36px;
}
section.access-map dt{
	color: #F9B970;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
section.access-map dd{
	font-size: 1.3rem;
	line-height: 1.8em;
	margin-bottom: 32px;
}

@media (max-width: 768px) {
	section.access-box {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	section.access-map {
		margin-bottom: 30px;
		padding: 0 20px;
	}
	section.access-map div{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	section.access-map div img{
		width: 100%;
	}
	section.access-map dl{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	section.access-map dt{
		margin-bottom: 10px;
	}
	section.access-map dd{
		font-size: 1.6rem;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
}






