
.secMain {
	background: url(../img/main/access.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#flow {
	margin: 4vw auto;
	padding: 2vw 0px;
}


h3 {
	width: 98%;
	font-size: 2.8vw;
	margin : 0vw auto 3vw;
	padding-left: 1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.gmap_wap {
	margin-bottom: 2vw;
}

.rtansportation {
	width: 98%;
	margin: 1vw auto;
}


/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.secMain {
		background: url(../img/main/sp_access.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.gmap_wap {
	    width: 100%;
	    position: relative;
	    /*padding-bottom: 56.25%;*/
	    padding-top: 30px;
	    height: 500;
	    overflow: hidden;
	}

	.gmap iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

}