

.now-popup{
  margin:30px 0 0;
}
.now-popup .mb40{
  margin-bottom: 8px;
  padding: 5px 10px;
  color: #fff;
  background: #895839;
}
.c-shop-list {
  display: grid;
  margin-top: 24px;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  list-style: none;
}

@media print, screen and (width >=768px) {
  .c-shop-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8px;
    gap: 0 53px;
  }
}

.c-shop-filter + .c-shop-list {
  margin-top: -20px;
}

@media print, screen and (width >=768px) {
  .c-shop-filter + .c-shop-list {
    margin-top: -32px;
  }
}

.c-shop-list[data-filter="-all"] .c-shop-list__item:nth-child(n+7) {
  display: none;
}




li.c-shop-list__item {
  position: relative;
  margin-top: 24px;
  color: inherit;
}

@media print, screen and (width >=768px) {
  li.c-shop-list__item{
    margin-top: 40px;
  }
}

.c-shop-list__image {
  border: 1px solid var(--color-00-gray);
}

.c-shop-list__image-inner {
  overflow: hidden;
}

.c-shop-list__image-inner img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.c-shop-list__area {
  margin-top: 4px;
  padding: 6px 4px 4px;
  background-color: var(--color-01-pink);
  color: var(--color-00-white);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (width >=768px) {
  .c-shop-list__area {
    margin-top: 8px;
    font-size: 13px;
  }
}

.c-shop-list__area.shibuya_foodshow {
  background-color: var(--color-01-green);
}

.c-shop-list__area.shinqs {
  background-color: #895839;
  color: #fff;
}

.c-shop-list__area.scsq {
  background-color: var(--color-01-blue);
  font-size: 0;
}
.c-shop-list__title {
  margin: 4px 0 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: var(--line-height-m);
}
.c-shop-list__title span{
  font-size:12px;
  display:block
}
@media print, screen and (width >=768px) {
  .c-shop-list__title {
    font-size: 18px;
  }
  .c-shop-list__title span{
  font-size:12px;
  }
}

.c-shop-list__date1 {
  font-size: 15px;
  line-height: var(--line-height-s);
}

@media print, screen and (width >=768px) {
  .c-shop-list__date1 {
    font-size: 15px;
  }
}

.c-shop-list__date1 time {
  display: block;
}



