@charset "utf-8";


/*固定用*/
.wb2 {

	width:100%;
	float:left;
	text-align:left;
	top:0;
	padding:0;
	margin:0 0 30px 0;
}


.wrap {
	width: 100%;
	padding:60px 0 0 0;
	margin: 0;
	background-color:#FFF;
	clear:both;
}

/*前ページへ*/

.menu_back{
	width:70%;
	height:50px;
    cursor: pointer;
    line-height:3em;
	font-color:59493f;
	font-size:1.2em;
	float:left;
	background-color:#c6d24c;
	position:fixed;
	z-index:1000000 !important;
	top:0;
	left:0;
	padding:0 0 0 10px;
	margin:0;
}

.menu_back a{
	display:block;
}



.menu_back2{
	width:30%;
	height:50px;
    cursor: pointer;
	float:left;
	background-color:#c6d24c;
	position:fixed;
	z-index:999999 !important;
	display:table-cell;
	top:0;
	right:0;
	margin:0;
}

.menu_back2 img{
	width:50px;
	height:auto;
	padding:0 5% 0 0;
	vertical-align:middle;
}


/* アコーディオンメニュー */

ul, li {
	padding: 0;
	margin: 0;
}

.cg_menu {
	width: 100%;
	padding: 0 ;
	margin: 0;
	list-style: none;
	border: 1px solid #aaaaaa;
}
.cg_menu p { 
	color: #754c24;
	font-size: 1em;
	line-height: 3.0;
	padding-left: 10px;
	margin: 0;
	
} 

.toggle_menu { 
	cursor: pointer;
	background-color: #e5edc9;
    background-position:right center;
    -webkit-background-origin: content;
	padding: 0 20px 0 0 ;
} 

.toggle_menu a { 
	display:block;
}

.open_close {
	display: block;
} 
.close_open {
	display: none;
} 


.cate_1 {
	color: #754c24;
	font-size: 1em;
	line-height: 3.0;
	background-color: #ffffff;

}
.cate_2 {
	color: #754c24;
	font-size: 1em;
	line-height: 3.0;
	background-color: #c6d24c;
}


.cate_3 {
	color: #754c24;
	font-size: 1em;
	line-height: 3.0;
	background-color: #eeeeee;
}


.ad10p{
		padding-left: 10px;
}
nav li {
	font-size: 1em;
	line-height: 3.0; 
	cursor: pointer; 
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #754c24;
	display: block;
	
}
nav li a{ 
	color: #555555;
	padding-left: 10px;
	display: block;
}
nav li a:hover {
	color: #0000FF;

}

/*インフォメーション*/


a,
a:link,
a:visited,
a:hover,
a:active
 {
	color:#754c24;
	text-decoration: none;
}


.menu{
    cursor: pointer;
    width:100%;
    height:auto;
    line-height:3em;
	font-size:1em;
	border-bottom:1px solid;
	border-color:#666;
	background-color:#fff;
	color:#754c24;
	margin:0;
}

.menu a{
	display:block;

}

.menu2{
    cursor: pointer;
    width:100%;
    height:auto;
    line-height:3em;
	font-size:1em;
	color:#754c24;
	margin:0;
}	

.info{
	width:100%;
    height:auto;
	font-size:0.8em;
    text-align:left;
	float:left;
	padding-left:0.5em;
	border-left:10px solid;

}


/*矢印*/
.arrow {
	position: relative;
	display: block;
}

.arrow::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}