/* Common */
/* Hides injected WP p from lazy load fallback noscript */
img + p,
img + br,
noscript + p,
noscript + br {
  display: none !important;
}

#main-row-flow-detailpc #adv-content.wide_adv {
  padding: 0;
}

#main-row-flow-detail .container, 
#main-row-flow-detailpc .container {
  overflow: unset;
}

.rc-wrap {
  margin: auto;
  min-width: 310px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.rc-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rc-wrap img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.rc-wrap img, 
.rc-wrap iframe {
  border: 0;
  padding: 0;
}

.rc-wrap iframe {
  text-align: center;
}

.rc-wrap .rc-location iframe {
  height: 400px;
  padding: 0 5%;
  width: 100% !important;
}

.rc-wrap h1,
.rc-wrap h2,
.rc-wrap h3,
.rc-wrap h4 {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro",Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
  text-align: center;
}


.rc-wrap h2 {
  border-bottom: 1px solid #13274c;
  color: #951403;
  font-size: 1.4rem;
  font-style: normal;
  margin: .25rem auto 2rem;
  padding: 1rem 0;
  width: 100%;
}

.rc-wrap h2 span {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro",Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: .5rem;
  padding: 0 .5rem;
}

.rc-wrap h3 {
  margin-bottom: 1rem;
}

.rc-wrap p {
  margin-bottom: 1rem;
}

.rc-wrap [class*="section"] {
  /*background-color: blue;*/
  /*margin: 2rem 0;*/
  padding: 2rem 0;
}


.rc-wrap .flex-33 {
  -webkit-box-flex: 1;
      -ms-flex: 1 33%;
          flex: 1 33%;
}

.rc-wrap .flex-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
}

.rc-wrap .flex img {
  margin-bottom: 1rem;
  vertical-align: top;
}

.rc-wrap .flex p {
  line-height: 1.8;
  padding: 0 .5rem .5rem;
  vertical-align: top;
  width: 100%;
}

.rc-wrap .flex-66 {
  -webkit-box-flex: 1;
      -ms-flex: 1 66%;
          flex: 1 66%;
}

.rc-wrap .flex-100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.rc-wrap .rc-header-main {
  position: relative;
}

.rc-wrap .rc-logo {
  left: .25rem;
  position: absolute;
  top: .25rem;
}

.rc-wrap .rc-header-main h2 {
  text-align: left;
}

.rc-wrap .rc-header-main-img {
  border-radius: .5rem;
}

.rc-wrap .rc-header-main-inset {
  bottom: 2rem;
  position: absolute;
  right: 2rem;
}

.rc-wrap .rc-header-main-flair {
  bottom: 0;
  position: relative;
  right: 0;
  margin: -3rem 0;
}

.rc-wrap .rc-contents {
  background-color: #951403;
  border-radius: .5rem;
  color: #fff;
  height: 42rem;
  margin: .5rem 0;
  padding: 1rem;
}

.rc-wrap .rc-contents h2 {
  border: 0;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  padding: 0;
  width: 80%;
}

.rc-wrap .rc-contents ol {
  font-size: .7rem;
  counter-reset: idx-counter;
  list-style: none;
  margin: 0 auto;
  padding: .5rem 0;
}

.rc-wrap .rc-contents ol li {
  counter-increment: idx-counter;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: .5rem;
}

.rc-wrap .rc-contents ol li:before {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  content: counter(idx-counter);
  color: #fff;
  margin-right: .5rem;
  padding: .25rem .5rem;
}

.rc-wrap .rc-contents ol li a {
  color: #fff;
  text-decoration: none;
}

.rc-wrap .rc-feature-box {
  background-color: #951403;
  border-radius: 1rem;
  color: #fff;
  padding: 3rem 1rem;
  position: relative;
  width: 100%;
}

