@charset "UTF-8";
/*
pc rest css start
*/
/*一覧ページ*/
body.rest-index {
  background-color: #f8f6f2;
  /*店舗リスト*/
}
body.rest-index #contentRes {
  width: 960px;
  padding: 45px 30px 120px;
  margin: 0 auto 20px;
  background-color: #ffffff;
}
body.rest-index #breadcrumb {
  display: block;
}
body.rest-index #rest-index-header-area {
  background-image: url(../images/common/restaurant_indexpage_header.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}
body.rest-index #rest-index-header-area #rest-index-header {
  width: 960px;
  margin: 0 auto;
  height: 140px;
}
body.rest-index .tempo-header-area {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
body.rest-index .tempo-header-area span {
  display: block;
  position: absolute;
  height: 50px;
}
body.rest-index .tempo-header-area .column_01 {
  width: 228px;
  border-bottom: 1px solid #cfcfcf;
}
body.rest-index .tempo-header-area .column_02 {
  width: 472px;
  border-bottom: 1px solid #cfcfcf;
}
body.rest-index .tempo-header-area .column_03 {
  width: 716px;
  border-bottom: 1px solid #cfcfcf;
}
body.rest-index .tempo-header-area .column_04 {
  width: 960px;
  border-bottom: 1px solid #cfcfcf;
}
body.rest-index .tempo-header-area .pos02 {
  left: 244px;
}
body.rest-index .tempo-header-area .pos03 {
  left: 488px;
}
body.rest-index .tempo-header-area .pos04 {
  left: 732px;
}
body.rest-index .restaurant-list {
  position: relative;
  height: 300px;
}
body.rest-index .restaurant-list li {
  position: absolute;
  top: 0;
}
body.rest-index .restaurant-list li a {
  display: block;
  width: 228px;
}
body.rest-index .restaurant-list li p span {
  display: block;
}
body.rest-index .restaurant-list li p .t-title {
  height: 45px;
  font-size: 17px;
  line-height: 1.3em;
  color: #c70019;
  border-bottom: 2px solid #d3cfc6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.rest-index .restaurant-list .list-01 {
  left: 0;
}
body.rest-index .restaurant-list .list-02 {
  left: 245px;
}
body.rest-index .restaurant-list .list-03 {
  left: 485px;
}
body.rest-index .restaurant-list .list-04 {
  right: 0;
}

/*一詳細ページ*/
body.rest {
  background-color: #ffffff;
}

.rest {
  /*common overwrite*/
}
.rest #shoptitle-area {
  background-color: #c70019;
}
.rest #shoptitle-area-inner {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0;
}
.rest #anchor-nav-area {
  background-color: #f8f6f2;
  height: 35px;
  padding: 15px 0;
  border-bottom: 2px solid #c70019;
}
.rest #shop-keyarea {
  height: 430px;
  background-color: #ccc;
}
.rest #footer-go-index {
  position: absolute;
  top: -45px;
  left: 0;
  width: 140px;
  height: 45px;
  background-color: #ffffff;
}
.rest #footer-go-index a {
  display: block;
  width: 110px;
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  background-image: url(../images/common/icn_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 12px center;
}
#youtubearea {
  background-color: #e9e3d6;
  padding: 35px 0;
  font-size: 12.5px;
}
#youtubearea-inner {
  width: 560px;
  margin: 0 auto;
}
#youtubearea-inner iframe {
  width: 560px;
  height: 315px;
  margin-bottom: 15px;
}
/*ギャラリー機能*/
.gallery {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
#list-nav {
  position: relative;
  width: 870px;
  margin: 0 auto;
}
#list-nav a {
  position: absolute;
  bottom: 200px;
  display: block;
  width: 45px;
  height: 45px;
}
#list-nav a.prev {
  left: 0;
  background-image: url(../images/common/prev_btn.png);
}
#list-nav a.next {
  right: 0;
  background-image: url(../images/common/next_btn.png);
}
#list-nav .gallery-comment {
  position: absolute;
  bottom: 55px;
  right: 20px;
  font-size: 24px;
  color: #ffffff;
  font-weight:bold;
  line-height: 1.2em;
  text-align: right;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.gallery-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100000px;
  background-color: #000000;
}
.gallery-list li {
  float: left;
  line-height: 0;
}
.gallery-list li img {
  width: 870px;
  height: auto;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
}
.coverL {
  position: absolute;
  top: 0;
  left: 0;
  height: 430px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}
