#renovation-front-unit {
	width: 100%;
}

#renovation-front-unit .intro {
	margin-bottom: 71px;
}

#renovation-front-unit .intro h2 {
	margin-bottom: 17px;
}

#renovation-front-unit .intro p {
	line-height: 1.54;
	margin: 0 20px;
}

#renovation-front-unit .renovation-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#renovation-front-unit .renovation-list li {
	list-style: none;
}

/*#renovation-front-unit .renovation-list li + li {
	margin-top: 73px;
}*/

/*#renovation-front-unit .renovation-list a {
	display: block;
	padding-top: 30px;
	text-decoration: none;
}*/

#renovation-front-unit .renovation-list .num {
	background-color: #f6b500;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 59%;
	font-weight: normal;
	height: 19px;
	left: 10px;
	padding: 2px 0 0 12px;
	position: absolute;
	top: -28px;
	width: 75px;
}
#renovation-front-unit .thumbnail_box{
	width:100%;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
}


/*#renovation-front-unit .renovation-list .inner {
	margin-left: 20px;
	width: 740px;
}*/

#renovation-front-unit .renovation-list .inner:after {
	clear: both;
	content: '';
	display: block;
}

#renovation-front-unit .renovation-list .info {
	float: right;
	margin-top: 8px;
	width: 430px;
}

#renovation-front-unit .renovation-list h4 {
	font-size: 116%;
	margin-bottom: 16px;
	padding-left: 33px;
	position: relative;
}

#renovation-front-unit .renovation-list h4:after {
	border: 4px solid #f7b600;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 25px;
	position: absolute;
	left: 0;
	top: -3px;
	width: 25px;
}

#renovation-front-unit .renovation-list dl {
	background-color: #f5f5f5;
	margin-bottom: 37px;
	padding: 5px 14px 19px;
}

#renovation-front-unit .renovation-list dt {
	clear: left;
	float: left;
	padding: 13px 0 4px 10px;
}

#renovation-front-unit .renovation-list dd {
	border-bottom: 2px dotted #272727;
	font-size: 116%;
	line-height: 1.47;
	padding: 12px 0 4px 135px;
}

#renovation-front-unit .renovation-list dd span {
	font-size: 86.7%;
}

#renovation-front-unit .renovation-list .btn {
	background: #646464;
	background: -webkit-linear-gradient(top, #ababab 0%, #646464 100%);
	background: linear-gradient(to bottom, #ababab 0%, #646464 100%);
	border: 1px solid #646464;
	border-radius: 20px;
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	height: 40px;
	margin-left: 270px;
	padding-top: 11px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	width: 160px;
}

#renovation-front-unit .renovation-list .btn:after {
	content: '>';
	margin-left: 10px;
}

#renovation-front-unit .renovation-list .image {
	float: left;
	position: relative;
}

#renovation-front-unit .renovation-list .image:after {
	border: 1px solid #323232;
	bottom: 0;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .4) inset;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#renovation-front-unit .renovation-list a:hover {
	color: #323232;
}

#renovation-front-unit .renovation-list .image,
#renovation-front-unit .renovation-list .btn {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#renovation-front-unit .renovation-list a:hover .image,
#renovation-front-unit .renovation-list a:hover .btn {
	opacity: .7;
}
	#renovation-front-unit h2.title-point {
	    color: #000;
	    font-size: 1.3em;
	    position: relative;
	    display: inline-block;
	    margin: 50px 0 100px 0;
	    width: 100%;
	    text-align: center;
	}

	#renovation-front-unit h2.title-point:before {
	    content: '';
	    position: absolute;
	    bottom: -15px;
	    display: inline-block;
	    width: 60px;
	    height: 3px;
	    left: 50%;
	    -moz-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background-color: black;
	}
#renovation-detail-unit{
	margin: 50px auto;
    width: 1040px;
}
#renovation-detail-unit .back a {
	font-size: 14px;
	line-height: 17px;
	color:black;
	background-color: #f5f5f5;
	border: 1px solid #cdcdcd;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 40px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 280px;
}

#renovation-detail-unit .back a:after {
	background: url(/m/cmn_files/img/common/ico_arrow_left_01.png) no-repeat 0 0;
	content: '';
	display: block;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	left: 15px;
	top: 50%;
	width: 7px;
}

