@charset "utf-8";

html {
}
body {
	font: 14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lato','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
#container {
	min-width: 1200px;
	margin: 0 auto;
}
.wrapper {
	width: 1200px;
	margin: 0px auto;
}
.wrapper2 {
	width: 1100px;
	margin: 0px auto;
}
.sp {
	display: none;
}

@media (max-width: 736px) {
  #container {
    min-width: 100%;
	-webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .wrapper2 {
    width: 100%;
    padding:0 3.125%;
    box-sizing: border-box;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img,iframe {
    max-width:100%;
  }
}
/*
　a
****************************************/
a {
	color: #535353;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #535353;
	text-decoration: none;
}
a img {
	border: 0;
}

/*
　a
****************************************/
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media (max-width: 736px) {
  .arrow{
    position: relative;
    display: inline-block;
    padding: 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
}

/*
　contents
****************************************/
#contents{
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#contents_02{
	padding-top: 20px;
}
.content_left{
  float:left;
  width:850px;
  margin-right:30px;
}
.content_right{
    float:left;
    width:320px;
}
/*下層共通見出し
.content_left h2, 
.content_left .menu_wrapper .cooking h3,
.gallery_wrap h2.lower_h,
.store_wrap h2.lower_h {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 35px;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
.content_left h2:before,
.menu_wrapper .cooking h3:before,
.gallery_wrap h2.lower_h:before,
.store_wrap h2.lower_h:before{
  position: absolute;
  content: "";
  left: 0;
  top: 33%;
  height: 8px;
  width: 20px;
  background: #3c110d;
}
.gallery_wrap h2.lower_h,
.store_wrap h2.lower_h{
  text-align: left;
}
.content_left h3,
.cooking h4.main_cap{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
*/
@media (max-width: 736px) {
  #contents{
    min-width: 100%;
    padding: 0 0 30px 0;
  }

  #contents_02{
    padding-top: 20px;
  }

  .content_left{
    float:none;
    width:100%;
    margin-right:0;
  }
  .content_right{
      float:none;
      width:100%;
  }
  .content_right #side{
    text-align: center;
  }
}

/**************************************
　::共通
***************************************/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
  background:#382628;
}
#pagetop:hover {
  opacity: 0.8;
}
h2{
  font-size:45px;
}
h3{
  font-size:28px;
  margin-bottom:25px;
}

.text{
  background:#fff;
  padding:50px 50px 30px;
  width:500px;
  min-height:270px;
}
.text2{
  background:#fff;
  padding:40px 50px 10px;
  width:500px;
  min-height:270px;
}
.text2 .richtext {
  text-align: center;
  margin-bottom: 15px;
}
/*
.img{
    width:500px;
}*/
a.link_btn {
    background: #3c110d url("../images/link_btn_icon_white.png") no-repeat scroll 96% center;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 15px 6px 0px;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
a.link_btn:hover {
    background: #3c110d url("../images/link_btn_icon_white.png") no-repeat scroll 96% center;
    opacity: 0.9;
}

a.link_btn02{
  background:#fff url(../images/foot_btn_icon.png) 88% center no-repeat;
  display:inline-block;
  width: 350px;
  box-sizing: border-box;
  text-align: center;
  padding:17px 5px;
  color:#000;
  border-bottom: 5px solid #000;
  text-decoration:none;
  position:relative;
  font-weight: bold;
  font-size:19px;
}
a.link_btn02:hover{
	opacity: 0.9;
}
a.link_btn03{
  background: #fff url(../images/link_btn_icon_gray.png) 96% center no-repeat;
  display: inline-block;
  padding: 6px 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  width: 250px;
  box-sizing: border-box;
  text-align: center;
}
a.link_btn03:hover {
    background: #000 url("../images/link_btn_icon_gray.png") no-repeat scroll 96% center;
    color: #fff;
    opacity: 0.9;
}
/*
table.table_cont{
	width:100%;
	border:1px solid #000;
	margin:0 auto 15px;
}
table.table_cont th{
  width: 30%;
  color: #fff;
  background: #3c110d;
  padding: 17px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
}
table.table_cont tr:last-child th{
  border: 1px solid #000;
}
table.table_cont td{
  width:70%;
  color:#000;
  background:#ffffff;
  padding:17px;
  border:1px solid #000;
}

table.table_cont td a{
  color:#000;
}
*/

table.table_cont{
  width: 100%;
  border-collapse: separate;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}

table.table_cont tr{
  border-bottom: 1px solid #d4bdb0;
}

table.table_cont th{
  width: 35%;
  background: #faf2ec;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #d4bdb0;
}
table.table_cont td{
  width: 65%;
  padding: 10px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #d4bdb0;
}

@media (max-width: 736px) {
  #pagetop {
    position: fixed;
    right:10px;
    bottom:10px;
  }
  #pagetop:hover {
  }
  h2{
    font-size:45px;
  }
  h3{
    font-size:28px;
    margin-bottom:25px;
  }

  .text{
    padding:50px 50px 30px;
    width:100%;
    min-height:270px;
  }
  .text2{
    padding:40px 50px 10px;
    width:100%;
    min-height:270px;
  }
  .text2 .richtext {
    margin-bottom: 15px;
  }
  .img{
    width:100%;
    text-align: center;
  }
  a.link_btn{
    font-size: 17px;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
    font-weight: bold;
    width: 250px;
    box-sizing: border-box;
    text-align: center;
  }
  a.link_btn:hover {
  }

  a.link_btn02{
  	max-width: 310px;
    background:#fff url(../images/foot_btn_icon.png) 88% center no-repeat;
    display:inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding:17px 5px;
    color:#000;
    border-bottom: 5px solid #000;
    text-decoration:none;
    position:relative;
    font-weight: bold;
    font-size:19px;
  }
  a.link_btn02:hover{
    opacity: 0.9;
  }
  a.link_btn03{
    background: #fff url(../images/link_btn_icon_gray.png) 96% center no-repeat;
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    width: 250px;
    box-sizing: border-box;
    text-align: center;
  }
  a.link_btn03:hover {
    background:#000 url(../images/link_btn_icon_gray.png) 96% center no-repeat;
    color: #fff;
  }
  table.table_cont{
    width:100%;
  }
  table.table_cont th{
    padding: 10px;
  }
  table.table_cont tr:last-child th{
  }
  table.table_cont td{
    padding: 10px;
  }
}

