@import url("global.css");


.text {
	text-align: center;
}
.text h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.text p {
	font-size: 16px;
	line-height: 2;
}

.bg_image {
	background: url(../renovation/img/img1.jpg) center center;
	background-size: cover;
	height: 500px;
	margin-top: 80px;
}

.about {
	margin-top: 30px;
}
.about .title {
	margin-top: -60px;
	float: left;
	background-color: #572513;
	border-radius: 4px;
	padding: 50px 40px;
}
.about .title h4 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}
.about .title .eng {
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.about .txt {
	padding-left: 500px;
	font-size: 14px;
}
.about .txt p {
	line-height: 1.9;
}

.renovation1.wrapper,
.renovation2.wrapper,
.renovation3.wrapper {
	text-align: center;
}
.renovation1,
.renovation2,
.renovation3 {
	margin-top: 100px;
}
.renovation1 h3,
.renovation2 h3,
.renovation3 h3 {
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.renovation1 h3::after,
.renovation2 h3::after,
.renovation3 h3::after {
	content:"";
	position: absolute;
	width: 140px;
	height: 2px;
	background-color: #333;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.renovation1 .title,
.renovation2 .title,
.renovation3 .title {
	margin-top: 50px;
	font-size: 24px;
	font-weight: 700;
	color: #572513;
}
.renovation3 .title {
	line-height: 1.4;
}
.renovation1 .section1,
.renovation2 .section1,
.renovation3 .section1 {
	margin-top: 40px;
}
.renovation1 .section1 .image,
.renovation2 .section1 .image,
.renovation3 .section1 .image {
	float: left;
}
.renovation1 .section1 .txt,
.renovation2 .section1 .txt,
.renovation3 .section1 .txt {
	padding-left: 460px;
	text-align: left;
}
.renovation1 .section1 .txt p,
.renovation2 .section1 .txt p,
.renovation3 .section1 .txt p {
	margin-top: 10px;
}
.renovation1 .section2,
.renovation2 .section2 {
	margin-top: 70px;
}
.renovation3 .section2 {
	margin-top: 30px;
}
.renovation1 .section2 .image,
.renovation2 .section2 .image,
.renovation3 .section2 .image {
	float: right;
}
.renovation3 .section2 .image {
	position: relative;
}
.renovation3 .section2 .image span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,0.6);
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Spectral', serif;
	text-align: center;
}
.renovation1 .section2 .txt,
.renovation2 .section2 .txt,
.renovation3 .section2 .txt {
	padding-right: 460px;
	text-align: left;
}
.renovation1 .section2 .txt p,
.renovation2 .section2 .txt p,
.renovation3 .section2 .txt p {
	margin-top: 10px;
}
.renovation1 .photo,
.renovation2 .photo,
.renovation3 .photo {
	margin-top: 30px;
}
.renovation1 .photo .before,
.renovation1 .photo .after,
.renovation2 .photo .before,
.renovation2 .photo .after {
	position: relative;
	float: left;
}
.renovation3 .photo .before,
.renovation3 .photo .after {
	position: relative;
}

.renovation1 .photo .before .txt,
.renovation1 .photo .after .txt,
.renovation2 .photo .before .txt,
.renovation2 .photo .after .txt,
.renovation3 .photo .before .txt,
.renovation3 .photo .after .txt {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
.renovation1 .photo .image {
	width: 350px;
	float: left;
	margin-right: 25px;
}
.renovation1 .photo .after .image.last {
	margin-right: 0;
}
.renovation2 .photo .image {
	width: 260px;
	float: left;
	margin-right: 15px;
}
.renovation2 .photo .after .image.last {
	margin-right: 0;
}
.renovation2 .photo .before .image.mr25 {
	margin-right: 25px;
}
.renovation3 .photo {
	margin: 30px -7.5px 70px;
}
.renovation3 .photo .image {
	width: 25%;
	padding: 0 7.5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}


.renovation1 .section2 .txt p.btn,
.renovation2 .section2 .txt p.btn,
.renovation3 .section2 .txt p.btn {
	text-align: center;
	margin: 30px auto 0;
	width: 100%;
	max-width: 500px;
}
.section2 p.btn a {
	font-size: 18px;
	padding: 10px 0;
	border: 2px solid #555;
	display: block;
	position: relative;
	border-radius: 3px;
	text-align: center;
}
.section2 p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section2 p.btn a:hover {
	color: #38783D;
	border: 2px solid #38783D;
}
.section2 p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}

.renovation2 p.btn_flow a,
.renovation3 p.btn_flow a {
    font-size: 18px;
    padding: 10px 0;
    border: 2px solid #555;
    display: block;
    position: relative;
    width: 600px;
    margin: 40px auto 0;
    border-radius: 3px;
}
.renovation3 p.btn_flow a {
    margin: 70px auto 0;
}
.renovation2 p.btn_flow a::after,
.renovation3 p.btn_flow a::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.renovation2 p.btn_flow a:hover,
.renovation3 p.btn_flow a:hover {
    color: #38783D;
    border: 2px solid #38783D;
}
.renovation2 p.btn_flow a:hover::after,
.renovation3 p.btn_flow a:hover::after {
    content: '';
    border-top: solid 2px #38783D;
    border-right: solid 2px #38783D;
}

/* ----- 他のリノベーション事例 ボタン ----- */

p.btn_work_reno {
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}
p.btn_work_reno a {
	font-size: 26px;
	padding: 20px 0;
	display: block;
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #572513;
	color: #fff;
	font-weight: 700;
}
p.btn_work_reno a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

p.btn_work_reno a:hover {
	border: none;
	background-color: #723118;
	text-shadow: 0 0 4px #fff;
	box-shadow: none;
	border-radius: 10px;
}
/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){


.text h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.text p {
	font-size: 15px;
	line-height: 2;
	text-align: left;
	padding: 0 10px;
}
.text p br {
	display: none;
}

.bg_image {
	height: 300px;
	margin-top: 60px;
}

.about {
	margin-top: 25px;
}
.about .title {
	margin-top: -50px;
	padding: 40px 30px;
}
.about .title h4 {
	font-size: 24px;
}
.about .title .eng {
	font-size: 28px;
}
.about .txt {
	padding-left: 380px;
}

.renovation1,
.renovation2,
.renovation3 {
	margin-top: 80px;
}
.renovation1 h3,
.renovation2 h3,
.renovation3 h3 {
	font-size: 26px;
}
.renovation1 .title,
.renovation2 .title,
.renovation3 .title {
	margin-top: 45px;
	font-size: 20px;
}
.renovation1 .section1 .image,
.renovation2 .section1 .image,
.renovation3 .section1 .image {
	width: 300px;
	margin: 0 40px 10px 0;
}
.renovation1 .section1 .txt,
.renovation2 .section1 .txt,
.renovation3 .section1 .txt {
	padding-left: 0;
}
.renovation1 .section1 .txt p,
.renovation2 .section1 .txt p,
.renovation3 .section1 .txt p {
	font-size: 14px;
	line-height: 1.8;
}
.renovation1 .section2,
.renovation2 .section2 {
	margin-top: 60px;
}
.renovation3 .section2 {
	margin-top: 20px;
}
.renovation1 .section2 .image,
.renovation2 .section2 .image,
.renovation3 .section2 .image {
	width: 300px;
	margin: 0 0 10px 40px;
}
.renovation1 .section2 .txt,
.renovation2 .section2 .txt,
.renovation3 .section2 .txt {
	padding-right: 0;
}
.renovation1 .section2 .txt p,
.renovation2 .section2 .txt p,
.renovation3 .section2 .txt p {
	font-size: 14px;
	line-height: 1.8;
}
.renovation3 .section2 .txt p br {
	display: none;
}
.renovation1 .photo .before .txt,
.renovation1 .photo .after .txt,
.renovation2 .photo .before .txt,
.renovation2 .photo .after .txt,
.renovation3 .photo .before .txt,
.renovation3 .photo .after .txt {
	bottom: -35px;
	font-size: 18px;
}

.renovation1 .photo .before {
	width: 32.5%;
	margin-right: 1.5%;
}
.renovation1 .photo .after {
	width: 66%;
	margin-right: 0%;
}
.renovation1 .photo .before .image {
	width: 100%;
	margin-right: 0%;
}
.renovation1 .photo .after .image {
	width: 49%;
	margin-right: 2%;
}
.renovation1 .photo .after .image.last {
	margin-right:0%;
}

.renovation2 .photo .before {
	width: 49%;
	margin-right: 2%;
}
.renovation2 .photo .after {
	width: 49%;
	margin-right: 0%;
}
.renovation2 .photo .before .image {
	width: 49%;
	margin-right: 2%;
}
.renovation2 .photo .before .image.mr25 {
	margin-right: 0%;
}
.renovation2 .photo .after .image {
	width: 49%;
	margin-right: 2%;
}

.renovation3 .photo {
	margin: 30px -5px 70px;
}
.renovation3 .photo .image {
	padding: 0 5px;
}


.renovation1 .section2 .txt p.btn,
.renovation2 .section2 .txt p.btn,
.renovation3 .section2 .txt p.btn {
	clear: both;
	padding-top: 30px;
	margin: 0 auto;
}


}




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

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


