@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);
}

/* ====================================== */
/* radish */
/* ====================================== */
.radishBox {
  background-image: url(/image/radish/radish-top.webp);
}

#radish .backImg {
  background-image: url(/image/radish/radish-otameshi-bg.webp);
  opacity: 0.3;
}

#radish .content__inner {
  background-color: rgba(255, 255, 255, 0.8);
}

.radish__otameshiNav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 40px auto;
}

.radish__otameshiNav li {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

.radish__otameshiNav li a {
  padding: 6px 16px 8px;
  color: var(--deli-radishcolor);
  background-color: #faf87a;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .radish__otameshiNav li a:hover {
    color: #faf87a;
    background-color: var(--deli-radishcolor);
    transition: 0.3s;
  }
}

.radish__day {
  margin: 24px auto;
}

.radish__day1,
.radish__day2,
.radish__day3 {
  position: relative;
}

.radish__day1::after,
.radish__day2::after,
.radish__day3::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(/image/recipe/butaniku_kanso_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  left: 20px;
  width: 250px;
  height: 220px;
}

.radish__day2::after {
  background-image: url(/image/recipe/rurohan_kanso_w.png);
  bottom: -110px;
  left: auto;
  right: 0px;
  width: 250px;
  height: 220px;
}

.radish__day3::after {
  background-image: url(/image/recipe/maguro_kanso_w.png);
  bottom: auto;
  top: 20px;
  left: auto;
  right: 0px;
  width: 250px;
  height: 220px;
}

@media only screen and (min-width: 720px) {
  .radish__otameshiNav {
    gap: 24px;
    margin: 64px auto;
  }

  .radish__otameshiNav li {
    font-size: 17px;
  }

  .radish__otameshiNav li a {
    padding: 8px 24px 10px;
  }

  .radish__day {
    margin: 40px auto;
  }

  .radish__day1::after {
    bottom: 0px;
    left: 20px;
    width: 300px;
    height: 200px;
  }

  .radish__day2::after {
    bottom: -120px;
    right: 0px;
    width: 370px;
    height: 300px;
  }

  .radish__day3::after {
    top: 20px;
    right: 0px;
    width: 380px;
    height: 300px;
  }
}

#radish .report h1 {
  font-size: 17px;
}

#radish .report h2 {
  color: var(--deli-radishcolor);
  border-bottom: 2px var(--deli-radishcolor) solid;
}

.report.radish h3 {
  background-color: var(--deli-radishcolor)
}

#radish h6 {
  background-color: var(--deli-radishcolor);
}

#radish h6:after {
  border-color: var(--deli-radishcolor) transparent transparent transparent;
}

/* ADO ============================ */
.a8-radish468 {
  width: 468px;
  height: 60px;
  object-fit: contain;
  margin: auto;
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 5;
}

.a8-radish-fSp {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .a8-radish468 a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}

/* SP */
@media only screen and (max-width: 510px) {
  .a8-radish468 {
    display: none;
  }

  .a8-radish-fSp {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
  }
}