@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;	
	}
#wrap {
	margin:auto;
	width:1200px;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
	color: #333;
	background-image:url(img/backimg.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
}

#header {
	width:100vw;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:90px;
	background-color:rgba(200,200,200,0.6);
	background-repeat:repeat-x;
	position:fixed;
	z-index:500;
}
ul{
	list-style-type:none;
	width:700px;
	margin:0 auto;
	}
#header ul li{
	float:left;
	margin-right:25px;
	margin-left:25px;
	margin-top:15px;
	height:60;
	width:auto;
	}
/*トップ画像*/
.toggle{
	display:none;
	}
.global_nav{
	display:none;
	}
/*アニメーション*/
#topimg{
	width:100%;
	height:100vh;
	overflow: hidden;
	position: relative;
	background-image:url(img/brite.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	}
.mainimg{
	width:100%;
	z-index:10;
	opacity:1;
	height:100vh;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	topt:0;
	-webkit-animation: anime 3s 0s 1;
    animation: anime 3s 0s 1;/*infiniteだと無限*/ 
	animation-fill-mode:both;
	}
.mainimg:nth-of-type(2) {
      -webkit-animation-delay:2s;
      animation-delay:2s;	   
	  }
/*.mainimg:nth-of-type(2) {
      -webkit-animation-delay:5s;
      animation-delay:5s;	   
	  }*/
@keyframes anime {
  0% {opacity:0.5;}
  38% {opacity: 1;}
  50% {opacity: 1;}
  75% {
        opacity: 1;
        transform: scale(1.1) ;
    }
  100% {opacity: 0 }
}
/*アニメーションここまで*/
#gree{
	height:80px;
	}
#topimg .mainimg img{
	width:100%;
	height:100vh;
	text-align:center;
	}
.kaijyo{
	clear:both;
	}
/*greeting*/
#greeting{
	height:800px;
	margin-right:0;
	margin-left:0;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(img/ooisi.jpg);
	background-size:1300px 731px;
}
h1{
	width:500px;
	padding-top:120px;
	margin-left:80px;
	margin-bottom:15px;
	}
#greeting p{
	width:55%;
	text-align:left;
	margin-left:80px;
	line-height:1.7;
	font-weight:bold;
	}
.title{
	display:none;
	}
.doara img{
	width:1000px;
	height:auto;
	margin-right:100px;
	margin-left:100px;
	margin-top:50px;
	}
/*service*/
.css-fade1{
/*  // アニメーション設定*/
  animation-name:fade-in1;
  animation-duration:10s; /*//アニメーション時間*/
  animation-timing-function: ease-out; /*//アニメーションさせるイージング*/
  animation-delay:1s; /*//アニメーション開始させる時間*/
  animation-iteration-count:infinite; /*//繰り返し回数*/
  animation-direction:alternate; /*//往復処理をするかどうか*/
  animation-fill-mode: forwards; /*//アニメーション後のスタイルをどうするか*/
}
/*// アニメーション*/
@keyframes fade-in1 {
  0% {opacity: 0}
  100% {opacity: 1}
}
#menu{
	margin:0 auto;
	margin-top:90px;
	padding-left:38px;
	}	
#menu img{
	width:550px;
	height:106px;
	margin-bottom:14px;
	transition: 1.0s ;
	float:left;
	margin-right:6px;
	margin-left:6px;
	}
#menu img:hover {
			opacity: 0.5 ;
		}
h2{
	font-weight:bold;
	font-size:30px;
	float:left;
	position:relative;bottom:13px;
	}
h3{
	text-align:right;
	}
.description{
	width:95%;
	margin-left:5%;
	margin:0 auto;
	}
.description p{
	text-align:left;
	font-weight:500;
	}
.description img{
	margin-top:2%;
	margin-bottom:5%;
	}
#subhead {
	border-bottom:1px solid;
	margin-bottom:35px;
	margin-top:150px;
}
#service{
	margin-bottom:130px;
	}
/*about*/
#about{
	width:1091px;
	margin:0 auto;
	margin-bottom:70px;
	margin-top:100px;
	}
#about img{
	width:291px;
	height:294px;
	float:left;
	margin-right:100px;
	margin-top:20px;
	}
table,td {
    border:none;
	/*display:block;*/
}
.midasi{
	display:inline-block;
    width:100px;
	text-align-last:justify;
	font-weight:bold;
	padding-right:30px;
	margin-bottom:5px;
	}
.mojikan{
	letter-spacing:6px;
	}
/*access*/
.accesstxt{
	width:400px;
	float:right;
	text-align:center;
	}
.accessmark img{
	margin-bottom:55px;
	}
.map img{
	width:800px;
	height:657px;
	}
.googlemap img{
	width:300px;
	height:167px;
	margin-top:40px;
	}
.accessmoji{
	text-align:center;
	background-color:#0C0;
	}
.inquiry{
	width:1000px;
	height:30px;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
	margin-top:20px;
	background-color:#FF0;
	margin-left:auto;
	margin-right:auto;
	}
.inquiry a{
	text-decoration:none;
	}
.inquiry:hover{
	background:#A0A0A4;
	color:#fff;
}
/*query*/
#m-form{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}
.mface-left{
	padding-right:20px;
	}
.mface-bar{
	padding-top:150px;
	padding-bottom:50px;
	}
.mface-bar p{
	font-weight:bold;
	}
.mface-text{
	color:#F00;
	padding-bottom:20px;
	}
#button{
	margin-top:20px;
	}
/*footer*/
#footer{
	width:100%;
	height:80px;
	background-color:rgba(200,200,200,0.4);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	background-size:cover;
	margin-top:100px;
	}
#footer p{
	width:300px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}