/**************************************
　::サイド
***************************************/
.info_wrap{
  margin-bottom:20px;
}
.info_wrap h2 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 7px;
  color: #fff;
  margin-bottom: 20px;
  border-left: 8px solid #3c110d;
}
.info_wrap h2 span{
  display: block;
  color: #A5A5A5;
  font-size: 11px;
  font-family: Lato, sans-serif;
  font-weight: normal;
}
.info_cont{
}
.info_list {
}
.info_list li{
	padding:10px 0;
	font-size:12px;
	border-bottom:1px dotted #b2b2b2;
}
.info_list li:last-child{
  border-bottom: none;
}
.info_list li .date,
.info_list li .txt{
	float:left;
}
.info_list li .date{
    width: 100%;
    margin: 0 0 5px;
}
.info_list li .txt{
}
.info_list li .txt a{
/*  color:#3c110d;*/
  font-size: 15px;
}
.info_btn.right{
  margin-bottom: 40px;
}
.banner_list li{
}
.sns .facebook,
.sns .twitter,
.sns .LINE{
	margin-bottom:20px;
}
.banner_list{
	padding-bottom: 10px;
}
#side .banner_list li{
  margin-bottom: 18px;
}

@media (max-width: 736px) {
  .info_cont .btn-link.right{
    right: 0;
    width: 100%;
  }

	.info_list {
		margin-bottom: 10px;
	}
	.info_btn.right{
	    float: none;
    	text-align: center;
	}
	#side .banner_list{
		text-align: center;
	}
	#side .sns{
		text-align: center;
	}
  .info_list li .date {
    width: 96%;
    padding: 0 2%;
    text-align: left;
  }
  .info_list li .txt{
    width: 96%;
    padding: 0 2%;
    text-align: left;
  }
  .banner_list{
    text-align: center;
  }
  
  
  /* LINE@　友だちボタン*/
    #line_atto a {
        background:#25af00;
        box-shadow:0 5px 0 #219900;
        font-size:95%;
        display: inline-block;
        padding:10px;
        color:#fff;
        border-radius:6px;
        text-align:center;
        text-decoration: none;
        font-weight: bold;
        width:280px;
        margin:5% 0% 5% 0%;
    }
    #line_atto a:hover {
        background:#219900;
        -webkit-transform: translate3d(0px, 5px, 1px);
        -moz-transform: translate3d(0px, 5px, 1px);
        transform: translate3d(0px, 5px, 1px);
        box-shadow:none;
    }
}


/***************************************
　::MV
****************************************/
#main_v {
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
#main_v .wrapper{
	width: 100%;
	text-align: center;
}
#main_v .wrapper .owl-image_slider{
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
}
#main_v .bx-viewport {
    overflow: visible!important;
    width: 1200px!important;
    margin:0 auto;
}
#main_v .bx-wrapper img{
  height:auto;
}
#main_v .bx-wrapper .bx-pager,
#main_v .bx-wrapper .bx-controls-auto{
    position: absolute;
    bottom: 20px;
    width: 100%;    
}
#mian_v .bx-wrapper .bx-pager{
    padding-top: 30px;   
}
#main_v .bx-wrapper .bx-pager a{
    background: rgba(255, 255, 255, 0.6);
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#main_v .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#main_v .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

#main_v .bx-wrapper .bx-controls-direction a {
    width: 39px;
    height: 39px;
    z-index: 0;
}
#main_v .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
}
#main_v .bx-wrapper .bx-prev {
    left: -19px;
    background: url(../images/slide_prev_btn.png) no-repeat  center -1px;;
}
#main_v .bx-wrapper .bx-prev:hover {
    opacity: 0.8;
}
#main_v .bx-wrapper .bx-next {
    right: -19px;
    background: url(../images/slide_next_btn.png) no-repeat  center -1px;;
}
#main_v .bx-wrapper .bx-next:hover {
    opacity: 0.8;
}

.main-container { /*一番外側の枠*/
    overflow: hidden;
    padding-bottom: 150px;
}
.slider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    width: 800px!important;
    margin: 0;
    padding: 0;
}
#main_v .bx-controls{
    display:block;
} 
.bx-controls{
    display:none;
} 

#main_v .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#bx-slider2{
    margin:0 auto 20px;
}

#bx-slider2 li{
    width:400px!important;
}
#bx-slider2 li + li{
    margin-left: 10px;
}

#bx-slider2 .slick-next,
#bx-slider2 .slick-prev{
    display:none !important;
}

#bx-slider2 .slick-slide {
    margin-left: 10px;
}

@media (max-width: 736px) {
  #main_v {
      min-width: 100%;
      margin: 0px auto ;
  }
  #main_v .wrapper{
  }
  #main_v .wrapper .owl-image_slider{
      width: 100%;
  }
  #main_v .bx-viewport {
      width: 100%!important;
  }
  #main_v .bx-viewport ul li{
      height:auto !important;
  }
  #main_v .bx-viewport ul li img{
      height:auto !important;
  }
  #main_v .bx-wrapper .bx-pager,
  #main_v .bx-wrapper .bx-controls-auto{
      bottom: 0;
  }
  #mian_v .bx-wrapper .bx-pager{
      padding-top: 30px;
  }
  #main_v .bx-wrapper .bx-pager a{
      width: 8px;
      height: 8px;
  }
  #main_v .bx-wrapper .bx-pager.bx-default-pager a:hover, 
  #main_v .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #fff;
  }

  #main_v .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .main-container { /*一番外側の枠*/
      overflow: hidden;
      padding-bottom: 150px;
  }
  .slider {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .slider li {
      width: 800px!important;
      margin: 0;
      padding: 0;
  }
  #main_v .bx-controls{
      display:block;
  } 
  .bx-controls{
      display:none;
  } 

  #main_v .bx-wrapper {
      position: relative;
      margin: 0 auto;
      padding: 0;
  }

  #bx-slider2 li{
      width:350px!important;
  }
  #bx-slider2 li + li{
      margin-left: 0px;
  }
}

/***************************************
　::トップページ
****************************************/
#contents_01{
    border-bottom: 1px solid #dcdcdc;
}
#contents_01 h2{
  text-align:center;
  margin-bottom:10px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.h2_cont{
  margin-bottom:40px;
}

.h2_cont02{
  margin-bottom:40px;
}
.h2_cont02 h3{
  text-align:center;
}

.h2_cont02 .text .richtext{
  text-align:center;
  color:#231815;
}

.img_list li{
  float:left;
  width:240px;
  margin:0 0 10px 20px;
  position: relative;
  text-align: center;
}
.img_list li:nth-child(odd){
  margin-left:0px;
}


.rec_img li{
  float:left;
  width:240px;
}

