@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant.css
 author     : Ability Consultant
 style info : レストラン
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
.anchor-list {
  row-gap: 20px !important;
  -webkit-column-gap: 20px !important;
          column-gap: 20px !important;
}

.anchor-list_5col {
  grid-template-columns: repeat(5, 12.5em) !important;
}

.con_restaurant {
  background: url(../images/common/bg.jpg);
}
.con_restaurant .con_intro {
  margin: 0 0 100px !important;
  padding-top: 120px !important;
}
.con_restaurant .box_restaurant {
  padding-top: 120px;
}
.con_restaurant .box_restaurant:last-child {
  padding-bottom: 100px;
}
.con_restaurant #tiptop, .con_restaurant #lobby-bar {
  text-align: center;
}
