@charset "UTF-8";
/* CSS Document */
body{
	width:100%;
	position:relative;
	z-index:0;
	height:100%;
	border-top: 10px solid #998675;
}
#main{
	background: url(../../img/top/main_ver2.jpg) no-repeat center bottom;
	position: relative;
	min-height:713px;
}
#main .w960{
	position:relative;
}
#designLnk{
	position: absolute;
	top:-115px;
	right:40px;
}

/*　#concept
--------------------------------------------------------------------------------------- */
#concept{
	background: url(../../img/top/bg_consept.jpg) no-repeat center bottom;
	padding: 40px 0 ;
}
#concept h2{
	background: url(../../img/top/title_concept.png) no-repeat center bottom;
	text-indent: -9999px;
	height:80px;
	width: 211px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#concept .msg{
	font-size: 15px;
	width:540px;
	margin:20px  auto;
	text-align: center;
	line-height: 2;
}
#concept .btn{
	text-align: center;
}

/*　#information
--------------------------------------------------------------------------------------- */
#information{
	background: url(../../img/top/bg_info.jpg) repeat center bottom;
	padding:40px 0;
}
#information h2{
	background: url(../../img/top/title_information.png) no-repeat center bottom;
	text-indent: -9999px;
	height:80px;
	width: 211px;
	margin: 0 auto 20px;
}
#information a.item{
	display: block;
	text-decoration: none;
}
#information .item{
	width: 230px;
	height:150px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.8;
	float: left;
	margin:0 10px 10px 0;
}
#information .item:last-child{
	margin-right: 0px;
}
#information .item .date{
	text-align: center;
	font-size: 11px;
	color: #7F7F7F;
}
#information .item h3{
	text-align: center;
	margin-bottom: 10px;
}
#information .item .msg{
	float: left;
	width: 50%;
	font-size: 11px;
	line-height: 1.4;
}
#information .item .img{
	float: right;
}
#information .item.youtube{
	background: #DCD8D1;
}

#information .btn a{
	display: block;
	text-decoration: none;
	background: url(../../img/top/bg_btn.png) no-repeat center  top;
	width:200px;
	margin: 0 auto;
	height:30px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}

/*　#design
--------------------------------------------------------------------------------------- */
#design{
	background: url(../../img/top/bg_design.png) repeat center bottom;
	padding:0;
}
#design h2{
	text-indent:-9999px;
	height:0;
}
#design a.item{
	float: left;
}


/*　#works
--------------------------------------------------------------------------------------- */
#works{
	background:#F0ECE5;
}
#works .inner{
	position: relative;
	background: url(../../img/top/parts_2.png) no-repeat left bottom -2px;
	padding:40px 0 10px;
}
#works h2{
	background: url(../../img/top/title_works.png) no-repeat center bottom;
	text-indent: -9999px;
	height:80px;
	width: 211px;
	margin: 0 auto;
}
#works .msg{
	font-size: 15px;
	width:540px;
	margin:30px  auto;
	text-align: center;
}
#works .itemWrap{
	background:#7C6854;
	width: 100%;
	padding-bottom: 20px;
}

#works a.item{
	display: block;
	text-decoration: none;
}
#works .item{
	width: 210px;
	background: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	float: left;
	margin:0 40px 20px 0;
}
#works .item:nth-of-type(4n){
	margin-right: 0px;
}
#works .item:first-child + * + * + * { /*ie8 4番目*/
	margin-right: 0px\9;
}
#works .item:first-child + * + * + * + * + * + * + *{ /*ie8 8番目*/
	margin-right: 0px\9;
}
#works .item .text{
	padding:5px 15px;
}
#works .item .date{
	text-align: center;
	font-size: 11px;
	color: #7C6854;
}
#works .item h3{
	text-align: center;
	margin-bottom: 10px;
}

/*　#map
--------------------------------------------------------------------------------------- */
#map{
}
#map .inner{
	padding: 40px 0;
	background: url(../../img/top/parts_3.png) no-repeat right 40px top 40px;
}
#map h2{
	background: url(../../img/top/title_map.png) no-repeat center bottom;
	text-indent: -9999px;
	height:80px;
	width: 211px;
	margin: 0 auto;
}
#map_canvas{
	width: 800px;
	height:350px;
	margin: 30px auto;
}

