/* CSS Document */
#main {
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #main {
    padding-bottom: 150px;
  }
}

.shoplist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 9px;
}
@media (min-width: 769px) {
  .shoplist {
    gap: 55px min(3.8194444444vw, 55px);
  }
}
@media (min-width: 769px) {
  .shoplist .article {
    width: calc(33.3333333333% - min(2.6388888889vw, 38px)) !important;
  }
}
.shoplist .article a .logo-wrapper {
  margin-bottom: 15px;
}
.shoplist .article a .logo-wrapper .img-box {
  position: relative;
  border: 1px solid #EFE8DC;
  aspect-ratio: 672/504;
}
.shoplist .article a .logo-wrapper .img-box .floorname {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #fff;
  background: #938976;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
  z-index: 2;
}
@media (min-width: 769px) {
  .shoplist .article a .logo-wrapper .img-box .floorname {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.shoplist .article a .txt-box {
  padding-top: 0;
}
.shoplist .article a .txt-box .shopname {
  color: #866d3e;
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .shoplist .article a .txt-box .shopname {
    font-size: 16px !important;
  }
}
.shoplist .article a .txt-box .category {
  font-size: 10px;
  font-weight: 500;
  color: #3C3C3C;
  text-decoration: none;
}
@media (min-width: 769px) {
  .shoplist .article a .txt-box .category {
    font-size: 12px;
  }
}
/*# sourceMappingURL=_map/restaurant.css.map */
