@charset "utf-8";

/*---------- access ----------*/
.access{
	background: url(/img/common/line_double.png) repeat-x center top,url(/img/common/bg.jpg) center top;
}

.map{
	margin-bottom: 70px;
}

.access_txt{
	font-size: 20px;
	text-align: left;
	width: 400px;
	padding: 70px 0;
	line-height: 1.64;
	margin: 0 auto;
}

@media screen and (max-width:768px){
	
	/*---------- access ----------*/
	.access{
		background: url(/img/common/line_double.png) repeat-x center top,url(/img/common/bg_sp.jpg) center top;
		background-size: 100% auto,100% auto;
	}
	
	.map{
		margin-bottom: 35px;
	}

	.access_txt{
		font-size: 14px;
		width: 100%;
		padding: 35px 0;
	}
	
}
