@charset "utf-8";


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){
	

.nav {
	width: 1090px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav li {
	position: relative;
	list-style: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav li+ li {
  border-left: 0;
  border-right: 1px solid #FFF;
}

.nav li a {
	display: block;
	width: 270px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 2.8;
	text-decoration: none;
	box-sizing: border-box;
	height: 40px;
	background-color: #2063AC;
}

.nav li img{
	vertical-align: text-top;
}


.nav > li:hover > a {/*layer-1*/
  color: #CCC;
}
.nav > li li:hover > a {/*layer-2*/
  color: #CCC;
}
.nav li ul {
	top: 40px;
	left: 0px;
	position: absolute;
	background-color: #1D5798;
}
.nav li ul li {
	overflow: hidden;
	height: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2063AC;
	border-left-color: #2063AC;
}

.nav li ul li a {
	font-size: 12px;
	background-color: #1D5798;
}
.nav li:hover > ul > li {
	overflow: visible;
	height: 40px;
}


.gnavi {
	position: relative;
	z-index: 999;
	background-color: #2063AC;
	padding-top: 10px;
	padding-bottom: 10px;
}



	
}


/* 幅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: 15px;
}


.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: 70px;
	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;
}

}
