@charset "utf-8";

:root {
  --deli-commoncolor: #171717;
  --deli-maincolor: #f36440;
  --deli-subcolor: #fff537;
  --deli-backcolor: #fcf8b7;
  --deli-oisixcolor: #006d32;
  --deli-noshcolor: #5db534;
  --deli-greencolor: #009781;
  --deli-radishcolor: #0f4f3d;
  --deli-fitdishcolor: #ee5121;
  --deli-delicolor: #c4305c;
  --deli-tsukuriokicolor: #f5732d;
  --deli-moviecolor: #7f0019;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* ====================================== */
/* green */
/* ====================================== */
#green .backImg {
  background-image: url(/image/green/green-bg.webp);
  opacity: 0.5;
}

.greenBox {
  background-image: url(/image/green/green-box.webp);
}

#green .ctt_txtLst {
  margin: 16px 0;
  padding: 16px 16px;
}

#green .ctt_txtLst li {
  margin-bottom: 8px;
}

#green .report h2 {
  color: var(--deli-greencolor);
  border-bottom: none;
  padding-bottom: 0;
}

#green .report h3 {
  background-color: var(--deli-greencolor);
}

#green h4 {
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  margin: 40px auto 16px;
  padding-left: 0;
  color: var(--deli-greencolor)
}

#green h4:before,
#green h4:after {
  position: absolute;
  content: '';
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 2.4px;
  background-color: var(--deli-greencolor);
  transform: rotate(-60deg);
}

#green h4:before {
  left: -30px;
  transform: rotate(60deg);
}

#green h4:after {
  right: -30px;
}

/* PC */
@media only screen and (min-width: 720px) {
  #green h4 {
    font-size: 24px;
    margin: 56px auto 16px;
  }

  #green h4:before,
  #green h4:after {
    width: 44px;
    height: 2.4px;
  }

  #green h4:before {
    left: -40px;
  }

  #green h4:after {
    right: -40px;
  }
}

/* table */
#green .table__wrap {
  width: 100%;
  overflow-x: scroll;
}

#green table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}

#green table tr th {
  text-align: center;
  vertical-align: middle;
}

#deli-oisix table .writing-rl {
  writing-mode: vertical-rl;
}

#green .tenkabutsu-th th {
  background: #ecc258;
}

@media only screen and (max-width: 1050px) {
  #green #tenkabutsu table {
    min-width: 480px;
  }

  #green table th {
    font-size: 16px;
  }

  #green table .writing-rl {
    writing-mode: vertical-rl;
  }
}