.coming_soon {
	color: #fff;
	text-align: center;
}
.section01_ttl01{
	font-weight: bold;
}
a[rel=lightbox]{
	position: relative;
	display: block;
}
a[rel=lightbox]::after{
	content: '';
	position: absolute;
	width: 33px;
	height: 31px;
	bottom: 0;
	right: 0;
	background: url(../images/menu/thumb_zoom.png) no-repeat;
	background-size: contain;
}

.gm_all{
	margin: 0 30px;
}

a.mhsb_btn01 {
	margin: 0 0 20px;
}

.mhsb_btn01 h3 {
	padding: 0;
    margin: 0;
	font-size: inherit;
	background: 0;
	color: inherit;
}
.mhsb_btn_label {
	display:block;
}
.menu_tab_01{
	margin: 20px 30px 0;
}

.menu_tab_01_label{
	border-bottom: 6px solid #b1791c;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

.menu_tab_01_label h2 {
	margin: 0;
	font-size: 18px;
}

.menu_tab_01_labelA{
	border-top: 6px solid #b1791c;
	border-bottom: none;
}

.menu_tab_01_label[data-tag="drink"]{
	border-bottom-color: #2a86a6;
}

.menu_tab_01_labelA[data-tag="drink"]{
	border-top-color: #2a86a6;
}
.menu_tab_01_label li{
	display: inline-block;
	background: #b1791c;
	line-height: 42px;
	padding-bottom: 6px;
	width: 193px;
	margin: 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}
.menu_tab_01_labelA li{
	padding-bottom: 0;
	padding-top: 6px;
	position: relative;
	top: -6px;
}
.menu_tab_01_label li:nth-child(2){
	background: #2a86a6;
}
.menu_tab_01_label li:nth-child(3){
	background: #b4748a;
}
.menu_tab_01_label li:nth-child(4){
	background: #a2202a;
}
.meu_tab_01_list{
	margin: 25px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.meu_tab_01_list li{
	width: 452px;
	margin-bottom: 15px;
	position: relative;
	display: flex;
}
.meu_tab_01_list li:nth-child(2n){
	margin-left: 12px;
}
.meu_tab_01_list li a[rel="lightbox"]{
	width: 220px;
	height: 230px;
	margin-top: 10px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	position: relative;
	display: inline-block;

}
.meu_tab_01_list li a img{
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.meu_tab_01_list li a:hover img{
	opacity: 0.8;
}
.meu_tab_01_list p{
	margin: 0;
	font-weight: bold;
}
.info_list{
	width: 220px;
	height: 220px;
	background: #e5dfca url(../images/menu/info_list_bg02.png) top center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	padding: 20px 20px 10px;
}
.meu_tab_01_list .label01{
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	background: #b1791c;
	text-align: center;
}

.label01[rel="ドリンク"]{
	background-color: #2a86a6;
}

.label01[rel="アルコールドリンク"], #switch_drink #switch_alchol{
	border-color: #2a48a6;
	background-color: #2a48a6;
}

.label01[rel="ノンアルコールドリンク"], #switch_drink #switch_nonalchol{
	border-color: #2aa6a5;
	background-color: #2aa6a5;
}

.label01[rel="デザート"]{
	background-color: #b4748a;
}

.label01[rel="大阪"]{
	background-color: #D8470D;
}

.label01[rel="東京"]{
	background-color: #070F9F;
}

#switch_drink{
	display: none;
}

#switch_drink ul{
	padding: 0;
	font-size: 0;
}

#switch_drink li{
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	padding: 0 5px;
	border-radius: 6px;
	border: solid 2px #2a86a6;
	line-height: 40px;
	background-color: #2a86a6;
	font-size: 16px;
	color: #fff;
}

#switch_drink li:hover{
	cursor: pointer;
}

#switch_drink li.selected{
	background-color: #DEF1F8 !important;
	color: #2a86a6;
}

