@charset "utf-8";

.pageWrap{
	background-attachment: fixed;
	background-image: url(../images/top/topBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.under1200{
	display:none;
}
@media (max-width:1400px){
	.pageWrap{
		padding: 50px 0;
	}
}
@media (max-width:1200px){
	.under1200{
		display:block;
	}
}

.toilet{
	background-color: #fff;
	padding: 80px 0;
}
.toiletWrap{
	width: 1320px;
	margin: 0 auto;
}
.makerWrap{
	margin-bottom: 30px;
}
.toilet_mainRow{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.toilet_subRow{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #eceee8;
	padding: 30px 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.toiletContent{
	width: 48%;
}
.toiletContent>.imgBox{
	margin-bottom: 10px;
}
.toiletContent>.txtBox{
	margin-bottom: 20px;
}
.toiletContent>.txtBox>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #b59b74;
	margin-bottom: 5px;
}
.toiletContent>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.imgBox.imgRow{
	display: flex;
	justify-content: space-between;
}
.imgBox.imgRow>p{
	width: 48%;
}
@media (max-width:1600px){
	.toiletWrap{
		width: 82.5%;
	}
	.toilet_mainRow,
	.toilet_subRow{
		width: 60%;
	}
}
@media (max-width:1400px){
	.toilet{
		padding: 50px 0;
	}
	.toilet_mainRow,
	.toilet_subRow{
		width: 70%;
	}                        
}
@media (max-width:1200px){
	.toiletWrap{
		width: 90%;
	}
	.toilet_subRow{
		padding: 30px;
	}
}
@media (max-width:768px){
	.toiletWrap{
		width: 82.5%;
	}
	.toilet_mainRow,
	.toilet_subRow{
		width: 82.5%;
	}
	.toiletContent{
		width: 100%;
	}
}
@media (max-width:500px){
	.toiletWrap{
		width: 90%;
	}
	.toilet_mainRow,
	.toilet_subRow{
		width: 90%;
	}
}
@media (max-width:450px){
	.toilet_mainRow,
	.toilet_subRow{
		width: 100%;
	}
}

.toilet_mainRow02{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.powderroom_mainRow02>.powderroomContent>.noticeBox{
	background-color: #eceee8;
	padding: 1em;
	box-sizing: border-box;
}
.powderroom_mainRow02>.powderroomContent>.noticeBox>h3>span{
	font-family: "Noto Sans JP", serif;
	font-size: 0.7em;
	font-weight: 400;
	color:#000;
}
@media (max-width:1600px){
	.toilet_mainRow02{
		width: 60%;
	}
}
@media (max-width:1400px){
	.toilet_mainRow02{
		width: 70%;
	}
}
@media (max-width:768px){
	.toilet_mainRow02{
		width: 82.5%;
	}
}
@media (max-width:500px){
	.toilet_mainRow02{
		width: 90%;
	}
}
@media (max-width:450px){
	.toilet_mainRow02{
		width: 100%;
	}
}

.toilet_mainRow03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.toilet_mainRow03>.toiletContent{
	width: 23%;
}
.toiletContent>.txtBox>h3>span{
	font-family: "Noto Sans JP", serif;
	font-size: 0.75em;
	font-weight: 500;
}
.toiletContent>.txtBox>p>span{
	display: inline-block;
	font-size: 0.75em;
	line-height: 1.4;
}
.toilet_mainRow03:last-of-type>.toiletContent:nth-of-type(3)>.txtBox,
.toilet_mainRow03:last-of-type>.toiletContent:last-of-type>.txtBox{
	margin-bottom:0px;
}
@media (max-width:768px){
	.toilet_mainRow03>.toiletContent{
		width: 48%;
	}
}