@charset "utf-8";

/*ナビゲーションが追加になったら削除する*/
/*#hMenuBtn,
#gNav{
	display: none !important;
}
#hTel{
	right:10px;
}
*/
/* for PC*/
@media print, screen and (min-width:768px) {}
/*ナビゲーションが追加になったら削除する*/


/* for Common & Smartphone*/

/* gNavBtn ////////////////////////////// */
#gNavBtn{}

#gNavBtn > ul .nav{
	position: relative;
	text-align:left;
	line-height:1.6;
	font-weight: bold;
	}
#gNavBtn > ul .nav{
	width: 48.5%;
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	}
#gNavBtn > ul .nav:nth-of-type(2n+1){
	float: left;
	clear: both;
	}
#gNavBtn > ul .nav:nth-of-type(2n){
	float: right;
	}
#gNavBtn .nav > a,
#gNavBtn .nav > span{
	position:relative;
	display:block;
	}
#gNavBtn .nav > * img{
	margin: 0 0 3px 0;
	}
#gNavBtn .nav > * p{
	float: left;
	}
#gNavBtn .nav > * strong{
	float: right;
	}
#gNavBtn .nav > a.new::after,
#gnMH.nav > a.new::after,
.bnrStaff > a.new::after{
	content: "NEW";
	position: absolute;
	right: 0;
	top: 0;
	width: 3.5em;
	height: 1.4em;
	line-height: 1.4em;
	background: #e60012;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	-webkit-animation:blink 0.8s linear infinite alternate;
    -moz-animation:blink 0.8s linear infinite alternate;
    animation:blink 0.8s linear infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
	50% { opacity: 1; }
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
	50% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
	50% {opacity:1;}
    100% {opacity:1;}
}

/*スタッフ紹介バナー*/
.bnrStaff{
	position: relative;
	max-width: 500px;
	margin: 10px auto 20px auto;
	background: #fff;
}
/*モデルハウスボタン*/
#gnMH{
	position: relative;
	max-width: 500px;
	margin: 10px auto 20px auto;
	background: #fff;
}
/* instagram埋め込み：レスポンシブ対応 */
#instagram{
	padding: 20px 0;
	background: #e0e8d4;
	text-align: center;
}

#instagram .snsTtl{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 60px;
	background-image: url(../images/common/ico_instagram_2x.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 30px auto;/*最小29px　余白アイコンサイズの半分*/
	font-size: 1.8rem;
	text-align: center;
}
.instaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.instaList .item {
  width: 32%;
  margin: 0.5%;
  /*border: 1px solid #000;*/
}
.instaList .item a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.instaList .item a img {
  visibility: hidden;
}
/* top ////////////////////////////// */
#top{
	/*padding: 20px 0 0 0;*/
	text-align: center;
}
#top .topMV{
	background: #fff;
}
#top .topMV img{
	width: 100%;
}
#top .topMV{
	position: relative;
	opacity: 0;
	transition: 3s;
	z-index: 1;
}
#top .topMV.slick-initialized{
	opacity: 1
}

#top .topObi{
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
#top .topObiT01{
	font-size: 1.8rem;/*18 / 28*/
	line-height: 1.4;
	font-feature-settings: "palt";
}
#top .topObiT02{
	margin: 0.2em 0 0 0;
	font-size: 2.0rem;/*20 / 32*/
	line-height: 1.4;
	font-feature-settings: "palt";
}
#top .topObi + div{
	padding: 20px 0;
}
#top .topT01{
	margin: 0 0 5px 0;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 1.8rem;/*18 / 24*/
	line-height: 1.2;
	color: #fff;
}
#top .topT02{
	margin: 0 0 5px 0;
	font-size: 2.6rem;/*2.6 / 36*/
	color: #fff;
	line-height: 1.4;
}
#top .topT03{
	font-size: 2.0rem;/*20 / 30*/
	line-height: 1.2;
	color: #fff;
}


.concept{
	position: relative;
	padding: 0 0 20px 0;
}
.concept .conIco{
	float: left;
	width: 50%;
}
.concept .conTxt{
	clear: both;
}
.concept .conImg{
	position: absolute;
	right: 0;
	top: 10%;
	width: 48%;
}
.concept .conImg .capTxt{
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: #fff;
}
.concept dl{
	clear: both;
	padding: 10px 0 0 0;
	text-align: left;
}
.concept dt{
	margin: 0 0 0.5em 0;
	font-size: 2.0rem;
	line-height: 1.4;
	font-feature-settings: "palt";
	white-space: nowrap;
}
.concept dd{
	font-size: 1.4rem;
	line-height: 1.6;
}

.conLogo{
	width: 70%;
	margin: 20px auto 10px auto;
}
.conLogo + dl{
	text-align: left;
}
.conLogo + dl dt{
	margin: 0 0 0.5em 0;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #ed6c00;
}
.conLogo + dl dd{
	font-size: 1.0rem;
	line-height: 1.4;
}

/* landplan ////////////////////////////// */
#landplan{}
#landplan .lp{
	clear: both;
	position: relative;
}
#landplan .lp p{
	position: absolute;
	right: 0;
	bottom: 30px;
}