.coverR {
  position: absolute;
  top: 0;
  right: 0;
  height: 430px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}

/*コンセプトギャラリー機能*/
.concept-gallery {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
#c-list-nav {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
#c-list-nav a {
  position: absolute;
  bottom: 200px;
  display: block;
  width: 45px;
  height: 45px;
}
#c-list-nav a.prev {
  left: 0;
  background-image: url(../images/common/prev_btn.png);
}
#c-list-nav a.next {
  right: 0;
  background-image: url(../images/common/next_btn.png);
}
.concept-gallery-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100000px;
  background-color: #202020;
}
.concept-gallery-list li {
  float: left;
  width: 470px;
  height: 440px;
  margin: 0 25px;
}
.concept-gallery-list li .concept-gallery-cont{
  width: 500px;
  height: 440px;
  margin: 0 auto;
}
.concept-gallery-list li .c-txt {
  font-size: 18px;
  display: block;
  padding-top: 20px;
  width: 470px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  border-bottom: 1px solid #606060;
  margin-bottom: 10px;
}
.concept-gallery-list li .line {
  line-height: 1.4em;
  height: 60px;
  padding-top: 20px;
}
.concept-gallery-list li .c-txt-u {
  display: block;
  font-size: 12px;
  color: #ffffff;
  width: 470px;
}
.concept-gallery-list li .c-txt-u a {
  color: #666;
}
.concept-gallery-list li .small {
  font-size: 10px;
}
.concept-gallery-list li img {
  width: 470px;
  height: auto;
}
.c-coverL {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 550px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}
.c-coverR {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  height: 550px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}
.rest {
  /*rest style*/
  /*shop-title*/
  /*recommended*/
  /*concept*/
  /*menu*/
  /*coupon*/
  /*shopinfo*/
  /*rest style end*/
}
.rest #shoptitle-area-inner #shoptitle-area {
  overflow: hidden;
}
.rest #shoptitle-area-inner #shoptitle-area #shop-title {
  display: block;
  float: left;
  font-size: 32px;
  line-height: 1em;
  color: #ffffff;
  margin-right: 26px;
}
.rest #shoptitle-area-inner #shoptitle-area #shop-subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #ffffff;
}
.rest #rest-breadcrumb {
  display: block;
  background-color: #c70019;
  height: 24px;
  line-height: 1em;
  padding: 7px 0 7px 0;
  font-size: 11px;
}
.rest #rest-breadcrumb li {
  display: inline-block;
}
.rest #rest-breadcrumb li a {
  color: #ffffff;
}
.rest #rest-breadcrumb li a:before {
  display: inline-block;
  content: ">";
  margin: 0 7px;
}
.rest #rest-breadcrumb li#home img {
  width: 9px;
  height: 9px;
}
.rest #rest-breadcrumb li#home a:before {
  content: "";
  margin: 0 0;
}
.rest #rest-breadcrumb li#home span {
  margin-left: 7px;
}
.rest #rest-breadcrumb li#last {
  color: #ffffff;
}
.rest #rest-breadcrumb li#last:before {
  display: inline-block;
  content: ">";
  margin: 0 7px;
}
.rest #anchor-nav,
.rest #anchor-nav5 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #c6c5c1;
}
.rest #anchor-nav:after,
.rest #anchor-nav5:after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
}
.rest #anchor-nav li a {
  display: block;
  width: 239px;
  height: 35px;
  float: left;
  border-left: 1px solid #c6c5c1;
  background-image: url(../images/common/pc_icn_anch_menu.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.rest #anchor-nav5 li a {
  display: block;
  width: 191px;
  height: 35px;
  float: left;
  border-left: 1px solid #c6c5c1;
  background-image: url(../images/common/pc_icn_anch_menu.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.rest #anchor-nav .anchor-nav-area-go-index,
.rest #anchor-nav5 .anchor-nav-area-go-index {
  text-align: left;
  position: absolute;
  display: block;
  top: -60px;
  left: 0;
  z-index: 100;
  width: 140px;
  height: 45px;
  background-color: #ffffff;
}
.rest #anchor-nav .anchor-nav-area-go-index a,
.rest #anchor-nav5 .anchor-nav-area-go-index a {
  display: block;
  width: 110px;
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  background-image: url(../images/common/icn_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 12px center;
}
#menu-title-area {
  padding-top: 40px;
}
.rest .shop-sec-title {
  font-size: 22px;
  color: #c70019;
  line-height: 1em;
}
.rest .shop-sec-title img {
  margin-left: 10px;
}
.rest #concept .shop-sec-title {
  color: #ffffff;
}
.rest #recommended .shop-sec-title,
.rest #concept .shop-sec-title {
  margin-bottom: 40px;
}
.rest #menu .shop-sec-title,
.rest #coupon .shop-sec-title {
  margin-bottom: 30px;
}
.rest #recommended {
  padding-top: 50px;
}
#recommended .more-btn {
  display: none;
}
.rest #recommended .concept-sec01 {
  overflow: hidden;
  padding: 20px 0 15px;
  border-top: 1px solid #cfcfcf;
