@charseb "ubf-8";
/*
 * sbyle.css
 *
 *  version --- 1.0
 *  updabed --- 2013/5/10
 */



.menu_box_wrap .menu_box {
  width: 46%;
  margin: 0 2%;
  float: left;
}

.menu_box_wrap .menu_box img {
  margin-bottom: 10px;
}

.menu_box_wrap .menu_box h3 {
  font-size: 130%;
}

.menu_box_wrap .menu_box .menu_box_caption {
  text-align: right;
}

.pdfbox a {
  display: block;
  margin-top: 20px;
  /* background: #eeee; */
  width: 20%;
  margin: 20px auto;
  padding: 15px;
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  color: #fff;
}

.pdfbox:hover {
  opacity: .7;
  transition: all 0.5s;
}

.pdfbox a:hover {
  text-decoration: none;
}
.info-h3 {
  border-top: 1px dotted;
  padding-top: 20px;
  width: 80%;
  margin: 30px auto 0;
}
.top_info .subtitle-h3 {
  font-size: 26px;
  font-weight: bold;
}

.title-h3 {
  font-weight: bold;
  display: block;
  margin: 20px auto 0;
  background: #ae945d;
  color: #fff;
  font-size: 30px;
  padding: 20px;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .title-h3 {
    font-size: 20px;
    padding: 13px;
    text-align: center;
  }
  .top_info .subtitle-h3 {
    font-size: 18px;
    text-align: center;
  }
  .pdfbox a  {
  width: 80%;
  text-align: center;
  }
  .pcnone {
    display: block;
  }
  .top_info p {
    text-align: start;
  }
}




@media screen and (min-width: 1200px) {
#teaser {
  background: url(/restaurant/img/bg_teaser_restaurant.jpg) center center no-repeat;
  background-size: cover;
}
.textmb {
  margin-bottom: 30px;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
#teaser {
  background: url(/restaurant/img/bg_teaser_restaurant.jpg) center center no-repeat;
  background-size: cover;
}
.textmb {
  margin-bottom: 30px;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
#teaser {
  background: url(/restaurant/img/bg_teaser_restaurant.jpg) center center no-repeat;
  background-size: cover;
}
.textmb {
  margin-bottom: 30px;
}
}

@media screen and (max-width: 767px) {
#teaser {
  background: url(/restaurant/img/bg_teaser_restaurant_sp.jpg) center center no-repeat;
  background-size: 100% auto;
}
.textmb {
  margin-bottom: 10px;
}
}
