@charset "utf-8";

body{min-width: 1200px;
	background: rgba(0,0,0,1.00);
	overflow-y: scroll;}

.font-goth1{font-family: kozuka-gothic-pro,sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: kozuka-gothic-pro,sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth3{font-family: kozuka-gothic-pro,sans-serif;
font-weight: 900;
font-style: normal;}

.font-mit1{font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;}

.font-min1{font-family: kozuka-mincho-pr6n,serif;
font-weight: 400;
font-style: normal;}

.font-min2{font-family: kozuka-mincho-pr6n,serif;
font-weight: 700; 
font-style: normal;}

.font-min3{font-family: kozuka-mincho-pr6n,serif;
font-weight: 900; 
font-style: normal;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:rgba(0,0,0,1.00);
	z-index: 999;}

.loading_block{width: 200px;
	height: 95px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -50px 0 0 -100px;}

.loading_img{height: 100px;
	-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.loading_img img{height: 100%;}

.bg_box{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: url("../img/bg1.jpg");
	background-size: cover;
	z-index: 1;}
	
.main_logo{width: 100px;
	height: 100px;
	position: fixed; top: 10px; left: 10px;
	z-index: 5;}
	
.main_logo img{width: 100%;}

.page_title{width: 100%;
	height: 200px;
	margin-top: 50px;
	background: url("../img/subpage_head1.jpg");
	background-size: cover;
	background-position: center center;}

.page_title_text{width: 1000px;
	margin: 0 auto;
	font-size: 72px;
	line-height: 200px;
	color: rgba(0,0,0,1.00);
	text-shadow: 0 0 1px #fff,0 0 5px #fff,0 0 9px #fff;}

#container{position: relative;
	z-index: 2;}

header{width: 100%;
	height: 50px;
	background: rgba(0,0,0,1.00);
	position: fixed; top: 0;
	z-index: 4;}

.pc_menu{padding-left: 120px;
	overflow: hidden;}
	
.pc_menu_btn{font-size: 18px;
	line-height: 50px;
	margin-left: 40px;
	float: left;}

.pc_menu_btn a{display: block;
	color: rgba(198,156,109,1.00);}

.pc_menu_btn:hover{border-bottom: rgba(255,0,4,1.00) solid 2px;}

.main_img{width: 100%;
	height: calc(100vh - 55px);
	min-height: 600px;
	margin-top: 50px;
	background: url("../img/main_img1.jpg");
	background-size: cover;
	background-position: center center;}
	
.main_img_bar1{width: 100%;
	height: 5px;}
	
.main_img_bar1 img{width: 100%;
	height: 100%;}

.con_block1{width: 100%;
	margin-top: 30px;}
	
.con_block2{width: 100%;
	margin-top: 30px;
	padding: 20px 0;
	background: rgba(0,0,0,0.50)}
	
.con_inner0{width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(0,0,0,0.70);
	overflow: hidden;}
	
.con_inner1{width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(0,0,0,0.70);
	overflow: hidden;}
	
.con_inner2{width: 1000px;
	margin: 0 auto;
	padding: 20px;
	/*background: rgba(255,255,255,0.10);*/
	overflow: hidden;}

.con_inner_box1{width: 100%;
	margin-top: 20px;
	overflow: hidden;}
	
.con_inner_box_inner1{width: 680px;
	margin-right: 20px;
	font-size: 17px;
	line-height: 180%;
	color:rgba(255,255,255,1.00);
	float: left;}

.link_btn1{width: 300px;
	margin-top: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(247,147,30,1.00);
	position: relative;}
	
.link_btn2{width: 300px;
	margin-top: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(247,147,30,1.00);
	position: relative;
	float: right;}
	
.link_btn1:hover,.link_btn2:hover{opacity: 0.8;}
	
.link_btn1 a,.link_btn2 a{display: block;
	color: rgba(255,255,255,1.00);}

.link_arrow{position: absolute; top: 0; right: 20px;
	color: rgba(255,255,255,1.00);}

.con_inner_box_inner2{width: 300px;
	float: left;}
	
.con_inner_box_inner2 img{width: 100%;}

.con_inner_box_inner3{width: 300px;
	float: left;}
	
.con_inner_box_inner3 img{width: 100%;}

.con_inner_box_inner4{width: 680px;
	margin-left: 20px;
	font-size: 17px;
	line-height: 180%;
	color: rgba(255,255,255,1.00);
	float: left;}

.twitter{width: 400px;
	height: 400px;
	float: left;}

.tw_timeline{padding-top: 8px;}

.news{width: 580px;
	height: 400px;
	margin-left: 20px;
	float: left;}
	
.news_title{font-size: 20px;
	color: rgba(251,176,59,1.00);
	line-height: 30px;
	border-bottom: rgba(251,176,59,1.00) solid 2px;}

.news_inner{width: 100%;
	height: 350px;
	margin-top: 8px;
	background: rgba(255,255,255,0.10);
	overflow-y: scroll;}

.topic1{width: 90%;
	padding: 10px 5%;}

.topic_date{font-size: 14px;
	color:rgba(255,0,4,1.00);}
	
.topic_title{padding-bottom: 5px;
	font-size: 17px;
	color: rgba(255,174,0,1.00);}
	
.topic_text{font-size: 15px;
	color: rgba(255,255,255,1.00);
	line-height: 150%;}

.topic_text a{color:rgba(0,203,255,1.00);}

.topic_text a:hover{color: rgba(255,150,0,1.00);}

.topic_img{width: 90%;
	margin: 10px auto;}
	
.topic_img img{width: 100%;}
	
.con_title1{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 32px;
	line-height: 40px;
	color: rgba(251,176,59,1.00);
	background: rgba(0,0,0,1.00);}

/* subpage */

.con_inner_sub1{width: 1100px;
	margin: 0 auto;}
	
.submenu{margin-top: 40px;
	text-align: center;}
	
.submenu_inner{display: inline-block;}

.submenu_block{overflow: hidden;
	padding: 5px 0;}

.submenu_btn{width: 200px;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(247,147,30,1.00);
	float: left;}
	
.submenu_btn:hover{opacity: 0.7;}
	
.menu_current{width: 200px;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(255,0,4,1.00);
	float: left;}
	
.submenu_btn a{display: block;
	color: rgba(255,255,255,1.00);}
	
.con_inner_sub_box1{width: calc(100% - 40px);
	padding: 20px;
	margin-top: 10px;
	background: rgba(0,0,0,0.80);
	overflow: hidden;}

.seat_block_left{width: 300px;
	float: left;}
	
.seat_block_left img{width: 100%;}

.seat_block_right{width: 740px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}

.caution_block{font-size: 14px;}

.price_caution{width: 1100px;
	margin: 0 auto;
	font-size: 14px;
	color: rgba(255,255,255,1.00);}

.menu_item_box1{width: calc(50% - 10px);
	padding: 5px;
	overflow: hidden;
	float: left;}
	
.menu_item_box2{width: calc(25% - 20px);
	padding: 15px 10px 5px;
	overflow: hidden;
	float: left;}
	
.menu_item_box3{width: calc(33% - 20px);
	padding: 5px 10px 5px;
	overflow: hidden;
	float: left;}
	
.menu_item_box4{width: calc(50% - 20px);
	height: 120px;
	padding: 5px 10px 20px;
	overflow: hidden;
	float: left;}
	
.menu_item_img1{width: 200px;
	float: left;}

.menu_item_img1 img{width: 100%}

.menu_item_text{width: calc(100% - 210px);
	padding-left: 10px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}
	
.menu_item_text2{width: 100%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}

.menu_item_name{font-size: 16px;}

.menu_item_line1{width: 100%;
	height: 1px;
	margin: 5px 0;
	background: rgba(255,255,255,0.50);}
	
.menu_item_price{font-size: 16px;
	text-align: right;
	color: rgba(255,174,0,1.00);}
	
.menu_item_price2{font-size: 16px;
	text-align: left;
	color: rgba(255,174,0,1.00);
	overflow: hidden;}
	
.menu_item_disc{font-size: 14px;
	padding-top: 5px;
	color: rgba(255,255,255,1.00);}

.drink_titile1{width: calc(100% - 4px);
	max-width: 500px;
	height: 30px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;color: rgba(255,174,0,1.00);
	border-radius: 15px;
	border:rgba(255,174,0,1.00) solid 2px;}

.dr_img1{width: 100%;}

.dr_img1 img{width: 100%;}

.drink_table{width: 90%;
	margin: 10px auto;}
	
.drink_table table{width: 100%;}
	
.drink_table table tr{border-bottom: rgba(255,255,255,1.00) dotted 1px;}
	
.dr_td1{width: calc(100% - 60px);
	padding: 5px 0;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	border-bottom: rgba(255,255,255,0.40) solid 1px;}

.dr_td2{width: 60px;
	padding: 5px 0;
	font-size: 16px;
	text-align: right;
	color: rgba(255,174,0,1.00);
	border-bottom: rgba(255,255,255,0.40) solid 1px;}

.dr_td3{width: 100px;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
	color: rgba(255,174,0,1.00);
	border-bottom: rgba(255,255,255,0.40) solid 1px;}

.drink_caution{font-size: 12px;
	line-height: 120%;}

.dr_price{width: 100%;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
	color: rgba(255,174,0,1.00);}

.menu_item_img2{width: 150px;
	float: left;}
	
.menu_item_img2 img{width: 100%;}

.menu_item_text3{width: calc(100% - 160px);
	padding-left: 10px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}

.shochu_select{width: calc(100% - 20px);
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	background: rgba(255,0,4,1.00);}

.menu_item_text4{width: 100%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}

.nihonshu_subname{font-size: 14px;
	color:rgba(255,43,46,1.00);}

.nihonshu_price{float: left;}

.nihonshu_mark1{width: 55px;
	font-size: 12px;
	line-height: 100%;
	padding: 5px 0;
	margin-left: 10px;
	text-align: center;
	color:rgba(255,57,60,1.00);
	background:rgba(185,185,185,1.00);
	float: left;}
	
.nihonshu_mark2{width: 70px;
	font-size: 12px;
	line-height: 100%;
	padding: 5px 0;
	margin-left: 10px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	background:rgba(185,185,185,1.00);
	float: left;}
	
.dr_sp_box1{width: 100%;
	padding-bottom: 20px;
	overflow: hidden;}
	
.dr_sp_img1{width: 50%;
	float: left;}
	
.dr_sp_img1 img{width: 100%;}
	
/* access */
.access_name{padding-bottom: 15px;
	font-size: 24px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.access_address,.access_tel{font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.map{width: 100%;
	height: 300px;
	padding-top: 15px;}

.map iframe{width: 100%;
	height: 100%;}

.access_station{padding-top: 15px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

table{width: 100%;}

table a{color: rgba(255,110,0,1.00);}

table a:hover{color: rgba(0,171,255,1.00);}

.access_td1{width: calc(25% - 20px);
	padding: 5px 10px;
	font-size: 16px;
	line-height: 150%;
	background: rgba(199,199,199,1.00);}
	
.access_td2{width: calc(75% - 20px);
	padding: 5px 10px;
	font-size: 16px;
	line-height: 150%;
	background: rgba(255,255,255,1.00);}

/* information */
.information_text_title{font-size: 24px;
	line-height: 150%;
	color:rgba(255,103,0,1.00);
	padding-bottom: 30px;}

.information_text1{font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.informaiton_text2{font-size: 20px;
	line-height: 150%;}
	
.information_text1 a{color: rgba(0,187,255,1.00);}

.information_text1 a:hover{color: rgba(255,166,0,1.00);}

footer{width: 100%;
	margin-top: 50px;
	padding: 30px 0 50px;
	text-align: center;
	background: rgba(0,0,0,1.00);}

.footer_logo{text-align: center;
	color: rgba(196,14,26,1.00);}
	
.footer_logo_text1{font-size: 18px;
	line-height: 20px;}
	
.footer_logo_text2{font-size: 42px;
	line-height: 46px;}
	
.footer_logo_text3{font-size: 18px;
	line-height: 20px;}

.footer_address{padding: 20px 0;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.footer_link1{font-size: 16px;}

.footer_link1 a{color: rgba(247,147,30,1.00);}

.footer_link1 a:hover{opacity: 0.8;}

ul.listmarker1 {
	list-style-type: none;
	margin-left:12px;
}
ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-12px; 
}



@media screen and ( max-width:736px )
{
body{min-width: 320px;}

.bg_box{min-width: 320px;}

.main_logo{width: 50px;
	height: 50px;}

.main_img{width: 100%;
	height: calc(100vh - 60px);
	min-height: 420px;
	margin-top: 00;
	background: url("../img/main_img1.jpg");
	background-size: cover;
	background-position: center center;}

.page_title{width: 100%;
	height: 150px;
	margin-top: 50px;
	background: url("../img/subpage_head1.jpg");
	background-size: cover;
	background-position: center center;}

.page_title_text{width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 20px;
	font-size: 30px;
	line-height: 150px;
	color: rgba(0,0,0,1.00);}


.con_inner0,.con_inner1{width: 90%;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;}
	
.con_inner2{width: 90%;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;}

.con_inner_box_inner1{width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 180%;
	float: none;}

.link_btn1{width: 250px;
	margin: 30px auto;}
	
.link_btn2{width: 250px;
	margin: 30px auto;
	float: none;}
	
.link_btn1:hover,.link_btn2:hover{opacity: 1.0;}

.con_inner_box_inner2{width: 200px;
	margin: 0 auto;
	float: none;}
	
.con_inner_box_inner2 img{width: 100%;}

.con_inner_box_inner3{width: 200px;
	margin: 0 auto;
	float: none;}
	
.con_inner_box_inner3 img{width: 100%;}

.con_inner_box_inner4{width: 100%;
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 180%;
	float: left;}

.twitter{width: 90%;
	height: 400px;
	margin: 0 auto;
	float: none;}

.news{width: 90%;
	height: 350px;
	margin: 20px auto;
	float: none;}
	
.news_title{font-size: 18px;
	color: rgba(251,176,59,1.00);
	line-height: 30px;
	border-bottom: rgba(251,176,59,1.00) solid 2px;}

.news_inner{width: 100%;
	height: 310px;
	margin-top: 8px;
	background: rgba(255,255,255,0.10);
	overflow-y: scroll;}

.topic_date{font-size: 12px;}
	
.topic_title{font-size: 16px;}
	
.topic_text{font-size: 13px;}

.topic_text a:hover{color: rgba(0,155,255,1.00);}

.con_title1{width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 18px;
	line-height: 40px;
	color: rgba(251,176,59,1.00);
	background: rgba(0,0,0,1.00);}

.con_title1 img{height: 20px;
	margin-top: 10px;}

/* subpage */

.submenu{margin-top: 30px;
	text-align: center;}
	
.submenu_inner{display: inline-block;}

.submenu_block{overflow: hidden;
	padding: 0;}

.submenu_btn{width: calc(50% - 10px);
	height: 40px;
	margin: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	background: rgba(247,147,30,1.00);
	float: left;}

.menu_current{width: calc(50% - 10px);
	height: 40px;
	margin: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	background:rgba(255,0,4,1.00);
	float: left;}

.submenu_btn:hover{opacity: 1.0;}
	
.con_inner_sub1{width: 90%;
	max-width: 420px;
	margin: 0 auto;}
		
.con_inner_sub_box1{width: calc(100% - 20px);
	padding: 10px;
	margin-top: 10px;
	background: rgba(0,0,0,0.80);
	overflow: hidden;}

.seat_block_left{width: 100%;
	max-width: 200px;
	margin: 0 auto;
	float: none;}
	
.seat_block_left img{width: 100%;}

.seat_block_right{width: 100%;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: none;}

.caution_block{font-size: 14px;}

.price_caution{width: 90%;
	margin: 0 auto;
	font-size: 12px;
	color: rgba(255,255,255,1.00);}

.menu_item_box1,.menu_item_box2{width: calc(100% - 5px);
	padding: 20px 2.5px;
	float: none;}
	
.menu_item_box3{width: calc(100% - 5px);
	padding: 5px 2.5px;
	overflow: hidden;
	float: none;}
	
.menu_item_box4{width: calc(100% - 20px);
	height: auto;
	padding: 5px 2.5px 20px;
	overflow: hidden;
	float: none;}
	
.menu_item_img1{width: 90%;
	max-width: 200px;
	margin: 0 auto;
	float: none;}

.menu_item_img1 img{width: 100%}

.menu_item_text{width: 100%;
	padding-left: 0;
	padding-top: 5px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}
	
.menu_item_text2{width: 100%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	float: left;}

.menu_item_img2{width: 150px;
	margin: 0 auto 5px;
	float: none;}

.menu_item_text3{width: 100%;
	padding-left: 0;
	float: none;}

.drink_titile1{font-size: 16px;}

.shochu_select{font-size: 12px;}

.nihonshu_subname{font-size: 12px;}

.nihonshu_price{font-size: 14px;}

.nihonshu_mark1{width: 40px;
	font-size: 10px;
	line-height: 100%;
	padding: 5px 0;
	margin: 2px 0 0 5px;
	text-align: center;
	color:rgba(255,57,60,1.00);
	background:rgba(185,185,185,1.00);
	float: left;}
	
.nihonshu_mark2{width: 60px;
	font-size: 10px;
	line-height: 100%;
	padding: 5px 0;
	margin: 2px 0 0 5px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	background:rgba(185,185,185,1.00);
	float: left;}

.dr_sp_img1{width: 100%;
	float: none;}

/* access */
.access_name{padding-bottom: 15px;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

.access_address,.access_tel{font-size: 12px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.map{width: 100%;
	height: 250px;
	padding-top: 15px;}

.map iframe{width: 100%;
	height: 100%;}

.access_station{padding-top: 15px;
	font-size: 12px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}

table{width: 100%;}

table a,table a:hover{color: rgba(255,110,0,1.00);}

.access_td1{width: calc(25% - 20px);
	padding: 5px 10px;
	font-size: 12px;
	line-height: 150%;
	background: rgba(199,199,199,1.00);}
	
.access_td2{width: calc(75% - 20px);
	padding: 5px 10px;
	font-size: 12px;
	line-height: 150%;
	background: rgba(255,255,255,1.00);}

/* information */
.information_text_title{font-size: 18px;}

.information_text1{font-size: 14px;}

.informaiton_text2{font-size: 16px;
	line-height: 150%;}
	
.information_text1 a:hover{color: rgba(0,187,255,1.00);}

.footer_address{font-size: 12px;}

.footer_link1{font-size: 14px;}

.footer_link1 a:hover{opacity: 1.0;}

ul.listmarker1 {list-style-type: none;
	margin-left:10px;}
	
ul.listmarker1 li:before {content: '※'; 
	margin-left:-10px;}



}

