#map .map_link{
display: inline-block;
}


#map .map_imgbox{
	margin: 50px auto;
	text-align: center;
	width: 800px;	
}

#map .map_img{
	width: 100%;
	max-width: 100%;
	height: auto;
}



#map .info{
	width: 800px;
	margin: 0 auto;
}
#map .info .modelhouse{
	float: left;
}
#map .info .img{
	float: right;
}

/*　SP
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 641px){
	
#main{
	margin: 0;
	background: url(../../img/top_sp/main.jpg)no-repeat center bottom;
	min-height:360px;
}
	
/*　SP #concept
--------------------------------------------------------------------------------------- */
#concept{
	background:none;
}
#concept h2{
	background: url(../../img/top_sp/title_concept.png) no-repeat center bottom;
	text-indent: -9999px;
	height:70px;
	width: 180px;
	margin: 0 auto;
	padding: 0;
}
#concept .msg{
	font-size: 13px;
	width:100%;
	margin:20px  auto;
	line-height: 2;
}

/*　SP #information
--------------------------------------------------------------------------------------- */
#information h2{
	background: url(../../img/top_sp/title_information.png) no-repeat center bottom;
	height:70px;
}
#information .item{
	width: 48%;
	height:100%;
	padding: 15px;
	box-sizing: border-box;
	margin-right: 4%;
}
#information .item:nth-child(2n){
	margin-right: 0px;
}
#information .item .date{
	font-size: 9px;
}
#information .item h3{
	font-size: 12px;
	margin-bottom: 5px;
}
#information .item .itemWrap{
}
#information .item .msg{
	float: none;
	width: 100%;
	font-size: 10px;
}
#information .item .img{
	float: none;
	text-align: center;
}

/*　SP #design
--------------------------------------------------------------------------------------- */
#design{
	background: url(../../img/top/bg_design.png) repeat center bottom;
	padding:40px 0;
	text-align: center;
}
#design a.item{
	width: 50%;
	float: left;
	max-height:280px;
}
#design a.title{
	width: 100%;
	float: none;
}


/*　SP #works
--------------------------------------------------------------------------------------- */
#works .inner{
	background: url(../../img/top/parts_2.png) no-repeat left bottom -2px;
	padding:40px 0 80px;
}
#works h2{
	background: url(../../img/top_sp/title_works.png) no-repeat center bottom;
	height:70px;
}
#works .msg{
	font-size: 13px;
	width:100%;
}
#works .itemWrap{
	padding: 10px;
	box-sizing: border-box;
}
#works .itemWrap .inner{
	padding:40px 0 20px;
}
#works img{
	width: 100%;
}
#works .item h3{
	font-size: 12px;
}
#works .item{
	width: 48%;
	float: left;
	margin:0 4% 20px 0;
}
#works .item:nth-of-type(2n){
	margin-right: 0px;
}
#works .item .text{
	padding:3px ;
}
#works .item .date{
	font-size: 9px;
}

/*　SP #map
--------------------------------------------------------------------------------------- */
#map{
}
#map .inner{
	padding: 40px 10px;
	background: url(../../img/top/parts_3.png) no-repeat right 0px top 5px;
}
#map h2{
	background: url(../../img/top_sp/title_map.png) no-repeat center bottom;
	height:70px;
}
#map_canvas{
	width: 100%;
	height:300px;
	margin: 30px auto;
}
#map .info{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#map .info .modelhouse{
	float: none;
}
#map .info .img{
	float: none;
	margin: 10px 0 0;
}


	
}


/*
     FILE ARCHIVED ON 04:08:58 Sep 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:30:54 Nov 30, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 92.123
  exclusion.robots: 0.161
  exclusion.robots.policy: 0.149
  RedisCDXSource: 2.3
  esindex: 0.01
  LoadShardBlock: 52.997 (3)
  PetaboxLoader3.datanode: 122.317 (4)
  CDXLines.iter: 31.277 (3)
  load_resource: 136.175
  PetaboxLoader3.resolve: 49.348
*/