#switch_drink #switch_alchol.selected{
	color: #2a48a6;
}

#switch_drink #switch_nonalchol.selected{
	color: #2aa6a5;
}

#switch_drink li:last-of-type{
	margin-right: 0 !important;
}

.tit_01,.price{
	font-size: 16px;
	margin: 5px;
}
.meu_tab_01_list .desc {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #555;
	line-height: 1.4;
	text-align: left;
	color: #555;
	font-size: 12px;
}
.pages{
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.pages p.paged{
	display: inline-block;
	width: 205px;
	cursor: pointer;
}
.pages p.paged:hover{
	opacity: 0.8;
}

.mhsb_btn01 {
	width: 100%;
}
h3.mhsb_btn01 {
	padding: 0;
}
.menubnr {
	text-indent: -9999px;
	height: 55px;
	background: url(/hunters-bar/images/btn_tokyo_reserve.webp) no-repeat center/95% auto;
}
.osaka_bnr {
	background: url(/hunters-bar/images/btn_osaka_reserve.png) no-repeat center/95% auto;
}
.nagoya_bnr {
	background: url(/hunters-bar/images/btn_nagoya_reserve.png) no-repeat center/95% auto;
}
.kyoto_bnr {
	background: url(/hunters-bar/images/btn_kyoto_reserve.png) no-repeat center/95% auto;
}
@media screen and (min-width: 751px){
	.header{
		margin-bottom: 0;
	}
	.pc_none{
		display: none;
	}
	.mhsb_btn01 {
		width: calc((100% / 2 ) - 10px );
	}
	.mhsb_btn01 img{
		max-width: 330px;
	}
	.gm_all {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.menubnr {
		height: 70px;
	}
	.menubnr, .osaka_bnr {
		background-size: 40% auto;
	}
}
@media screen and (max-width: 750px){
	#contents{
		margin-top: 76px;
	}
	.section02_box{
		padding: 10px 0;
		border: none;
	}
	.section02_boxct{
		border: none;
		padding: 2% 0 0;
	}
	.menu_tab_01{
		margin: 3vw;
	}
	 .menu_tab_01_label{
		padding: 0 2px;
	 }
	.menu_tab_01_label li{
		width: calc(50% - 4px);
		float: left;
		font-size: 12px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	.meu_tab_01_list{
		margin-top: 20px;
	}
	.meu_tab_01_list li{
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
		position: static;
		padding-bottom: 0;
		margin-right: 0;
	}
	.meu_tab_01_list li:nth-child(2n){
		margin-left: 0;
	}
	.meu_tab_01_list li a[rel="lightbox"]{
		width: 100%;
		height: 88vw;
	}
	.meu_tab_01_list p.price{
		position: static;
	}
	a[rel="lightbox"]::after {
		width: 50px;
		height: 48px;
		background-size: contain;
		bottom: -1px;
		right: -1px;
	}
	.info_list{
		position: relative;
		padding: 5vw 5vw 3vw;
    width: calc(100% - 10vw);
		height: auto;
		margin-bottom: 30px;
		background: url(../../../images/collaboration/mhsb/menu/info_list_bg02_sp.png) top center no-repeat;
    background-size: 100% auto;
	}
	.info_list::after{
		content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: url(../../../images/collaboration/mhsb/menu/info_list_bg02_bottom.png) top center no-repeat;
    background-size: 100% auto;
	}
	.label01, .label02, .label03{
		line-height: 30px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	.pages{
		margin-top: 0;
	}
	.pages p.paged{
		height: 40px;
		width: auto;
	}
	.pages p.paged img{
		max-height: 100%;
	}

	.sp_none{
		display: none;
	}
}
.cap_reserve > span {
	margin-right: 3vw;
	margin-left: 3vw;
	font-size: 12px;
	display: block;
	margin-top: 1vw;
}
@media screen and (max-width: 750px) {
.cap_reserve > span {
	text-align: left;
}
}