/*  border-bottom: 1px solid #cfcfcf;
  height: 340px;*/
  margin-bottom: 40px;
}
.rest #recommended .concept-sec02 {
/*  overflow: auto;*/
  padding: 0;
  height: 250px;
  margin-top: 35px;
  margin-bottom: 75px;
}
.rest #recommended .news-l-box .news-list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.rest #recommended .news-l-box .news-list .general_news p{
	margin-bottom:1em;
}

.rest #recommended .news-l-box .news-list dl{
	float:left;
	width:600px;
}
.rest #recommended .news-l-box .news-list p.thumb {
  position: relative;
  width: 180px;
  height: 180px;
  text-align: right;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.rest #recommended .news-l-box .news-list p.thumb img {
  width: 180px;
  height: 180px;
}
.rest #recommended .news-l-box .news-list p.thumb span {
  position: absolute;
  bottom: 5px;right: -10px;
  display: block;
  width: 90px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  padding-right: 10px;
  background-color: #000000;
}
.rest #recommended .news-l-box .news-list p.thumb span:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;right: 0;
    width: 10px;
    height: 5px;
    background-image: url(../../images/topnews_day_af.png);
}
.rest #recommended .news-l-box .news-list dt {
  color: #c70019;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.rest #recommended .news-l-box {
  float: left;
  width: 800px;
}
.rest #recommended .news-r-box {
  float: right;
  width: 120px;
  padding-top: 20px;
  font-size: 14px;
}
.rest #recommended .news-r-box .news-archives-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.rest #recommended .news-r-box ul li {
  margin-bottom: 10px;
}
.rest #recommended .news-r-box ul li dl dt {
  cursor: pointer;
  display: block;
}
.rest #recommended .news-r-box ul li dl dt span {
  display: inline-block;
  background-image: url(../images/common/archives_arrow.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 16px;
}
.rest #recommended .news-r-box ul li dl dd {
  padding-left: 30px;
}
.rest #recommended .l-box {
  float: left;
  width: 645px;
  font-size:14px;
}
.rest #recommended .l-box strong {
  font-size:18px;
  font-weight:bold;
}
.rest #recommended .l-box p {
  margin-bottom: 25px;
}
.rest #recommended .r-box {
  float: right;
  width: 300px;
}
.rest #recommended .r-box img {
  width: 300px;
  height: auto;
}
.rest #recommended .concept-sec01 {
  overflow: hidden;
  padding: 20px 0 15px;
  border-top: 1px solid #cfcfcf;
