
@font-face {
	font-family: 'NotoSansMonoBold';
	src: url('fonts/NotoSansMonoBold.eot');
	src: url('fonts/NotoSansMonoBold.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSansMonoBold.woff') format('woff'), url('fonts/NotoSansMonoBold.ttf') format('truetype'), url('fonts/NotoSansMonoBold.svg#NotoSansMonoBold') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'NotoSansMonorRegular';
	src: url('fonts/NotoSansMonorRegular.otf');
	src: url('fonts/NotoSansMonorRegular.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSansMonorRegular.woff') format('woff'), url('fonts/NotoSansMonorRegular.ttf') format('truetype'), url('fonts/NotoSansMonorRegular.svg#NotoSansMonorRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 { } /* Header内で設定 */

h2 { }

h3 { }

h4 { }

a { color: #FF9D00; }

/*iframe { width: 740px !important; }*/

a:hover,
a:active { color: #FF9D00; }

a:visited { color: #FF9D00; }

ul { list-style: none; }

li { list-style: none; }

dl {
	padding: 0;
	margin: 0;
}

dt { }

dd {
	margin: 0;
	padding: 0;
}

table { width: 100% }

th,
td { }

th { }

td { }

p { margin: 0 0 1.5em; }

p,
dd,
td,
th,
li { line-height: 1.6em; }

#container::before {
	content: "";
	background: url("/hunters-bar/images/mhsb_bg.webp") no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
  background-position-y: center;
	z-index: -9999;
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
}

body {
	color: #1d1d1d;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}

.mt60{
	margin-top: 60px;
}

.mb50{
	margin-bottom: 50px;
}

.mr15{
	margin-right: 15px;
}

.ml20{
	margin-left: 20px;
}

.f10{
	font-size: 10px;
}

.f12{
	font-size: 12px;
}

.f16{
	font-size: 16px;
}

.a_center{
	text-align: center;
}

#container {
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.inner {
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.header {
	background: #111111;
	height: 110px;
	display: flex;
	align-items: center;
 width:100%;
}

.nav_box {
	background: url(/hunters-bar/images/bg_nav.png) no-repeat;
	padding: 0;
	margin: 0;
  background-size: contain;
}

.comment_reserve { font-size: 0.7em; }

.cap_reserve {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
}

.nav_list {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    justify-content: center;
	padding: 0;
	margin: 0 0 50px 0;
}

.nav_list li {
	/* width: calc(100% / 8); */
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #8d8e81;
	margin: 22px 0;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_list li:last-child {
	/* width: calc(99% / 8); */
	border-right: none;
}

.nav_list li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
}

.nav_list li span { display: block; }

.nav_list li:hover a { opacity: 0.8; }

.section01 {
	padding-bottom: 50px;
	box-sizing: border-box;
}

.section01_items {
	width: calc((100% - 20px) / 2);
	height: 600px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #3a3c3b;
	background: rgba(0,0,0, 0.8);
	padding: 30px 10px 10px 10px;
	position: relative;
}

.section01_items:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_icon02_left.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 4px;
	left: 4px;
	width: 35px;
	height: 35px;
}

.section01_items:after {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_icon03_right.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 4px;
	right: 4px;
	width: 35px;
	height: 35px;
}

.section01_items:last-child { margin-right: 0; }

.section01_itemsct {
	background: rgba(31,50,25, 0.4);
	box-sizing: border-box;
	padding: 0 18px;
	max-height: 375px;
	overflow: auto;
	margin-bottom: 18px;
}

.section01_itemsct .section01_items_list {
	margin: 0;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #5f5f5f;
}

.section01_items_list dt {
	width: 80px;
	height: 60px;
	margin-right: 12px;
	float: left;
	box-sizing: border-box;
}

.section01_items_list dt img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section01_items_list dd {
	width: calc(100% - 92px);
	float: right;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

.section01_items_list .section01_txt01 {
	margin-bottom: 0;
	line-height: 1.7em;
}

.list_news { overflow: auto; }

.mhsb_btn01 {
	background: #e5dfca url(../../../images/collaboration/mhsb/menu/info_list_bg.webp) top center no-repeat;
	background-size: cover;
	-moz-box-shadow: inset 0 0 3px #5b595a;
	-webkit-box-shadow: inset 0 0 3px #5b595a;
	box-shadow: inset 0 0 3px #5b595a;
	position: relative;
	border: solid 1px #928452;
}

.btn_style_osaka_tell{
	background-color: #427ab4!important;
}


#logo_headerspscroll img{
	width: auto;
	height: auto;
}
.line_friends{
	width: auto;
	height: auto;
}


@media screen and (max-width: 768px){
	.mhsb_btn01 .text_btn{
		width: 200px;
		height: auto;
	}
}

.mhsb_btn01:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon03.png);
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 3%;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

.mhsb_btn01 a, a.mhsb_btn01 {
	display: block;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 17px;
	color: #1d1d1d;
	line-height: 45px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.mhsb_btn01:hover { opacity: 0.8; }

.section01_ttl01 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1em;
	margin-bottom: 15px;
}

.section01_ttl01 span {
	display: block;
	line-height: 0.8em;
}

.frame_twitter,
.frame_topics {
	background: rgba(31,50,25, 0.4);
}

.frame_twitter .mhsb_btn01 {
	margin-top: 20px;
}

/*box02*/
.section02 {
	padding-bottom: 50px;
	box-sizing: border-box;
}

.section02_box {
	background: rgba(0,0,0,0.8);
	border: 1px solid #5b595a;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.section02_box:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_icon02_left.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 4px;
	left: 4px;
	width: 35px;
	height: 35px;
}

.section02_box:after {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_icon03_right.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 4px;
	right: 4px;
	width: 35px;
	height: 35px;
}

.section02_boxct {
	border: 1px solid #5b595a;
	padding: 20px 0 40px 0;
	box-sizing: border-box;
}

.section02_btn01 {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	background: #60810d;
	height: 70px;
	display: table;
	position: relative;
}

.section02_btn01:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon01.png);
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	right: 25px;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.section02_btn01 a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 22px;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
}

.section02_btn01 a span {
	display: block;
	font-size: 12px;
	font-family: 'NotoSansMonorRegular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.section02_btn01:hover { opacity: 0.8; }

.section04 {
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.section04_box {
	background: url(/hunters-bar/images/mhsh_img04.webp) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 50px;
	padding: 10px;
	box-sizing: border-box;
}

.section04_boxct {
	border: 1px solid #000;
	position: relative;
	padding: 42px 0;
	box-sizing: border-box;
}

.section04_boxct:before {
	position: absolute;
	content: "";
	background: url(/hunters-bar/images/mhsh_img06_left.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 35px;
	height: 35px;
	top: -4px;
	left: -4px;
}

.section04_boxct:after {
	position: absolute;
	content: "";
	background: url(/hunters-bar/images/mhsh_img07_right.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 35px;
	height: 35px;
	top: -4px;
	right: -4px;
}

.section04_ttl01 {
	color: #000;
	line-height: 1.2em;
}

.box04_txtct {
	text-align: center;
	color: #111111;
}

.box04_txt01_big {
	font-size: 24px;
	font-weight: bold;
	color: #111111;
}

.box04_txt01 {
	font-size: 16px;
	line-height: 1.875em;
	margin-bottom: 33px;
}

.box04_txt02 {
	font-size: 16px;
	line-height: 1.875em;
	margin-bottom: 32px;
}

.box04_txt03 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.box04_txt04 {
	font-size: 14px;
	margin-bottom: 13px;
}

.box04_txt05 { margin-bottom: 14px; }

.map_link_btn {
	position: relative;
	display: block;
	width: 800px;
	margin: 0 auto;
	background: #333333;
	-moz-box-shadow: inset 0 0 3px #5b595a;
	-webkit-box-shadow: inset 0 0 3px #5b595a;
	box-shadow: inset 0 0 3px #5b595a;
	line-height: 68px;
}

.map_link_btn:hover {
	opacity: 0.8;
}

.map_link_btn a {
  display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}

.map_link_btn a:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon01.png);
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 26px;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

/*box05*/
.section05 { padding-bottom: 50px; }

.section05ct { width: 100%; }

.section05_items {
	width: calc((100% - 22px) / 2);
	float: left;
	box-sizing: border-box;
	margin-right: 22px;
	background: url(../../../images/collaboration/mhsb/mhsh_img08.png) repeat;
	padding: 21px 9px 40px 9px;
}

.section05_items:last-child { margin-right: 0; }

.section05_ttl {
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 19px;
}

.section05_ttl span {
	margin-top: 7px;
	display: block;
	text-align: center;
}

/*section06*/
.section06 {
	padding-bottom: 50px;
	box-sizing: border-box;
}

.section06_frame {
	background: rgba(48,28,2,0.8);
	padding: 50px 40px 40px 40px;
	box-sizing: border-box;
}

.section06_box {
	background: rgba(29,22,9,0.6);
	border: 4px solid rgba(123,113,102,0.8);
	border-radius: 4px;
}

.section06_txt01 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.875em;
	margin: 35px 0 23px 0;
}

.section06_boxct {
	width: 605px;
	margin: 0 auto;
}

.section06_boxct dt {
	font-size: 14px;
	color: #fff;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

.section06_boxct dd {
	padding: 0 10px;
	box-sizing: border-box;
}

.list01 {
	margin: 0 0 39px 0;
	padding: 0;
}

.list01 li {
	color: #fff;
	font-size: 14px;
	line-height: 1.75em;
	padding: 2px 0;
	box-sizing: border-box;
}

/*section07_frame*/
.section07 {
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.section07_frame {
	background: rgba(0,0,0,0.8);
	padding: 48px 35px 50px 35px;
	box-sizing: border-box;
}

.section07_box .section07_items {
	width: calc((100% - 20px) / 2 );
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
}

.section07_box .section07_items:last-child { margin-right: 0; }

#novelty {
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

#novelty .frame {
	background: rgba(0,0,0,0.8);
	padding: 5% 2% 4%;
	box-sizing: border-box;
}

.list_novelty {
	list-style: none;
	margin: 0;
	padding: 20px 0 15px;
	font-size: 0;
}

.list_novelty img {
	width: 100%;
}

.list_novelty .desc {
	margin-top: 30px;
	text-align: right;
}

.list_novelty:first-of-type {
	padding-top: 20px;
	border-top: 1px solid #535353;
}

.list_novelty:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #535353;
}

.list_novelty > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 0;
  width: calc((100% - 10px * 4) / 5);
}

.list_novelty > li:nth-of-type(5n) { margin-right: 0; }

.list_novelty > li > img { width: 100%; height: auto;}

.card_image > img.card {
	vertical-align: middle;
	margin: 10px;
	width: calc(50% - 20px);
}

.desc_card {
	font-size: 14px;
	color: #fff;
}

.ttl_gc_system {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.list_gc_system {
	margin: 0;
	padding: 20px 20px 20px 32px;
	font-size: 12px;
	color: #fff;
}

.list_gc_system > li {
	list-style: disc outside;
	margin-bottom: 10px;
	font-size: 14px;
}

.list_gc_novelty {
	list-style: none;
	margin: 0;
	padding: 20px;
}

.list_gc_novelty > li { margin-bottom: 30px; }

.list_gc_novelty > li:last-of-type { margin-bottom: 0; }

.list_gc_novelty > li dt > img {
	margin-bottom: 10px;
	width: 100%;
}

.list_gc_novelty > li dd {
	font-size: 14px;
	color: #fff;
}

.list_gc_novelty > li dd .ttl {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}

.ttl_gc_caution {
	border-bottom: solid 2px #fff;
	font-size: 18px;
	color: #fff;
}

.list_gc_caution {
	margin: 0;
	padding: 0 20px;
}

.list_gc_caution > li {
	list-style: disc outside;
	color: #fff;
}

.list_goods {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.list_goods > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 0;
 width: calc((100% - 10px * 2) / 3);
}

.list_goods > li:nth-of-type(3n) { margin-right: 0; }

.list_goods > li > img { width: 100%; }

.card_image > img.card {
	vertical-align: middle;
	margin: 10px;
	width: calc(50% - 20px);
}

.desc_card {
	font-size: 14px;
	color: #fff;
}

.ttl_gc_system {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.list_gc_system {
	margin: 0;
	padding: 20px 20px 20px 32px;
	font-size: 12px;
	color: #fff;
}

.list_gc_system > li {
	list-style: disc outside;
	margin-bottom: 10px;
	font-size: 14px;
}

.list_gc_goods {
	list-style: none;
	margin: 0;
	padding: 20px;
}

.list_gc_goods > li { margin-bottom: 30px; }

.list_gc_goods > li:last-of-type { margin-bottom: 0; }

.list_gc_goods > li dt > img {
	margin-bottom: 10px;
	width: 100%;
}

.list_gc_goods > li dd {
	font-size: 14px;
	color: #fff;
}

.list_gc_goods > li dd .ttl {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 20px;
}

.list_gc_goods > li dd .price {
	margin-bottom: 1em;
	font-size: 18px;
}

.list_gc_goods > li dd .day_notice {
  font-size: 18px;
  margin: 0 0 0.5em;
}

.ttl_gc_caution {
	border-bottom: solid 2px #fff;
	font-size: 18px;
	color: #fff;
}

.box_plus {
	border: 2px solid #fff;
	padding: 10px;
	width: 380px;
	margin: 1em 0;
}

.wrap_tel_cta{
	display: flex;
	margin-top: 50px;
	font-size: 0;
}

.section02_boxct > .box_reservetel > span {
    font-size: 35px;
    font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro';
}

.box_reservetel {
	margin: 0 50px 0 0;
	display: block;
	width: calc((100% - 50px) / 2);
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.5;
}
.box_reservetel.box_reservetel_tax_increase {
	margin: 0 auto;
	display: block;
	width: 500px;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.5;
}
.section02_boxct > .box_reservetel {
	margin: 0 auto;
    display: table;
    width: auto;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.5;
}
.box_reservetel .reserve_time_ttl{
	margin-top: 0;
	margin-bottom: 0;
}

.wrap_tel_cta > .box_reservetel:nth-child(2n) {
	margin-right: 0;
}

.box_reservetel .reserve_time_detail{
	margin-bottom: 10px;
}

.reserve_time_detail > ul {
	padding-left: 0;
}

.reserve_time_detail > ul:first-of-type {
	margin-bottom: 2em;
}

.reserve_time_detail > ul > li {
	display: flex;
	justify-content: space-between;
	width: 65%;
}

.reserve_time_detail > ul > li > span {
	display: block;
	width: 50%;
}

.time_schedule {
	display: block;
    margin-left: 2em;
}

.box_reservetel .p_normal_notice{
	margin-bottom: 20px;
}

.box_reservetel img {
	float: left;
}
.box_reservetel_area_bnr {
	display: block;
	text-align: center;
}
.box_reservetel_area_bnr img {
	width: calc(100% - 2px);
	float: none;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.section02_boxct > .box_reservetel > img {
	float: left;
	margin-right: 15px;
}

.subttl_cta{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	width: calc(100% - 80px);
	line-height: 1.4;
	font-size: 16px;
	color: #fff;
}
.subttl_cta_tokyo {
	background-color: #e01900;
}
.subttl_cta_osaka {
	background-color: #427ab4;
}
.box_reservetel .num_tel {
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-size: 40px;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro';
	letter-spacing: 6px;
}

.bnr_west {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bnr_west:hover { opacity: 0.8; }

.box_map iframe {
	width: 460px;
	height: 300px;
}

h3, h4 {
	font-size: 2em;
	background: rgba(45, 45, 45, 0.9);
	padding: 10px;
	color: #fff;
}

.ttl_link {
	display: block;
	text-decoration: none;
}

.ttl_link:hover { opacity: 0.85; }

.access_inner {
	padding: 0px 35px;
	box-sizing: border-box;
}

.desc {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.ta_l { text-align: left; }

.box_info { background: #fff; }

table { margin-bottom: 20px; }

table tr { border: 1px solid #c3c3c3; }

table td,
table th {
	padding: 17px;
	box-sizing: border-box;
}

.info_time_wrap {
	padding-left: 0;
}

.info_time_wrap:first-of-type {
	margin-bottom: 2em;
	margin-top: 0;
}

.info_time_wrap > li {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.info_time_wrap > li > span {
	width: 50%;
	display: block;
}

table th {
	color: #333333;
	background: #e5e7df;
	font-size: 14px;
	font-family: 'NotoSansMonorRegular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

table td {
	background: #fcf8f8;
	color: #333333;
	font-size: 14px;
	font-family: 'NotoSansMonorRegular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

table td dl {
	display: flex;
	justify-content: space-between;
}

table td dl:not(:last-child) {
	margin-bottom: 5px;
}

table td dl dt {
	width: 50%;
}
table td dl dt::after {
	content: "：";
}

table td dl dd {
	width: 90%;
}
/*section09*/
.section09 { padding: 0; overflow: hidden;}

.section09_box {
	background: rgba(0,0,0,0.8);
	padding: 38px 0 40px 0;
	box-sizing: border-box;
}

.list02 {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.list02 li {
	float: left;
	background: #333333;
	-moz-box-shadow: inset 0 0 3px #5b595a;
	-webkit-box-shadow: inset 0 0 3px #5b595a;
	box-shadow: inset 0 0 3px #5b595a;
	position: relative;
}

.list02 li:hover a { opacity: 0.8; }

.list02 li:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon01.png);
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 26px;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

.list02 > li {
	width: 100%;
	margin-bottom: 30px;
}

.list02 > li a {
	font-size: 22px;
	color: #fff;
	line-height: 68px;
	text-decoration: none;
	display: block;
}

.list02 > .wrap_img{
  text-align: center;
}

.list02 > .wrap_img::before, .list02 > .wrap_img::after{
  content: none;
}

.list02 > .wrap_img > a{
  display: block;
}

.list02 > .wrap_img > a img{
  max-width: 100%;
  width: 800px;
}

/*
.list02 li:nth-child(2), .list02 li:nth-child(3) {
    width: calc((100% - 22px) / 2);
    float: left;
    margin-right: 22px;
}
.list02 li:nth-child(3) {
    margin-right: 0;
}*/
.list02 li .back { background: url(../../../images/collaboration/mhsb/mhsh_icon02.png); }

.copyright {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 20px 0 0;
	margin-bottom: 0;
	box-sizing: border-box;
	text-shadow: #333 1px 0 10px;
}


.header_top { display: flex; }

.header_top dt {
	width: 168px;
	color: #fff;
	display: flex;
	justify-content: center;
}

.header_top dd {
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_top .header_info {
	color: #fff;
	display: flex;
	margin-bottom: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}

.header_btn01 a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	background: #60810d;
	width: 260px;
	padding: 10px 0;
	position: relative;
}

.section02_btn01 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header_btn01 {
	margin-bottom: 0;
	margin-left: 20px;
}

.header_btn01 a:hover { opacity: 0.8; }

.header_btn01 a:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon01.png);
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	right: 22px;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.header_btn01 a span {
	display: block;
	font-size: 14px;
	font-family: 'NotoSansMonorRegular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .head_notice {
  display: block;
  padding:7px;
  background: #583F99;
  color:#fff;
  text-align: center;
  font-size:18px;
  text-decoration: none;
 }
 #container .head_notice span:after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-17%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
   }
 .head_notice:hover{
   opacity: 0.8;
 }
.head_line_friends {
  height: 73px;
  margin-right: 10px;
  display: block;
}
.head_line_friends img {
  width: 100%;
}

.head_st_name{
  display: flex;
}
.head_st_inf{
  display: block;
  padding: 10px 4px;
  border: solid 1px #fff;
  text-align: center;
  text-decoration: none;
  color:#fff;
  margin:0 auto;
}
a.head_st_inf:visited {
  color:#fff;
}
.head_st_inf p{
  line-height: 1;
  margin-bottom: 0;
}
.header_tel_pc {
	margin: 0;
	padding: 10px 4px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-family: 'Hiragino Kaku Gothic Pro';
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.header_store_pc{

}

.header_tel_pc img {
	float: left;
	height: 34px;
	width: 34px;
}

.header_tel_pc > .sub_ttl_tel {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	width: 120px;
	height: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
}
.sub_ttl_tel_tokyo {
	background-color: #e01900;
}
.sub_ttl_tel_nagoya {
	background-color: #583F99;
}
.sub_ttl_tel_osaka {
	background-color: #427ab4;
}
.sub_ttl_tel_kyoto {
	background-color: #416B55;
}
.head_st_name > div > .num_tel{
	display: block;
	margin: -6px 0 0 5px;
}

.slide_box {
	width: 955px;
	margin: 0 auto 76px auto;
	text-align: center;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	position: relative;
	padding: 15px 0 20px 0;
}

.slide_box:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_img01.png);
	top: 5px;
	right: 5px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 445px;
	height: 80px;
}

.slide_box:after {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsb_img02.png);
	left: 5px;
	bottom: 5px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 445px;
	height: 80px;
}

.slide_txt01 {
	font-size: 19px;
	color: #fff;
	font-family: 'NotoSansMonorRegular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin-bottom: 0;
}

h1.slide_txt02 {
	margin: 0 0 8px 0;
	font-size: 50px;
	color: #fff;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1em;
	padding: 0;
	box-sizing: border-box;
}

.slide_txt03 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

.slide_txtsp01 {
	font-size: 40px;
	color: #fff;
}

.slide_txtsp02 { font-size: 30px; }

.box_sp { display: none !important; }

.box_pc { display: block; }

.header_sp { display: none; }

.box_plus {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hide { display: none !important; }

#language_btn {
	font-size: 12px;
	position: absolute;
	top: 6px;
	right: calc(50% - 25px);
	border: solid 1px #fff;
	padding: 2px 5px;
	border-radius: 5px;
	cursor: pointer;
}

.section01_items_list a { display: block; }

.list_news a:hover { opacity: 0.8;}

.more_btn {
	border: 1px solid #fff;
	float: right;
	width: 100px;
	padding: 5px;
	border-radius: 5px 5px;
	text-align: center;
	margin: 2% 0;
	color: white;
}

.header_lg {
	display: block;
	margin-bottom: 0;
}
.header_lg:first-child {
	margin-right: 10px;
}

#language_btn {
	position: inherit;
	top: inherit;
	left: inherit;
}

.language_h {
	font-size: 12px;
	font-weight: bold;
}

#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.85);
}

#modal_reserve, #modal_tel{
	box-sizing: border-box;
	display: none;
	position: fixed;
	top: 10%;
	left: calc(50% - 94% / 2);
	z-index: 210;
	padding: 60% 5% 5%;
	width: 94%;
	height: calc(94vw * 1061 / 750);
	background: url("../../../images/collaboration/mhsb/bg_modal_reserve.png") center/contain no-repeat;
	font-size: 0;
}

#modal_tel{
	background-image: url("../../../images/collaboration/mhsb/bg_modal_tel.png");
}

.btn_style01{
	overflow: hidden;
	display: inline-table;
	position: relative;
	vertical-align: top;
	margin-bottom: 10px;
	width: 100%;
	height: 60px;
	background-color: #60810d;
	text-decoration: none;
}

.btn_style01_nagoya {
	background: #583F99;
}

.btn_style01_osaka{
	background: #427ab4;
}
.btn_style01_kyoto{
	background: #416B55;
}

.btn_style01:nth-child(2n){
	margin-right: 0;
}

.btn_style01 > .inner_btn{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.btn_style01 > .inner_btn::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}
.btn_style01 > img {
	width: 100%;
	height: auto;
}

.btn_style01.color_y{
	background-color: #e3a319;
}
.btn_style01.color_r{
	background-color: #e33919;
	height: auto;
}
.btn_style01.color_b{
	background-color: #1940e3;
	height: auto;
}
.btn_style01.color_bk{
	background-color: #333;
}

.btn_style01.cursor_none > .inner_btn::after{
	content: none;
}

.p_normal_notice{
	color:#fff;
}

/*コロナ*/
.em_bnr {
  text-decoration: none;
}
.em_bnr:hover .box_emergency{
  opacity: 0.9;
}
.emergency{
  padding-bottom: 50px;
  box-sizing: border-box;
}

.box_emergency{
  background: #fff;
  border: 8px solid #5b595a;
  padding: 25px 10px 25px 10px;
  box-sizing: border-box;
  position: relative;
}

.box_emergency::before{
  position: absolute;
  content: "";
  background: url(../../../images/collaboration/mhsb/mhsb_icon02_left.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 4px;
  left: 4px;
  width: 35px;
  height: 35px;
}

.box_emergency::after{
  position: absolute;
  content: "";
  background: url(../../../images/collaboration/mhsb/mhsb_icon03_right.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 4px;
  right: 4px;
  width: 35px;
  height: 35px;
}

.emergency_ttl{
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1em;
  margin-bottom: 25px;
}
.emergency_bnr_ttl{
  font-size: 36px;
  color: #d02c2c;
  margin: auto;
  text-align: center;
  font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.5em;
}
.emergency_disc{
  width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
}

.emergency_txt{
  color: #FFF;
  font-size: 16px;
}

.box_emergency02{
  width: 500px;
  margin: 0 auto;
}

.box_emergency02 p{
  color: #FFF;
  font-size: 18px;
  margin-bottom: 0;
}

.box_emergency02 p span{
  color: #e01900;
  font-size: 20px;
}

.box_emergency02 .allow{
  text-align: center;
}

.box_emergency02 p .kome{
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width:768px) {
  .box_emergency {
    padding: 20px 10px;
  }
  .emergency_bnr_ttl {
    font-size: 6vw;
  }
}
.topic_emergency{
  overflow: hidden;
  vertical-align: top;
  margin: 20px auto 10px;
  border-radius: 6px;
  width: 360px;
  height: 60px;
  background-color: #642d05;
  text-decoration: none;
}

.topic_emergency p{
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding: 17px;
}

.emergency a{
  color: #FFF;
  text-decoration: none;
}

.emergency a::after{
  content: "";
  position: absolute;
  top: calc(100% - 90px);
  right: 340px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
/*ここまで*/

/* ギルドカード */
@media screen and (min-width: 769px) {
.pc_none { display: none; }

#novelty .frame { padding: 48px 35px 50px 35px; }

.card_image {
	display: table;
	position: relative;
	margin: auto;
	text-align: center;
}

.card_image > img.card {
	vertical-align: top;
	width: 375px;
}

.desc_card {
	position: absolute;
	top: 240px;
	left: 0;
	border: solid 2px #fff;
	padding: 10px;
	width: 371px;
}

.list_novelty > li:nth-of-type(3n) { margin-right: 10px; }

.list_novelty > li:nth-of-type(6n) { margin-right: 0; }

.list_gc_novelty > li {
	margin: 30px auto;
	padding: 30px 0;
	border-bottom: solid 1px #fff;
}

.list_gc_novelty > li:last-of-type { border-bottom: none; }

.list_gc_novelty dt {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: calc(50% - 30px);
}

.list_gc_novelty dd {
	display: inline-block;
	width: 47%;
}

.list_goods > li {  width: calc((100% - 10px * 5) / 6 - 2px);
}

.list_goods > li:nth-of-type(3n) { margin-right: 10px; }

.list_goods > li:nth-of-type(6n) { margin-right: 0; }

.list_gc_goods > li {
	margin: 30px auto;
	padding: 30px 0;
	border-bottom: solid 1px #fff;
}

.list_gc_goods > li:last-of-type { border-bottom: none; }

.list_gc_goods dt {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 30px;
	width: calc(50% - 30px);
}

.list_gc_goods dd {
	display: inline-block;
	width: 49%;
}
	#modal_reserve, #modal_tel{
		top: 0;
		max-width: 100%;
		max-height: 100%;
		padding: 0 31%;
		padding-top: 50vh;
	}
	.section07_items a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
		text-decoration: none;
    color: inherit;
}

}

@media screen and (max-width: 750px) {

html { background: none; }

#container::before {
	content: "";
	display: block;
	height: 100vh;
	width: 100%;
	position: fixed;
	background: url(/hunters-bar/images/mhsb_bg_sp.webp) center/cover no-repeat;
	background-position-x: 50%;
	z-index: -9999;
}

.sp_none { display: none !important; }

.box_sp { display: block !important; }

.box_pc { display: none; }

#container {
	width: 100%;
	margin: 0 auto;
	min-width: inherit;
}

.inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

.header_top { display: none; }

.slide_box { width: 100%; }

.slide_txt01 {
	font-size: 3vw;
	margin-bottom: 10px;
}

h1.slide_txt02,
.slide_txtsp01 { font-size: 5vw; }

.slide_txt03,
.slide_txtsp02 { font-size: 3vw; }

.slide_box:before {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 50%;
}

.slide_box:after {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 50%;
}

#nav { display: none; }

.section01_items {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 7%;
	height: auto;
}

.section01_itemsct {
	padding: 0 10px;
	max-height: inherit;
}

.section01_items_list dd { font-size: 3vw; }

.section01_ttl01 {
	font-size: 6vw;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.frame_twitter { /*height: 300px;*/
}

.section01_items:last-child { margin-bottom: 0; }

.section01 { padding-bottom: 7%; }

.section02_btn01 {
	width: 80%;
	margin: 0 auto;
	height: 50px;
}

.section02_btn01 a {
	font-size: 3.5vw;
	padding-bottom: 1em;
}

.section02_btn01:before {
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 3%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.section02_btn01 span.section02_btn02 { display: none; }

.section02_btn01+.section02_btn01 {
	margin-top: 20px;
}

.section02_boxct { padding: 2% 0 4% 0; }

.section01_ttl01 span {
	line-height: 0.8em;
	margin-top: 3px;
}

.section01_ttl01 span img { }

.reserve_shop_name {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

.btn_tel {
	width: 80%;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	background: #E3A319;
	display: table;
	position: relative;
	margin-bottom: 10px;
}

.btn_tel a {
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.btn_tel a .icon_tel {
	height: auto;
	width: 30px;
	position: absolute;
	left: 5vw;
	top: calc(50% - 15px);
}

.btn_tel a img{
	width: 19%;
}

.b_hours_box {
	padding: 0px 15px;
	margin-top: 20px;
}
.b_hours_box_item {
  margin-bottom: 20px;
}
.b_hours_box table {

}

.b_hours_box table ul {
	padding-left: 0;
}

.b_hours_box table li {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.b_hours_box .b_hours_box_item_akihabara table li {
	display: block;
	text-align: center;
}

.b_hours_box table li > span {
	width: 65%;
	display: block;
}

.b_hours_box table tr {

}
.b_hours_box table td {
	background: none;
	color: #fff;
	padding: 0;
	width: auto;
}
table td dl {
	display: block;
}

table td dl dt {
	width: 100%;
}

table td dl dt::after {
	content: none;
}

table td dl dd {
	width: 100%;
}

.b_hours_box_ttl_big {
	margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.b_hours_box_ttl_middle {
	display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.5em;
}
.p_normal_notice {
	color: #fff;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
.b_hours_box_ttl_tokyo {
	border-bottom: 2px solid#e01900;
}
.b_hours_box_ttl_osaka {
	border-bottom: 2px solid #437ab4;
}
.box04_txt01_big { font-size: 4vw; }

.box04_txt03 {
	font-size: 3.8vw;
	margin-bottom: 16px;
}

.box04_txt01,
.box04_txt02 {
	font-size: 12px;
	margin-bottom: 16px;
}

.box04_txt04 { font-size: 11px; }

.section04_boxct { padding: 20px 3%; }

.section04,
.section05 { padding-bottom: 7%; }

.section05_items {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 7%;
	padding: 2% 3% 4% 3%;
}

.section05_vd img { width: 100%; }

.section05_items:last-child { margin-bottom: 0; }

.section06_frame {
	width: 100%;
	padding: 5% 2% 4% 2%;
}

.section06_boxct { width: 100%; }

.section06_boxct {
	padding: 0 10px;
	box-sizing: border-box;
}

.section06_boxct dd { padding: 0; }

.section06_txt01 {
	margin: 15px 0;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 1.5em;
}

.section06_frame .txt-l{
	text-align: justify;
}

.list01 { margin-bottom: 15px; }

.section07_frame { padding: 10px 0 0 0; }

.section07_box .section07_items {
	width: 100%;
	float: none;
	padding: 0 2%;
	margin-bottom: 6%;
}
.gMap {
	width: 100% !important;
	height: 200px !important;
}

table th {
	width: 30%;
	padding: 10px;
}

table td {
	width: 70%;
	padding: 10px;
}

table { margin-bottom: 0; }

.section06,
.section07 { padding-bottom: 7%; }

.section02 { padding-bottom: 7%; }

.section09_box { padding: 4% 0; }

.list02 {
	width: 100%;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}

.list02 li a {
	font-size: 3vw;
	line-height: 40px;
}

.list02 li:nth-child(1) { margin-bottom: 3%; }

.list02 li:before {
	width: 12px;
	height: 12px;
	right: 3%;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	top: calc(50% - 6px);
}

/*.list02 li:nth-child(2), .list02 li:nth-child(3) {
    width: calc(97% / 2);
}
.list02 li:nth-child(2) {
    margin-right: 3%;
}*/

/*	header*/
.header {
	display: inherit;
	height: auto;
}

.header_menu_sp { }

.header_sp { display: block; }

.header_menu_sp {
	width: 100%;
	padding: 1% 2%;
}

#logo_headerspscroll {
	box-sizing: border-box;
	margin-bottom: 0;
	padding-right: 5px;
	width: 80px;
	height: auto;
}

.list_menusp {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.list_menusp li {
	width: 50px;
	margin-right: 4%;
}

.list_menusp li.line_friends {
  width: 106.66px;
  margin-top: 14px;
}

.list_menusp li:last-child { margin-right: 0; }

#logo_headerspscroll img { width: 100%; height: auto;}

.header_menu_sp {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	z-index: 100;
	left: 0;
}

.list_menusp li img { width: 100%; height: auto;}

#gnavi_sp ul {
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#gnavi_sp ul li { border-bottom: 1px solid #666666; }

#gnavi_sp ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	display: block;
}

#gnavi_sp ul li a:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_icon01.png) no-repeat;
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	right: 3%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

	#gnavi_sp img {
		width: auto;
		height: 16px !important;
	}
	#gnavi_sp .img_reserve_sp{
		width: 100px;
		height: auto;
	}

.btn_sp {
	/* background: #60810d; */
	margin: 0 auto;
	width: 280px;
	line-height: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 1em;
}

#gnavi_sp .btn_sp a {
	display: block;
	margin-bottom: 10px;
}

#gnavi_sp .btn_sp img {
	width: 100%;
	height: auto;
}

.img_reserve_sp{
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* .btn_sp:before {
	position: absolute;
	content: "";
	background: url(../../../images/collaboration/mhsb/mhsh_img12.png) no-repeat;
	top: calc(50% - 13px);
	width: 20px;
	height: 26px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 20%;
} */

.btn_sp a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.txt_sp {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
}

.gnavi_menu .menu_hidden { display: none; }

.gnavi_menu.open .menu_show { display: none; }

.gnavi_menu.open .menu_hidden { display: block; }

#gnavi_sp {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	padding: 0 2%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	height: 0;
	top: 61px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 100;
}

#gnavi_sp.open {
	opacity: 1;
	visibility: visible;
	height: calc(100vh - 61px);
	overflow: auto;
}

.header { margin-bottom: 0; }

.slide_box { margin: 5% auto 90%; }

.section01_items_list .section01_txt01 {
	margin-bottom: 5px;
	font-size: 16px;
}

.more_btn {
	font-size: 3vw;
	width: auto;
	padding: 3px 15px;
}

.mhsb_btn01 a {
	font-size: 3vw;
	line-height: 40px;
}

.bnr_west { width: 90%; }
.list_novelty {
	padding: 15px 0px;
	overflow: scroll;
}

div.wrap_tel_cta:first-child {
	margin-top: 0;
}

}


/*準備中メニュー*/

@media screen and (min-width: 749px) {

.pre {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	height: 57px;
}

.pre:after {
	content: 'COMING SOON';
	display: block;
	position: absolute;
	width: 200px;
	top: -22px;
 font-size: 24px; background: rgba(51,51,51,.6);
	padding: 33px 0 34px;
	color: #a2ce33;
}

.pre:hover { opacity: 1; }
}

@media screen and (max-width: 750px) {

.box_map iframe {
	width: 100%;
	height: 300px;
}

h4 {
	font-size: 2em;
	background: rgba(45, 45, 45, 0.9);
	padding: 10px;
	border-radius: 5px 5px;
	margin: 10px 5px;
}

.access_inner { padding: 10px 0 0 0; }

.pre {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	display: block;
	color: #fff;
}

.pre:after {
	content: 'COMING SOON';
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	font-size: 20px;
	background: rgba(51,51,51,.6);
	padding: 10px 0 10px;
	color: #a2ce33;
	text-align: center;
}
}

/* ---------------------------------------------------------
breadcrumbs
----------------------------------------------------------*/

#breadcrumbs{
	margin: auto;
	background-color: #1d1d1d;
	line-height: 1.4;
}

#breadcrumbs > ol{
	list-style: none;
	margin: auto;
	padding: 5px 0;
	max-width: 1100px;
	font-size: 0;
	color: #fff;
}

#breadcrumbs > ol > li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 10px;
}

#breadcrumbs > ol > li::after{
	content: "＞";
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

#breadcrumbs > ol > li:last-of-type::after{
	content: "";
}

#breadcrumbs > ol > li > a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
}

