/* menu */

.menu_wrap{
	width: 200px;
	height: 100%;
	display: block;
	background: url(../images/menu_base.png);
	position: relative;
}

.menu_2nd{
	width: 200px;
	height: 100%;

}

.menu_box{
	width: 100%;
	max-width: 200px;
	height: 100%;
	min-height: 100%;
	display: block;
	position: fixed;
	background: url(../images/menu_base.png);
	top: 0;
}

.menu_logo img{
	width: 100%;
}

.menu_base{
	background: url(../images/menu/menu_back.jpg) no-repeat;
	background-position: top left;
	background-size: cover;
	min-height: 400px;
	width: 200px;
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

.menu_base li{
	padding: 0.2em 0;
	position: relative;
}

.menu_btm{
	background: url(../images/menu/menu_btm.png) no-repeat;
	width: 100%;
	background-size: 100% auto;
	padding: 0;
	margin: 0;
}


.menu_logo{
	width: 85%;
	padding: 15% 7.5% 6%;
}

.menu_box ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}


.yoyaku{
	width: 90%;
	display: block;
	margin: 0 auto 1em;
	padding-top: 20px;
	max-width: 220px;
}

.menu_bottom{
	margin: 2vh auto;
	width: 90%;
	background: none;

}

.menu_bottom img{
	width: 100%;

}




/* SP menu */

.sp_menu_wrap{
	width: 100%;
	display:block;
	background: url(../images/back-black_50.png);
	height: 50px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 300;
}

.sp_menu_wrap a{
	color: rgb(240, 233, 204);
}

.sp_menu_wrap dt{

}

.list_data{
	width: 100%;
	background: url(../images/back-red_80.png);
	padding: 10px 0;
	margin: 50px 0 0;
	display: none;
}

.sp_menu_wrap ul{
	list-style-type: none;
	width: 100%;
	padding: 0;
	text-align: center;
	font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.2em
}

.sp_menu_wrap li{
	padding: 0.8em 0 0.6em;
	margin: 0;
	width: 100%;
	border-bottom: solid 1px rgb(126, 102, 55);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #4d0f11), color-stop(0.80, #4d0f11), color-stop(0.00, #9a0e12));
	background: -webkit-linear-gradient(top, #9a0e12 0%, #4d0f11 80%, #4d0f11 80%);
	background: -moz-linear-gradient(top, #9a0e12 0%, #4d0f11 80%, #4d0f11 80%);
	background: -o-linear-gradient(top, #9a0e12 0%, #4d0f11 80%, #4d0f11 80%);
	background: -ms-linear-gradient(top, #9a0e12 0%, #4d0f11 80%, #4d0f11 80%);
	background: linear-gradient(to bottom, #9a0e12 0%, #4d0f11 80%, #4d0f11 80%);
}

.sp_menu_wrap li:first-child{
	border-top: solid 1px rgb(126, 102, 55);
}

.sp_menu_select{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4d0f11), color-stop(1.00, #4d0f11), color-stop(0.00, #e3652b))!important;
	background: -webkit-linear-gradient(top, #e3652b 0%, #4d0f11 100%, #4d0f11 100%)!important;
	background: -moz-linear-gradient(top, #e3652b 0%, #4d0f11 100%, #4d0f11 100%)!important;
	background: -o-linear-gradient(top, #e3652b 0%, #4d0f11 100%, #4d0f11 100%)!important;
	background: -ms-linear-gradient(top, #e3652b 0%, #4d0f11 100%, #4d0f11 100%)!important;
	background: linear-gradient(to bottom, #e3652b 0%, #4d0f11 100%, #4d0f11 100%)!important;

}


.list_menu_c{
	display: none;
}

.sp_share{
	width: 50%;
	display: block;
	z-index: 150;
	padding: 0.7vh 0;
	margin: 0 auto;
	max-width: 280px;
}

.sp_share a{
	display: block;
	width: 20%;
	margin: 2.5%;
	float: left;
}

.sp_share img{
	width: 100%;
}

.share{
	width: 80%;
	display: block;
	z-index: 150;
	padding: 0;
	margin: 2vh auto;
}

.share a{
	display: block;
	width: 20%;
	margin: 2.5%;
	float: left;
}

.share img{
	width: 100%;
}

.btm_1st{
	display: inline;
}

.btm_2nd{
	display: none;
}

.sp_gn{
	font-size:10px !important;
}

.sp_gn img{
	width: auto;
	height: 100%;
	max-height: 28px;
}

.sp_gn_space{
	opacity:1;
	background: none;
	display: none;
	min-height: 100vh !important;
}
