@charset "UTF-8";
/* CSS Document */
.fixBtn {
	display: block!important;
}

/* mainArea */
.mainArea {
	background-image: url("../img/reform/main_bg.webp");
}
.mainArea .inner h1:before {
	content: "Bathroom, toilet and kitchen";
}

.mainArea .inner h1{
	/*padding-top: 26px;*/
}

.mainArea .inner h1:before,
.mainArea .inner h1{
	color: #534741;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.waterworksArea .inner{
	padding: 60px 20px;
}
/*mainTitleArea*/
.mainTitleArea h2 {
    padding: 50px 1em;
    font-size: min(5.3vw, 45px);
    font-weight: 700;
    line-height: 1.4;
    color: #A29C99;
}
/*reformArea01*/
.reformArea01 {
	position: relative;
}
.reformArea01:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 207px;
    background-color: #F2F2F2;
}
.reformArea01:after {
	content: "Founded 65years";
    position: absolute;
    bottom: 0;
    right: -.15em;
    z-index: 5;
	font-family: "Noto Serif JP", serif;
	font-size: min(10vw,117px);
	font-weight: bold;
	font-style: italic;
	color: #F0E0D3;
}
.reformArea01 .inner {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 120px;
}
.reformArea01 .inner .txtBox {
	width: 60%;
}
.reformArea01 .inner h3 {
    padding: 80px 10px 80px 45px;
    font-size: min(5vw, 35px);
    font-weight: 700;
	line-height: 1.3;
	color: #95867F;
}
.reformArea01 .inner p {
    padding: 30px 45px 0 45px;
    font-size: 15px;
    line-height: 1.8;
}
.reformArea01 .inner .imgBox {
	margin-top: 150px;
	width: 40%;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
}
.reformArea01 .inner .imgBox img {
	aspect-ratio: 1 / 1;
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 50%;
}
/*reformArea02*/
.reformArea02 .reformList {
	padding: 50px 45px;
	display: flex;
	flex-wrap: wrap;
}
.reformArea02 .reformList li {
	width: calc(50% - 30px);
	margin: 60px 15px;
	border-top: 1px solid #4D4D4D;
	position: relative;
}
.reformArea02 .reformList li:before {
	position: absolute;
	top: -70px;
	left: 0;
	font-family: "Noto Serif JP", serif;
	font-size: min(6vw,50px);
	font-weight: bold;
	font-style: italic;
	color: #4D4D4D;
}
.reformArea02 .reformList li.list01:before {
	content: "01.";
}
.reformArea02 .reformList li.list02:before {
	content: "02.";
}
.reformArea02 .reformList li.list03:before {
	content: "03.";
}
.reformArea02 .reformList li.list04:before {
	content: "04.";
}
.reformArea02 .reformList li dl dt {
	padding: 25px 1em 10px 1em;
	font-family: "Noto Serif JP", serif;
	font-size: min(5vw,32px);
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	color: #4D4D4D;
}
.reformArea02 .reformList li dl dd > p {
	padding: 0 20px;
	height: 5.5em;
	color: #4D4D4D;
	font-size: 14px;
	padding-bottom: 15px;
}
.reformArea02 .reformList li dl dd .img {
	position: relative;
	width: 100%;
	height: auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
    aspect-ratio: 692 / 600;
}
.reformArea02 .reformList li dl dd .img:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 65%;
	height: 105%;
	background-color: #F2F2F2;
}
.reformArea02 .reformList li dl dd .img01 {
	background-image: url("../img/reform/reformList01.webp");
}
.reformArea02 .reformList li dl dd .img02 {
	background-image: url("../img/reform/reformList02.webp");
}
.reformArea02 .reformList li dl dd .img03 {
	background-image: url("../img/reform/reformList03.webp");
}
.reformArea02 .reformList li dl dd .img04 {
	background-image: url("../img/reform/reformList04.webp?v=241218");
}
.reformArea02 .reformList li dl dd p.btn {
	text-align: center;
}
/*reformArea03*/
.reformArea03 {
	background-color: #E7EDE5;
}
.reformArea03 .desk01 {
	display: flex;
	flex-wrap: wrap;
}
.reformArea03 .desk01 .left {
	width: 26%;
	background-image: url("../img/reform/reformImg02.webp");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.reformArea03 .desk01 .right {
	width: 74%;
	padding: 60px 5vw;
}
.reformArea03 .desk01 .right h4 {
	padding-left: .5em;
	font-family: "Noto Serif JP", serif;
	font-size: min(5vw,32px);
	border-bottom: 1px solid #4D4D4D;
	color: #4D4D4D;
	margin-bottom: 10px;
}
.reformArea03 .desk01 .right h4 span {
	padding-right: .5em;
	font-size: .7em;
	color: #4D4D4D;
}
.reformArea03 .desk01 .right dl dt {
	margin-top: 25px;
	padding: 0 .5em 0 1em;
	font-family: "Noto Serif JP", serif;
	font-size: min(5vw,32px);
	line-height: 1.2;
	color: #4D4D4D;
	position: relative;
}
.reformArea03 .desk01 .right dl dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	display: inline-block;
	font-size: min(5vw,32px);
	line-height: 1.2;
	color: #4D4D4D;
}
.reformArea03 .desk01 .right dl dd {
	padding: 0 .5em 10px 2.2em;
	font-family: "Noto Serif JP", serif;
	font-size: min(2.8vw,14px);
	line-height: 1.2;
	color: #4D4D4D;
}
.reformArea03 .desk02 {
	padding: 80px 45px 20px;
}
.reformArea03 .desk02 h4 {
	padding: 0 1em;
	font-size: min(5vw,25px);
	border-bottom: 1px solid #4D4D4D;
}
.reformArea03 .desk02 .img {
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin: 50px auto;
}



