@media screen and (max-width: 1240px) {
  body > header.shop .reservation_btn,
  body > header.shop .takeout_btn {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {


.corp_news_block .news_list > li:nth-child(odd){
  background: none;
}

body {
  min-width: auto;
}

body > footer{
  padding-bottom: 80px;
}
.corp_news_block .table{
  display: block;
}
body > header.shop{
  position: fixed;
  z-index: 200;
  padding: 15px 30px 10px 30px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  background: none;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body > header.shop a{
  color: #FFF;
}
body > header.shop .navbar01 > .left,
body > header.shop .navbar02 > .left{
  float: left;
}
body > header.shop .navbar01 > .right,
body > header.shop .navbar02 > .right{
  float: right;
}
body > header.shop .navbar01 > .left{
  padding-left: 30px;
}
body > header.shop .navbar01 > .left a{
  margin-right: 40px;
}
body > header.shop .navbar02{

}
body > header.shop .reservation_btn{
  display: inline-block;
  /*width: 440px;*/
  width: 300px;
  text-align: center;
  padding: 5px;
  background: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
body > header.shop .takeout_btn {
  /*background: #000;*/
  background: #c6171f;
}
body > header.shop .reservation_btn:hover{
  opacity: 0.7;
}
body > header.shop .reservation_btn span{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #000;
  border: 1px solid #4d4d4d;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
}
body > header.shop .takeout_btn span {
  /*border: 1px solid #4d4d4d;*/
  border: 1px solid #fff;
  /*background: #000;*/
  background: #c6171f;
  color: #fff;
}
body > header.shop .menu{
  letter-spacing: -0.5em;
  vertical-align: middle;
  display: inline-block;
}
body > header.shop .menu li{
  letter-spacing: 2px;
  margin: 0 20px;
  font-family: 'Cabin', sans-serif;
  display: inline-block;
}
body > header.shop .menu li a{
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 20px 0;
  opacity: 1;
}
body > header.shop .menu li a:hover{
  opacity: 0.7;
}
body > header .mb_header .logo{
  display: inline-block;
  vertical-align: middle;
  background-image: url('/assets/image/light_logo.png');
  background-repeat: no-repeat;
  width: 75px;
  display: none;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
body > header .mb_header .logo img{
  width: 75px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.mb_menu_btn{
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 140;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.mb_menu_btn i{
  font-size: 14px;
}
.mb_menu_container{
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  background: rgba(0,0,0,0.9);
  display: none;
}
.mb_menu_container a{
  text-decoration: none;
  color: #FFF;
  padding: 10px 10px;
  display: block;
  position: relative;
  font-family: 'Cabin', sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mb_menu_container a:after{
  content:"\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  margin-top: -10px;
}
.mb_menu_close_btn{
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
}
.mb_menu_close_btn i{
  margin-right: 5px;
}
.breadcrumb{
  margin-right: 0;
}
.page_shop.content_sub02{
  padding-top: 0;
  padding-bottom: 0;
}
.page_shop .corp_news_block{
  border-bottom: none;
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.shop_mv .logo{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -80px;
  text-align: center;
}
.shop_mv .logo img{
  max-width: 120px;
  height: auto !important;
}
.page_shop .mv_block{
  background-attachment: fixed !important;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.shop_news_change_btn{
  margin: 0 10px;
  cursor: pointer;
}
.shop_news_change_btn + .shop_news_change_btn{
  margin-left: 20px;
}
/*---*/
.shop_shoplist_container .logo_list_wrap{
  /*
  overflow: auto;
  white-space: nowrap;
  */
  margin-bottom: 10px;
}
.shop_shoplist_container .logo_list_wrap::-webkit-scrollbar{
 height: 4px;
}
.shop_shoplist_container .logo_list_wrap::-webkit-scrollbar-track{
 background: rgba(0,0,0,0.5);
}
.shop_shoplist_container .logo_list_wrap::-webkit-scrollbar-thumb {
 background: rgba(255,255,255,0.5);
}
.shop_shoplist_container .logo_list_wrap li{
  width: 50%;
}
.shop_shoplist_container .logo_list_wrap li img{
  max-width: 94%;
  height: auto;
  margin: auto;
}
.shop_shoplist_container .note {
  display: none;
}
.shop_shoplist_container .logo_list {
  position: relative;
}
.shop_shoplist_container .logo_list .slick-slide a {
  display: inline-block;
}
.shop_shoplist_container .logo_list .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 1.5em;
  height: 2em;
  padding: 5px;
  background: none;
  color: rgba(255,255,255,0.5);
}
.shop_shoplist_container .logo_list .slick-prev {
  left: -20px;
}
.shop_shoplist_container .logo_list .slick-next {
  right: -20px;
}
.shop_shoplist_container{
  padding: 20px;
  padding-top: 7px;
  padding-bottom: 3px;
  text-align: center;
  background: #212121;
  color: #FFF;
}
.shop_shoplist_container .title{
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1px;
}
.shop_shoplist_container .logo_list{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.shop_shoplist_container .logo_list > li{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  min-width: 100px;
  text-align: center;
}
.shop_shoplist_container .logo_list > li img{
  width: 75%;
}
.shop_shoplist_container .logo_list > li a{
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.shop_shoplist_container .logo_list > li a:hover{
  opacity: 0.5;
}
.page_shop .block01{
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.page_shop .block01 .title{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
.page_shop .block01 .title:after{
  content: " ";
  display: none;
}
.page_shop .block01 .text{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
.page_shop .block01 .item_wrap{
  display: inline-block;
  position: relative;
}
.page_shop .block01 .item_wrap:before{
  content: "“";
  font-size: 90px;
  display: block;
  font-family: 'Lora', serif;
  position: absolute;
  top: -80px;
  left: 0px;
}
.page_shop .block01 .item_wrap:after{
  content: "”";
  font-size: 90px;
  display: block;
  font-family: 'Lora', serif;
  position: absolute;
  bottom: -120px;
  right: 0px;
}
.page_shop .block02{
  padding: 15px;
  text-align: center;
}
.page_shop .block02 > .inner{
  padding: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFF;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.page_shop .block02 .title{
  font-family: serif;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.page_shop .block02 .title:after{
  content: " ";
  display: none;
}
.page_shop .block02 .text{
  font-size: 14px;
  line-height: 1.8;
}
.page_shop .block02 .item_wrap{
  display: inline-block;
  position: relative;
}
.page_shop .block02 .item_wrap:before{
  content: "“";
  font-size: 90px;
  display: block;
  font-family: 'Lora', serif;
  position: absolute;
  top: -80px;
  left: 0px;
}
.page_shop .block02 .item_wrap:after{
  content: "”";
  font-size: 90px;
  display: block;
  font-family: 'Lora', serif;
  position: absolute;
  bottom: -120px;
  right: 0px;
}
.shop_menu_block{
  text-align: center;
  padding: 40px 10px;
  color: #FFF;
  background-position: center top;
  background-repeat: repeat;
  -webkit-background-size: auto;
       -o-background-size: auto;
          background-size: auto;
}
.shop_menu_block .title{
  font-family: serif;
  font-size: 18px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.shop_menu_block .shop_menu_tab{
  text-align: center;
  letter-spacing: -0.5em;
  margin-bottom: 20px;
}
.shop_menu_block .shop_menu_tab > li{
  display: inline-block;
  letter-spacing: normal;
  color: #FFF;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  text-align: center;
  margin-bottom: 0px;
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.shop_menu_block .shop_menu_tab > li:last-child{
  /*width: 260px;*/
}
.shop_menu_block .shop_menu_tab > li.on{
  background: #FFF;
  color: #111;
}
.shop_menu_block .item_wrap{
  text-align: center;
  vertical-align: middle;
  display: none;
}
.shop_menu_block .item_wrap.on{
  display: block;
}
.shop_menu_block .item_wrap .shop_menu_nav{
  cursor: pointer;
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 30px;
  display: none;
}
.shop_menu_block .item_list{
  display: inline-block;
  vertical-align: middle;
}
.shop_menu_block .item_list .item{
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: 130px;
}
.shop_menu_block .item_list .item .image{
  width: 130px !important;
  height: 130px !important;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.shop_menu_block .item_list .item .name{
  color: #FFF;
  margin-bottom: 5px;
  font-size: 12px;
}
.shop_menu_block .item_list .item a:hover .image{
  opacity: 0.7;
}
.shop_access_block{
  /*margin-bottom: 50px;*/
}
.shop_access_block {
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: repeat;
    padding: 50px 10px 20px 10px;
    position: relative;
    border-bottom: none;
    margin-bottom: 0px;
}
.shop_access_block .head{
  text-align: center;
  margin-bottom: 20px;
}
.shop_access_block .head .title{
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
}
.shop_access_block .table{
  display: block;
  width: 100%;
}
.shop_access_block .table > .col{
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
}
.shop_access_block .table > .col.info{
  padding: 30px 15px;
  padding-top: 15px;
  background: #2D2D2D;
  color: #fff;
}
.shop_access_block .table > .col.info a{
  color: #FFF;
}
.shop_access_block .table > .col .shop_map_container{
  width: 100%;
  height: 300px !important;
}
.shop_access_block .table > .col.info .title{
  font-family: serif;
  font-size: 18px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.shop_access_block .table > .col.info .name_en{
  font-size: 16px;
}
.shop_access_block .table > .col.info .name_ja{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.shop_access_block .table > .col.info .sns_area{
  margin-bottom: 20px;
}
.shop_access_block .table > .col.info .sns_area a{
  font-size: 16px;
  margin-right: 15px;
}
.shop_access_block .table > .col.info .address_area{
  margin-bottom: 20px;
}
.shop_access_block .table > .col.info a{
  text-decoration: underline;
}
.shop_access_block .table > .col.info .contact_area{
  margin-bottom: 20px;
}
.shop_access_block .table > .col.info .contact_area span{
  margin-right: 20px;
  display: block;
}
.shop_access_block .table > .col.info .contact_area span i{
  margin-right: 5px;
}
.shop_access_block .table > .col.info .info_table{
  width: 100%;
}
.shop_access_block .table > .col.info .info_table th{
  width: 100%;
  vertical-align: top;
  padding: 0px;
  display: block;
}
.shop_access_block .table > .col.info .info_table th .label{
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border: none;
  color: #FFF;
  text-align: left;
  padding: 7px;
  background: #222;
}
.shop_access_block .table > .col.info .info_table td{
  vertical-align: top;
  padding: 10px;
  display: block;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.foot_fixed_container{
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 500;
}
.foot_fixed_container .hugeclub_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_fixed_container .hugeclub_btn_img{
  display: block;
  justify-content: initial;
  align-items: initial;
  position: fixed;
  left: 0;
  bottom: 0;
}
.hugeclub_btn_img > img {
  width: 100%;
}
.foot_fixed_container .reservation_btn{
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: #000;
}
.foot_fixed_container .reservation_btn_img{
  padding: 0;
}
.foot_fixed_container .reservation_btn_img > img{
  width: 100%;
}
.foot_fixed_container .takeout_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  /*background: #000;*/
  background: #c6171f;
}
.foot_fixed_container .reservation_btn span{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #000;
  border: 1px solid #4d4d4d;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
}
.foot_fixed_container .takeout_btn span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  /*background: #000;*/
  background: #c6171f;
  /*border: 1px solid #4d4d4d;*/
  border: 1px solid #fff;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.only_mb a.takeout_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.only_mb a.reservation_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
.only_mb a.w50 {
  width: 50%;
}
.corp_news_block .news_list .title{
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.nozero_logo{
  bottom: 55px;
}
.shop_wedding_block{
  /*padding-top: 50px;*/
}
.shop_wedding_block .title{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
.shop_wedding_block .text{
  margin-bottom: 30px;
}
.shop_wedding_block .wedding_btn{
  border: 1px solid #191919;
  background: #191919;
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.shop_wedding_block .wedding_btn span:before{
  content:"\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}
.shop_wedding_block .wedding_btn:hover{
  background: #fff;
  color: #191919;
}
.shop_wedding_block .wedding_btn:hover span:before{
  color: #191919;
}
.shop_wedding_block .table{
  width: 100%;
  height: auto;
  display: block;
}
.shop_wedding_block .table .col{
  display: block;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.shop_wedding_block .table .col.left{
  display: block;
  width: 100%;
  padding: 15px;
  padding-bottom: 40px;
}
.shop_wedding_block .table .col.right{
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.shop_access_change_btn_wrap{
  text-align: center !important;
}
.lb-image{
  /*
  width: 100% !important;
  height: auto !important;
  */
}


.mv_news_area{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  color: #FFF;
  z-index: 130;
  height: auto;
}
.mv_news_change_btn_wrap{
  margin-bottom: 5px;
}
.mv_news_area .item .date{
  margin-right: 10px;
  vertical-align: middle;
}
.mv_news_area .item a{
  color: #FFF;
}
.mv_news_area .item a:hover{
  text-decoration: underline;
}
.mv_news_area .item .title{
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  vertical-align: middle;
}
.nozero_logo{
  position: absolute;
  right: auto;
  left: 50%;
  bottom: 5px;
  z-index: 150;
  margin-left: -140px;
}
.nozero_logo_only {
  margin-left: -60px;
}
.mv_recruit_logo{
  position: absolute;
  right: auto;
  left: 50%;
  bottom: 5px;
  z-index: 150;
  margin-left: 10px;
}
.mv_news_on .nozero_logo{
  /*bottom: 70px;*/
  bottom: 85px;
}
.mv_news_on .mv_recruit_logo{
  /*bottom: 70px;*/
  bottom: 85px;
}

.slick-dots{
  text-align: center;
  padding: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(50% - 70px);
  z-index: 150;
}
.mv_news_on .slick-dots{
  bottom: calc(50% - 65px);
}
.slick-dots > li{
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #eee;
  opacity: 0.5;
  display: inline-block;
  margin: 5px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.slick-dots > li.slick-active{
  opacity: 1;
  background: #333;
}
.slick-dots > li > button{
  display: none;
}
.shop_mv_dots{
  bottom: 170px;
}

























}