/*------------------------------------------
    店舗専用css
------------------------------------------*/
/* logo  */
@media (max-width: 768px) {
  .c-hd-logo.eato-lumine .c-hd-logo__img {
    width: 145px;
  }
}

@media (min-width: 769px) {
  .c-hd-logo.eato-lumine .c-hd-logo__img {
    width: 192px;
  }
}

/* newshop */
.newshop-tbl__th:nth-child(2) {
  width: auto !important;
  flex: 1;
}

.newshop-tbl__th:nth-child(3) {
  width: 17%;
  padding: 0 0 0 24px;
  flex: none !important;
}

@media (min-width: 1025px) {
  .newshop-tbl__tr > *:nth-child(1), .newshop-tbl__tr > *:nth-child(3) {
    width: 17%;
    padding: 0 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
