@charset "utf-8";


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){
	
nav{
	padding-top: 13px;
	padding-bottom: 13px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;

}

nav li{

}



	
}


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

.sp_nav {
	position: absolute;
	height: 50px;
	clear: both;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.button-toggle {
	float: right;
	width: 9%;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin-bottom: 8px;
	margin-right: 20px;
	padding-top: 18px;
}


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

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


.menu {
	position: absolute;
	top: 80px;
	width: 100%;
	background: #C8AE7B;
	color: #333333;
	overflow: hidden;
	z-index: 2500;
	background-color: #FFFFFF;
}

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

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #555;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F3F3F3;
}

.menu a:hover {
	color: #FFF;
	background-color: #00468C;
}
label {
  background: ;
  color: #333;
  padding: 10px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #555;
  cursor: pointer;
}

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

}
