/* CSS Document */


@charset "utf-8";
.zoom {
-o-transform: scale(1.7);
-o-transform-origin: 0 0;
-ms-transform: scale(1.7);
-ms-transform-origin: 0 0;
-moz-transform: scale(1.7);
-moz-transform-origin: 0 0;
-webkit-transform: scale(1.7);
-webkit-transform-origin: 0 0;
transform: scale(1.7);
transform-origin: 0 0;
}
h1,h2,h3,h4,h5,dl ,dd,dt,ul,li{
	margin:0;
	padding:0;
}
ul li{
	list-style-type: none;
}
a{
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
}

nav{
	display:none;
}
#menu {
	display:none;
}
#menu a{
	text-decoration:none;
	color:#666666;
}
#menu a:visited{
	text-decoration:none;
	color:#666666;
}
#menu_ul a{
	color:#FFFFFF;
}
@media only screen and (max-width : 768px) {
	#menu{
		background-color:#FFFFFF;
		color:#000;
		height:600px;
		 position:absolute; cursor:pointer; overflow:hidden; z-index:9998; 
		width:500px;
		 -webkit-border-bottom-right-radius: 10px;  
    	-moz-border-radius-bottomright: 10px;  
	}
	#menu ul{
		margin-top:70px;
		font-size:18px;
		margin-left:60px;
		padding:20px;
	}
	#menu li{
		height:90px;
		font-size:2rem;
	}
	nav{
		display:block;
	}
	nav.menu			{
		width: 40px;
		height: 80px;
		top: 30px;
		left: 40px;
		cursor: pointer;
		overflow: hidden;
		z-index: 9999;
		position: absolute;
	}
nav .menu1			{ width:40px; height:6px; background-color: #FFF; top:0px; position:absolute; } 
nav .menu2			{ width:40px; height:6px; background-color: #FFF; top:12px; position:absolute; } 
nav .menu3			{ width:40px; height:6px; background-color: #FFF; top:24px; position:absolute; }
nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
nav .menuclick1		{ top:18px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
				 	-ms-transform: rotate(405deg); transform: rotate(405deg);background-color: #000; }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:18px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);background-color: #000;
					-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }
}
h2{
	display:none;
   

}
@media only screen and (max-width : 768px) {
	h2{
		display:block;
		left:350px;
		top: 10px;
		position: absolute;
	}
}

body {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #1E080D;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,"メイリオ", "MS PGothic", "MS UI ゴシック", OSAKA,sans-serif;
    line-height: 1.4em;
    text-align: left;
    background-color: #1E080D;
	
}
.pcNone{
		display:none;
	}
@media only screen and (max-width : 768px) {
	body {
		width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1rem;
    color: #1E080D;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,"メイリオ", "MS PGothic", "MS UI ゴシック", OSAKA,sans-serif;
    line-height: 1.4em;
    text-align: left;
    background-color: #1E080D;
	}
	.mblNone{
		display:none;
		/*visibility:hidden;*/
	}
	
	.pcNone{
		display:block;
	}
	.mblBlock{
		display:block;
	}
}
#header{
    margin: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 746px;
    background-image: url(image/TOPweb_01.jpg);
}#header2{
    margin: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 746px;
    background-image: url(image/hoyo_01.jpg);
}
#header_access{
    margin: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 647px;
    background-image: url(image/map_01.jpg);
}
#header_info{
    margin: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 467px;
    background-image: url(image/notice_01.jpg);
}
#header_togenji{
	margin: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 748px;
    background-image: url(image/about_01.jpg);
}
/*-----------------------------------------------------*/
@media only screen and (max-width : 768px) {
	#header{
		 margin: 0;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 768px;
		height: 478px;
		background-image: url(image/TOPweb_01.jpg);
		background-size:768px;
	}
	#header2{
		 margin: 0;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 768px;
		height: 478px;
		background-image: url(image/hoyo_01.jpg);
		background-size:768px;
	}
	#header_access{
		 margin: 0;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 768px;
		height: 420px;
		background-image: url(image/map_01.jpg);
		background-size:768px;
	}
	#header_info{
		 margin: 0;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 768px;
		height: 320px;
		background-image: url(image/notice_01.jpg);
		background-size:768px;
	}
	#header_togenji{
		 margin: 0;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 768px;
		height: 480px;
		background-image: url(image/about_01.jpg);
		background-size:768px;
	}
}

