<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*********** common変更 *************/


/*********** ↑common変更 *************/



/*********** 共通 *************/

.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 {
	width: 32.5%;
}

.quality_bt-wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'EB Garamond', serif;
	color: #2a4957;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	background: #fff;
	border-bottom: 2px solid #2a4957;
	width: 100%;
	height: 60px;
	transition: all .2s ease;
}

.quality_bt-wrap li a:hover {
	color: #fff;
	background: #2a4957;
}

.quality_bt-wrap li.current a {
	color: #fff;
	background: #2a4957;
}



.quality_title-wrap {
	font-family: 'EB Garamond', serif;
	color: #2a4957;
	font-size: 5.0rem;
	text-align: center;
	letter-spacing: 0.3rem;
	padding-top: 100px;
	padding-bottom: 60px;
}

.quality_title-wrap.second {
	padding-top: 40px;
}


.cont dt {
	color: #2a4957;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

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

.cont dd {
	font-size: 1.3rem;
	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;
}




/*********** ↑共通 *************/





.quality_01-wrap .mark {
	width: 35%;
	margin: 0 auto;
	padding-top: 100px;
}

.quality_01-wrap .title {
	font-size: 2.6rem;
	text-align: center;
	line-height: 2.2;
	padding-top: 60px;
}

.quality_01-wrap .copy {
	text-align: center;
	line-height: 2.2;
	padding-top: 40px;
}

.quality_01-wrap .cap {
	text-align: center;
	padding-top: 60px;
}






/*********** kitchen *************/


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

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


/*********** ↑kitchen *************/







/*********** bath *************/


.bath_01-wrap {
	display: grid;
	grid-template-columns: 48.33% 22.5% 22.5%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
}

.bath_01-wrap li {
	padding-bottom: 35px;
}

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

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

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

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

.bath_01-wrap li:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.bath_01-wrap li:nth-child(6) {
	grid-column: 2 / 4;
	grid-row: 3 / 4;
}



/* 個別 */

.bath_01-wrap .no06 figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bath_01-wrap .no06 figure &gt; div {
	width: 46.55%;
}

/* ↑個別 */





.bath_07-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 25px;
}

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


/*********** ↑bath *************/







/*********** powder *************/


.powder_01-wrap {
	display: grid;
	grid-template-columns: 48.33% 22.5% 22.5%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
}

.powder_01-wrap li {
	padding-bottom: 55px;
}

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

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

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

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

.powder_01-wrap li:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.powder_01-wrap li:nth-child(6) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.powder_01-wrap li:nth-child(7) {
	grid-column: 3 / 4;
	grid-row: 3 / 4;
}




.powder_08-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 5px;
}

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



/* 個別 */

.powder_08-wrap .no08 .cap-cover.second {
	margin-right: 51%;
}

/* ↑個別 */




.toilet_01-wrap {
	display: grid;
	grid-template-columns: 46.55% 46.55%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	width: 48.33%;
	margin: 0 auto;
}

.toilet_01-wrap li {
	padding-bottom: 15px;
}

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

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

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


/*********** ↑powder *************/





/*********** comfort *************/


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

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


/*********** ↑comfort *************/







/*********** Security *************/


.security_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.security_01-wrap li:nth-child(1) {
	width: 74.17%;
	padding-bottom: 60px;
}

.security_01-wrap li:nth-child(2) {
	width: 22.5%;
	padding-bottom: 60px;
}




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

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


/*********** ↑Security *************/






/*********** structure *************/


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

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



/* 個別 */

.structure_01-wrap .no07 {
	width: 48.33%;
}

/* ↑個別 */


/*********** ↑structure *************/















.anc_kitchen,
.anc_bath,
.anc_powder,
.anc_comfort,
.anc_security,
.anc_structure {
	display: block;
    padding-top: 140px;
	margin-top: -140px;
}






</pre></body></html>