.rc-wrap .rc-feature-box h3 {
  background: no-repeat url('/img/a-dv/ruthschris/2019/rc-header-section.png');
  background-position: center;
  background-size: 100% 100%;
  color: #951403;
  font-size: 1rem;
  height: 4rem;
  letter-spacing: 0;
  padding: .75rem;
  position: relative;
}

.rc-wrap .rc-feature-box h4 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  left: 24%;
  font-size: 1.2rem;
  padding: .25rem 1rem;
  position: absolute;
  top: 1rem;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  width: auto;
  z-index: 1;
}

.rc-wrap .rc-feature-box p {
  color: #fff !important;
}

.rc-wrap .rc-section3 .rc-feature-box p {
  display: inline-block;
  padding: 1.5rem 0;
  width: 75%;
}

.rc-wrap .rc-feature-box .rc-feature-badge {
  display: none;
  position: relative;
  text-align: center;
  top: -2rem;
  vertical-align: top;
}

.rc-wrap .rc-menu {
  background-color: #ebeae4;
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.rc-wrap .rc-menu p {
  padding: 0;
}

.rc-wrap .rc-menu h4 {
  background: no-repeat url('/img/a-dv/ruthschris/2019/rc-cutlery-header.png');
  background-size: contain;
  color: #fff;
  display: block;
  height: 6rem;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  width: 10rem;
}

.rc-wrap .rc-menu h5 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  color: #666;
  margin-bottom: .75rem;
  padding: .5rem;
  text-align: center;
  width: 15rem;
}

.rc-wrap .rc-menu ul {
  margin-bottom: 1rem;
}