#menu_ul {
	margin-left:70px;
}
#menu_ul li{
	color:#FFFFFF;
	font-size:18px;
	width:140px;
	float:left;
	text-align:center;
	margin-left:10px;
	padding-top:30px;
	height:30px;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px; 
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
	
}
#liCenter{
	padding-top:0px;
	margin-top:-20px;
	height:100px;
}
#menu_ul #rightMenu{
	margin-left:50px;
}
.menuTarget{
    background-color: #7B69AF;
}
@media only screen and (max-width : 768px) {
	#menu_ul,#menu_ul li{
		display:none;
			
	}
}
.clear{
	clear:both;
}
/*-----------------------------------------------------*/
.info_report{
    width: 80%;
    padding-left:30px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
    background-color: #E7E2DD;
	margin-left:auto;
	margin-right:auto;
}
.info_report dl{
	width:100%;
}
.info_report dt{
	width:231px;
	float:left;
}
.info_report dd{
	width:700px;
	float:right;
}
.report_text{
	padding-right:30px;	
	font-size:16px;
	line-height:1.7em;
	clear:both;
}
.report_text a{
    text-decoration: underline;
    color: #2013FD;
}
.report_text a:visited{
	color:#2013FD;
}
.dateLine{
	text-align:right;
	color:#9f0024;
	font-size:16px;
	border-bottom:2px solid #9f0024;
	padding-right:60px;
	height:38px;
}
.report_title{
	float:left;
	width:300px;
	text-align:left;
	font-weight:bold;
}
.report_date{
	float:right;
	width:160px;
}
#nextReload{
	text-align:center;
	font-size:16px;
	color:#2A78F8;
	
		padding:10px;
}
@media only screen and (max-width : 768px) {
	.info_report{
    width: 80%;
    padding-left:30px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
    background-color: #E7E2DD;
	margin-left:auto;
	margin-right:auto;
}
	.dateLine{
    	width: 80%;
		margin-left:10%;
	}
	.report_text{
		padding-left:14%;
		width:80%;
		font-size:1.7rem;
		line-height:1.4em;
		padding-right:0;
		
	}
	#nextReload{
		text-align:center;
		font-size:2rem;
		color:#2A78F8;
		padding:20px;
	}
}

#contents_hoyo{
    background-color: #E7E2DD;
	height:440px;
	padding-top:60px;
}
@media only screen and (max-width : 768px) {
	#contents_hoyo{
		height:840px;
	}
}

