@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;
	}
}

.bathroom{
	background-color: #fff;
	padding: 80px 0;
}
.bathroomWrap{
	width: 1320px;
	margin: 0 auto;
}
.makerWrap{
	margin-bottom: 30px;
}
.bathroom_mainRow,
.bathroom_mainRow02,
.bathroom_mainRow03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.bathroomContent{
	width: 48%;
}
.bathroom_mainRow02>.bathroomContent{
	width: 23%;
}
.bathroom_mainRow03>.bathroomContent{
	width: 32%;
}
.bathroomContent>.imgBox{
	margin-bottom: 10px;
}
.bathroomContent>.txtBox,
.bathroomPoint{
	margin-bottom: 20px;
}
.bathroomContent>.txtBox>h3,
.iotWrap>.txtBox>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #b59b74;
	margin-bottom: 5px;
}
.bathroom_mainRow02>.bathroomContent>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	background-color: #b59b74;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}
.bathroomContent>.txtBox>p,
.iotWrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.iotWrap>.txtBox>p.notice{
	font-size: 0.75em;
	margin-top: 5px;
}
.bathroom_mainRow>.bathroomRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:1600px){
	.bathroomWrap{
		width: 82.5%;
	}
}
@media (max-width:1400px){
	.bathroom{
		padding: 50px 0;
	}
}
@media (max-width:1200px){
	.bathroomWrap{
		width: 90%;
	}
}
@media (max-width:768px){
	.bathroomWrap{
		width: 82.5%;
	}
	.bathroomContent{
		width: 100%;
	}
	.bathroom_mainRow03>.bathroomContent:first-of-type {
		width: 100%;
	}
	.bathroomContent.bathroomRow>.bathroomContent,
	.bathroom_mainRow02>.bathroomContent,
	.bathroom_mainRow03>.bathroomContent:nth-of-type(2),
	.bathroom_mainRow03>.bathroomContent:last-of-type{
		width: 48%;
	}
}
@media (max-width:500px){
	.bathroomWrap{
		width: 90%;
	}
}

.dryerPoint,
.dryerPoint02{
	margin-bottom: 20px;
}
.dryerPoint ul,
.dryerPoint02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dryerPoint ul li{
	width: 48%;
	text-align: center;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #b59b74;
	padding: 0.5em 0;
}
.dryerPoint02 ul li{
	width: 23%;
	text-align: center;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #b59b74;
	padding: 0.5em 0;
	border: 1px solid #b59b74;
}
.dryerPoint02 ul li span{
	font-family: "Noto Sans JP", serif;
	font-size: 1.15em;
	font-weight: 400;
}
.dryerPoint ul li:first-of-type{
	border: 1px solid #b59b74;
}
.bathroomContent>p{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 5px;
}
@media (max-width:1024px){
	.dryerPoint02 ul li{
		width: 48%;
	}
	.dryerPoint02 ul li:first-of-type,
	.dryerPoint02 ul li:nth-of-type(2){
		margin-bottom: 5px;
	}
}

.iot{
	background-color: #eceee8;
	padding: 50px 0;
}
.iotWrap{
	width: 90%;
	margin: 0 auto;
}
.ttlRow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.ttlRow>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #b59b74;
}
.ttlRow>p{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #fff;
	background-color: #b59b74;
	padding: 0 1em;
	box-sizing: border-box;
}
.iotRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.iotRow>p:first-of-type{
	width: 45%;
}
.iotRow>p:last-of-type{
	width: 51%;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: overlay;
}
.under1024{
	display: none;
}
@media (max-width:1200px){
	.ttlRow>h3{                            
		font-size: 1.25em;
	}
	.ttlRow>p{
		font-size: 1em;
	}
}
@media (max-width:1024px){
	.under1024{
		display: block;
	}
}
@media (max-width:768px){
	.iot{
		padding: 30px 0;
	}
}