#renovation-detail-unit .back a,
#renovation-detail-unit .back a:after {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#renovation-detail-unit .back a:hover:after {
	left: 13px;
}

#renovation-detail-unit header {
	margin-bottom: 40px;
	position: relative;
}

#renovation-detail-unit header:before,
#renovation-detail-unit header:after {
	content: '';
	display: block;
}

#renovation-detail-unit header:before {
	background: url(/m/cmn_files/img/common/ico_05.png) no-repeat 0 0;
	height: 30px;
	position: absolute;
	left: 300px;
	top: 10px;
	width: 31px;
}

#renovation-detail-unit header:after {
	clear: both;
}

#renovation-detail-unit header h2 {
	background-color: #323232;
	border-radius: 3px;
	color: #f7b600;
	float: left;
	font-size: 137%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 400px;
}

#renovation-detail-unit header .back {
	float: right;
}

#renovation-detail-unit .overview {
	margin-bottom: 85px;
}

#renovation-detail-unit .overview h3 {
	display: inline-block;
    margin: 18px;
}

#renovation-detail-unit .overview h3 .num,
#renovation-detail-unit .overview h3 .text {
	display: table-cell;
	vertical-align: middle;
}

#renovation-detail-unit .overview h3 .num span {
	background-color: #f7b600;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 123.1%;
	height: 80px;
	padding-top: 31px;
	text-align: center;
	width: 80px;
}

#renovation-detail-unit .overview h3 .text {
	font-size: 167%;
	font-weight: bold;
	line-height: 1.36;
	padding: 1px 0 0 17px;
}

#renovation-detail-unit .overview h3 .text:first-letter {
	font-size: 130%;
}

#renovation-detail-unit .overview h4 {
	font-size: 116%;
	margin: 0 0 9px 27px;
	padding-left: 33px;
	position: relative;
	width: 753px;
}

#renovation-detail-unit .overview h4:after {
	border: 4px solid #f7b600;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 25px;
	position: absolute;
	left: 0;
	top: -3px;
	width: 25px;
}

#renovation-detail-unit .overview .inner {
	display: table;
	width: 100%;
}

#renovation-detail-unit .overview .image,
#renovation-detail-unit .overview .info {
	text-align: center;
	border: solid 1px;
	display: table-cell;
	vertical-align: top;
}

#renovation-detail-unit .overview .image {
	padding-top: 9px;
}

#renovation-detail-unit .overview .info {
	padding: 0 10px 0 20px;
	width: 450px;
	border: solid 1px;
}

#renovation-detail-unit .overview .info dl {
	margin-bottom: 26px;
}

#renovation-detail-unit .overview .info dt {
	clear: left;
	float: left;
	padding: 23px 0 4px 10px;
}

#renovation-detail-unit .overview .info dd {
	border-bottom: 2px dotted #272727;
	font-size: 116%;
	line-height: 1.47;
	padding: 22px 0 4px 135px;
}

#renovation-detail-unit .overview .info dd span {
	font-size: 86.7%;
}

#renovation-detail-unit .overview .info p {
	line-height: 1.54;
}

#renovation-detail-unit .before-after {
	margin-bottom: 30px;
}

#renovation-detail-unit .before-after .main-title02 {
	font-size: 131%;
	margin-bottom: 0;
	padding-bottom: 12px;
}

#renovation-detail-unit .before-after .main-title02 span {
	font-size: 76.5%;
	font-weight: normal;
}

#renovation-detail-unit .before-after ul {
	background-color: #f5f5f5;
	padding: 20px;
}

#renovation-detail-unit .before-after li {
	list-style: none;
	position: relative;
	width: 100%;
}

#renovation-detail-unit .before-after li + li {
	margin-top: 60px;
}

#renovation-detail-unit .before-after li + li:before,
#renovation-detail-unit .before-after li:after {
	content: '';
	display: block;
}

#renovation-detail-unit .before-after li + li:before {
	border-bottom: 2px dotted #272727;
	left: 24px;
	position: absolute;
	right: 24px;
	top: -31px;
}

#renovation-detail-unit .before-after li:after {
	clear: both;
}

#renovation-detail-unit .right_triangle{
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #000000;
	float:left;
	margin: 74px 10px;
}
#renovation-detail-unit .down_triangle{
	display: none;
}


