@charset "utf-8";

/*==========================================
	seasonstylelab recommend index.css
============================================*/
.recommend {
	padding: 8rem 0;
}
.recommend h3 {
	font-size: 2.2rem;
	text-align: center;
}
.recommend .contentsLead {
	margin-top: 3rem;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.recommend .recommendContents {
	margin-top: 5rem;
}
.recommend .recommendContents .recommendBox {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 3.3rem;
}
.recommend .recommendContents .recommendBox .recommendSlide {
	width: 20rem;
}
.recommend .recommendContents .recommendBox .recommendSlide .ttl {
	margin-top: 1.5rem;
	font-size: 1.47rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 2.2rem;
}
.recommend .recommendContents .recommendBox .recommendSlide .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
@media (max-width: 768px) {
	.recommend {
		padding: 8rem 0 7rem;
	}
	.recommend .inner {
		padding: 0;
	}
	.recommend h3 {
		font-size: 4rem;
	}
	.recommend .contentsLead {
		margin-top: 5rem;
		font-size: 2.8rem;
	}
	.recommend .recommendContents {
		margin-top: 4.5rem;
	}
	.recommend .recommendContents .recommendBox {
		padding: 0 5rem;
		flex-direction: column;
		gap: 8rem 0;
	}
	.recommend .recommendContents .recommendBox .recommendSlide {
		width: 100%;
	}
	.recommend .recommendContents .recommendBox .recommendSlide .ttl {
		margin-top: 4rem;
		font-size: 4rem;
		line-height: 6rem;
	}
	.recommend .recommendContents .recommendBox .recommendSlide .day {
		margin-top: 1.5rem;
		font-size: 2.3rem;
	}
}