@charset "utf-8";


.phone{display:none}

.sptelbtn{display:none}
@media screen and (max-width:480px){

.phone{display:block}
.pc,.tablet{display:none !important;}

/* @group Header --------------------------------- */
.sptelbtn {
display:block;
	position: absolute;
	top: 0;
	right: 50px;
	width: 50px;
	height: 50px;
	background-color: #5cad27;
	background-image: url("../../img/headsp_tel.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
	text-indent: -999em;
}

.menubtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-image: url("../images/sp_nav_open.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 25px 22px;
	text-indent: -999em;
}

.menubtn.open {
	background-color: #fff;
	background-image: url("../images/sp_nav_close.gif");
}

#GnavSp {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 20;
}

#GnavSp .menu_a2{
display: none;  
}
#GnavSp ul {
	border-top: 1px solid #5cad27;
}

#GnavSp li {
	border-bottom: 1px solid #5cad27;
}



#GnavSp li a {
	display: block;
	position: relative;
	height: 55px;
	padding: 20px 20px;
	box-sizing: border-box;
	color: #5cad27;
	font-size: 15px;
	line-height: 15px;
}

#GnavSp li a:hover {
	text-decoration: none;
}


/* @end */

}