@charset "UTF-8";
/* CSS Document */


.title-box h2 {
	padding-top: 80px;
}

#main-img .title-box h2 img {
	width: auto;
	height: 150px;
}


.contents01 .midashi01 {
	background-image: url("images/midashi01.svg");
}

/* contents01 */

.contents01 {
	width: 1040px;
	text-align: center;
	margin-bottom: 100px;
}

.contents01 p, .contents02 p, .contents03 p, .contents04 p, .contents05 p, .contents06 p {
line-height: 1.8;
letter-spacing: 0.05em;
font-weight: normal;
}

.contents01 > h5, .contents01 .box h6, .contents02 h5, .contents05 h6, .contents06 h6 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
color: #000;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight: normal;
}

.contents01 .box h6 {
	font-size: 31px;
	margin-bottom: 20px;
}


.contents01 .box h5 {
	margin-bottom: 30px;
	position: relative;
	display: flex;
    align-items: center;
}

.contents01 .box h5::before, .contents01 .box h5::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #303030;
}

.contents01 .box h5::before {
	margin-right: 40px;
}

.contents01 .box h5::after {
	margin-left: 40px;
}

.contents01 .box-in {
	padding-top: 60px;
}

.contents01 .box {
	margin-bottom: 80px;
}

.contents01 .box:last-child {
	margin-bottom: 0px;
}

.contents01 .box-box {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
}

.contents01 .box:nth-child(even) {
	margin-bottom: 40px;
}

.contents01 .box:nth-child(even) .box-box {
	flex-direction: row-reverse;
}

.contents01 .box-box .box01 {
	width: 420px;
	text-align: left;
	padding-top: 30px;
}

.contents01 .box-box .box02 {
	width: 560px;
	position: relative;
}

.contents01 .box-box .box02::after {
	content: "";
	position: absolute;
bottom: 0px;
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	margin-bottom: -50px;
}

.contents01 .box:nth-child(1) .box-box .box02::after {
right: 0px;
	background-image: url("images/icon01.svg");
	width: 203px;
	height: 122px;
}

.contents01 .box:nth-child(2) .box-box .box02::after {
left: 0px;
	background-image: url("images/icon02.svg");
background-position: left bottom;
	width: 188px;
	height: 144px;
	margin-bottom: -80px;
}

.contents01 .box:nth-child(3) .box-box .box02::after {
right: 0px;
	background-image: url("images/icon03.svg");
	width: 234px;
	height: 124px;
}

.contents01 .box-box .box02 img {
	width: 100%;
height: auto;
	border-radius: 10px;
}



/* contents02 */

.contents02 {
	width: 100%;
	text-align: center;
	background-image: url("../house/images/back04_03.jpg");
background-position: center bottom;
background-repeat: repeat-x;
	background-color: #FFF;
	padding-bottom: 120px;
	margin-bottom: 40px;
}

.contents02 .midashi01 {
	width: 100%;
	text-align: center;
	background-image: url("../house/images/back04_01.jpg");
background-position: center top;
background-repeat: repeat-x;
	margin-bottom: 60px;
}

.contents02 .midashi01 h3 {
	position: relative;
}

.contents02 .midashi01 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/midashi02.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 104px;
	margin-top: -110px;
}

.contents02 .box01 {
	display: flex;
  justify-content: space-between;
	width: 1060px;
	margin-bottom: 60px;
}

.contents02 .box01 h5 {
	font-size: 32px;
color: #8c6239;
	width: 480px;
}

.contents02 .box01 p {
	padding-left: 40px;
	border-left-style : solid;
border-left-color : #808080;
border-left-width : 1px;
	text-align: left;
	flex: 1;
}


.contents02 .box02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	width: 1060px;
	padding-bottom: 30px;
}

.contents02 .box02 .box {
	width: 23%;
	margin-bottom: 40px;
}

.contents02 .box02 .box img {
	width: 100%;
height: auto;
	border-radius: 10px;
}

.contents02 .box02 h6 {
	font-size: 18px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 300;
	padding: 6px 0px;
	border-style : solid;
border-color : #e7d6c3;
border-width : 2px;
	border-radius: 60px;
	margin: 20px 0px 12px;
}