a.img_ttl{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  color: #fff;
  font-size:15px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
a.img_ttl:hover{
  background: rgba(70, 70, 70, 0.5);
}
a.img_ttl:after{
	content:'';
	position: absolute;
	top:13px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link_btn_list{
  margin:0 auto 40px;
  width: 1060px;
}

.link_btn_list li{
  float:left;
  margin-left:20px;
  text-align: center;
}
.link_btn_list li:first-child{
  margin-left:0px;
}

#contents_01 .bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
}

/*TOP_liquid*/
#top_liquid h2{
	color: #fff;
}
#top_liquid, #top_liquid .img_text_btm_wrap h2{
  color: #fff;
}
#top_liquid .richtext p{
  font-size: 100%;
}
.contents_01.top_liquid{
    width: 100%;
}
#top_liquid.wrapper2{
  width: 100%;
}
#top_liquid h2{
  margin-bottom:3%;
  font-size: 171.4%;
}
#top_liquid h3{
  font-size: 164.3%;
  margin-bottom: 4%;
}
#top_liquid.h2_cont{
  width: 100%;
  margin-bottom:0;
}
#top_liquid.h2_cont02{
  margin-bottom:5%;
}
#top_liquid .img_text_top_wrap, 
#top_liquid .img_text_btm_wrap{
  background: #000;
  display: flex;
  justify-content: space-between;
   -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
} 
#top_liquid .img_text_btm_wrap img{
  width: 100%;
  height: 100%;
}
#top_liquid .img.left, 
#top_liquid .img.right{
/*    width: 50%;*/
  display: flex;
  flex-basis: 50%;
  background:#3c110d;
}

#top_liquid .img_text_top_wrap h3{
font-weight: bold;
}
#top_liquid .img_text_top_wrap .img.left{
  width: 50%;
  height: 400px;
  text-align: center;
 	background: url(../images/top/01-03.JPG) no-repeat 100% 100%;
  background-size: cover;
}
#top_liquid .img_text_btm_wrap .img.right .bg_img1{
  min-width: 300px;
  width:50%;
  height: 300px;
  text-align: center;
  background: url(../images/top/menu_catch_01.jpg) no-repeat 100% 100%;
  background-size: cover;
}
#top_liquid .img_text_btm_wrap .img.right .bg_img2{
 min-width: 300px;   width:50%;
  height: 300px;
  text-align: center;
  background: url(../images/top/menu_catch_02.jpg) no-repeat 100% 100%;
  background-size: cover;
}
#top_liquid .img_text_btm_wrap .img.right .bg_img3{
 min-width: 300px;   width:50%;
  height: 300px;
  text-align: center;
  background: url(../images/top/menu_catch_03.jpg) no-repeat 100% 100%;
  background-size: cover;
}
#top_liquid .img_text_btm_wrap .img.right .bg_img4{
 min-width: 300px;   width:50%;
  height: 300px;
  text-align: center;
  background: url(../images/top/menu_catch_04.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top_liquid .text.right, 
#top_liquid .text2.left{
  display: flex;
  -webkit-flex:1 1 50%;/*--- safari（PC）用 ---*/
  flex:1 1 40%;
  padding: 2% 5%;
  box-sizing: border-box;
  min-height: auto;
  align-items: center;
  background: #3c110d;
  max-height: 600px;
}

#top_liquid .img_text_btm_wrap{
  display: flex;
  flex-wrap: wrap;
}
#top_liquid .img_text_btm_wrap .text2.right, 
#top_liquid .img_text_btm_wrap .rec_img{
  display: flex;
}
#top_liquid .img_text_btm_wrap .textArea{
  margin: 0 auto 3%;
}

#top_liquid .img_list{
  padding: 0 7.5%;
  width: 415px;
  margin: 0 auto;
}
#top_liquid .img_list ul {
  margin:0 0 0 -4%;
  display: flex;
  flex-wrap: wrap;
}
#top_liquid .img_list ul li{
  width:46%;
  margin:0 0 17px 4%;
}
#top_liquid .img_list ul li img:hover{
  opacity: 0.8;
}
#top_liquid .img_list li:nth-child(odd){
  margin-left:2%;
}
#top_liquid .rec_img ul{
  display: flex;
  flex-wrap: wrap;
  width:100%;
}
#top_liquid .rec_img li{
  width:50%;
  max-height: 300px;
}

#top_liquid a.img_ttl{
  width: 100%;
  font-size:107.1%;
  padding: 5px 0;
  font-weight: bold;
}

