@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: bookingGadget ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px) {
  .bookingGadget .reserveForm {
    justify-content: center;
  }
  .bookingBlock .inner {
    padding: 10px 0 30px;
  }
  .bookingGadget .reserveForm select.r,
  .bookingGadget .reserveForm .restaurant_name {
    margin-right: 20px;
  }
}

@media screen and (max-width: 989px) {
  .bookingBlock .inner {
    padding-top: 20px;
  }
  .bookingGadget .reserveForm .btnM {
    margin-bottom: 0;
  }
}

/* ::::::::::::::::::::::::::::::::: レストラン一覧 ::::::::::::::::::::::::::::::::: */
.restaurantList {
  margin-top: 45px;
}

@media screen and (max-width: 989px) {
  .restaurantList {
    margin-top: 30px;
  }
}

.restaurantList > li {
  position: relative;
  background: #fff;
  margin-top: 40px;
  text-align: left;
}

.restaurantList > li:first-child {
  margin-top: 0;
}

.restaurantList > li .inner {
  width: 660px;
  box-sizing: border-box;
  margin-left: auto;
  padding: 31px 40px 47px;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .inner {
    width: auto;
    padding: 0px 16px 42px;
  }
}

.restaurantList > li .img {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .img {
    position: relative;
    padding-top: 66.6666%;
    width: 100%;
    height: auto;
  }
}

.restaurantList > li .img a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.restaurantList > li .title {
  margin-bottom: 5px;
  line-height: 2.1;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .title {
    margin-top: 18px;
    line-height: 1.72;
    margin-bottom: 10px;
  }
}

.restaurantList > li .tagList {
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .tagList {
    margin-bottom: 10px;
  }
}

.restaurantList > li .desc {
  margin-bottom: 25px;
  font-size: 1.3rem;
}

.restaurantList > li .link {
  display: block;
  background: url(../../img/common/vector_yellow_right.svg) no-repeat 0px 8px;
  background-size: 6px 6px;
  padding: 0 0 0 15px;
  margin-top: 12px;
}

.restaurantList > li .link a {
  color: #777;
  text-decoration: underline;
}

.restaurantList > li .link a:hover {
  color: #d00;
}

.restaurantList > li .btnWrap {
  margin-top: 20px;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .btnWrap {
    max-width: 300px;
    margin: 0 auto;
  }
}

.restaurantList > li .btnWrap li + li {
  margin-left: 10px;
}

@media screen and (max-width: 989px) {
  .restaurantList > li .btnWrap li + li {
    margin: 10px 0 0;
  }
}

/* ::::::::::::::::::::::::::::::::: くーぽん ::::::::::::::::::::::::::::::::: */
