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

/* ---------------------smiledayspring----------------------- */
main.smiledayspring {
	margin-bottom: -5%
}
.smiledayspring img{
	width: 100%;
}
.smiledayspring .inner{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto !important;
}
/* ご来場プレゼント */
/*
.news4levorg .prezent {
	padding: 50px 0 0;
	background: url("/wp-content/uploads/2021/10/prezent-bg-alllineupfair22.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
*/
/*
.thisissubaru .prezent-txt {
	font-size: .9rem;
	margin-top: 20px;
	color: #fff;
}
*/
.smiledayspring .taikan > div:nth-of-type(1){
	line-height: 0;
}
.smiledayspring .taikan .btn-bg {
	background: #1d3277;
	padding-bottom: 30px;
	padding: 0px calc(50vw - 50% + 8px);
    width: 100vw;
}
/* 体感試乗 */
/*
.news4levorg .taikan {
	padding: 50px 0 0;
	background: url("/wp-content/uploads/2021/10/campaign-bg-trynewsubaru.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
*/
/* lineup */
.smiledayspring .car_lineup {
	background: url("img/lineup-bg-smiledayspring-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 50px 0;
}
.smiledayspring .car_lineup .title{
	margin: 0 auto;
	width: 40%;
	padding-bottom: 30px;
}
.smiledayspring .lineup {
	height: 100%;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.smiledayspring .lineup h2{
	width: 60%;
	margin: 3% auto;
}
/*
.thisissubaru .car_lineup .lineupflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
}
*/
/*
.news4levorg .car_lineup .lineupflex div {
	width: 48%;
}
*/
/*
.trynewsubaru .car_lineup p{
	color: #000;
	font-size: 1rem;
}
*/
.smiledayspring .car_margin {
	margin-bottom: 30px;
}
/*
.trynewsubaru .car_lineup:first-of-type .car_margin {
	margin-bottom: 30px;
}
*/
.smiledayspring a:hover img{
	opacity: 0.7;
}
/* lineup02 */
.smiledayspring .solterralp {
	background: url("img/solterra-bg-220314.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 40%;
    padding: 80px 0 0;
}
.smiledayspring .solterralp p{
	color: #fff;
	text-align: end;
	text-shadow: 2px 3px 3px rgb(0 0 0 / 40%);
	margin: 1em 0;
}
.smiledayspring .solterralp .btn-deco1 p,
.smiledayspring .solterralp .btn-deco2 p {
	text-shadow: none;
	margin: 0;
}
/* btn */
.smiledayspring .news.inner {
	width: 80%;
	padding-top: 30px;
}
.smiledayspring .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 40px;
}
.smiledayspring .news div {
	width: 49%;
}
.smiledayspring .news div {
	width: 49%;
}
.smiledayspring .news p.button1 a,
.smiledayspring .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #ff3838;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.smiledayspring .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;
}
.smiledayspring .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;
}
.smiledayspring .news p.button1 a,.smiledayspring .news p.button2 a{
	transition: ease all 0.3s;
}
.smiledayspring .news p.button1 a:hover,
.smiledayspring .news p.button2 a:hover{
	background: #ff7070;
}

@media screen and (max-width: 896px) {
	main.smiledayspring {
		margin-bottom: -50px;
	}
	.smiledayspring .news{
		flex-direction: column;
		gap: 10px 0;
		padding: 1px 0;
	}
	.smiledayspring .news div{
		width: 100%;
	}
	.smiledayspring .news p.button1 a,.smiledayspring .news p.button2 a{
		font-size: 1.1em;
	}
	.smiledayspring .prezent-txt {
		margin-bottom: 20px;
	}
	.smiledayspring .car_lineup {
		margin-bottom: 0;
		padding: 30px 0 10px 0;
	}
	.smiledayspring .car_lineup .title {
		width: 50%;
		padding-bottom: 10px;
	}
	.smiledayspring .car_margin {
		margin-bottom: 15px;
	}
	.smiledayspring .taikan .btn-bg {
		padding-bottom: 15px;
	}
	.smiledayspring .solterralp {
		padding: 30px 0 30px;
	}
	.smiledayspring .news.inner {
		padding-top: 0;
	}
}