@media (max-width: 736px) {
  #contents_01{
      
  }
  #contents_01 h2{
      text-align:center;
      margin-bottom:10px;
      font-weight: bold;
      font-size: 24px;
  }

  .h2_cont{
      margin-bottom:40px;
  }

  .h2_cont02{
      margin-bottom:40px;
  }
  .h2_cont02 h3{
      text-align:center;
  }

  .h2_cont02 .text .richtext{
      text-align:center;
      color:#231815;
  }

  .img_list li{
      float:left;
      width:240px;
      margin:0 0 10px 20px;
      position: relative;
      text-align: center;
  }
  .img_list li:nth-child(odd){
      margin-left:0px;
  }


  .rec_img li{
      float:left;
      width:240px;
  }

  a.img_ttl{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 240px;
      color: #fff;
      font-size:15px;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.5);
  }
  a.img_ttl:hover{
      background: rgba(70, 70, 70, 0.5);
  }
  a.img_ttl:after{
    content:'';
    position: absolute;
    top:13px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .link_btn_list{
      margin:0 auto 20px;
      width: 100%;
  }

  .link_btn_list li{
      float:none;
      margin-left:0;
      margin-bottom: 10px;
      text-align: center;
  }
  .link_btn_list li:first-child{
      margin-left:0px;
  }

  #contents_01 .bx-wrapper {
      position: relative;
      margin: 0 auto 20px;
      padding: 0;
  }

  /*TOP_liquid*/
  #top_liquid h2{
  }
  #top_liquid, #top_liquid .img_text_btm_wrap h2{
  }
  #top_liquid .richtext p{
      font-size: 100%;
  }
  .contents_01.top_liquid{
  }
  #top_liquid.wrapper2{
  }
  #top_liquid h2{
      margin-bottom:3%;
      font-size: 22px;
  }
  #top_liquid h3{
      font-size: 164.3%;
      margin-bottom: 4%;
  }
  #top_liquid.h2_cont{
      width: 100%;
      margin-bottom:0;
  }
  #top_liquid.h2_cont02{
      margin-bottom:5%;
  }
  #top_liquid .img_text_top_wrap,
  #top_liquid .img_text_btm_wrap{
      background: #000;
      display: flex;
      justify-content: space-between;
       -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  } 
  #top_liquid .img_text_btm_wrap img{
      width: 100%;
      height: 100%;
  }
  #top_liquid .img_text_top_wrap img.ui-droppable,
  #top_liquid .img_text_btm_wrap img.ui-droppable,
  #top_liquid .img_text_top_wrap a.ui-droppable img,
  #top_liquid .img_text_btm_wrap a.ui-droppable img{
  }
  #top_liquid .img.left,
  #top_liquid .img.right{
    width: 100%;
    display: block;
    flex-basis: 100%;
  }

  #top_liquid .img_text_top_wrap h3{
  }
  #top_liquid .img_text_top_wrap .img.left{
      width: 100%;
      height: 200px;
  }

  #top_liquid .text.right,
  #top_liquid .text2.left{
    width:100%;
    display: block;
    flex-basis:100%;
    padding: 5%;
    max-height: 100%;
  }
    
  #top_liquid .h2_cont02 .text2.left{
      -webkit-box-ordinal-group:2;
      -ms-flex-order:2;
      -webkit-order:2;
      order:2;
  }
  #top_liquid .h2_cont02 .text.right{
      -webkit-box-ordinal-group:1;
      -ms-flex-order:1;
      -webkit-order:1;
      order:1;
  }

  #top_liquid .more_btn{
  	text-align: center;
  	margin-bottom: 20px;
  }

  #top_liquid .img_text_btm_wrap{
      display: flex;
      flex-wrap: wrap;
  }
  #top_liquid .img_text_btm_wrap .text2.right,
  #top_liquid .img_text_btm_wrap .rec_img{
      display: flex;
  }
  #top_liquid .img_text_btm_wrap .textArea{
      margin: 0 auto 3%;
  }
  #top_liquid .img_text_btm_wrap .text.right .more_btn {
    text-align: center;
  }
  #top_liquid .img_list{
      padding: 0;
      width: 100%;
  }
  #top_liquid .img_list ul {
      margin:0 0 0 0;
      display: flex;
      flex-wrap: wrap;
  }
  #top_liquid .img_list ul li{
      width:46%;
      margin:0 4% 3% 0;
  }
 #top_liquid .img_list ul li:nth-child(2n) {
      margin:0 0 3% 0;
 }
  #top_liquid .img_list ul li img:hover{
  }
  #top_liquid .img_list li:nth-child(odd){
      margin-left:2%;
  }
  #top_liquid .rec_img ul{
      display: flex;
      flex-wrap: wrap;
  }
  #top_liquid .rec_img li{
      width:50%;
      max-height: 300px;
  }

  #top_liquid a.img_ttl{
      width: 100%;
      font-size:107.1%;
      padding: 5px 0;
      font-weight: bold;
  }

  #top_liquid .img_text_btm_wrap .img.right .bg_img1{
    width:50%;
    min-width: 150px;
    height: 150px;
    text-align: center;
    background: url(../images/top/menu_catch_01.jpg) no-repeat 100% 100%;
    background-size: cover;
  }
  #top_liquid .img_text_btm_wrap .img.right .bg_img2{
    width:50%;
    min-width: 150px;
    height: 150px;
    text-align: center;
    background: url(../images/top/menu_catch_02.jpg) no-repeat 100% 100%;
    background-size: cover;
  }
  #top_liquid .img_text_btm_wrap .img.right .bg_img3{
    width:50%;
    min-width: 150px;
    height: 150px;
    text-align: center;
    background: url(../images/top/menu_catch_03.jpg) no-repeat 100% 100%;
    background-size: cover;
  }
  #top_liquid .img_text_btm_wrap .img.right .bg_img4{
    width:50%;
    min-width: 150px;
    height: 150px;
    text-align: center;
    background: url(../images/top/menu_catch_04.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

/*共通バナーリスト*/
.banner{
    background:#3c110d;
    margin-bottom:37px;
}

.banner .banner_list{
    padding: 40px 0;
    margin: 0 auto;
    width: 760px;
}

.banner .banner_list li{
    float:left;
    margin-left:58px;
}
.banner .banner_list li:first-child{
    margin-left:0px;
}

.banner .tel_cont{
    background:url(../images/tel_icon02.png) no-repeat 0 0;
    padding-left: 80px;
    margin-bottom: 0px;
    min-height: 80px;
    color:#fff;
}
.banner .tel_cont .reservation{
    font-size:16px;
    padding: 3px 0 0 4px;
    margin-bottom: 5px;
    color: #fff;
}
.banner .tel_cont .tel{
    font-size:36px;
    line-height: 30px;
}

.more_btn.mb45{
    margin-bottom: 45px;
}
.googlemap{
    margin-bottom: 0px;
}
.table_cont.mb150{
    margin-bottom: 150px;
}

@media (max-width: 736px) {
  .banner{
    padding:0 3.125%;
    margin-bottom:25px;
  }
  .banner .banner_list{
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .banner .banner_list li{
    float:left;
    margin-left:0;
    width: 100%;
  }
  .banner .banner_list li:first-child{
    margin-left:0px;
  }
  .banner .tel_cont{
    background: url(../images/tel_icon02.png) no-repeat 0 5px;
    padding-left: 5%;
    background-size: 20%;
    width: auto;
    margin: 0 auto;
    float: none;
  }
  .banner .tel_cont .reservation{
      margin-bottom: 0;
      text-align: left;
      padding: 0;
  }
  .banner .tel_cont .tel{
      font-size:180%;
  }

  .more_btn.mb45{
      margin-bottom: 45px;
  }
  .googlemap{
      margin-bottom: 0px;
  }
  .table_cont.mb150{
      margin-bottom: 15px;
  }
}

/***************************************
　::下層
****************************************/
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}

h2.lower_h{
  text-align:center;
  margin-bottom:46px;
/*  color:#000;*/
  font-weight: bold;
  font-size: 26px;
}
h3.lower_h{
  text-align:center;
  font-weight: bold;
  font-size: 20px;
}
#contents_02 h3.lower_h3_02{
	font-size:28px;
	color:#231815;
	text-align:center;
	border-bottom:1px solid #a0a0a0;
	margin-bottom:20px;
	padding-bottom: 10px;
}
.lower_text{
  background:#faf2ec;
  padding:45px 50px;
  margin-bottom:40px;
  color: #535353;
}
.lower_text .wrapper{
  width:1100px;
}
.lower_text.main_menu{
  margin-bottom: 0;
}
.lower_cont {
	margin-bottom:20px;
}
.lower_cont + .lower_cont {
  padding-top: 20px;
  border-top:1px dotted #fff;
}
.lower_cont .lower_img{
	width:490px;
	margin-right:0px;
}
.lower_cont .lower_text{
	width:580px;
	padding:15px 0 15px 15px;
	background: none;
}
.lower_cont .lower_text .textArea{
    color: #fff;
}
.lower_cont h4{
/*	color:#3c110d;*/
	font-size:24px;
	margin-bottom:25px;
}
#contents_02 .lower_cont {
}
#contents_02 .lower_cont .lower_img{
  width:340px;
  margin-right:0px;
  margin-bottom:0px;
}
#contents_02 .lower_cont .lower_text{
  width:390px;
  padding:10px 0 10px 15px;
  margin-bottom:0px;
}

