@charset "utf-8";

:root {
  --deli-commoncolor: #171717;
  --deli-maincolor: #f36440;
  --deli-subcolor: #fff537;
  --deli-backcolor: #fcf8b7;
  --deli-oisixcolor: #006d32;
  --deli-noshcolor: #6ac640;
  --deli-radishcolor: #0f4f3d;
  --deli-fitdishcolor: #e74818;
  --deli-delicolor: #f53619;
  --deli-tsukuriokicolor: #f5732d;
  --deli-moviecolor: #7f0019;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

body {
  letter-spacing: 0;
}

#boya {
  background-color: #e8f3cb;
}

.boya {
  max-width: 720px;
  margin: 80px auto 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 10px 10px 0 0px;
  font-feature-settings: "palt" 1;
}

.boya__mv {
  position: relative;
  max-width: 720px;
  height: 720px;
  top: 40px;
  overflow: hidden;
  border-radius: 10px 10px 0 0px;
}

.boya__mv::before {
  position: absolute;
  content: "PR";
  left: 10px;
  bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.15em;
  z-index: 100;
}

@media only screen and (max-width: 1049px) {
  .boya__mv {
    top: 64px;
  }
}

.boya__mvImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  animation: bgAnime 10s infinite;
  border-radius: 10px 10px 0 0px;
}

@media only screen and (max-width: 720px) {
  .boya {
    border-radius: 0px 0px 0px 0px;
  }

  .boya__mv {
    top: 26px;
    height: 720px;
    border-radius: 0px 0px 0px 0px;
  }

  .boya__mvImg {
    border-radius: 0px 0px 0px 0px;
  }
}

.src1 {
  background-image: url(/image/radish/hajimete/seiromushi.webp);
}

.src2 {
  background-image: url(/image/radish/hajimete/shokutaku02.webp);
  animation-delay: 5s;
}


@keyframes bgAnime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.boya__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border-radius: 10px;
  max-width: 480px;
  margin: 0 auto;
  padding: 32px 24px 16px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
}

.boya__ttl h1 {
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  letter-spacing: 0.12em;
}

.boya__ttl p {
  width: fit-content;
  margin: 32px auto 16px;
  position: relative;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

.boya__ttl p::before,
.boya__ttl p::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background-color: var(--deli-commoncolor);
  top: 50%;
  transform: translateY(-50%);
}

.boya__ttl p::before {
  left: -80px;
}

.boya__ttl p::after {
  left: auto;
  right: -80px;
}

.boya__ttl ul {
  padding-left: 32px;
}

.boya__ttl ul li {
  font-size: 18px;
  list-style: decimal;
  line-height: 1.4;
  margin-bottom: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .boya__ttl ul li a:hover {
    color: var(--deli-maincolor);
    transition: 0.2s;
  }
}

.content__inner {
  margin-top: 63px;
  padding: 20px 40px 40px;
}

section {
  margin: 0px 0px 40px;
}

@media only screen and (max-width: 720px) {
  .boya {
    border-radius: 0px 0px 0px 0px;
  }

  .boya__ttl {
    top: 340px;
    max-width: 320px;
    padding: 24px 16px 16px;
  }

  .boya__ttl h1 {
    font-size: 28px;
    letter-spacing: 0.01em;
  }

  .boya__ttl ul li {
    font-size: 17px;
    margin-bottom: 16px;
    color: var(--deli-radishcolor);
  }

  .content__inner {
    margin-top: 24px;
    padding: 20px 16px 24px;
  }
}