#landplan .pList{}
#landplan .pList section{
	margin: 0 0 20px 0;
}
#landplan .pList section:last-of-type{
	margin-bottom: 0;
}

/* access ////////////////////////////// */
#access{}
#access .acc01{
	margin: 0 0 20px 0;
	text-align: left;
}
#access .acc02{
	text-align: center;
}

/* location ////////////////////////////// */
#location{}
#location .loc01{}
#location .loc01 > div{
	/*float: left;
	width: calc(100% - 80px);*/
}

#location .loc01 h3{
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;/*14 / 16*/
}
#location .loc01 .route{
	height: 16px;
	line-height: 16px;
	margin: 0 0 20px 0;
	padding-left: 60px;
	text-align: left;
	background: url("../images/location/map_arrow.svg") no-repeat left center;
	font-size: 1.4rem;
	text-align: left;
}
#location .loc01 dl{}
#location .loc01 dt,
#location .loc01 dd{
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.8;
}
#location .loc01 dl.carNav{
	margin: 0 0 30px 0;
}
#location .loc01 dl.carNav dt{
	height: 22px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding-left: 60px;
	text-align: left;
	background: url("../images/location/map_car.svg") no-repeat left center;
}
#location .loc01 dl.carNav dd span{
	font-size: 2.0rem;
}
#location .loc02{}
#location .pList{}
#location .pList li{
	width: 49%;
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.2;
}
#location .pList li:nth-child(2n+1){
	float: left;
	clear: both;
}
#location .pList li:nth-child(2n){
	float: right;
}
#location .pList li img{
	display: block;
	margin: 0 0 5px 0;
}
#location .liList{}
#location .liList > section{
	margin: 0 0 20px 0;
}
#location .liList .liTtl{
	position: relative;
	padding: 0 0 4px 0;
	color: #81292d;
	border-bottom: 2px solid #81292d;
	font-size: 1.4rem;/*15 / 16*/
	text-align: left;
	line-height: 1.2;
}
#location .liList .liTtl span{
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 12px;
}
#location .liList dt,
#location .liList dd{
	padding: 0.5em 0;
	font-size: 1.1rem;/*11 / 14*/
	line-height: 1.2;
	white-space: nowrap;
}
#location .liList dt{
	float: left;
	width: calc(100% - 11.5em);
	text-align: left;
}
#location .liList dd{
	width: 100%;
	padding-left: calc(100% - 11em);
	border-bottom: 1px solid #ccc;
	text-align: right;
}
#location .liList dd span{
	display: inline-block;
	text-align: right;
}
#location .liList dd span:first-of-type{
	width: 7.5em;
}
#location .liList dd span:last-of-type{
	width: 3.0em;
}

#location .locRoute{}
#location .locRoute dl{
	margin: 0 0 20px 0;
}
#location .locRoute dl dt,
#location .locRoute dl dd{
	width: 49%;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
#location .locRoute dl *:nth-child(2n+1){
	float: left;
	clear: both;
}
#location .locRoute dl *:nth-child(2n){
	float: right;
}
#location .locRoute dl img{
	display: block;
	margin: 0 0 5px 0;
}

/* quality ////////////////////////////// */
#quality{}
#quality .quaTtl{
	max-width: 280px;
	margin: 0 auto 20px auto;
	line-height: 1.0;
}

#qua01{}
#qua01 .qua01Unit{
	padding: 20px 0 0 0;
}
#qua01 .qua01Unit dl{}
#qua01 .qua01Unit dl dt{
	max-width: 50%;
	margin: 0 auto 10px auto;
	line-height: 1.0;
	text-align: center;
}
#qua01 .qua01Unit dl dd{
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.4;
}
#qua01 .qua01Unit div{
	clear: both;
	padding: 10px 0 0 0;
}

#qua02{}
#qua02 .qua02P{
	margin: 20px 0 0 0;
}
#qua02 .qua02P li{
	width: 48.5%;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
}
#qua02 .qua02P li:nth-of-type(2n+1){
	clear: both;
	float: left;
}
#qua02 .qua02P li:nth-of-type(2n){
	float: right;
}
#qua02 .qua02P li span{
	display: block;
	padding: 0 0 0 1em;
}

#qua02 .qua02Unit{
	margin: 0 0 20px 0;
}
#qua02 .qua02Unit .copy02{
	margin: 0 0 1em 0;
}
#qua02 .qua02Unit:nth-of-type(2) .copy02{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  min-height: 60px;
  padding-left: 70px;
	text-align: left;
  background: url("../images/quality/poi02_img17_2x.png") no-repeat left center;
  background-size: 60px 60px;
}

#qua02 .qua02Unit div:first-of-type{
	width: 150px;
	margin: 0 auto 10px auto;
}
#qua02 .qua02Unit h4 + p{
	margin: 0 0 20px 0;
}
#qua02 .qua02Unit h4 + p img{
	float: right;
	width: 30%;
	margin: 0 0 10px 10px;
}

