@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/renovation/main_bg.webp");
}
.mainArea02 {
	background-image: url("../img/renovation/main_bg230221.webp");
}
.mainArea .inner h1:before {
	content: "Renovation";
}
.mainArea02 .inner h1 {
  text-shadow: 0 0 3px #999;
}
.mainArea02 .inner h1:before {
  text-shadow: 0 0 3px #999;
}
/* renovationArea */
.renovationArea .inner {
	padding: 40px 20px 20px;
}
.renovationArea .inner .img {
	height: 450px;
	background-image: url("../img/renovation/renovation.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.renovationArea .inner .img:before {
	content: url("../img/top/menu_mark.svg");
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 150px;
	height: 40px;
	padding: 40px 46px;
	background-color: #534741;
}
.renovationArea .inner .movieBox {
	display: flex;
	padding-bottom: 30px;
}
.renovationArea .inner .movieBox .movie {
	width: 100%;
	text-align: center;
}
.renovationArea .inner .movieBox .movie p {
	width: 95%;
	margin: 0px auto 15px;
	padding: 5px 10px;
	background-color: #033465;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}
/*.renovationArea .inner .icon_full {
	display: table;
	margin: 0 auto 15px;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.renovationArea .inner .icon_full:before {
	content: "";
	position: absolute;
	left: -45px;
	width: 40px;
	height: 40px;
	background-image: url("../img/renovation/icon_full.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.renovationArea .inner .icon_sofa {
	display: table;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.renovationArea .inner .icon_sofa:before {
	content: "";
	position: absolute;
	left: -45px;
	width: 40px;
	height: 40px;
	background-image: url("../img/renovation/icon_sofa.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}*/
.renovationArea .inner .procedure {
	max-width: 600px;
  margin: 0 auto;
	padding-bottom: 50px;
}
.renovationArea .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;
}
.renovationArea .inner .procedure li {
	position: relative;
	padding-left: 35px;
	line-height: 40px;
}
.renovationArea .inner .procedure li:before {
	position: absolute;
	top: 0;
	left: 10px;
}
.renovationArea .inner .procedure li:first-child:before {
	content: "①";
}
.renovationArea .inner .procedure li:nth-child(2):before {
	content: "②";
}
.renovationArea .inner .procedure li:nth-child(3):before {
	content: "③";
}
.renovationArea .inner .procedure li.icon_full02 {
	display: table;
	position: relative;
}
.renovationArea .inner .procedure li.icon_full02 span {
	position: relative;
	margin-left: 50px;
}
.renovationArea .inner .procedure li.icon_full02 span:before {
	content: "";
	position: absolute;
	left: -42px;
	top: -5px;
	width: 35px;
	height: 35px;
	background-image: url("../img/renovation/icon_full.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.renovationArea .inner .procedure li.icon_sofa02 {
	display: table;
	position: relative;
}
.renovationArea .inner .procedure li.icon_sofa02 span {
	margin-left: 50px;
}
.renovationArea .inner .procedure li.icon_sofa02 span:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 40px;
	width: 40px;
	height: 40px;
	background-image: url("../img/renovation/icon_menu.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.renovationArea .inner .procedure p.attention {
	padding: 5px 0 0 20px;
}
.renovationArea .inner .housingInfo {
	text-align: center;
}
/*swiper-container*/
.swiper-container {
	margin: 0 auto;
	max-width: 700px;
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.swiper-container:before {
	content: url(../img/top/menu_mark.svg);
	position: absolute;
	z-index: 500;
	bottom: 0;
	right: 20px;
	width: 80px;
	height: auto;
	padding: 40px 46px;
	background-color: #534741;
}
.swiper-container .swiper-pagination {
	position: relative!important;
	bottom: -20px!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	z-index: 50!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container .swiper-pagination-bullet-active {
	background: #777!important;
	width: 12px;
	height: 12px;
}
.renovationArea .inner .desc01 {
	padding: 120px 0 40px;
	text-align: center;
}
.renovationArea .inner .desc01 h2 {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
.renovationArea .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;
}
.renovationArea .inner .desc01 p {
	line-height: 1.8;
	padding-bottom: 20px;
}

.renovationArea .inner h3 {
	background-color: #003366;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	padding: 10px;
	width: 850px;
	margin: 0 auto 40px;
	text-align: center;
}
/* featureArea */
.renovationArea .inner ul.feature_list {
	max-width: 1100px;
	margin: 0 auto;
	padding:0 0 50px;
}
.renovationArea .inner ul.feature_list li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
  min-height: 450px;
/*	background: linear-gradient(rgba(0,0,0,0) 85%, #eff8fc 15%) no-repeat 50% 50% / 100% 100%;
*/}
.renovationArea .inner ul.feature_list li:nth-child(even) {
	flex-direction: row-reverse;
}
.renovationArea .inner ul.feature_list li .imgBox {
	width: 48%;
	padding: 10px;
}
.renovationArea .inner ul.feature_list li .txtBox {
	width: 52%;
	padding: 0 50px;
	position: relative;
}
.renovationArea .inner ul.feature_list li .txtBox:before {
	position: absolute;
	top: -125px;
	left: 50px;
	font-size: 86px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	color: #e8dacf;
	z-index: -1;
}
.renovationArea .inner ul.feature_list li .txtBox01:before {
	content: "01";
}
.renovationArea .inner ul.feature_list li .txtBox02:before {
	content: "02";
}
.renovationArea .inner ul.feature_list li .txtBox03:before {
	content: "03";
}
.renovationArea .inner ul.feature_list li .txtBox04:before {
	content: "04";
}
.renovationArea .inner ul.feature_list li .feature{
	font-size: 22px;
	color: #5c4e43;
	font-weight: bold;
}
.renovationArea .inner ul.feature_list li p {
	padding-top: 20px;
}
.renovationArea .inner ul.feature_list li .txtBox .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.renovationArea .inner ul.feature_list li .txtBox .btn a {
	max-width: 350px;
	display: block;
}
.renovationArea .inner ul.feature_list li .txtBox .btn a img {
	width: 100%;
}
.renovationArea .inner ul.feature_list li .txtBox .btn a:hover img {
	opacity: .7;
}
.renovationArea .inner .desc02 {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.renovationArea .inner .desc02 h4 {
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 14px;
	text-align: center;
	margin-bottom: 26px;
	position: relative;
}
.renovationArea .inner .desc02 h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #534741;
	width: 160px;
	height: 2px;
}
.renovationArea .inner .desc02 p {
	padding-bottom: 16px;
}
.renovationArea .inner .desc03 {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.renovationArea .inner .desc03 .stepList {
}
.renovationArea .inner .desc03 .stepList li {
	display: flex;
	align-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.renovationArea .inner .desc03 .stepList li .txtBox,
.renovationArea .inner .desc03 .stepList li .imgBox {
	width: 50%;
	padding-bottom: 25px;
}
.renovationArea .inner .desc03 .stepList li .txtBox {
	padding: 0 40px 0 20px;
}
.renovationArea .inner .desc03 .stepList li .txtBox h4 {
	padding-top: 40px;
	position: relative;
	font-size: min(5.5vw,22px);
	font-weight: bold;
	margin-bottom: 20px;
}
.renovationArea .inner .desc03 .stepList li .txtBox h4:before {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: min(6vw,30px);
	font-weight: bold;
	color: #EBD7CC;
}
.renovationArea .inner .desc03 .stepList li:nth-child(1) .txtBox h4:before {
	content: "STEP1";
}
.renovationArea .inner .desc03 .stepList li:nth-child(2) .txtBox h4:before {
	content: "STEP2";
}
.renovationArea .inner .desc03 .stepList li:nth-child(3) .txtBox h4:before {
	content: "STEP3";
}
.renovationArea .inner .desc03 .stepList li:nth-child(4) .txtBox h4:before {
	content: "STEP4";
}
.renovationArea .inner .desc03 .stepList li:nth-child(5) .txtBox h4:before {
	content: "STEP5";
}
.renovationArea .inner .desc03 .stepList li:nth-child(6) .txtBox h4:before {
	content: "STEP6";
}

@media screen and (max-width: 1000px) {
/* renovationArea */
	.renovationArea .inner .img {
		height: 380px;
	}
	
	.renovationArea .inner h3 {
		font-size: 20px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.renovationArea .inner .desc03 .stepList li .txtBox,
	.renovationArea .inner .desc03 .stepList li .imgBox {
		width: 100%;
	}
	.renovationArea .inner .desc03 .stepList li .txtBox {
		padding: 20px 5vw;
	}
	.renovationArea .inner .desc03 .stepList li .imgBox {
		padding: 0 20px;
	}
}	

@media screen and (max-width: 767px) {
/* renovationArea */
	.renovationArea .inner {
		padding: 40px 6vw 20px;
	}
	.renovationArea .inner .img {
		height: 320px;
	}
	.renovationArea .inner .img:before {
		bottom: -40px;
		padding: 26px;
	}
	.renovationArea .inner .movieBox {
    flex-direction: column;
    padding-bottom: 0;
	}
	.renovationArea .inner .movieBox .movie {
    padding-bottom: 40px;
	}
	.renovationArea .inner .movieBox .movie p {
		margin: 0px auto 10px;
    font-size: 16px;
	}
	.renovationArea .inner .procedure p.tit {
		font-size: 18px;
	}
	.renovationArea .inner .desc01 {
		padding: 100px 0 30px;
	}
	.renovationArea .inner .desc01 h2 {
		font-size: 20px;
		margin-bottom: 46px;
	}
	.renovationArea .inner .desc01 h2:before {
		font-size: 14px;
	}
	.renovationArea .inner .desc01 p {
		line-height: inherit;
		text-align: left;
	}
	.renovationArea .inner ul.feature_list li .txtBox {
    width: 100%;
    padding: 0 5vw;
	}
	.renovationArea .inner ul.feature_list li .imgBox {
    width: 100%;
    padding: 0 5vw;
	}
	.renovationArea .inner ul.feature_list li .feature {
    font-size: 5vw;
	line-height: 1.5;
	padding-top: 80px;
	}
	.renovationArea .inner ul.feature_list li .txtBox:before {
    top: 0;
    left: 5vw;
    font-size: 55px;
	}
	.renovationArea .inner ul.feature_list li p {
			padding-bottom: 20px;
	}
	.renovationArea .inner ul.feature_list li {
			background: none;
	}
}	

@media screen and (max-width: 600px) {
/* renovationArea */
	.renovationArea .inner {
		padding: 40px 6vw 10px;
	}
	.renovationArea .inner .img {
		height: 260px;
	}
	.swiper-container:before {
		display: none;
	}
	.renovationArea .inner .desc01 {
    padding-bottom: 20px;
	}
	.renovationArea .inner .desc02 {
		padding-bottom: 30px;
	}	
	.renovationArea .inner h3 {
		font-size: 19px;
		margin: 0 auto 36px;
	}
	.renovationArea .inner .desc03 .stepList li .txtBox h4 {
		padding-top: 1.8em;
	}
	.renovationArea .inner .desc03 .stepList li .txtBox h4:before {
		top: 0;
	}
	.renovationArea .inner .icon_full {
		line-height: 1.2;
		max-width: 70%;
		text-align: left;
	}
	.renovationArea .inner .icon_full:before {
		left: -35px;
		width: 30px;
		height: 30px;
	}
	.renovationArea .inner .icon_sofa {
		line-height: 1.2;
		max-width: 70%;
		text-align: left;
	}
	.renovationArea .inner .icon_sofa:before {
		left: -35px;
		width: 30px;
		height: 30px;
	}
}	

@media screen and (max-width: 400px) {
/* renovationArea */
	.renovationArea .inner .img {
		height: 180px;
	}
	.renovationArea .inner .img:before {
    right: 16px;
	}
	.renovationArea .inner .desc01 h2 {
		font-size: 17px;
	}	
	.renovationArea .inner .desc02 h4 {
		font-size: 4.2vw;
		margin-bottom: 20px;
	}	
}	
