﻿@charset "utf-8";
/* CSS Document */

/*====================================================================

page.css

======================================================================


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

.reformbox {
	position: relative;
	margin-bottom: 2rem;
	padding: 0 3rem;
	background: url(../img/bg_01.jpg);
}
.reformbox h4 {
	margin-bottom: 1rem;
	color: #f28e48;
	font-size: 24px;
	font-size: 2rem;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Sans Japanese", sans-serif;
}


.waterbox{
	margin-top: -200px;
	padding-top: 200px;
}

.waterbox__inner{
	border: 3px solid #000;
	padding: 1rem;
	background-color: #fff;
}

.toilet .waterbox__inner{
	border-color: #87B5C4;
}

.kitchen .waterbox__inner{
	border-color: #86C4A3;
}

.bath .waterbox__inner{
	border-color: #C49487;
}


.waterbox.toilet .waterbox__tit span{
	background: url(../img/h4.png) repeat-x 0 3px, url(../img/h4.png) repeat-x 0 93%,#87B5C4;
}

.waterbox.kitchen .waterbox__tit span{
	background: url(../img/h4.png) repeat-x 0 3px, url(../img/h4.png) repeat-x 0 93%,#86C4A3;
}

.waterbox.bath .waterbox__tit span{
	background: url(../img/h4.png) repeat-x 0 3px, url(../img/h4.png) repeat-x 0 93%,#C49487;
}


.waterbox.toilet .waterbox__tit{
background:url("../img/individual/toilet.jpg") right center / cover no-repeat;
}

.waterbox.kitchen .waterbox__tit{
background: url("../img/individual/kitchen.jpg") right center / cover no-repeat;
}

.waterbox.bath .waterbox__tit{
background: url("../img/individual/bath.jpg") right center / cover no-repeat;
}

.waterbox:not(:last-child){
	margin-bottom: 3rem;
}

.waterbox__tit{
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
	padding: 5px;
	background-color: #fff;
}

.waterbox__tit{
	padding: 3rem 1rem;
	margin-bottom: 2rem;
}

.waterbox__tit span{
	display: inline-block;
	padding: 1rem;
	color: #fff;
	font-size: 1.5rem;
}

.waterbox__cont h5{
	font-size: 1.2rem;
	padding-bottom: .5rem;
	border-bottom: 1px dashed #87b5c4;
	box-shadow: 0 3px 0 0 #87b5c4;
	margin-bottom: 1rem;
}

.waterbox__list dl{
	box-sizing: border-box;
	border: 1px dashed #87B5C4;
	border-top: 1px solid #87B5C4;
	background-color: #fff;
	margin-bottom: 1rem;
}

.waterbox__list dt{
	font-size: 16px;
	font-weight: bold;
	background: url(../img/bg_05.png);
	padding: .5rem;
	line-height: 1.5;
}

.waterbox__list dd{
	padding: .5rem;
	line-height: 1.5;
}

.c-box{
	border: 1px solid #BCE0F2;
	background-color: #ECF7FD;
	padding: .5rem;
}

.water__catch{
	font-weight: bold;
	text-align: center;
	color: #C49487;
}

a.link_btn02{
	border-radius:20px;        /* CSS3草案 */  
    -webkit-border-radius:20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

/*====================================================================/
	 smp & tablet Layout
/====================================================================*/

@media screen and (max-width: 999px) {
.reformbox {
	padding: 1.5rem 1rem 0;
}
.reformbox h4 {
	text-align: center;
}
.reformbox figure {
	margin-bottom: 1rem;
}
.reformbox figure img {
	width: auto;
}

.waterbox{
	margin-left: 1rem;
	margin-right: 1rem;
}

}


/*====================================================================/
	 tablet Layout
/====================================================================*/

@media screen and (min-width: 580px) and (max-width: 999px) {

.reformbox figure img{
	margin-top: -20px;
}

.waterbox__list dl{

	width: 49%;
}

.waterbox__list dl:nth-child(odd){
	float: left;
}

.waterbox__list dl:nth-child(even){
	float: right;
}


.waterbox.toilet .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/toilet.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/toilet.jpg") right center / 70% no-repeat;
}

.waterbox.kitchen .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/kitchen.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/kitchen.jpg") right center / 70% no-repeat;
}

.waterbox.bath .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/bath.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/bath.jpg") right center / 70% no-repeat;
}

.water__catch{
	font-size: 18px;
}


}


/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 1000px) {

.waterbox__list dl{

	width: 49%;
}

.waterbox__list dl:nth-child(odd){
	float: left;
}

.waterbox__list dl:nth-child(even){
	float: right;
}


.waterbox.toilet .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/toilet.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/toilet.jpg") right center / 70% no-repeat;
}

.waterbox.kitchen .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/kitchen.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/kitchen.jpg") right center / 70% no-repeat;
}

.waterbox.bath .waterbox__tit{
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/bath.jpg") right center / 60% no-repeat;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,0) 100%),url("../img/individual/bath.jpg") right center / 70% no-repeat;
}

.reformbox h4{
	padding-top: 50px;
}
.reformbox h4.r{
	text-align: right;
}
.reformbox figure img{
	margin-top: -80px;
}

.water__catch{
	font-size: 24px;
}


.pc_img_right {
	margin-left: 3.5rem;
	margin-bottom: 1rem;
}
.pc_img_left {
	margin-right: 3.5rem;
	margin-bottom: 1rem;
}



}