/*  border-bottom: 1px solid #cfcfcf;
  height: 340px;*/
  margin-bottom: 40px;
}
.rest #recommended .concept-sec02 {
/*  overflow: auto;*/
  padding: 0;
  height: 250px;
  margin-top: 35px;
  margin-bottom: 75px;
}
.rest #recommended .l-box {
  float: left;
  width: 645px;
  font-size:14px;
}
.rest #recommended .l-box strong {
  font-size:18px;
  font-weight:bold;
}
.rest #recommended .l-box p {
  margin-bottom: 25px;
}
.rest #recommended .r-box {
  float: right;
  width: 300px;
}
.rest #recommended .r-box img {
  width: 300px;
  height: auto;
}
.rest #concept {
  background-color: #202020;
}
.rest #concept .concept-header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  height: 60px;
}
.rest #concept .inner-cover {
  position: relative;
  height: 770px;
}
.rest #concept .inner-cover .shop-sec-title {
  position: absolute;
  top: 40px;
  left: 0;
}
.rest #menu {
  float: left;
  padding: 35px 0;
}
.rest #coupon {
  float: right;
  padding: 35px 0;
}
.babelog-link-box {
  padding: 0 0;
}
.babelog-link-box img {
  margin-top: 5px;
}
.rest .babelog-link-box {
  position: relative;
  width: 370px;
  height: 90px;
  border: 5px solid #e7e7e7;
}
.rest .babelog-link-box .box span.gnav-menu {
  display: block;
  position: absolute;
  top: 35px;
  left: 180px;
  width: 165px;
}
.rest .babelog-link-box .box span.look-menu {
  display: block;
  position: absolute;
  top: 20px;
  left: 180px;
  width: 165px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.rest .babelog-link-box .box span.look-menu-one {
  display: block;
  position: absolute;
  top: 40px;
  left: 180px;
  width: 165px;
  padding-bottom: 5px;
}
.rest .babelog-link-box .box span.look-cupon {
  display: block;
  position: absolute;
  top: 50px;
  left: 180px;
  width: 165px;
}
.rest .babelog-link-box .box span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 12px;
  height: 11px;
  background-image: url(../images/common/link_icn_tabelog.png);
}
.rest #shopinfo {
  padding-bottom: 70px;
  background-color: #f8f6f2;
}
.rest #shopinfo .shopinfo-header {
  position: relative;
  height: 120px;
}
.rest #shopinfo .shopinfo-header .shop-sec-title {
  position: absolute;
  top: 60px;
  left: 0;
}
.rest #shopinfo .shopinfo-header .shop-logo {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 160px;
  min-height: 60px;
}
.rest #shopinfo .l-box {
  float: left;
  width: 420px;
  min-height: 540px;
  margin-bottom: 30px;
}
.rest #shopinfo .r-box {
  float: right;
  width: 500px;
  min-height: 540px;
  margin-bottom: 35px;
}
.rest #shopinfo #g-map {
  width: 420px;
  height: 540px;
  background-color: #fff;
}
.rest #shopinfo .l-box .ap-map-btn {
  display: none;
}
.rest #shopinfo .l-box .g-map-btn {
  padding-top: 10px;
}
.rest #shopinfo .l-box .g-map-btn a {
  color: #6891b1;
  text-decoration: underline;
}
.rest #shopinfo #shop-data {
  border-top: 1px solid #dbdad6;
}
.rest #shopinfo #shop-data th, .rest #shopinfo #shop-data td {
  font-size: 14px;
  border-bottom: 1px solid #dbdad6;
}
.rest #shopinfo #shop-data th {
  font-weight: bold;
  width: 140px;
  line-height: 1em;
  padding: 10px 0 9px;
}
.rest #shopinfo #shop-data td {
  padding: 10px 0 9px;
}
.rest #shopinfo #contact-box {
  background-color: #ffffff;
  width: 960px;
  height: 95px;
  margin: 0 auto 40px;
  text-align: center;
  padding-top: 25px;
}
.rest #shopinfo #contact-box .contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rest #shopinfo #contact-box .contact-name {
  font-size: 16px;
  color: #c70019;
}
.rest #shopinfo #contact-box .contact-name span {
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
}
.rest #concept-space {
  background-color: #2b2b2b;
  padding: 40px 0;
}
.rest #concept-space ul {
  /*width: 864px;*/
  height: 90px;
  margin: 0 auto;
}
.rest #concept-space ul li {
  float: left;
}
.rest #concept-space ul li a {
  position: relative;
  display: block;
  width: 120px;
  height: 90px;
  padding: 0 12px;
}
.rest #concept-space ul li a img {
  width: 118px;
  height: 88px;
  border: 1px solid #505050;
}
.rest #concept-space ul li a .caption {
  top: 90;
  color: #ffffff;
  font-size: 10px;
}
.rest #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-image: url(../images/common/cover_bg.png);
}
.rest #overlay img {
  display: block;
  width: auto;
  height: auto;
  margin: auto auto;
}
.rest #fb-like-box-cover {
  width: 960px;
  height: auto;
  margin: 0 auto 40px;
}
.rest #banner-area {
  width: 960px;
  margin: 0 auto 70px;
  overflow: hidden;
}
.rest #banner-area li {
  width: 180px;
  height: 70px;
  margin-right: 10px;
  float: left;
}
.rest #banner-area li a:hover {
  opacity: 0.8;
}