#breadcrumbs > ol > li:last-of-type > a{
	pointer-events: none;
	color: #fff;
}

#breadcrumbs > ol > li > a, #breadcrumbs > ol > li > a *{
	font-size: 10px;
}

@media screen and (min-width: 769px){
}

@media screen and (max-width: 768px){
	#breadcrumbs{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
	#breadcrumbs > ol{
		overflow: scroll;
		white-space: nowrap;
	}

	#breadcrumbs::after{
		content: "";
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 9;
		display: inline-block;
		vertical-align: top;
		width: 10px;
		height: 1.6em;
	background: linear-gradient(90deg, rgba(29,29,29,.0), rgba(29,29,29,1));
	background-size:cover;
	background-repeat:no-repeat;
		font-size: 10px;
	}

  /*コロナ*/
  .emergency{
    padding-bottom: 7%;
  }

  .emergency_ttl{
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
  }

  .emergency_disc{
    width: 100%;
  }

  .emergency_txt{
    font-size: 14px;
  }

  .box_emergency02{
    width: 100%;
  }

  .box_emergency02 p{
    font-size: 16px;
  }

  .topic_emergency{
    width: 100%;
  }

  .emergency a::after{
    right: 30px;
  }

	.info_time_wrap > li {
		width: 100%;
	}
}
.osaka_time {
	color: #fff;
}
/*パンくず末尾用*/