@media (max-width: 736px) {
	h2.lower_h{
		margin-bottom:20px;
		font-size: 24px;
	}
	h3.lower_h{
		font-size: 20px;
	}
	#contents_02 h3.lower_h3_02{
		font-size:20px;
		margin-bottom:0;
		padding-bottom: 10px;
	}
  .lower_text .wrapper{
    width:100%;
  }
  .lower_cont .lower_img{
    width:100%;
    margin-right:0px;
  }
  .lower_cont .lower_text{
    width:100%;
    padding:15px 0 15px 15px;
    background: none;
  }
	.lower_text{
		padding:20px;
	  	margin-bottom:20px;
	}
	.lower_cont .lower_img{
		width:100%;
		margin-right:0px;
    text-align: center;
	}
	.lower_cont .lower_text{
		width:100%;
		padding:0;
	}
	.lower_cont h4{
		font-size:24px;
	}
	#contents_02 .lower_cont {
	}
	#contents_02 .lower_cont .lower_img{
	  width:100%;
	  margin-right:0px;
	  margin-bottom:0px;
	}
	#contents_02 .lower_cont .lower_text{
	  width:100%;
	  padding:0;
	  margin-bottom:10px;
	}
}

/**************
::席
***************/
.seat_wrapper {}
.seat_wrapper h2.cont_h{
    font-size: 20px;
/*    color: #231815;*/
    text-align: left;
    margin-bottom: 10px;
}
.seat_wrap h3.cont_h {
/*	color:#3c110d;*/
	font-size:24px;
	margin-bottom:25px;
	text-align: left;
}
@media (max-width: 736px) {
	.seat_wrapper {}
	.seat_wrapper h2.cont_h{
	    font-size: 20px;
	}
	.seat_wrap h3.cont_h {
		font-size:18px;
		margin-bottom:15px;
		text-align: left;
	}
}
/**************
::TOPギャラリー
***************/
#contents_01 .gallery h2{
  color: #fff;
}
.gallery h3{
  text-align:center;
/*  color: #666666;*/
  font-size: 16px;
  font-weight: bold;
}
.gallary_cont{
    margin-bottom:50px;
}
.gallary_text{
    margin-bottom:50px;
    padding:30px 110px 40px;
    border:1px solid #000;
    background: #fff;
}
.gallary_cont h2{
    background: #3c110d;
    color: #fff;
    font-size: 22px;
    padding: 15px 20px;
}
.gallary_cont h2:before{
    content: none;
}
.gallary_cont h3{
    margin-bottom:15px;
    position: relative;
    padding: 0 0 0 35px;
    color: #000;
}
.gallary_cont h3:before{
    position: absolute;
    content: "";
    left: 0;
    top: 33%;
    height: 8px;
    width: 20px;
    background: #3c110d;
}
.gallary_cont h4{
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ddd;
    position: relative;
}
.gallary_cont h4:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 163px;
    height: 4px;
    background: #026628;
}


.gallary_cont ul.gallary_list li{
    float:left;
    width:240px;
    text-align:center;
}
.gallary_cont ul.gallary_list li:first-child{
    margin-bottom:20px;
}
.gallary_cont ul.gallary_list li:nth-child(2){
    margin-bottom:20px;
}
.gallary_cont ul.gallary_list li:nth-child(odd){
    margin-right:47px;
}
.gallary_cont ul.gallary_list li a {
    background: #000 url("../images/link_btn_icon_white.png") no-repeat scroll 96% center;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 20px 14px 10px;
    text-decoration: none;
    width: 100%;
}
.gallary_cont ul.gallary_list li a:hover {
    background: #3c110d url("../images/link_btn_icon_white.png") no-repeat scroll 96% center;
}

@media (max-width: 736px) {
  .gallery h3{
    font-size: 16px;
  }
	.gallary_cont{
	    margin-bottom:20px;
	}
	.gallary_cont h2 {
	    font-size: 15px;
	}
	.gallary_text{
	    margin-bottom:20px;
	    padding:20px 5%;
	    border:1px solid #483029;
	    background: #fff;
	}
	.gallary_cont ul.gallary_list{
		margin: 0 auto;
		width: 240px;
	}
	.gallary_cont ul.gallary_list li{
	    width:240px;
	    margin: 0 auto 10px;
	}
	.gallary_cont ul.gallary_list li:last-child{
	    margin-bottom:0px;
	}
	.gallary_cont ul.gallary_list li:nth-child(odd){
	    margin-right:0;
	}	
}


/***************************************
　::お知らせ
****************************************/
#contents_01 h2.lower_h.c_white{
  color: #fff;
}
.main_info_list{
    margin-bottom:47px;
}
.main_info_list li{
    padding:20px;
    border-bottom:1px dotted #b2b2b2;
}
.main_info_list li .date{
    float:left;
    color:#c1400e;
    margin-right:20px;
    width:80px;
}
.main_info_list li .txt{
    float:left;
    width:610px;
}
.news_wrap ul.news_list li{
  border-top: 1px dotted #fff;
  margin-bottom: 15px;
  padding-top: 5px;
}
.news_wrap ul.news_list li:first-child{
  border-top: none;
}
.news_wrap ul.news_list li .date{
}
.news_wrap ul.news_list li .ttl a{
  font-size: 16px;
  color: #382628;
}
.news_wrap .info_img {
  margin-bottom: 20px;
}
.news_wrap .info_img img{
  max-width: 750px;
}
.news_wrap .info_txt {
  margin-bottom: 30px;
}
.news_wrap .info_txt {
  
}
.btm_link_btn{
    padding: 20px;
    box-sizing: border-box;
    background: #eee;
    margin-bottom: 30px;
}
.btm_link_btn a{
  color: #000;
}
.btm_link_btn ul li{
    float: left;
    width: 33.33%; 
}

@media (max-width: 736px) {
  .btm_link_btn{
      padding: 2%;
  } 
  .news_wrap ul.news_list{
    margin-bottom: 30px;
  }
  .news_wrap ul.news_list li .title a{
    font-size: 15px;
  }
  .news_wrap .info_img {
  }
  .news_wrap .info_img img{
    max-width: 100%;
  }
  .news_wrap .info_txt {
  }
}

