@media only screen and (max-width: 767px) {
////////////////////*ＳPメニュー*///////////////
/*slidemenu*/
#gpointbody_qg {
    position: relative;
}

#slidemenu{
    position: fixed;
	    right: -240px;
    width: 240px;
    height: 100%;
		    z-index: 100000;
			overflow:scroll;
}
#layer{
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#gpointbody_qg.open{
   position: fixed;
   width: 100%;
}
.btn_rightmenu{ cursor:pointer;}

}
