@charset "shift_jis";

/* rto bnr bottom */
.rto-bnr1{
  margin-top: 14px;
}
.rto-bnr1 .sp{
  display: none;
}
.rto-bnr1 .rto-bnr1-link{
  display: block;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: #f08000;
}
.rto-bnr1 .rto-bnr1-link:hover{
  opacity: 0.6;
}
.rto-bnr1 .rto-bnr1-box{
  display: table;
  width: 100%;
}
.rto-bnr1 .rto-bnr1-thumb{
  display: table-cell;
  vertical-align: top;
  width: 303px;
  background: #fff;
}
.rto-bnr1 .rto-bnr1-detail{
  display: table-cell;
  vertical-align: middle;
  width: 649px;
  box-sizing: border-box;
  padding-left: 39px;
}
.rto-bnr1 .rto-bnr1-txt1{
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
}
.rto-bnr1 .rto-bnr1-txt2{
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  margin-top: 13px;
}
.rto-bnr1 .rto-bnr1-txt3{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 23px;
  background: url(/lineup/kitchen/rto/pic/arrow.png) no-repeat left center;
  background-size: 18px;
}

@media only screen and (max-width: 767px){
  .rto-bnr1{
    margin-top: 0;
    margin-bottom: 5.66%;
  }
  .rto-bnr1 .sp{
    display: block;
  }
  .rto-bnr1 .pc{
    display: none;
  }
  .rto-bnr1 .rto-bnr1-thumb{
    width: 48%;
  }
  .rto-bnr1 .rto-bnr1-detail{
    width: 52%;
  }
  .rto-bnr1 .rto-bnr1-detail{
    padding-left: 15px;
  }
  .rto-bnr1 .rto-bnr1-txt1{
    font-size: 12px;
    font-size: 3.7vw;
  }
  .rto-bnr1 .rto-bnr1-txt2{
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 7px;
    line-height: 1.2;
  }
  .rto-bnr1 .rto-bnr1-txt3{
    font-size: 11px;
    font-size: 2.9vw;
    margin-top: 7px;
    line-height: 1.2;
  }
}
