@charset "UTF-8";



/*  ----------------------------------------------------------

変更箇所

----------------------------------------------------------  */
.kv.water {
	background-image: url(../img/kv-water.jpg);
}
.kv-water-txt-1 {
	background: url(../img/deco-1.png) no-repeat bottom left;
	background-size: 100% auto;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 900;
	text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 2rem #fff, 0 0 2rem #fff;
	padding: 0 1.5rem 3rem 2rem;
	margin-left: 2rem;
	margin-bottom: -1.8rem;
}
.kv-water-txt-1 span {
	color: var(--red);
}
.kv.water .kv-txt-2 {
	width: 50rem;
	position: absolute;
	left: 50%;
	bottom: 1rem;
}
.cv-1.water {
	background: var(--blue-pale);
}
.flow.water {
	background: url(../img/water-bg-1.jpg) no-repeat center / cover;
}
.flow.water .step {
	background: var(--blue-pale);
}
.faq.water {
	background: #fff;
}
.column.water {
	background: var(--blue-pale);
}
.trouble-shooting.water {
	background-image: url(../img/water-trouble-shooting-bg.jpg);
}
@media screen and (max-width: 768px) {
	.kv.water {
		background-image: url(../img/kv-water_sp.jpg);
	}
	.kv-water-txt-1 {
		font-size: 2rem;
		margin-left: 0;
		margin-bottom: -1rem;
		text-align: center;
		display: block;
		line-height: 1.5;
	}
	.kv.water .kv-txt-2 {
		width: 100%;
		position: relative;
		left: auto;
		bottom: auto;
	}	
}



/*  ----------------------------------------------------------

{$area}の水のトラブルは即お電話ください！

----------------------------------------------------------  */
.water-contact {
	background: url(../img/bg-polygon.jpg) center top;
	background-size: 100% auto;
	padding-top: 10rem;
}
.water-contact > p {
	margin-bottom: 3rem;
}
.water-contact > ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3rem;
}
.water-contact > ul > li {
	width: 23%;
}
.water-contact > ul > li figcaption {
	text-align: center;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.water-contact > div {
	background: url(../img/water-contact-bg-1.png) no-repeat center top / cover;
	padding: 10rem 0 3rem 0;
}
.water-contact > div > div {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
}
.water-contact > div > div > div {
	width: 40%;
	color: #fff;
}
.water-contact > div > div > figure {
	width: 55%;
}
.water-contact > div > div h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}
.water-contact > div > div h3 span {
	color: var(--yellow);
}
.water-contact .note {
	color: #fff;
	text-align: center;
	padding: 3rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.water-contact {
		background-size: 200% auto;
	}	
	.water-contact > p {
		padding: 0 3rem;
	}
	.water-contact > ul {
		padding: 0 3rem 2rem 3rem;
		display: block;
	}
	.water-contact > ul > li {
		width: 100%;
	}
	.water-contact > ul > li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.water-contact > div {
		background: url(../img/water-contact-bg-1-sp.png) no-repeat center top / cover;
		padding: 12rem 3rem 3rem 3rem;
	}
	.water-contact > div > div {
		display: block;
	}
	.water-contact > div > div > div {
		width: 100%;
		margin-bottom: 2rem;
	}
	.water-contact > div > div > figure {
		width: 100%;
	}
	.water-contact > div > div h3 {
		text-align: center;
	}
}