#qua02 .qua02Unit:nth-of-type(1) .column{
	clear: both;
	border: 1px solid #a40000;
	padding: 10px 10px 0 10px;
	border-radius: 10px;
}
#qua02 .qua02Unit:nth-of-type(1) .column dt{
	clear: both;
	float: left;
	width: 55px;
	height: 55px;
	padding: 1.0em 0 0 0;
	background: #a40000;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.4;
}
#qua02 .qua02Unit:nth-of-type(1) .column dd{
	position: relative;
	min-height: calc(50px + 1.0em);
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 60px;
	border-bottom: 1px solid #a40000;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.2;
}
#qua02 .qua02Unit:nth-of-type(1) .column dd:last-of-type{
	border-bottom: none;
}
#qua02 .qua02Unit:nth-of-type(1) .column dd p{
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-60%);
}
#qua02 .qua02Unit:nth-of-type(1) .column dd strong{
	color: #a40000;
}

/*#qua02 .qua02Unit:nth-of-type(2) .column{
	position: relative;
	clear: both;
	border: 1px solid #a40000;
	padding: 10px 10px 0 10px;
	border-radius: 10px;
}
#qua02 .qua02Unit:nth-of-type(2) .column::before{
	position: absolute;
	left: 50%;
	top: -8px;
	content: "保　証";
	display: inline-block;
	width: 4em;
	margin-left: -2em;
	line-height: 1.2;
	background: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #a40000;
}*/
#qua02 .qua02Unit:nth-of-type(2) .column dt{
	clear: both;
	float: left;
	width: 5em;
	height: 30px;
	background: #a40000;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 30px;
}
#qua02 .qua02Unit:nth-of-type(2) .column dd{
	position: relative;
	min-height: 30px;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 75px;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.2;
}
#qua02 .qua02Unit:nth-of-type(2) .column dd p{
	position: absolute;
	left: 75px;
	top: 50%;
	transform: translateY(-50%);
}

#qua02 .qua02Unit:nth-of-type(2) .column dd p strong{
	font-size: 180%;
}

#qua03{}
#qua03 .qua03Unit{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #3daba4;
	border-left: 1px solid #3daba4;
	border-right: 1px solid #3daba4;
}
#qua03 .qua03Unit section{
	float: left;
	width: 50%;
	padding: 10px;
	border-top: 1px solid #3daba4;
	text-align: center;
}
#qua03 .qua03Unit section:nth-of-type(2n+1){
	clear: both;
	border-right: 1px solid #3daba4;
}
#qua03 .qua03Unit section > img:first-of-type{
	margin: 0 0 5px 0;
}
#qua03 .qua03Unit section > img:first-of-type + p{
	font-size: 1.3rem;/*13 / 14*/
	line-height: 1.4;
	font-feature-settings: "palt";
}
#qua03 .qua03Unit section h4{
	margin: 0.2em 0;
	font-size: 1.6rem;/*16 / 18*/
	color: #3daba4;
	text-align: center;
	line-height: 1.4;
	font-feature-settings: "palt";
}
#qua03 .qua03Unit section p.lead02 img{
	float: right;
	width: 40%;
	margin: 0 0 10px 10px;
}

#qua04{}
#qua04 > section{
	padding: 20px 0;
}
#qua04 > section h4{
	width: 230px;
	margin: 0 auto 20px auto;
	line-height: 1.0;
	text-align: center;
}
#qua04 > section ul{
	margin: 0 0 20px 0;
}
#qua04 > section ul li{
	float: left;
	width: 31.4%;
	margin: 10px 2.9% 0 0;
	text-align: left;
	font-size: 1.1rem;/*11 / 12*/
	line-height: 1.2;
}
#qua04 > section ul li:first-of-type{
	float: none;
	width: 100%;
	margin-right: 0;
}
#qua04 > section ul li:last-of-type{
	margin-right: 0;
}
#qua04 > section > div div {
	margin: 0 0 20px 0;
}
#qua04 #panasonic{
	/*background: #d3e6f6;*/
}
/*#qua04 #lixil{
	background: #feecd2;
}*/

/* plan ////////////////////////////// */
#plan{}
#plan .lNav{
margin: 0 0 20px 0;
}
#plan .lNav .plaCat{
max-width: 200px;
margin: 0 auto 10px auto;
text-align: center;
line-height: 1.0;
}
#plan .lNav ul{
width: 100%;
}
#plan .lNav .nav{
margin-bottom: 10px;
width: 48%;
line-height: 1.0;
}
#plan .lNav .nav:nth-of-type(2n+1){
clear: both;
float: left;
}
#plan .lNav .nav:nth-of-type(2n){
float: right;
}
#plan .lNav .nav a{
display: block;
}

#plan .plaUnit{
padding: 30px 0 0 0;
}
#plan .plaTtl{
float: left;
width: 100px;
margin: 0 10px 0 0;
line-height: 1.0;
text-align: left;
}
#plan .plaArea{
float: left;
/*width: 15em;*/
}
#plan .plaArea li{
font-size: 1.2rem;/*12 / 15*/
line-height: 1.2;
text-align: left;
font-feature-settings: "palt";
}
#plan .plaArea li:nth-of-type(n+3){
text-indent: 1em;
}
#plan .plaArea li span{
margin-left: 9em;
font-size: 10px;
}
#plan .plaCopy{
clear: both;
padding: 1em 0;
font-size: 1.6rem;/*16 / 21*/
line-height: 1.6;
text-align: left;
font-feature-settings: "palt";
}
#plan .plaPoint{
width: 48%;
margin: 0 0 20px 0;
}
#plan .plaPoint:nth-of-type(2n+1){
clear: both;
float: left;
}
#plan .plaPoint:nth-of-type(2n){
float: right;
}
#plan .plaPoint dt{
margin: 0 0 5px 0;
font-size: 1.2rem;/*12 / 16*/
line-height: 1.0;
text-align: left;
}
#plan .plaPoint dd{
font-size: 1.1rem;/*11 / 13*/
line-height: 1.4;
text-align: left;
}
#plan .plaFig{
clear: both;
text-align: center;
}

