@charset "UTF-8";



/*
pc rest css start
*/
/*一覧ページ*/
/* line 9, ../scss/restaurant.scss */
body.rest-index {
  background-color: #f8f6f2;
  /*店舗リスト*/
}
/* line 12, ../scss/restaurant.scss */
body.rest-index #contentRes {
  width: 960px;
  padding: 45px 30px 120px;
  margin: 0 auto 20px;
  background-color: #ffffff;
}
/* line 18, ../scss/restaurant.scss */
body.rest-index #breadcrumb {
  display: block;
}
/* line 21, ../scss/restaurant.scss */
body.rest-index #rest-index-header-area {
  background-image: url(../images/common/restaurant_indexpage_header.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}
/* line 25, ../scss/restaurant.scss */
body.rest-index #rest-index-header-area #rest-index-header {
  width: 960px;
  margin: 0 auto;
  height: 140px;
}
/* line 31, ../scss/restaurant.scss */
body.rest-index .tempo-header-area {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
/* line 36, ../scss/restaurant.scss */
body.rest-index .tempo-header-area span {
  display: block;
  position: absolute;
  height: 50px;
}
/* line 41, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .column_01 {
  width: 228px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 45, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .column_02 {
  width: 472px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 49, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .column_03 {
  width: 716px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 53, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .column_04 {
  width: 960px;
  border-bottom: 1px solid #cfcfcf;
}
/* line 57, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .pos02 {
  left: 244px;
}
/* line 60, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .pos03 {
  left: 488px;
}
/* line 63, ../scss/restaurant.scss */
body.rest-index .tempo-header-area .pos04 {
  left: 732px;
}
/* line 67, ../scss/restaurant.scss */
body.rest-index .restaurant-list {
  position: relative;
  height: 300px;
}
/* line 70, ../scss/restaurant.scss */
body.rest-index .restaurant-list li {
  position: absolute;
  top: 0;
}
/* line 73, ../scss/restaurant.scss */
body.rest-index .restaurant-list li a {
  display: block;
  width: 228px;
}
/* line 78, ../scss/restaurant.scss */
body.rest-index .restaurant-list li p span {
  display: block;
}
/* line 81, ../scss/restaurant.scss */
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;
}
/* line 92, ../scss/restaurant.scss */
body.rest-index .restaurant-list .list-01 {
  left: 0;
}
/* line 93, ../scss/restaurant.scss */
body.rest-index .restaurant-list .list-02 {
  left: 245px;
}
/* line 94, ../scss/restaurant.scss */
body.rest-index .restaurant-list .list-03 {
  left: 485px;
}
/* line 95, ../scss/restaurant.scss */
body.rest-index .restaurant-list .list-04 {
  right: 0;
}

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

/* line 103, ../scss/restaurant.scss */
.rest {
  /*common overwrite*/
}
/* line 104, ../scss/restaurant.scss */
.rest #shoptitle-area {
  background-color: #c70019;
}
/* line 107, ../scss/restaurant.scss */
.rest #shoptitle-area-inner {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0;
}
/* line 113, ../scss/restaurant.scss */
.rest #anchor-nav-area {
  background-color: #f8f6f2;
  height: 35px;
  padding: 15px 0;
  border-bottom: 2px solid #c70019;
}
/* line 126, ../scss/restaurant.scss */
.rest #shop-keyarea {
  height: 430px;
  background-color: #ccc;
}
/* line 130, ../scss/restaurant.scss */
.rest #footer-go-index {
  position: absolute;
  top: -45px;
  left: 0;
  width: 140px;
  height: 45px;
  background-color: #ffffff;
}
/* line 136, ../scss/restaurant.scss */
.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;
}

