@charset "utf-8";
#title {
	background: url("../img/title01.webp") no-repeat center center / cover;
}
#lineup {}
#lineup .car {}
#lineup .car .spec h3 {
	font-size: var(--f30);
	margin-bottom: 0.5em;
	text-align: left;
}
#lineup .car .spec img.long {
	width: 8em;
	height: auto;
	
}
#lineup .car .spec ul.icon {
	display: flex;
	justify-content: space-between;
	column-gap: 0.5em;
	margin-bottom: 0.5em;
}
#lineup .car .spec ul.icon li {
	max-width: 80px;
}
#lineup .car .spec  ul.icon img {
	width: 100%;
	height: auto;
}
#lineup .car .spec p.lxh {
	color: var(--main);
	font-weight: 700;
	font-size: var(--f30);
}
#lineup .car .spec p.lxh span {
	display: inline-block;
	background-color: var(--main);
	border-radius: 3px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 0.8;
	margin-right: 0.5em;
	padding: 0.5em 0.5em 0.3em;
}
#lineup .car .spec .info {
	background-color: #FFFDB8;
	margin-bottom: 1.5em;
	padding: 1.2em;
}
#lineup .car .spec .info h4 {
	background: url("../img/icon/info.svg") no-repeat left center / 1.2em 1.2em;
	color: var(--main);
	font-weight: 700;
	font-size: var(--f20);
	margin-bottom: 0.5em;
	padding-left: 1.5em;
}
#lineup .car .spec .info ul {
	margin-left: 1em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5em;
}
#lineup .car .spec .info ul li.mb {
	margin-bottom: 0.3em;
}
#lineup .car .spec .info ul li.bd {
	font-weight: 600;
	width: 100%;
}
#lineup .car .image ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
#lineup .car .image .main_img {
	width: 100%;
	height: auto;
}
#lineup .car .image ul li {
	width: calc(25% - 0.5em);
}
#lineup .car .image ul li a {
	aspect-ratio: 1 / 1;
	display: block;
}
#lineup .car .image ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lineup .hiace_option {
	width: calc(100% - 2rem - 4px - 4em);
	max-width: 1000px;
	margin: auto;
	border: solid 2px var(--sub);
	margin-bottom: 2em;
	padding: 2em;
	position: relative;
}
#lineup .hiace_option h5 {
	width: 12em;
	background-color: #FFF;
	color: var(--sub);
	font-size: var(--f24);
	padding: 0 0.5em;
	position: absolute;
	top: -0.8em;
	left: 50%;
    transform: translateX(-50%);
}
#lineup .hiace_option ul li {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#lineup .hiace_option ul li img {
	width: 120px;
	height: auto;
	margin-right: 1em;
}
#option {
	text-align: center;
}
#option ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#option ul li {
	width: 48%;
}
#option ul li img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	#lineup .car {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2em;
	}
	#lineup .car .spec {
		width: calc(54% - 3em);
	}
	#lineup .car .spec ul.icon {
		justify-content: flex-start;
	}
	#lineup .car .image {
		width: 46%;
		max-width: 640px;
	}
	#lineup .hiace_option {
		text-align: center;
		margin-bottom: 3em;
	}
	#lineup .hiace_option ul {
		display: flex;
		justify-content: space-around;
	}
	#lineup .hiace_option ul li {
		flex-direction: column;
	}
	#option ul li {
		width: 24%;
		max-width: 240px;
	}
}