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

/*----------------------------------------
	.contents
----------------------------------------*/
.contents:last-of-type {
	margin-bottom: 0
}

@media print, screen and (min-width: 769px){
	.contents {
		margin: 0 0 80px 0;
	}
}

@media screen and (max-width:768px){
	.contents {
		margin: 0 0 30px 0;
	}
}

/*----------------------------------------
	#access
----------------------------------------*/
#access {
	margin-bottom: 0;
}

@media print, screen and (min-width: 769px){
	#access .map {
		height: 400px;
	}
}
@media screen and (max-width:768px){
	#access .map {
		height: 300px;
	}

}