#access_l h1{
    background-image: url(image/bg_circle.png);
    color: #DECB60;
    width: 300px;
    height: 160px;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-left: 140px;
    font-size: 32px;
    padding-top: 30px;
    padding-left: 30px;
    line-height: 1.4em;
}
#contents_hoyo h1{
    background-image: url(image/bg_circle2.png);
    color: #58821C;
    width: 300px;
    height: 60px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 140px;
    font-size: 32px;
    padding-top: 30px;
    padding-left: 30px;
}
h1{
    background-image: url(image/bg_circle.png);
    color: #9EACFE;
    width: 320px;
    height: 100px;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-left: 140px;
    font-size: 32px;
    padding-top: 30px;
    padding-left: 30px;
}
@media only screen and (max-width : 768px) {
	h1{
		margin-left: 30px;
		background-image:url('');
	}	
	#contents_hoyo h1{
		background-image: url('');
		color: #58821C;
		width: 300px;
		height: 60px;
		background-repeat: no-repeat;
		margin-top: 0px;
		margin-left: 6%;
		font-size: 2rem;
		padding-top: 30px;
		padding-left: 30px;
	}
	#access_l h1{
		background-image: url('');
		color: #DECB60;
		width: 90%;
		height: 160px;
		background-repeat: no-repeat;
		margin-top: 00px;
		margin-left: 20px;
		font-size: 32px;
		padding-top: 30px;
		padding-left: 30px;
		line-height: 1.4em;
	}
	#contents_togenji h1{
		background-image: url('');
		color: #58821C;
		width: 300px;
		height: 60px;
		background-repeat: no-repeat;
		margin-top: 0px;
		margin-left: 6%;
		font-size: 2rem;
		padding-top: 30px;
		padding-left: 30px;
	}
}
#access_l{
	float:left;
	width:600px;
	height:800px;
}
#access_l p{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.7em;
}
#access_l hr{
	width:300px;
}
#access_l h3{
	display:none;
}
@media only screen and (max-width : 768px) {
	#access_l{
		float:left;
		width:100%;
		height:230px;
	}
	#access_l p{
		margin-left:50px;
		margin-right:auto;
		width:80%;
		font-size:1.8rem;
		color:#FFFFFF;
		line-height:1.4em;
	}
	#access_l hr{
		width:80%;
	}
	#access_l h1{
		display:none;
	}
	#access_l h3{
		display:block;
		color: #DECB60;
		width: 600px;
		height: 40px;
		background-repeat: no-repeat;
		margin-top: 00px;
		margin-left: 20px;
		font-size: 32px;
		padding-top: 20px;
		padding-left: 30px;
		line-height: 1.4em;
	}
}
#access_r{
	float:left;
	width:600px;
	height:800px;
	text-align:center;
}
#access_dl{
	width:400px;
	margin-left:300px;
}
#access_dl dt{
	float:left;
	width:20px;
	height:30px;
}
#access_dl dd{
    float: left;
    width: 130px;
    height: 30px;
    color: #00B7EE;
}
#access_dl dd a{
    color: #00B7EE;
}
#access_dl dd a:visited{
    color: #00B7EE;
}
#access_r iframe{
	width : 600px;
	height : 800px;
}
#gmap{
	width:600px;
	height:800px;
}
#mGmap{
	display:none;
}
@media only screen and (max-width : 768px) {
	#access_r{
		float:left;
		width:768px;
		height:770px;
	}

	#gmap{
		/*width:100%;
		height:800px;*/
		display:none;
		
	}
	#mGmap{
		display:block;	
	}
}


#top_ul{
	margin-left:180px;
	width:1000px;
}
#top_ul li{
	float:left;
	width:400px;
	color:#FFFFFF;
	margin-right:70px;
	line-height:2em;
	margin-bottom:40px;
	font-size:1.1rem;
}
@media only screen and (max-width : 768px) {
	#top_ul{
		margin-left:60px;
		width:708px;
	}
	#top_ul li{
		clear:both;
		font-size:2rem;
		line-height:1.4em;
		width:650px;
	}
}

#hoyo_dl{
	
}
#hoyo_dl dt{
	float:right;
	width:500px;
}
@media only screen and (max-width : 768px) {
	#hoyo_dl dt{
		float:left;
		text-align:center;
		width:100%;
		
	}
	#hoyo_dl dt img{
		width:260px;
	}
}
#hoyo_dl dd{
	float:left;
	width:560px;
}
#hoyo_dl dd p{
    font-size: 1.2em;
    line-height: 2em;
    margin-left: 180px;
}
@media only screen and (max-width : 768px) {
	#hoyo_dl dd{
		float:left;
		width:90%;
		font-size:1.5rem;
		
	}
	#hoyo_dl dd p{
		font-size:2rem;
		line-height:1.4em;
		margin-left:10%;
	}
}

