.c-local-container {
  padding: 0 20px 100px;
}
.c-local-container--shopnewsdetail {
  padding-bottom: 0;
}

.c-cardlist {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .c-cardlist {
    margin-top: 25px;
  }
}

.c-btn1.shopnews-index {
  width: 280px;
  margin: 50px auto 0;
}

.shopdate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 90px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .shopdate {
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.shopdate__pic {
  max-width: 300px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .shopdate__pic {
    margin: 0;
  }
}
.shopdate__main {
  flex: 1;
}
@media (max-width: 768px) {
  .shopdate__main {
    margin-top: 20px;
  }
}
.shopdate__main .meta {
  display: flex;
}
.shopdate__main .meta__floor {
  color: #ff6521;
  font-weight: 900;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .shopdate__main .meta__floor {
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.shopdate__main .meta__floor::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  background: #009342;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .shopdate__main .meta__floor::before {
    width: 2.8346666667vw;
  }
}
.shopdate__main .meta__category {
  color: #009342;
}
@media (max-width: 768px) {
  .shopdate__main .meta__category {
    font-size: 1.2rem;
  }
}
.shopdate__main .shopname {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .shopdate__main .shopname {
    margin-top: 5px;
  }
}
.shopdate__main .data_tb {
  width: 100%;
  margin-top: 20px;
}
.shopdate__main .data_tb tr:nth-child(1) th, .shopdate__main .data_tb tr:nth-child(1) td {
  border-top-width: 2px;
}
.shopdate__main .data_tb th, .shopdate__main .data_tb td {
  padding: 18px 0;
  border-top: 1px solid #EDF5DC;
  letter-spacing: 0.02em;
}
.shopdate__main .data_tb th {
  width: 105px;
  padding-right: 10px;
  color: #009342;
}
.shopdate--shopnewsdetail {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .shopdate--shopnewsdetail {
    margin-top: 60px;
  }
}

.c-shop-container--shopnewsdetail {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .c-shop-container--shopnewsdetail {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=map/shopnews.css.map */