/*ギャラリー機能*/
/* line 153, ../scss/restaurant.scss */
.gallery {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

/* line 161, ../scss/restaurant.scss */
#list-nav {
  position: relative;
  width: 870px;
  margin: 0 auto;
}
/* line 165, ../scss/restaurant.scss */
#list-nav a {
  position: absolute;
  bottom: 200px;
  display: block;
  width: 45px;
  height: 45px;
}
/* line 172, ../scss/restaurant.scss */
#list-nav a.prev {
  left: 0;
  background-image: url(../images/common/prev_btn.png);
}
/* line 176, ../scss/restaurant.scss */
#list-nav a.next {
  right: 0;
  background-image: url(../images/common/next_btn.png);
}
/* line 180, ../scss/restaurant.scss */
#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);
}

/* line 189, ../scss/restaurant.scss */
.gallery-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100000px;
  background-color: #000000;
}
/* line 194, ../scss/restaurant.scss */
.gallery-list li {
  float: left;
  line-height: 0;
}
/* line 197, ../scss/restaurant.scss */
.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;
}

/* line 203, ../scss/restaurant.scss */
.coverL {
  position: absolute;
  top: 0;
  left: 0;
  height: 430px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}

/* line 211, ../scss/restaurant.scss */
.coverR {
  position: absolute;
  top: 0;
  right: 0;
  height: 430px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}

/*コンセプトギャラリー機能*/
/* line 223, ../scss/restaurant.scss */
.concept-gallery {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* line 230, ../scss/restaurant.scss */
#c-list-nav {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
/* line 234, ../scss/restaurant.scss */
#c-list-nav a {
  position: absolute;
  bottom: 200px;
  display: block;
  width: 45px;
  height: 45px;
}
/* line 241, ../scss/restaurant.scss */
#c-list-nav a.prev {
  left: 0;
  background-image: url(../images/common/prev_btn.png);
}
/* line 245, ../scss/restaurant.scss */
#c-list-nav a.next {
  right: 0;
  background-image: url(../images/common/next_btn.png);
}

/* line 251, ../scss/restaurant.scss */
.concept-thumb-area {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
/* line 255, ../scss/restaurant.scss */
.concept-thumb-area ul {
  overflow: hidden;
}
/* line 257, ../scss/restaurant.scss */
.concept-thumb-area ul li {
  float: left;
  margin-left: 5px;
}
/* line 260, ../scss/restaurant.scss */
.concept-thumb-area ul li img {
  width: 60px;
  height: 40px;
}

/* line 267, ../scss/restaurant.scss */
.concept-gallery-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100000px;
  background-color: #202020;
}
/* line 272, ../scss/restaurant.scss */
.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;
}

/* line 277, ../scss/restaurant.scss */
.concept-gallery-list li .c-txt {
  font-size: 18px;
  display: block;
  padding-top: 45px;
  width: 470px;
  height: 35px;
  color: #ffffff;
  border-bottom: 1px solid #606060;
  margin-bottom: 15px;
}
.concept-gallery-list li .line {
  line-height: 1.4em;
  height: 60px;
  padding-top: 20px;
}
/* line 287, ../scss/restaurant.scss */
.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;
}
/* line 292, ../scss/restaurant.scss */
.concept-gallery-list li img {
  width: 470px;
  height: 300px;
}

/* line 298, ../scss/restaurant.scss */
.c-coverL {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}

/* line 306, ../scss/restaurant.scss */
.c-coverR {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  width: 100px;
  background-color: #000;
  opacity: 0.8;
}

