@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainArea .inner {
	padding: 0 20px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainArea .inner h1 {
	color: #fff;
	line-height: 1;
	font-weight: 700;
	font-size: min(6vw,32px);
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
.mainArea .inner h1:before {
	/*content:"COMPANY";*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: min(3vw,15px);
	line-height: 1;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 12px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 26px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
	font-weight: 500;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #c59b6d;
}

/* 水道工事ページ */
/* リノベーションページ */
/* zoneArea */
.zoneArea {
	background-color: #f0eeee;
	margin-bottom: 20px;
}
.zoneArea .inner {
	padding: 60px 20px;
	text-align: center;
	background-image: url("../img/sub/map_img.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 350px;
}
.zoneArea .inner h2 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
.zoneArea .inner .txt {
	padding-bottom: 20px;
}
.zoneArea .inner .ttl {
	padding-bottom: 10px;
	font-weight: 700;
}
.zoneArea .inner ul {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.zoneArea .inner ul li {
	width: calc(33.33% - ((10px * 2) / 3));
	padding-left: 16px;
	position: relative;
	text-align: left;
}
.zoneArea .inner ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.fixLineBtn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 50;
	width: 374px;
	height: 112px;
	background-color: #888;
}
.fixLineBtn a:hover img {
	opacity: .7;
}
.fixhojyoBtn {
	display: none;
	position: fixed;
	width: 390px;
	left: 10px;
	bottom: 10px;
	z-index: 500;
}
.fixhojyoBtn a:hover img {
	opacity: .7;
}
@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		padding-top: 25px;
	}
	.mainArea .inner {
		height: 200px;
    padding: 0 6vw;
	}
	.mainArea .inner h1 {
/*		font-size: 16px;
		padding-top: 16px;
*/	}	
	.mainArea .inner h1:before {
/*		font-size: 26px;
		top: -6px;
*/	}	
	
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
	.fixLineBtn {
		bottom: 80px;
		right: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		max-width: 64%;
	}
	.fixhojyoBtn {
		bottom: 80px;
		left: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		max-width: 36%;
	}
}	

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea .inner {
		height: 180px;
	}
	.mainArea .inner h1 {
	padding-bottom: 25px;
		/*font-size: 15px;*/
	}	
	.mainArea .inner h1:before {
		/*font-size: 22px;
		top: 0;*/
	}	
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
/* 水道工事ページ */
/* リノベーションページ */
/* zoneArea */
	.zoneArea {
		margin-bottom: 16px;
	}
	.zoneArea .inner {
		padding: 40px 6vw;
		background-size: 280px;
	}
	.zoneArea .inner h2 {
		font-size: 16px;
	}
	.zoneArea .inner .txt {
		text-align: left;
	}
	.zoneArea .inner ul {
		max-width: 260px;
		width: 100%;
	}
	.zoneArea .inner ul li {
		width: 48%;
		margin: 0 1%;
	}
}	

@media screen and (max-width: 490px) {
	.fixLineBtn {
		bottom: 80px;
		right: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		/*max-width: 64%;*/
		max-width: 100%;
	}
}	
