@charset "utf-8";


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){
	
.gm_back {
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

nav{
	height: auto;
	clear: both;
	overflow: hidden;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

nav ul li{
	float: left;
	margin-right: 36px;
	margin-left: 36px;
}

.gm1 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm1.png);
	text-indent: -9999px;
	width:76px;
}
.gm2 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm2.png);
	text-indent: -9999px;
	width:176px;
}
.gm3 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm3.png);
	text-indent: -9999px;
	width:126px;
}
.gm4 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm4.png);
	text-indent: -9999px;
	width:161px;
}
.gm5 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm5.png);
	text-indent: -9999px;
	width:135px;
}
.gm6 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm6.png);
	text-indent: -9999px;
	width:127px;
}

.gm7 a{
	display:block;
	overflow:hidden;
	height:82px;
	background-image: url(../img/gm7.png);
	text-indent: -9999px;
	width:179px;
}

.gm1 a:hover{
	background-image: url(../img/gm1h.png);
}  
.gm2 a:hover{
	background-image: url(../img/gm2h.png);
} 
.gm3 a:hover{
	background-image: url(../img/gm3h.png);
} 
.gm4 a:hover{
	background-image: url(../img/gm4h.png);
} 
.gm5 a:hover{
	background-image: url(../img/gm5h.png);
} 
.gm6 a:hover{
	background-image: url(../img/gm6h.png);
} 
.gm7 a:hover{
	background-image: url(../img/gm7h.png);
} 


	
}



/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){

nav {
	position: absolute;
	height: 38px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.button-toggle {
	float: right;
	width: 13%;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 10px;
}


.button-toggle img{
	width:100%;
	height:auto;
}


.nav0 {
	position: absolute;
	height: 70px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.menu8 {
	position: absolute;
	top: 70px;
	width: 100%;
	background: #C8AE7B;
	color: #999;
	overflow: hidden;
	z-index: 2500;
	background-color: #383993;
}

.menu8 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu8 li {
	position: relative;
}

.menu8 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	font-size: 14px;
	padding: 13px;
}

.menu8 a:hover {
	background: #C4B890;
	color: #FFF;
}
label {
  background: ;
	color: #FFF;
	display: block;
	margin: 0;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	padding: 13px;
}

label:hover {
  background: #C8AE7B;
}

input[type="checkbox"].on-off{
  display: none;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}
}