/***************************************
　::コース・メニュー
****************************************/
.page_link{
}
    .page_link li{
        background: #f7f7f7;
        float: left;
        width: 186.5px;
        border-top: 3px solid #baada8;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .page_link li.current,
    .page_link li:hover {
        background: #fff;
        border-top: 3px solid #3c110d;
        border-bottom: 1px solid #fff; 
    }
    .page_link li a{
        padding: 17px 0;
        box-sizing: border-box;
        text-align: center;
        display: block;
        width: 100%;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }
    .page_link li a span{
        display: block;
        font-size: 10px;
        font-weight: bold;
        color: #d2d2d2;
        font-family: Lato, sans-serif;
    }

@media (max-width: 736px) {
	 .page_link{
      background: #fff;
	}
	    .page_link li{
	        width: 49.6%;
	    }
	    .page_link li a{
	        padding: 3px 0;
	    }
}


.menu_wrapper{
    padding: 50px 30px 30px;
    box-sizing: border-box;
    background: #fff;
}
    .course_wrap {
        box-sizing: border-box;
        margin-bottom: 45px;
    }
    .course_wrap + .course_wrap{
        border-top: 1px dotted #dddddd;
        padding: 35px 0 0;
    }
    .course_wrap h2.course_h2{
        font-size: 20px;
    }
    .course_wrap .course_h3 h3{
      font-size: 26px;
      text-align: center;
      margin-bottom: 30px;
      color: #000;
      font-weight: bold;
    }
    .course_wrap .course_left{
        float: left;
        width: 480px;
    }
    .course_wrap .course_right{
        float: right;
        width: 530px;
    }
    .course_wrap .course_left .course_img{
        margin-bottom: 13px;
    }
    .course_wrap .course_left ul.icons{
        margin-bottom: 20px;
    }
    .course_wrap .course_left ul.icons li{
        float: left;
        padding: 7px 15px; 
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; 
        background: #000;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 15px;
        font-weight: bold;
    }
    .course_wrap .course_left ul.icons li + li{
        margin-left: 0px;
    }
    .course_wrap #drink_free_btn {
    background: #3c110d url("../images/course_more_icon.png") no-repeat scroll 97% center;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 8px 35px 8px 5px;
    text-align: center;
    width: 314px;
}
    .course_wrap #drink_free_btn:hover{
        opacity: 0.7;
    }
    .course_wrap .course_right h4{
        font-size: 20px;
        font-weight: bold;
        color: #000;
        position: relative;
        padding-bottom: 13px;
        margin-bottom: 28px;
        border-bottom: 4px solid #dddddd;
    }
    .course_wrap .course_right h4:after{
        position: absolute;
        content: "";
        bottom: -4px;
        left: 0;
        width: 163px;
        height: 4px;
        background: #3c110d;
    }
    .course_wrap .course_right h5{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 23px;
        color: #000;
    }
    .course_wrap .course_right .course_text{
        color: #666666;
        margin-bottom: 18px;
    }
    .course_wrap .course_right .reservation_wrap {
    background: #3c110d none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 20px 10px;
}
    .course_wrap .course_right .reservation_wrap .tel{
        float: left;
        width: 255px;
        width: auto;
        background: url(../images/tel_icon01.png) no-repeat 0 center;
        background-size:14%;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .course_wrap .course_right .reservation_wrap .txt{
        color: #fff;
        font-size: 116%;
        padding: 3px 0 0 4px;
        text-align: center;
    }
    .course_wrap .course_right .reservation_wrap .tel_number{
        font-size: 27px;
        font-style: italic;
        font-family: Lato, sans-serif;
        line-height: 35px;
        font-weight: bold;
    }
    .course_wrap .course_right .reservation_wrap .tel_number a{
        text-decoration: none;
        
    }
    .course_wrap .course_right .reservation_wrap .btn{
        float: right;
        width: 230px;
        padding-top: 3px;
    }
    .content_left .menu_wrapper .cooking h3{
      color: #000;
    }

@media (max-width: 736px) {
	.menu_wrapper{
	    padding: 20px 3% 5px;
	}
	#contents_01 .menu_wrapper .course_wrap h2{
		font-size: 16px;
	}
	    .course_wrap {
	        margin-bottom: 25px;
	    }
	    .course_wrap + .course_wrap{
	        padding: 25px 0 0;
	    }
	    .course_wrap .course_h3 h3{
	        font-size: 20px;
	        margin-bottom: 20px;
	    }
	    .course_wrap .course_left{
	        width: 100%;
	        margin-bottom: 20px;
	    }
	    .course_wrap .course_right{
	        width: 100%;
	    }
	    .course_wrap .course_left .course_img{
        text-align: center;
	    }
	    .course_wrap .course_left ul.icons{
	    }
	    .course_wrap .course_left ul.icons li{
	        padding: 4px 3.8%;
		    font-size: 13px;
		    margin-bottom: 8px;
	    }
	    .course_wrap .course_left ul.icons li + li{
	    }
	    .course_wrap #drink_free_btn{
	        width: 100%;
	        margin: 0 auto 15px;
	        font-size: 15px;
	    }
	    .course_wrap .course_right h4{
	        font-size: 15px;
	        padding-bottom: 5px;
	        margin-bottom: 10px;
	    }
	    .course_wrap .course_right h4:after{
	    }
	    .course_wrap .course_right h5{
	        font-size: 17px;
	        margin-bottom: 15px;
	    }
	    .course_wrap .course_right .course_text{
	    }
	    .course_wrap .course_right .reservation_wrap{
	        padding: 4%;
	    }
	    .course_wrap .course_right .reservation_wrap .tel{
	   width: 100%;
          float: none;
          margin: 0 auto 10px;
	    }
	    .course_wrap .course_right .reservation_wrap .txt{
	    }
	    .course_wrap .course_right .reservation_wrap .tel_number{
	        font-size: 25px;
	        line-height: 35px;
	        text-align:center;
	    }
	    .course_wrap .course_right .reservation_wrap .btn{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        float: none;
      }
    .course_wrap .course_right .reservation_wrap .btn a{
    background: #000 url("../images/head_btn_icon02.png") no-repeat scroll 88% center;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 114.3%;
    font-weight: bold;
    padding: 13px 19% 13px 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
      }
      body .other_ctgr_wrap .title_price:nth-child(odd){
        border-width: 1px 0 0 0;
      }
}



/*コース以外のメニュー*/
.menu_ctgr_wrap{
    margin-bottom: 30px;
}

.menu_wrapper .menu_list li{
    padding:0 0 30px;
}
.course_table{

}
.menu_wrap{
    padding:20px 20px 0;
}
.menu_left{
    float: left;
    width: 450px;  
    margin-right:20px;
}
.menu_left ul{
    margin-bottom:20px;
}
.menu_left li{
    float: left;
    background: #e1d2c7;
    border-radius: 3px;
    padding: 5px 7px;
    width: 91px;
    margin-right: 10px;
    text-align: center;
}
.menu_left li:last-child{
    margin-right: 0px;
}
.menu_left .link_btn02{
    width:275px;
    padding: 28px 15px 28px 160px;
    background:#d65422;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    position:relative;
    font-weight: bold;
    cursor:pointer;
    font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}
.menu_right{
    float: left;
    width: 590px;
}

.menu_wrap h4{
    color:#c94a1a;
    font-size:28px;
    margin-bottom:20px;
}
.menu_wrap h5{
    color:#2d1308;
    font-size:21px;
    margin-bottom:18px;
}

.drink_contents{
}
.drink_table{
}

.menu_img{
    float:left;
    width:300px;
    margin-right:20px;
}

.menu_data{
    float:left;
    width:370px;
}

.menu_data .text{
    background: none;
    padding: 0;
    width: 370px;
    min-height: auto;
    border-bottom: 1px dotted #dddddd;
    color: #666666;
}

.menu_data .price{
    font-size: 16px;
    color: #666666;
    text-align: right;
    font-weight: bold;
    padding-top: 15px;
}

.title h5{
    font-size:18px;
    color:#2d1308;
    margin-bottom:15px;
    font-weight: bold;
}


