@charset "UTF-8";




/*********** 共通・bg *************/

h3 {
	font-family: 'Cinzel', serif;
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-top: 140px;
}

.cont .txt {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: right;
	margin-top: 5px;
}


/*********** ↑共通・bg *************/





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

.kitchen_01-wrap li {
	width: 31.25%;
	margin-top: 40px;
}

.kitchen_01-mk {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24.53%;
}




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

.bath_01-wrap li {
	width: 31.25%;
	margin-top: 40px;
}

.bath_01-wrap li:nth-child(-n+2) {
	width: 47.92%;
}

.bath_01-wrap li:nth-child(n+6) {
	width: 47.92%;
}




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

.powder_01-wrap li {
	width: 31.25%;
	margin-top: 40px;
}






/*********** zeh *************/

.zeh-bg {
	background: #F6F5E4;
	padding: 100px 0;
	margin-top: 140px;
}

.zeh-title {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0;
	margin-top: 100px;
}

.zeh-title.first {
	padding: 10px 0;
	margin-top: 80px;
}


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

.zeh_01-wrap li:nth-child(1) {
	width: 35.92%;
}

.zeh_01-wrap li:nth-child(2) {
	width: 59.33%;
}

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

.zeh_02-wrap li:nth-child(1) {
	width: 35.92%;
}

.zeh_02-wrap li:nth-child(2) {
	width: 59.33%;
}

/*********** ↑zeh *************/