#breadcrumbs li:last-child a {
	pointer-events: none;
	background: none;
	text-decoration: none;
	color: inherit;
}


/* スマホ用 */
.breadcrumbs_sp{
	position: relative;
}

.breadcrumbs_sp::before{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 20px;
	height: 18px;
	box-shadow: -20px 0 10px #fff inset;
}

.breadcrumbs_sp > ol{
	white-space: nowrap;
	list-style: none;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0 10px;
	font-size: 0;
}

.breadcrumbs_sp li{
	display: inline-block;
	margin-right: 0.5em;
	line-height: 1.5;
	font-size: 12px;
}

.breadcrumbs_sp li > a{
	display: block;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(//www.pasela.co.jp/img/bg_breadcrumbs_black.png) center right no-repeat;
	color: #222;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-decoration: none;
}

.breadcrumbs_sp li:last-of-type > a{
	background-image: none;
}
.reserve_time{
	font-size:13px;
}
@media screen and (min-width: 769px){

	.breadcrumbs_sp{
		display: none;
	}
}
.tax_info {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #3a3c3b;
	background: rgba(0,0,0, 0.8);
	padding: 30px 10px 10px 10px;
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}
.tax_info_ttl {
	font-size: 28px;
	margin-bottom: 10px;
}
.tax_info_desc { font-size: 16px; }
.tax_info_notce {
	color: #e82f2f;
	font-size: 1.2em;
}
@media screen and (max-width: 769px){
.tax_info_ttl { font-size: 22px; }
.tax_info_desc { font-size: 14px; }
}

/*転移andスマホバナー*/

.section01_bnr{
	width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  border: 6px solid #666;
  padding: 16px;
  position: relative;
  background: #FFF;
  text-align: center;
}
.section01_bnr::after{
	position: absolute;
  content: "";
  background: url(../../../images/collaboration/mhsb/mhsb_icon03_right.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 2px;
  right: 2px;
  width: 35px;
  height: 35px;
}
.section01_bnr::before {
  position: absolute;
  content: "";
  background: url(../../../images/collaboration/mhsb/mhsb_icon02_left.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 2px;
  left: 2px;
  width: 35px;
  height: 35px;
}
.section01_bnr:last-child{
	margin-right: 0;
}
.section01_bnr p{
	margin-bottom: 0;
}
.section01_bnr a{
	text-decoration: none;
	font-size: 18px;
	color: #bc1c1c;
}

@media screen and (min-width: 750px){

.banners{
  display: flex;
  text-align:center;
  width: 1000px;
  flex-wrap:wrap;
  justify-content: center;
  margin:0 auto 50px;
}

.banners li{
  margin:20px 40px 0 10px;
  width: 45%;
}

}



@media screen and (max-width: 750px){
	.section01_bnr{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.section01_bnr:first-child{
		margin-bottom: 3%;
	}
	.section01_bnr a{
		font-size: 14px;
	}

.banners{
  display: flex;
  text-align:center;
  flex-direction:column;
  margin:0 auto 50px;
  width: 100%;
}

.banners li{
  margin:20px 10px 0 10px;
  width: 95%;
}
.banners li img{
  width: 100%;
}
}

.takeout_inner{
  position: relative;
    width: 1000px;
    margin: 0 auto;
}
.takeout{
  position:absolute;
  left:3%;
}
.takeout:hover{
  opacity: 0.8;
}
.mv_badge_bg {
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	width: 169px;
	height: 169px;
	background: url(../../../images/collaboration/mhsb/takeout.webp);
    text-decoration: none;
}
.mv_badge_bg p {
	display: block;
	padding-top: 1.5em;
	color: #4b3310;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(-20deg);
	position: absolute;
	left: 34px;
}
.oshirase_iten{
  position:absolute;
  top:200px;
  left:450px;
  font-size:;
  color:brown;
  background-color:white;
}
.corona_banner{
  margin: 10px auto 60px;
  max-width: 1000px;
  width: calc(100% - 20px);
  background: #5c3e26;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.corona_banner > a{
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.corona_banner::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.index_top{
    height: 460px;
}

@media screen and (max-width: 750px){
  #container .head_notice {
    font-size: 13px;
    margin-top: 60px;
    position: fixed;
    z-index: 20;
    width: 100%;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
  }
  .index_top {
   height: 138vw;
  }
	.mv_badge_bg {
    width: 109px;
    height: 109px;
    background-size: contain;
	}
	.mv_badge_bg p{
		font-size: 11px;
		left: 20px;
	}
  #container .head_notice {
    font-size: 16px;
    margin-top: 60px;
  }
  .takeout_inner{
    width: auto;
    height: 138vw;
  }
  .takeout {
    top: 180px;
    left: 0;
  }
  .takeout a img{
    width:65%;
	height: auto;
  }
  .slide_box {
    margin: 10% auto 10%;
    position: absolute;
    top: 55px;
    width: 95%;
  }
  .corona_banner{
    margin: 10px auto 30px;
  }
	/* ギルドカード用 */
	#contents.guildcard {
    margin-top: 76px;
	}
	#contents.guildcard .section02_boxct{
    border: none;
	}
}


/* テキスト画像横幅一覧 */
.header_btn01 img{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 48%;
	height: auto;
	margin-top: 5px;
}

.nav_list li a img{
	width: 110px;
	height: auto;
	object-fit: contain;
  vertical-align:baseline;
}

.nav_list li a img.width_half{
	width: 55%;
}

.nav_list li a img.width_65{
	width: 65%;
}

.nav_list li a img.width_70{
	width: 70%;
}
.nav_list li a img.width_40{
	width: 40%;
}

.section01_ttl01 .section01_ttl01_sb img{

}

.section01ct .inner .section01_items:nth-child(2) .section01_ttl01 span img{

}

.section02_boxct .section01_ttl01 .section01_ttl01_sb img{
	width: 198px;
}

.section04_ttl01 .section01_ttl01_sb img{
	/* width: 13%; */
}

.section06 .inner .section06_frame .section01_ttl01 .section01_ttl01_sb img{
	/* width: 17%; */
}

#novelty .frame .section01_ttl01 .section01_ttl01_sb img{
	/* width: 13%; */
}

