@charset "utf-8";

/* ----------------------------------
modelroom
---------------------------------- */
#content_Wrap figure {
	position: relative;
	height: fit-content;
}

/* .bg {
	background-image: -moz-linear-gradient(120deg, rgb(13, 49, 79) 0%, rgb(38, 73, 69) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(13, 49, 79) 0%, rgb(38, 73, 69) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(13, 49, 79) 0%, rgb(38, 73, 69) 100%);
} */

.re-bg {
	background: #264945;
}

.eki-bg {
	background: #0d314f;
}


h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.re-bg .page-ttl {
background-image: url(../img/ttl-bg_residence.jpg);
}

.eki-bg .page-ttl {
background-image: url(../img/ttl-bg_ekimae.jpg);
}


.life-main .copy {
	width: 90%;
	margin: 80px auto;
}

.modelroom_Wrap {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto 0;
	padding: 0 0 80px;
}



/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

	h3 {
		font-size: 18px;
	}

	/*モデルルーム*/
	.life-main .copy {
		margin: 60px auto;
	}

	.modelroom_Wrap {
		margin: 50px auto 0;
		padding: 0 0 40px;
	}

}
