.main{
	padding-bottom: 10%;
}
.train .transportation{
	background: #0D92CB;
	padding: 10px 20px;
	color: #fff;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	float: left;
}
.train .detail{
	display: inline-block;
}
.bus .transportation{
	background: #7DAF0B;
	padding: 10px 20px;
	color: #fff;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	float: left;
}
.bus .detail{
	display: inline-block;
}	
.a-orange{
	display: inline-block;
	border-bottom: none;
}
.table1{
	margin-bottom: 40px;
}
.table1 tr{
	border: solid 2px #707070;
}
.table1 th, .table1 td{
	border: solid 2px #707070;
	font-size: inherit;
}
.table1 th{
	width: 30%;
	background: #DEDDDD;
}
iframe{
	margin-bottom: 20px;
}
.button1{
	display: inline-block;
	margin-left: 10%;
}
.prof{
	text-align: center;
	margin-bottom: 40px;
}
.prof img{
	width: 300px;
	margin-bottom: 20px;
}
.prof .name{
	font-size: 32px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.message{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.message p{
	text-align: justify;
	margin-bottom: 15%;
}
.box{
	display: flex;
	padding: 5%;
	background: #FEFAE9;
	margin-bottom: 20px;
}
.box .flex-left{
	width: 60%;
}
.box .flex-right{
	width: 40%;
}
.table2{
	margin-left: 0;
}
	.button-wrap{
		display: flex;
		width: 60%;
		justify-content: space-between;
		margin: 0 auto;
	}
	.button-wrap a{
		margin: 5%;
	}
.mb5p{
	margin-bottom: 5%;
}

.vehicle-wrap{
	display: flex;
	flex-wrap: wrap;
}
.vehicle-wrap .car{
	width: calc(100%/ 2 - 4%);
	text-align: center;
	margin: 1%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
.vehicle-wrap .car img{
	border: solid 4px #ccc;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.table1 tr{
		border: solid 1px;
		padding: 0;
	}
	.table1{
		width: 95%;
		margin: 0 auto;
	}
	.table1 th, .table1 td{
		border: none;
		width: 100%;
	}
	.table1 td{
		text-align: center;
	}
	.h3-1, .train, .bus{
		width: 95%;
		margin: 0 auto;
	}
	.transportation{
		margin-bottom: 10px;
		margin-top: 5%;
	}
	.prof img{
		width: 60%;
	}
	.box{
		flex-direction: column;
	}
	.box .flex-left{
		width: 100%;
		margin-bottom: 10px;
	}
	.box .flex-right{
		width: 100%;
	}
	.table2{
		width: 100%;
	}
		.train .detail{
		display: block!important;
	}
	.train .transportation{
		display: block!important;
	}

}