.menu_wrapper .cooking h3{
  font-size: 20px;
  margin-bottom: 15px!important;
}
.cooking h4.main_cap{
  margin-bottom: 15px;
  background: none;
  padding: 0;
  color: #000;
}
.cooking h4{
    background: #3c110d;
    color: #fff;
    padding: 8px 11px;
    box-sizing: border-box;
    font-size: 13px;
}
.cooking ul.menu_list {
    display: block !important;
    margin-bottom: 20px;
}
.other_ctgr_wrap{
    width: 100%;
    color: #000;
}
/* For modern browsers */
.other_ctgr_wrap:before,
.other_ctgr_wrap:after {
    content:"";
    display:block;
    overflow:hidden;
    }
 
.other_ctgr_wrap:after {
    clear:both;
    }
 
/* For IE 6/7 (trigger hasLayout) */
.other_ctgr_wrap {
    zoom:1;
    }

.other_ctgr_wrap .title_price, 
.other_ctgr_wrap .title_price .title, 
.other_ctgr_wrap .title_price .price{
    float: left;
    font-size: 13px;
}
.other_ctgr_wrap .title_price {
    border-top: 1px solid #DDDDDD;
    width: 50%;
    /* margin-top: -1px; */
}

.other_ctgr_wrap .title_price:nth-child(odd) {
    border: solid #DDDDDD;
    border-width: 0 1px 1px 0;
    clear: both;
}

.other_ctgr_wrap .title_price:nth-child(even) {
    border: solid #DDDDDD;
    border-width: 0px 0 1px 0px;
    margin-left: -2px;
}
.other_ctgr_wrap .title_price:nth-last-child(1),
.other_ctgr_wrap .title_price:nth-last-child(2){
    border-bottom: 1px solid #DDDDDD;
}
.other_ctgr_wrap .title_price .title, 
.other_ctgr_wrap .title_price .price{
    padding: 10px 5px;
    float: left;
    box-sizing: border-box;
}
.other_ctgr_wrap .title_price .title{
    width: 258px;
}
.other_ctgr_wrap .title_price .price{
    width: 86px;
    text-align: right;
    padding: 10px;
}
@media (max-width: 736px) {
	.menu_ctgr_wrap{
	    margin-bottom: 30px;
	}

	.menu_wrapper .menu_list li{
	    padding:0 0 20px;
	}
	.course_table{

	}
	.menu_wrap{
	    padding:20px 20px 0;
	}
	.menu_left{
		float: none;
	    width: 100%;
	    margin: 0 auto 15px;  
	}
	.menu_left ul{
	    margin-bottom:20px;
	}
	.menu_left li{
	    padding: 5px 7px;
	    width: 91px;
	    margin-right: 10px;
	    text-align: center;
	}
	.menu_left li:last-child{
	    margin-right: 0px;
	}
	.menu_left .link_btn02{
	    width:275px;
	    padding: 28px 15px 28px 160px;
	    background:#d65422;
	    display:inline-block;
	    color:#fff;
	    text-decoration:none;
	    position:relative;
	    font-weight: bold;
	    cursor:pointer;
	}
	.menu_right{
	    float: left;
	    width: 100%;
	}

	.menu_wrap h4{
	    font-size:24px;
	    margin-bottom:20px;
	}
	.menu_wrap h5{
	    font-size:20px;
	    margin-bottom:18px;
	}

	.drink_contents{
	}
	.drink_table{
	}

	.menu_img{
	    width:100%;
	    margin: 0 auto 15px;
      text-align: center;
	}

	.menu_data{
	    width:100%;
	}

	.menu_data .text{
	    width: 100%;
	    min-height: auto;
	}

	.menu_data .price{
	    padding-top: 0;
	}

	.title h5{
	    font-size:18px;
	    margin-bottom:5px;
	}
  .menu_wrapper .cooking h3{
      font-size: 20px;
      margin-bottom: 15px!important;
  }
  .cooking h4.main_cap{
      margin-bottom: 15px;
      background: none;
      padding: 0;
  }
	.cooking h4{
	}
	.cooking ul.menu_list {
	}
	.other_ctgr_wrap{
		display: block;
	}
	.other_ctgr_wrap .title_price, 
	.other_ctgr_wrap .title_price .title, 
	.other_ctgr_wrap .title_price .price{
		display: table;
	}
	.other_ctgr_wrap .title_price{
		width: 100%;
        border-top: 1px solid #fff;
	}
	.other_ctgr_wrap .title_price:nth-child(even) {
        border-width: 0px 0 1px 0px;
        margin-left: 0px;
    }
    .cooking .other_ctgr_wrap .title_price:nth-child(odd){
        border-width: 0 0 1px 0;
    }
	.other_ctgr_wrap .title_price .title, 
	.other_ctgr_wrap .title_price .price{
	    display: table-cell;
	}
	.other_ctgr_wrap .title_price .title{
	    width: 70%;
	    border-right: 1px solid #ddd;
	}
	.other_ctgr_wrap .title_price .price{
	    width: 30%;
	    border-left: 1px solid #ddd;
        margin-left: -1px;
	}	
}

/***************************************
　::店舗情報
****************************************/
.map_wrap {
	margin:0 auto 30px;
}
.map_wrap .gmap {
	margin:0 auto 10px;
}
.map_wrap .gmap iframe {
	width: 100%;
}
.map_wrap .access_txt {}
.store_information {
	margin:0 auto 30px;
}
.store_information .eyecatch {
	margin-bottom: 15px;
	text-align: center;
}

@media (max-width: 736px) {
  
}
/***************************************
　::写真・ギャラリー
****************************************/
.gallery_wrap {
	clear:both;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    background: #fff;
}
.gallery_image {
	margin:0 auto;
}
.gallery_image li {
	width:226px;
	float:left;
	margin:0 16px 16px 0;
}
.gallery_image li:nth-child(3n) {
	margin:0 0 16px 0;
}
.gallery_image li .img {
	width:226px;
	margin-bottom: 5px;
}
.gallery_image li .img img {
	max-width:100%;
}
.gallery_image li .caption {
	color:#666;
	font-size:14px;
}
.gallery_wrap h2.lower_h{
  color: #000;
}

