@charset "UTF-8";
.header--restaurant {
  padding-top: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .header--restaurant {
    padding: 0;
    border-bottom: none;
  }
}

.rHeader__content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rHeader__name {
  font-size: 28px;
  padding-left: 50px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media screen and (max-width: 640px) {
 .rHeader__name {
  font-size: 28px;
  padding-left: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  }
}
.rHeader__name .rIcon--rc,
.rHeader__name .rIcon--fc {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rHeader__name-link {
  color: inherit;
  text-decoration: none;
}

.rHeader__info {
  position: absolute;
  top: 0;
  right: 0;
}

.rHeader__logo {
    width: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .rHeader__logo {
    width: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .rHeader__logo-img {
    width: 100%;
    height: auto;
  }
  .rHeader__content {
    width: 100%;
  }
  .rHeader__name {
    position: relative;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #c6c6c6;
    color: #fff;
    background-color: #b40000;
    background-image: linear-gradient(to bottom, #bc0000 0%, #bc0000 100%);
  }
  .rHeader__name .rIcon {
    display: none;
  }
  .rHeader__name:before,
  .rHeader__name:after {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fefdf9;
  }
  .rHeader__name:before {
    top: 3px;
  }
  .rHeader__name:after {
    bottom: 3px;
  }
}

.rHeader__menu {
  width: 50px;
  height: 47px;
  border-radius: 2px;
  background-color: #bc0000;
  top: 20px;
  padding: 8px;
  text-align: center;
}

.rIcon {
  display: block;
}

.rIcon--rc {
  content: " ";
  background: url("../../images/v2/restaurant/assets/icon_rc.png") no-repeat 0 0;
  width: 33px;
  height: 20px;
}

.rIcon--fc {
  content: " ";
  background: url("../../images/v2/restaurant/assets/icon_fc.png") no-repeat 0 0;
  width: 33px;
  height: 20px;
}
.rIcon--menu {
  content: " ";
  display: inline-block;
  background: url("../../images/v2/restaurant/assets/icon_menu.png") no-repeat 0 0;
  background-size: cover;
  width: 31px;
  height: 32px;
}

.rIcon--info {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/v2/restaurant/assets/icon_info.png") no-repeat 0 0;
}

.rInfo__lead {
  font-size: 12px;
  text-align: right;
}

.rInfo__lead02 {
  margin-bottom: 12px;
  font-size: 12px;
  text-align: right;
}
.rInfo__tel {
  text-align: right;
  color: #8a7523;
}

.rInfo__tel-text {
  display: inline-block;
  font-size: 28px;
  margin-left: 6px;
}

.rInfo__tel-icon {
  font-size: 26px;
}

.rInfo__tel-icon:before {
  vertical-align: middle;
}

.rInfo__notification {
  position: relative;
}

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

.rInfo__reservation {
  float: right;
}

.rInfo__bus {
  float: right;
  margin-left: 12px;
}

.rToolchip {
  background-color: #fff;
  padding: 20px 40px 30px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.rToolchip__head {
  color: #b30505;
  font-size: 20px;
  margin-bottom: 14px;
}

.rToolchip__body {
  font-size: 14px;
}

.rToolchip:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #ffffff transparent;
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 0;
}

.rInfo__bus,
.rInfo__reservation {
  position: relative;
}

.rInfo__bus .rToolchip,
.rInfo__reservation .rToolchip {
  position: absolute;
  z-index: 1100;
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
  width: 420px;
}

.rInfo__bus:hover .rToolchip,
.rInfo__reservation:hover .rToolchip {
  display: block;
  opacity: 1;
}

.rInfo__bus .rToolchip {
  top: 36px;
  right: 4px;
}

.rInfo__bus .rToolchip:before {
  right: 5px;
}

.rInfo__reservation .rToolchip {
  top: 36px;
  right: -80px;
}

.rInfo__reservation .rToolchip:before {
  right: 88px;
}

.rBtn {
  cursor: pointer;
}

.rBtn--info {
  color: #fff;
  background-color: #d75c47;
  background-image: linear-gradient(to bottom, #de6c54 0%, #ce4939 100%);
  padding: 0 30px 0 14px;
  height: 26px;
  display: table;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
}

.rBtn--info .rBtn__text {
  display: table-cell;
  vertical-align: middle;
}

.rBtn--info .rBtn__icon {
  color: #f8e4e1;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rBtn--info:hover {
  opacity: .7;
}

.rHeading {
  border-bottom: double 3px #c3c0b6;
  text-align: center;
  width: 960px;
  padding-top: 30px;
  padding-bottom: 4px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .rHeading {
    width: auto;
    padding-top: 1em;
    padding-bottom: 1.25em;
    margin-right: 3.125%;
    margin-bottom: 2.5em;
    margin-left: 3.125%;
  }
}

.rHeading__head {
  font-size: 1.875em;
}

@media screen and (max-width: 640px) {
  .rHeading__head {
    font-size: 2.25em;
  }
}

.rHeading__head--gold {
  color: #958322;
}

.rHeading-ruled {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .rHeading-ruled {
    margin-top: 9.25em;
    margin-bottom: 2.5em;
  }
}

.rHeading-ruled__content {
  display: inline-block;
  padding-right: 2em;
  padding-left: 2em;
}

@media screen and (max-width: 640px) {
  .rHeading-ruled__content {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.rHeading-ruled__catch {
  font-size: 1.125em;
  color: #950000;
}

@media screen and (max-width: 640px) {
  .rHeading-ruled__catch {
    font-size: 1.5em;
  }
}

.rHeading-ruled__title {
  position: relative;
  display: inline-block;
  font-size: 1.875em;
  line-height: 1.1em;
  color: #957e00;
  padding-right: .8em;
  padding-left: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .rHeading-ruled__title {
    font-size: 2.625em;
  }
}

.title_s {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  color: #957e00;
  padding-right: .8em;
  padding-left: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .title_s {
    font-size: 0.8em;
  }
}

.rHeading-ruled__title:before,
.rHeading-ruled__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1em;
  width: 600px;
  background-image: url("../../images/v2/restaurant/assets/l.png");
  background-position: center center;
  background-repeat: repeat-x;
}

@media screen and (max-width: 640px) {
  .rHeading-ruled__title:before,
  .rHeading-ruled__title:after {
    background-image: url("../../images/v2/restaurant/assets/s.png");
  }
}

.rHeading-ruled__title:before {
  right: 100%;
}

.rHeading-ruled__title:after {
  left: 100%;
}

.rNote {
  background-color: #f7f5f1;
  padding: 1.25em 2.5em;
}

@media screen and (max-width: 640px) {
  .rNote {
    padding: 1.25em 2.8125em;
  }
}

.rNote-side {
  border-style: solid;
  border-color: #791c1c;
  border-width: 1px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .rNote-side {
    padding: 1.0em;
    text-align: left;
    border-width: 1px;
  }
}

.rNote-side__content {
  color: #791c1c;
}

.rNote-lunch {
  background-color: #fff;
  border: solid 1px #d70c19;
  padding: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .rNote-lunch {
    padding: 6.66667%;
  }
}

.rNote-lunch__head {
  font-weight: bold;
  font-size: .875em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .rNote-lunch__head {
    font-size: 1.75em;
  }
}

.rNote-lunch__body {
  font-size: .875em;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-lunch__body {
    font-size: 1.75em;
    text-align: left;
  }
}

.rNote-lunch__head + .rNote-lunch__body {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-lunch__head + .rNote-lunch__body {
    margin-top: 5%;
  }
}

.rNote-lunch__body + .rNote-lunch__head {
  margin-top: 1.5em;
}

.rNote-restaurant {
  background-color: #fff;
  border: solid 1px #d70c19;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant {
    padding: 6.66667%;
  }
}

.rNote-restaurant__head {
  font-weight: bold;
  font-size: .875em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head {
    font-size: 1.75em;
  }
}

.rNote-restaurant__body {
  font-size: .875em;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__body {
    font-size: 1.75em;
    text-align: left;
  }
}

.rNote-restaurant__head_r {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #C60003;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head_r {
    font-size: 1.75em;
  }
}

.rNote-restaurant__head_r2 {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-top: 15px;
  color: #C60003;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head_r2 {
  margin-top: 15px;
    font-size: 1.75em;
  }
}
.rNote-restaurant__head + .rNote-restaurant__body {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rNote-restaurant__head + .rNote-restaurant__body {
    margin-top: 5%;
  }
}

.rNote-restaurant__body + .rNote-restaurant__head {
  margin-top: 1.5em;
}

.rMenu-layout + .rMenu-layout {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .rMenu-layout + .rMenu-layout {
    margin-top: 6em;
  }
}

.rMenu-layout:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 640px) {
  .rMenu-layout__box + .rMenu-layout__box {
    margin-top: 6em;
  }
}

.rMenu-layout--half {
  margin-right: -40px;
  margin-left: -40px;
}

@media screen and (max-width: 640px) {
  .rMenu-layout--half {
    margin-right: 0;
    margin-left: 0;
  }
}

.rMenu-layout--half .rMenu-layout__box {
  float: left;
  width: 520px;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 640px) {
  .rMenu-layout--half .rMenu-layout__box {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.rMenu-layout--three {
  margin-right: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 640px) {
  .rMenu-layout--three {
    margin-right: 0;
    margin-left: 0;
  }
}

.rMenu-layout--three .rMenu-layout__box {
  float: left;
  width: 340px;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 640px) {
  .rMenu-layout--three .rMenu-layout__box {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.rMenu-info__content {
  margin-top: 6px;
}

@media screen and (max-width: 640px) {
  .rMenu-info__content {
    margin-top: 1.0em;
  }
}

.rMenu-name__lead {
  display: block;
  font-size: 1.125em;
}

@media screen and (max-width: 640px) {
  .rMenu-name__lead {
    font-size: 1.75em;
  }
}

.rMenu-name__show {
  font-size: 1.5em;
}

@media screen and (max-width: 640px) {
  .rMenu-name__show {
    font-size: 2.25em;
  }
}

.rMenu-name__yomi {
  font-size: 1.125em;
}

@media screen and (max-width: 640px) {
  .rMenu-name__yomi {
    font-size: 2.25em;
  }
}

.rMenu-price {
  display: table;
  width: 100%;
}

.rMenu-price__amount,
.rMenu-price__show {
  display: table-cell;
  text-align: center;
  padding: 5px;
  font-size: 0.875em;
}

@media screen and (max-width: 640px) {
  .rMenu-price__amount,
  .rMenu-price__show {
    font-size: 1.75em;
  }
}



.rMenu-price__tax  {
  padding: 2px;
  font-size: 0.8em;
}

@media screen and (max-width: 640px) {
.rMenu-price__tax   {
    font-size: 0.8em;
  }
}




.rMenu-price__amount {
  width: 36%;
  border: solid 1px #9f8c3a;
  color: #fff;
  background-color: #9f8c3a;
}

@media screen and (max-width: 640px) {
  .rMenu-price__amount {
    width: 32%;
  }
}

.rMenu-price__show {
  border: solid 1px #9f8c3a;
}

@media screen and (max-width: 640px) {
  .rMenu-price__show {
    font-weight: 900;
  }
}

.rMenu-price--gray .rMenu-price__amount {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.rMenu-price--gray .rMenu-price__show {
  border-color: #8e8e8e;
}

.rMenu-price--v {
  display: block;
}

@media screen and (max-width: 640px) {
  .rMenu-price--v {
    display: table;
  }
}

.rMenu-price--v .rMenu-price__amount {
  display: block;
  width: auto;
}

@media screen and (max-width: 640px) {
  .rMenu-price--v .rMenu-price__amount {
    display: table-cell;
    width: 32%;
  }
}

.rMenu-price--v .rMenu-price__show {
  display: block;
}

@media screen and (max-width: 640px) {
  .rMenu-price--v .rMenu-price__show {
    display: table-cell;
  }
}

.rMenu-food__content {
  font-size: 0.875em;
}

@media screen and (max-width: 640px) {
  .rMenu-food__content {
    font-size: 1.75em;
  }
}

.rMenu-addition__head {
  border-bottom: solid 1px #b8b8b8;
  font-size: 0.875em;
}

@media screen and (max-width: 640px) {
  .rMenu-addition__head {
    font-size: 1.75em;
  }
}

.rMenu-addition--left {
  display: table;
  width: 100%;
}

.rMenu-addition--full {
  display: table;
  width: 100%;
  border: 1px solid #9f8c3a;
  padding: 30px 27%;
  margin-top: 20px;
}

.rMenu-addition--left .rMenu-addition__head,
.rMenu-addition--full .rMenu-addition__head {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 15%;
  border: solid 1px #b8b8b8;
}

.rMenu-addition--left .rMenu-addition__body,
.rMenu-addition--full .rMenu-addition__body {
  display: table-cell;
  padding-left: 3%;
}

@media screen and (max-width: 640px) {
  .rMenu-addition--full {
    padding: 10px;
  }
}

.rMenu-add__item {
  border-bottom: solid 1px #b8b8b8;
}

.rMenu-add-contents {
  display: table;
  width: 100%;
}

.rMenu-add-contents__name,
.rMenu-add-contents__price {
  display: table-cell;
  font-size: 0.875em;
  line-height: 2.0;
}

@media screen and (max-width: 640px) {
  .rMenu-add-contents__name,
  .rMenu-add-contents__price {
    font-size: 1.75em;
  }
}

.rMenu-add-contents__name {
  text-align: left;
}

.rMenu-add-contents__price {
  text-align: right;
}

.rMenu-note {
  margin-top: 10px;
}

.rMenu-note__item {
  font-size: 0.875em;
  line-height: 1.25;
}

@media screen and (max-width: 640px) {
  .rMenu-note__item {
    font-size: 1.75em;
    line-height: 1.5;
  }
}

.rMenu-supple__content {
  font-size: 0.875em;
}

@media screen and (max-width: 640px) {
  .rMenu-supple__content {
    font-size: 1.75em;
  }
}


/*.rMenu-addition__head {
  border-bottom: solid 1px #b8b8b8;
  font-size: 0.875em;
}
@media screen and (max-width: 640px) {
  .rMenu-addition__head {
    font-size: 1.75em;
  }
}
 .rMenu-addition--left {
  display: table;
  width: 100%;
}
.rMenu-addition--left .rMenu-addition__head {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 23%;
  border: solid 1px #b8b8b8;
}
.rMenu-addition--left .rMenu-addition__body {
  display: table-cell;
  padding-left: 3%;
}
*/

.rMenu-add__item {
  border-bottom: solid 1px #b8b8b8;
}

.rMenu-add-contents {
  display: table;
  width: 100%;
}

.rMenu-add-contents__name,
.rMenu-add-contents__price {
  display: table-cell;
  font-size: 0.875em;
  line-height: 2.0;
}

@media screen and (max-width: 640px) {
  .rMenu-add-contents__name,
  .rMenu-add-contents__price {
    font-size: 1.75em;
  }
}

.rMenu-add-contents__name {
  text-align: left;
}

.rMenu-add-contents__price {
  text-align: right;
}

.rMenu-note {
  margin-top: 10px;
}

.rMenu-note__item {
  font-size: 0.875em;
  line-height: 1.25;
}

@media screen and (max-width: 640px) {
  .rMenu-note__item {
    font-size: 1.75em;
    line-height: 1.5;
  }
}

.rMenu-notes,
.rMenu-period {
  display: block;
  border: solid 1px #d70c19;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .rMenu-notes,
  .rMenu-period {
    padding: 0.625em;
  }
}

.rMenu-notes__content,
.rMenu-period__content {
  color: #d70c19;
  font-size: 0.875em;
}

@media screen and (max-width: 640px) {
  .rMenu-notes__content,
  .rMenu-period__content {
    font-size: 1.75em;
  }
}

.rMenu-suggest {
  display: table;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest {
    display: block;
  }
}

.rMenu-suggest__media {
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest__media {
    display: block;
  }
}

.rMenu-suggest__media-slide {
  width: 560px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  border: solid 8px #fff;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest__media-slide {
    width: auto;
  }
}

.rMenu-suggest__media img {
  vertical-align: bottom;
}

.rMenu-suggest__content {
  display: table-cell;
  width: 360px;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest__content {
    display: block;
    width: auto;
    vertical-align: inherit;
    margin-top: 1em;
  }
}

.rMenu-suggest .rMenu-note {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest .rMenu-note {
    margin-top: 1em;
  }
}

.rMenu-suggest .rMenu-period {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest .rMenu-period {
    margin-top: 1.5em;
  }
}

.rMenu-suggest + .rMenu-suggest {
  margin-top: 3.125em;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest + .rMenu-suggest {
    margin-top: 6em;
  }
}

.rMenu-suggest--ajisai {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_ajisai.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--ajisai {
    background-image: none;
  }
}

.rMenu-suggest--autumn {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_autumn.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--autumn {
    background-image: none;
  }
}

.rMenu-suggest--fuji {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_fuji.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--fuji {
    background-image: none;
  }
}

.rMenu-suggest--kaioke {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_kaioke.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--kaioke {
    background-image: none;
  }
}

.rMenu-suggest--hanaguruma {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_hanaguruma.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--hanaguruma {
    background-image: none;
  }
}

.rMenu-suggest--spring {
  background-image: url("../../images/v2/restaurant/assets/suggest/bg_spring.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 640px) {
  .rMenu-suggest--spring {
    background-image: none;
  }
}

.rMenu-meibutsu {
  display: table;
  width: 100%;
}

.rMenu-meibutsu__explanation {
  width: 440px;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu__explanation {
    width: auto;
  }
}

.rMenu-meibutsu__figure {
  width: 480px;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu__figure {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu__figure + .rMenu-meibutsu__explanation,
  .rMenu-info__cell + .rMenu-info__cell {
    margin-top: 2em;
  }
}

.rMenu-meibutsu--rt .rMenu-meibutsu__explanation {
  float: left;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu--rt .rMenu-meibutsu__explanation {
    float: none;
  }
}

.rMenu-meibutsu--rt .rMenu-meibutsu__figure {
  float: right;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu--rt .rMenu-meibutsu__figure {
    float: none;
  }
}

.rMenu-meibutsu--lt .rMenu-meibutsu__explanation {
  float: right;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu--lt .rMenu-meibutsu__explanation {
    float: none;
  }
}

.rMenu-meibutsu--lt .rMenu-meibutsu__figure {
  float: left;
}

@media screen and (max-width: 640px) {
  .rMenu-meibutsu--lt .rMenu-meibutsu__figure {
    float: none;
  }
}

.rMenu-box + .rMenu-box {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .rMenu-box + .rMenu-box {
    margin-top: 2.5em;
  }
}

.rMenu-hero__content {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .rMenu-hero__content {
    margin-top: 1em;
    margin-bottom: 0;
  }
}

.rMenu-hero__content-body {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .rMenu-hero__content-body {
    text-align: left;
    margin-top: .5em;
  }
}

.bus {
  width: 100%;
  display: table;
  border: solid 1px #c09090;
  background: url("../../images/v2/restaurant/assets/bus/bg_bus.jpg");
}

@media screen and (max-width: 640px) {
  .bus {
    display: block;
    padding: 5% 3%;
    background-image: none;
    margin-top: 2em;
  }
}

.bus__media,
.bus__body {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .bus__media,
  .bus__body {
    display: block;
    padding: 0;
  }
}

.bus__media {
  padding-left: 74px;
}

@media screen and (max-width: 640px) {
  .bus__media {
    padding-right: 34%;
    padding-left: 34%;
    text-align: center;
  }
}

.bus__body {
  padding-right: 74px;
}

@media screen and (max-width: 640px) {
  .bus__body {
    padding-right: 0;
  }
}

.bus__content-head {
  color: #950000;
}

@media screen and (max-width: 640px) {
  .bus__content-head {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.lunch-banner {
  margin-top: 20px;
}

.mbl {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .mbl {
    margin-bottom: 30px;
  }
}



.rMenu-add-contents__name_br,
.rMenu-add-contents__price_br {
  display: table-cell;
  font-size: 0.875em;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .rMenu-add-contents__name_br,
  .rMenu-add-contents__price_br {
    font-size: 1.75em;
  }
}

.rMenu-add-contents__name_br {
  text-align: left;
}

.rMenu-add-contents__price_br {
  text-align: right;
	vertical-align: middle;
}

.rMenu-info__body.first-block{
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .rMenu-info__body.first-block{
    margin-bottom: 3em;
  }
}
.rMenu-info__content.rMenu-note.multiple{
  margin-top: 1.5em;
}
@media screen and (max-width: 640px) {
  .rMenu-info__content.rMenu-note.multiple{
    margin-top: 2.5em;
  }
}