@charset "UTF-8";
/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
/* 営業時間-------------------------------------------*/
.hour-box {
  margin-bottom: 30px;
}

.hour-box .list {
  display: flex;
}

.hour-box .list dt, .hour-box .list dd {
  width: 50%;
  border: 1px solid #CCCCCC;
  padding: 13px 10px 13px 15px;
  border-bottom: none;
  border-left: none;
}

.hour-box .list dt {
  background: #f5f5f5;
  border-left: 1px solid #CCCCCC;
}

.hour-box .list:last-child {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 769px) {
  .hour-box {
    display: flex;
    margin-bottom: 68px;
  }
  .hour-box .list {
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
  }
  .hour-box .list dt, .hour-box .list dd {
    padding: 16px 10px 16px 20px;
  }
  .hour-box .list dd {
    padding-left: 16px;
  }
  .hour-box .list:last-child {
    margin-left: 20px;
  }
}

.restaurant-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.restaurant-nav li {
  text-align: center;
  border: 1px solid #017A8A;
  width: 32.8%;
  font-size: 11px;
}

.restaurant-nav li .txt-01 {
  font-size: 10px;
}

.restaurant-nav li a {
  display: block;
  color: #017A8A;
  padding: 5px 2px;
}

@media screen and (min-width: 769px) {
  .restaurant-nav li {
    font-size: 22px;
    width: 30.5%;
  }
  .restaurant-nav li .txt-01 {
    font-size: 16px;
  }
  .restaurant-nav li a {
    padding: 15px 2px;
  }
}

/* ショップリスト-------------------------------------------*/
.list-area .subttl {
  font-weight: 500;
  font-size: 14px;
}

.list-area .menu-list li {
  margin-bottom: 40px;
}

.list-area .menu-img {
  margin-bottom: 10px;
}

.list-area .menu-img img {
  width: 100%;
}

.list-area .menu-txt .floor {
  color: #898888;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: right;
}

.list-area .menu-txt .ttl {
  font-size: 17px;
  font-weight: bold;
}

.list-area .menu-txt .tel {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .list-area .subttl {
    font-size: 20px;
  }
  .list-area .menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .list-area .menu-list li {
    width: calc(100% / 3 - 27px);
    margin-right: 40px;
    margin-bottom: 50px;
  }
  .list-area .menu-list li:nth-child(3n) {
    margin-right: 0;
  }
  .list-area .menu-txt .floor {
    font-size: 14px;
  }
  .list-area .menu-txt .ttl {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .list-area .menu-txt .tel {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .list-area .menu-txt .price {
    font-size: 14px;
  }
}

/*# sourceMappingURL=_map/restaurant.css.map */
