@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:85%;
	}
#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: 77%;
	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: 139%;
	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 h3{}
#top .topT01{
	margin: 1em 0;
	font-size: 124%;/*16 / 22*/
	text-align: center;
	line-height: 1.6;
	font-feature-settings: "palt";
}
#top .topT01 strong{
	color: #ed6c00;
}
#top .topMV{}
#top .topMV img{
	width: 100%;
}
#top .topMV{
	position: relative;
    opacity: 0;
    transition: 3s;
	z-index: 1;
}
#top .topMV.slick-initialized{
    opacity: 1
}

#top .topT02{
	margin: 1em 0 0 0;
	font-size: 139%;/*18 / 24*/
	text-align: center;
	line-height: 1.6;
	font-feature-settings: "palt";
}
#top .topT03{
	margin: 0;
	font-size: 170%;/*22 / 32*/
	text-align: center;
	line-height: 1.2;
	font-feature-settings: "palt";
}
#top .topT03 strong{
	color: #e60012;
}
#top .topLogo{
	width: 70%;
	margin: 0 auto;
	padding: 5px 0 20px 0;
}

#top .topObi{
	margin: 0 0 20px 0;
	/*padding: 10px 0;*/
	padding: 0 0 10px 0;
	color: #fff;
	text-align: center;
}
#top .topObiT01{
	/*display: inline-block;
	margin: 0 auto;*/
	margin: 0 0 0.4em 0;
	padding: 0.2em 0.5em;
	/*border: 1px solid #fff;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 139%;/*18 / 24*/
	line-height: 1.2;
}
#top .topObiT02{
	/*margin: 0.5em 0 0 0;
	font-size: 186%;24 / 36*/
	/*margin: 0.5em 0 0 0.3em;
	letter-spacing: 0.3em;*/
	margin: 0.5em 0 0 0;
	/*font-size: 279%;36 / 48*/
	font-size: 186%;/*24 / 32*/
	line-height: 1.4;
	font-feature-settings: "palt";
}
#top .topObiT03{
	margin: 0.2em 0 0 0;
	/*font-size: 262%;*/
	font-size: 248%;
	line-height: 1.4;
	font-feature-settings: "palt";
}
#top .topObiT03 span{
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	background: #fff;
	color: #81292d;
	font-size: 82%;
	line-height: 1.2;
}
.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: 154%;
	line-height: 1.4;
	font-feature-settings: "palt";
	white-space: nowrap;
}
.concept dd{
	font-size: 108%;
	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: 93%;
	line-height: 1.4;
	color: #ed6c00;
}
.conLogo + dl dd{
	font-size: 77%;
	line-height: 1.4;
}

/* landplan ////////////////////////////// */
#landplan{}
#landplan .lpBtn,
.lpBtn{
	margin: 0 0 20px 0;
	text-align: center;
}
#landplan .lpBtn li,
.lpBtn li{
	display: inline-block;
	width: 47%;
	margin: 0 1%;
	
}
#landplan .lp01{
	margin: 0 0 20px 0;
}
#landplan .lp02{
	text-align: left;
}
#landplan .lp02 img{
	margin: 10px 0 0 0;
}
#landplan .lp03{}
#landplan .lp03 > section{
	margin: 0 0 20px 0;
}
#landplan .lp03 > section:last-of-type{
	margin: 0;
}
#landplan .lp{
	clear: both;
	position: relative;
}
#landplan .icoLp{
	position: absolute;
	left: 0;
	top: 10px;
	width: 120px;
}

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

