@charset "utf-8";


/*   ■ 共通指定
================================== */
.contents h3{
	text-align: center;
	margin-bottom:30px;
}	
.contents section{
	padding:55px 0;
}
	
.contents section p.concept{
	clear:both;
	margin:0 auto 40px auto;
	text-align:center;
}

	.contents section p.concept em{
		display:inline-block;
		padding:15px 40px;
		min-width:400px;
		border-radius:4px;
		background:#f2f2f2;
	}
	

/* =================================
   ■ modelhouse
================================== */
section.modelhouse .caption dl{
	margin-bottom: 50px;
	text-align:center;
}

section.modelhouse .caption dl dt{
	color: #d0a54c;
    font-size: 130%;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
}

section.modelhouse .caption dl dd{
}


section.modelhouse{
	padding:55px 0 55px 0;
	clear:both;
	border-bottom:1px solid #e5e5e5;
}

section.modelhouse .housebox{
	overflow:hidden;
}

	section.modelhouse .housebox ul li{
		width:477px;
		float:left;
		margin-right:45px;
		margin-bottom:45px;
	}

	section.modelhouse .housebox ul li:nth-child(2n){
		margin-right:0;
	}
	
	section.modelhouse .housebox dl dt{
		margin-bottom:12px;
		font-weight:700;
	}

	section.modelhouse .housebox dl dt img{
		display:block;
		margin-bottom:20px;
	}	
	
	section.modelhouse .housebox dl dt a{
		color:#333;
	}
	
	section.modelhouse .housebox dl dd.txt{
		margin-bottom:15px;
		min-height: 3em;
		font-size:75%;
	}
	
	section.modelhouse .housebox dl dd.btn{
		float:left;
        margin-right: 30px;
	}

	section.modelhouse .housebox dl dd.reservation_btn{
		float:left;
	}
/* =================================
   ■ products
================================== */
section.products{
	padding:74px 0 55px 0;
	border-bottom:1px solid #e5e5e5;
}

section.products .slider{
	overflow:hidden;
}

section.products .slider dl{
	width:230px;
	float:left;
	margin-right:26px;
}

	section.products .slider dl:last-child{
		margin-right:0;
	}
	
	section.products .slider dl dt{
		margin-bottom:12px;
		font-weight:700;
	}

	section.products .slider dl dt img{
		display:block;
		margin-bottom:20px;
	}	
	
	section.products .slider dl dt a{
		color:#333;
	}

	section.products .slider dl dd.txt{
		margin-bottom:15px;
		min-height: 1.5em;
		font-size:75%;
	}

/* =================================
   ■ basic
================================== */
section.basic h4 {
	font-size: 180%;
	color: #d0a54c;
	text-align: center;
	background: url('../../images/lineup/title-bar.gif') 50% 100% no-repeat;
	padding-bottom: 23px;
}
section.basic h4 span {
	font-size: 60%;
}
section.basic dl.intro dt {
	font-size: 130%;
	margin-top: 38px;
	text-align: center;
	font-weight: bold;
}
section.basic dl.intro dd {
	margin-top: 30px;
	text-align: center;
}

/*   goodhouse   */
section.basic #goodhouse {
	padding-bottom: 50px;
	border-bottom: 1px solid #cdcdcd;
}
section.basic #goodhouse p.img {
	border: 9px solid #efe5d1;
	padding: 42px;
	text-align: center;
	margin-top: 40px;
}

/*   inspection   */
section.basic #inspection {
	padding-bottom: 25px;
	border-bottom: 1px solid #cdcdcd;
	margin-top: 50px;
}
section.basic #inspection .firstchild {
	margin-top: 50px;
}
section.basic #inspection .explain h5 {
	background-color: #f3f3f3;
	padding: 20px 25px;
	margin-bottom: 28px;
}
section.basic #inspection .explain p.txt {
	margin-bottom: 28px;
	margin-left: 27px;
}
section.basic #inspection .explain dl {
	margin-left: 27px;
}
section.basic #inspection .explain dl dt {
	color: #d0a54c;
	font-size: 120%;
	font-weight: bold;
}
section.basic #inspection .explain dl dd {
	margin-bottom: 28px;
	margin-top: 10px;
}

/*   specification   */
section.basic #specification {
	padding-bottom: 25px;
	margin-top: 50px;
}
section.basic #specification article {
	margin-top: 50px;
	margin-left: 44px;
}
section.basic #specification div.specificationList {
	display: inline-block;
	width: 197px;
	background-color: #eadab9;
	border-radius: 5px;
	padding: 9px;
	margin: 0 19px 19px 0;
	vertical-align: top;
}
section.basic #specification div.specificationList .box {
	background-color: #fff;
	margin-top: 8px;
	padding: 12px;
	min-height: 201px;
}
section.basic #specification div.specificationList p.title {
	color: #29298c;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
section.basic #specification div.specificationList p.description {
	font-size: 80%;
}





/****************************************************
以下スマホ記述
****************************************************/
@media only screen and
(max-width : 640px) {
	

.contents section p.concept{
	clear:both;
	margin:0 auto 8% auto;
	text-align:center;
}

	.contents section p.concept em{
		box-sizing:border-box;
		min-width:90%;
	}

/* =================================
   ■ modelhouse
================================== */
section.modelhouse .caption dl{
	margin-bottom:10%;
	text-align:center;
	line-height:1.5;
}

section.modelhouse .caption dl dt{
	line-height:1.5;
}

/* =================================
   ■ modelhouse
================================== */
section.modelhouse .housebox ul li{
    width: 100%;
    float: none;
    margin-right: 0;
	overflow: hidden;
	margin-bottom:5%;
}

section.modelhouse .housebox ul li:last-child{
	margin-bottom:0;
}

section.modelhouse .housebox dl dt {
    text-align: center;
    margin-bottom: 4%;
}

section.modelhouse .housebox dl dt img{
	width:100%;
}

section.modelhouse dl dd.btn{
	text-align:center;
	margin-bottom:40px;
}

section.products .slider dl{
	width:46%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	margin-top:5%;
}
	
	section.products .slider dl dt{
		margin-bottom:2%;
	}

	section.products .slider dl dt img{
	width:100%;
		margin-bottom:2%;
	}	
	section.products .slider dl dd.txt{
		margin-bottom:2%;
	}


/*   specification   */
section.basic #specification div.specificationList {
	width: 42%;
}
section.basic #specification article {
	margin-left: 0;
}
section.basic #specification div.specificationList {
	margin: 0 10px 10px 0;
}
section.basic #specification div.specificationList:nth-child(even) {
	margin-right: 0;
}
section.basic #specification div.specificationList .box {
	min-height: 240px;
}
