@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;
}

.tohokulp > a {
	line-height: 0;
	display: block;
}
.btn-bg {
	background: #9ac5d9;
	padding-bottom: 30px;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
	position: relative;
}
/* リード
-----------------------------------------*/
.read {
	line-height: 0;
}
/* 来場者プレゼント
-----------------------------------------*/
.raizyo {
	background: #e9e2c9;
	padding: 5% 0;
}
.raizyo .raizyo-01 {
	margin-bottom: 30px;
}
.raizyo .raizyo-01 .fl {
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.raizyo .raizyo-01 .fl img {
	display: block;
	width: 48%;
}
.raizyo .raizyo-01 p {
	margin-top: 20px;
}
/* ご成約プレゼント
-----------------------------------------*/
.seiyaku {
	background: url(img/seiyaku-bg.webp) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.seiyaku h2 {
	width: 30%;
	margin: 0 auto 20px;
}
.seiyaku .bg {
	width: fit-content;
	background: #9c1e13;
	padding: 5px 30px;
	border-radius: 999px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
}
.seiyaku .normal {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 10px;
}
.seiyaku h3 {
	padding: 3% 0;
}
.seiyaku .giftee {
	padding-top: 4%;
}
.seiyaku .giftee p {
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
}
.seiyaku .giftee img {
	padding: 20px 0;
}
/* u-car成約特典
-----------------------------------------*/
.ucar {
	background: url(img/ucar-bg.webp) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.ucar h2 {
	width: 70%;
	margin: 0 auto;
}
.ucar p {
	text-align: center;
	font-size: 1.2rem;
	margin-top: 20px;
}
.ucar .pre {
	margin: 20px 0;
}
.ucar .ucar-btn {
	width: 60%;
	margin: 20px auto 0;
}
/* みちのく
-----------------------------------------*/
.michinoku {
	background: url(img/michinoku-bg.webp) no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 5% 0;
}
.michinoku .wh-box {
	background: #ffffff70;
	padding: 40px;
	margin: 40px 0;
	display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.michinoku .michi-car {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin-bottom: 40px;
}
.michinoku .anzen {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
/* カーラインアップ
-----------------------------------------*/
.lineup {
	background: url(img/lineup-bg.webp) no-repeat;
	background-size: cover;
	padding: 0 0 5%;
}
.lineup h2 {
	width: 20%;
	margin: 0 auto;
}
.lineup-list {
	margin-bottom: 20px;
}
.lineup-list:nth-of-type(1) {
	margin-top: -20px;
}
.lineup-list:nth-of-type(12) {
	margin-bottom: 0;
}

/* 乗用車・軽自動車バナー
-----------------------------------------*/
.bnr-fl {
	display: flex;
	justify-content: center;
	padding-top: 5%;
}
.bnr-fl p {
	width: 70%;
	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) {
	
	.raizyo .raizyo-01 .fl {
		flex-direction: column;
		gap: 20px 0;
	}
	.raizyo .raizyo-01 .fl img {
		width: 100%;
	}
	.raizyo .raizyo-01 p {
	    margin-top: 10px;
	}
	
	.seiyaku h2 {
	    width: 50%;
	    margin: 0 auto 10px;
	}
	.seiyaku .bg {
	    font-size: 1.2rem;
	}
	
	.seiyaku .giftee {
	    padding-top: 20px;
	}
	.seiyaku .normal {
	    font-size: 1rem;
	}
	.seiyaku .giftee p {
	    text-align: left;
	    font-size: 1rem;
	}
	.seiyaku .giftee img {
	    padding: 10px 0 10px;
	}
	
	.ucar h2 {
	    width: 100%;
	    margin: 0 auto;
	}
	.ucar p {
	    font-size: 1rem;
	    margin-top: 15px;
	}
	.ucar .pre {
	    margin: 10px 0;
	}
	.ucar .ucar-btn {
		width: 80%;
	}
	
	.michinoku .wh-box {
	    padding: 20px;
	    margin: 10px 0;
        gap: 10px 0;
	}
	.michinoku .michi-car {
	    gap: 10px 0;
	    margin-bottom: 20px;
	}
	.michinoku .anzen {
	    width: 90%;
	    gap: 10px 0;
	}
	
	.lineup-list:nth-of-type(1) {
	    margin-top: -10px;
	}
	.lineup-list {
	    margin-bottom: 10px;
	}
	
	
	
	
	/* 乗用車・軽自動車バナー
	--------------------------------*/
	.bnr-fl {
		flex-direction: column;
		gap: 10px 0;
	}
	.bnr-fl p {
		width: 100%;
		gap: 5px 0;
	}
	
	/* 乗用車・軽自動車バナー
	--------------------------------*/
	.ucar .inner > a {
		width: 90%;
		margin: 0 auto;
		padding-top: 15px;
	}
}