/* location ////////////////////////////// */
#location{}
#location .loc01{}
#location .loc01 > div{
	/*float: left;
	width: calc(100% - 80px);*/
}
#location .loc01 > div dd{}
#location .loc01 > div dd img{}
/*#location .loc01 > img{
	float: right;
	width: 60px;
}*/
#location .loc01 h3{
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	background: #81292d;
	color: #fff;
	text-align: center;
	font-size: 108%;/*14 / 16*/
	border-radius: 8px;
}
#location .loc01 p{
	margin: 0 0 0.5em 0;
	font-size: 108%;/*14 / 16*/
	line-height: 1.4;
	text-align: left;
}
#location .loc01 dl{
	text-align: left;
}
#location .loc01 dl dt{
	margin: 0 0 0.5em 0;
	font-size: 93%;/*12 / 14*/
	line-height: 1.4;
}
#location .loc01 dl dd{
	line-height: 1.0;
}
#location .loc02{}

#location .loc03{}
#location .loc03 > section{}
#location .loc03 > section > *{
	width: 49%;
	margin: 0 0 10px 0;
	font-size: 85%;
	text-align: left;
	line-height: 1.2;
}
#location .loc03 > section > *:nth-child(2n+1){
	float: left;
	clear: both;
}
#location .loc03 > section > *:nth-child(2n){
	float: right;
}
#location .loc03 > section > * img{
	display: block;
	margin: 0 0 5px 0;
}
#location .loc04{
	max-width:554px;
	margin-left: auto;
	margin-right: auto;
}

#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: 108%;/*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: 85%;/*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: 93%;
	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: 100%;
	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: 93%;
	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 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 #e9546b;
	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: #e9546b;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 85%;
	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 #e9546b;
	font-size: 100%;
	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: #e9546b;
}

#qua02 .qua02Unit:nth-of-type(2) .column{
	position: relative;
	clear: both;
	border: 1px solid #e9546b;
	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: 100%;
	font-weight: bold;
	color: #e9546b;
}
#qua02 .qua02Unit:nth-of-type(2) .column dt{
	clear: both;
	float: left;
	width: 5em;
	height: 25px;
	background: #e9546b;
	color: #fff;
	text-align: center;
	font-size: 108%;
	line-height: 25px;
}
#qua02 .qua02Unit:nth-of-type(2) .column dd{
	position: relative;
	min-height: 25px;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 75px;
	font-size: 100%;
	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%);
}

#qua03{}
#qua03 .qua03Unit{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e9546b;
	border-left: 1px solid #e9546b;
	border-right: 1px solid #e9546b;
}
#qua03 .qua03Unit section{
	float: left;
	width: 50%;
	padding: 10px;
	border-top: 1px solid #e9546b;
	text-align: center;
}
#qua03 .qua03Unit section:nth-of-type(2n+1){
	clear: both;
	border-right: 1px solid #e9546b;
}
#qua03 .qua03Unit section > img:first-of-type{
	margin: 0 0 5px 0;
}
#qua03 .qua03Unit section > img:first-of-type + p{
	font-size: 100%;/*13 / 14*/
	line-height: 1.4;
	font-feature-settings: "palt";
}
#qua03 .qua03Unit section h4{
	margin: 0.2em 0;
	font-size: 124%;/*16 / 18*/
	color: #e9546b;
	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: 85%;/*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: 20px 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: 93%;/*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: 124%;/*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: 93%;/*12 / 16*/
line-height: 1.0;
text-align: left;
}
#plan .plaPoint dd{
font-size: 85%;/*11 / 13*/
line-height: 1.4;
text-align: left;
}
#plan .plaFig{
clear: both;
text-align: center;
}

/* modelhouse ////////////////////////////// */
#modelhouse{
	margin-bottom: 20px;
	background: #fff;
	border-bottom: 5px solid #81292d;
}
#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: 77%;
	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-left:none;
	border-bottom:none;
	cursor:pointer;
	}
.mhGal.main .slick-prev{
    left: -14px;
   -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.mhGal.main .slick-next{
    right: -14px;
	-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:77%;
	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:#81292d;
}
.mhGal.main .slick-dots > li img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {
/* top ////////////////////////////// */
#top .topT01{
	font-size: 108%;/*14*/
}
#top .topT03{
	font-size: 154%;/*20*/
}
#top .topObiT02{
	/*font-size: 170%;22*/
	font-size: 154%;/*20*/
}
#top .topObiT03{
	font-size: 200%;/*26*/
}
.concept dt{
	font-size: 138%;
}

