@charset "UTF-8";
.rBg--1 {
  background: url("../../images/v2/restaurant/index/bg_1.png");
}

.rBg--2 {
  background: url("../../images/v2/restaurant/index/bg_2.png");
}

.rBg--3 {
  border-top: 2px solid #eae6e3;
  background: url("../../images/v2/restaurant/index/bg_3.png");
}

.rBg--4 {
  background-image: url("../../images/v2/restaurant/index/bg_4.jpg");
}
@media screen and (max-width: 640px) {
  .rBg--4 {
    background-image: none;
  }
}

.rCf:after {
  content: "";
  clear: both;
  display: block;
}

.rPcFl--right {
  float: right;
}

.rPcFl--left {
  float: left;
}

@media screen and (max-width: 640px) {
  .rPcFl--right {
    float: none;
  }

  .rPcFl--left {
    float: none;
  }
}
.l-rNote {
  padding-top: 20px;
  padding-bottom: 14px;
}
.l-rNoteb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-rNote + .l-rNote {
  padding-top: 0;
}
.l-rNote--nolh {
  line-height: 0;
}

.l-rAccess {
  padding-bottom: 50px;
}

.l-rInterior {
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .l-rNote {
    padding-top: 3.125%;
    padding-bottom: 3.125%;
  }

  .l-rFair {
    margin-top: 20px;
  }

  .l-rAccess {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .l-rInterior {
    margin-top: 30px;
  }
}
.rFs--head {
  font-size: 24px;
  color: #161616;
}
@media screen and (max-width: 640px) {
  .rFs--head {
    font-size: 21px;
  }
}


.rHero {
  background: url("../../images/v2/restaurant/index/bg_hero_ribbon.png") repeat-x 0 100%;
  padding-bottom: 10px;
}
.rHero__slider-container {
  width: 100%;
  height: 0;
  padding-top: 43.57143%;
  position: relative;
  overflow: hidden;
}
.rHero__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .rHero {
    background-image: none;
    border-bottom: 4px solid #cdbf64;
    padding-bottom: 1px;
  }
  .rHero__img {
    line-height: 1;
    font-size: 0;
  }
}

.rContent {
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.rContent__content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .rContent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rContent.rContent--top {
    padding-top: 10px;
  }
  .rContent__content {
    width: 93.75%;
  }
  .rContent--btm {
    padding-bottom: 70px;
  }
}

.rBg--banner {
  background: url("../../images/v2/restaurant/index/pc/bg_banner.png");
}
@media screen and (max-width: 640px) {
  .rBg--banner {
    background-image: none;
  }
}

.rPlans__head {
  font-size: 24px;
  color: #950000;
}
.rPlans__lead {
  line-height: 2;
  padding-top: 30px;
  margin-right: 30px;
}
.rPlans__lead-inner {
  width: 220px;
  height: 240px;
}
.rPlans__img {
  padding-top: 30px;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .rPlans_head {
    font-size: 21px;
  }
  .rPlans__lead {
    margin-top: 20px;
    line-height: 1.5;
    padding-top: 0;
    margin-right: 0;
  }
  .rPlans__lead-inner {
    width: auto;
    height: auto;
  }
}

.rFair {
  padding-top: 30px;
}
.rFair__content {
  width: 460px;
}
.rFair__head {
  margin-top: 70px;
}
.rFair__body {
  margin-top: 30px;
}
.rFair__em {
  color: #b30000;
}
.rFair__btn {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .rFair {
    padding-top: 0;
  }
  .rFair__content {
    width: 100%;
  }
  .rFair__head {
    margin-top: 0;
  }
  .rFair__body {
    margin-top: 10px;
  }
  .rFair__btn {
    margin-top: 20px;
  }
}

.rAccess__content {
  width: 372px;
}
.rAccess__lead {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .rAccess__content {
    width: 100%;
  }
  .rAccess__img {
    margin-top: 25px;
  }
}

.rMap__map {
  width: 100%;
  height: 270px;
}
.rMap__map iframe {
  width: 100% !important;
  height: 100% !important;
	border:0;
}
.rMap__info {
  margin-top: 20px;
}


