@charset "utf-8";

/* ======================================================
 * floor.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - floor-tabele
====================================================== */
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
.pageHead{
  background-color: #333333;
}
.pageHead .heading-lv1{
  display: -webkit-flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column; 
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  justify-content:center;
  min-width: 1020px;
  height: 160px;
  margin: 0 auto;
  color: #ffffff;
}
.pageHead .heading-lv1 .heading_title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.pageHead .heading-lv1 .heading_subtitle {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
  .floor-heading{
    margin: 60px 0 30px;
  }
  .floor-heading .heading_title {
    position: relative;
    padding: 10px 10px 6px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
  }
  .floor-heading .heading_title::after {
    display: block;
    clear: both;
    content: "";
  }
  .floor-heading .heading_title .floor_number{
    float: left;
    display: block;
    margin-right: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .floor-heading .heading_title .heading-text{
    display: block;
    overflow: hidden;
    padding-top: 4px;
    font-size: 20px;
    font-size: 2.0rem;
  }
    
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 60px;
  }
  .navi-anchor .navi_inner > li {
    display: table;
    margin-top: 15px;
    height: 56px;
    margin-left: 20px;
  }
  .navi-anchor .navi_inner > li > a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 28px;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #007a8a;
  }
  .navi-anchor .navi_inner > li > a:visited {
    text-decoration: none;
    color: #007a8a;
  }
  .navi-anchor .navi_inner > li > a > .navi_label {
    display: block;
    position: relative;
  }
  .navi-anchor .navi_inner > li > a > .navi_label::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -8px;
    border-top: 1px solid #007a8a;
    border-right: 1px solid #007a8a;
    display: block;
  }
