@charset "UTF-8";

/* common
******************************************/
body {
  color: #4B3201;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
  font-size: 1.5em;
  line-height: 1.8em;
  background-color: #ffffff;
  background-image:url(../img/background.jpg);
  background-repeat:repeat-y;
  background-size:100%;
  text-align:center;
}
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  clear:both;
}
h3 {
	text-align:center;
}
h1 {
	text-align:left;
}
.inner p{
	margin:20px auto 0;
}
/* YOUTUBE videos */
.mov{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.mov iframe,.mov object,.mov embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:800px;
	max-height:600px;
	border:none;
}
.inner .mov{
	margin:30px auto 0;
}
section.inner {
  margin: 30px auto;
}
section.white{
	width:100%;
	background:#fff;
}
a {
  color: #ff9c01;
  text-decoration: underline;
}
a:hover {
  color: #cccccc;
  text-decoration: none;
}
a.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
img {
  max-width: 100%;
}
a:link img{
	opacity:1;
}
a:hover img{
	opacity:0.7;
}
	
strong {
  padding: 0 3px;
  font-weight: bold;
  font-size: 1.6em;
}
h1.secttl {
  background: url(../images/ttl.png) top center no-repeat;
  padding-top: 100px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 50px;
}
.red { color: #d62330; font-weight:bold; }
.clear {clear:both; margin-bottom:30px; }

/* header
****************************************/
#header {
  width: 100%;
  /*background-color: #FDFDFD;*/
  border-top: 5px solid #000000;
}
#header .inner:after {
  content: "";
  display: block;
  clear: both;
}
#header h1 {
    margin: 10px 0;
    font-size: 10px;
    line-height: 1.2em;
    color: #333;
    font-weight: normal;
}
#header #header_logo{
	float:left;
}
#header #com{
  float:right;
	display:block;
	margin:0;
}
#header .hToiTtl{
  float:right;
	display:block;
	margin:0;
}
#header #tel{
  float:right;
	display:block;
	margin:0;
}
#header .mHide{
	display:block;
	width:30%;
	float:right;
}

/* loading
**********************************************/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/loading.gif") center center no-repeat black;
  z-index: 99999; }

/* hero
*********************************************/
#hero {
  padding-top: 20px;
  /*margin-bottom: 50px;*/
  position: relative;
  max-height:630px;
  overflow:hidden;
  /*max-width:1000px !important;*/
}

#hero .hero_img {
  position: relative;
  z-index: 999;
  text-align: center;
}
#hero .mikimark {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
/* article
*********************************************/

#article {
	padding:40px 0;
	text-align:left;
}
#article p {
	width:80%;
}
#article p.ttl {
	font-weight:bold;
}
#article p.ttl .new {
	color:#FF9600;
	margin-right:15px;
}
#article p.artcl {
	font-size:0.7em;
	line-height:1.4em;
}
#article p.map {
	width:8em;
	font-size:0.6em;
	color:#fff;
	float:right;
	padding:0.5em;
	margin:0 10% 0 0;
	line-height:1em;
	background:#4B3201;
	border-radius:10px;
}


/* modelhouse
*********************************************/
/*#modelhouse { padding: 40px 0; }*/
#modelhouse #modelhouse_thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
#modelhouse #modelhouse_thumb li {
  float: left;
  margin: 0.4%;
  padding: 3px;
  position: relative;
  width: 32.4%;
  box-sizing: border-box;
}
#modelhouse #modelhouse_thumb li a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
#modelhouse #modelhouse_thumb li a:link {
	color:#44934E;
	font-weight:bold;
	font-size:0.8em !important;
	line-height:1.4em;
}
#modelhouse #modelhouse_thumb li a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#modelhouse #modelhouse_thumb li a div {
  position: absolute;
  background: rgba(248, 248, 248, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
}
#modelhouse #modelhouse_thumb li a div img {
  width: 50%;
  height: auto;
  margin: 20% auto 0;
}
#modelhouse_thumb li a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

/* voice
**********************************************/
#voice{
	padding:40px 0;
	position:relative;
}

.toTop {
	width:13%;
	position:absolute;
	bottom:-2.5%;
	right:10%;
}



/* footer
**********************************************/


#footer .inner {
  width: 1000px;
  font-size:0.7em;
  line-height:1.5em;
 
}

#footer .inner li{
	display:inline-block;
	margin-left:10px;
}
.inner p.footer_logo{
	text-align:left;
}
.inner p.mt0{
	margin:0;
	text-align:left;
}
#footer .inner .copyright {
  text-align: center;
  font-size: 0.5em;
  margin-top: 20px;
}


/* media query
**********************************************/
@media screen and (max-width: 1000px) {
  .inner, #footer .inner {
    width: 90%;
	text-align:left;
  }
  #hero {
    overflow: hidden;
  }
  #hero .hero_inner, #hero .hero_inner .filter {
    /*height: 400px;
    min-height: 400px;*/
  }
  .hero_img img {
    width: 90%;
    height: auto;
  }
  #hero .mikimark {
    width: 66px;
    height: auto;
  }
  aside li a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
	
	#header #header_logo{
		margin:0 auto;
	}
	
  #header #header_logo img {
    margin:0 auto;
  }
  #header .mHide{
	  display:none;
  }
  h1.secttl {
    background-size: 154px 38px;
    font-size: 1.5em;
    padding-top: 75px;
  }
  #concept, #points, #modelhouse, #madori, aside {
    padding: 50px 0;
  }
  #points section .inner div, #points section:nth-child(odd) .inner div {
    float: none;
    width: 80%;
    margin: auto;
  }
  #points section .inner div.text h2 img {
    height: 30px;
    width: auto;
  }
  #points section .inner div.text {
    padding: 30px 0;
  }
  #points section .inner div.img img {
    width: 100%;
    height: auto;
  }
  #modelhouse #modelhouse_thumb li {
    width: 48%;
    margin: 1%
  }
  #access .left, #access .right {
    float: none;
    width: 100%;
  }
  .img_br {
    width:100%;
  }
  #modelhouse .inner p{
	  font-size:70%;
  }

}

@media screen and (max-width: 480px) {
  #hero {
    margin-bottom: 30px;
  }
  h1.secttl {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  #concept, #points, #modelhouse, #madori, aside {
    padding: 20px 0;
  }
  #concept section {
    width: 100%;
  }
   #modelhouse .inner p{
	  font-size:50%;
  }
  .inner .mt0{
	  font-size:70%;
  }

}
