@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
.comSection__heading--flower::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 43px;
  height: 50px;
  margin-left: -128px;
  background: url(../img/common/icon_flower_g.svg) no-repeat 0 0/contain;
}

#guide02 .h3title {
  position: relative;
  padding: 0.5em;
  padding-left: 100px;
  border-radius: 1.5em;
  color: #FFF;
}
#guide02 .h3title::before, #guide02 .h3title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#guide02 .h3title::before {
  background: #FFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  left: -5px;
}
#guide02 .h3title::after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 80px;
  height: 80px;
  left: 0;
}
@media (max-width: 767px) {
  #guide02 .h3title {
    border-radius: 8px;
    line-height: 1.25;
    padding-left: 80px;
  }
  #guide02 .h3title::before, #guide02 .h3title::after {
    transform: translateY(-75%);
  }
  #guide02 .h3title::before {
    width: 70px;
    height: 70px;
    left: -10px;
  }
  #guide02 .h3title::after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 60px;
    height: 60px;
    left: -5px;
  }
}
#guide02 h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
#guide02 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#guide02 .flex .textbox,
#guide02 .flex .imagebox {
  width: 48%;
}
@media (max-width: 767px) {
  #guide02 .flex .textbox,
  #guide02 .flex .imagebox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #guide02 .flex .textbox {
    margin-bottom: 1em;
  }
}
#guide02 .eatbox {
  background: url(../img/guide/image01.jpg) no-repeat 100% 0;
  background-size: 60%;
}
#guide02 .eatbox .textshadowwhite {
  text-shadow: 0 0 6px white, 0 0 6px white, 0 0 6px white;
}
#guide02 .eatbox .h3title {
  background: #ef92bb;
}
#guide02 .eatbox .h3title::after {
  background-image: url(../img/guide/icon_eat.png);
}
#guide02 .eatbox h4 {
  color: #ef92bb;
}
#guide02 .eatbox .flex .textbox .illust::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url(../img/guide/illust_eat.png) no-repeat 0 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  #guide02 .eatbox {
    background: none;
  }
  #guide02 .eatbox h4 {
    position: relative;
    z-index: 2;
  }
  #guide02 .eatbox ul {
    position: relative;
    z-index: 1;
  }
  #guide02 .eatbox ul::after {
    content: "";
    pointer-events: none;
    width: 50vw;
    height: 50vw;
    display: block;
    background: url(../img/guide/image01.jpg) no-repeat 100% 0;
    background-size: contain;
    position: absolute;
    top: -80px;
    right: calc(-5vw + 1px);
    z-index: -1;
  }
  #guide02 .eatbox .flex .textbox .illust {
    margin-bottom: 0;
  }
  #guide02 .eatbox .flex .textbox .illust::after {
    height: 120px;
  }
}
#guide02 .lessonbox {
  margin-top: 50px;
}
#guide02 .lessonbox .h3title {
  background: #f0855d;
}
#guide02 .lessonbox .h3title::after {
  background-image: url(../img/guide/icon_lesson.png);
}
#guide02 .lessonbox .h3title + h4 {
  position: relative;
}
#guide02 .lessonbox .h3title + h4::before {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 362/303;
  background: url(../img/guide/illust_lesson.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: calc(-130px - 4em);
  right: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  #guide02 .lessonbox .h3title + h4::before {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: 50% 0;
    top: auto;
    right: auto;
  }
}
#guide02 .lessonbox h4 {
  color: #f0855d;
}
#guide02 .lessonbox .flex .imagebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#guide02 .lessonbox .flex .imagebox > p {
  width: 48%;
  margin-bottom: 0;
}
#guide02 .lessonbox .flex .imagebox > p.w100 {
  width: 100%;
}/*# sourceMappingURL=add.css.map */