<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ケース販売</title>
	<atom:link href="https://www.e-seedlings.com/tag/%E3%82%B1%E3%83%BC%E3%82%B9%E8%B2%A9%E5%A3%B2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.e-seedlings.com</link>
	<description>種苗、農業資材の専門店「株式会社水戸種苗商会」のホームページです。</description>
	<lastBuildDate>Fri, 17 Oct 2025 00:17:08 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>
	<item>
		<title>家庭菜園応援！ 人気の野菜苗を1本から販売</title>
		<link>https://www.e-seedlings.com/news/364?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25ae%25b6%25e5%25ba%25ad%25e8%258f%259c%25e5%259c%2592%25e5%25bf%259c%25e6%258f%25b4%25ef%25bc%2581-%25e4%25ba%25ba%25e6%25b0%2597%25e3%2581%25ae%25e9%2587%258e%25e8%258f%259c%25e8%258b%2597%25e3%2582%25921%25e6%259c%25ac%25e3%2581%258b%25e3%2582%2589%25e8%25b2%25a9%25e5%25a3%25b2%25e4%25b8%25ad</link>
		
		<dc:creator><![CDATA[水戸種苗商会]]></dc:creator>
		<pubDate>Thu, 16 Oct 2025 23:48:24 +0000</pubDate>
				<category><![CDATA[お知らせ]]></category>
		<category><![CDATA[商品]]></category>
		<category><![CDATA[種苗]]></category>
		<category><![CDATA[かていさいえん]]></category>
		<category><![CDATA[きかく]]></category>
		<category><![CDATA[きゅうり]]></category>
		<category><![CDATA[ケースはんばい]]></category>
		<category><![CDATA[ケース販売]]></category>
		<category><![CDATA[しょうりょうこうにゅう]]></category>
		<category><![CDATA[ちゅうもん]]></category>
		<category><![CDATA[トマト]]></category>
		<category><![CDATA[なす]]></category>
		<category><![CDATA[のうか]]></category>
		<category><![CDATA[やさいなえ]]></category>
		<category><![CDATA[よやく]]></category>
		<category><![CDATA[予約]]></category>
		<category><![CDATA[商品について]]></category>
		<category><![CDATA[家庭菜園]]></category>
		<category><![CDATA[少量購入]]></category>
		<category><![CDATA[当社のサービスについて]]></category>
		<category><![CDATA[注文]]></category>
		<category><![CDATA[規格]]></category>
		<category><![CDATA[農家]]></category>
		<category><![CDATA[野菜苗]]></category>
		<guid isPermaLink="false">https://www.e-seedlings.com/?p=364</guid>

					<description><![CDATA[<p>＼ 初心者大歓迎！ベランダでもOK ／ 家庭菜園応援！人気の野菜苗を1本から販売 プロが育てた元気な苗で、採れたて野菜の感動を味わいませんか？ 【農家・業者様向け】ケース単位でのご購入はこちら ≫ 大口注文（トマト・きゅ [&#8230;]</p>
The post <a href="https://www.e-seedlings.com/news/364">家庭菜園応援！ 人気の野菜苗を1本から販売</a> first appeared on <a href="https://www.e-seedlings.com">株式会社水戸種苗商会</a>.]]></description>
										<content:encoded><![CDATA[<script src="https://cdn.tailwindcss.com"></script><style>
        /* フォント設定と基本スタイル */
        body {
            font-family: 'Noto Sans JP', sans-serif;
            background-color: #f0fdf4; /* Emerald 50 - 非常に薄いグリーン背景 */
            color: #333;
        }
        .container {
            max-width: 1100px;
        }
        /* ヒーローセクション: 親しみやすい家庭菜園のイメージ */
        .hero {
            background-color: #10b981; /* Emerald 600 */
            padding: 4rem 2rem;
            text-align: center;
            border-radius: 1rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
            background-size: cover;
            background-position: center;
            background-image: url('https://www.e-seedlings.com/wp-content/uploads/nae_s_003.jpg');
            height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }
        .hero-overlay {
            /* 透明度を75%に下げて、背景を見えやすくする (ボカシを薄く) */
            background-color: rgba(255, 255, 255, 0.75); 
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 1rem;
            z-index: 10;
        }
        .hero-content {
            position: relative;
            z-index: 20;
        }
        
        /* カードスタイル - 野菜の紹介用 */
        .veggie-card {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
            transition: all 0.3s ease-in-out;
            overflow: hidden;
            /* 基本のボーダーはエメラルドグリーン */
            border-bottom: 6px solid #059669; 
            display: flex;
            flex-direction: column;
        }
        /* カードごとに色を変えるためのカスタムスタイル */
        .veggie-card.tomato { border-bottom-color: #dc2626; /* Red 600 */ }
        .veggie-card.eggplant { border-bottom-color: #7c3aed; /* Violet 600 */ }
        .veggie-card.cucumber { border-bottom-color: #059669; /* Emerald 600 */ }
        .veggie-card.watermelon { border-bottom-color: #f97316; /* Orange 600 */ }
        .veggie-card.pepper { border-bottom-color: #ca8a04; /* Yellow/Olive 600 */ }
        .veggie-card.other { border-bottom-color: #3b82f6; /* Blue 500 */ } 

        .veggie-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .veggie-img {
            height: 180px;
            object-fit: cover;
            width: 100%;
        }
        .tag-small {
            background-color: #d1fae5; 
            color: #065f46; 
            padding: 0.2rem 0.6rem;
            border-radius: 0.5rem;
            font-size: 0.75rem;
            font-weight: 700;
        }
        .card-content-area {
            flex-grow: 1; /* コンテンツエリアを拡大して、フッター位置を揃える */
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .card-footer {
            padding: 0.75rem 1.5rem;
            background-color: #f7fee7; /* Lime 50 - フッターを少し明るく */
            border-top: 1px dashed #d9f99d; /* Lime 200 */
            text-align: center;
            font-size: 0.875rem; /* text-sm */
            font-weight: 600; /* font-semibold */
        }
        .grafting-info {
            background-color: #fff7ed; /* Orange 50 */
            border-left: 5px solid #f97316; /* Orange 500 */
            padding: 1rem;
        }
        /* ケース販売バナーのスタイル */
        .case-sales-banner {
            background-color: #1d4ed8; /* Blue 700 */
            color: white;
            border-radius: 0.75rem;
            padding: 1rem 1.5rem;
            text-align: center;
            display: block;
            margin-top: 1.5rem; /* ヒーローとの間に少しスペースを空ける */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
            text-decoration: none;
        }
        .case-sales-banner:hover {
            background-color: #1e40af; /* Blue 800 */
        }
    </style><!-- メインコンテンツ -->
<div class="container mx-auto p-4 space-y-12"><!-- 1. ヒーローセクション --><header class="hero" role="banner">
<div class="hero-overlay"></div>
<div class="hero-content">
<p class="text-xl font-bold mb-2 text-emerald-600">＼ 初心者大歓迎！ベランダでもOK ／</p>
<h2 class="text-5xl md:text-6xl font-extrabold mb-4 text-emerald-900 leading-tight">家庭菜園応援！<br />人気の野菜苗を<span class="text-red-600">1本から販売</span></h2>
<p class="text-lg md:text-xl font-medium text-gray-700">プロが育てた元気な苗で、採れたて野菜の感動を味わいませんか？</p>
</div>
</header><!-- ケース販売（農家・大量購入者）向け誘導バナー --> <a href="https://www.e-seedlings.com/news/351" class="case-sales-banner" target="_blank" rel="noopener noreferrer">
<div class="flex items-center justify-center space-x-3"><svg class="w-8 h-8 flex-shrink-0" fill="currentColor" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v12a1 1 0 01-1 1H4a1 1 0 01-1-1V3zm2 5a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1zm0 4a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z" clip-rule="evenodd"></path></svg> <span class="text-xl md:text-2xl font-extrabold tracking-wider"> 【農家・業者様向け】ケース単位でのご購入はこちら ≫ </span></div>
<p class="text-sm mt-1 opacity-90">大口注文（トマト・きゅうり・なす等）の品種・価格については別ページでご案内しています。</p>
</a> <!-- 販売時期の強調ブロック -->
<div class="text-center p-4 bg-yellow-50 border-2 border-dashed border-yellow-300 rounded-lg shadow-inner">
<h3 class="text-2xl font-bold text-yellow-800 mb-1">【重要】苗の販売時期について</h3>
<p class="text-xl font-semibold text-gray-700">主な販売時期：<span class="text-red-600 font-extrabold">4月下旬から5月上旬</span></p>
<p class="text-sm text-gray-600 mt-2">苗の状態や天候により、販売開始・終了時期が前後する場合がございます。<br />ご来店の際は、<span class="font-bold text-emerald-700">お手数ですが必ずお電話にて在庫・詳細をご確認ください。</span></p>
</div>
<!-- 予約受付の案内ブロック -->
<div class="p-6 bg-red-50 border-2 border-solid border-red-300 rounded-xl shadow-md">
<h3 class="text-2xl font-bold text-red-700 mb-4 flex items-center justify-center"><svg class="w-6 h-6 mr-2" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg> 🌱 苗のご予約受付について</h3>
<ul class="text-gray-700 space-y-3 pl-5 list-disc">
<li><strong>希望の苗の種類・本数</strong>を電話またはメールにてお知らせください。
<p class="text-sm text-gray-500 mt-1">ご来店予定日に合わせて、元気な苗をお取り置きいたします。</p>
</li>
<li>配送をご希望の際は、<strong>送料別途頂戴</strong>いたします。（詳細はご注文時にお尋ねください）</li>
<li>苗の代金につきましては、お手数ですが<strong>店舗にお問い合わせください</strong>。</li>
</ul>
</div>
<!-- 2. 販売品種の紹介 -->
<section class="text-center">
<h3 class="text-3xl font-bold mb-4 text-gray-800">当店の「おすすめ野菜苗」ラインナップ（全5種類＋お問い合わせ枠）</h3>
<p class="text-gray-600 mb-4">育てやすく、収穫まで楽しめる定番の品種をご用意しています。</p>
<!-- 接ぎ木情報ブロック -->
<div class="grafting-info rounded-lg mb-8 text-left">
<p class="text-lg font-bold text-orange-700 mb-2 flex items-center"><svg class="w-5 h-5 mr-1" fill="currentColor" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l3 3a1 1 0 001.414-1.414L11 9.586V6z" clip-rule="evenodd"></path></svg> 苗の種類（接ぎ木・自根）の取り扱いについて</p>
<ul class="text-sm text-gray-700 space-y-1 ml-4 list-disc">
<li><strong>トマト・きゅうり・なす</strong>： 自根苗（実生苗）・接ぎ木苗の<strong>両方</strong>を取り扱っています。</li>
<li><strong>スイカ</strong>： 接ぎ木苗<strong class="text-red-600">のみ</strong>の取り扱いです。</li>
<li><strong>ピーマン・ししとう・とうがらし、その他の品種</strong>： 自根苗（実生苗）<strong class="text-red-600">のみ</strong>の取り扱いです。</li>
</ul>
</div>
<!-- /接ぎ木情報ブロック --><!-- グリッドコンテナ: 6枚のカードを3列表示 (大画面時) -->
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6"><!-- カード1: トマトの苗 -->
<div class="veggie-card tomato"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/ATM001.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="真っ赤なトマトの実" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-red-100 text-red-700">人気No.1</span>
<h4 class="text-xl font-bold text-red-600">トマト（大玉・中玉・ミニ）</h4>
<p class="text-gray-600 text-sm">甘くてジューシーなトマトは家庭菜園の主役。初心者でも育てやすい品種を厳選しています。</p>
</div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-red-50 text-red-700">自根苗・接ぎ木苗 <strong>両方あり</strong></div>
</div>
<!-- カード2: ナスの苗 -->
<div class="veggie-card eggplant"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/ANA065.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="紫色のナス" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-violet-100 text-violet-700">育てやすい</span>
<h4 class="text-xl font-bold text-violet-700">なす（千両・あのみのり）</h4>
<p class="text-gray-600 text-sm">長く収穫できるのが魅力のナス。定番の千両ナスに加え、単為結果ナス「あのみのり」も食味が良く人気です。</p>
</div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-violet-50 text-violet-700">自根苗・接ぎ木苗 <strong>両方あり</strong></div>
</div>
<!-- カード3: きゅうりの苗 -->
<div class="veggie-card cucumber"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/ACU058.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="みずみずしいきゅうり" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-emerald-100 text-emerald-700">夏にぴったり</span>
<h4 class="text-xl font-bold text-green-700">きゅうり</h4>
<p class="text-gray-600 text-sm">採れたてきゅうりのパリパリ食感は格別！支柱を使って育てる、収穫量の多い品種を取り扱っています。</p>
</div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-emerald-50 text-emerald-700">自根苗・接ぎ木苗 <strong>両方あり</strong></div>
</div>
<!-- カード4: スイカの苗 -->
<div class="veggie-card watermelon"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/ASU005.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="割れたスイカと実" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-orange-100 text-orange-700">挑戦者求む</span>
<h4 class="text-xl font-bold text-orange-600">スイカ（大玉・小玉・黄小玉）</h4>
<p class="text-gray-600 text-sm">夏の醍醐味！自分で作ったスイカの味は格別です。小玉スイカや、珍しい黄小玉スイカならベランダでも挑戦可能です。</p>
</div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-orange-50 text-orange-700"><strong>接ぎ木苗のみ</strong> の取り扱い</div>
</div>
<!-- カード5: ピーマン・ししとう・とうがらしの苗 -->
<div class="veggie-card pepper"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/APE011.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="緑色のピーマンとししとう" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-yellow-100 text-yellow-700">多収穫</span>
<h4 class="text-xl font-bold text-yellow-700">ピーマン・ししとう・とうがらし</h4>
<p class="text-gray-600 text-sm">ピーマン、ししとう（辛くない唐辛子）は料理に大活躍！とうがらしは辛いものから甘いものまで取り揃えています。</p>
</div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-yellow-50 text-yellow-700"><strong>自根苗のみ</strong> の取り扱い</div>
</div>
<!-- NEW CARD 6: その他の野菜苗（お問い合わせ枠） -->
<div class="veggie-card other"><img decoding="async" src="https://www.e-seedlings.com/wp-content/uploads/AZU131.jpg" onerror="this.onerror=null; this.src='https://placehold.co/600x400/94a3b8/ffffff?text=画像がありません'; this.alt='代替画像';" alt="鮮やかな緑のゴーヤ" class="veggie-img" />
<div class="card-content-area text-left space-y-3">
<div class="space-y-3"><span class="tag-small bg-blue-100 text-blue-700">お気軽にどうぞ</span>
<h4 class="text-xl font-bold text-blue-700">苦瓜（ゴーヤ）・オクラなど</h4>
<p class="text-gray-600 text-sm">その他にも、苦瓜（ゴーヤ）、オクラなど、季節に応じた様々な苗を取り扱っています。</p>
</div>
<div class="mt-4 p-2 bg-blue-50 rounded-md text-center"><strong class="text-red-600">お探しの苗は店舗までお問い合わせください！</strong></div>
</div>
<!-- フッターに苗の種類を記載 -->
<div class="card-footer bg-blue-50 text-blue-700"><strong>自根苗のみ</strong> の取り扱いが多数</div>
</div>
</div>
</section>
<!-- 3. 購入方法と初心者サポート -->
<section class="p-8 bg-white rounded-xl shadow-lg border-t-4 border-emerald-500">
<h3 class="text-3xl font-bold mb-6 text-gray-800 text-center">ご購入について：【店頭販売】が基本です</h3>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 text-center"><!-- ポイント1 -->
<div class="space-y-3">
<div class="text-5xl text-emerald-600 mb-2">🌱</div>
<h4 class="text-xl font-bold text-gray-700">1本から選べる</h4>
<p class="text-gray-600 text-sm">ご自宅のプランターの数に合わせて、必要な本数だけお求めいただけます。多品種を少量ずつ試したい方にも最適です。</p>
</div>
<!-- ポイント2 -->
<div class="space-y-3">
<div class="text-5xl text-emerald-600 mb-2">🎁</div>
<h4 class="text-xl font-bold text-gray-700">土・肥料も同時販売</h4>
<p class="text-gray-600 text-sm">苗の成長に最適な培養土や元肥も一緒に販売しております。手ぶらでお越しいただいても、すぐに家庭菜園を始められます。</p>
</div>
<!-- ポイント3 -->
<div class="space-y-3">
<div class="text-5xl text-emerald-600 mb-2">🧑‍🌾</div>
<h4 class="text-xl font-bold text-gray-700">スタッフがアドバイス</h4>
<p class="text-gray-600 text-sm">「この品種は育てやすい？」「ベランダでできる？」など、スタッフが丁寧にアドバイスいたします。お気軽にお声がけください！</p>
</div>
</div>
</section>
<!-- 4. 店舗情報/アクセス (CTAを兼ねる) -->
<section class="p-8 bg-emerald-100 rounded-xl shadow-inner">
<h3 class="text-3xl font-bold mb-6 text-emerald-800 text-center">水戸種苗商会「家庭菜園直売所」アクセス</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8"><!-- 地図/住所 -->
<div class="space-y-4">
<p class="font-bold text-lg text-emerald-700 border-b border-emerald-400 pb-1">直売所情報</p>
<p class="text-gray-700"><strong>所在地:</strong> 〒310-0041 茨城県水戸市上水戸3-3-21<br /><strong>営業時間:</strong> 9:00〜17:00<br /><strong>定休日:</strong> 土曜日・日曜日・祝日休業<br /><span class="text-red-600 text-sm font-semibold">※ご来店の際は、必ず事前にお電話で営業日をご確認ください。</span></p>
<!-- 地図は静的イメージと外部リンクに差し替え済み -->
<div class="w-full h-48 bg-white rounded-lg overflow-hidden border border-gray-300 relative group"><a href="https://maps.app.goo.gl/VdpEyiuZf5zKnwsYA" target="_blank" rel="noopener noreferrer" class="block h-full"> <!-- 地図の静的イメージとして placeholder を使用 --> <img decoding="async" src="https://placehold.co/600x300/f0fdf4/059669?text=水戸種苗商会+地図プレビュー" alt="水戸種苗商会の地図プレビュー画像（タップでGoogleマップに遷移）" class="w-full h-full object-cover" /> <!-- 地図画像の上に重ねるボタン -->
<div class="absolute inset-0 flex flex-col items-center justify-center bg-black bg-opacity-40 opacity-100 group-hover:bg-opacity-20 transition-all duration-300">
<p class="text-white text-xl font-bold p-3 rounded-lg bg-emerald-600 shadow-xl transition-transform duration-200 group-hover:scale-105"><svg class="w-6 h-6 inline mr-2" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0l-4.243-4.243a8 8 0 1111.314 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path></svg> 地図をGoogleマップで表示</p>
<p class="text-sm text-white mt-1">（タップまたはクリックしてください）</p>
</div>
</a></div>
<p class="text-sm text-gray-600 text-center">駐車場完備。お車でお越しください。</p>
</div>
<!-- CTA/連絡先 -->
<div class="space-y-4 p-4 bg-white rounded-lg border border-emerald-300">
<p class="font-bold text-lg text-emerald-700 border-b border-emerald-400 pb-1">お問い合わせ・在庫確認</p>
<p class="text-2xl font-extrabold text-red-600">TEL: 029-221-4926</p>
<p class="text-gray-600">「家庭菜園の苗について」とお伝えください。在庫状況や、おすすめの品種についてご案内いたします。</p>
<!-- ホームページのお問い合わせフォームへのリンクに差し替え済み --> <a href="#" class="inline-block w-full text-center py-3 bg-emerald-600 text-white font-bold rounded-lg shadow-md hover:bg-emerald-700 transition duration-300"> ホームページのお問い合わせフォームへ </a>
<p class="text-sm text-gray-500">FAX: 029-224-8979 | E-mail: info@e-seedlings.com</p>
</div>
</div>
</section>
<!-- 5. 会社情報/フッター --><footer class="mt-10 pt-6 border-t-2 border-emerald-200 space-y-4">
<div class="text-center text-sm text-gray-500">
<p class="font-bold text-gray-700 mb-1">株式会社 水戸種苗商会</p>
<p>販売責任者: 鯉淵 悠充</p>
<p>〒310-0041 茨城県水戸市上水戸3-3-21</p>
<p>© 2025 Mito Seedlings Co., Ltd. All rights reserved.</p>
</div>
</footer></div>The post <a href="https://www.e-seedlings.com/news/364">家庭菜園応援！ 人気の野菜苗を1本から販売</a> first appeared on <a href="https://www.e-seedlings.com">株式会社水戸種苗商会</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>野菜苗販売についてのご案内　トマト・きゅうり・なす等　野菜苗のケース販売をしております</title>
		<link>https://www.e-seedlings.com/news/351?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e9%2587%258e%25e8%258f%259c%25e8%258b%2597%25e8%25b2%25a9%25e5%25a3%25b2%25e3%2581%25ab%25e3%2581%25a4%25e3%2581%2584%25e3%2581%25a6%25e3%2581%25ae%25e3%2581%2594%25e6%25a1%2588%25e5%2586%2585</link>
		
		<dc:creator><![CDATA[水戸種苗商会]]></dc:creator>
		<pubDate>Thu, 16 Oct 2025 22:08:37 +0000</pubDate>
				<category><![CDATA[お知らせ]]></category>
		<category><![CDATA[商品]]></category>
		<category><![CDATA[種苗]]></category>
		<category><![CDATA[きゅうり]]></category>
		<category><![CDATA[ケース販売]]></category>
		<category><![CDATA[すいか]]></category>
		<category><![CDATA[トマト]]></category>
		<category><![CDATA[なす]]></category>
		<category><![CDATA[ピーマン]]></category>
		<category><![CDATA[ミニトマト]]></category>
		<category><![CDATA[保証]]></category>
		<category><![CDATA[商品について]]></category>
		<category><![CDATA[当社のサービスについて]]></category>
		<category><![CDATA[注文方法]]></category>
		<category><![CDATA[納期]]></category>
		<category><![CDATA[胡瓜]]></category>
		<category><![CDATA[茄子]]></category>
		<category><![CDATA[西瓜]]></category>
		<category><![CDATA[農家向け]]></category>
		<category><![CDATA[農業資材]]></category>
		<category><![CDATA[野菜苗]]></category>
		<guid isPermaLink="false">https://www.e-seedlings.com/?p=351</guid>

					<description><![CDATA[<p>野菜苗販売のご案内 &#8211; ケース販売と家庭菜園 野菜苗販売についてのご案内 トマト・きゅうり・なす等　野菜苗のケース販売をしております 家庭菜園応援！人気の野菜苗を1本から購入できます ≫ ※少量購入・個人のお [&#8230;]</p>
The post <a href="https://www.e-seedlings.com/news/351">野菜苗販売についてのご案内　トマト・きゅうり・なす等　野菜苗のケース販売をしております</a> first appeared on <a href="https://www.e-seedlings.com">株式会社水戸種苗商会</a>.]]></description>
										<content:encoded><![CDATA[<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>野菜苗販売のご案内 &#8211; ケース販売と家庭菜園</title>
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&#038;display=swap" rel="stylesheet">
    
    <script src="https://cdn.tailwindcss.com"></script>
    <style>
        /* フォント設定と基本スタイル */
        body {
            font-family: 'Noto Sans JP', sans-serif;
            background-color: #f7f7f7;
            color: #333;
        }
        .container {
            max-width: 1000px;
        }
        /* ヒーローセクション: 画像とオーバーレイ、テキストの見やすさを調整 */
        .hero {
            background-color: #10b981; /* Emerald 600 */
            padding: 4rem 2rem;
            text-align: center;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            background-size: cover;
            background-position: center;
            background-image: url('https://www.e-seedlings.com/wp-content/uploads/nae_s_002.jpg');
            height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative; 
        }
        .hero-overlay {
            /* 修正点: オーバーレイ要素を半透明の白 (70%透明度) に変更 */
            background-color: rgba(255, 255, 255, 0.7); 
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 0.75rem;
            z-index: 10;
        }
        .hero-content {
            position: relative;
            z-index: 20;
        }
        
        /* 💡 NEW: 家庭菜園向けバナーのスタイル */
        .home-garden-banner {
            background-color: #f97316; /* Orange 600 */
            color: white;
            border-radius: 0.75rem;
            padding: 1.5rem 1rem;
            text-align: center;
            display: block;
            margin-top: 1.5rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
            text-decoration: none;
            /* 目立たせる装飾 */
            border: 4px solid #fcd34d; /* Amber 300 */
            animation: pulse-shadow 2s infinite; 
        }
        .home-garden-banner:hover {
            background-color: #ea580c; /* Orange 700 */
            transform: scale(1.01);
        }
        @keyframes pulse-shadow {
            0% { box-shadow: 0 0 0 0 rgba(253, 230, 138, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(253, 230, 138, 0); }
            100% { box-shadow: 0 0 0 0 rgba(253, 230, 138, 0); }
        }

        /* 既存のカードスタイル */
        .card {
            background-color: white;
            border-radius: 0.75rem;
            /* シャドウを非常に薄いソフトなグレーに変更 */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
            transition: transform 0.3s ease-in-out;
            border-top: 5px solid #059669; /* Emerald 700 */
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .tag {
            display: inline-block;
            background-color: #d1fae5; /* Emerald 100 */
            color: #065f46; /* Emerald 900 */
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
        }
        .list-style-disc {
            list-style-type: disc;
            padding-left: 1.5rem;
            margin-top: 0.5rem;
        }
        .footer-note {
            background-color: #fffbeb; /* Amber 50 */
            color: #b45309; /* Amber 700 */
            border: 1px solid #fcd34d; /* Amber 300 */
            padding: 1rem;
            border-radius: 0.5rem;
            font-size: 0.9rem;
        }
    </style>
</head>
<body>
<!-- メインコンテンツ -->
<div class="container mx-auto p-4 space-y-10">
    
    <!-- 1. ヒーローセクション -->
    <header class="hero" role="banner">
        <!-- オーバーレイ要素 -->
        <div class="hero-overlay"></div>
        <!-- コンテンツ要素 -->
        <div class="hero-content">
            <h2 class="text-5xl font-bold mb-4 text-emerald-900">野菜苗販売についてのご案内</h2>
            <p class="text-xl font-light text-emerald-900">トマト・きゅうり・なす等　野菜苗のケース販売をしております</p>
        </div>
    </header>

    <!-- 💡 NEW: 家庭菜園・少量購入者向け誘導バナー -->
    <a href="https://www.e-seedlings.com/news/364" class="home-garden-banner" target="_blank" rel="noopener noreferrer">
        <div class="flex items-center justify-center space-x-3">
            <!-- 苗のアイコン (SVG) -->
            <svg class="w-8 h-8 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 18a8 8 0 100-16 8 8 0 000 16zm.707-13.293a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 6.414V14a1 1 0 102 0V6.414l1.293 1.293a1 1 0 001.414-1.414l-3-3z"></path></svg>
            <span class="text-2xl md:text-3xl font-extrabold tracking-wider">
                家庭菜園応援！人気の野菜苗を1本から購入できます ≫
            </span>
        </div>
        <p class="text-sm mt-2 opacity-90">※少量購入・個人のお客様はこちらの専用ページをご確認ください</p>
    </a>

    <!-- 2. カテゴリ詳細 (入力部分) - ここからプロ向け情報が始まることを示唆 -->
    <section class="text-center">
        <h3 class="text-3xl font-bold mb-2 text-gray-800 border-b-2 border-emerald-500 pb-2">【農家・業者様向け】主要 取扱種子カテゴリ</h3>
        <p class="mb-8 text-sm text-red-600 font-semibold">（個人のお客様は、上記バナーの専用ページをご確認ください）</p>
        
        <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
            
            <!-- カード1: 取扱品種 -->
            <div class="card p-6 flex flex-col items-start">
                <span class="tag mb-3">#主要取扱品種</span>
                <h4 class="text-xl font-bold mb-3 text-emerald-700">取扱品種と最小注文数</h4>
                <p class="text-sm text-gray-600 mb-4">農家様のご要望にお応えするため、幅広い品種と規格を取り扱っております。</p>
                <div class="text-left w-full text-gray-700">
                    <p class="font-semibold mt-2">主な取扱品目:</p>
                    <ul class="list-style-disc">
                        <li>トマト・ミニトマト・きゅうり・なす・スイカ</li>
                        <li>その他の取り扱い品目についてはお問合せ下さい</li>
                    </ul>
                    <p class="font-semibold mt-4">主な取扱苗規格:</p>
                    <ul class="list-style-disc">
                        <li>72穴トレイ苗・128穴トレイ苗・9㎝ポット苗</li>
                        <li>その他の取り扱い規格についてはお問合せ下さい</li>
                    </ul>
                    <!-- 最低注文数量 -->
                    <div class="mt-6 p-3 bg-red-50 rounded-lg border border-red-200">
                        <p class="font-bold text-base text-red-700 mb-2">苗のケース入り数 (最低注文受付数量)</p>
                        <p class="text-xs text-red-600 font-bold mb-2"><strong>※苗の規格ごとに数量が異なります</strong></p>
                        <ul class="list-style-disc text-sm font-medium">
                            <li>9㎝ポット苗: 40本/ケース</li>
                            <li>72穴トレイ苗: 72本/ケース</li>
                            <li>128穴トレイ苗: 128本/ケース</li>
                            <li>200穴トレイ苗: 200本/ケース</li>
                        </ul>
                        <p class="mt-2 text-xs">上記以外の規格についてはお問合せください。</p>
                    </div>
                </div>
            </div>
            
            <!-- カード2: 注文方法 -->
            <div class="card p-6 flex flex-col items-start">
                <span class="tag mb-3">#注文の流れ</span>
                <h4 class="text-xl font-bold mb-3 text-emerald-700">注文方法</h4>
                <p class="text-gray-700 leading-relaxed mb-4">ご注文の際は、以下の情報をご用意いただき、お電話またはお問い合わせフォームよりご連絡ください。</p>
                <!-- 見積もりステップ -->
                <p class="p-3 bg-emerald-100 rounded-lg text-sm font-medium text-emerald-800 w-full mb-4">ご連絡内容確認後に、弊社より<strong>見積もり（品種・規格・数量・金額・納期）</strong>をご案内差し上げます。</p>
                <p class="font-semibold text-gray-700">【ご連絡いただく情報】</p>
                <ul class="list-style-disc text-left w-full text-gray-700 mt-2 space-y-1">
                    <li>ご希望の野菜品目（品種のご指定）</li>
                    <li>規格・本数・納期</li>
                    <li>配送をご希望の際は納品先住所</li>
                </ul>
            </div>
            
            <!-- カード3: お支払方法 -->
            <div class="card p-6 flex flex-col items-start">
                <span class="tag mb-3">#ご精算について</span>
                <h4 class="text-xl font-bold mb-3 text-emerald-700">お支払方法</h4>
                <div class="text-left w-full text-gray-700">
                    <p class="font-semibold text-sm mb-2 p-2 bg-yellow-50 rounded-lg border border-yellow-200"><strong>【次にお客様にしていただくこと】</strong><br />見積もり内容をご確認いただき、ご注文をご希望の際は弊社までご連絡の上お支払いをお願いいたします。</p>
                    <p class="font-semibold mt-4 mb-2">【ご精算の流れ】</p>
                    <ul class="list-style-disc space-y-1">
                        <li>事前に苗代のご精算をお願いします</li>
                        <li><strong>お支払方法:</strong> 店頭支払・銀行振込</li>
                    </ul>
                    <p class="mt-4 p-3 bg-green-50 rounded-lg text-sm"><strong>【重要】</strong> ご支払い確認後、ご指定の納期に合わせて苗をご用意いたします。</p>
                </div>
            </div>
        </div>
    </section>
    
    <!-- CTA (Call to Action) - 苗の予約を誘致する文言を追加 -->
    <section class="text-center mt-10 p-6 bg-emerald-50 rounded-lg">
        <h3 class="text-2xl font-bold mb-4 text-emerald-800">最適な時期の苗を確実に確保！<br class="sm:hidden" />今すぐ、作付け計画に基づいたご予約・お見積もりを！</h3>
        <p class="mb-6 text-gray-600">高品質な野菜苗は数量に限りがございます。需要期に合わせた確実な納品のため、お早めにご相談ください。</p>
        <a href="https://www.e-seedlings.com/contact" class="inline-block px-8 py-3 bg-emerald-600 text-white font-bold rounded-full shadow-lg hover:bg-emerald-700 transition duration-300 transform hover:scale-105" role="button"> お問い合わせフォームへ </a>
    </section>
    
    <!-- 3. 固定の注意事項とフッター -->
    <footer class="mt-10 pt-6 border-t border-gray-200 space-y-6">
        <!-- 注意事項 (報告期限を追記) -->
        <div class="footer-note">
            <p class="font-bold text-lg mb-2 text-amber-900">ご注意事項・注文条件</p>
            <ul class="space-y-3 text-sm text-amber-800">
                <li>
                    <p class="font-bold">【品種・本数について】</p>
                    <p>品種のご指定をいただいた場合でもご希望の品種でのご用意ができない場合がございます。また、本数のご指定をいただいた場合でも品種によってはご希望の数量でご用意ができない場合がございます。</p>
                </li>
                <li>
                    <p class="font-bold">【納期について】</p>
                    <p>苗の生育状況によって、お客様へ納期の変更をお願いする場合がございます。</p>
                </li>
                <li>
                    <p class="font-bold">【苗の見た目について】</p>
                    <p>苗の生育環境によっては、大きさがそろわない苗や一部葉焼けなどがみられる商品でのご納品となる場合がございます。生育に問題のない見た目の苗については返品交換対象にはなりません。あらかじめご了承いただきますようお願い申し上げます。</p>
                </li>
                <li><!-- 報告期限の文言を明確に追加 -->
                    <p class="font-bold text-base text-red-800">【保証・初期不良報告期限について】</p>
                    <p>苗を定植後の生育不良による保証は対象外となります。万が一、納品された苗に問題（欠品・初期不良）があった際は、<strong>納品から1営業日以内（原則24時間以内）に弊社へご連絡ください</strong>。この期限を過ぎた場合は、初期不良の保証対象外となる場合がございます。</p>
                    <p class="mt-2">なお、苗に起因する問題で保障が発生した際は、<strong>購入された苗代の金額を上限として保障</strong>となります。</p>
                </li>
            </ul>
        </div>
        <!-- 会社情報 -->
        <div class="text-center text-sm text-gray-500">
            <p class="font-bold text-gray-700 mb-1">株式会社 水戸種苗商会</p>
            <p>販売責任者: 鯉淵 悠充</p>
            <p>〒310-0041 茨城県水戸市上水戸3-3-21</p>
            <p>TEL: 029-221-4926 | FAX: 029-224-8979 | E-mail: info@e-seedlings.com</p>
        </div>
    </footer>
</div>
</body>
</html>The post <a href="https://www.e-seedlings.com/news/351">野菜苗販売についてのご案内　トマト・きゅうり・なす等　野菜苗のケース販売をしております</a> first appeared on <a href="https://www.e-seedlings.com">株式会社水戸種苗商会</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
