/*【ヘッダー】*/
a{
	text-decoration: none;
}
#h_contents{
	width:100vw;
}
#h_page{
	width:100vw;
}
#heder_img{
	position:fixed;
	width:100%;
	height:13vw;
	top:0;
	right:0;
	background-color:rgba(80, 80, 80, 0.5);
	z-index:120;
}
#menu_img{
	position:absolute;
	top:0;
	right:0;
	width:15%;
	z-index:120;

}	
#menu_img img:hover{
	cursor : pointer;
}
#menu_img img{
	width:60%;
	padding-left:13%;
	padding-right:13%;
	padding-top:10%;
	padding-bottom:10%;
}
#syamei_img{
	position:absolute;
	width:27%;
	top:0;
	left:0;
	z-index:100;
}	
#syamei_img img{
	width:70%;
	padding-left:13%;
	padding-right:13%;
	padding-top:18%;
	padding-bottom:10%;
}
#h_contents{
	position:fixed;
	top:0vw;
	left:100vw;	
	width:100vw;
	height:100vh;
	padding-top:15vw;
	padding-bottom:8vw;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(80, 80, 80, 1);	
	z-index:99;
}
#h_list1{
/*
  visibility:hidden;
*/
  display:none;
}
#h_list2{
	width:70%;
	margin-top:2vh;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#h_list2 p{
	color:#FFFFFF;
  font-family: serif;
 	font-size:1.3rem;
	line-height:10vh;
}
#h_top{
	border-bottom: solid 1px #FFFFFF;
}
#h_osirase{
	border-bottom: solid 1px #FFFFFF;
}
#h_gaiyou{
	border-bottom: solid 1px #FFFFFF;
}
#h_concept{
	border-bottom: solid 1px #FFFFFF;
}
#h_jiseki{
	border-bottom: solid 1px #FFFFFF;
}
#h_info{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15vw;
	padding:2vw;
	background-color:black;
}
