/* topImgWrap */

.topImgWrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: contain;
	background-size: contain;
	border-bottom: 6px solid #114956;
}


/*contentsWrap*/

.contentsWrap {
	width: 100%;
}

.contentsWrap h2 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

#location h2 {
	background-image: url(../img/guidance/location.png);
}

.contentsWrap>p.center {
	font-size: 20px;
	margin-bottom: 20px;
}

.contentsWrap>p.center.mincho {
	font-size: 30px;
	margin-bottom: 40px;
}


/* trafficWrap */

.trafficWrap {
	width: 100%;
	margin-bottom: 60px;
}

.trafficWrap .title {
	font-size: 40px;
	margin-bottom: 25px;
}

.trafficWrap>.fxwb {
	width: 100%;
}

.trafficWrap .box {
	width: 400px;
}

.trafficWrap .box .img {
	width: 100%;
	position: relative;
}

.trafficWrap .box>.img>p {
	position: absolute;
	width: 100%;
	text-align: right;
	height: 1.5em;
	bottom: 10px;
	right: 0;
	padding-right: 10px;
	background: rgba(255, 255, 255, .4);
}

.trafficWrap .box>p {
	font-size: 12px;
	padding: 10px 35px 0;
}

.trafficWrap .box>ul {
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;
	padding: 0 35px;
}


/* vicinityWrap */

.vicinityWrap {
	width: 100%;
}

.vicinityWrap .title {
	font-size: 40px;
	margin-bottom: 25px;
}

.vicinityWrap .box {
	width: 50%;
	margin-bottom: 40px;
}

.vicinityWrap .box img {
	max-width: 100%;
}

.vicinityWrap .box p {
	font-size: 12px;
	padding: 10px;
}


/* access */

#access {
	margin-bottom: 190px;
}

#access>h2 {
	background-image: url(../img/guidance/location.png);
}

.mapWrap {
	width: 100%;
	margin-bottom: 100px;
}

.mapWrap #map {
	width: 100%;
	height: 450px;
	margin-bottom: 5px;
}

.mapWrap a {
	font-size: 12px;
	color: #000;
	text-decoration: underline
}


/* infoWrap */

.infoWrap {
	width: 100%;
}

.infoWrap .title {
	font-size: 40px;
	margin-bottom: 20px;
}

.infoWrap .fxwb {
	width: 100%;
	border-bottom: 1px dotted #666;
}

.infoWrap .fxwb:last-child {
	border-bottom: none;
}

.infoWrap .fxwb dt,
.infoWrap .fxwb dd {
	font-size: 12px;
	padding: 5px;
}

.infoWrap .fxwb dt {
	width: 20%;
	background: #E5E5E5;
}

.infoWrap .fxwb dd {
	width: 80%;
}


/* PCの場合 */

@media screen and (min-width: 980px) {
	.topImgWrap {
		height: 150px;
		background-image: url(../img/guidance/top.jpg);
		margin-bottom: 25px;
	}
	#location h2 {
		height: 50px;
	}
}


/* SPの場合 */

@media screen and (max-width: 980px) {
	.topImgWrap {
		height: 22.5vw;
		background-image: url(../img/guidance/sp_top.png);
		-webkit-background-size: cover;
		background-size: cover;
		margin-bottom: 5px;
	}
	/* contentsWrap */
	.contentsWrap>p.center {
		font-size: 14px;
	}
	.contentsWrap>p.center.mincho {
		font-size: 14px;
	}
	/* trafficWrap */
	.trafficWrap {
		margin-bottom: 50px;
	}
	.trafficWrap .title {
		font-size: 20px;
		padding: 10px;
		margin-bottom: 5px;
	}
	.trafficWrap .box {
		width: 100%;
		margin-bottom: 10px;
	}
	.trafficWrap .box .img {
		width: 62.5%;
		margin: 0 auto;
	}
	.trafficWrap .box>.img>p {
		bottom: 0;
		font-size: 12px;
		text-align: center;
	}
	.trafficWrap .box>p {
		font-size: 14px;
		padding: 10px 30px 0;
	}
	.trafficWrap .box>ul {
		font-size: 14px;
	}
	/* vicinityWrap */
	.vicinityWrap {
		padding: 10px;
	}
	.vicinityWrap .title {
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 5px;
	}
	.vicinityWrap .box p {
		font-size: 14px;
		padding: 10px 0;
	}
	/* access */
	#access {
		margin-bottom: 60px;
	}
	.mapWrap {
		margin-bottom: 20px;
	}
	/* infoWrap */
	.infoWrap .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	/* contentsWrap */
	#location h2 {
		height: 6vh;
	}
	/* vicinityWrap */
	.vicinityWrap .box {
		width: 100%;
		margin-bottom: 15px;
	}
	/* access */
	.mapWrap #map {
		height: 34vh;
	}
	/* infoWrap */
	.infoWrap .fxwb {
		border-bottom: none;
	}
	.infoWrap .fxwb dt,
	.infoWrap .fxwb dd {
		font-size: 14px;
		padding: 0 10px;
	}
	.infoWrap .fxwb dt {
		width: 100%;
	}
	.infoWrap .fxwb dd {
		width: 100%;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/* contentsWrap */
	#location h2 {
		height: 12vh;
	}
	/* access */
	.mapWrap #map {
		height: 66vh;
	}
}