#access .inner .section01_ttl01 .section01_ttl01_sb img{
	/* width: 12%; */
}

.section09 .inner .section01_ttl01 .section01_ttl01_sb img{
	width: 11.5%;
}

.section06 .inner .section06_frame .section01_ttl01 .section01_ttl01_sb .goods-img{
	width: 30%;
}

.stt-lang-select .stt-text {
  display: none!important;
}

@media screen and (max-width: 750px){
	.section02_btn01 img{
		width: 50%;
		height: auto;
	}
	/* .section02_boxct .section01_ttl01 .section01_ttl01_sb img{
		width: 70%;
	}
	.section04_ttl01 .section01_ttl01_sb img{
		width: 70%;
	} */
	.section06 .inner .section06_frame .section01_ttl01 .section01_ttl01_sb img{
		width: 34%;
	}
	.map_link_btn {
		width: 100%;
	}
	.map_link_btn a {
		font-size: 14px;
	}
	/* #novelty .frame .section01_ttl01 .section01_ttl01_sb img{
		width: 56%;
	}
	#access .inner .section01_ttl01 .section01_ttl01_sb img{
		width: 50%;
	}
	.section09 .inner .section01_ttl01 .section01_ttl01_sb img{
		width: 50%;
	}
	.section06 .inner .section06_frame .section01_ttl01 .section01_ttl01_sb .goods-img{
		width: 60%;
	} */
	.list_novelty img{
		height: auto;
		width: 100%;
	}
}