#location .liList dt,
#location .liList dd{
	font-size: 77%;
}

#qua03 .qua03Unit section > img:first-of-type + p{
	font-size: 93%;
}
#qua03 .qua03Unit section h4{
	font-size: 115%;
}

#plan .plaTtl{
width: 90px;
margin: 0 10px 0 0;
}
#plan .plaArea li{
font-size: 85%;
}

}
/* 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: 108%;
	}
#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: 216%;
}
.instaList {}
.instaList .item {
  width: 16%;
  margin: 0.25%;
}

/* top ////////////////////////////// */
#top{
	/*padding: 20px 0 0 0;*/
}
#top h3{
	max-width: 740px;
	margin: 0 auto;
}
#top .topT01{
	font-size: 170%;/*16 / 22*/
}
#top .topT01 strong{}
#top .topMV{}
#top .topMV img{}
#top .topT02{
	font-size: 186%;/*18 / 24*/
}
#top .topT03{
	font-size: 248%;/*22 / 32*/
}
#top .topLogo{
	max-width: 390px;
	margin: 0 auto 0 auto;
	padding: 10px 0 30px 0;
}

#top .topObi{
	/*padding: 20px 0*/
	padding: 0 0 20px 0;
}
#top .topObiT01{
	font-size: 186%;/*18 / 24*/
}
#top .topObiT02{
	/*margin: 0.1em 0 0 0;
	font-size: 279%;24 / 36*/
	margin: 0.1em 0 0 0;
	font-size: 248%;/*24 / 32*/
	/*letter-spacing: 0.6em;*/
	/*letter-spacing: 0.3em;*/
}
#top .topObiT03{
	font-size: 372%;/*36 / 48*/
}
#top .topObiT03 span{}
.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: 200%;
	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: 100%;
}
.conLogo + dl dd{
	font-size: 85%;
}


/* landplan ////////////////////////////// */
#landplan{}
#landplan .lpBtn,
.lpBtn{
	margin: 0 0 30px 0;
}
#landplan .lpBtn li,
.lpBtn li{
	display: inline-block;
	width: 300px;
	margin: 0 10px;
	
}
#landplan .lp01{
	float: left;
	width: 47%;
	margin: 0;
}
#landplan .lp02{
	float: right;
	width: 47%;
}
#landplan .lp02 > img{
	max-width: 300px;
}
#landplan .lp03{}
#landplan .lp03 > section{
	width: 47%;
	margin: 0 0 40px 0;
}
#landplan .lp03 > section:nth-of-type(2n+1){
	float: left;
	clear: both;
}
#landplan .lp03 > section:nth-of-type(2n){
	float: right;
}
#landplan .lp03 > section:nth-of-type(3),
#landplan .lp03 > section:nth-of-type(4){
	margin: 0;
}
#landplan .lp{}
#landplan .icoLp{
	left: 10px;
	top: 0;
	width: 252px;
}
/* access ////////////////////////////// */
#access{}
#access .acc01{
	float: left;
	width: 51%;
	margin: 0;
}
#access .acc02{
	float: right;
	width: 49%;
	margin: 0;
}

