/*----------------------------------------
ヘッダー
----------------------------------------*/
.c-header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: unset;
}
.c-header__logo img {
	max-width: 120px;
}
.c-header__logo strong {
	color: #E0065D;
	font-size: 1.25em;
	font-weight: bold;
	padding-left: 0.5em;
}
/*----------------------------------------
KV
----------------------------------------*/
#kv {
	aspect-ratio: 14 / 5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-bottom: solid #eee 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-height: 500px;
	overflow: hidden;
	width: 100%;
}
#kv div {
	color: #333;
	font-size: 1.25em;
	padding-top: 2em;
	text-align: center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
	width: fit-content;
}
#kv div h1 {
	color: #fff;
	font-size: 2.5em;
	margin: 0 auto 0.5em;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
	width: fit-content;
}
#kv div strong {
	display: block;
	font-size: 1.5em;
}
/*----------------------------------------
section
----------------------------------------*/
section {
	padding: 10em 0;
}
/*----------------------------------------
section01
----------------------------------------*/
#sec01 h2 {
	font-size: 2.5em;
	line-height: 1;
}
#sec01 h2 span {
	color: unset;
	font-size: 1.5em;
}
#sec01 h2 strong {
	font-size: 1.5em;
}
#sec01 h2 strong.red {
	color: #E0065D;
}
#sec01 h2 strong.blue {
	color: #1E2672;
}
#sec01 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 5em;
	width: 100%;
}
#sec01 dl:last-child {
	margin-bottom: 0;
}
#sec01 dl dt {
	aspect-ratio: 1 / 1;
	background-image: url(../img/carshop_benefit_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 2em;
	order: 1;
	width: 12%;
}
#sec01 dl dd {
	display: flex;
	flex-wrap: wrap;
}
#sec01 dl dd:nth-of-type(1) {
	border: solid #ccc 1px;
	border-radius: 10px;
	justify-content: center;
	max-width: 480px;
	order: 3;
	padding: 1em;
	text-align: center;
	width: calc(30% - 2em);
}
#sec01 dl dd:nth-of-type(2) {
	order: 2;
	width: 56%;
}
#sec01 dl dt span {
	line-height: 1;
}
#sec01 dl dt strong {
	font-size: 1.5em;
	display: block;
}
#sec01 dl dd span {
	font-size: 2em;
}
#sec01 dl dd strong {
	font-size: 1.25em;
}
#sec01 dl dd small {
	display: block;
	width: 100%;
}
/*----------------------------------------
section02
----------------------------------------*/
#sec02 h2 {
	font-size: 2.5em;
	line-height: 1;
}
#sec02 h2 span {
	color: #1E2672;
	font-size: 1.5em;
	font-weight: bold;
}
#sec02 dl {
	border: solid #ccc 1px;
	display: flex;
	align-items: center;
	padding: 2em;
	width: calc(100% - 4em);
}
#sec02 dl dt {
	text-align: center;
	width: 15%;
}
#sec02 dl dd {
	font-size: 1.5em;
	padding-left: 2em;
	width: calc(85% - 2em);
}
#sec02 .carshop_arrow {
	background-image: url(../img/carshop_flow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	margin: 1em auto 0.85em;
	width: 40px;
}
/*----------------------------------------
section03
----------------------------------------*/
#sec03 h2 {
	font-size: 2.5em;
	line-height: 1;
}
#sec03 h2 span {
	color: #1E2672;
	font-size: 1.25em;
	font-weight: bold;
}
#sec03 #series1 h3 {
	background-color: #666;
	border-radius: 5px;
	color: #fff;
	padding: 0.25em;
	position: relative;
	text-align: center;
}
#sec03 #series1 h3::before {
	background-image: url(../img/carshop_intro_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 125px;
	position: absolute;
	top: -75%;
	left: 0;
	width: 125px;
}
#sec03 #series1 div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.5em auto 4em;
	width: 90%;
}
#sec03 #series1 ul {
	background-image: url(../img/carshop_intro_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	flex: 1;
	font-size: 1.5em;
	height: 10em;
	line-height: 2;
	padding-left: 3em;
}
#sec03 #series1 ul li {
	list-style: disc;
}
#sec03 #series2 h3 {
	background-color: #999;
	border-radius: 5px;
	color: #fff;
	padding: 0.25em;
	text-align: center;
}
#sec03 #series2 div {
	margin: 1.5em auto 6em;
	text-align: center;
	width: 90%;
}
#sec03 #series2 ul {
	font-size: 1.5em;
	margin: 0 auto 1.5em;
	width: fit-content;
}
#sec03 #series2 ul li {
	list-style: disc;
}
#sec03 a {
	background-color: #E0065D;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto;
	padding: 0.25em 0 0.45em;
	text-align: center;
	width: 60%;
}
#sec03 a i {
	margin: 0 1em;
}
/*----------------------------------------
inquiry
----------------------------------------*/
#inquiry {
	padding: 0;
}
/*----------------------------------------
レスポンシブ設定
----------------------------------------*/
@media only screen and (max-width: 1200px) {
	section {
		padding: 7.5em 0;
	}
	.c-header__logo {
		width: 22.5%;
	}
	.c-header__logo strong {
		font-size: 1em;
		padding: 0;
	}
	.c-header__list-link {
		font-size: 0.95em;
		margin-left: 1.25em;
	}
	#kv div h1 {
		font-size: 2em;
	}
	#sec01 h2::before {
		top: -2.25em;
		left: -3em;
		width: 160px;
	}
	#sec01 dl dt {
		font-size: 1.5em;
	}
	#sec01 dl dd {
		font-size: 1.1em;
	}
	#sec01 dl dd:nth-of-type(1) {
		width: calc(33% - 2em);
	}
	#sec01 dl dd:nth-of-type(2) {
		width: 53%;
	}
	#sec01 dl dd span {
		font-size: 1.35em;
	}
	#sec02 dl {
		padding: 1em;
		width: calc(100% - 2em);
	}
	#sec02 dl dt {
		width: 12.5%;
	}
	#sec02 dl dd {
		font-size: 1.25em;
		width: calc(87.5% - 2em);
	}
	#sec03 #series1 ul {
		font-size: 1.25em;
		height: 12em;
	}
	#sec03 #series2 ul {
		font-size: 1.25em;
	}
}
@media only screen and (max-width: 960px) {
	section {
		padding: 5em 0;
	}
	.c-header__logo {
		width: unset;
	}
	.c-header__logo strong {
		font-size: 1.25em;
		padding-left: 0.5em;
	}
	#footer {
		padding: 5em 0;
	}
	#kv div {
		font-size: 1em;
	}
	#kv div h1 {
		font-size: 1.5em;
	}
	#kv div strong {
		font-size: 1.5em;
	}
	#sec01 h2::before {
		left: 0;
		width: 140px;
	}
	#sec01 h2 {
		font-size: 1.5em;
	}
	#sec01 dl {
		justify-content: center;
	}
	#sec01 dl dt {
		font-size: 1.5em;
		margin-right: 2%;
		width: 15%;
	}
	#sec01 dl dd {
		font-size: 1em;
	}
	#sec01 dl dd:nth-of-type(1) {
		width: calc(50% - 2em);
	}
	#sec01 dl dd:nth-of-type(2) {
		width: 80%;
	}
	#sec02 h2 {
		font-size: 2em;
	}
	#sec02 dl dt {
		width: 10%;
	}
	#sec02 dl dd {
		font-size: 1em;
		width: calc(90% - 2em);
	}
	#sec03 h2 {
		font-size: 2em;
	}
	#sec03 h2 span {
		font-size: 1em;
	}
	#sec03 #series1 h3::before {
		height: 100px;
		width: 100px;
	}
	#sec03 #series1 div {
		width: 95%;
	}
	#sec03 #series1 div img {
		width: 22.5%;
	}
	#sec03 #series1 ul {
		background-size: 75%;
		font-size: 1em;
		height: 11em;
	}
	#sec03 #series2 div {
		width: 95%;
	}
	#sec03 #series2 ul {
		font-size: 1em;
	}
}
@media only screen and (max-width: 800px) {
	#kv {
		background-size: auto;
	}
	#kv div strong {
		font-size: 1.35em;
	}
	#sec01 dl dd {
		font-size: 1.35em;
	}
	#sec01 dl dd:nth-of-type(1) {
		width: calc(80% - 2em);
	}
	#sec01 dl dd strong {
		font-size: 1.35em;
	}
	#sec04 .item_name.ai {
		background-size: 75px;
		min-height: 2em;
		padding-left: 85px;
		width: calc(60% - 85px);
	}
}
@media only screen and (max-width: 720px) {
	#sec01 h2::before {
		left: -2em;
	}
	#sec01 h2 {
		font-size: 1.5em;
	}
	#sec01 dl {
		margin-bottom: 2.5em;
	}
	#sec01 dl dt {
		font-size: 1.5em;
	}
	#sec01 dl dd {
		font-size: 1.15em;
	}
	#sec01 dl dd:nth-of-type(1) {
		width: calc(50% - 2em);
	}
	#sec01 dl dd:nth-of-type(2) {
		width: 80%;
	}
	#sec02 h2 {
		font-size: 1.5em;
	}
	#sec03 h2 {
		font-size: 1.5em;
	}
	#sec03 h2 span {
		font-size: 1.25em;
	}
	#sec03 #series1 h3::before {
		height: 75px;
		width: 75px;
	}
	#sec03 #series1 div {
		width: 100%;
	}
	#sec03 #series2 div {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.c-header__logo img {
		max-width: 100px;
	}
	.c-header__logo strong {
		font-size: 1em;
	}
	#kv {
		aspect-ratio: 2 / 1;
	}
	#kv div {
		font-size: 0.75em;
		padding-top: 4em;
	}
	#sec01 h2 {
		font-size: 1em;
	}
	#sec01 h2::before {
		top: -3em;
		left: -3em;
		width: 120px;
	}
	#sec01 h2 {
		font-size: 1.25em;
	}
	#sec01 dl {
		justify-content: center;
		margin-bottom: 2.5em;
	}
	#sec01 dl dt {
		font-size: 1.25em;
		width: 25%;
	}
	#sec01 dl dd {
		font-size: 0.9em;
		padding-left: 0;
		width: fit-content;
	}
	#sec01 dl dd:nth-of-type(1) {
		order: 2;
		width: calc(50% - 2em);
	}
	#sec01 dl dd:nth-of-type(2) {
		order: 3;
		margin-top: 0.5em;
		width: fit-content;
	}
	#sec01 dl dd strong {
		font-size: 1.15em;
	}
	#sec02 h2 {
		font-size: 1.25em;
	}
	#sec02 .carshop_arrow {
		height: 10px;
		width: 20px;
	}
	#sec03 h2 span {
		font-size: 0.8em;
	}
	#sec03 #series1 h3::before {
		height: 50px;
		top: -50%;
		width: 50px;
	}
	#sec03 #series1 div img {
		display: block;
		margin: 0 auto 1em;
		width: 40%;
	}
	#sec03 #series1 ul {
		background-position: center bottom;
		height: 15em;
		flex: auto;
		padding-left: 2em;
	}
	#sec03 a {
		font-size: 1.25em;
		width: 100%;
	}
	.lum-lightbox-inner img {
		max-width: 100%;
	}
	.lum-gallery-button {
		top: 85%;
	}
}
