@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/vehicles/under_mv_pc.jpg) center center / cover no-repeat;
}
/* 
#underFv::after {
	content: "";
	width: 325px;
	height: 100px;
	background: url(../../img/vehicles/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

.layout1 {
	margin-bottom: 0;
}

.layout2 {
	margin-bottom: 0;
}

/* 施設紹介 */
/* ----------------------------------- */
#facilities {
	padding-bottom: 100px;
	background: #edf3fc;
}

#facilitiesWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 5%;
}

.facilitiesImg {
	padding-bottom: 20px;
}

.facilitiesImg img {
	width: 100%;
	height: auto;
}

.facilitiesName {
	font-size: 2.2rem;
	font-weight: 500;
}

/* 設備紹介 */
/* ----------------------------------- */
#equipment {
	padding: 100px 0;
}

#equipmentWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 5%;
}

.equipmentImg {
	padding-bottom: 20px;
}


.equipmentImg img {
	width: 100%;
	height: auto;
}

.equipmentName {
	font-size: 2.2rem;
	font-weight: 500;
}


/* 車両紹介 */
/* ----------------------------------- */
#vehicles {
	padding: 100px 0;
	background: #edf3fc;
}

#vehiclesWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 5%;
}

.vehicleLayout {
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
}

.vehicleTit {
	padding: 10px 20px;
	background: #0d499e;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
}

.vehicleList {
	padding: 40px;
}

.vehicleList.space1 {
	margin-bottom: 6em;
}

.vehicleList li {
	padding-bottom: 20px;
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.vehicleList li:last-child {
	padding-bottom: 0;
}

.vehicleImg {
	padding: 0 40px 40px;
	text-align: center;
}

.vehicleImg img {
	max-width: 100%;
}

.wide {
	grid-column: 1 / 3; 
	width: 100%;
}

.wideFlow {
	padding: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 5%;
}

.wideFlow  .vehicleList{
	padding: 0;
}

.wideFlow  .vehicleImg{
	padding: 0;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.layout1 {
		padding: 30px;
	}

	.layout2 {
		padding: 30px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/vehicles/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#facilities {
		padding-bottom: 80px;
	}

	#facilitiesWrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 5%;
	}

	.layout1 {
		padding: 20px;
	}

	.layout2 {
		padding: 20px;
	}

	.facilitiesName {
		font-size: 1.8rem;
		font-weight: 500;
	}

	#equipment {
		padding: 80px 0;
	}

	#equipmentWrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 5%;
	}

	.equipmentName {
		font-size: 1.8rem;
		font-weight: 500;
	}

	#vehicles {
		padding: 80px 0;
	}

	#vehiclesWrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 5%;
	}

	.vehicleList.space1 {
		margin-bottom: 2em;
	}

	.wide {
		grid-column: 1;
	}

	.wideFlow {
		padding: 40px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		gap: 30px 5%;
	}
}