/*20190215*/
.rest #shopinfo #contact-box2 {
  background-color: #ffffff;
  width: 960px;
  height: 120px;
  margin: 0 auto 40px;
  text-align: center;
  padding-top: 25px;
}
.rest #shopinfo #contact-box2 .contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rest #shopinfo #contact-box2 .contact-name {
  font-size: 16px;
  color: #c70019;
}
.rest #shopinfo #contact-box2 .contact-name span {
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
}
.rest #shopinfo #contact-box2 .contact-online{
  font-size: 16px;
  margin-top:15px;
}
.rest #shopinfo #contact-box2 .contact-online a{color: #c70019;}
.rest #shopinfo #contact-box2 .contact-online a:hover{ text-decoration:underline;}


/** 2020/4/23 **/
.inner-cover .ap-brand-btn {display: block;}
.inner-cover .ap-brand-btn a {
    position: relative;
    display: block;
    background-color: #B1221A;
    color: #FFF;
    width: 300px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
  }
.inner-cover .ap-brand-btn a:before {
    position: absolute;
    top: 14px;right: 20px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/common/sp_icon_arrow_list_n.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.inner-cover .ap-brand-btn a:hover{opacity:0.5;}


/*
pc rest css end
*/
@media screen and (max-width: 540px) {
  #youtubearea {
    padding: 30px 0;
    font-size: 11px;
  }
  #youtubearea-inner {
    width: 80%;
    height: auto;
    margin: 0 10%;
  }
  #youtubearea-inner iframe {
    width: 100%;
    height: auto;
  }
