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

/* ---------------------thnksfair22----------------------- */
.post-body p .thnksfair22{
	margin: 0;
}
.thnksfair22 {
	margin-bottom: -5%;
}
.thnksfair22 img{
	width: 100%;
}
.thnksfair22 .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
	padding-top: 20px;
}
.thnksfair22 .mainvl {
	line-height: 0;
}

/* solterra
------------------------------------------------------- */
.thnksfair22 .solterra {
	background: url("img/solterra-bg-22thnksfair.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% 40%;
	padding: 80px 0;
}
.thnksfair22 .solterra .solterra-ttl {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* outdoor
------------------------------------------------------- */
.thnksfair22 .outdoor {
	background: #000;
	padding-bottom: 50px;
}

/* sale
------------------------------------------------------- */
.thnksfair22 .sale {
	background: #1a64aa;
	padding: 0 0 60px;
}
.thnksfair22 .sale-cnt {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.thnksfair22 .sale-cnt div {
	width: 49%;
}
.thnksfair22 .sale-sti {
	background: #fff;
	padding: 20px 10px;
}
.thnksfair22 .sale-sti dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.thnksfair22 .sale-sti dl dt,
.thnksfair22 .sale-sti dl dd {
	width: 49%;
	margin-left: 0;
}
.thnksfair22 .sale-sti .sale-sti-cnt {
	display: flex;
	justify-content: space-between;
}
.thnksfair22 .sale-sti .sale-sti-cnt div {
	width: 49%;
}
.thnksfair22 .customer-service {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000; 
	padding: 10px 0;
	margin-top: 20px;
}
.thnksfair22 .customer-service ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
    margin: 0;
}
.thnksfair22 .customer-service ul li {
	width: 32%;
}
.thnksfair22 .sale p.sale-txt {
	color: #fff;
	font-size: .8em;
	margin: 20px 0 30px;
}

/* carlineup
------------------------------------------------------- */
.thnksfair22 .car_lineup {
	background: url("img/lineup-bg-22thnksfair.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top,top;
	padding: 50px 0;
}
.thnksfair22 .car_lineup .title{
	margin: 0 auto;
	width: 40%;
	padding-bottom: 30px;
}
.thnksfair22 .lineup {
	height: 100%;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.thnksfair22 .lineup h2{
	width: 60%;
	margin: 3% auto;
}
.thnksfair22 .lineupbox p {
	margin: 0 !important;
	line-height: 0;
}
.thnksfair22 .lineupbox .wh-bg {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px 0;
}
.thnksfair22 .lineupbox .carflex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.thnksfair22 .lineupbox .carflex div {
	width: 30%;
}
.thnksfair22 .lineupbox:nth-of-type(2) .carflex div {
	width: 33%;
}
.thnksfair22 .lineupbox:nth-of-type(4) {
	margin-bottom: 30px;
}
.thnksfair22 .car_margin {
	margin-bottom: 30px;
}
.thnksfair22 .lineup-btn {
	padding-bottom: 2%;
}

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

/* btn
------------------------------------------------------- */
.thnksfair22 .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
}
.thnksfair22 .news div {
	width: 49%;
}
.thnksfair22 .news div {
	width: 49%;
}
.thnksfair22 .news p.button1 a,
.thnksfair22 .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #bb0000;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.thnksfair22 .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;
}
.thnksfair22 .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;
}
.thnksfair22 .news p.button1 a,
.thnksfair22 .news p.button2 a{
	transition: ease all 0.3s;
}
.thnksfair22 .news p.button1 a:hover,
.thnksfair22 .news p.button2 a:hover{
	background: #d45757;
}

@media screen and (max-width: 896px) {
	.thnksfair22 {
		margin-bottom: -50px;
	}
	.thnksfair22 .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.thnksfair22 .news div{
		width: 100%;
	}
	.thnksfair22 .news p.button1 a,
	.thnksfair22 .news p.button2 a{
		font-size: 1.1em;
	}
	.thnksfair22 .car_lineup {
		margin-bottom: 0;
		padding: 30px 0 15px 0;
	}
	.thnksfair22 .car_lineup .title {
		width: 50%;
		padding-bottom: 10px;
	}
	.thnksfair22 .car_margin {
		margin-bottom: 15px;
	}
	.thnksfair22 .prezent .btn-bg {
		padding-bottom: 15px;
	}
	.thnksfair22 .car_lineup02 {
		padding: 30px 0 30px;
	}
	.thnksfair22 .lineupbox .wh-bg {
		padding: 20px 0;
	}
	.thnksfair22 .lineupbox .carflex {
    	justify-content: space-between;
		gap: 15px 0;
		width: 90%;
		margin: 0 auto;
	}
	.thnksfair22 .lineupbox .carflex div {
		width: 48%;
	}
	.thnksfair22 .lineupbox:nth-of-type(2) .carflex div {
		width: 48%;
	}
	.thnksfair22 .solterra {
		padding: 20px 0;
	}
	.thnksfair22 .solterra .solterra-ttl {
		padding-bottom: 0px;
	}
	.thnksfair22 .lineupbox:nth-of-type(4) {
    	margin-bottom: 20px;
	}
	.thnksfair22 .sale {
		padding: 0 0 20px;
	}
	.thnksfair22 .sale-cnt {
		flex-direction: column;
		gap: 20px 0;
	}
	.thnksfair22 .sale-cnt div {
		width: 100%;
	}
	.thnksfair22 .sale-sti dl {
		flex-direction: column;
	}
	.thnksfair22 .sale-sti dl dt,
	.thnksfair22 .sale-sti dl dd {
		width: 90%;
	}
	.thnksfair22 .sale-sti .sale-sti-cnt {
		flex-direction: column;
		gap: 5px 0;
	}
	.thnksfair22 .sale-sti .sale-sti-cnt div {
    	width: 90%;
		margin: 0 auto;
	}
	.thnksfair22 .sale-sti .sale-sti-cnt div:last-of-type {
		border-top: 1px solid #000;
		padding-top: 5px;
	}
	.thnksfair22 .customer-service ul {
		flex-direction: column;
		gap: 15px 0;
	}
	.thnksfair22 .customer-service ul li {
		width: 90%;
		margin: 0 auto;
	}
	.thnksfair22 .outdoor {
		padding-bottom: 20px;
	}
}