/*  ----------------------------------------------------------

{$area}の担当者より

----------------------------------------------------------  */
.water-person {
	background: url(../img/glass-person-bg-1.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 10rem;
}
.water-person .wrap-1 {
	background: #fff;
	border-radius: 1rem;
	padding: 5rem 4rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}
.water-person .wrap-1 h3 {
	font-size: 2rem;
	color: var(--red);
	line-height: 1.4;
	margin-bottom: 1.5rem;
}
.water-person .date {
	display: block;
}
.water-person .wrap-2 {
	background: url(../img/water-person-bg-2.jpg) no-repeat center / cover;
	color: #fff;
	padding-top: 23rem;
	padding-bottom: 8rem;
	margin-top: -16rem;
}
.water-person .wrap-2 h3 {
	text-align: center;
	line-height: 1.4;
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.water-person .wrap-2 h3 span {
	color: var(--yellow);
}
.water-person .wrap-2 p {
	margin-bottom: 3rem;
}
.water-person .wrap-2 > ul {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	margin-bottom: 4rem;
}
.water-person .wrap-2 > ul > li {
	width: 32%;
	margin-right: calc(4% / 2);
	background: linear-gradient(to top, #ebebeb, #fff);
	box-shadow: 0.3rem 0.3rem 1.5rem rgba(0,0,0,0.3);	
	border-radius: 1rem;
	padding: 3rem 2.5rem;
}
.water-person .wrap-2 > ul > li:nth-child(3n) {
	margin-right: 0;
}
.water-person .wrap-2 > ul > li:nth-child(n + 4) {
	margin-top: calc(4% / 2);
}
.water-person .wrap-2 > ul dl dt {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}
.water-person .wrap-2 > ul > li figure {
	margin: 1.2rem 0;
}
.water-person .wrap-2 > ul > li ul li {
	margin-left: 2rem;
	list-style: disc;
	line-height: 1.4;
}
.water-person .wrap-2 > ul > li ul li:not(:last-child) {
	margin-bottom: 0.6rem;
}
.water-person .wrap-2 > div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
}
.water-person .wrap-2 > div figure {
	width: 18rem;
	margin-left: 1rem;
}
.water-person .wrap-2 > div > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.water-person .wrap-2 > div > div::before {
	content: "";
	border-top: solid 4rem #fff;
	border-left: solid 12rem transparent;
	border-right: solid 12rem transparent;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.water-person {
		background-size: 250% auto;
		background-color: var(--blue-pale);
	}
	.water-person .wrap-1 {
		padding: 3rem 3rem;
		width: calc(100% - 6rem);
	}
	.water-person .wrap-2 {
		padding: 20rem 3rem 8rem 3rem;
	}


	.water-person .wrap-2 > ul {
		display: block;
		margin-bottom: 4rem;
	}
	.water-person .wrap-2 > ul > li {
		width: 100%;
		margin-right: 0;
	}
	.water-person .wrap-2 > ul > li:nth-child(n + 4) {
		margin-top: 0;
	}
	.water-person .wrap-2 > ul > li:nth-child(n + 2) {
		margin-top: 3rem;
	}
	.water-person .wrap-2 > div {
		display: block;
	}
	.water-person .wrap-2 > div figure {
		width: 20rem;
		margin: 2rem auto 0 auto;
	}
}



/*  ----------------------------------------------------------

{$area}の水道修理の料金について

----------------------------------------------------------  */
.water-price {
	background: url(../img/water-bg-1.jpg) no-repeat center / cover;
}
.water-price > ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}
.water-price > ul > li {
	width: 32%;
	margin-right: calc(4% / 2);
	background: linear-gradient(to top, #ebebeb, #fff);
	box-shadow: 0.3rem 0.3rem 1.5rem rgba(0,0,0,0.3);	
	border-radius: 1rem;
	padding: 3rem 2rem;
}
.water-price > ul > li:nth-child(3n) {
	margin-right: 0;
}
.water-price > ul > li:nth-child(n + 4) {
	margin-top: calc(4% / 2);
}
.water-price dl dt {
	font-weight: bold;
}
.water-price dl dt {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}
.water-price ul figure {
	margin: 1.2rem 0;
}
.water-price ul li {
	display: flex;
	justify-content: space-between;
}
.water-price ul li span:nth-child(2) {
	text-align: right;
}
.water-price .note {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.water-price > ul {
		display: block;
		margin-bottom: 3rem;
	}
	.water-price > ul > li {
		width: 100%;
		margin-right: 0;
	}
	.water-price > ul > li:nth-child(n + 4) {
		margin-top: 0;
	}
	.water-price > ul > li:nth-child(n + 2) {
		margin-top: 3rem;
	}
	.water-price .note {
		text-align: left;
	}
}



/*  ----------------------------------------------------------

{$area}の水道修理業者と比較すると…？

----------------------------------------------------------  */
.water-compare p {
	margin-bottom: 3rem;
}
.water-compare table {
	width: 88rem;
	margin: 0 auto 4rem auto;
	border-collapse: collapse;
	border: solid #C8C8C8 0.2rem;
}
.water-compare table th {
	background: #fafafa;
}
.water-compare table th,
.water-compare table td {
	text-align: center;
	padding: 2rem 0;
	text-align: center;
	border: solid #C8C8C8 0.2rem;
	width: 25%;
	vertical-align: middle;
}
.water-compare .note {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.water-compare table {
		width: 100%;
		margin: 0 auto 2rem auto;
	}
	.water-compare table th,
	.water-compare table td {
		padding: 2rem 0.3rem;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.water-compare .note {
		text-align: left;
	}
}