    .content {
      font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
      color: #333;
    }
    .hero {
      background: linear-gradient(to right, #e3f2fd, #ffffff);
      text-align: center;
      padding: 3em 1em;
    }
    .hero h1 {
      font-size: 2rem;
      color: #01579b;
      margin-bottom: 0.5em;
    }
    .hero p {
      font-size: 1.5rem;
    }
    .hero img {
      max-width: 900px;
      width: 100%;
      border-radius: 10px;
      margin-top: 1.5em;
    }
    .section {
      padding: 2em 1em;
      max-width: 1000px;
      margin: 0 auto;
    }
    .section h2 {
      font-size: 1.6rem;
      margin-bottom: 0.5em;
    }
    .section p {
      margin-bottom: 1.5em;
      line-height: 1.7;
    }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1.5em;
    }
    .product-card {
      background: #ffffff;
      border: 1px solid #ddd;
      border-radius: 8px;
      text-align: center;
      padding: 1em;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .product-card img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 0.5em;
    }
    .plant-card img {
      width: 200px;
      height: 246px;
      object-fit: cover;
      margin: 0 auto 0.5em auto;
      display: block;
    }
    .highlight {
      background: #fff3e0;
      border-radius: 12px;
      padding: 2em;
    }
    .btn {
      display: inline-block;
      background: #009688;
      color: #fff;
      padding: 1em 2em;
      border-radius: 6px;
      font-size: 1.2rem;
      text-decoration: none;
      margin-top: 2em;
    }
    .btn:hover {
      background: #00796b;
    }
    @media (max-width: 600px) {
      .hero h1 {
        font-size: 1.5rem;
      }
      .section h2 {
        font-size: 1.3rem;
      }
      .btn {
        font-size: 1rem;
        padding: 0.8em 1.5em;
      }
    }

.ochugen-message {
  background-color: #e8f5e9;
  border-left: 5px solid #43a047;
  padding: 2em 1.5em;
  border-radius: 10px;
  margin-top: 2em;
}

.message-heading {
  font-size: 1.6rem;
  color: #2e7d32;
  margin-bottom: 1em;
}

.message-intro {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.message-subheading {
  font-size: 1.2rem;
  color: #1b5e20;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #81c784;
  padding-bottom: 0.3em;
}

.message-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.8em 0;
}

.message-list li {
  background: #ffffff;
  border-left: 4px solid #66bb6a;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  line-height: 1.8;
}

@media (max-width: 600px) {
  .message-heading {
    font-size: 1.3rem;
  }
  .message-subheading {
    font-size: 1.1rem;
  }
  .message-list li {
    font-size: 0.95rem;
  }
}

.btn-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}

.btn-group .btn {
  flex: 1 1 280px;
  max-width: 320px;
  text-align: center;
}


/*# sourceMappingURL=ochugen.css.map */
