<?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%a1%e3%82%85%e3%81%86%e3%82%82%e3%82%93/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>
	</channel>
</rss>
