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

/* ---------------------neweradair----------------------- */
.post-body p .neweradair{
	margin: 0;
}
.neweradair {
	margin-bottom: -5%;
}
.neweradair .mainvl {
	line-height: 0;
}
.neweradair img{
	width: 100%;
}
.neweradair .inner {
	width: calc(90% - 80px);
    max-width: 1100px;
    margin: 10px auto 0 auto;
}
.neweradair > div:nth-of-type(1),
.neweradair > div:nth-of-type(2) {
    line-height: 0;
}
/* prezent */
.neweradair .prezent .pre-txt {
	font-size: .9rem;
	margin: 0 0 30px;
}
/* ソルテラ詳細btn */
.neweradair .syousai {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}
/* lineup */
.neweradair .car_lineup {
	background: url("img/lineup-bg-neweradair.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 50px 0;
}
.neweradair .car_lineup .title{
	margin: 0 auto;
	width: 40%;
	padding-bottom: 30px;
}
.neweradair .lineup {
	width: calc(90% - 80px);
    max-width: 1100px;
    margin: 40px auto 0 auto;
}
.neweradair .lineup h2{
	width: 60%;
	margin: 3% auto;
}
.neweradair .car_margin {
	margin-bottom: 30px;
}
.neweradair a:hover img{
	opacity: 0.7;
}
/* btn */
.neweradair .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 40px;
}
.neweradair .news div {
	width: 49%;
}
.smiledayspring .news div {
	width: 49%;
}
.neweradair .news p.button1 a,
.neweradair .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;
}
.neweradair .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;
}
.neweradair .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;
}
.neweradair .news p.button1 a,
.neweradair .news p.button2 a{
	transition: ease all 0.3s;
}
.neweradair .news p.button1 a:hover,
.neweradair .news p.button2 a:hover{
	background: #ff7070;
}

@media screen and (max-width: 480px) {
	.neweradair {
		margin-bottom: -50px;
	}
	.neweradair .inner,
	.neweradair .lineup {
		width: 90%;
		margin: 10px auto 0 auto;
	}
	.neweradair .news{
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0 0 30px;
	}
	.neweradair .news div{
		width: 100%;
	}
	.neweradair .news p.button1 a,
	.neweradair .news p.button2 a{
		font-size: 1.1em;
	}
	.neweradair .prezent-txt {
		margin-bottom: 20px;
	}
	.neweradair .car_lineup {
		margin-bottom: 0;
		padding: 30px 0 10px 0;
	}
	.neweradair .car_lineup .title {
		width: 50%;
		padding-bottom: 10px;
	}
	.neweradair .car_margin {
		margin-bottom: 15px;
	}
}