<?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%81%99%E3%81%84%E3%81%8B/feed" rel="self" type="application/rss+xml" />
	<link>https://www.e-seedlings.com</link>
	<description>種苗、農業資材の専門店「株式会社水戸種苗商会」のホームページです。</description>
	<lastBuildDate>Fri, 17 Oct 2025 00:06:29 +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>野菜苗販売についてのご案内　トマト・きゅうり・なす等　野菜苗のケース販売をしております</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>