#renovation-detail-unit .before-after .before,
#renovation-detail-unit .before-after .after {
	float: left;
	max-width: 500px;
	width: 100%;
}

#renovation-detail-unit .before-after .before a,
#renovation-detail-unit .before-after .after a {
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#renovation-detail-unit .before-after .before a:hover,
#renovation-detail-unit .before-after .after a:hover {
	opacity: .7;
}

#renovation-detail-unit .before-after .before .image,
#renovation-detail-unit .before-after .after .image {
	position: relative;
}

#renovation-detail-unit .before-after .before .image:after,
#renovation-detail-unit .before-after .after .image:after {
	border: 1px solid #323232;
	bottom: 0;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .4) inset;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#renovation-detail-unit .before-after .before .text,
#renovation-detail-unit .before-after .after .text {
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0 1px 8px;
	position: relative;
}

#renovation-detail-unit .before-after .before .text:before,
#renovation-detail-unit .before-after .before .text:after,
#renovation-detail-unit .before-after .after .text:before,
#renovation-detail-unit .before-after .after .text:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 12px;
}

#renovation-detail-unit .before-after .before .text:after,
#renovation-detail-unit .before-after .after .text:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#renovation-detail-unit .before-after .before {
	margin-right: 0px;
	position: relative;
}

/*#renovation-detail-unit .before-after .before:after {
	background: url(/m/cmn_files/img/common/ico_arrow_right_05.png) no-repeat 0 0;
	content: '';
	display: block;
	height: 35px;
	margin-top: -28px;
	position: absolute;
	right: -40px;
	top: 50%;
	width: 25px;
}*/

#renovation-detail-unit .before-after .before .text {
	background-color: #a1a1a1;
}

#renovation-detail-unit .before-after .after .text {
	background-color: #f6b500;
}

#renovation-detail-unit .before-after .comment {
	float: left;
	line-height: 1.54;
	margin: 17px 0 0 30px;
	width: 35%;
	font-size: 3rem;
}

#renovation-detail-unit .before-after .after-only .comment {
	width: 480px;
}

#renovation-detail-unit > .back {
	float:right;
	margin-bottom: 50px;
}

/* リノベーション　リスト
-----------------------------------*/
#renovation-front-unit {
	width: 1040px;
	margin: 0 auto;
}

#renovation-front-unit .intro {
	margin-bottom: 71px;
}
#renovation-front-unit .intro .back_bg{
    background: url(/m/cmn_files/img_rwd/sekou_bg.jpg);
    background-size: cover;
    background-position: center -200px;
}
#renovation-front-unit .intro p {
	line-height: 1.54;
	margin: 50px 20px 80px;
	text-align: center;
}

#renovation-front-unit .renovation-list li {
	list-style: none;
	width: 30%;
	position: relative;
	margin-bottom: 30px;
}

#renovation-front-unit .renovation-text{
	color: #000;
	margin: 10px 0;
}

#renovation-front-unit .general_title02{
	background: #bba549;
	color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
}

/*#renovation-front-unit .renovation-list li + li {
	margin-top: 73px;
}*/

/*#renovation-front-unit .renovation-list a {
	display: block;
	padding-top: 30px;
	text-decoration: none;
}*/

#renovation-front-unit .renovation-list .num {
	background-color: #f6b500;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 59%;
	font-weight: normal;
	height: 19px;
	left: 10px;
	padding: 2px 0 0 12px;
	position: absolute;
	top: -28px;
	width: 75px;
}

/*#renovation-front-unit .renovation-list .inner {
	margin-left: 20px;
	width: 1040px;
	margin-bottom: 10px;
}*/

#renovation-front-unit .renovation-list .inner:after {
	clear: both;
	content: '';
	display: block;
}

#renovation-front-unit .renovation-list .info {
	float: right;
	margin-top: 8px;
	width: 580px;
}

#renovation-front-unit .renovation-list h4 {
	font-size: 116%;
	margin-bottom: 16px;
	padding-left: 33px;
	position: relative;
}

#renovation-front-unit .renovation-list h4:after {
	border: 4px solid #f7b600;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 25px;
	position: absolute;
	left: 0;
	top: -3px;
	width: 25px;
}

#renovation-front-unit .renovation-list dl {
	background-color: #f5f5f5;
	margin-bottom: 37px;
	padding: 5px 14px 19px;
}