.navi-anchor .navi_inner[data-row-pc] > * {
  margin-left: 0;
  border-right: 1px solid #dddddd;
}
.navi-anchor .navi_inner[data-row-pc="1"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.navi-anchor .navi_inner[data-row-pc="2"] > *:nth-child(-n+2),
.navi-anchor .navi_inner[data-row-pc="3"] > *:nth-child(-n+3),
.navi-anchor .navi_inner[data-row-pc="4"] > *:nth-child(-n+4),
.navi-anchor .navi_inner[data-row-pc="5"] > *:nth-child(-n+5) {
  margin-top: 0 !important;
}
.navi-anchor .navi_inner[data-row-pc="1"] > *,
.navi-anchor .navi_inner[data-row-pc="2"] > *:nth-child(2n+1),
.navi-anchor .navi_inner[data-row-pc="3"] > *:nth-child(3n+1),
.navi-anchor .navi_inner[data-row-pc="4"] > *:nth-child(4n+1),
.navi-anchor .navi_inner[data-row-pc="5"] > *:nth-child(5n+1) {
  margin-left: 0 !important;
  border-left: 1px solid #ccc;
}
.navi-anchor .navi_inner[data-row-pc="2"] > * {
  width: calc(100% / 2);
}
.navi-anchor .navi_inner[data-row-pc="3"] > * {
  width: calc(100% / 3);
}
.navi-anchor .navi_inner[data-row-pc="4"] > * {
  width: calc(100% / 4);
}
.navi-anchor .navi_inner[data-row-pc="5"] > * {
  width: calc(100% / 5);
}

/* for IE11 hack */
_:-ms-lang(x)::-ms-backdrop, .navi-anchor .navi_inner[data-row-pc="2"] > * {
  width: calc((100%/ 2) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .navi-anchor .navi_inner[data-row-pc="3"] > * {
  width: calc((100%/ 3) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .navi-anchor .navi_inner[data-row-pc="4"] > * {
  width: calc((100% / 4) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .navi-anchor .navi_inner[data-row-pc="5"] > * {
  width: calc((100% / 5) - 0.1px);
}
/* for Edge hack */
@supports (-ms-ime-align:auto) {
  .navi-anchor .navi_inner[data-row-pc="2"] > * {
    width: calc((100% / 2) - 0.1px);
  }
  .navi-anchor .navi_inner[data-row-pc="3"] > * {
    width: calc((100% / 3) - 0.1px);
  }
  .navi-anchor .navi_inner[data-row-pc="4"] > * {
    width: calc((100% / 4) - 0.1px);
  }
  .navi-anchor .navi_inner[data-row-pc="5"] > * {
    width: calc((100% / 5) - 0.1px);
  }
}
  /* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  .notice_box{
    margin-top: 60px;
    padding: 15px;
    background-color: #ffebef;
  }
  .notice_box .notice_text{
    text-align: center;
  }
  /*-----.shop-layout-----*/
  .shop-layout .shop_item a,
  .shop-layout .shop_item a:visited,
  .shop-layout_top .shop_item a,
  .shop-layout_top .shop_item a:visited{
    text-decoration: none;
    color: #333333;
  }
  .shop-layout .shop_item{
    margin-top: 15px;
  }
  .shop-layout .shop_heading{
    padding: 15px 0;
  }
  .shop-layout .shop_image {
    text-align: center;
  }
  .shop-layout .shop_heading .heading_subtitle{
    font-size: 1.4rem;
  }
  .shop-layout .shop_heading .heading_subtitle .floor-label{
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    background-color: #333333;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .shop-layout .shop_heading .heading_title{
    font-weight: bold;
  }
  .shop-layout .shop_heading .heading_title:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-top: 1px solid #007a8a;
    border-right: 1px solid #007a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
  }
  .shop-layout .shop_detail{
    border-top: solid 1px #dddddd;
    padding: 15px 0;
  }
  .shop-layout .price{
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #595959;
  }
  .shop-layout .price span.indent{
    display: inline-block;
    padding-right: 10px;
  }
  
  
  /*-----.shop-layout_top-----*/
  .shop-layout_top .shop_item{
    margin-top: 30px;
  }
  .shop-layout_top .shop_box:after{
    display: block;
    clear: both;
    content: "";
  }
  .shop-layout_top .shop_box .shop_image{
    float: left;
    width: 180px;
  }
  .shop-layout_top .shop_heading{
    padding: 10px 0 0 200px;
  }
  .shop-layout_top .shop_heading .heading_subtitle{
    font-size: 1.4rem;
  }
  .shop-layout_top .shop_heading .heading_subtitle .floor-label{
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    background-color: #333333;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .shop-layout_top .shop_heading .heading_title{
    font-weight: bold;
  }
  .shop-layout_top .shop_heading .heading_title:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-top: 1px solid #007a8a;
    border-right: 1px solid #007a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
  }
  .shop-layout_top .shop_heading .heading_waiting {
    margin-top: 6px;
  }
  .shop-layout_top .shop_heading .heading_count {
    color: #e90f0f;
    font-weight: bold;
    line-height: 1.5;
  }

  /*-----restaurant-menu-----*/
  .restaurant-menu-column{
    margin-top: 60px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 60px calc((100vw - 100%) / 2);
    background-color: #f5f5f5;
  }
  .restaurant-menu-column .heading_title{
    margin-top: 0;
  }
  .restaurant-menu-column.top{
    background-color: #ffffff;
  }
  .restaurant-menu-column .linkBtn{
    margin-top: 30px;
  }
   .restaurant-synthetic-list{
    margin-top: 30px;
  }
  .restaurant-synthetic-list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .restaurant-synthetic-list > li{
    width: 135px;
    text-align: center;
    margin-left: 60px;
  }
  .restaurant-synthetic-list > li:first-of-type{
    margin-left: 0;
  }
  .restaurant-synthetic-list > li > a{
    display: block;
    position: relative;
    padding-top: 85px;
    color: #333333;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .restaurant-synthetic-list > li > a:hover{
    color: #007a8a;
  }
  .restaurant-synthetic-list > li > a:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
  }
  .restaurant-synthetic-list > li.lunch_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic01.png);
  }
  .restaurant-synthetic-list > li.dinner_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic02.png);
  }
  .restaurant-synthetic-list > li.recommended_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic03.png);
  }
  .restaurant-synthetic-list > li.child_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic04.png);
  }
  .restaurant-synthetic-list > li.lunch_menu > a:hover:before,
  .restaurant-synthetic-list > li.dinner_menu > a:hover:before,
  .restaurant-synthetic-list > li.recommended_menu > a:hover:before,
  .restaurant-synthetic-list > li.child_menu > a:hover:before{
    background-position:  0 -80px;
  }
  .share-sns-column{
    padding:88px 0 20px;
  }
  
  .share-sns-column .share-sns-box{
    width: 678px;
    position: relative;
    border: solid 4px #ebebeb;
    margin: 0 auto;
    padding: 20px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    flex: 1;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #4268b3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/common_new/img/com_sns_ic04.png) no-repeat;
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/common_new/img/com_sns_ic02.png) no-repeat;
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .line{
    display: none;
  }
  /*-----.tab-layout-----*/
  .tab-layout {
    margin-top: 120px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 60px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 0 calc((100vw - 100%) / 2);
    padding-bottom: 60px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    }
  .tab-layout .tab_navi,
  .tab-layout .tab_navi_foot{
    position: relative;
  }
  .tab-layout .tab_navi .tab_list{
    position: absolute;
    top:-60px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
  }
  .tab-layout .tab_navi_foot .tab_list{
    position: absolute;
    bottom: -120px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
  }
  .tab-layout .tab_list > li{
    margin-left: 20px;
    border: 1px solid #333333;
    background-color: #333333;
  }
    .tab-layout .tab_list > li:first-of-type{
    margin-left: 0;
  }
  .tab-layout .tab_list > li.is-current{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .tab-layout .tab_navi_foot .tab_list > li.is-current{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #333333;
  }
  .tab-layout .tab_list > li a{
    display: block;
    width: 315px;
    height: 58px;
    padding-top: 13px;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
  }
  .tab-layout .tab_list > li a,
  .tab-layout .tab_list > li a:visited,
  .tab-layout .tab_list > li a:hover{
    text-decoration: none;
  }
  .tab-layout .tab_list li.is-current > a{
    background-color: transparent;
    color: #333333;
  }
  .tab-layout .tab_navi_foot .tab_list li.is-current > a{
    color: #333333;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px){
  .restaurant-menu-column{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f5f5;
  }
  .tab-layout{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
 }
@media print, screen and (max-width: 767px) {
  [data-row-sp="1"]{
    flex-direction:column;
    justify-content: center;
  }
  /* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
.pageHead{
  background-color: #333333;
}
.pageHead .heading-lv1{
  display: -webkit-flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column; 
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  justify-content:center;
  min-height: 90px;
  margin: 0 auto;
  padding: 24px 0;
  color: #ffffff;
}
.pageHead .heading-lv1 .heading_title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.pageHead .heading-lv1 .heading_subtitle {
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
  .floor-heading{
    margin: 30px 0 15px;
  }
  .floor-heading .heading_title {
    position: relative;
    padding: 15px 10px 13px;
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
  }
  .floor-heading .heading_title .floor_number{
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .floor-heading .heading_title .heading-text{
    padding-top: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }

    /* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  /*-----notice_box-----*/
  .notice_box{
    margin-top: 25px;
    padding: 15px;
    background-color: #ffebef;
  }
  .notice_box .notice_text{
    text-align: center;
  }
  /*-----shop-layout-----*/
  .shop-layout{
    margin-top: 15px;
  }
  .shop-layout .shop_item{
    width: 345px;
    margin-top: 15px;
  }
  .shop-layout .shop_item a,
  .shop-layout .shop_item a:visited,
  .shop-layout_top .shop_item a,
  .shop-layout_top .shop_item a:visited{
    text-decoration: none;
    color: #333333;
  }
  .shop-layout .shop_image {
    text-align: center;
  }
  .shop-layout .shop_heading{
    padding: 10px 0;
  }
  .shop-layout .shop_heading .heading_subtitle{
    font-size: 1.3rem;
  }
  .shop-layout .shop_heading .heading_subtitle .floor-label{
    display: inline-block;
    margin-left: 10px;
    padding: 1px 10px;
    background-color: #333333;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
  }
  .shop-layout .shop_heading .heading_title{
    font-weight: bold;
  }
  .shop-layout .shop_heading .heading_title:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-top: 1px solid #007a8a;
    border-right: 1px solid #007a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
  }
  .shop-layout .shop_detail{
    border-top: solid 1px #dddddd;
    padding: 10px 0;
  }
  .shop-layout .price{
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #595959;
  }
  .shop-layout .price span.indent{
    display: inline-block;
    padding-right: 10px;
  }


  /*-----.shop-layout_top-----*/
  .shop-layout_top .shop_item{
    margin-top: 30px;
  }
  .shop-layout_top .shop_box:after{
    display: block;
    clear: both;
    content: "";
  }
  .shop-layout_top .shop_box .shop_image{
    float: left;
    width: 140px;
  }
  .shop-layout_top .shop_heading{
    padding: 10px 0 0 150px;
  }
  .shop-layout_top .shop_heading .heading_subtitle{
    font-size: 1.3rem;
  }
  .shop-layout_top .shop_heading .heading_subtitle .floor-label{
    display: inline-block;
    margin-left: 10px;
    padding: 1px 10px;
    background-color: #333333;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
  }
  .shop-layout_top .shop_heading .heading_title{
    font-weight: bold;
  }
  .shop-layout_top .shop_heading .heading_title:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-top: 1px solid #007a8a;
    border-right: 1px solid #007a8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
  }
  .shop-layout_top .shop_heading .heading_waiting {
    margin-top: 2px;
    line-height: 1.4;
  }
  .shop-layout_top .shop_heading .heading_count {
    color: #e90f0f;
    font-weight: bold;
    line-height: 1.4;
  }

  /*-----restaurant-menu-----*/
  .restaurant-menu-column .heading_title{
    margin-top: 0;
  }
  .restaurant-menu-column .linkBtn{
    margin-top: 30px;
  }
  .restaurant-menu-column .restaurant-synthetic-list{
    margin-top: 30px;
  }
  .restaurant-menu-column{
    margin-top: 60px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 1.5em calc((100vw - 100%) / 2);
    background-color: #f5f5f5;
  }
  .restaurant-synthetic-list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 10px;
    justify-content: center;
  }
  .restaurant-synthetic-list > li{
    width:80px;
    text-align: center;
    margin-left: 15px;
  }
  .restaurant-synthetic-list > li:first-of-type{
    margin-left: 0;
  }
  .restaurant-synthetic-list > li > a{
    display: block;
    position: relative;
    padding-top: 55px;
    color: #333333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }
  .restaurant-synthetic-list > li > a:hover{
    color: #007a8a;
  }
  .restaurant-synthetic-list > li > a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
  }
  .restaurant-synthetic-list > li.lunch_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic01.png);
  }
  .restaurant-synthetic-list > li.dinner_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic02.png);
  }
  .restaurant-synthetic-list > li.recommended_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic03.png);
  }
  .restaurant-synthetic-list > li.child_menu > a:before{
    background-image: url(/common_new/img/restaurant_ic04.png);
  }

  .share-sns-column{
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    height: 187px;
    padding-top: 47px;
  }
  .share-sns-column .share-sns-box{
    position: relative;
    border-top: solid 4px #ebebeb;
    border-bottom: solid 4px #ebebeb;
    padding: 21px 15px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    width: calc((100% - 6px) / 3);
    font-size: 1.3rem;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: block;
    height: 50px;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #4268b3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common_new/img/com_sns_ic04.png) no-repeat;
    background-size: 16px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url(/common_new/img/com_sns_ic02.png) no-repeat;
    background-size: 27px;
    background-position: -1px;
  }
  .share-sns-column .sns-link_area .line a{
    position: relative;
    padding: 12px 9px 9px 25px;
    background-color: #00b800;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .line a .pc-hidden{
    display: inline-block !important;
  }
  .share-sns-column .sns-link_area .line a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    background: url(/common_new/img/com_sns_ic01.png) no-repeat;
    background-size: 25px;
    background-position: -2px
  }
  .share-sns-column .sns-link_area .sns-text_inner{
    display: inline-block;
    text-align: left
  }
  /*-----.tab-layout-----*/
  .tab-layout {
    margin-top: 70px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 40px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 0 calc((100vw - 100%) / 2);
    padding-bottom: 60px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    }
  .tab-layout .tab_navi,
  .tab-layout .tab_navi_foot{
    position: relative;
  }
  .tab-layout .tab_navi .tab_list{
    position: absolute;
    top: -42px;
    left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .tab-layout .tab_navi_foot .tab_list{
    position: absolute;
    bottom: -102px;
    left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .tab-layout .tab_list > li{
    margin-left: 15px;
    border: 1px solid #333333;
    background-color: #333333;
  }
    .tab-layout .tab_list > li:first-of-type{
    margin-left: 0;
  }
  .tab-layout .tab_list > li.is-current{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .tab-layout .tab_navi_foot .tab_list > li.is-current{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #333333;
  }
  .tab-layout .tab_list > li a{
    display: block;
    width: calc((100vw - 66px) / 3);
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
  }
  .tab-layout .tab_list > li a,
  .tab-layout .tab_list > li a:visited,
  .tab-layout .tab_list > li a:hover{
    text-decoration: none;
  }
  .tab-layout .tab_list li.is-current > a{
    background-color: #ffffff;
    color: #333333;
  }
  .tab-layout .tab_navi_foot .tab_list li.is-current > a{
    color: #333333;
  }
}
@media print {
  /*IE用*/
  [data-row-pc="3"] .shop_item{
    width: 316px !important;
  }
  .restaurant-menu-column {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}