.table-scroll {
  overflow-x: auto;
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-scroll h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fa709a),
    to(#f5a517)
  );
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #ffce55 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #ffce55 100%);
  padding: 10px 20px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: sticky;
  top: 0;
  left: 0;
  line-height: auto;
  font-family: "Murecho", sans-serif;
  font-style: normal;
}

.table-scroll p {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 16px;
}

.table-scroll table {
  width: 100%;
  min-width: 1000px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
  font-size: 0.7vw;
}
@media screen and (max-width: 780px) {
  .table-scroll {
    width: 90%;
  }
  .table-scroll table {
    font-size: 2.3vw;
  }
}

.table-scroll th {
  width: 130px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 12px;
}

.table-scroll td {
  width: 90;
  height: 16px;
  padding: 0;
  margin: 0;
  border: 1px #ccc solid;
  text-align: center;
}

.table-scroll th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border-left: none;
  border-right: none;
  background: none;
}

.table-scroll th.sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #eee;
  z-index: -1;
  box-sizing: content-box;
}

/* いちご */
.strawberry-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #ffb8b9;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.strawberry-image {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: url("../img/strawberry.png") left / cover no-repeat;
}

/* さくらんぼ */
.cherry-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #ff9898;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.cherry-image {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: url("../img/cherry.png") left / cover no-repeat;
}

/* メロン */
.meron-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #d3ffb8;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.meron-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/meron.png") left / cover no-repeat;
}

/* マンゴー */
.mango-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #ffb8e7;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.mango-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/mango.png") left / cover no-repeat;
}

/* もも */
.peach-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #ffb8c9;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.peach-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/peach.png") left / cover no-repeat;
}

/* プルーン */
.prune-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #b8e1ff;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.prune-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/prune.png") left / cover no-repeat;
}

/* シャインマスカット */
.muscat-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #e0ffb8;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.muscat-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/muscat.png") left / cover no-repeat;
}

/* デラウェア */
.grape-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #cab8ff;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.grape-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/grape.png") left / cover no-repeat;
}

/* 巨峰 */
.kyoho-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #b8e1ff;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.kyoho-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/kyoho.png") left / cover no-repeat;
}

/* 梨 */
.nasi-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #ffe3b8;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.nasi-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/nasi.png") left / cover no-repeat;
}

/* みかん */
.orange-container {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* border-radius: 5px; */
  color: #000;
  background-color: #fff8b8;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.orange-image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/orange.png") left / cover no-repeat;
}
