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

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

/* リード
------------------------------------------------------- */
.earlysummer .read {
	background: url('img/deco01-earlysummer.png'),url('img/deco02-earlysummer.png'),url('img/read-bg-earlysummer.jpg');
	background-repeat: no-repeat;
	background-size: contain,contain,cover;
	background-position: left center,right center,center;
	color: #4586a7;
	text-align: center;
	padding: 50px 0;
}
.earlysummer .read h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.earlysummer .read .read-txt {
	line-height: 2;
	text-shadow: -1px 0px 2px rgb(255 255 255);
	font-weight: 400;
}

/* プレゼント
------------------------------------------------------- */
.earlysummer .prezent {
	background: url('img/deco03-earlysummer.png'),url('img/deco04-earlysummer.png'),#bcdce3;
	background-repeat: repeat-y;
	background-size: 18%;
	background-position: left center,right center,center;
	padding: 40px 0;
}
.earlysummer .prezent h3 {
	font-size: 1.8rem;
	color: #4e4e4e;
	font-weight: 500;
	margin-bottom: 10px;
}
.earlysummer .prezent h3 span {
	display: block;
	font-size: .6em;
	font-weight: normal;
}
.earlysummer .prezent p {
	color: #4e4e4e;
}
.earlysummer .prezent p span {
	font-size: .9em;
	display: block;
}
.earlysummer .prezent .pre-txt01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #4e4e4e;
	text-shadow: -1px 0px 2px rgb(255 255 255);
	font-weight: 400;
}
.earlysummer .prezent .pre-txt02 {
	font-size: .9em;
	padding: 20px 0;
	text-shadow: -1px 0px 2px rgb(255 255 255);
	font-weight: 400;
}
/* リード＆プレゼント共通
------------------------------------------------------- */
/*
.earlysummer .repre {
	background: url('img/deco01-earlysummer.png'),url('img/deco02-earlysummer.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center,right center;
}
*/

/* carlineup
------------------------------------------------------- */
.earlysummer .car-lineup {
	background-size: auto auto;
	background-color: rgba(192, 220, 226, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(156, 200, 210, 1) 10px, rgba(156, 200, 210, 1) 20px );
	padding: 50px 0;
}
.earlysummer .car-lineup .car-margin {
	margin-bottom: 30px;
}
.earlysummer .car-lineup h2 {
	width: 50%;
	margin: 0 auto
}

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

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

@media screen and (max-width: 480px) {
	.earlysummer {
		margin-bottom: -50px;
	}
	/* news */
	.earlysummer .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.earlysummer .news div{
		width: 100%;
	}
	.earlysummer .news p.button1 a,
	.earlysummer .news p.button2 a{
		font-size: 1.1em;
	}
	/* car-lineup */
	.earlysummer .car-lineup {
		margin-bottom: 0;
		padding: 30px 0 15px 0;
	}
	.earlysummer .car-lineup .title {
		width: 50%;
		padding-bottom: 10px;
	}
	.earlysummer .car-margin {
		margin-bottom: 15px !important;
	}
	.earlysummer .prezent {
		background-size: 15%;
	}
	.earlysummer .read {
		background-repeat: repeat-y;
		background-size: 20%,20%,cover;
	}
}