/* line 315, ../scss/restaurant.scss */
.rest {
  /*rest style*/
  /*shop-title*/
  /*recommended*/
  /*concept*/
  /*menu*/
  /*coupon*/
  /*shopinfo*/
  /*rest style end*/
}
/* line 318, ../scss/restaurant.scss */
.rest #shoptitle-area-inner #shoptitle-area {
  overflow: hidden;
}
/* line 320, ../scss/restaurant.scss */
.rest #shoptitle-area-inner #shoptitle-area #shop-title {
  display: block;
  float: left;
  font-size: 32px;
  line-height: 1em;
  color: #ffffff;
  margin-right: 26px;
}
/* line 328, ../scss/restaurant.scss */
.rest #shoptitle-area-inner #shoptitle-area #shop-subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #ffffff;
}
/* line 336, ../scss/restaurant.scss */
.rest #rest-breadcrumb {
  display: block;
  background-color: #c70019;
  height: 24px;
  line-height: 1em;
  padding: 7px 0 7px 0;
  font-size: 11px;
}
/* line 343, ../scss/restaurant.scss */
.rest #rest-breadcrumb li {
  display: inline-block;
}
/* line 345, ../scss/restaurant.scss */
.rest #rest-breadcrumb li a {
  color: #ffffff;
}
/* line 349, ../scss/restaurant.scss */
.rest #rest-breadcrumb li a:before {
  display: inline-block;
  content: ">";
  margin: 0 7px;
}
/* line 355, ../scss/restaurant.scss */
.rest #rest-breadcrumb li#home img {
  width: 9px;
  height: 9px;
}
/* line 359, ../scss/restaurant.scss */
.rest #rest-breadcrumb li#home a:before {
  content: "";
  margin: 0 0;
}
/* line 363, ../scss/restaurant.scss */
.rest #rest-breadcrumb li#home span {
  margin-left: 7px;
}
/* line 367, ../scss/restaurant.scss */
.rest #rest-breadcrumb li#last {
  color: #ffffff;
}
/* line 369, ../scss/restaurant.scss */
.rest #rest-breadcrumb li#last:before {
  display: inline-block;
  content: ">";
  margin: 0 7px;
}
/* line 377, ../scss/restaurant.scss */
.rest #anchor-nav {
  position: relative;
  width: 960px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #c6c5c1;
}
/* line 384, ../scss/restaurant.scss */
.rest #anchor-nav:after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
}
/* line 391, ../scss/restaurant.scss */
.rest #anchor-nav 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;
}
/* line 402, ../scss/restaurant.scss */
.rest #anchor-nav .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;
}
/* line 411, ../scss/restaurant.scss */
.rest #anchor-nav .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;
}
/* line 425, ../scss/restaurant.scss */
.rest .shop-sec-title {
  font-size: 22px;
  color: #c70019;
  line-height: 1em;
}
/* line 429, ../scss/restaurant.scss */
.rest .shop-sec-title img {
  margin-left: 10px;
}
/* line 434, ../scss/restaurant.scss */
.rest #concept .shop-sec-title {
  color: #ffffff;
}
/* line 436, ../scss/restaurant.scss */
.rest #recommended .shop-sec-title,
.rest #concept .shop-sec-title {
  margin-bottom: 40px;
}
/* line 441, ../scss/restaurant.scss */
.rest #menu .shop-sec-title,
.rest #coupon .shop-sec-title {
  margin-bottom: 30px;
}
/* line 446, ../scss/restaurant.scss */
.rest #recommended {
  padding-top: 50px;
}
#recommended .more-btn {
  display: none;
}
/* line 448, ../scss/restaurant.scss */
.rest #recommended .concept-sec01 {
  overflow: hidden;
  padding: 40px 0 15px;
  border-top: 1px solid #cfcfcf;
