body{
margin:0;
padding:0;

}
h1{
	width:100%;
	text-align: right;
	font-size:12px;
	line-height: 20px;
	background-color: #446550;
    opacity: 0.5;
	margin: 0;
	color: #FFF;
}
.dec{
	width:100%;
	text-align: right;
	font-size:12px;
	line-height: 20px;
	background-color: #94cb98;
    opacity: 0.8;
	margin: 0;
	color: #FFF;	
}
body {
  /* 画像ファイルの指定 */
  background-image: url(./image/top/tizu1.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
background-color:#C7E4B4;
}


.chara{
	position: absolute;
	right: 0;
	bottom:0;
	width:45%;
	max-width: 320px;
}
.chara img{
	width:100%;
	height: 100%;
}
.keiji{
	position: absolute;
	left: 0;
	bottom:0;
	width:60%;
	max-width: 800px;
}
.keiji img{
	width:100%;
	height: 100%;
}
#topmenuarea{
	width:100%;
	height: 300px;
	background:url(image/top/1065973.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom:0;
	left: 0;
	background-position:0 0;
}
#topmenuarea .in{
	width:100%;
	position: relative;
	height: 300px;
}
#topmenuarea .in2{
	width:100%;
	position: absolute;
	bottom:7px;
	left: 0;
	padding-bottom:3px;
}

#topmenu{
	overflow: visible;
	width:1024px;
	list-style: none;
	margin:0 auto;
}
#topmenu li{
	float: left;
	width:16.66%;
	overflow: visible;
} 
#topmenu li a{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size:17px;
	color: #FFF;
	overflow: visible;

}
#topmenu li a:hover{
	position:relative;
top:3px;
left:3px;
}



.title{
	position: absolute;
	top:100px;
	left:10px;
	width: 100%;
	max-width:56%;
}
.title img{
	width: 100%;
	height: auto;
}
.telk{
	position: absolute;
	top:60px;
	right: 10px;
	width:40%;
}
.telk img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1280px) {
	.title{
		top:50px;
	}

	.telk{
		top:10px;
	}
}
.main{
	width:100%;
	height: 100%;
}
.main .in{
	width:96%;
	height: 100%;
	position: relative;
	max-width: 1280px;
	margin:0 auto;
}
.keijiarea{
	width:100%;
	height: 100%;
	position:absolute;
	bottom:70px;
}
.keijiarea .in{
	width:96%;
	height: 100%;
	position: relative;
	max-width: 824px;
	min-width: 824px; 
	margin:0 auto;
}
.keiji .inarea{
	position: relative;
}
.keiji .inarea ul{
	width:84%;
	padding:19% 8% 0;
	
	position: absolute;
	top:0;
	left: 0;
	/*max-width: 360px;*/
}
.keiji .inarea ul li{
	list-style: none;
	padding-left:30px;
	background: url(image/top/icon.png) no-repeat;
}
.keiji .inarea ul li:hover{
	background: url(image/top/icon2.png) no-repeat;
}
.keiji .inarea ul a{
	color: #FFF;
	font-size:15px;
	line-height: 34px;
}
.keiji .inarea ul a:hover{
    color: #333;
}
.touka{
	height: 100%;
	width: 100%;
}
.lc{
	clear:both;
	width:100%;
	height:0;
	line-height:0;
	font-size:0;

}


.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
  overflow: hidden;
}

.clearfix{

  overflow: hidden;
}
.lf{
	float:left;	
	
}
.lr{
	float:right;	
	
}


@media only screen and (max-width:768px) {
	.title{
		position:static;
		width: 96%;
		max-width:96%;
		margin:0 auto;
	}

	.telk{
		position:static;
		width: 96%;
		max-width:96%;
		margin:0 auto;
	}


}
@media only screen and (max-height:885px) {
	.title{
		top:10px;
	}
	.telk{
		top:5px;
	}
}