@charset "UTF-8";

.p-modelroom-tpl__ph {
	position: relative;
}
.p-modelroom-tpl__ph .icon {
	position: absolute;
	right: 1rem;
	bottom: 2.5rem;
	width: 3rem;
	height: 3rem;
}
.p-modelroom-tpl__ph .icon.bottom1 {
	bottom: 1rem;
}
.p-modelroom-tpl__ph .img-cap {
	font-size: 1.4rem;
}
.p-modelroom {
	max-width: 101.6rem;
	width: calc(100% - 36px);
	margin: 0 auto 8.5rem;
}
.p-modelroom__head {
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .2em;
	color: #A29B86;
	margin-bottom: 4rem;
}
.p-modelroom__txt {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: 4rem;
}
.p-modelroom__read {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.3;
	margin-bottom: 6.5rem;
}
@media(max-width:768px) {
	.p-modelroom {
		margin: 0 auto 4rem;
	}
	.p-modelroom__head {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.p-modelroom__txt {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 3rem;
	}
	.p-modelroom__read {
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.8;
		margin-bottom: 4rem;
	}
}

.p-modelroom.-sec01 {
	padding-bottom: 8rem;
}
.p-modelroom.-sec01 > figure + figure {
	margin-top: calc(19 / 1016 * 100%);
}
.p-modelroom.-sec01 .sec01_inner {
	display: flex;
	justify-content: space-between;
	margin: calc(19 / 1016 * 100%) 0 0;
}
.p-modelroom.-sec01 .sec01_inner figure {
	width: calc(240 / 1016 * 100%);
}
@media(max-width:768px) {
}

.p-modelroom.-sec02 {
}
.p-modelroom.-sec02 > figure + figure {
	margin-top: calc(19 / 1016 * 100%);
}
.p-modelroom.-sec02 .sec02_inner {
	display: flex;
	justify-content: space-between;
	margin: calc(19 / 1016 * 100%) 0 0;
}
.p-modelroom.-sec02 .sec02_inner figure {
	width: calc(240 / 1016 * 100%);
}
@media(max-width:768px) {
}



