@charset 'utf-8';
@media screen and (max-width: 768px) {
	.page-ttl {
		flex-direction: column;
		gap: 8px;
	}
}

.house-intro {
	text-align: center;
	margin-bottom: 177px;
}

.house-intro p {
	font-size: 20px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.house-intro {
		text-align: left;
		margin-bottom: 64px;
	}

	.house-intro p {
		font-size: 14px;
		line-height: calc(24 / 14);
	}
}

.features {
	padding-bottom: 180px;
	background: url(https://gigaplus.makeshop.jp/lavida/img/house/features-bg.jpg) no-repeat top
		center / 1920px auto;
}

.features-box {
	padding: 20px 24px 687px 24px;
}

.features-text {
	width: fit-content;
	max-width: 972px;
	margin-left: auto;
	margin-right: 0;
}

.features-text h3 {
	font-size: 32px;
	margin-bottom: 32px;
	font-weight: 400;
}

.features a {
	display: block;
	font-size: 24px;
}

.features a + a {
	margin-top: 54px;
}

@media screen and (max-width: 768px) {
	.features {
		padding-bottom: 64px;
		background: initial;
	}

	.features-box {
		padding: 0;
	}

	.features-text {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.features-text dl {
		padding-left: 38px;
		padding-right: 38px;
	}
	.features-text dl + dl {
		margin-top: 24px;
	}

	.features-text dt {
		display: block;
		font-size: 16px;
		padding-bottom: 8px;
	}
	.features-text dd {
		display: flex;
		font-size: 14px;
		line-height: calc(24 / 14);
	}
	.features-text dd::before {
		content: '＞';
	}

	.features-text h3 {
		font-size: 18px;
		margin-bottom: 32px;
		padding-left: 20px;
	}

	.sp-features-img {
		margin-bottom: 58px;
	}

	.features a {
		font-size: 14px;
		text-align: right;
	}

	.features a + a {
		margin-top: 14px;
	}
}