#hojo_dl2{
	width:1200px;
	padding-top:60px;
}
#hojo_dl2 dt{
	float:left;
	margin-left:140px;
	width:400px;
	
	padding-bottom:40px;	
}
#hojo_dl2 dd{
	float:left;
	width:550px;
}
#hojo_dl2 dd h1{
    margin-left: 100px;
    color: #80A747;
	height:60px;
}
#hojo_dl2 dd p{
	font-size:1.2em;
	line-height:2em;
	margin-left:150px;
	color:#FFFFFF;
}
.hoyo_mobilItem{
	display:none;
}
@media only screen and (max-width : 768px) {
	#hojo_dl2{
		width:100%;
		padding-top:10px;
	}
	#hojo_dl2 dt{
		display:none;	
	}
	#hojo_dl2 dd{
		float:right;
		width:90%;
	}
	#hojo_dl2 dd h1{
		margin-left:-8%;
		color: #80A747;
		height:60px;
	}
	#hojo_dl2 dd p{
		font-size:2rem;
		line-height:1.4em;
		margin-left:0%;
		color:#FFFFFF;
		width:90%;
	}
	.hoyo_mobilItem{
		display:block;	
		text-align:center;
	}
	.hoyo_mobilItem img{
		width:240px;
	}
}
#hojo_photo_ul{
	clear:both;
	
}
#hojo_photo_ul li{
	width:400px;
	float:left;	
}
@media only screen and (max-width : 768px) {
	#hojo_photo_ul li{
		width:33%;
		float:left;
		margin-left:auto;
		margin-right:auto;
	}
	#hojo_photo_ul img{
		width:100%;
	}
}

#footer{
    clear: both;
    background-color: #D2D2D2;
    padding-left: 150px;
    padding-right: 150px;
	padding-top:14px;
}
@media only screen and (max-width : 768px) {
	#footer{
    clear: both;
    background-color: #D2D2D2;
    padding-left: 10%;
    padding-right: 10%;
	padding-top:14px;
	}
}

#footer_ul{
	
	
	height:200px;
}
.lItem{
    width: 160px;
    height: 14px;
    float: left;
    clear: both;
    color: #2A78F8;
	margin-left:20px;
	font-size:14px;
	margin-bottom:10px;
}
.rItem{
	width:160px;
	float:left;
    color: #2A78F8;
	margin-bottom:10px;
	font-size:14px;
}
.rItem a,.lItem a{
	text-decoration:none;
	color:#2A78F8;
}
.rItem a:visited,.lItem a:visited{
	text-decoration:none;
	color:#2A78F8;
}
hr {
	clear:both;
	border: none;
	border-top: 1px #999999 solid;
	height:1px;
}
@media only screen and (max-width : 768px) {
	hr{
		display:none;
	}
	#footer_ul,.lItem,.rItem{
		display:none;
		
	}
}

#togenji_dl{
	width:560px;
	float:left;
	margin-top:50px;
}	
#togenji_dl dt{
	margin-left:0px;	
}
#togenji_dl dd{
	margin-left:150px;	
}
.togenjiText{
	color:#FFFFFF;
	font-size:16px;
	line-height:2em;
	
}
.togenjiText p{
	
	margin-top:30px;
}
.rightItem{
	text-align:right;
	display:block;
}
.rightItem2{
	text-align:right;
	padding-right:10px;
}
#togenji_photo{
	float:right;
	margin-top:0;
}
#togenji_about{
	margin-top:70px;
}
@media only screen and (max-width : 768px) {
	#togenji_dl{
		width:100%;
		float:left;
		margin-top:50px;
	}	
	#togenji_photo li img{
		width:98%;
	}
	#togenji_photo li{
		width:33%;
		float:left;
	}
	#togenji_about{
		display:none;
	}
	#togenji_dl dd{
		width:80%;
		margin-left:10%;	
	}
	.togenjiText{
		font-size:2rem;	
		line-height:1.4em;
	}
}


/*------------------------------------*/
h4{
	font-size:16px;
	font-weight:normal;
	line-height:1.7em;
	margin-left:20px
}
#fadeLayer {
  position:absolute;
  top:0px;
  left:0px;

  width:100%;
  height:100%;

  background-color:#000000;
  opacity:0.5;
  visibility:hidden;
  z-index:1;
}