/* h2 ================ */
#boya h2 {
  font-size: 28px;
  background: linear-gradient(transparent 30%, rgba(249, 255, 83, 0.4) 40%, #c9fda8 80%);
  display: inline;
  padding-bottom: 8px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.boya__txt {
  font-size: 18px;
  margin: 16px 0 24px;
  line-height: 2.2;
}

.boya__flex01 {
  display: flex;
  gap: 24px;
  align-items: center;
}

.boya__flex01 .boya__txt {
  width: calc(100% - 194px);
}

.boya__flex01 img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.ctt_lst2 {
  padding: 16px 16px 4px 40px;
  border: solid 1px var(--deli-commoncolor);
  border-radius: 10px;
  margin-bottom: 24px;
}

.ctt_lst2 li {
  margin-bottom: 12px;
}

.boya__spUi {
  margin: 24px auto;
  max-width: 320px;
  object-fit: contain;
}

.boya__spUi p {
  font-size: 13px;
}

.boya__spUi img {
  border-radius: 8px;
  border: #999 solid 2px;
  box-shadow: var(--box-shadow);
}

.yasaibako_flex {
  background-color: var(--deli-backcolor);
  display: flex;
  gap: 24px;
  border-radius: 8px;
  padding: 24px 24px 16px 24px;
  align-items: center;
}

.yasaibako__lst {
  width: 50%;
  font-size: 16px;
  padding-left: 16px;
}

.yasaibako__lst li {
  margin-bottom: 10px;
  list-style: circle;
  line-height: 1.4;
}

.yasaibako__img {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yasaibako__img img {
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}

.yasaibako__img p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media only screen and (max-width: 720px) {
  #boya h2 {
    font-size: 24px;
  }

  .boya__txt {
    font-size: 16px;
    margin: 8px 0 16px;
    text-align: justify;
  }

  .boya__flex01 {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .boya__flex01 .boya__txt {
    width: 100%;
  }

  .boya__spUi {
    margin: 24px auto;
    max-width: 100%;
  }

  .yasaibako_flex {
    flex-direction: column;
    padding: 24px 24px 16px 24px;
  }

  .yasaibako__lst {
    width: 100%;
  }

  .yasaibako__img {
    width: 100%;
  }
}

/* yasaimenu ======================= */
.yasaimenu__ttl {
  display: block;
  width: 240px;
  margin: 32px auto 40px;
}

.yasaimenu__flex {
  display: flex;
  gap: 80px 24px;
  flex-wrap: wrap;
}

.yasaimenu__itm {
  width: 48%;
  position: relative;
}

.yasaimenu__itm::before {
  position: absolute;
  content: "";
  top: -64px;
  left: -16px;
  width: 200px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.yasaimenu__itm:nth-of-type(1):before {
  background-image: url(/image/recipe/menu1.png);
}

.yasaimenu__itm:nth-of-type(2):before {
  background-image: url(/image/recipe/menu2.png);
}

.yasaimenu__itm:nth-of-type(3):before {
  background-image: url(/image/recipe/menu3.png);
}

.yasaimenu__itm:nth-of-type(4):before {
  background-image: url(/image/recipe/menu4.png);
}

.yasaimenu__itm:nth-of-type(5):before {
  background-image: url(/image/recipe/menu5.png);
}

.yasaimenu__itm:nth-of-type(6):before {
  background-image: url(/image/recipe/menu6.png);
}

.yasaimenu__itm:nth-of-type(7):before {
  background-image: url(/image/recipe/menu7.png);
}

.yasaimenu__itm:nth-of-type(8):before {
  background-image: url(/image/recipe/menu8.png);
}

.yasaimenu__itm:nth-of-type(9):before {
  background-image: url(/image/recipe/menu9.png);
}

.yasaimenu__itm:nth-of-type(10):before {
  background-image: url(/image/recipe/other.png);
  height: 72px;
  top: -50px;
}

.yasaimenu__itm p {
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4px;
}

.itm1l p {
  padding-top: 12px;
}

.yasaimenu__itm img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (max-width: 720px) {
  .yasaimenu__flex {
    flex-direction: column;
    gap: 64px 24px;
  }

  .yasaimenu__itm {
    width: 100%;
  }

  .yasaimenu__itm::before {
    top: -60px;
    left: -10px;
  }
}

/* mame ===================== */
.mame {
  margin: 0 auto;
  padding: 56px 0 64px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mame__midashi {
  width: 280px;
  padding-left: 10%;
}

.mame__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.mame__txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  max-width: 480px;
  margin: 16px auto;
}

/* アニメーション */
.rotate {
  width: 70%;
  height: 360px;
  animation: rotate-anime 40s linear infinite;
  margin: -360px auto 0;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.round {
  width: 80%;
  height: 50%;
  border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  animation: round_anime 8s linear infinite;
  background-image: linear-gradient(90deg, rgba(195, 255, 201, 0.2), rgba(124, 243, 155, 0.2) 0%, rgba(62, 208, 246, 0.2));
  mix-blend-mode: multiply;
}


@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  }

  25% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  50% {
    border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%;
  }

  75% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  100% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  }
}

@media only screen and (max-width: 720px) {
  .mame {
    padding: 40px 0 48px;
  }
}

/* kakaku ==================== */
.boya__link {
  color: var(--deli-maincolor);
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 1px var(--deli-maincolor) solid;
}

.boya__linkMini {
  color: var(--deli-maincolor);
  font-size: 14px;
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {

  .boya__link:hover,
  .boya__linkMini:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
}

.riyuu__ttl {
  display: block;
  width: 300px;
  margin: 32px auto 40px;
}

.boya__lst {
  padding: 40px 24px 24px 48px;
  background-color: #fefcd7;
  margin-top: -60px;
}

.boya__lst li {
  list-style: circle;
  margin-bottom: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 720px) {
  .boya__lst {
    padding: 24px 16px 12px 32px;
  }
}

/* ADO ======================= */
.radish-float200 {
  width: 200px;
  height: 200px;
}

.radish-float200:hover {
  opacity: 0.6;
  transition: 0.3s;
}