.text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
}
.text p {
	font-size: 14px;
	line-height: 1.9;
	padding: 0 0px;
}

.bg_image {
	height: 180px;
	margin-top: 40px;
}

.about {
	margin-top: 25px;
}
.about .title {
	margin-top: 0px;
	padding: 0;
	background-color: #fff;
	color: #572513;
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.about .title h4 {
	font-size: 19px;
	color: #572513;
}
.about .title h4 br {
	display: none;
}
.about .title h4 span {
	display: block;
}
.about .title .eng {
	font-size: 24px;
	color: #572513;
}
.about .txt {
	padding-left: 0;
	margin-top: 15px;
}
.about .txt p {
	font-size: 14px;
	line-height: 1.9;
}

.renovation1,
.renovation2,
.renovation3 {
	margin-top: 60px;
}
.renovation1 h3,
.renovation2 h3,
.renovation3 h3 {
	font-size: 22px;
}
.renovation1 .title,
.renovation2 .title,
.renovation3 .title {
	margin-top: 45px;
	font-size: 18px;
}
.renovation3 .title br {
	display: none;
}
.renovation1 .section1 .image,
.renovation2 .section1 .image,
.renovation3 .section1 .image {
	width: 100%;
	max-width: 340px;
	float: none;
	margin: 0 auto;
}
.renovation1 .section1 .txt,
.renovation2 .section1 .txt,
.renovation3 .section1 .txt {
	padding-left: 0;
	margin-top: 20px;
}
.renovation1 .section2 .image,
.renovation2 .section2 .image,
.renovation3 .section2 .image {
	width: 100%;
	max-width: 340px;
	float: none;
	margin: 0 auto;
}
.renovation1 .section2 .txt,
.renovation2 .section2 .txt,
.renovation3 .section2 .txt {
	padding-right: 0;
	margin-top: 20px;
}
.renovation1 .photo .before .txt,
.renovation1 .photo .after .txt,
.renovation2 .photo .before .txt,
.renovation2 .photo .after .txt {
	bottom: -35px;
	font-size: 18px;
}
.renovation3 .photo .before .txt,
.renovation3 .photo .after .txt {
	bottom: -30px;
	font-size: 18px;
}

.renovation1 .photo .before {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}
.renovation1 .photo .after {
	width: 100%;
	margin-right: 0%;
	margin-top: 10px;
}
.renovation1 .photo .before .image {
	width: 100%;
	margin-right: 0%;
	float: none;
}
.renovation1 .photo .after .image {
	width: 49%;
	margin-right: 2%;
}
.renovation1 .photo .after .image.last {
	margin-right: 0%;
}

.renovation2 .photo .before {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 50px;
}
.renovation2 .photo .after {
	width: 100%;
	margin-right: 0%;
}
.renovation2 .photo .before .image {
	width: 49%;
	margin-right: 2%;
}
.renovation2 .photo .before .image.mr25 {
	margin-right: 0%;
}
.renovation2 .photo .after .image {
	width: 49%;
	margin-right: 2%;
}
.renovation3 .photo {
	margin: 20px -5px 50px;
}
.renovation3 .photo .image {
	width: 50%;
	padding: 5px;
}



.renovation1 .section2 .txt p.btn,
.renovation2 .section2 .txt p.btn,
.renovation3 .section2 .txt p.btn {
	padding-top: 25px;
}
.section2 p.btn a {
	font-size: 16px;
	padding: 8px 0;
}
.section2 p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

.renovation2 p.btn_flow a,
.renovation3 p.btn_flow a {
	font-size: 15px;
	padding: 10px 0;
	width: auto;
	margin: 10px 0px 0;
}
.renovation2 p.btn_flow a::after,
.renovation3 p.btn_flow a::after {
	content: '';
	width: 10px;
	height: 10px;
}

/* ----- リノベージョン事例 ボタン ----- */

p.btn_work_reno {
	margin-top: 10px;
}
p.btn_work_reno a {
	font-size: 19px;
	padding: 15px 0;
	display: block;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 3px;
	font-weight: 700;
}


}