.rc-wrap .rc-menu li {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.rc-wrap .rc-img-dresscode {
  margin: auto;
}

.rc-wrap .rc-bubbletext {
  background: no-repeat url(/img/a-dv/ruthschris/2019/rc-bubbletext.png);
  background-size: 100% 100%;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 5% 1rem;
  padding: 1rem;
  width: 90%;
}

.rc-wrap .rc-bubbletext a {
  color: #fff;
  text-decoration: none;
}

.rc-wrap .rc-btn-reserve {
  margin: 1rem auto 2rem;
  text-align: center;
}

.rc-wrap .rc-btn-reserve a {
  background: rgba(255,99,00,.5);
  border: 1px solid orange;
  color: #951403;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 2rem;
  text-decoration: none;
}

.rc-wrap .rc-btn-reserve a:hover {
  background: rgba(255,99,00,.7);
}

.rc-wrap .rc-btn-reserve a:after {
  background: no-repeat url('/img/a-dv/ruthschris/2019/rc-btn.png');
  content: '';
  display: inline-block;
  height: 2rem;
  left: .6rem;
  position: relative;
  top: .6rem;
  width: 2rem;
}

.rc-wrap .rc-section5 ul {
  padding: 1rem;
}

.rc-wrap .rc-section5 li {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 1.6rem 0;
  padding: 1rem;
  border: 1px solid #333;
}

.rc-wrap .rc-info {
  text-align: center;
}

.rc-wrap .rc-info * {
  font-style: normal;
}

.rc-wrap .rc-info p {
  margin-bottom: .5rem !important;
}

.rc-wrap .rc-info p:nth-child(3) {
  min-height: 4rem;
}

.rc-wrap .rc-info h3 {
  color: #951403;
  font-size: 1.5rem;
  font-weight: 400;
}

.rc-wrap .rc-info h3 b {
  color: #951403;
  font-size: 1.4rem;
  font-weight: 400;
}

.rc-wrap .rc-info iframe {
  margin: 0;
  width: 100% !important;
}

.rc-wrap .rc-btn {
  margin: 1rem auto 2rem;
  text-align: center;
}

.rc-wrap .rc-btn a {
  background-color: #951403;
  color: #fff;
  padding: .5rem 2rem;
  text-decoration: none;
}

.rc-wrap .rc-header-info {
  border-top: 2px solid #333;
  position: relative;
  top: 1rem;
  width: 100%;
  z-index: 1;
}

.rc-wrap .rc-header-info h2 {
  background: no-repeat url('/img/a-dv/ruthschris/2019/rc-header-info.png');
  background-position: center top;
  background-size: auto 100%;
  border: 0;
  bottom: .5rem;
  color: #fff;
  margin-top: 0;
  padding: .5rem 0 2rem;
  position: relative;
  text-align: center;
  width: 250px;
  z-index: 2;
}

/* Media Target <Med+ */
/*@media screen and (orientation: portrait) and (max-width: 759px)  {
  .entry-content .rc-wrap div {
    display: block;
  }

}
*/

/* Media Target >Medium+ */
@media screen and (min-width: 759px)  {

  .rc-wrap .rc-logo {
    left: 2rem;
    position: absolute;
    top: 2rem;
  }

  .rc-wrap .rc-contents {
    height: 25rem;
    padding: 1.5rem;
  }

  .rc-wrap .rc-contents ol {
    width: 80%;
  }

  .rc-wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .rc-wrap .flex p {
    font-size: 1rem;
  }

  .rc-wrap .rc-header-main-flair {
    bottom: 18rem;
    margin: 0;
    position: absolute;
  }

  .rc-wrap .rc-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .rc-wrap .rc-menu .flex-33,
  .rc-wrap .rc-menu .flex-50,
  .rc-wrap .rc-menu .flex-66,
  .rc-wrap .rc-menu .flex-100 {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }

  .rc-wrap .rc-feature-box {
    padding: 3rem 2rem;
  }

  .rc-wrap .rc-feature-box h3 {
    background-size: contain;
    font-size: 1.4rem;
  }

  .rc-wrap .rc-feature-box h4 {
    left: 18%;
    padding: .25rem 1rem;
    top: 1.75rem;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  .rc-wrap .rc-feature-box .rc-feature-badge {
    display: inline-block;
    width: 24%;
  }

  .rc-wrap .rc-bubbletext {
    margin: 3rem auto;
    width: 50%;
  }

  .rc-wrap .rc-section4 .flex-33 {
    flex: 1 28%;
  }

  .rc-wrap .rc-section4 .flex-50 {
    flex: 1 45%;
  }
  
  .rc-wrap .rc-section4 .flex-66 {
    flex: 1 61%;
  }
  
  .rc-wrap .rc-section5 ul {
    padding: 0 1rem;
  }

  .rc-wrap .rc-steakchart > div,
  .rc-wrap .rc-steakchart ul {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
  }

  .rc-wrap div.rc-box50,
  .rc-wrap p.rc-box50 {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
  }

 .rc-wrap .rc-section1-logos {
    padding: 0;
  }

 .rc-wrap .rc-section1-logos img {
    margin: 1rem;
  }

  .rc-wrap .rc-section6 .flex-50 > div {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
  }

  .rc-wrap .flex-50 .rc-section6-inset {
    padding: 0 1rem;
  }

  .rc-wrap .flex-50 .rc-section6-inset h3 {
    background-size: 100% 100%;
    font-size: 1.4rem;
    height: 4.5rem;
    line-height: 1.2;
    padding: .5rem;
  }

  .rc-wrap .flex-50 .rc-section6-inset p {
    padding: 0 1rem;
    width: 100%;
  }

  .rc-wrap .rc-info-box {
    display: inline-block;
    width: 49.5%;
  }

  .rc-wrap .rc-info-box img {
    width: 100%;
  }

  .rc-wrap .rc-info-box.box-left {
    padding-right: .5%
  }  

  .rc-wrap .rc-info-box.box-right {
    padding-left: .5%
  }
  
  .rc-wrap .rc-info .rc-address > div {
    margin: 2rem 0;
  }

  .rc-wrap .rc-info p.text-address {
    height: 4rem;
  }

  .rc-wrap .rc-info .img-info {
    width: 100%;
  }

  .rc-wrap .rc-info .flex-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1rem .5%;
  }


}