.sp_button {
	position: fixed;
	top: 40px;
	right: 20px;
	width: 30px;
	height: 22px;
	cursor: pointer;
	z-index: 97;
}
.sp_button img,.sp_button2 img {
	width: 100%;
}
@media screen and (min-width: 641px) {
.sp_button { display: none; }
}

.sp_button2 {
	position: fixed;
	top: 36px;
	right: 24px;
	width: 24px;
	height: 22px;
	cursor: pointer;
	z-index: 99;
}


/* スマホメニュー ---------------------- */
.g_navi {
	background: rgba(35,24,21,0.85);
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 98;
	text-align: center;
}
.g_navi_menu {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}
.g_navi_menu span {
	width: auto;
	display: inline-block;
	border-bottom: 1px solid #FFF;
}
.g_navi_menu div img {
	height: 18px;
	margin-bottom: 6px;
}
.g_navi_menu_inner div {
	margin-bottom: 60px;
}


