@charset "utf-8";
/* CSS Document */


/* screenwidth less than 860px
--------------------------------------------------------------------- */
@media only screen and (max-width: 860px) {

/* グローバルナビゲーション　base_mq.cssで消してる */

#drawer ul li.mb{
    display:block;
}

}


/* screenwidth less than 640px
--------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

header.gnav_ico .drawer-button {
	width:70px;
	height:70px;
}
}





/* screenwidth less than 557px
--------------------------------------------------------------------- */
@media only screen and (max-width: 557px) {

header.gnav_ico .drawer-button {
	width:65px;
	height:65px;
}
}


/* screenwidth less than 535px
--------------------------------------------------------------------- */
@media only screen and (max-width: 535px) {

header.gnav_ico .drawer-button {
	width:60px;
	height:60px;
}
}