/*  border-bottom: 1px solid #cfcfcf;
  height: 340px;*/
  margin-bottom: 40px;
}
/* line 454, ../scss/restaurant.scss */
.rest #recommended .concept-sec02 {
/*  overflow: auto;*/
  padding: 0;
  height: 250px;
  margin-top: 35px;
  margin-bottom: 75px;
}
/* line 461, ../scss/restaurant.scss */
.rest #recommended .l-box {
  float: left;
  width: 645px;
  font-size:14px;
}
.rest #recommended .l-box strong {
  font-size:18px;
  font-weight:bold;
}
/* line 464, ../scss/restaurant.scss */
.rest #recommended .l-box p {
  margin-bottom: 25px;
}
/* line 468, ../scss/restaurant.scss */
.rest #recommended .r-box {
  float: right;
  width: 300px;
}
/* line 471, ../scss/restaurant.scss */
.rest #recommended .r-box img {
  width: 300px;
  height: auto;
}
/* line 479, ../scss/restaurant.scss */
.rest #concept {
  background-color: #202020;
}
/* line 481, ../scss/restaurant.scss */
.rest #concept .concept-header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  height: 60px;
}
/* line 488, ../scss/restaurant.scss */
.rest #concept .inner-cover {
  position: relative;
  height: 770px;
}
/* line 491, ../scss/restaurant.scss */
.rest #concept .inner-cover .shop-sec-title {
  position: absolute;
  top: 40px;
  left: 0;
}
/* line 499, ../scss/restaurant.scss */
.rest #menu {
  float: left;
  padding: 35px 0;
}
/* line 505, ../scss/restaurant.scss */
.rest #coupon {
  float: right;
  padding: 35px 0;
}
.babelog-link-box {
  padding: 0 0;
}
.babelog-link-box img {
  margin-top: 5px;
}
/* line 511, ../scss/restaurant.scss */
.rest .babelog-link-box a {
  display: block;
  position: relative;
  width: 370px;
  height: 90px;
  border: 5px solid #e7e7e7;
}
/* line 517, ../scss/restaurant.scss */
.rest .babelog-link-box a span {
  display: block;
  position: absolute;
  top: 25px;
  left: 180px;
  width: 165px;
}
/* line 525, ../scss/restaurant.scss */
.rest .babelog-link-box a:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 12px;
  height: 11px;
  background-image: url(../images/common/link_icn_tabelog.png);
}
/* line 537, ../scss/restaurant.scss */
.rest #shopinfo {
  padding-bottom: 70px;
  background-color: #f8f6f2;
}
/* line 539, ../scss/restaurant.scss */
.rest #shopinfo .shopinfo-header {
  position: relative;
  height: 120px;
}
/* line 542, ../scss/restaurant.scss */
.rest #shopinfo .shopinfo-header .shop-sec-title {
  position: absolute;
  top: 60px;
  left: 0;
}
/* line 546, ../scss/restaurant.scss */
.rest #shopinfo .shopinfo-header .shop-logo {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 160px;
  min-height: 60px;
}
/* line 554, ../scss/restaurant.scss */
.rest #shopinfo .l-box {
  float: left;
  width: 420px;
  min-height: 540px;
  margin-bottom: 30px;
}
/* line 559, ../scss/restaurant.scss */
.rest #shopinfo .r-box {
  float: right;
  width: 500px;
  min-height: 540px;
  margin-bottom: 35px;
}
/* line 564, ../scss/restaurant.scss */
.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;
}
/* line 569, ../scss/restaurant.scss */
.rest #shopinfo #shop-data {
  border-top: 1px solid #dbdad6;
}
/* line 571, ../scss/restaurant.scss */
.rest #shopinfo #shop-data th, .rest #shopinfo #shop-data td {
  font-size: 14px;
  border-bottom: 1px solid #dbdad6;
}
/* line 575, ../scss/restaurant.scss */
.rest #shopinfo #shop-data th {
  font-weight: bold;
  width: 140px;
  line-height: 1em;
  padding: 10px 0 9px;
}
/* line 581, ../scss/restaurant.scss */
.rest #shopinfo #shop-data td {
  padding: 10px 0 9px;
}
/* line 585, ../scss/restaurant.scss */
.rest #shopinfo #contact-box {
  background-color: #ffffff;
  width: 960px;
  height: 95px;
  margin: 0 auto 40px;
  text-align: center;
  padding-top: 25px;
}
/* line 592, ../scss/restaurant.scss */
.rest #shopinfo #contact-box .contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 597, ../scss/restaurant.scss */
.rest #shopinfo #contact-box .contact-name {
  font-size: 16px;
  color: #c70019;
}
/* line 600, ../scss/restaurant.scss */
.rest #shopinfo #contact-box .contact-name span {
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
}
/* line 610, ../scss/restaurant.scss */
.rest #concept-space {
  background-color: #2b2b2b;
  padding: 40px 0;
}
/* line 613, ../scss/restaurant.scss */
.rest #concept-space ul {
  /*width: 864px;*/
  height: 90px;
  margin: 0 auto;
}
/* line 617, ../scss/restaurant.scss */
.rest #concept-space ul li {
  float: left;
}
/* line 619, ../scss/restaurant.scss */
.rest #concept-space ul li a {
  position: relative;
  display: block;
  width: 120px;
  height: 90px;
  padding: 0 12px;
}
/* line 626, ../scss/restaurant.scss 
.rest #concept-space ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  right: 5px;
  width: 17px;
  height: 17px;
  background-image: url(../images/common/icn_space_plus.png);
  background-repeat: no-repeat;
}
*/
/* line 636, ../scss/restaurant.scss */
.rest #concept-space ul li a img {
  width: 118px;
  height: 88px;
  border: 1px solid #505050;
}
/* line 641, ../scss/restaurant.scss */
.rest #concept-space ul li a .caption {
  top: 90;
  color: #ffffff;
  font-size: 10px;
}
/* line 651, ../scss/restaurant.scss */
.rest #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-image: url(../images/common/cover_bg.png);
}
/* line 658, ../scss/restaurant.scss */
.rest #overlay img {
  display: block;
  width: auto;
  height: auto;
  margin: auto auto;
}
/* line 666, ../scss/restaurant.scss */
.rest #fb-like-box-cover {
  width: 960px;
  height: auto;
  margin: 0 auto 40px;
}
/* line 672, ../scss/restaurant.scss */
.rest #banner-area {
  width: 960px;
  margin: 0 auto 70px;
  overflow: hidden;
}
/* line 676, ../scss/restaurant.scss */
.rest #banner-area li {
  width: 180px;
  height: 70px;
  margin-right: 10px;
  float: left;
}
/* line 682, ../scss/restaurant.scss */
.rest #banner-area li a:hover {
  opacity: 0.8;
}

