@charset "UTF-8";
/* ---------------------------------------------------------
   rembrandt.css【ワンランク上質の外壁塗装デザイン】
----------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.rembrandt .sp{
		display: none;
	}
}
.rembrandt .multiply{
	mix-blend-mode: multiply;
}
.page_rembrandt{
	text-align: center;
}
.contents_inner{
    float: none;
    width: 980px;
    margin: 0 auto;
}
#page_title h2{
	line-height: 1.4;
	margin-bottom: 40px;
}
/*見出し*/
.rembrandt-top h2{
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	font-weight: 900;
	border-bottom: 3px solid #000;
	margin: 50px 0 10px 0;
	padding-bottom: 20px;
	position: relative;
}
.rembrandt-top h2 span{
	color: #eb6120;
	font-weight: 900;
}
.rembrandt-top h2:before{
	content: "";
    display: block;
    width: 50%;
    border-bottom: 3px solid #eb6120;
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
}
.rembrandt-topTEXT p{
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.7;
}
/*ここまで*/
.rembrandt-ttl{
	padding: 8px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	background-color: #9c652e;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(128, 81, 36, 0.5) 2px, rgba(128, 81, 36, 0.5) 4px);
	box-sizing: content-box;
}
.rembrandt-ttl span{
	font-weight: inherit;
}
.commitment h2{
	margin: 50px 0 10px 0;
}
.commitment{
	margin-bottom: 80px;
}
.commitment .commitmentBoxWrapper{
	display: flex;
	justify-content: space-around;
	margin: 50px 0 20px;;
}
.commitment .commitmentBox{
	margin: 0 5px;
	background-color: #4F3D3B;
	color: #fff;
	text-align: center;	
	position: relative;
}
.commitment .commitmentBox:after{
	content: url("../images/rembrandt/pointIMG01.png");
	display: block;
	position: absolute;
	width: 150px;
	height: 73px;
	top: -45px;
	left: -30px;
}
.commitment .commitmentBox:nth-child(2):after{
	content: url("../images/rembrandt/pointIMG02.png");
}
.commitment .commitmentBox:nth-child(3):after{
	content: url("../images/rembrandt/pointIMG03.png");
}
.commitment .commitmentBox h3{
	border-bottom: solid 1px #fff;
	padding: 10px 0 5px;
	width: 80%;
	margin: 0 auto;
	font-size: 120%;
}
.commitment .commitmentBox p{
	padding: 10px 0;
	font-size: 85%;
}
.commitment .commitmentText{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.7;
}
.commitment2{
	text-align: center;
	margin-bottom: 50px;
}
.commitment2 h2{
	font-size: 42px;
	font-weight: 900;
	margin: 20px 0 10px 0;
	line-height: 1.7;
	background: linear-gradient(transparent 80%, #ffdd00 50%);
	display: inline;
}
.commitment2 h2 span{
	color: #eb6120;
	font-weight: 900;
}
.commitment2 p{
	margin-top: 30px;
	line-height:1.7;
}
.design h2{
	margin: 50px 0 10px 0;
}
.design .designWrapper{
	display: flex;
	justify-content: space-around;
}
.design .designBox{
	padding: 10px;
}
.color{
	margin: 50px 0;
}

.color h2,
.granato h2,
.design_child h2{
    margin: 50px 0 30px;
    position: relative;
}
/* .color h2:after,
.granato h2:after,
.design_child h2:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
} */
.color p,
.granato p,
.design_child p{
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.7;
}
.color h3,
.granato h3,
.design_child h3{
	margin: 50px 0;
	color: #eb6120;
	font-size: 1.5em;
	text-align: center;
	border-top: double 5px #4F3D3B;
	border-bottom: double 5px #4F3D3B;
	padding: 20px 0;
}
.design_child p.designProposal{
	text-align: center;
	color: #4F3D3B;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 700;
}
.contact{
	margin: 50px 0;
}
.contact h2{
	color: #eb6120;
	text-align: center;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
.contact h2 span{
	color: #eb6120;
	font-size: 20px;
}
/*お問い合わせBT*/
.contact .cube_btn_wrap{
	width: 530px;
	margin: 30px auto;
	display: block;
	text-align: center;
}
.contact .cube_btn_wrap .cube_btn{
	background-color:#4F3D3B;
	padding: 5px 10px;
	box-shadow: 0 4px 0 #332321;
}
.contact .btn_txt{
	font-size: 24px;
	font-weight: 400;
	position: relative;
	top: 13px;
	left: -20px;
}
.contact .btn_icon{
	position: relative;
	left: -10px;
}
@media screen and (max-width: 767px) {
	.contents_inner{
		width: 96%;
		line-height: 1;
	}
	.rembrandt-ttl{
		padding: 6px;
		font-size: 24px;
		line-height: 1.25;
	}
	.rembrandt-top h2{
		font-size: 25px;
        line-height: 1.4;
        padding-bottom: 16px;
        margin-top: 30px;
	}
	.commitment{
		margin-bottom: 40px;
	}
	.commitment .commitmentBoxWrapper{
		display: block;
		width: 100%;
	}
	.commitment .commitmentBox{
		margin: 0 auto 50px;
    	position: relative;
   	 	padding-bottom: 20px;
    	width: 310px;
	}
	.commitment .commitmentText{
		font-size: 24px;
		line-height: 1.4;
	}
	.commitment2 h2 {
        font-size: 30px;
        line-height: 1.4;
    }
	.commitment2 p{
		line-height: 1.7;
	}
	.design .designWrapper{
		display: block;
		width: 100%;
	}
	.design .designBox{
		text-align: center;
	}
	.design .designBox img{
		padding-bottom: 15px;
	}
	.color{
		margin: 30px 0;
	}
	.color p,
	.granato p,
	.design_child p{
		line-height: 1.7;
	}
	.color h3,
	.granato h3,
	.design_child h3{
		line-height: 1.4;
		padding: 10px 0;
	}
	.design_child p.designProposal{
		font-size: 24px;
	}
	.contact{
		margin-top: 30px;
	}
	.contact h2{
		font-size: 24px;
		line-height: 1;
		height: auto;
	}
	.contact h2 span{
		margin-bottom: 10px;
		display: inline-block;
		font-size: 16px;
		line-height: 1.4;
	}
	/*お問い合わせBT*/
	.contact .cube_btn_wrap{
		width: 100%;
		line-height: 1.5;
	}
	.contact .btn_icon img{
		width: 35px;
		position: relative;
		top: 1px;
	}
	.contact .btn_icon{
		padding:0;
	}
	.contact .btn_txt{
		font-size: 18px;
		font-weight: 500;
    	position: relative;
    	top: 5px;
    	left: -15px;
	}
}
@media screen and (max-width: 320px) {
	.rembrandt-top h2{
		font-size: 26px;
		padding-bottom: 90px;
	}
	.commitment h2{
		font-size: 24px;
		height: 65px;
	}
	.commitment .commitmentBoxWrapper{
		width: 90%;
    	margin: 50px auto 30px;
	}
	.commitment .commitmentBox{
		width: auto;
		margin: 0 auto 30px;
	}
	.commitment .commitmentBox:after{
		left: -25px;
	}
	.commitment .commitmentText{
		font-size: 20px;
    	line-height: 1.2;
	}
	.commitment2 h2{
		font-size: 26px;
		margin-top: 30px;
	}
	.commitment2{
		margin-bottom: 30px;
	}
	.design h2{
		height: 68px;
		font-size: 24px;
	}
	.color h3,
	.granato h3,
	.design_child h3{
		font-size: 1.3em;
		padding: 5px 0;
	}
	.design_child p.designProposal{
		font-size: 22px;
	}
	.contact h2 span{
		font-size: 14px;
	}
	.contact h2{
		font-size: 20px;
	}
	.contact .btn_txt{
		font-size: 16px;
	}
}