/* modelhouse ////////////////////////////// */
#modelhouse{
	/*margin-top: 20px;*/
	background: #fff;
	/*border-bottom: 5px solid #81292d;*/
  border-bottom: 5px solid #3daba4;
}
#modelhouse .copy02 img{
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.mhGal{
	position: relative;
	margin: 0 0 20px 0;
}
.mhGal .cap{
	position: absolute;
	right: 5px;
	bottom: 0px;
	color: #fff;
}
.mhGal.main {
	/*opacity: 0;*/
	margin-top: 20px;
	margin-bottom:10px;
}
.mhGal.main.slick-initialized {
	/*opacity: 1;*/
}
.mhGal.main .slick-track > .slick-slide img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}
.mhGal.main .slick-track > .slick-slide p{
	position: absolute;
	left: 5px;
	bottom: 3px;
	font-size: 1.0rem;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,1),0 0 1px rgba(0,0,0,0.5);
}

/*arrow*/

/* Arrows */
.mhGal.main .slick-prev,
.mhGal.main .slick-next{
	z-index:10000;
}

.mhGal.main .slick-prev:hover,
.mhGal.main .slick-prev:focus,
.mhGal.main .slick-next:hover,
.mhGal.main .slick-next:focus{}

.mhGal.main .slick-prev,
.mhGal.main .slick-next{
	content: '';
	position:absolute;
	top:30%;
	width:16px;
	height:16px;
	margin-top:-8px;
	/*border:1px solid #0f1a71;*/
	/*border:2px solid #81292d;*/
  border:2px solid #3daba4;
	border-left:none;
	border-bottom:none;
	cursor:pointer;
	}