/*
pc rest css end
*/
@media screen and (max-width: 540px) {
  /*
  sp rest css start
  */
  /* line 700, ../scss/restaurant.scss */
  .rest #shoptitle-area {
    background-color: #c70019;
  }
  /* line 703, ../scss/restaurant.scss */
  .rest #shoptitle-area-inner {
    width: 100%;
    height: auto;
    margin: 0 0;
    padding: 12px 0 12px 10px;
  }
  /* line 708, ../scss/restaurant.scss */
  .rest #shoptitle-area-inner .sp-break {
    display: block;
  }
  /* line 712, ../scss/restaurant.scss */
  .rest #anchor-nav-area {
    background-color: #f8f6f2;
    height: 85px;
    padding: 0 0;
    border-bottom: none;
  }
  /* line 718, ../scss/restaurant.scss */
  .rest #shop-keyarea {
    height: 200px;
    background-color: #ccc;
    margin-bottom: 40px;
  }
  /* line 723, ../scss/restaurant.scss */
  .rest #footer-go-index {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #fff;
  }
  /* line 729, ../scss/restaurant.scss */
  .rest #footer-go-index a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background-image: url(../../../common/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(../../../common/images/sp_pagetop_btn_r.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  /* line 760, ../scss/restaurant.scss */
  .rest {
    /*rest style*/
    /*shop-title*/
    /*recommended*/
    /*menu*/
    /*coupon*/
    /*shopinfo*/
    /*rest style end*/
  }
  /* line 763, ../scss/restaurant.scss */
  .rest #shoptitle-area-inner #shoptitle-area {
    overflow: hidden;
  }
  /* line 765, ../scss/restaurant.scss */
  .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;
  }
  /* line 773, ../scss/restaurant.scss */
  .rest #shoptitle-area-inner #shoptitle-area #shop-subtitle {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    color: #ffffff;
  }
  /* line 778, ../scss/restaurant.scss */
  .rest #shoptitle-area-inner #shoptitle-area #shop-subtitle br {
    display: none;
  }
  /* line 784, ../scss/restaurant.scss */
  .rest #rest-breadcrumb {
    display: block;
    background-color: #c70019;
    height: 24px;
    line-height: 1em;
    padding: 0 0 7px 0;
    font-size: 10px;
  }
  /* line 791, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li {
    display: inline-block;
  }
  /* line 793, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li a {
    color: #ffffff;
  }
  /* line 797, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li a:before {
    display: inline-block;
    content: ">";
    margin: 0 6px;
  }
  /* line 803, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li#home img {
    width: 9px;
    height: 9px;
  }
  /* line 807, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li#home a:before {
    content: "";
    margin: 0 0;
  }
  /* line 811, ../scss/restaurant.scss */
  .rest #rest-breadcrumb li#home span {
    margin-left: 5px;
  }
  /* line 816, ../scss/restaurant.scss */
  .rest #anchor-nav {
    position: relative;
    width: 100%;
    margin: 0 0;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #c6c5c1;
    border-right: none;
  }
  /* line 824, ../scss/restaurant.scss */
  .rest #anchor-nav:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
  }
  /* line 831, ../scss/restaurant.scss */
  .rest #anchor-nav 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;
  }
  /* line 842, ../scss/restaurant.scss */
  .rest #anchor-nav .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;
  }
  /* line 851, ../scss/restaurant.scss */
  .rest #anchor-nav .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;
  }
  /* line 865, ../scss/restaurant.scss */
  .rest .shop-sec-title {
    font-size: 20px;
    line-height: 1em;
  }
  /* line 868, ../scss/restaurant.scss */
  .rest .shop-sec-title img {
    display: none;
  }
  /* line 873, ../scss/restaurant.scss */
  .rest #recommended .shop-sec-title,
  .rest #concept .shop-sec-title {
    margin-bottom: 20px;
  }
  /* line 878, ../scss/restaurant.scss */
  .rest #menu .shop-sec-title,
  .rest #coupon .shop-sec-title {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  /* line 884, ../scss/restaurant.scss */
  .rest #recommended {
    padding: 0 10px;
    padding-top: 25px;
  }
  /* line 887, ../scss/restaurant.scss */
  .rest #recommended .concept-sec01 {
    overflow: hidden;
    padding: 20px 0 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }
  /* line 893, ../scss/restaurant.scss */
  .rest #recommended .concept-sec02 {
    overflow: hidden;
    padding: 20px 0 20px;
    min-height: 125px;
  }
  /* line 898, ../scss/restaurant.scss */
  .rest #recommended .l-box {
    float: none;
    width: 100%;
  }
  /* line 901, ../scss/restaurant.scss */
  .rest #recommended .l-box p {
    margin-bottom: 20px;
  }
  /* line 905, ../scss/restaurant.scss */
  .rest #recommended .r-box {
    float: none;
    width: 100%;
  }
  /* line 908, ../scss/restaurant.scss */
  .rest #recommended .r-box img {
    width: 100%;
    height: auto;
  }
  /* line 916, ../scss/restaurant.scss */
  .rest #menu {
    float: none;
    padding: 20px 0;
    border-bottom: 2px solid #d5d5d5;
  }
  /* line 923, ../scss/restaurant.scss */
  .rest #coupon {
    float: none;
    padding: 20px 0;
  }
  .rest .babelog-link-box a {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .rest .babelog-link-box a img {
    width: 50%;
    height: auto;
    margin-top: 0;
  }
  .rest .babelog-link-box a span {
    top: 25px;
    width: 50%;
    left: 50%;
  }
  .rest .babelog-link-box a:after {
    top: 35px;
  }
  /* line 929, ../scss/restaurant.scss */
  .rest #shopinfo {
    padding: 0 10px;
    padding-bottom: 20px;
    background-color: #f8f6f2;
  }
  /* line 932, ../scss/restaurant.scss */
  .rest #shopinfo .shopinfo-header {
    position: static;
    height: 60px;
  }
  /* line 935, ../scss/restaurant.scss */
  .rest #shopinfo .shopinfo-header .shop-sec-title {
    padding-top: 20px;
    position: static;
  }
  /* line 939, ../scss/restaurant.scss */
  .rest #shopinfo .shopinfo-header .shop-logo {
    display: none;
  }
  /* line 944, ../scss/restaurant.scss */
  .rest #shopinfo .l-box {
    float: none;
    width: 100%;
    min-height: 350px;
  }
  .rest #shopinfo .l-box .g-map-btn {
    display: none;
  }
  /* line 949, ../scss/restaurant.scss */
  .rest #shopinfo .r-box {
    float: none;
    min-height: 460px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 954, ../scss/restaurant.scss */
  .rest #shopinfo #g-map {
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  /* line 960, ../scss/restaurant.scss */
  .rest #shopinfo #shop-data {
    border-top: 1px solid #dbdad6;
  }
  /* line 962, ../scss/restaurant.scss */
  .rest #shopinfo #shop-data th, .rest #shopinfo #shop-data td {
    font-size: 12px;
    border-bottom: 1px solid #dbdad6;
  }
  /* line 966, ../scss/restaurant.scss */
  .rest #shopinfo #shop-data th {
    font-weight: normal;
    width: 100px;
    color: #c70019;
    line-height: 1em;
    padding: 10px 0 9px;
  }
  /* line 973, ../scss/restaurant.scss */
  .rest #shopinfo #shop-data td {
    padding: 10px 0 9px;
  }
  /* line 977, ../scss/restaurant.scss */
  .rest #shopinfo #contact-box {
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  /* line 984, ../scss/restaurant.scss */
  .rest #shopinfo #contact-box .contact-title {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  /* line 989, ../scss/restaurant.scss */
  .rest #shopinfo #contact-box .contact-name {
    font-size: 11px;
    color: #c70019;
  }
  /* line 992, ../scss/restaurant.scss */
  .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 .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 10px;
		padding-top: 40px;
		width: auto!important;
		color: #ffffff;
		border-bottom: none;
		margin-top: 20px;
		margin-bottom: 45px;
		line-height: 1.3;
	}
  .concept-gallery-list li .c-txt-u {
    width: 100%;
    padding: 0 10px;
    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 30px!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(https://www.cardinal-japan.com/wedding/dirfiles/images/common/sp_icon_arrow_list_u.png);
    background-repeat: no-repeat;
    background-position: 120px center;
    background-size: 14px 14px;
  }
	.concept-gallery-list li .concept-gallery-cont {
		width: 100%;
		height: 440px;
		margin: 0 auto;
		margin-left: -20px;
	}
	.concept-thumb-area {
		position: initial;
		right: inherit;
	}

	.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-thumb-list{
		width: 100%;
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		top: 300px;
	}
	.concept-thumb-list .bx-pager-item{
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
	.concept-thumb-list a {
		display: inline-block!important;
		background: #fff;
		text-indent: -9999px;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: left;
	}
	.concept-thumb-list a:hover,
	.concept-thumb-list a.active,
	.concept-thumb-listr a:focus {
		background: #c70019;
	}
	.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;
	}
  .rest #concept-space ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 17px;
    height: 17px;
    background-image: url(../images/common/icn_space_plus.png);
    background-repeat: no-repeat;
  }
	.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(https://www.cardinal-japan.com/wedding/dirfiles/images/common/sp_icon_arrow_list_n.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

}
.concept-space-sp {
	display:none;
}
.concept-thumb-list{
    display: inline-flex;
}