@charset "UTF-8";



/*********** 共通・背景 *************/

.min-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	margin-top: 15px;
}

.min-box dt {
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.min-box .txt1 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.0;
	text-align: center;
	width: 100%;
}

.min-box .txt1 .l {
	font-size: 2.0em;
}

.min-box .txt2 {
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}



/*********** ↑共通・背景 *************/







/*********** train *************/

.train_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.train_02-wrap li {
	width: 27.67%;
	margin-top: 30px;
}

.train_03-wrap {
	margin-top: 80px;
}

.train_05-wrap {
	margin-top: 60px;
}

.train_06-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.train_06-wrap > li:nth-child(1) {
	width: 29.83%;
}

.train_06-wrap > li:nth-child(2) {
	width: 65.92%;
}

.train_06 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.train_06 li {
	width: 31.98%;
}


.train_07-wrap {
	margin-top: 60px;
}

.train_08-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.train_08-wrap > li:nth-child(1) {
	width: 29.83%;
}

.train_08-wrap > li:nth-child(2) {
	width: 65.92%;
}

.train_08 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.train_08 li {
	width: 31.98%;
}


.train_09-wrap {
	margin-top: 60px;
}

.train_10-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.train_10-wrap > li:nth-child(1) {
	width: 29.83%;
}

.train_10-wrap > li:nth-child(2) {
	width: 65.92%;
}

.train_10 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.train_10 li {
	width: 31.98%;
}


/*********** ↑train *************/






/*********** airport *************/

.airport_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 60px;
}

.airport_01-wrap li:nth-child(1) {
	width: 64.33%;
}

.airport_01-wrap li:nth-child(1) .cap {
	margin-top: 10px;
}

.airport_01-wrap li:nth-child(2) {
	width: 32.92%;
	margin-bottom: 44px;
}

.airport_01b {
	margin-top: 20px;
}

/*********** ↑airport *************/





/*********** taxi *************/

.taxi_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.taxi_01-wrap li:nth-child(1) {
	width: 64.33%;
}

.taxi_01-wrap li:nth-child(2) {
	width: 32.92%;
}

/*********** ↑taxi *************/




/*********** car *************/

.car_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.car_01-wrap li:nth-child(1) {
	width: 64.33%;
}

.car_01-wrap li:nth-child(2) {
	width: 32.92%;
}

/*********** ↑car *************/