#sp-archives-list {
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}
/*
#sp-archives-list:after {
    position: absolute;
    top: 1px;right: 10px;
    content: "";
    display: block;
    width: 45px;
    height: 48px;
    background-image: url(../images/common/sp_archives_under.png);
    background-repeat: no-repeat;
    background-size: 45px 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
*/
#sp-archives-list select {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-indent: 0.5em;
  color: #222222;
  border: 1px solid #848484;
  background-image: url(../images/common/sp_archives_under.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 600px 50px;
  cursor: pointer;
}
.rest #recommended .news-l-box .news-list {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
.rest #recommended .news-l-box .news-list p.thumb {
  width: 30%;
  height: auto;
  margin-right: 5%;
}
.rest #recommended .news-l-box .news-list p.thumb img {
  width: 100%;
  height: auto;
}
.rest #recommended .news-l-box .news-list p.thumb span {
  width: 100%;
}
.rest #recommended .news-l-box .news-list dl {
  float: right;
  width: 65%;
}
.rest #recommended .news-l-box .news-list dt {
  color: #c70019;
  font-size: 14px;
  margin-bottom: 10px;
}
.rest #recommended .news-l-box .news-list .detail-btn-more a {
  display: block;
  height: 20px;
  background-image: url(https://www.cardinal-japan.com/common/restaurant/images/common/news_detail_under.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 0 0;
  padding-left: 20px;
}
.rest #recommended .news-l-box {
  float: none;
  width: 100%;
}
.rest #recommended .news-r-box {
  float: none;
  display: none;
}
  /*
  sp rest css start
  */
  .rest #shoptitle-area {
    background-color: #c70019;
  }
  .rest #shoptitle-area-inner {
    width: 100%;
    height: auto;
    margin: 0 0;
    padding: 12px 0 12px 10px;
  }
  .rest #shoptitle-area-inner .sp-break {
    display: block;
  }
  .rest #anchor-nav-area {
    background-color: #f8f6f2;
    height: 85px;
    padding: 0 0;
    border-bottom: none;
  }
  .rest #shop-keyarea {
    height: 200px;
    background-color: #ccc;
    margin-bottom: 40px;
  }
  .rest #footer-go-index {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #fff;
  }
  .rest #footer-go-index a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background-image: url(../../images/sp_icon_arrow_list_l.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: #fff;
  }
  /* line 741, ../scss/restaurant.scss */
  .rest #footer-go-index #footer-go-top {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../../images/sp_pagetop_btn_r.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .rest {
    /*rest style*/
    /*shop-title*/
    /*recommended*/
    /*menu*/
    /*coupon*/
    /*shopinfo*/
    /*rest style end*/
  }
  .rest #shoptitle-area-inner #shoptitle-area {
    overflow: hidden;
  }
  .rest #shoptitle-area-inner #shoptitle-area #shop-title {
    float: none;
    font-size: 23px;
    line-height: 1.2em;
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .rest #shoptitle-area-inner #shoptitle-area #shop-subtitle {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    color: #ffffff;
  }
  .rest #shoptitle-area-inner #shoptitle-area #shop-subtitle br {
    display: none;
  }
  .rest #rest-breadcrumb {
    display: block;
    background-color: #c70019;
    height: 24px;
    line-height: 1em;
    padding: 0 0 7px 0;
    font-size: 10px;
  }
  .rest #rest-breadcrumb li {
    display: inline-block;
  }
  .rest #rest-breadcrumb li a {
    color: #ffffff;
  }
  .rest #rest-breadcrumb li a:before {
    display: inline-block;
    content: ">";
    margin: 0 6px;
  }
  .rest #rest-breadcrumb li#home img {
    width: 9px;
    height: 9px;
  }
  .rest #rest-breadcrumb li#home a:before {
    content: "";
    margin: 0 0;
  }
  .rest #rest-breadcrumb li#home span {
    margin-left: 5px;
  }
  .rest #anchor-nav,
  .rest #anchor-nav5 {
    position: relative;
    width: 100%;
    margin: 0 0;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #c6c5c1;
    border-right: none;
  }
  .rest #anchor-nav:after,
  .rest #anchor-nav5:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
  }
  .rest #anchor-nav li a {
    width: 25%;
    height: 84px;
    float: left;
    line-height: 1.4;
    border-left: 1px solid #c6c5c1;
    border-bottom: 2px solid #c70019;
    background-image: url(../images/common/pc_icn_anch_menu.png);
    background-repeat: no-repeat;
    background-position: center 60px;
  }
  .rest #anchor-nav5 li a {
    width: 20%;
    height: 84px;
    float: left;
    border-left: 1px solid #c6c5c1;
    border-bottom: 2px solid #c70019;
    background-image: url(../images/common/pc_icn_anch_menu.png);
    background-repeat: no-repeat;
    background-position: center 60px;
  }
 .rest #anchor-nav li a span,
 .rest #anchor-nav5 li a span {
  display: block;
 }
  .rest #anchor-nav .anchor-nav-area-go-index,
  .rest #anchor-nav5 .anchor-nav-area-go-index {
    position: absolute;
    display: block;
    top: -40px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #c6c5c1;
  }
  .rest #anchor-nav .anchor-nav-area-go-index a,
  .rest #anchor-nav5 .anchor-nav-area-go-index a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background-image: url(../images/common/icn_arrow_l.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    border-bottom: none;
  }
  #menu-title-area {
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .rest .shop-sec-title {
    font-size: 20px;
    line-height: 1em;
  }
  .rest .shop-sec-title img {
    display: none;
  }
  .rest #recommended .shop-sec-title,
  .rest #concept .shop-sec-title {
    margin-bottom: 20px;
  }
  .rest #menu .shop-sec-title,
  .rest #coupon .shop-sec-title {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .rest #recommended {
    padding: 0 10px;
    padding-top: 25px;
  }
  .rest #recommended .concept-sec01 {
    overflow: hidden;
    padding: 20px 0 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }
  .rest #recommended .concept-sec02 {
    overflow: hidden;
    padding: 20px 0 20px;
    min-height: 125px;
  }
  .rest #recommended .l-box {
    float: none;
    width: 100%;
  }
  .rest #recommended .l-box p {
    margin-bottom: 20px;
  }
  .rest #recommended .r-box {
    float: none;
    width: 100%;
  }
  .rest #recommended .r-box img {
    width: 100%;
    height: auto;
  }
  .rest #menu {
    float: none;
    padding: 10px 0 0;
  }
  .rest #coupon {
    float: none;
    padding: 10px 0 30px;
  }
  .rest .babelog-link-box {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .rest .babelog-link-box .box img {
    width: 50%;
    height: auto;
    margin-top: 0;
  }
  .rest .babelog-link-box .box span.gnav-menu {
    top: 35px;
    width: 45%;
    left: 50%;
  }
  .rest .babelog-link-box .box span.look-menu {
    top: 20px;
    width: 45%;
    left: 50%;
  }
  .rest .babelog-link-box .box span.look-cupon {
    top: 45px;
    width: 45%;
    left: 50%;
  }
  .rest .babelog-link-box .box:after {
    top: 35px;
  }
  .rest #shopinfo {
    padding: 0 10px;
    padding-bottom: 20px;
    background-color: #f8f6f2;
  }
  .rest #shopinfo .shopinfo-header {
    position: static;
    height: 60px;
  }
  .rest #shopinfo .shopinfo-header .shop-sec-title {
    padding-top: 20px;
    position: static;
  }
  .rest #shopinfo .shopinfo-header .shop-logo {
    display: none;
  }
  .rest #shopinfo .l-box {
    float: none;
    width: 100%;
    min-height: 350px;
  }
  .rest #shopinfo .l-box .g-map-btn {
    display: none;
  }
  .rest #shopinfo .r-box {
    float: none;
    min-height: 460px;
    width: 100%;
    margin-bottom: 10px;
  }
  .rest #shopinfo #g-map {
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .rest #shopinfo #shop-data {
    border-top: 1px solid #dbdad6;
  }
  .rest #shopinfo #shop-data th, .rest #shopinfo #shop-data td {
    font-size: 12px;
    border-bottom: 1px solid #dbdad6;
  }
  .rest #shopinfo #shop-data th {
    font-weight: normal;
    width: 100px;
    color: #c70019;
    line-height: 1em;
    padding: 10px 0 9px;
  }
  .rest #shopinfo #shop-data td {
    padding: 10px 0 9px;
  }
  .rest #shopinfo #contact-box {
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .rest #shopinfo #contact-box .contact-title {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .rest #shopinfo #contact-box .contact-name {
    font-size: 11px;
    color: #c70019;
  }
  .rest #shopinfo #contact-box .contact-name span {
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
  }
  #recommended .more-btn {
    display: none;
  }

  /*
  sp rest css end
  */
}




