@charset "utf-8";
ul {
    list-style-type: none;
}

/* ---------------------tohokulp共通----------------------- */
.post-body p .tohokulp{
	margin: 0;
}
.tohokulp {
	margin-bottom: -5%;
}
.tohokulp > img{
	width: 100%;
}
.tohokulp .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.tohokulp .mainvl {
	line-height: 0;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
	position: relative;
}
/* 各LPバナー
-----------------------------------------*/
.bnr-space{
	margin: 4% auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.bnr-space li{
	width: 40%;
}
/* 残クレ
-----------------------------------------*/
.cre .img {
	line-height: 0;
}
.cre .spe {
	position: relative;
	padding: 3% 0 5%;
	background: #0e3c73;
}
.cre .spe h2 {
	color: #fff;
	font-weight: 300;
	font-size: 1.5rem;
}
.cre .spe h2 span {
	font-size: .8em;
}
.cre .spe dl {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.cre .spe dl div {
	width: 48%;
	display: flex;
	align-items: flex-start;
	gap: 0 5px;
}
.cre .spe dl dt {
	background: #88b9ce;
	color: #0e3c73;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0 10px;
}
.cre .spe dl dd {
	color: #fff;
	font-size: 1.1rem;
	width: 70%;
}
.cre .spe p {
	color: #fff;
	margin-top: 1em;
}
.cre .spe .btn-cnt {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin-top: 20px;
}
.cre .spe a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff600;
	border-radius: 999px;
	padding: 15px;
	width: 40%;
	margin: 0 auto;
	text-decoration: none;
	color: #000;
}
.cre .spe a::before {
	content: "";
    width: 9px;
}
.cre .spe a::after {
	content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    transition: .4s;
}
.cre .spe a:hover {
	background: #fff60080;
}
.cre .cmp {
	position: relative;
	padding: 1% 0 5%;
}
.cre .cmp::before {
	content: "";
	background: url(img/spe-grbg.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
}
.cre .cmp .news {
	justify-content: center;
}
.cre .cmp p {
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 1.1rem;
}
.cre .cmp .cmp-cnt {
	border: 2px solid #2c8dc5;
	padding: 20px 50px;
	margin-top: 2%;
}
.cre .cmp .cmp-cnt h3 {
	display: flex;
	justify-content: center;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
}
.cre .cmp .cmp-cnt dl {
	display: flex;
	gap: 0 2em;
	border-top: 2px solid #2c8dc5;
	margin-top: 13px;
	padding-top: 13px;
}
.cre .cmp .cmp-cnt dl div {
	display: flex;
}
.cre .cmp .cmp-cnt dl dt {
	color: #fff;
	font-size: 1.1rem
}
.cre .cmp .cmp-cnt dl dd {
	color: #fff;
	font-size: 1.1rem
}
.cre .cmp .cmp-cnt span {
    display: contents;
    font-size: 0.8em;
}
.youtube-cnt {
	background: url(img/spe-movbg.jpg) no-repeat;
	padding: 5% 0;
}
.youtube {
	width: 50%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/* coupon
-----------------------------------------*/
.coupon {
	background: url(img/sita-bg.jpg) no-repeat;
	padding-bottom: 5%;
}
.coupon h2 {
	width: 90%;
	margin: 0 auto;
}
.coupon .coupon-cnt {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin-bottom: 5px;
}
.coupon p {
	color: #fff;
}
.tohokulp .coupon .news p.button1 a,
.tohokulp .coupon .news p.button2 a {
	background: #003271;
}
.tohokulp .coupon .news p.button1 a:hover,
.tohokulp .coupon .news p.button2 a:hover {
	background: #5c91d4;
}

/* CAR LINEUP
-----------------------------------------*/
.lineup {
	background: url(img/lineup-bg.jpg) no-repeat;
	padding: 5% 0;
}
.lineup h2 {
	width: 30%;
	margin: 0 auto;
}
.lineup .inner {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

/* joyo
-----------------------------------------*/
.joyo {
	padding: 5% 0;
}

/* joyo
-----------------------------------------*/
.last {
	padding-bottom: 5%;
}

/* 乗用車・軽自動車バナー
-----------------------------------------*/
.bnr-fl {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.bnr-fl p {
	width: 48%;
	line-height: 0
}


/* aタグhover
------------------------------------------------------- */
.tohokulp a:hover img{
	opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.tohokulp .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	align-items: center;
	padding-top: 3%;
}
.tohokulp .news div {
	width: 49%;
}
.tohokulp .news div {
	width: 49%;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #b00a0b;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.tohokulp .btn-deco1 a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url("img/btn-shop.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.tohokulp .btn-deco2 a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 14px;
	background-image: url("img/btn-sijo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a{
	transition: ease all 0.3s;
}
.tohokulp .news p.button1 a:hover,
.tohokulp .news p.button2 a:hover{
	background: #D05B2B;
}

@media screen and (max-width: 896px) {
	.tohokulp {
		margin-bottom: -50px;
	}
	.tohokulp .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		padding-top: 5%;
	}
	.tohokulp .news div{
		width: 100%;
	}
	.tohokulp .news p.button1 a,
	.tohokulp .news p.button2 a{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	/* 各LPバナー
	-----------------------------------------*/
	.bnr-space{
		gap: 15px;
	}
	
	.bnr-space li{
		width: 90%;
	}
	/* 残クレ
	-----------------------------------------*/
	.cre .spe dl {
		flex-direction: column;
		gap: 10px 0;
	}
	.cre .spe dl div {
		width: 100%;
		flex-direction: column;
	}
	.cre .spe dl dt,
	.cre .spe dl dd {
		width: fit-content;
	}
	.cre .spe a {
		width: 100%;
	}
	.cre .cmp {
		padding: 5% 0 7%;
	}
	.cre .cmp p {
		font-size: 1rem;
	}
	.cre .cmp .cmp-cnt {
		padding: 20px;
	}
	.cre .cmp .cmp-cnt h3 {
		font-size: 1rem;
	}
	.cre .cmp .cmp-cnt dl {
		flex-direction: column;
		gap: 10px 0;
	}
	.cre .cmp .cmp-cnt dl div {
		flex-direction: column;
	}
	.cre .cmp .cmp-cnt dl dt,
	.cre .cmp .cmp-cnt dl dt {
		font-size: 1rem;
	}
	.youtube {
	    width: 70%;
	}
	/* クーポン
	-----------------------------------------*/
	.coupon .coupon-cnt {
		margin-top: 10px;
	}
	/* クーポン
	-----------------------------------------*/
	.lineup {
		padding: 7% 0;
	}
	.lineup .inner {
		gap: 10px 0;
	}
	.lineup h2 {
		width: 40%;
	}
	
	
	/* 乗用車・軽自動車バナー
	--------------------------------*/
	.bnr-fl {
		flex-direction: column;
		gap: 10px 0;
	}
	.bnr-fl p {
		width: 100%;
		gap: 5px 0;
	}
}