.modelhouse-ttl{
    background: url(../images/modelhouse/mv-1.jpg) !important;
    background-size: 120% !important;
    background-position-x: center !important;
}
.modelhouse-ttl span{
    color: #fff !important;
}

.modelhouse-point {
	padding-block: 80px;
	background: var(--main-color-gradatio);
	border-radius: 0px 122px 0px 0px;
	margin-bottom: 40px;
}
.modelhouse-point .container { text-align: center; }
.modelhouse-point-title {
	display: inline-block;
	margin-bottom: 60px;
	position: relative;
	color: var(--main-color-yellow);
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
}
.modelhouse-point-title::before,
.modelhouse-point-title::after{
	content: '';
	position: absolute;
	top: 10px;
	width: 3px;
	height: 30px;
	background-color: var(--main-color-yellow);
}
.modelhouse-point-title::before {
	left: -30px;
	transform: rotate(-20deg);
}
.modelhouse-point-title::after {
	right: -30px;
	transform: rotate(20deg);
}
.modelhouse-point-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 60px;
}
.modelhouse-point-item {
	grid-column: span 1 / span 1;
	display: grid;
	justify-content: center;
}
.modelhouse-point-item img {
	width: 60%;
	margin-inline: auto;
}
.modelhouse-point-item-content {
	width: 100%;
	aspect-ratio: 105 / 62;
	background-size: contain;
	background-image: url(../images/modelhouse/speechBubble.svg);
	background-repeat: no-repeat;
	position: relative;
	display: grid;
	place-items: center;
}
.modelhouse-point-item-content span {
	position: absolute;
	top: 0;
	left: 20px;
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--main-color-yellow);
}
.modelhouse-point-item-content p {
	width: 66%;
	margin-top: -20px;
	font-family: 'LINE Seed JP';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.modelhouse-reserve {
	display: flex;
	flex-wrap: wrap;
	padding-block: 80px;
}
.modelhouse-reserve-image {
	width: 50%;
	aspect-ratio: 1 / 1;
	background-color: var(--main-color-green);
}
.modelhouse-reserve-content {
	width: 50%;
	padding: 0 0 20px 10%;
	display: flex;
	flex-direction: column;
}
.modelhouse-reserve-title {
	display: grid;
	row-gap: 8px;
	padding-block: 80px;
}
.modelhouse-reserve-title span:nth-child(1) {
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 10px;
	color: var(--main-color-green);
}
.modelhouse-reserve-title span:nth-child(2) {
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
	color: var(--main-color-green);
}
.modelhouse-reserve-address {
	display: grid;
	ror-gap: 8px;
}
.modelhouse-reserve-address p {
	font-family: 'LINE Seed JP';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--main-color-black);
}
.modelhouse-reserve-tel {
	width: 260px;
	margin-top: 20px;
}
.modelhouse-reserve-link {
	width: 260px;
	margin: auto 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.modelhouse-reserve-link span {
	font-family: 'LINE Seed JP';
	font-weight: 400;
	font-size: 20px;
	color: var(--main-color-black);
}
.modelhouse-reserve-link img { width: 40px; }

.modelhouse-list {
	padding: 20px 20px 60px;
	display: grid;
	row-gap: 60px;
}
.modelhouse-list-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	overflow: hidden;
}
.modelhouse-list-images {
	display: flex;
	position: relative;
}
.modelhouse-list-images::before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: calc(50% - 30px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 20px 30px;
	border-color: transparent transparent #ffffff transparent;
}
.modelhouse-list-images span:nth-child(1) {
	width: 50%;
	aspect-ratio: 3 / 2;
	background-color: #000;
}
.modelhouse-list-images span:nth-child(2) {
	width: 50%;
	aspect-ratio: 3 / 2;
	background-color: var(--main-color-green);
}
.modelhouse-list-text {
	padding: 30px 80px;
	display: flex;
	align-items: center;
}
.modelhouse-list-text span {
	width: 200px;
	display: block;
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
	color: var(--main-color-green);
}
.modelhouse-list-text p {
	width: calc(100% - 200px);
	padding-left: 30px;
	font-family: 'LINE Seed JP';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--main-color-black);
}

.modelhouse-space {
	background: var(--main-color-gradatio);
	border-radius: 122px 0px 0px 0px;
	padding-block: 80px;
	margin-bottom: 40px;
}
.modelhouse-space .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.modelhouse-space-item {
	position: relative;
	width: 48%;
	aspect-ratio: 36 / 17;
}
.modelhouse-space-item:nth-child(1) {
	background-color: var(--main-color-green);
	margin-top: 80px;
}
.modelhouse-space-item:nth-child(2) {
	background-color: var(--main-color-green);
}
.modelhouse-space-comment {
	position: absolute;
	top: -32px;
	right: -20px;
	width: 300px;
	height: 82px;
	padding-bottom: 8px;
	display: grid;
	place-items: center;
	background-size: contain;
	background-image: url(../images/modelhouse/space_comment.svg);
	background-repeat: no-repeat;
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	color: var(--main-color-green);
}

@media screen and (max-width: 1020px) {
	.modelhouse-point-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 60px;
	}
}
@media screen and (max-width: 820px) {
	.modelhouse-point { border-radius: 0 80px 0 0; }
	.modelhouse-point-title { font-size: 26px; }
	.modelhouse-point-title::before { left: 0; }
	.modelhouse-point-title::after { right: 0; }

	.modelhouse-point-list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.modelhouse-point-item-content { max-width: 423px; }
	.modelhouse-point-item img { max-width: 250px; }
	.modelhouse-reserve-image { width: 100%; }
	.modelhouse-reserve-content {
		width: 100%;
		padding: 20px 0;
	}
	.modelhouse-reserve-title { padding: 0 0 20px 0; }
	.modelhouse-list-text {
		flex-wrap: wrap;
		padding: 20px;
	}
	.modelhouse-list-text span {
		width: 100%;
		font-size: 26px;
	}
	.modelhouse-list-text p {
		width: 100%;
		padding: 0;
		font-size: 14px;
	}
	.modelhouse-reserve-title span:nth-child(1) { font-size: 12px; }
	.modelhouse-reserve-title span:nth-child(2) { font-size: 26px; }
	.modelhouse-reserve-address p { font-size: 14px; }
	.modelhouse-reserve-link { margin-top: 40px; }
	
	.modelhouse-space {
		border-radius: 80px 0 0 0;
		padding-top: 0;
	}
	.modelhouse-space .container {
		flex-wrap: wrap;
		row-gap: 60px;
	}
	.modelhouse-space-item {
		width: 100%;
		margin: 0;
	}
	.modelhouse-space-comment {
		width: 200px;
		padding-bottom: 30px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 750px) {
    .modelhouse-ttl{
        background-size: 150% !important;
	}
}