/* patch 20150119 */

.bx-viewport{
	overflow:visible!important;
}

.rest #concept-space {
}
.rest #concept-space .inner{
}
.rest #concept-space ul  {
	text-align: center;
}

.rest #concept-space ul li{
	float:none;
    display: inline-block;
    /display: inline;  /* IE用 */
    /zoom: 1;  /* IE用 */
}

@media screen and (max-width: 540px) {
	.gallery {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
  #list-nav {
    width: 100%;
    margin: 0 0;
  }
	#list-nav .gallery-comment {
		position: absolute;
		max-width: 540px;
		bottom: 50px;
		right: 5px;
		text-align: right;
		font-size: 13px;
		color: #ffffff;
		font-weight: normal;
		line-height: 1.2em;
		text-align: right;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	}

	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top:0;
		margin-left:0!important;
		outline: 0;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		z-index: 99;
	}
	.bx-wrapper .bx-next {
		right: 0!important;
	}
  .concept-gallery-list li {
    height: auto;
    margin: 0 0;
  }
	.concept-gallery-list li .concept-gallery-cont {
		width: 100%;
		height: auto;
		margin: 0 0;
	}
	.concept-gallery-list li img {
		width: 470px;
		height: auto;
	}
	.concept-gallery {
		position: relative;
		width: 100%;
		height:auto!important;
		overflow: hidden;
		padding-bottom: 0;
	}
	.concept-gallery-list li .c-txt {
		font-size: 15px;
		display: block;
    padding: 0 0;
		padding-top: 10px;
		width: auto!important;
		color: #ffffff;
		border-bottom: none;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.3;
	}
  .concept-gallery-list li .c-txt-u {
    width: 100%;
    padding: 0 0;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    color: #ffffff;
  }
	.rest #anchor-nav .anchor-nav-area-go-index a {
		display: block;
		width: 100%;
		padding-left: 10px!important;
		height: 30px;
		line-height: 30px;
		padding-left: 30px;
		background-image: none;
		border-bottom: none;
    background-color: #ffffff;
	}
	.rest #anchor-nav .anchor-nav-area-go-index a:before {
		content:"< ";
	}
	.rest #anchor-nav .anchor-nav-area-go-index {
		position: absolute;
		display: block;
		top: -30px;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 30px;
    line-height: 30px;
		margin-top: 0;
		background: none!important;
		border-bottom: none!important;
	}
	.item01 a,.item02 a,.item03 a,.item04 a,.item05 a{
		padding-top:10px;
	}
	#main-gallery-area .bx-controls-direction{
		display:none;
	}
	.bx-wrapper .bx-pager {
		text-align: right;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		margin-top: -16px;
	}
	.bx-wrapper {
		position: relative;
		margin: 0 auto 0px!important;
		padding: 0;
	}
	.rest #concept .concept-header {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding-top: 20px;
		height: 60px;
	}
	#recommended .shop-sec-title, .rest #concept .shop-sec-title {
		margin-bottom: 20px;
		margin-left: 10px;
	}
  #recommended .more-btn {
    margin: 20px 0;
    display: block;
  }
  #recommended .more-btn a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 15px;
    background-image: url(../images/common/sp_icon_arrow_list_u.png);
    background-repeat: no-repeat;
    background-position: 120px center;
    background-size: 14px 14px;
  }

	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #fff;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: left;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active,
	.bx-wrapper .bx-pager.bx-default-pager a:focus {
		background: #c70019;
	}
	.concept-header{
		width:auto!important;
	}
	.concept-space {
		display:none!important;
	}
	.concept-space-sp {
		display:block!important;
    overflow: hidden;
	}
  .rest #concept-space ul li {
    width: 160px;
    height: 88px;
  }
	.rest #concept-space ul li a img {
		width: 140px;
		height: 88px;
		border: 1px solid #505050;
	}
	.rest #concept-space ul li a {
		position: relative;
		display: block;
    width: 140px;
    height: 88px;
		padding: 0 6px;
    margin: 0 auto;
	}
	.concept-space-sp .bx-wrapper .bx-pager {
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		position: absolute;
		top: 150px;
	}
	.concept-space-sp .bx-wrapper .bx-controls-direction a {
		top: 130px;
	}
	.rest #concept-space {
		background-color: #2b2b2b;
		padding: 25px 0 70px;
	}
  .rest #fb-like-box-cover {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .rest #concept-space ul li a .caption {
    text-align: left;
    display: block;
    padding-top: 5px;
  }
  /* Facebook Like Box width: 100% */
  div.fb-like-box,
  div.fb-like-box iframe[style],
  div.fb-like-box span {
      width: 100% !important;
  }

  .rest #banner-area {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 70px;
    padding: 14px 0 0;
    overflow: hidden;
  }
  /* line 437, ../scss/top.scss */
  .rest #banner-area li {
    position: static;
    width: 45%;
    display: block;
    margin-bottom: 10px;
  }
  /* line 442, ../scss/top.scss */
  .rest #banner-area li img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 448, ../scss/top.scss */
  .rest #banner-area li:nth-child(odd) {
    float: left;
  }
  /* line 451, ../scss/top.scss */
  .rest #banner-area li:nth-child(even) {
    float: right;
  }
  .rest #shopinfo .l-box .ap-map-btn {
    display: block;
  }
  .rest #shopinfo .l-box .ap-map-btn a {
    position: relative;
    display: block;
    background-color: #ffffff;
    color: #000;
    width: 100%;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .rest #shopinfo .l-box .ap-map-btn a:before {
    position: absolute;
    top: 14px;right: 20px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/common/sp_icon_arrow_list_n.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

/*20190215*/
.rest #shopinfo #contact-box2 {
    background-color: #ffffff;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}
.rest #shopinfo #contact-box2 .contact-title {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
.rest #shopinfo #contact-box2 .contact-name {
    font-size: 11px;
    color: #c70019;
}
.rest #shopinfo #contact-box2 .contact-name span {
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
}
.rest #shopinfo #contact-box2 .contact-online{
	font-size: 11px;
	margin-top:10px;
}
.rest #shopinfo #contact-box2 .contact-online a{color: #c70019;}
.rest #shopinfo #contact-box2 .contact-online a:hover{ text-decoration:underline;}

/** 2020/4/23 **/
.inner-cover .ap-brand-btn a {width: 100%;}


}


.concept-space-sp {
	display:none;
}
.concept-thumb-list{
    display: inline-flex;
}
/***************/
/*	Clear Fix	*/
/****************/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {
	display: block;
}