@charset "utf-8";
/****
fg-LP
****/

    .hero {
      background: url('https://www.hana-orandaya.com/wp-content/uploads/2025/12/flower-shop-top.jpg') no-repeat center center/cover;
      height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-top: 5rem;
      padding: 0;
    }
    .hero h2 {
      font-size: 2rem;
      font-family: 'Playfair Display', serif;
      color: #fff;
      background: rgba(92, 124, 97, 0.6);
      padding: 1rem 1rem;
      border-radius: 10px;
    }
    .section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 2.5rem 1rem;
    }
    .section h2 {
      font-size: 1.5rem;
      border-left: 4px solid #5c7c61;
      padding-left: 1rem;
      margin-bottom: 1rem;
      color: #5c7c61;
      text-align: left;
    }
    .image-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
      justify-content: center;
    }
    .image-gallery img {
      width: 100%;
      max-width: 300px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .image-gallery img:hover {
      transform: scale(1.05);
    }

    /* ▼ 問題解決セクション ▼ */
    .with-illustration {
      position: relative;
    }
    .illust {
      position: absolute;
      max-width: 200px;
      z-index: 0;
      opacity: 0.95;
    }
    .illust-left {
      bottom: -30px;
      left: -10px;
    }
    .illust-right {
      bottom: -30px;
      right: -10px;
    }
    .problem-solutions {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem;
    }
    .solution-pair {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      padding: 1rem 8px;
      /* margin-bottom: 2rem; */
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .card-header {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    .problem-header {
      color: #d64550;
      border-left: 5px solid #d64550;
      padding-left: 0.5rem;
    }
    .img_box{
    height: 22vh;
}
    .solution-header {
      color: #aa83bf;
      border-left: 5px solid #aa83bf;
      padding-left: 0.5rem;
    }
    .solution-pair {
      display: grid;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      grid-template-columns: 1fr;
    }
    .card ul {
      list-style: disc;
      padding-left: 1.5rem;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    .timeline {
      position: relative;
      margin-top: 2rem;
      padding-left: 2rem;
    }
    .em-pink { color: #d64580; font-weight: bold; }
    .em-red { color: #e05454; font-weight: bold; }
    .em-purple { color: #a657a8; font-weight: bold; }


    /* ▼ ご注文の流れ ▼ */
.timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 0rem;
}

.step {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 14px;
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #5c7c61;
  z-index: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #5c7c61;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  z-index: 1;
  font-size: 0.9rem;
}

    .step-content h4 {
      margin: 0 0 0.5rem;
      color: #5c7c61;
      font-size: 1.1rem;
      background: no-repeat;
      padding: 0;
      border: none;
    }
    .step-content p {
      margin: 0;
      color: #444;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }

    .swiper {
  width: 100%;
  padding-top: 1rem !important;
  padding-bottom: 2rem;
  padding-left: 0 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: #fff;

  /* 画像を中央に */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.swiper-button-next,
.swiper-button-prev {
  color: #5c7c61;
}
    @media (min-width:767px){
      
    .hero {
      background: url('https://www.hana-orandaya.com/wp-content/uploads/2025/12/flower-shop-top.jpg') no-repeat center center/cover;
      height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-top: 5rem;
      padding: 0;
    }
    .hero h2 {
      font-size: 2.8rem;
      font-family: 'Playfair Display', serif;
      color: #fff;
      background: rgba(92, 124, 97, 0.6);
      padding: 1rem 2rem;
      border-radius: 10px;
    }
    .section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 2.5rem 1rem;
    }
    .section h2 {
      font-size: 2rem;
      border-left: 4px solid #5c7c61;
      padding-left: 1rem;
      margin-bottom: 1rem;
      color: #5c7c61;
      text-align: left;
    }
    .image-gallery {
      display: flex;
      flex-wrap: nowrap;
      gap: .5rem;
      margin-top: 2rem;
      justify-content: center;
    }
    .image-gallery img {
      width: 100%;
      max-width: 300px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .image-gallery img:hover {
      transform: scale(1.05);
    }

    /* ▼ 問題解決セクション ▼ */
    .with-illustration {
      position: relative;
    }
    .illust {
      position: absolute;
      max-width: 200px;
      z-index: 0;
      opacity: 0.95;
    }
    .illust-left {
      bottom: -30px;
      left: -10px;
    }
    .illust-right {
      bottom: -30px;
      right: -10px;
    }
    .problem-solutions {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem;
    }
    .solution-pair {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      padding: 2rem;
      /* margin-bottom: 2rem; */
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .card-header {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    .problem-header {
      color: #d64550;
      border-left: 5px solid #d64550;
      padding-left: 0.5rem;
    }
    .img_box{
    height: 14vh;
}
    .solution-header {
      color: #aa83bf;
      border-left: 5px solid #aa83bf;
      padding-left: 0.5rem;
    }
    .solution-pair {
      display: grid;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      grid-template-columns: repeat(2, 1fr);
    }
    .card ul {
      list-style: disc;
      padding-left: 1.5rem;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    .timeline {
      position: relative;
      margin-top: 2rem;
      padding-left: 2rem;
    }
    .em-pink { color: #d64580; font-weight: bold; }
    .em-red { color: #e05454; font-weight: bold; }
    .em-purple { color: #a657a8; font-weight: bold; }


    /* ▼ ご注文の流れ ▼ */
.timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 0rem;
}

.step {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 14px;
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #5c7c61;
  z-index: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #5c7c61;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  z-index: 1;
  font-size: 0.9rem;
}

    .step-content h4 {
      margin: 0 0 0.5rem;
      color: #5c7c61;
      font-size: 1.1rem;
      background: no-repeat;
      padding: 0;
      border: none;
    }
    .step-content p {
      margin: 0;
      color: #444;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    }



    
    @media (min-width:991px){
      
    .hero {
      background: url('https://www.hana-orandaya.com/wp-content/uploads/2025/12/flower-shop-top.jpg') no-repeat center center/cover;
      height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-top: 5rem;
      padding: 0;
    }
    .hero h2 {
      font-size: 2.8rem;
      font-family: 'Playfair Display', serif;
      color: #fff;
      background: rgba(92, 124, 97, 0.6);
      padding: 1rem 2rem;
      border-radius: 10px;
    }
    .section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 2.5rem 1rem;
    }
    .section h2 {
      font-size: 2rem;
      border-left: 4px solid #5c7c61;
      padding-left: 1rem;
      margin-bottom: 1rem;
      color: #5c7c61;
      text-align: left;
    }
    .image-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
      justify-content: center;
    }
    .image-gallery img {
      width: 100%;
      max-width: 300px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .image-gallery img:hover {
      transform: scale(1.05);
    }

    /* ▼ 問題解決セクション ▼ */
    .with-illustration {
      position: relative;
    }
    .illust {
      position: absolute;
      max-width: 200px;
      z-index: 0;
      opacity: 0.95;
    }
    .illust-left {
      bottom: -30px;
      left: -10px;
    }
    .illust-right {
      bottom: -30px;
      right: -10px;
    }
    .problem-solutions {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem;
    }
    .solution-pair {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      padding: 2rem;
      /* margin-bottom: 2rem; */
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .card-header {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    .problem-header {
      color: #d64550;
      border-left: 5px solid #d64550;
      padding-left: 0.5rem;
    }
    .img_box{
    height: 16vh;
}
    .solution-header {
      color: #aa83bf;
      border-left: 5px solid #aa83bf;
      padding-left: 0.5rem;
    }
    .solution-pair {
      display: grid;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      grid-template-columns: repeat(2, 1fr);
    }
    .card ul {
      list-style: disc;
      padding-left: 1.5rem;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    .timeline {
      position: relative;
      margin-top: 2rem;
      padding-left: 2rem;
    }
    .em-pink { color: #d64580; font-weight: bold; }
    .em-red { color: #e05454; font-weight: bold; }
    .em-purple { color: #a657a8; font-weight: bold; }


    /* ▼ ご注文の流れ ▼ */
.timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 0rem;
}

.step {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 14px;
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #5c7c61;
  z-index: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #5c7c61;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  z-index: 1;
  font-size: 0.9rem;
}

    .step-content h4 {
      margin: 0 0 0.5rem;
      color: #5c7c61;
      font-size: 1.1rem;
      background: no-repeat;
      padding: 0;
      border: none;
    }
    .step-content p {
      margin: 0;
      color: #444;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    }

    
    @media (min-width:1200px){
      
    .hero {
      background: url('https://www.hana-orandaya.com/wp-content/uploads/2025/12/flower-shop-top.jpg') no-repeat center center/cover;
      height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-top: 5rem;
      padding: 0;
    }
    .hero h2 {
      font-size: 2.8rem;
      font-family: 'Playfair Display', serif;
      color: #fff;
      background: rgba(92, 124, 97, 0.6);
      padding: 1rem 2rem;
      border-radius: 10px;
    }
    .section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 2.5rem 1rem;
    }
    .section h2 {
      font-size: 2rem;
      border-left: 4px solid #5c7c61;
      padding-left: 1rem;
      margin-bottom: 1rem;
      color: #5c7c61;
      text-align: left;
    }
    .image-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
      justify-content: center;
    }
    .image-gallery img {
      width: 100%;
      max-width: 300px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .image-gallery img:hover {
      transform: scale(1.05);
    }

    /* ▼ 問題解決セクション ▼ */
    .with-illustration {
      position: relative;
    }
    .illust {
      position: absolute;
      max-width: 200px;
      z-index: 0;
      opacity: 0.95;
    }
    .illust-left {
      bottom: -30px;
      left: -10px;
    }
    .illust-right {
      bottom: -30px;
      right: -10px;
    }
    .problem-solutions {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem;
    }
    .solution-pair {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      padding: 2rem;
      /* margin-bottom: 2rem; */
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .card-header {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    .problem-header {
      color: #d64550;
      border-left: 5px solid #d64550;
      padding-left: 0.5rem;
    }
    .img_box{
    height: 22vh;
}
    .solution-header {
      color: #aa83bf;
      border-left: 5px solid #aa83bf;
      padding-left: 0.5rem;
    }
    .solution-pair {
      display: grid;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      grid-template-columns: repeat(2, 1fr);
    }
    .card ul {
      list-style: disc;
      padding-left: 1.5rem;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    .timeline {
      position: relative;
      margin-top: 2rem;
      padding-left: 2rem;
    }
    .em-pink { color: #d64580; font-weight: bold; }
    .em-red { color: #e05454; font-weight: bold; }
    .em-purple { color: #a657a8; font-weight: bold; }


    /* ▼ ご注文の流れ ▼ */
.timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 0rem;
}

.step {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.step::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 14px;
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #5c7c61;
  z-index: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #5c7c61;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  z-index: 1;
  font-size: 0.9rem;
}

    .step-content h4 {
      margin: 0 0 0.5rem;
      color: #5c7c61;
      font-size: 1.1rem;
      background: no-repeat;
      padding: 0;
      border: none;
    }
    .step-content p {
      margin: 0;
      color: #444;
    }
    .inline-illust {
      max-width: 100%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
    }