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

.showroom-intro {
	text-align: center;
	margin-bottom: 112px;
}

.showroom-intro p {
	font-size: 18px;
	line-height: 2;
}

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

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

.showroom-map {
	aspect-ratio: 1440/600;
	margin-bottom: 48px;
}

.showroom-map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.showroom-map {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		aspect-ratio: 378/332;
		margin-bottom: 40px;
	}
}

.showroom-summary {
	display: flex;
	gap: 0 63px;
	font-size: 16px;
	line-height: calc(30 / 18);
	margin-bottom: 160px;
}

.showroom-summary dl {
	display: flex;
}

.showroom-summary dt {
	width: 80px;
}
.showroom-summary dd {
	flex: 1;
}

@media screen and (max-width: 768px) {
	.showroom-summary {
		flex-direction: column;
		gap: 32px;
		font-size: 14px;
		line-height: calc(24 / 14);
		margin-bottom: 48px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

section.calendar-item {
	margin-bottom: 32px;
}

.showroom-calendar-cite {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.calendar-item table tbody tr td {
		padding: 14px;
	}

	section.calendar-item {
		margin-bottom: 24px;
	}

	.showroom-calendar-cite {
		font-size: 14px;
		text-align: initial;
		margin-bottom: 48px;
	}
}

.c-cta {
	margin-bottom: 160px;
}

.c-cta a {
	width: 480px;
	height: 88px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	aline-items: center;
	background: #7c898a;
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.c-cta a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.c-cta {
		margin-bottom: 64px;
	}

	.c-cta a {
		justify-content: flex-start;
		padding-left: 24px;
		max-width: 335px;
		width: 100%;
		height: 88px;
		margin: 48px auto 0;
		font-size: 14px;
	}
}

.company {
	margin-bottom: 160px;
	padding: 152px 0px 160px;
	background: url(https://gigaplus.makeshop.jp/lavida/img/common/bg-page-common.jpg) repeat center /
		cover;
}

.company dl {
	display: flex;
	font-size: 16px;
	line-height: calc(32 / 18);
	padding: 0.8em 0;
	border-bottom: 1px solid #d6dcdd;
}

.company dt {
	width: 112px;
}
.company dd {
	flex: 1;
}

.company-btn {
	padding: 4px 11px;
	border-radius: 50px;
	color: #7c898a;
	border: 1px solid #7c898a;
	background: #fff;
	margin-left: 1em;
	font-size: 12px;
	font-weight: 500;
}

.company-link {
	color: #7c898a;
	font-size: 14px;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.company {
		margin-bottom: 64px;
		padding: 48px 0px 64px;
	}

	.company dl {
		font-size: 14px;
		line-height: calc(32 / 14);
	}

	.company dt {
		width: 87px;
	}

	.company-link {
		font-size: 12px;
	}
}

.house {
	margin-bottom: 180px;
}

.house-wrap {
	display: flex;
	align-items: flex-end;
	gap: 0 64px;
}

.house-text {
	flex: 1;
	font-size: 18px;
	line-height: 2;
}

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

	.house-wrap {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.house-text {
		flex: initial;
		font-size: 12px;
		line-height: calc(30 / 13);
	}
}
