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

/* contents00 */

.contents00 {
	width: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:15px;
	margin-bottom: 80px;
}

.contents00 h6 a {
	padding: 15px 0px;
	border-radius: 100px;
}

#c01, #c02, #c03 {
	display: block; 
    position: relative;
    top: -120px;
    visibility: hidden;
	height: 1px;
}

/* contents01 */

.contents01 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	background-image: url("images/back02_01.png");
background-position: center top;
background-repeat: repeat-x;
}

.contents01 .box-in {
	width: 100%;
}

.contents01 .box-in2 {
	width: 100%;
}

.contents01-box {
	width: 780px;
	padding: 45px 50px;
	border-radius: 40px;
	background : rgba(253, 249, 247, 0.7);
	text-align: left;
}

.contents01 table {
	width: 100%;
}

.contents01 table td, .contents02 p {
	font-size: 14px;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: normal;
	vertical-align: top;
	padding: 10px 0px;
}

.contents01 table td:last-child {
	border-left-style : solid;
border-left-color : #b2b2b2;
border-left-width : 1px;
	padding-left: 30px;
}


/* contents02 */

.contents02 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	background-image: url("../house/images/back02_01.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 60px;
	position: relative;
	padding-bottom: 190px;
}

.contents02::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../quality/images/back02_03.jpg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 190px;
}

.contents02 h3, .contents03 h3 {
	margin-bottom: 30px;
}

.contents02 .box-in, .contents03 .box-in {
	margin-bottom: 40px;
	display: flex;
  justify-content: space-between;
	width: 1000px;
	text-align: left;
}

.contents02 .box-in .box01, .contents03 .box-in .box01 {
	width: 415px;
}

.contents02 .box-in .box01 img, .contents03 .box-in .box01 img {
	border-radius: 15px;
	width: 100%;
height: auto;
}

.contents02 .box-in .box02, .contents03 .box-in .box02 {
	width: 550px;
	padding-top: 60px;
}

.contents02 h4, .contents03 h4 {
font-size: 22px;
color: #4d4d4d;
line-height: 1.6;
letter-spacing: 0.1em;
font-weight: normal;
	margin-bottom: 20px;
}

.contents02 p {
line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}



/* 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;
	margin-bottom: 100px;
}

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



.subcontents-map .map-box {
	display: block;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