.contents02 .box02 p {
	text-align: left;
}

.contents02 .link-btn02 a {
	width: 450px;
	padding: 12px 0px;
	background-image: url("../common/images/link-arrow02.svg");
	border-color : #4d4d4d;
	background-color: #4d4d4d;
	color: #FFF;
}

.contents02 .link-btn02 a:hover {
	background-image: url("../common/images/link-arrow01.svg");
	color: #4d4d4d;
	background-color: #FFF;
}

/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
	background-image: url("../house/images/back02_03.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 140px;
	padding-bottom: 110px;
}

.contents03 h3, .contents04 h3 {
	margin-bottom: 60px;
}

.contents03 .box-in, .contents04 .box02 {
	margin-bottom: 50px;
}


.contents03 .box, .contents04 ul li {
	display: inline-block;
	vertical-align: top;
}

.contents03 .box {
	margin: 0 3px;
}

.contents04 ul li {
	margin: 0 15px;
	width: 223px;
}

.contents03 h3 {
	background-image: url("../house/images/midashi-back2.png");
background-position: center center;
background-repeat: no-repeat;
}

.contents03 .box-in {
	width: 1110px;
	text-align: left;
	margin-bottom: 20px;
}

.contents03 .box {
	background-image: url("../house/images/arrow.png");
background-position: right center;
background-repeat: no-repeat;
	padding-right: 30px;
	margin-bottom: 20px;
}

.contents03 .box:last-child, .contents03 .box:nth-child(5) {
	background-image: none;
	padding-right: 0px;
}


/* contents04 */

.contents04 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
}

.contents04 h3 {
	width: 100%;
	background-image: url("../quality/images/back02_01.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 50px;
}

.contents04 p {
	font-size: 14px;
}

.contents04 .box01 {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


/* contents05 */

.contents05, .contents06 {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 40px;
	background-image: url("../quality/images/back02_03.jpg");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 190px;
}

.contents05 .midashi01, .contents06 .midashi01 {
	background-image: url("../quality/images/back02_01.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 140px;
}

.contents05 .midashi01 h3, .contents06 .midashi01 h3 {
	position: relative;
}

.contents05 .midashi01 h3::before, .contents06 .midashi01 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
}

.contents05 .midashi01 h3::before {
	background-image: url("images/midashi03.svg");
	height: 86px;
	margin-top: -90px;
}

.contents06 .midashi01 h3::before {
	background-image: url("images/midashi04.svg");
	height: 100px;
	margin-top: -105px;
}


.contents05 .box-in {
	width: 1010px;
}

.contents05 .box {
	padding: 30px 5px;
	border-bottom-style : dashed;
border-bottom-color : rgba(48, 48, 48, 0.5);
border-bottom-width : 1px;
	text-align: left;
}

.contents05 .box:last-child {
	border-bottom-style : none;
}

.faq-box {
	position: relative;
	padding: 20px 30px;
	margin-top: 10px;
	display: none;/*はじめは非表示*/
	background : rgba(231, 214, 195, 0.3);
	border-radius: 10px;
}

.faq {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}

.faq  h6 {
	font-size: 22px;
color: #333333;
	position: relative;
	padding-left: 55px;
}

.faq  h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/question.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 40px;
	height: 40px;
	margin-top: -5px;
}

.faq::before,
.faq::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 3px;
    background-color: #333333;
	 transition: all .5s ease;
    
}
.faq::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.faq::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faq.close::before{
  transform: rotate(45deg);
}

.faq.close::after{
  transform: rotate(135deg);
}




/* contents06 */

.contents06 h6 {
	font-size: 32px;
letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.contents06 .box01 {
	margin-bottom: 60px;
	position: relative;
	width: 1000px;
	
}

.contents06 .box01::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/icon04a.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 152px;
	height: 136px;
}

.contents06 .box01::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("images/icon04b.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 159px;
	height: 135px;
}

.contents06 .box02 {
	width: 1060px;
}

.contents06 .box02 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents06 .box02 ul li {
	width: 32%;
	margin-bottom: 25px;
}

.contents06 .box02 img {
	border-radius: 10px;
	width: 100%;
height: auto;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