/*Footer*/
#footer {
	background: #111111;
}
.site_policy{text-align: center;margin-top: 10px; margin-bottom: 0; padding-bottom: 20px;}
.site_policy a{color: #fff;font-size: 16px;text-decoration: none; text-shadow: #333 1px 0 10px;}
@media screen and (max-width: 750px){
	.site_policy{margin-top: 0;}
	.site_policy a{font-size: 12px;}
}
/*end Footer*/

/* WEB_03-8435 PC LineQRコード用 */
.faked_lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.faked_lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.faked_lb img,
.faked_lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.faked_lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.faked_lb:target img,
.faked_lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.faked_lb::before,.faked_lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.faked_lb::before {
    transform: rotate(-315deg);
}
.faked_lb::after {
    transform: rotate(315deg);
}

/* guildcard */

body.guildcard img {
	height: auto;
}
body.guildcard .card_image {
	text-align: center;
}
body.guildcard .card_image .desc_card {
	text-align: left;
}

/*多言語ボタン */

.sst-text{
	display: none;
}

.btn_language_wrap{
	position: absolute;
	right: 20px;
}

.btn_language{
	width: 150px;
	height: 40px;
	background-color: #E5DFCA;
	font-size: 14px;
	display: flex;
    justify-content: center;
	align-items: center;
	font-family: 'NotoSansMonoBold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
}

.p_btn_language{
	margin: 0;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5DFCA;
    z-index: 10;
	cursor: pointer;
	color: #1d1d1d;
}

.p_btn_language::before{
	content: "";
	background: url(../../../images/collaboration/mhsb/ico_lan01.png);
	background-size: cover;
	height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    left: 10px;
    top: 13px;
}

.p_btn_language::after{
	content: "";
	background: url(../../../images/collaboration/mhsb/ico_lan02.png);
	height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
}

.p_btn_language.active::after{
	background: url(../../../images/collaboration/mhsb/ico_lan04.png);
}

.btn_language ul{
	position: absolute;
    background: #E5DFCA;
    top: 26px;
    padding: 0;
	display: none;
	z-index: 1;
}

.btn_language ul li{
	width: 150px;
	height: 30px;
	border-top: solid 2px #707070;
	font-size: 14px;
	position: relative;
	font-weight: bold;
}

.btn_language ul li:last-of-type{
	border-bottom: solid 2px #707070;
}

.btn_language ul li a{
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_language ul li a::after{
	content: "";
	background: url(../../../images/collaboration/mhsb/ico_lan03.png);
	height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
}

@media screen and (max-width: 1500px) {
	.btn_language_wrap{
		top: 115px;
		right: 0.5vw;
	}
}


@media screen and (max-width: 750px) {
	.btn_language_wrap{
		top: 107vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.btn_language{
		width: 210px;
	}

	#gnavi_sp .btn_language_wrap ul li a:before{
		content: none;
	}

	#gnavi_sp .btn_language ul li{
		width: 210px;
		height: 40px;
		border-top: solid 2px #707070;
		border-bottom: none;
	}
	#gnavi_sp .list_language{
		padding: 0;
	}
	#gnavi_sp .btn_language ul li a{
		color: #000;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	#gnavi_sp .btn_language ul li:last-of-type {
			border-bottom: solid 2px #707070;
	}
	#contents.guildcard .section01_ttl01_sb img{
		width: 100%;
	}
}

.route_txt{
	margin-bottom: 10px;
}

#en .info_time_wrap > li,
#en .reserve_time_detail > ul > li:first-of-type,
#ko .reserve_time_detail > ul > li:first-of-type{
	width: 100%;
}

@media screen and (max-width: 1440px) {
	#en .header_top dd,
	#ko .header_top dd,
	#cn .header_top dd,
	#tw .header_top dd{
		justify-content: flex-start;
		margin-left: 20px;
	}
}

/* タブレット */
@media screen and (min-width: 821px) and (max-width: 1024px){
	.nav_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
	}
}

@media screen and (min-width: 750px) and (max-width: 820px){
	.nav_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}
}

@media screen and (min-width: 751px) and (max-width: 1024px){
	#container {
		min-width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#container::before {
		content: "";
		display: block;
		height: 100vh;
		width: 100%;
		position: fixed;
		background: url(../../../images/collaboration/mhsb/mhsb_bg_tablet.webp) center/cover no-repeat;
		background-position-x: 60%;
		z-index: -9999;
	}

	.inner {
		width: 96%;
	}

	.slide_box {
		width: 94%;
	}

	.nav_box {
		background-size: 100% 70%;
	}

	.list02 {
		width: 94%;
	}
}