.rShopInfo {
  display: table;
  width: 100%;
}
.rShopInfo__col {
  display: table-cell;
  width: 33%;
  border-left: 1px solid #bc0000;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.rShopInfo__name {
  font-size: 20px;
  color: #bc0000;
}
.rShopInfo__name-icon {
  margin-right: 6px;
}
.rShopInfo__name-icon:before {
  font-size: 26px;
  vertical-align: middle;
}
.rShopInfo__tel {
  font-size: 18px;
  color: #7c6028;
}
.rShopInfo__tel-icon {
  margin-right: 6px;
}
.rShopInfo__tel-icon:before {
  font-size: 26px;
  vertical-align: middle;
}
.rShopInfo .rIcon--map {
  overflow: hidden;
  position: relative;
  color: transparent;
  width: 30px;
  margin-left: 4px;
}
.rShopInfo .rIcon--map:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .rShopInfo {
    display: block;
    padding-bottom: 15px;
    padding-left: 35px;
  }
  .rShopInfo__name {
    font-size: 18px;
    text-indent: 0;
    position: relative;
  }
  .rShopInfo__name:before {
    display: none;
  }
  .rShopInfo__icon-rcfc {
    position: absolute;
    width: 30px;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .rShopInfo__tel {
    font-size: 18px;
    text-indent: 0;
    color: #2b65b0;
    text-decoration: underline;
  }
  .rShopInfo__tel:before {
    display: none;
  }
  .rShopInfo__col {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
}

.rInterior__head, .rInterior__lead {
  text-align: center;
}
.rInterior__lead {
  margin-top: 30px;
}
.rInterior__body {
  margin-top: 40px;
}
.rInterior__body_fc {
  margin-top: 20px;
  margin-bottom: 40px;
}
.rInterior__indoorview {
  width: 100%;
  height: 410px;
}
.rInterior__note {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .rInterior__lead {
    margin-top: 15px;
    text-align: left;
  }
  .rInterior__indoorview {
    height: 300px;
  }
}

.rHeading-ruled--interior {
  margin-top: 0;
  margin-bottom: 0;
}
.rHeading-ruled--interior .rHeading-ruled__title {
  color: inherit;
  font-size: 1.5em;
}

.rTopNotes .rTopNote {
  margin-top: 20px;
}
.rTopNotes .rTopNote:first-child {
  margin-top: 0;
}

.rTopNote__head {
  font-size: 18px;
  color: #b33700;
}

.rNews {
  width: 580px;
}

.rCard {
  width: 328px;
}
@media screen and (max-width: 640px) {
  .rCard {
    width: 100%;
  }
}

.rCoupon {
  width: 328px;
}
@media screen and (max-width: 640px) {
  .rCoupon {
    width: 100%;
  }
}

.rCard + .rCoupon {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .rCard + .rCoupon {
    margin-top: 5.83333%;
  }
}


.news {
  background-color: #fff;
  padding: 40px 60px;
}
.news__head {
  font-size: 18px;
  margin-bottom: 28px;
}
.news__body {
  font-size: 14px;
}

.news-list__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}
.news-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.news-list__date {
  line-height: 1.5;
}
.news-list__content {
  line-height: 1.7;
}

.rBanners {
  padding-top: 15px;
  padding-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .rBanners {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .rBanners_year {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rBanners__head {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: .5em;
}
@media screen and (max-width: 640px) {
  .rBanners__head {
    text-align: left;
    font-size: 2.625em;
  }
}


.rSlider-wrapper {
  width: 100%;
  overflow: hidden;
}

.rSlider {
  position: relative;
  width: 960px;
  height: 182px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* 年末年始用告知用 */
.rSlider_year {
  position: relative;
  width: 960px;
  margin-top:0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rSlider_year_b {
  position: relative;
  width: 960px;
  height: 140px;
  margin-bottom:10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rSlider_year_c {
  position: relative;
  width: 960px;
  margin-top:16px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* 年末年始用告知用 */

.rSlider__slides {
  height: 166px;
  overflow: hidden;
}
.rSlider__link {
  display: block;
}
.rSlider .bx-prev, .rSlider .bx-next {
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  top: 72px;
}
.rSlider .bx-prev {
  background-image: url("../../images/v2/restaurant/banners/icon_left.png");
  left: -64px;
}
.rSlider .bx-next {
  background-image: url("../../images/v2/restaurant/banners/icon_right.png");
  right: -64px;
}

.rSlider__pagination {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bx-pager {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bx-pager .bx-pager-item {
  float: left;
  margin-left: 15px;
}
.bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}
.bx-pager-link {
  display: block;
  box-sizing: padding-box;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-pager-link.active {
  background-color: #bc6125;
}

.banner-mini__item + .banner-mini__item {
  margin-top: 1em;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}
.red_notice {
  font-size: 1.1em;
color: #bc0000;
}
.bold_notice {
	font-weight:bold;
}

@media screen and (max-width: 640px) {
  .notice_box {
    margin-bottom: 5%;
  }
}

.pbs {
  padding-bottom: 16px;
}

.neg_pts {
  padding-top: 8px;
}

.pts {
  padding-top:22px;
}

.newyear_fc {
  height:176px;
}
@media screen and (max-width: 640px) {
.newyear_fc {
  height:102px;
}
}




.banner_box {
	padding-top:10px;
	
}
@media screen and (max-width: 640px) {
.banner_box {
    display: block;
    float: none;
  width: 100%;
  height: auto;
}
}

.banner_left {
	float:left;
}
@media screen and (max-width: 640px) {
.banner_left {
    display: block;
    float: none;
  width: 100%;
  height: auto;
	margin-bottom:1rem;
  }
}

.banner_right {
	float:right;
}
@media screen and (max-width: 640px) {
.banner_right {
    display: block;
    float: none;
  width: 100%;
  height: auto;
  }
}
.margin124 {
	padding-bottom:124px;
}
@media screen and (max-width: 640px) {
.margin124 {
	padding-bottom:3.125%;
}
}

.corona {
	line-height: 1;
}
@media screen and (max-width: 640px) {
.corona {
	line-height: 1;
}
}
