#pc {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: stretch;

  gap: 15px;
}

.shop-box-gourmet {
  position: relative;
  width: 310px;
  background: #fcfcfc;
  transition-duration: 0.5s;
}

.shop-box-gourmet-none {
  position: relative;
  width: 310px;
  background: #fcfcfc;
  transition-duration: 0.5s;
}

.shop-box-gourmet:hover {
  transform: translateY(-10px);
}

/* .shop-box-gourmet-none:after {
  position: absolute;
  bottom: 4em;
  right: 0;
  z-index: 1;
  content: "店舗詳細ページはありません";
  padding: 0 0.5em;
  background: #c32222;
  font-size: 12px;
  color: #ffffff;
  transition-duration: 0.5s;
  pointer-events: none;
} */

.shop-area {
  display: block;
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.shop-floor {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.shop-name {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 0.4em;
  margin-left: 14px;
}

.shop-category {
  display: block;
  font-size: 12px;
  line-height: 2;
  margin-left: 14px;
}

.shop-en {
  display: none;
}

.shop-tel {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #555555;
  margin-left: 14px;
}

.shop-time {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #555555;
  margin-left: 14px;
}

.shop-check {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #cc0000;
  margin-left: 14px;
  padding: 0 14px;
}

.shop-option {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #555555;
  margin-left: 14px;
}

.shop-img {
  position: relative;
  text-align: center;
}

.shop-img img {
  width: 100%;
  height: 300px;

  object-fit: cover;
  vertical-align: bottom;
}

.shop-contents {
  padding-bottom: 4em;
}

table {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 10px;

  table-layout: fixed;
}

td {
  width: (100% / 7);
  border-right: 1px #ececec solid;
  background: #dddddd;
  text-align: center;
}

td:last-child {
  border-right: none;
}

.ex-head {
  background: #ececec;
  line-height: 1;
  color: #666666;
}

.ex-head td {
  padding: 0.25em 0.5em;
  background: #ececec;
}

.caution {
  padding: 1em 0 0;
}
