@charset "utf-8";

body {
	
}



/* @Override */
#infoarea #infoarea_inner {
	padding-left: 10px;
	padding-right: 10px;
}

#from_list {
	margin-bottom: 40px;
}

.route_navi {
	margin-bottom: 1em;
}


.bold {
	font-weight: bold;
}

@media (max-width: 644px){
	#access .sectionInner{
		padding-right: 2%;
		padding-left: 2%;
	}
}
#access figure.access{
	margin: 0;
	padding: 3rem 0 2.5rem;
	width: 100%;
}
#access figure.access--01{
	padding-top: 1rem;
	padding-bottom: 0;
}
#access .access figcaption {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4vmin;
    color: #212626;
    padding-bottom: .5em;
}
#access .access .accInfo {
	border: 1vmin solid #fc7daf;
	border-radius: 20px;
	width: 100%;
	padding: 2%;
}
#access .map_area {
	margin-bottom: 15px;
	width: 100%;
}
#access .map_area .map {
	height: 97vmin;
}
#access .map_area .map > iframe {
	height: 100%;
}
#access .access .accInfo dl {
	padding: 2%;
}
#access .access .accInfo dl dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 3.2vmin;
	color: #212626;
	padding: .75em 0;
}
#access .access .accInfo dl dd {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 3.5vmin;
	color: #212626;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 1em;
}

.content-block > p > a{
	margin-top: 0;
	display: inline-block;
}