.mhGal.main .slick-prev{
    /*left: -14px;*/
  left: -6px;
   -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.mhGal.main .slick-next{
  /*right: -14px;*/
  right: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mhGal.main .slick-prev:hover,
.mhGal.main .slick-next:hover{
 	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7; 
	opacity:0.7;
	zoom:1;
	-webkit-transition: .3s;
	transition: .3s;
}


.mhGal.main .slick-dots{
	padding: 10px 0 0 0;
}
.mhGal.main .slick-dots > li{
	position:relative;
	float: left;
	width:15.5% !important;
	height: auto;
	margin:0 1.4% 4px 0;
	border:2px solid #fff;
	line-height:1.0;
	color:#1b9cbd;
	font-size: 1.0rem;
	text-align:center;
	/*font-family: 'Didact Gothic', sans-serif;*/
	outline:none;
}
.mhGal.main .slick-dots > li:nth-child(6n){
	margin-right:0;
}
.mhGal.main .slick-dots > li:nth-child(6n+1){
	clear:both;
}
.mhGal.main .slick-dots > li.slick-active{
	/*border-color:#00acbf;*/
	/*border-color:#00b3ec;*/
	border-color:#3daba4;
}
.mhGal.main .slick-dots > li img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {


}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) {}

@media print, screen and (min-width:768px) {

	/* gNavBtn ////////////////////////////// */
	#gNavBtn{}
	#gNavBtn > ul .nav{
		float:left;
		width:28%;
		margin: 0 8% 20px 0;
		}
	#gNavBtn > ul .nav{
		font-size: 1.4rem;
		}
	#gNavBtn > ul .nav:nth-of-type(2n+1){
		clear: none;
		}
	#gNavBtn > ul .nav:nth-of-type(2n){
		float: left;
		}
	#gNavBtn > ul .nav:nth-of-type(3n+1){
		clear: both;
		}
	#gNavBtn > ul .nav:nth-of-type(3n){
		margin-right: 0;
		}
	#gNavBtn .nav > a,
	#gNavBtn .nav > span{}

	/*スタッフ紹介バナー*/
	.bnrStaff{
		display: inline-block;
		width: 47%;
		margin: 20px 1%;
	}
	/*モデルハウスボタン*/
	#gnMH{
		display: inline-block;
		width: 47%;
		margin: 20px 1%;
	}

	/* instagram埋め込み：レスポンシブ対応 */
	#instagram{}
	#instagram .snsTtl{
		font-size: 2.8rem;
	}
	.instaList {}
	.instaList .item {
		width: 16%;
		margin: 0.25%;
	}

	/* top ////////////////////////////// */
	#top{
		/*padding: 20px 0 0 0;*/
	}
	#top .topT01{
		font-size: 2.4rem;/*18 / 24*/
	}
	#top .topT01 strong{}
	#top .topMV{}
	#top .topMV img{}
	#top .topT02{
		color: #fff;
		font-size: 3.6rem;/*28 / 36*/
	}
  #top .topT03{
    font-size: 3.0rem;/*20 / 30*/
  }
	#top .topLogo{
		max-width: 390px;
		margin: 0 auto 0 auto;
		padding: 10px 0 30px 0;
	}

	#top .topObi{
		padding: 20px 0 20px 0;
	}
	#top .topObiT01{
		font-size: 2.8rem;/*18 / 28*/
	}
	#top .topObiT02{
		font-size: 3.2rem;/*20 / 32*/
	}



	.concept{
		padding: 0 0 20px 0;
	}
	.concept .conIco{
		width: 47%;
	}
	.concept .conTxt{
		clear: none;
		float: right;
		width: 47%;
		padding: 20px 0 0 0;
	}
	.concept .conImg{
		position: relative;
		width: 100%;
		top: auto;
	}
	.concept .conImg .capTxt{}
	.concept dl{
		clear: none;
	}
	.concept dt{
		margin: 0 0 0.2em 0;
		font-size: 2.6rem;
		white-space: normal;
	}
	.concept dd{}

	.conLogo{
		float: left;
		width: 270px;
		margin: 0;
		padding: 20px 0 0 0;
	}
	.conLogo + dl{
		float: right;
		width: calc(100% - 290px);
		padding: 20px 0 0 0;
	}
	.conLogo + dl dt{
		margin: 0 0 0.2em 0;
		font-size: 1.3rem;
	}
	.conLogo + dl dd{
		font-size: 1.1rem;
	}


	/* landplan ////////////////////////////// */
	#landplan{}
	#landplan .lp{
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	#landplan .lp p{
		bottom: 80px;
	}

	#landplan .pList{}
	#landplan .pList > section{
		width: 46.5%;
		margin: 0 0 40px 0;
	}
	#landplan .pList > section:nth-of-type(2n+1){
		float: left;
		clear: both;
	}
	#landplan .pList > section:nth-of-type(2n){
		float: right;
	}
	#landplan .pList > section:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	
	/* access ////////////////////////////// */
	#access{}
	#access .acc01{
		float: left;
		width: 49%;
		margin: 0;
	}
	#access .acc02{
		float: right;
		width: 49%;
		margin: 0;
	}

	/* location ////////////////////////////// */
	#location{}
	#location .loc01{
		float: left;
		width: 34%;
	}
	#location .loc01 > div{}
	#location .loc01 > div dd{}
	#location .loc01 > div dd img{}
	#location .loc01 h3{
		height: 32px;
		line-height: 32px;
		margin: 0 0 20px 0;
		font-size: 1.6rem;/*14 / 16*/
	}
	#location .loc01 .route{}
	#location .loc01 dl{}
	#location .loc01 dl dt,
	#location .loc01 dl dd{}
	#location .loc01 dl.carNav{
		margin-bottom: 40px;
	}
	#location .loc01 dl.carNav dt{}
	#location .loc01 dl.carNav dd span{
		font-size: 1.6rem;
	}
	#location .loc02{
		float: right;
		width: 63%;
	}

	#location .pList{
		clear: both;
	}
	#location .pList li{
		float: left;
		width: 22%;
		margin: 0 4% 50px 0;
	}
	#location .pList li:nth-child(2n+1){
		clear: none;
	}
	#location .pList li:nth-child(2n){
		float: left;
	}
	#location .pList li:nth-child(4n+1){
		clear: both;
	}
	#location .pList li:nth-child(4n){
		margin-right: 0;
	}
	#location .pList li img{}

	#location .liList{}
	#location .liList > section{
		width: 46%;
		margin: 0 0 30px 0;
	}
	#location .liList > section:nth-of-type(1),
	#location .liList > section:nth-of-type(4){
		float: left;
	}
	#location .liList > section:nth-of-type(2),
	#location .liList > section:nth-of-type(3),
	#location .liList > section:nth-of-type(5){
		float: right;
	}
	#location .liList > section:nth-of-type(4){
		clear: both;
	}
	#location .liList > section:nth-of-type(5){
		margin-top: -70px;
	}
	#location .liList .liTtl{
		font-size: 1.6rem;/*15 / 16*/
	}
	#location .liList .liTtl span{
		font-size: 14px;
	}
	#location .liList dt,
	#location .liList dd{
		font-size: 1.4rem;/*12 / 14*/
		white-space: normal;
	}
	#location .liList dt{}
	#location .liList dd{}
	#location .liList dd span{
		display: inline-block;
		text-align: right;
	}
	#location .liList dd span:first-of-type{}
	#location .liList dd span:last-of-type{}

	#location .locRoute{}
	#location .locRoute dl{
		margin: 0 0 40px 0;
	}
	#location .locRoute dl dt,
	#location .locRoute dl dd{
		float: left;
		/*width: 31%;
		margin: 0 3.5% 20px 0;
		font-size: 1.5rem;*/
		width: 32%;
		margin: 0 2.0% 20px 0;
		font-size: 1.5rem;
	}
	#location .locRoute dl *:nth-child(2n+1){
		clear: none;
	}
	#location .locRoute dl *:nth-child(2n){
		float: left;
	}
	#location .locRoute dl *:nth-child(3n+1){
		clear: both;
	}
	#location .locRoute dl *:nth-child(3n){
		margin-right: 0;
	}
	#location .locRoute dl img{}

	/* quality ////////////////////////////// */
	#quality{}
	#quality .quaTtl{
		max-width: 300px;
	}

	#qua01{}
	#qua01 .qua01Unit{
		width: 47.5%;
		padding: 30px 0 0 0;
	}
	#qua01 .qua01Unit:nth-of-type(1){
		float: left;
	}
	#qua01 .qua01Unit:nth-of-type(2){
		float: right;
	}
	#qua01 .qua01Unit dl{}
	#qua01 .qua01Unit dl dt{
		float: left;
		max-width: initial;
		width: 44%;
		margin: 0;
		text-align: left;
	}
	#qua01 .qua01Unit dl dd{
		float: right;
		width: 53%;
	}
	#qua01 .qua01Unit div{
		clear: both;
		padding: 20px 0 0 0;
	}

	#qua02{}
	#qua02 .qua02P{
		margin: 30px 0 0 0;
	}
	#qua02 .qua02P li{
		float: left;
		width: 23.8%;
		margin: 0 1.6% 20px 0;
		font-size: 1.3rem;
	}
	#qua02 .qua02P li:nth-of-type(2n+1){
		clear: none;
	}
	#qua02 .qua02P li:nth-of-type(2n){
		float: left;
	}
	#qua02 .qua02P li:nth-of-type(4n+1){
		clear: both;
	}
	#qua02 .qua02P li:nth-of-type(4n){
		margin-right: 0;
	}
	#qua02 .qua02P li span{}

	#qua02 .qua02Unit{
		width: 48%;
		margin: 0;
	}
	#qua02 .qua02Unit:nth-of-type(1){
		float: left;
	}
	#qua02 .qua02Unit:nth-of-type(2){
		float: right;
	}
	#qua02 .qua02Unit .copy02{}
  #qua02 .qua02Unit:nth-of-type(2) .copy02{
    min-height: 70px;
    padding-left: 80px;
    background-size: 68px 68px;
  }
	#qua02 .qua02Unit div:first-of-type{
		margin: 0 auto 20px auto;
	}
	#qua02 .qua02Unit h4 + p{}
	#qua02 .qua02Unit h4 + p img{
		float: right;
		width: 22%;
	}

	#qua02 .qua02Unit:nth-of-type(1) .column{
		clear: both;
		border: 1px solid #a40000;
		padding: 10px 10px 0 10px;
		border-radius: 10px;
	}
	#qua02 .qua02Unit:nth-of-type(1) .column dt{}
	#qua02 .qua02Unit:nth-of-type(1) .column dd{}
	#qua02 .qua02Unit:nth-of-type(1) .column dd:last-of-type{}
	#qua02 .qua02Unit:nth-of-type(1) .column dd p{}
	#qua02 .qua02Unit:nth-of-type(1) .column dd strong{}

	#qua02 .qua02Unit:nth-of-type(2) .column{}
	#qua02 .qua02Unit:nth-of-type(2) .column::before{
		font-size: 1.6rem;
	}
	#qua02 .qua02Unit:nth-of-type(2) .column dt{}
	#qua02 .qua02Unit:nth-of-type(2) .column dd{}
	#qua02 .qua02Unit:nth-of-type(2) .column dd p{}

	#qua03{}
	#qua03 .qua03Unit{
		margin: 30px 0 0 0;
	}
	#qua03 .qua03Unit section{
		float: left;
		width: 33.33%;
		padding: 15px 20px;
		border-right: 1px solid #3daba4;
	}
	#qua03 .qua03Unit section:nth-of-type(2n+1){
		clear: none;
	}
	#qua03 .qua03Unit section:nth-of-type(3n+1){
		clear: both;
	}
	#qua03 .qua03Unit section:nth-of-type(3n){
		border-right: none;
	}
	#qua03 .qua03Unit section > img:first-of-type{
		max-width: 192px;
		margin: 0 0 10px 0;
	}
	#qua03 .qua03Unit section > img:first-of-type + p{
		font-size: 1.4rem;/*13 / 14*/
	}
	#qua03 .qua03Unit section h4{
		font-size: 1.8rem;/*16 / 18*/
	}
	#qua03 .qua03Unit section p.lead02 img{
		width: 27%;
	}

	#qua04{}
	#qua04 > section{
		padding: 50px 0;
	}
	#qua04 > section h4{
		margin: 0 auto 40px auto;
	}
	#qua04 > section ul{
		width: 46.5%;
		margin: 0 0 70px 0;
	}
	#qua04 > section ul:nth-of-type(1){
		float: left;
	}
	#qua04 > section ul:nth-of-type(2){
		float: right;
	}
	#qua04 > section ul li{
		font-size: 1.2rem;/*11 / 12*/
	}
	#qua04 > section ul li:first-of-type{}
	#qua04 > section ul li:last-of-type{}
	#qua04 > section > div div {
		width: 46.5%;
	}
	#qua04 > section > div div:nth-of-type(1){
		clear: both;
		float: left;
	}
	#qua04 > section > div div:nth-of-type(2){
		float: right;
	}
	#qua04 #panasonic{}
	#qua04 #lixil{}

	/* plan ////////////////////////////// */
	#plan{}
	#plan .lNav{
	width: 46.5%;
	margin: 0 0 30px 0;
	}
	#plan .lNav:nth-of-type(1){
	clear: both;
	float: left;
	}
	#plan .lNav:nth-of-type(2){
	float: right;
	}
	#plan .lNav .plaCat{
	max-width: 320px;
	margin: 0 auto 20px auto;
	}
	#plan .lNav .nav{
	width: 47.3%;
	}
	#plan .lNav .nav:nth-of-type(2n+1){}
	#plan .lNav .nav:nth-of-type(2n){}
	#plan .lNav .nav a{}

	#plan .plaUnit{
	padding: 30px 0 0 0;
	text-align: center;
	}
	#plan .plaTtl{
	width: 205px;
	margin: 0 10px 0 0;
	}
	#plan .plaArea{
	/*width: 20em;*/
	padding: 15px 0 0 0;
	}
	#plan .plaArea li{
	font-size: 1.5rem;/*12 / 15*/
	}
	#plan .plaArea li:nth-of-type(n+3){}
	#plan .plaArea li span{
	margin-left: 0;
	font-size: 12px;
	}
	#plan .plaCopy{
	clear: none;
	float: right;
	padding: 0.5em 0;
	font-size: 2.1rem;/*16 / 21*/
	}
	#plan .plaPoint{
	display: inline-block;
	width: 20%;
	margin: 0 2.1% 30px 2.2%;
	padding: 40px 0 0 0;
	vertical-align: top;
	}
	#plan .plaPoint:nth-of-type(2n+1){
	clear: none;
	float: none;
	}
	#plan .plaPoint:nth-of-type(2n){
	float: none;
	}
	#plan .plaPoint dt{
	font-size: 1.6rem;/*12 / 16*/
	}
	#plan .plaPoint dd{
	font-size: 1.3rem;/*11 / 13*/
	}
	#plan .plaFig{}

	/* modelhouse ////////////////////////////// */
	#modelhouse{
		margin-bottom: 0;
		border-bottom: none;
		}
	#modelhouse .copy02 img{
		height: 23px;
		}
	.mhGal.main{}
	.mhGal.main .slick-prev,
	.mhGal.main .slick-next{
		width:30px;
		height:30px;
		}
	.mhGal.main .slick-prev{
			left: -30px;
	}
	.mhGal.main .slick-next{
			right: -30px;
	}

	.mhGal.main .slick-dots > li{
		/*width:8.4% !important;
		margin:0 0.76% 0 0;*/
		cursor:pointer;
	}
	.mhGal.main .slick-dots > li:nth-child(6n){
		/*margin-right:0.76%;*/
	}
	.mhGal.main .slick-dots > li:nth-child(6n+1){
		/*clear:none;*/
	}
	.mhGal.main .slick-dots > li:last-child{
		/*margin-right:0;*/
	}

	.mhGal.main .slick-dots > li:hover{
		/*border-color:#81292d;*/
    border-color: #3daba4;
		}
	.mhGal.main .slick-dots > li.slick-active{}

	.mhGal.main .slick-track > .slick-slide p{
		left: 10px;
		bottom: 5px;
		font-size: 1.2rem;
	}
}



