@charset "utf-8";
#restaurant .restaurantop{
  width:100%;
  background:#f4f4f4;
}

#restaurant .restaurantop ul{
  width: 1000px;
  margin: 0 auto;

}
#restaurant .restaurantop ul li{
  float: left;
  width: calc(100%/2);
  text-align: center;
  border-right: 1px solid #a2936d;
}
#restaurant .restaurantop ul li:nth-last-of-type(1){
  border-right: 0;
}


#restaurant .restaurantop ul li a{
  display: block;
  padding: 55px 0;
}

#restaurant .restaurantop ul li .img{
  text-align: center;
  position: relative;
}


#restaurant .restaurantop ul li .img:after{
  content:"\f107";
  font-family: FontAwesome;
  position: absolute;
  font-size: 24px;
  left: 50%;
  margin-left: -8px;
  bottom: -50px;
  color: #a2936d;
}

/* #restaurant .restaurantop ul li:nth-last-of-type(1) .img:before {
  content: "";
  background: url('../img/shop.png') no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 20px;
} */

#restaurant .restaurantop ul .txt_top{
  font-size: 15px;
  line-height: 1.6;
  padding: 30px 0;
}
/*  */

#restaurant .restaurant .r_room li{
  margin-left:15px;
  margin-right:15px;
}
/*
#restaurant .restaurant:nth-of-type(odd),#flink{
  background: #f4f1ea;
}
 */
#flink{
  background: #fff;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #flink{
    padding-bottom: 40px;
  }
}
#restaurant .restaurant .r_room .slick-prev{
  left: 20%;
}

#restaurant .restaurant .r_room .slick-next{
  right:20%;
}

#restaurant .restaurant .fltbox{
  width:1000px;
  margin:55px auto 0;
  padding-bottom: 80px;
}

#restaurant .restaurant .r_title{
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

#restaurant .restaurant .fltbox .boxL{
  width: 400px;
}

#restaurant .restaurant .fltbox .boxL .txt{
  font-size: 16px;
  line-height: 1.7;
}

#restaurant .restaurant .fltbox .boxL .txt_box{
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 15px;
  background: #efeadf;
}



/* right */
#restaurant .restaurant .fltbox .boxR{
  width: 520px;
}

#restaurant .restaurant .fltbox .boxR table{
  width: 100%;
  border-collapse:collapse;
}
#restaurant .restaurant .fltbox .boxR table tr{
  padding: 10px 0;
  border-bottom: 1px solid #bbbbbb;
}
#restaurant .restaurant .fltbox .boxR table tr:nth-of-type(1){
  border-top: 1px solid #bbbbbb;
}
#restaurant .restaurant .fltbox .boxR table th{
  text-align: left;
  padding:10px;
  box-sizing: border-box;
  width: 30%;
}

#restaurant .restaurant .fltbox .boxR table th span{
  display: block;
  border-right: 1px solid #bbbbbb;
  font-size: 14px;
}

#restaurant .restaurant .fltbox .boxR table td{
  font-size: 14px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  line-height:1.6;
}

#restaurant .restaurant .fltbox .boxR table tr:nth-last-of-type(1) td{
  line-height:20px;
  padding: 5px 10px;
}