#renovation-front-unit .renovation-list dt {
	clear: left;
	float: left;
	padding: 13px 0 4px 10px;
}

#renovation-front-unit .renovation-list dd {
	border-bottom: 2px dotted #272727;
	font-size: 116%;
	line-height: 1.47;
	padding: 12px 0 4px 135px;
}

#renovation-front-unit .renovation-list dd span {
	font-size: 86.7%;
}

#renovation-front-unit .renovation-list .btn {
	background: #646464;
	background: -webkit-linear-gradient(top, #ababab 0%, #646464 100%);
	background: linear-gradient(to bottom, #ababab 0%, #646464 100%);
	border: 1px solid #646464;
	border-radius: 5px;
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	height: 40px;
	margin-left: 270px;
	padding-top: 6px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	width: 300px;
}

#renovation-front-unit .renovation-list .btn:after {
	content: '>';
	margin-left: 10px;
}

#renovation-front-unit .renovation-list .image {
	float: left;
	position: relative;
}

#renovation-front-unit .renovation-list .image:after {
	border: 1px solid #323232;
	bottom: 0;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .4) inset;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#renovation-front-unit .renovation-list a:hover {
	color: #323232;
}

#renovation-front-unit .renovation-list .image,
#renovation-front-unit .renovation-list .btn {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#renovation-front-unit .renovation-list a:hover .image,
#renovation-front-unit .renovation-list a:hover .btn {
	opacity: .7;
}
	#renovation-detail-unit .before-after .image img{
		width: 100%;
	}


@media screen and (max-width: 768px){
	#renovation-front-unit .intro .back_bg{
	    background-position: center -270px;
	    margin-top: 50px;
	}
	#renovation-front-unit .renovation-list {
	    display: block;
	}
	#renovation-front-unit .renovation-list li {
	    width: 90%;
	    margin: auto;
	}
	#renovation-front-unit {
		width: 100%;
		margin: 0 auto;
	}
	#renovation-front-unit .thumbnail_box{
		width:345px;
	}
	#renovation-front-unit .renovation-list .inner {
		width: 100%;
	}
	#renovation-front-unit .renovation-list .info {
		float: left;
		margin-top: 8px;
		width: 100%;
	}
	#renovation-front-unit .renovation-list a {
		display: block;
		padding-top: 0px;
		text-decoration: none;
	}
	#renovation-front-unit .renovation-list .btn {
		margin-left: 20px;
	}


	#renovation-detail-unit .before-after .comment {
		float: left;
		line-height: 1.54;
		margin: 0px 0 0 30px;
		width: 80%;
	}

	#renovation-detail-unit{
	    width: 100%;
	}
	#renovation-detail-unit header {
	    margin-bottom: -20px;
	    position: relative;
	}
	#renovation-detail-unit header h2 {
	    width: 100%;
	}
	#renovation-detail-unit header .back {
	    display: none;
	}

	#renovation-detail-unit .overview {
	    margin-bottom: 35px;
	}
	#renovation-detail-unit .overview h4 {
	    width: 85%;
	}
	#renovation-detail-unit .overview .image,
	#renovation-detail-unit .overview .info {
		display: block;
		vertical-align: top;
		padding: 0 10px 0 20px;
	    width: 370px;
	    margin: 0 auto;
	}
	#renovation-detail-unit .before-after .main-title02 {
	    padding-left: 10px;
	}
	#renovation-detail-unit .before-after li {
		width: 100%;
	}
	#renovation-detail-unit .right_triangle{
		display: none;
	}
	#renovation-detail-unit .down_triangle{
		display: none;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #000000;
		margin: 15px auto;
	}
	#renovation-detail-unit .before-after .before,
	#renovation-detail-unit .before-after .after {
		float: unset;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	#renovation-detail-unit .before-after .before:after {
		margin-top: 12px;
		position: absolute;
		transform: rotate(90deg);
		right: 135px;
		width: 25px;
		top: 100%;
	}
	#renovation-detail-unit > .back {
		float:unset;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	#renovation-detail-unit .before-after .before, #renovation-detail-unit .before-after .after {
	    float: unset;
	    width: 300px;
	}
	#renovation-detail-unit .before-after .image img{
		width: 300px;
	}


}
