@charset "UTF-8";

.page_title{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 560px;
	padding-top: 120px;
	text-align: center;
	background-image: url(../images/equipment/page_titile_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.contents section[class*="sec"]{
	padding: 20px 0 0px;
	margin-top: -20px;
}

.page_navi{
	padding: 40px 0;
}
.page_navi li{
	margin: 0 5px;
	background: #fff;
}
.page_navi li a{
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.page_navi li a:hover{
	opacity: 0.8;
}
.page_navi li img{
	vertical-align: bottom;
}

.sec_title{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
}
.sec_txt{
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

.place_title_box{
	padding: 80px 0;
	text-align: center;
	position: relative;
}
.place_title_box::before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #919075 url(../images/equipment/line.png) center 0 no-repeat;
	position: absolute;
	top: 0;
}
.place_title_box::after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #919075 url(../images/equipment/line.png) center 0 no-repeat;
	position: absolute;
	bottom: 0;
}
.kitchen_sec .place_title_box{
	background: url(../images/equipment/kitchen_ttl_bg.jpg) center center no-repeat;
}
.bath_sec .place_title_box{
	background: url(../images/equipment/bath_ttl_bg.jpg) center center no-repeat;
}
.powder_sec .place_title_box{
	background: url(../images/equipment/powder_ttl_bg.jpg) center center no-repeat;
}
.lavatory_sec .place_title_box{
	background: url(../images/equipment/lavatory_ttl_bg.jpg) center center no-repeat;
}

.siematic{
	padding-top: 60px;
}
.place_boxs{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0;
}
.place_boxs .l,
.place_boxs .r{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.place_boxs .l{
	width: 73%;
}
.place_boxs .r{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 20.5%;
	
}
.place_boxs dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 20.5%;
	margin-bottom: 40px;
	align-content: flex-start;
}
.place_boxs dl img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.place_boxs dl dt{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
	font-size: 1.6rem;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.place_boxs dl dt.high{
	height: 6rem;
}
.place_boxs dl dd.desc{
	width: 100%;
	font-size: 1.3rem;
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.place_boxs dl dd.desc span{
	font-size: 1.1rem;
	display: block;
}

.place_boxs .l dl{
	width: 28%;
}
.place_boxs .r dl{
	width: 100%;
}

.attention_box{
	-ms-align-items: center;
	align-items: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border: 1px solid #fff;
	padding: 20px 30px;
}
.attention_box dl{
	width: 40%;
	margin-bottom: 0;
}
.attention_box .imgbox img{
	vertical-align: bottom;
}