/* for Common & Smartphone*/
/* accordion ////////////////////////////// */
.pageH{
	position: relative;
	text-align:center;
	cursor: pointer;
	border-bottom: none;
	}
.pageH::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	z-index: 1;
	}
.pageH.new::after{
	content: "NEW";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 3.5em;
	height: 1.4em;
	line-height: 1.4em;
	background: #e60012;
	color: #fff;
  font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 1.0rem;
	text-align: center;
  z-index: 50;
	/*-webkit-animation:blink 0.8s linear infinite alternate;
    -moz-animation:blink 0.8s linear infinite alternate;
    animation:blink 0.8s linear infinite alternate;*/
}

.pageH > img{
	width: 100%;
	height: auto;
	}
.pageTtl{
	position: absolute;
	width: 7em;
	font-size: 1.8rem;/*18 / 30*/
	color: #fff;
	/*left: 5%;*/
	left: 50%;
	top: calc((100% - 26px)*0.5);
	-webkit-transform: translate(-50% , -50%);
		-moz-transform: translate(-50% , -50%);
		-o-transform: translate(-50% , -50%);
		-ms-transform: translate(-50% , -50%);
		transform: translate(-50% , -50%);
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9) ,-1px -1px 2px rgba(0,0,0,0.9);
	line-height: 1.4;
	z-index: 2;
	}