/* location ////////////////////////////// */
#location{}
#location .loc01{
	float: left;
	width: 47%;
}
#location .loc01 > div{
	/*width: calc(100% - 120px);*/
}
/*#location .loc01 > img{
	width: 60px;
	margin: 0 20px 0 0;
	text-align: center;
}*/
#location .loc01 > div dd{}
#location .loc01 > div dd img{
	width: 90%;
}
#location .loc01 h3{
	height: 32px;
	line-height: 32px;
	font-size: 124%;/*14 / 16*/
}
#location .loc01 p{
	margin: 0 0 1.0em 0;
	font-size: 124%;/*14 / 16*/
	line-height: 1.6;
}
#location .loc01 dl{}
#location .loc01 dl dt{
	font-size: 108%;/*12 / 14*/
}
#location .loc01 dl dd{}
#location .loc02{
	float: right;
	width: 49%;
}
#location .loc03{
	clear: both;
}
#location .loc03 > section{}
#location .loc03 > section > *{
	float: left;
	width: 22%;
	margin: 0 4% 50px 0;
}
#location .loc03 > section > *:first-child{
	width: 22.8%;
	margin-right: 3.2%;
}
#location .loc03 > section > *:nth-child(2n+1){
	clear: none;
}
#location .loc03 > section > *:nth-child(2n){
	float: left;
}
#location .loc03 > section > *:nth-child(4n+1){
	clear: both;
}
#location .loc03 > section > *:nth-child(4n){
	margin-right: 0;
}
#location .loc03 > section > * img{}
#location .loc04{}

#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: 124%;/*15 / 16*/
}
#location .liList .liTtl span{
	font-size: 14px;
}
#location .liList dt,
#location .liList dd{
	font-size: 108%;/*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: 116%;*/
	width: 32%;
	margin: 0 2.0% 20px 0;
	font-size: 116%;
}
#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: 355px;
}

#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: 100%;
}
#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 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 #e9546b;
	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: 124%;
}
#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 #e9546b;
}
#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: 108%;/*13 / 14*/
}
#qua03 .qua03Unit section h4{
	font-size: 139%;/*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: 93%;/*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: 117%;/*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: 162%;/*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: 124%;/*12 / 16*/
}
#plan .plaPoint dd{
font-size: 100%;/*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;
	}
.mhGal.main .slick-dots > li.slick-active{}

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



/* for Common & Smartphone*/
/* accordion ////////////////////////////// */
.pageH{
	position: relative;
	text-align:center;
	cursor: pointer;
	border-bottom: none;
	}
.pageH > img{
	width: 100%;
	height: auto;
	}
.pageTtl{
	position: absolute;
	width: 7em;
	font-size:108%;
	color: #fff;
	/*left: 5%;*/
	left: 50%;
	top: 50%;
	-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;
	}
.pageTtl span{
	display: block;
	font-size: 60%;
}

#modelhouse .pageTtl{
	width: 100%;
	/*left: 0%;*/
	font-size: 154%;/*20 / 32*/
	}

.pageTtl02{
	margin: 0 0 0.5em 0;
	text-align: center;
	color: #81292d;
	font-size: 139%;/*18 / 22*/
	line-height: 1.2;
}
.pageHBtn{
	padding: 0.5em 0 0.5em 0;
	background: #fdd000;
	text-align: center;
	font-size: 93%;
	line-height: 1.2;
}
.pageHBtn p{
	display: inline-block;
	margin: -3px 0 0 0;
	vertical-align: middle;
}
.pageHBtn::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: -2px 0 0 0.5em;
	border-top:9px solid #000;
	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: 40px 0 30px 0;
	}
/*.pageBody.is-open{}*/

/* for PC */
@media print, screen and (min-width:768px) {
/*pageH*/
.pageH{
	border-bottom: 3px solid #fdd000;
}
.pageH > img{}
.pageTtl{
	width: 180px;
	font-size: 186%;/*14 / 24*/
}
.pageTtl span{
	font-size: 50%;
}
#modelhouse .pageTtl{
	width: 100%;
	font-size: 248%;/*20 / 32*/
}
.pageTtl02{
	font-size: 170%;/*18 / 22*/
}
.pageHBtn{
	position: absolute;
	/*left: 5%;*/
	left: 50%;
	top: 58%;
	width: 180px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 93%;
	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%;
	/*left: 0%;*/
	font-size: 124%;
	}
#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: 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;
	}
}