.table-scroll {
  overflow-x: auto;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  padding: 0;
  background-color: #FFF;
}

.table-scroll h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  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;
  max-width: 100%;
  border-bottom: 0px;
}

.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%;
    table-layout: fixed;
    margin-bottom: 1px;
    border-collapse: collapse;
    font-size: 0.7vw;
  }
  @media screen and (max-width: 780px) {
    .table-scroll table {
      font-size: 2.3vw;
    }
  }
  
  .table-scroll th {
    width: 160px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 1px #ccc solid;
    text-align: center;
  }

  .table-scroll td {
    width: 60px;
    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: #F4ABAC;
	padding: 0;
  margin: 0;
  font-weight: bold;
}
.strawberry-image {
	width: 20px;
	height: 20px;
  margin: 0 5px;
	background: url('https://www.orepa.jp/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: #E37178;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .cherry-image {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url('https://www.orepa.jp/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: #B6D99A;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .meron-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #FBECB2;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .mango-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #F7C8D7;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .peach-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #5F93CE;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .prune-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #A7D32D;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .muscat-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #8877D8;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .grape-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #89A6F1;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .kyoho-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #FBDDB4;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .nasi-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/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: #F7C7A2;
      padding: 0;
      margin: 0;
      font-weight: bold;
    }
    .orange-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url('https://www.orepa.jp/img/orange.png') left / cover no-repeat;
    }