@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,p,blockquote,table,th,td{
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
}


h1,h2,h3,h4,h5,h6{
	font-size:1.0em;
}
ol,ul{
	list-style:none;
}
td{
	vertical-align:top;
}
b{
	font-weight:bold;
}
img{
	border:0;
}
a img{
	border: none;
	text-decoration: none;
}
/*
=========================================================
clearfix
=========================================================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block;
			overflow:hidden;
			font-size:0.1em;
			}

.cb{clear:both;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


.mt10{margin-top:10px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}

.f13{font-size:13px;}
.f14{font-size:14px;}

body {
  margin: 0px;
  padding: 0px;
  
  font-size: 12px;
  background-color:#000;
}
#wrapper {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  
  position: relative;
}
#container {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  background: #241414;
  position: relative;
}
#main_area {
  width: 600px;
  margin: 0px;
  float: right;
  background: #0e0e0e;
}

.concept{
	background:#4d4343;
	padding:10px 10px 10px 20px;
	color:#fefdfd;
	margin-bottom:40px;
}

.concept .brand{ margin:5px 30px 0 0; float:left;}
.concept .brand_text{ width:auto; margin-bottom:10px; line-height:18px;}

.menu_area{margin:0 auto; padding-top:50px; width:538px; color:#fff;}

.shopinfo_left{ width:100px; margin:20px 30px 0 20px; float:left;}
.shopinfo_right{ width:350px; margin:20px 0 10px 0; float:left;}

#floatbox {
  position: absolute;
  margin: 0px;
  padding: 50px 0 0 15px;
  
  width: 185px;
  height: 700px;
  
  top: 0px;
  left: 0px;
  background: url(../images/bg_navi.gif) repeat-x;
  
}

#floatbox a{
color:#FFF;
text-decoration:none;
}
#floatbox a:hover{
color:#fff;
text-decoration:underline;
}

.pb50{padding-bottom:50px;}

#link{padding-bottom:1000px;}

#link a{
color:#FFF;
text-decoration:none;
}
#link a:hover{
color:#fff;
text-decoration:underline;
}
.ttl01,.ttl02{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Noto Sans Japanese", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block !important;
  }
  .ttl01{
    background: #383030;
    margin-bottom: 12px;
    padding: 5px 12px;
    font-size: 16px;
  }
  .ttl02{
    border: 1px solid #FFF;
    margin-bottom: 2px;
    padding: 5px 12px;
    font-size: 14px;
  }
.main_img{
  width: 600px;
}
.brand_text_border{
  margin-bottom: 37px;
}
.dinner_img,.shop_img{
  width: 538px;
  height: 368px;
}
.map_img{
  width: 550px;
  height: 359px;
}
.menu_dinner_img{
  width: 537px;
}
.shop_img02{
  width: 539px;
  height: 368px;
}
.viewSP {
    display:none;
  }
  .viewPC {
    display:block;
  }
.img_ct{
  display: block;
  margin: 0 auto;
}
.menu_list_area p{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Noto Sans Japanese", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.menu_ttl,.menu_list{
  margin-bottom: 32px;
}
.menu_meet_ttl{
  margin-bottom: 12px;
}
.menu_list_area .tRight{
  text-align: right;
  font-size: 14px;
  margin-bottom: 8px;
}
.menu_list li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.menu_list li:last-child{
  margin-bottom: 0;
}
.menu_name,.price{
  font-size: 18px;
}
.price span{
  margin-left: 5px;
  font-size: 15px;
}
.menu_name{
  display: flex;
  flex: auto;
}
.menu_name::after{
    border-top: 1px solid #5e5e5e;
    content: "";
    flex-grow: 1;
    margin: 13px 12px 0 12px;
}
@media screen and (max-width:897px){
  body {
	  min-width:100%;
    color:#190e0e;
	  font-size: 14px;
	  font-weight: 500;
  }
  header{
    position: fixed;
	  top: 0;
    width: 85%;
	  height: 61px;
    background: #190e0e;
    z-index: 2;
  }
  header .hd_logo{
	  width: 21%;
    padding: 8px 0 10px 8px;
  }
  header .hd_logo img{
    width: 100%;
  }
  header nav{
	 display: none;
  }
  .f13,.f14 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  #wrapper {
    width: 100%;
  }
  #container {
    width: 100%;
    padding-top: 60px;
  }
  .viewPC {
    display:none;
  }
  .viewSP {
    display:block;
  }
  .img_ct{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #floatbox{
    display: none;
  }
  #main_area {
    width: auto;
    float: none;
  }
  .main_img,.gmap img{
    width: 100%;
  }
  .concept{
    padding: 8%;
  }
  .concept .brand_text{
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    float: none;
  }
  .concept .brand {
    margin: 5px 30px 7px 0;
    float: none;
  }
  .brand_text_border{
    border-bottom: 1px dashed #878787;
    padding-bottom: 5%;
    margin-bottom: 8%;
  }
  .menu_area{
    width: auto;
  }
  .menu_list_area .tRight{
    margin-right: 4%;
  }
  .menu_list li{
    padding: 0 4%;
  }
  .menu_name, .price {
    font-size: 15px;
  }
  .price span{
    font-size: 13px;
  }
  .attention_txt{
    margin-left: 4%;
  }
  .dinner_img,.shop_img,.map_img,.menu_dinner_img,.shop_img02{
    width: 100%;
    height: auto;
  }
  .shopinfo_left {
    width: auto;
    margin: 5% 0 2% 7%;
    float: none;
 }
 .shopinfo_right {
    width: auto;
    margin: 0 0 0 7%;
    float: none;
    font-size: 15px;
    font-weight: 400;
  }
  .shopinfo_right p{
    font-size: 15px;
    font-weight: 400;
  }
  #link {
    padding-bottom: 20%;
  }
  .sp_fixed{
    position: fixed;
    bottom: 0;
  }
  .sp_fixed img{
    width: 100%;
  }
}