/* catchArea */
.catchArea {
	background-color: #f0eeee;
  margin-top: 60px;
}
.catchArea .inner {
	padding: 40px 20px;
  text-align: center;
}
.catchArea .inner .txt {
	font-size: 16px;
}

/* procedure */
.waterworksArea .inner .procedure {
	max-width: 600px;
  margin: 0 auto;
	padding-bottom: 100px;
}
.waterworksArea .inner .procedure p.tit {
	padding: 5px 10px;
	margin: 0 auto 20px;
	text-align: center;
	background-color: #534741;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}
.waterworksArea .inner .procedure li {
	position: relative;
	padding-left: 35px;
	line-height: 40px;
}
.waterworksArea .inner .procedure li:before {
	position: absolute;
	top: 0;
	left: 10px;
}
.waterworksArea .inner .procedure li:first-child:before {
	content: "①";
}
.waterworksArea .inner .procedure li:nth-child(2):before {
	content: "②";
}
.waterworksArea .inner .procedure li:nth-child(3):before {
	content: "③";
}
.waterworksArea .inner .procedure li.icon_full02 {
	display: table;
	position: relative;
}
.waterworksArea .inner .procedure li.icon_full02 span {
	position: relative;
	margin-left: 50px;
}
.waterworksArea .inner .procedure li.icon_full02 span:before {
	content: "";
	position: absolute;
	left: -42px;
	top: -5px;
	width: 35px;
	height: 35px;
	background-image: url("../img/reform/icon_full.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.waterworksArea .inner .procedure li.icon_sofa02 {
	display: table;
	position: relative;
}
.waterworksArea .inner .procedure li.icon_sofa02 span {
	margin-left: 50px;
}
.waterworksArea .inner .procedure li.icon_sofa02 span:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 40px;
	width: 40px;
	height: 40px;
	background-image: url("../img/reform/icon_menu.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.waterworksArea .inner .procedure p.attention {
	padding: 5px 0 0 20px;
}

/* movieBox */
.waterworksArea .inner .movieBox {
	display: flex;
	padding-bottom: 30px;
}
.waterworksArea .inner .movieBox .movie {
	width: 100%;
	text-align: center;
}
.waterworksArea .inner .movieBox .movie p {
	width: 95%;
	margin: 0px auto 15px;
	padding: 5px 10px;
	background-color: #033465;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}

/* housingInfo */
.waterworksArea .inner .housingInfo {
	text-align: center;
	padding-bottom: 30px;
}

/* desc01 */
.waterworksArea .inner .desc01 {
	padding: 120px 0 60px;
	text-align: center;
}
.waterworksArea .inner .desc01 h2 {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
.waterworksArea .inner .desc01 h2:before {
	content: "makes Lifestyle";
	position: absolute;
	bottom: -36px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: 500;
	color: #B28500;
}
.waterworksArea .inner .desc01 p {
	line-height: 1.8;
	padding-bottom: 20px;
}
.waterworksArea .h2Area {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 60px;
}
.waterworksArea .h2Area:after{
	content: "Menu";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1;
	color: #baa58c;
	font-weight: 700;
}
.waterworksArea .h2Area h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 0 20px 20px;
	position: relative;
}
.waterworksArea .h2Area h2:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}
.waterworksArea .h2Area h2:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
.waterworksArea .inner .menu .menuBox{
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.waterworksArea .inner .menu .menuBox .imgBox{
	width: 380px;
	height: 260px;
	background-position: top center;
	background-repeat: no-repeat;
}
.waterworksArea .inner .menu .menuBox .imgBox iframe{
	width: 100%;
	height: 260px;
}
.waterworksArea .inner .menu .menuBox .list01{
	background-image: url(../img/reform/img01.webp?v=230607);
}
.waterworksArea .inner .menu .menuBox .list02{
	background-image: url(../img/reform/img02.webp?v=230905);
}
.waterworksArea .inner .menu .menuBox .list03{
	background-image: url(../img/reform/img03.webp?v=230530);
}
.waterworksArea .inner .menu .menuBox .list04{
	background-image: url(../img/reform/img04.webp?v=230607);
}
/*.waterworksArea .inner .menu .menuBox:nth-of-type(2):before{
	background-image: url(../img/reform/img02.webp);
}
.waterworksArea .inner .menu .menuBox:nth-of-type(3):before{
	background-image: url(../img/reform/img03.webp);
}
.waterworksArea .inner .menu .menuBox:nth-of-type(4):before{
	background-image: url(../img/reform/img04.webp);
}
*/
.waterworksArea .inner .menu .menuBox .content{
	background-color: #003366;
	color: #FFF;
	width: 380px;
	padding: 50px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.waterworksArea .inner .menu .menuBox .content .place{
	content: "";
	display: block;
	width: 70px;
	height: 24px;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.waterworksArea .inner .menu .menuBox .content .kitchen{
	background-image: url(../img/reform/kitchen.svg);
}
.waterworksArea .inner .menu .menuBox .content .toilet{
	background-image: url(../img/reform/toilet.svg);
}
.waterworksArea .inner .menu .menuBox .content .bathroom{
	background-image: url(../img/reform/bathroom.svg);
}
.waterworksArea .inner .menu .menuBox .content .washbasin{
	background-image: url(../img/reform/washroom.svg);
}
.waterworksArea .inner .menu .menuBox .content .btn{
	display: flex;
	justify-content: center;
}
.waterworksArea .inner .menu .menuBox .content .btn a{
	width: 230px;
	position: relative;
	border: 1px solid #534741;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all .2s linear;
	font-size: 13px;
	background-color: #fff;
	text-align: left;
}
.waterworksArea .inner .menu .menuBox .content .btn a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 1px;
	background: #534741;
	transition: all .2s linear;
}
.waterworksArea .inner .menu .menuBox .content .btn a:hover{
	background: #534741;
	color: #fff;
}
.waterworksArea .inner .menu .menuBox .content .btn a:hover::before {
  right: -20px;
}
.waterworksArea .inner .menuArea {
}
.waterworksArea .inner .menuArea .inner {
	max-width: 820px;
	padding: 0 20px 20px;
}
.waterworksArea .inner .menuArea .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.waterworksArea .inner .menuArea .inner ul li {
	width: calc(50% - 10px);
	margin-bottom: 50px;
}

.dantaiArea .inner {
	padding: 0 20px 30px;
	text-align: center;
}
.dantaiArea .inner .imgBox {
	max-width: 450px;
	margin: 0 auto 20px;
}
.dantaiArea .inner h4 {
	padding: 25px 0;
	font-size: min(5vw,22px);
	color: #5c4e43;
	font-weight: bold;
}
.dantaiArea .inner .btn {
	margin: 20px auto;
	max-width: 400px;
}
.dantaiArea .inner .btn a:hover img {
	opacity: .7;
}

/* stepArea */
.stepArea .inner h2 {
	background-color: #003366;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	padding: 10px;
	width: 850px;
	margin: 0 auto 40px;
	text-align: center;
}
.stepArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}
.stepArea .inner .img {
	text-align: center;
	margin-bottom: 50px;
}
.stepArea .inner .img img {
	max-width: 715px;
}
.stepArea .inner .stepList {
}
.stepArea .inner .stepList li {
	display: flex;
	align-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.stepArea .inner .stepList li .txtBox,
.stepArea .inner .stepList li .imgBox {
	width: 50%;
	padding-bottom: 25px;
}
.stepArea .inner .stepList li .txtBox {
	padding: 0 40px 0 20px;
}
.stepArea .inner .stepList li .txtBox h3 {
	padding-top: 40px;
	position: relative;
	font-size: min(5.5vw,22px);
	font-weight: bold;
	margin-bottom: 20px;
}
.stepArea .inner .stepList li .txtBox h3:before {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: min(6vw,30px);
	font-weight: bold;
	color: #EBD7CC;
}
.stepArea .inner .stepList li:nth-child(1) .txtBox h3:before {
	content: "STEP1";
}
.stepArea .inner .stepList li:nth-child(2) .txtBox h3:before {
	content: "STEP2";
}
.stepArea .inner .stepList li:nth-child(3) .txtBox h3:before {
	content: "STEP3";
}
.stepArea .inner .stepList li:nth-child(4) .txtBox h3:before {
	content: "STEP4";
}
.stepArea .inner .stepList li:nth-child(5) .txtBox h3:before {
	content: "STEP5";
}
.stepArea .inner .stepList li:nth-child(6) .txtBox h3:before {
	content: "STEP6";
}
.stepArea .inner .txt {
	padding: 30px 20px;
}
.stepArea .inner .btnArea {
	padding: 30px 20px;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
.stepArea .inner .btnArea a:hover img {
	opacity: .7;
}


@media screen and (max-width: 1000px) {
	.fixBtn {
		display: none!important;
	}
	
	/* stepArea */
	.stepArea .inner h2 {
		font-size: 20px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.stepArea .inner .stepList li .txtBox,
	.stepArea .inner .stepList li .imgBox {
		width: 100%;
	}
	.stepArea .inner .stepList li .txtBox {
		padding: 20px 5vw;
	}
	.stepArea .inner .stepList li .imgBox {
		padding: 0 20px;
	}
/*reformArea01*/
	.reformArea01:before {
	    height: 130px;
	}
	.reformArea01 .inner h3 {
		padding: 40px 10px 40px 20px;
	}
	.reformArea01 .inner p {
    	padding: 30px 10px 0 20px;
	}
	.reformArea01 .inner .txtBox {
		width: 100%;
	}
	.reformArea01 .inner .imgBox {
		margin-top: 20px;
		width: 100%;
	}
	.reformArea01 .inner {
		padding-bottom: 85px;
	}
	.reformArea01:after {
		bottom: 40px;
	}
/*reformArea02*/
	.reformArea02 .reformList {
		padding: 30px 25px;
	}
	.reformArea02 .reformList li dl dt {
		padding: 25px 0em 10px .5em;
	}
}

@media screen and (max-width: 767px) {
	.mainArea .inner h1{
		/*padding-top: 18px;*/
	}
	.mainArea .inner h1:before{
		/*font-size: 18px;*/
	}
	.waterworksArea .h2Area{
		margin-bottom: 40px;
		padding-top: 50px;
	}
/* catchArea */
	.catchArea {
		margin-top: 40px;
	}
	.catchArea .inner {
		padding: 20px 6vw;
		text-align: left;
	}
	.catchArea .inner .txt {
		font-size: 15px;
	}
	
/* movieBox */
	.waterworksArea .inner .movieBox {
    flex-direction: column;
    padding-bottom: 0;
	}
	.waterworksArea .inner .movieBox .movie {
    padding-bottom: 40px;
	}
	.waterworksArea .inner .movieBox .movie p {
		margin: 0px auto 10px;
    font-size: 16px;
	}
/* procedure */
	.waterworksArea .inner .procedure {
	    padding-bottom: 50px;
	}
	.waterworksArea .inner .procedure p.tit {
		font-size: 18px;
	}
/*reformArea01*/
	.reformArea01 .inner .imgBox img {
		width: 350px;
		height: 350px;
	}
/*reformArea02*/
	.reformArea02 .reformList li {
		width: calc(100% - 30px);
		margin: 30px 15px;
	}
	.reformArea02 .reformList li dl dd > p {
		height: auto;
	}
	.reformArea02 .reformList li:before {
		top: -63px;
	}
/* desc01 */
	.waterworksArea .inner .desc01 {
		padding: 100px 0 0;
	}
	.waterworksArea .inner .desc01 h2 {
		font-size: 20px;
		margin-bottom: 46px;
	}
	.waterworksArea .inner .desc01 h2:before {
		font-size: 14px;
	}
	.waterworksArea .inner .desc01 p {
		line-height: inherit;
		text-align: left;
	}
	.waterworksArea .h2Area h2{
		font-size: 19px;
	}
	.waterworksArea .inner{
		padding: 40px 6vw 20px;
	}
	.waterworksArea .inner .menu .menuBox{
		flex-direction: column;
    align-items: center;
		margin-bottom: 40px;
	}
	.waterworksArea .inner .menu .menuBox .content{
		padding: 20px 20px 30px;
		height: 220px;
	}
	.dantaiArea .inner p {
		text-align: left;
	}
	.waterworksArea .inner .menuArea .inner {
		padding: 0 0 30px;
	}
	.waterworksArea .inner .menuArea .inner ul li {
    width: 100%;
    text-align: center;
		margin-bottom: 40px;
	}
	/* stepArea */
	.stepArea .inner {
    padding: 40px 6vw;
	}
	.stepArea .inner .txt {
    padding: 20px;
	}
	.stepArea .inner .img img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.waterworksArea .inner .desc01 {
    padding-bottom: 0;
	}
	
	/* stepArea */
	.stepArea .inner {
		padding: 40px 6vw 30px
	}
	.stepArea .inner h2 {
		font-size: 19px;
		margin: 0 auto 36px;
	}
	.stepArea .inner .stepList li .txtBox h3 {
		padding-top: 1.8em;
	}
	.stepArea .inner .stepList li .txtBox h3:before {
		top: 0;
	}
/*reformArea02*/
	.reformArea02 .reformList li:before {
		top: -45px;
	}
}
@media screen and (max-width: 450px) {
	.waterworksArea .inner .menu .menuBox:before{
	  width: 100%;
    background-position: center;
	}
	.waterworksArea .inner .menu .menuBox .content{
		width: 100%;
	}
	.waterworksArea .inner .menu .menuBox .imgBox {
    width: 100%;
    height: 260px;
	}
/*reformArea01*/
	.reformArea01:before {
        height: 100px;
    }
	.reformArea01 .inner .imgBox img {
		width: 310px;
		height: 310px;
	}
	.reformArea01 .inner {
		padding-bottom: 55px;
	}
/*reformArea03*/
	.reformArea03 .desk02 {
		padding: 80px 20px 30px;
	}
}