@charset "utf-8";


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){
	
nav{
	height: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	width: 960px;
}

nav ul li{
	float: left;
}

	
}


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

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

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


.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: 65px;
	width: 100%;
	background: #C8AE7B;
	color: #999;
	overflow: hidden;
	z-index: 2500;
	background-color: #FFFFFF;
	margin-left: 2%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

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

.menu8 li {
	position: relative;
}

.menu8 a {
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.menu8 a:hover {
	background: #C4B890;
	color: #FFF;
}
label {
  background: ;
	color: #333;
	display: block;
	margin: 0;
	border-bottom: 1px solid #555;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

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;
}

}
