﻿@charset "utf-8";
*{margin:0px;padding:0px}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#menuList {
	display: none;
}

#menuList ul li {
	font-style: normal;
	font-weight: 500;
}

#menuList ul li span{
	font-style: normal;
	font-weight: 500;
}

	#menuOverlay {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		z-index: 9997;
	}

	#switchBtnArea {
		width: 100%;
/*
		height: 60px;
  background: #f4f4f4;
		border-bottom: #aaa 1px solid;
*/
		position: relative;
	}

	#switchBtnArea #switchBtn {
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	z-index: 60000;
	background: #f4f4f4;
	}

	#switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #aaa;
	border-radius: 5px;
	transition: all 0.2s linear;
	}
	/*中ページカラー*/
	#page #switchBtnArea #switchBtn span {
		background-color: #000;
	}
	#page #switchBtnArea #switchBtn.btnClose span {
		background-color: #FFF;
	}
	/**/
	
	#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 16px;
	transform: rotate(0);
}
	#switchBtnArea #switchBtn span:nth-of-type(2) {top:24px;transform: scale(1);}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 15px;
	transform: rotate(0);
}

	#switchBtnArea #switchBtn.btnClose {background: transparent;}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:25px;transform: rotate(-45deg);}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:21px;transform: rotate(45deg);}

	#rwdMenuWrap {
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #006d45;
	overflow: auto;
	position: fixed;
	z-index: 39999;
	margin-top: 0px;
	}

	#rwdMenuWrap ul {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	}
#rwdMenuWrap ul li span {
	font-weight: 500;
	color: #420015;
	background-color: #CCAC86;
	display: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 16px;
	}

	#rwdMenuWrap>ul>li:first-child {
	text-align: left;
	display: block;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	}
	
		#rwdMenuWrap>ul>li:nth-of-type(n+2)>a {
	text-align: left;
	display: block;
	position: relative;
	background-color: #6FB06B !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	}
	
	
	#rwdMenuWrap>ul>li:first-child a {
    text-align: left;
    display: flex;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 20px 12px;
    color: #000;
    line-height: 18px;
    align-items: center;
    font-weight: 800;
 }
		#rwdMenuWrap ul:nth-of-type(2) li:first-child{
	text-align: left;
	display: block;
	position: relative;
	background-color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #fff;
	}
	
	
	#rwdMenuWrap ul li:first-child img {
	height: 24px;
	margin: 0px 10px 0px 5px;
	vertical-align: middle;
	}
	

	#rwdMenuWrap ul li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #608c5d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #94c791;
	font-weight: 500;
	}
	
		#rwdMenuWrap ul li ul li {
	border-bottom-color: #566d54;
	border-top-color: #6aab66;
	}
			#rwdMenuWrap ul li ul li:last-child{border-bottom: none;}
	
	
	
#rwdMenuWrap ul li.blank {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	font-weight: 500;
	}
#rwdMenuWrap ul li.blank a {
	text-align: left;
	display: block;
	color: #000000;
	position: relative;
	padding: 5px 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	}

	#rwdMenuWrap ul li a {
	text-align: left;
	display: block;
	color: #fff;
	position: relative;
	padding: 8px 15px;
	background-color: #548851;
	text-decoration: none;
	font-size: 14px;
	}
#rwdMenuWrap ul li ul{
	margin: 0px;
	padding: 0px;

	}



#rwdMenuWrap ul li span{background-color: #83c77f;color: #fff;padding: 8px 15px;display: block;width: 100%;margin: 0;font-weight: 300;font-size: 14px;box-sizing: border-box;}


/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
.fixed {
  position: fixed;
  top: 0;
  width:100%;
}