@media (max-width: 736px) {
  .gallery_wrap {
      clear:both;
      padding: 20px 20px 2%;
      margin-bottom: 30px;
      background: #fff;
  }
  .gallery_image {
    margin:0 auto;
  }
  .gallery_image li {
    width:100%;
    margin:0 0 16px 0;
    text-align: center;
  }
  .gallery_image li:nth-child(3n) {
    margin:0 0 0 0;
  }
  .gallery_image li .img {
    width:226px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .streetView iframe{
      height: 300px;
  }
}
/***************************************
　::募集要項
****************************************/
.content_left h2.lower_h.t_L{
  text-align: left;
  margin-bottom: 20px;
}
.adoption_wrap {
	width:100%;
	margin:0 auto 50px;
}
.adoption_img {
	width:100%;
	margin-bottom: 20px;
	text-align: center;
}
.adoption_img img {
	max-width:100%;
}



@media (max-width: 736px) {
    .header_right .header_tel, .header_right .header_btn{
    	width: 48%!important;
    	float: left;
        display: inline-block;
        vertical-align: top;
    }
    
    
    .header_right .header_btn a {
        padding: 9px 5px 15px!important;
    }
    
    .header_right .header_btn a img {
        max-width: 92%;
        vertical-align: top;
    }
    
    .header_right .header_btn {
        float: right;
        width: 70px;
        height: 35px;
        box-sizing: border-box;
        padding-left: 2%;
        min-width: 70px;
        display: inline-block;
    }
    
    .header_right {
        padding: 10px 1% 0 0;
        display: block;
        width: 50%;
        box-sizing: border-box;
        order: 2;
        min-width: 60%;
        position: absolute;
        top: 0;
        right: 0;
    }  
}


/*ページ編集モード*/
.cms_edit_caption img{
 width: auto!important;
 height: auto!important;
}


/***************************************
　::系列店一覧
****************************************/

.store_information_wrap .store_information + .store_information{
    border-top: 1px dotted #dddddd;
    padding: 35px 0 0;
}

.store_ttl{
    color: #fff;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 4px solid #dddddd;
}

.store_ttl:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 163px;
    height: 4px;
    background: #3c110d;
}

.store_ttl h3{
    font-size:20px;
    font-weight:bold;
}

.store_ttl h4{
    font-size:16px;
    margin-bottom: 10px;
}

.store_ttl p{
    font-size:14px;
}

.store_body{
    margin: 0 auto 15px;
}

.store_information .reservation_wrap {
    background: #3c110d none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 20px 10px;
}
.store_information .reservation_wrap .tel{
    float: left;
    width: 255px;
    width: auto;
    background: url(../images/tel_icon01.png) no-repeat 0 center;
    padding-left: 60px;
    box-sizing: border-box;
}
.store_information .reservation_wrap .txt{
    color: #fff;
}
.store_information .reservation_wrap .tel_number{
    font-size: 27px;
    font-style: italic;
    font-family: Lato, sans-serif;
    line-height: 35px;
    font-weight: bold;
}
.store_information .reservation_wrap .tel_number a{
    text-decoration: none;
    
}
.store_information .reservation_wrap .btn{
    float: right;
    width: 230px;
    padding-top: 3px;
}

@media (max-width: 736px) {
    .store_link table.table_cont th{
        width:30%;
    }
    .store_link table.table_cont td{
        width:70%;
    }
    .store_link table.table_cont td a{
        word-break: break-all;
    }
}

/***************************************
　::系列店詳細 写真・ギャラリー
****************************************/
.gallery_wrap2 {
	clear:both;
    padding: 46px 20px 20px;
    margin-bottom: 30px;
    background: #fff;
}
.gallery_wrap2 .gallery_image {
	margin:0 auto;
}
.gallery_wrap2 .gallery_image li {
	width:253px;
	float:left;
	margin:0 16px 16px 0;
}
.gallery_wrap2 .gallery_image li:last-child {
	margin:0 0 16px 0;
}
.gallery_wrap2 .gallery_image li .img {
	width:250px;
	margin-bottom: 5px;
}
.gallery_wrap2 .gallery_image li .img img {
	max-width:100%;
}
.gallery_wrap2 .gallery_image li .caption {
	color:#666;
	font-size:14px;
}
.gallery_wrap2 h2.lower_h{
  color: #000;
}

@media (max-width: 736px) {
  .gallery_wrap2 {
      clear:both;
      padding: 20px 20px 2%;
      margin-bottom: 30px;
      background: #fff;
  }
  .gallery_wrap2 .gallery_image {
    margin:0 auto;
  }
  .gallery_wrap2 .gallery_image li {
    width:100%;
    margin:0 0 16px 0;
    text-align: center;
  }
  .gallery_wrap2 .gallery_image li:nth-child(5n) {
    margin:0 0 0 0;
  }
  .gallery_wrap2 .gallery_image li .img {
    width:226px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .gallery_wrap2 .streetView iframe{
      height: 300px;
  }
  
}



.w10p{
  width:10%;
}
.w20p{
  width:20%;
}
.w30p{
  width:30%;
}
.w40p{
  width:40%;
}
.w50p{
  width:50%;
}
.w60p{
  width:60%;
}
.w70p{
  width:70%;
}
.w80p{
  width:80%;
}
.w90p{
  width:90%;
}
.w100p{
  width:100%;
}
.w5p{
  width:5%;
}
.w15p{
  width:15%;
}
.w25p{
  width:25%;
}
.w35p{
  width:35%;
}
.w45p{
  width:45%;
}
.w55p{
  width:55%;
}
.w65p{
  width:65%;
}
.w75p{
  width:75%;
}
.w85p{
  width:85%;
}
.w95p{
  width:95%;
}
@media (max-width: 736px) {

  .w10p{
    width:100%;
  }
  .w20p{
    width:100%;
  }
  .w30p{
    width:100%;
  }
  .w40p{
    width:100%;
  }
  .w50p{
    width:100%;
  }
  .w60p{
    width:100%;
  }
  .w70p{
    width:100%;
  }
  .w80p{
    width:100%;
  }
  .w90p{
    width:100%;
  }
  .w100p{
    width:1000%;
  }
  .w5p{
    width:100;
  }
  .w15p{
    width:100%;
  }
  .w25p{
    width:100%;
  }
  .w35p{
    width:100%;
  }
  .w45p{
    width:100%;
  }
  .w55p{
    width:100%;
  }
  .w65p{
    width:100%;
  }
  .w75p{
    width:100%;
  }
  .w85p{
    width:100%;
  }
  .w95p{
    width:100%;
  }

}

table.price_list{
  width: 100%;
  border-collapse: separate;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}

table.price_list tr{
  border-bottom: 1px solid #d4bdb0;
}

table.price_list th{
  width: 60%;
  background: #faf2ec;
  padding: 5px 10px;
  font-weight: bold;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #d4bdb0;
}
table.price_list td{
  width: 65%;
  padding: 5px 10px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #d4bdb0;
  text-align: right;
}

#lower_main .set-box h3{
  
}
#lower_main .set-box h3:before,
#lower_main .set-box h3:after{
  content: none;
}

/***************************************
　::ブログ
****************************************/

#blog_main {
    
}

#blog_main article {
   margin: 0 0 20px 0;
   padding: 0 10px 20px;
   border-bottom: 1px dotted #ccc;
}

#blog_main article .areaL:first-child {
    margin: 0 30px 0 0;
}

#blog_main article .ttl a {
    font-size: 140%;
    font-weight: bold;
}

#blog_main article .date {
    margin: 0 0 20px 0;
}

