.pageTtl span{
	display: block;
	font-size: 60%;
}

#modelhouse .pageTtl{
	width: 100%;
	/*font-size: 2.0rem;*/
	}

.pageTtl02{
	margin: 0 0 0.5em 0;
	text-align: center;
	color: #81292d;
	font-size: 1.8rem;/*18 / 22*/
	line-height: 1.2;
}
.pageHBtn{
	position: relative;
	/*padding: 0.5em 0 0.5em 0;*/
	height: 26px;
	line-height: 26px;
	background: #3daba4;
	text-align: center;
	font-size: 1.2rem;
	z-index: 2;
}
.pageHBtn p{
	display: inline-block;
	margin: -3px 0 0 0;
	vertical-align: middle;
	color: #fff;
}
.pageHBtn::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: -2px 0 0 0.5em;
	border-top:9px solid #fff;
	border-left:6px solid transparent;
	border-bottom:0 solid transparent;
	border-right:6px solid transparent;
	vertical-align: middle;
}
@keyframes fluffy1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(10px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(10px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
.is-current .pageHBtn::after{
	/*border-top:0 solid transparent;
	border-left:6px solid transparent;
	border-bottom:9px solid #000;
	border-right:6px solid transparent;*/
	transform: rotate(180deg);
}

.pageBody{
	display: none;
	padding-top: 40px;
	padding-bottom: 30px;
	/*padding: 40px 0 30px 0;*/
	}
/*.pageBody.is-open{}*/

/* for PC */
@media print, screen and (min-width:768px) {
	/*pageH*/
	.pageH{
		border-bottom: 3px solid #3daba4;
	}
  .pageH.new::after{
    right: auto;
    left: 50%;
    top: 30px;
    width: 3.5em;
    height: 1.4em;
    line-height: 1.4em;
    font-size: 1.6rem;
    text-align: center;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
	.pageH > img{}
	.pageTtl{
		top: 45%;
		width: 300px;
		font-size: 3.0rem;/*18 / 30*/
		line-height: 1.4;
	}
	.pageTtl span{
		font-size: 50%;
	}
	#modelhouse .pageTtl{
		width: 100%;
		/*font-size: 3.2rem;*/
	}
	.pageTtl02{
		font-size: 2.2rem;/*18 / 22*/
	}
	.pageHBtn{
		position: absolute;
		/*left: 5%;*/
		left: 50%;
		top: 58%;
		width: 180px;
		padding: 0;
		background: none;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.2;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.9) ,-1px -1px 2px rgba(0,0,0,0.9);
		-webkit-transform: translate(-50% , 0);
			-moz-transform: translate(-50% , 0);
			-o-transform: translate(-50% , 0);
			-ms-transform: translate(-50% , 0);
			transform: translate(-50% , 0);
	}
	.pageHBtn p{}
	.pageHBtn p strong{
		display: none;
	}
	/*#modelhouse .pageTtl{}*/
	#modelhouse .pageHBtn{
		width: 100%;
		/*font-size: 1.6rem;*/
		}
	/*#modelhouse .pageHBtn p strong{
		display: inline;
	}*/
	.pageHBtn::after{
		width: 31px;
		height: 28px;
		background: url("../images/common/ico_arrow.png") no-repeat center center;
		border:none;
		margin: -2px 0 0 0;
		animation: fluffy1 3s ease infinite;
		/*border-top:9px solid #fff;
		-webkit-filter:drop-shadow(0 0 2px rgba(0, 0, 0, 1.0));
			-moz-filter:drop-shadow(0 0 2px rgba(0, 0, 0, 1.0));
			-ms-filter:drop-shadow(0 0 2px rgba(0, 0, 0, 1.0));
			filter:drop-shadow(0 0 2px rgba(0, 0, 0, 1.0));*/
	}
	.is-current .pageHBtn::after{
		/*border-bottom:9px solid #fff;*/
		transform: rotate(180deg);
		animation: none;
	}
	.pageBody{
		padding-top: 50px;
		padding-bottom: 60px;
		/*padding: 50px 0 60px 0;*/
		}
	/*.pageBody.is-open{
		padding-top: 50px;
		padding-bottom: 60px;
	}*/
	}


	/*自由設計バナー関連*/
	.btnPagetop{
		bottom:120px;
		}
	#footer{
		padding-bottom: 80px;
	}
	#bnrFP{
		position: fixed;
		left: 0;
		bottom:40px;
		z-index: 100;
	}
	#bnrFP a{
		display: block;
	}
	#bnrFP span{
		position: absolute;
		left: 4px;
		top: -4px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: #493034;
		color: #fff;
		font-size: 20px;
	}

	#bnrFP.bnrFPClose{
		width: 100%;
		height: 24px;
		border-bottom: 5px solid #493034;
	}
	#bnrFP.bnrFPClose a{
		display: none;
	}
	#bnrFP.bnrFPClose span{
		top:0px;
	}
	#bnrFP.bnrFPClose span::after{
		content: "^";
		display: inline-block;
		padding: 0.2em 0 0 0;
	}
	@media print, screen and (min-width:768px) {
		.btnPagetop{
			bottom:45px;
			}
		#footer{
			padding-bottom: 15px;
		}
		#bnrFP{
			width: 300px;
			left: auto;
			right: 0;
			bottom:auto;
			top: 20%;
			padding: 24px 0 0 0;
		}
		#bnrFP a{
			box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
		}
		#bnrFP span{
			left: auto;
			right: 0;
			top: 0;
			width: 24px;
			height: 24px;
			line-height: 24px;
			font-size: 24px;
			cursor: pointer;
		}

		#bnrFP.bnrFPClose{
			width: 24px;
			height: auto;
			border-bottom: none;
		}
		#bnrFP.bnrFPClose a{
			display: none;
		}
		#bnrFP.bnrFPClose span{
			top:0;
			height: 3em;
		}
		#bnrFP.bnrFPClose span::after{
			content: "〈";
			display: inline-block;
			width: 100%;
			margin: 0 0 0 -0.5em;
			padding: 1em 0 0 0;
		}
}