@charset "UTF-8";



/*********** 共通・背景 *************/

.section-wrap {
	padding-top: 200px;
}

.section-wrap.first {
	padding-top: 100px;
}




.quality_bt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quality_bt-wrap li {
	position: relative;
	width: 24.25%;
}

.quality_bt-wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	background: #fff;
	border-bottom: 2px solid #8a7f7b;
	width: 100%;
	height: 60px;
	transition: all .2s ease;
}

.quality_bt-wrap li a:hover {
	color: #fff;
	background: #8a7f7b;
}

.quality_bt-wrap li.current a {
	color: #fff;
	background: #8a7f7b;
}

.quality_bt-wrap .new {
	background: #912029;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.0rem;
	letter-spacing: 0;
	padding: 3px 3px;
	color: #fff;
}


.quality_title-wrap .ttl {
	color: #8a7f7b;
	font-size: 5.0rem;
	text-align: center;
	letter-spacing: 0.3rem;
	margin-top: 100px;
}

.quality_title-wrap .copy {
	font-size: 2.6rem;
	text-align: center;
	margin-top: 20px;
}

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.cont-wrap li {
	width: 22.5%;
	padding-bottom: 60px;
}

.cont-wrap li.two {
	width: 48.33%;
}

.cont-wrap .cap-cover.second {
	right: 52%;
}

.cont-wrap .cap-cover.mr {
	margin-right: -0.6em;
}

.cont dt {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

.cont dt sup {
	font-size: 0.7em;
}

.cont dd {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 15px;
}


/*********** ↑共通・背景 *************/








/*********** lavatory *************/

.lavatory-bg {
	background: #f3f2f2;
	padding: 0 155px;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: 60px;
}

.lavatory-bg .ttl {
	color: #8a7f7b;
	font-size: 3.5rem;
	text-align: center;
	letter-spacing: 0.3rem;
}

.cont-wrap.lavatory {
	margin-top: 40px;
}

.cont-wrap.lavatory li {
	width: 30.34%;
	padding-bottom: 40px;
}

/*********** ↑lavatory *************/







/*********** eco *************/

.eco_01-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 20px 0;
	margin-top: 60px;
}

.eco_01-wrap li:nth-child(1) {

}

.eco_01-wrap li:nth-child(2) {
	width: 9.33%;
	margin-left: 2%;
}

.eco_01-wrap li:nth-child(3) {
	width: 60%;
}

.eco_01-wrap .ttl {
	font-size: 2.4rem;
	font-weight: 500;
}

.eco_01-wrap .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: justify;
	margin-left: 2%;
}

.eco-title {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	background: #f3f2f2;
	padding: 10px;
	margin-top: 100px;
}

.eco_02-wrap {
	display: grid;
	grid-template-columns: 65.83% 30%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 40px;
}

.eco_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.eco_02-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.eco_02-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: flex-end;
	margin-top: 20px;
}


.cont-wrap.eco {
	margin-top: 40px;
}


/*********** ↑eco *************/






/*********** security *************/
	
.security_16-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.security_16-wrap li:nth-child(1) {
	width: 74.17%;
}
	
.security_16-wrap li:nth-child(2) {
	width: 22.5%;
}
	
/*********** ↑security *************/
	











.anc_kitchen,
.anc_bath,
.anc_powder,
.anc_amenity,
.anc_eco,
.anc_security,
.anc_structure {
	display: block;
    padding-top: 100px;
	margin-top: -100px;
}












