<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xml:lang="ja">

    <channel rdf:about="https://igeta-tea.shop/?mode=rss">
    <title>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</title>
    <link>https://igeta-tea.shop/</link>
    <description>井ヶ田製茶北郷茶園の公式通販サイト。井ヶ田製茶ではお茶の仕入れ、加工、販売以外に非常に難しいとされるお茶の有機栽培に取り組んでいます。宮崎県の茶業界で初めて有機JAS 認証を取得。安心安全なお茶を全国へお届けします。</description>
    <dc:language>ja</dc:language>
    <dc:creator>Color Me Shop!pro</dc:creator>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192894399" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192821343" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192821156" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192820761" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192656841" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192656836" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192550018" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192531784" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192201823" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=192087783" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191908400" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191908394" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191908378" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191908363" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191894353" />
      </rdf:Seq>
    </items>
    </channel>

  <item rdf:about="https://igeta-tea.shop/?pid=192894399">
    <link>https://igeta-tea.shop/?pid=192894399</link>
    <title>【お得｜花粉症対策に】黒山べにふうき ティーパック2g×30p 2袋セット</title>
    <description>
	/* =========================
   黒山べにふうき緑茶ティーパック LP
   （ほうじ茶ページのレイアウトを基準に作成）
   scope: #benifuki-lp2
========================= */

	#benifuki-lp2 {
		--main-color: #4d7736;
		/* べにふうきグリーン（主役） *...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
   黒山べにふうき緑茶ティーパック LP
   （ほうじ茶ページのレイアウトを基準に作成）
   scope: #benifuki-lp2
========================= */

	#benifuki-lp2 {
		--main-color: #4d7736;
		/* べにふうきグリーン（主役） */
		--sub-color: #71ab50;
		/* やさしいグリーン */
		--border-color: #3f5a3f;
		/* 枠用・少し濃いグリーン */
		--bg-soft: #f0f7e7;
		/* やわらかい背景 */
		--text-main: #5c4846;
		/* メインテキスト（サイト統一） */
		--text-sub: #6d5856;
		/* サブテキスト */
		--text-light: #9a8886;
		/* 注記・補足 */
		--border-light: #ddd;
	}

	/* =========================
   Base
========================= */
	#benifuki-lp2 {
		line-height: 1.9;
	}

	#benifuki-lp2 img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#benifuki-lp2 .intro img {
		max-width: 760px;
		margin: 0 auto;
	}

	@media screen and (max-width: 768px) {
		#benifuki-lp2 .intro img {
			width: 100%;
			height: auto;
			max-height: 60vh;
			object-fit: contain;
		}
	}

	#benifuki-lp2 .pc {
		display: block;
	}

	#benifuki-lp2 .sp {
		display: none;
	}

	@media screen and (max-width: 768px) {
		#benifuki-lp2 .pc {
			display: none;
		}

		#benifuki-lp2 .sp {
			display: block;
		}
	}

	/* =========================
   ヘッダーナビ（豊みどりページと統一デザイン）
========================= */
	#benifuki-lp2 .header-nav {
		margin: 2.5em auto 2.5em;
		display: flex;
		gap: 1em;
		justify-content: center;
		padding: 0 1em;
		box-sizing: border-box;
		flex-wrap: wrap;
		max-width: 900px;
	}

	#benifuki-lp2 .nav-button {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 1.1em 1.6em;
		min-width: 240px;
		flex: 1;
		background: #ffffff;
		color: #3c2a18;
		text-decoration: none;
		font-weight: 500;
		font-size: 1em;
		line-height: 1.5;
		letter-spacing: 0.05em;
		border: 1.5px solid #c9b8a8;
		border-radius: 4px;
		text-align: center;
		transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
		word-break: break-word;
	}

	#benifuki-lp2 .nav-button:hover {
		background: #fdf6ee;
		transform: translateY(-1px);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
	}

	#benifuki-lp2 .nav-button .btn-sub {
		display: block;
		margin-top: 0.3em;
		font-size: 0.75em;
		font-weight: 400;
		color: #9a8878;
		letter-spacing: 0.04em;
	}

	#benifuki-lp2 .nav-button.sale {
		background: #3f5a3f;
		border-color: #3f5a3f;
		color: #ffffff;
		font-weight: 700;
		font-size: 1.05em;
	}

	#benifuki-lp2 .nav-button.sale:hover {
		background: #4d7048;
		box-shadow: 0 4px 12px rgba(63, 90, 63, 0.3);
	}

	#benifuki-lp2 .nav-button.sale .btn-sub {
		color: rgba(255, 255, 255, 0.7);
	}

	@media only screen and (max-width: 750px) {
		#benifuki-lp2 .header-nav {
			flex-direction: column;
			align-items: stretch;
			padding: 0 0.8em;
		}

		#benifuki-lp2 .nav-button {
			width: 100%;
			padding: 1em 0.8em;
			font-size: 0.97em;
			min-width: 0;
		}
	}

	/* =========================
   モーダル（豊みどりページと統一デザイン）
========================= */
	#benifuki-lp2 .modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		justify-content: center;
		align-items: center;
		padding: 1em;
		cursor: pointer;
	}

	#benifuki-lp2 .modal-content {
		position: relative;
		max-width: 700px;
		max-height: 85vh;
		background: transparent;
		border-radius: 8px;
		overflow: auto;
		cursor: default;
	}

	#benifuki-lp2 .modal-content img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 8px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	}

	@media only screen and (max-width: 750px) {
		#benifuki-lp2 .modal-content {
			max-width: 95%;
		}
	}

	/* =========================
   お知らせバナー
========================= */
	#benifuki-lp2 .notice-banner {
		max-width: 720px;
		margin: 0 auto 32px;
		padding: 0 20px;
	}

	#benifuki-lp2 .notice-banner a {
		display: block;
		text-decoration: none;
		color: inherit;
		border-top: 1px solid #c9b8a8;
		border-bottom: 1px solid #c9b8a8;
		padding: 18px 4px;
		transition: opacity 0.25s;
	}

	#benifuki-lp2 .notice-banner a:hover {
		opacity: 0.7;
	}

	#benifuki-lp2 .notice-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	#benifuki-lp2 .notice-label {
		font-size: 10px;
		letter-spacing: 0.15em;
		color: var(--main-color);
		border: 1px solid var(--main-color);
		padding: 3px 8px;
		white-space: nowrap;
		flex-shrink: 0;
	}

	#benifuki-lp2 .notice-text {
		font-size: 13px;
		letter-spacing: 0.08em;
		color: var(--text-main);
		line-height: 1.6;
		min-width: 0;
	}

	#benifuki-lp2 .notice-arrow {
		font-size: 16px;
		color: #c9b8a8;
		flex-shrink: 0;
	}

	/* =========================
   セット価格ボックス
========================= */
	#benifuki-lp2 .set-price-box {
		background: var(--bg-soft);
		border-top: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
		padding: 28px 20px;
		margin: 0 0 40px;
		text-align: center;
	}

	#benifuki-lp2 .set-price-box .set-label {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.15em;
		color: var(--text-light);
		margin-bottom: 14px;
	}

	#benifuki-lp2 .set-price-box .set-price {
		font-size: 36px;
		font-weight: 700;
		color: var(--text-main);
		letter-spacing: 0.04em;
		line-height: 1.2;
		margin-bottom: 4px;
	}

	#benifuki-lp2 .set-price-box .set-price-tax {
		font-size: 13px;
		color: var(--text-light);
		margin-bottom: 16px;
	}

	#benifuki-lp2 .set-price-box .set-saving {
		display: inline-block;
		font-size: 12px;
		font-weight: 600;
		color: var(--main-color);
		letter-spacing: 0.08em;
		border-bottom: 1px solid var(--border-color);
		padding-bottom: 2px;
	}

	#benifuki-lp2 .single-link-box {
		max-width: 720px;
		margin: 24px auto 0;
		padding: 0 20px;
		text-align: center;
	}

	#benifuki-lp2 .single-link-box p {
		font-size: 13px;
		color: var(--text-main);
		margin-bottom: 12px;
		line-height: 1.7;
	}

	#benifuki-lp2 .single-link-btn {
		display: inline-block;
		padding: 12px 32px;
		font-size: 14px;
		font-weight: 600;
		color: var(--text-main);
		border: 1px solid #c9b8a8;
		border-radius: 4px;
		text-decoration: none;
		letter-spacing: 0.06em;
		transition: background 0.2s, border-color 0.2s;
	}

	#benifuki-lp2 .single-link-btn:hover {
		background: var(--bg-soft);
		border-color: var(--main-color);
	}

	/* =========================
   Hero
========================= */
	#benifuki-lp2 .hero {
		text-align: center;
		padding: 10px 20px 20px;
	}

	#benifuki-lp2 .hero h1 {
		font-size: 24px;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		color: var(--text-main);
		line-height: 1.6;
	}

	#benifuki-lp2 .subtitle_top {
		font-size: 14px;
		color: var(--text-sub);
		margin-bottom: 25px;
	}

	#benifuki-lp2 .hero-badges {
		display: flex;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	#benifuki-lp2 .box_hero {
		border: 1px solid var(--border-color);
		padding: 6px 14px;
		font-size: 12px;
		border-radius: 20px;
		color: var(--main-color);
	}

	/* =========================
   Text
========================= */
	#benifuki-lp2 .subtext {
		max-width: 720px;
		margin: 20px auto;
		padding: 0 20px;
		font-size: 14px;
		text-align: center;
		color: var(--text-main);
	}

	/* =========================
   Feature boxes
========================= */
	#benifuki-lp2 .flex {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin: 40px auto;
		max-width: 900px;
		padding: 0 20px;
	}

	#benifuki-lp2 .box_3 {
		border: 1px solid var(--border-light);
		padding: 25px 15px;
		text-align: center;
		flex: 1;
		background: #fafafa;
	}

	#benifuki-lp2 .box_3 p {
		font-size: 14px;
		color: var(--text-main);
	}

	@media screen and (max-width: 768px) {
		#benifuki-lp2 .flex {
			flex-direction: column;
		}
	}

	/* =========================
   Image + intro（生分解性ティーバッグ）
========================= */
	#benifuki-lp2 .intro {
		margin: 50px auto;
		max-width: 700px;
		padding: 0 20px;
	}

	#benifuki-lp2 .intro img {
		max-width: 320px;
	}

	#benifuki-lp2 .intro-title {
		font-size: 20px;
		margin: 20px 0 10px;
		text-align: center;
		color: var(--main-color);
	}

	#benifuki-lp2 .intro p {
		font-size: 14px;
		text-align: center;
		color: var(--text-main);
	}

	/* =========================
   Scene（効果的な飲み方）
========================= */
	#benifuki-lp2 .box_scene {
		max-width: 700px;
		margin: 50px auto;
		padding: 30px 20px;
		border: 1px solid var(--border-color);
		background: var(--bg-soft);
	}

	#benifuki-lp2 .box_scene_title {
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
		color: var(--main-color);
	}

	#benifuki-lp2 .box_scene ol {
		margin: 15px 0 0;
		padding-left: 20px;
		font-size: 14px;
		color: var(--text-main);
	}

	#benifuki-lp2 .box_scene ol li {
		margin-bottom: 14px;
		line-height: 1.8;
	}

	#benifuki-lp2 .box_scene .scene-note {
		font-size: 13px;
		color: var(--text-sub);
		margin-top: 16px;
		line-height: 1.8;
	}

	/* =========================
   Product details
========================= */
	#benifuki-lp2 .product-details {
		max-width: 720px;
		margin: 60px auto;
		padding: 0 20px;
	}

	#benifuki-lp2 .product-details h2 {
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
		color: var(--text-main);
	}

	#benifuki-lp2 .product-details table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#benifuki-lp2 .product-details td {
		border-bottom: 1px solid var(--border-light);
		padding: 10px;
		color: var(--text-main);
	}

	#benifuki-lp2 .product-details td:first-child {
		width: 30%;
		background: #f5f5f5;
	}

	/* =========================
   Contact section
========================= */
	#benifuki-lp2 .contact-section {
		max-width: 720px;
		margin: 60px auto;
		padding: 40px 20px;
		text-align: center;
	}

	#benifuki-lp2 .contact-section h2 {
		font-size: 18px;
		margin-bottom: 20px;
		color: var(--text-main);
	}

	#benifuki-lp2 .contact-section p {
		font-size: 14px;
		margin-bottom: 30px;
		line-height: 1.8;
		color: var(--text-main);
	}

	#benifuki-lp2 .contact-method {
		margin-bottom: 40px;
	}

	#benifuki-lp2 .contact-method h3 {
		font-size: 18px;
		margin-bottom: 10px;
		color: var(--text-main);
	}

	#benifuki-lp2 .contact-hours {
		display: inline-block;
		text-align: left;
		margin: 15px 0;
	}

	#benifuki-lp2 .contact-hours table {
		border: none;
		font-size: 14px;
	}

	#benifuki-lp2 .contact-hours td {
		padding: 5px 10px;
		border: none;
		color: var(--text-main);
	}

	#benifuki-lp2 .contact-note {
		font-size: 12px;
		color: var(--text-light);
		margin-top: 10px;
	}

	#benifuki-lp2 .btn-contact {
		display: inline-block;
		padding: 14px 40px;
		background: #fff;
		color: var(--text-main);
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		border: 2px solid var(--text-main);
		border-radius: 30px;
		transition: all 0.3s;
	}

	#benifuki-lp2 .btn-contact:hover {
		background: var(--text-main);
		color: #fff;
		border-color: var(--text-main);
	}

	/* =========================
   Bottom banners
========================= */
	#benifuki-lp2 .bottom-banners {
		max-width: 800px;
		margin: 4em auto 5em;
		padding: 0 1em;
		display: flex;
		flex-direction: column;
		gap: 1.5em;
		box-sizing: border-box;
	}

	#benifuki-lp2 .banner-item img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 8px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	#benifuki-lp2 .banner-item:hover img {
		transform: translateY(-2px);
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
	}

	.modal-close-btn {
		position: absolute;
		top: -14px;
		right: -14px;
		width: 32px;
		height: 32px;
		background: #fff;
		border: 2px solid #ccc;
		border-radius: 50%;
		font-size: 1.1em;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #555;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
		line-height: 1;
	}

	.modal-close-btn:hover {
		background: #f0f0f0;
		color: #222;
	}

</style>

<div id="benifuki-lp2">







	<!-- 大事なお知らせ -->
	<div class="notice-banner">
		<a href="https://igeta-tea.shop/apps/note/news_47/">
			<div class="notice-row">
				<div style="display:flex; align-items:center; gap:12px; flex-wrap:wrap; min-width:0;">
					<span class="notice-label">お知らせ</span>
					<span class="notice-text">「黒山べにふうきティーパック」に関する大切なご案内</span>
				</div>
				<span class="notice-arrow">→</span>
			</div>
		</a>
	</div>

	<!-- セット価格ボックス -->
	<div class="set-price-box">
		<div class="set-label">2袋セット価格</div>
		<div class="set-price">1,500円</div>
		<div class="set-price-tax">税込 1,620円</div>
		<div class="set-saving">単品2袋より 108円お得</div>
	</div>

	<div class="single-link-box">
		<p>1袋（2g×30p・800円 税込864円）でお買い求めの方はこちら</p>
		<a href="https://igeta-tea.shop/?pid=185672811" class="single-link-btn">単品ページを見る →</a>
	</div>
	<div aria-hidden="true" style="height:50px"></div>
	<!-- Hero -->
	<div class="hero">
		<h1>黒山べにふうきティーパック</h1>
		<p class="subtitle_top">化学農薬・化学肥料不使用。井ヶ田製茶の黒山茶園で育てた「べにふうき」100%使用。</p>

		<div class="hero-badges">
			<div class="box_hero">メチル化カテキン含有</div>
			<div class="box_hero">一番茶+二番茶ブレンド</div>
			<div class="box_hero">生分解性ティーバッグ</div>
		</div>
	</div>

	<!-- Intro text -->
	<p class="subtext">
		「べにふうき」は、花粉症などのアレルギー症状の緩和に効果がみられる<br>
		「メチル化カテキン」を多く含む品種です。
		<br><br>
		カテキンはお茶の渋味成分でもあり、一般的に含有量が多いほど渋味が強くなります。<br>
		また、茶葉は日光を浴びる時間が長くなるほどカテキンが増えるため、<br>含有量は 一番茶 ＜ 二番茶 ＜ 三番茶 の順に多くなります。
	</p>

	<p class="subtext">
		井ヶ田の『黒山べにふうきティーパック』は、メチル化カテキンをしっかり摂りながらも、<br>美味しく続けて飲んでいただけるよう、一番茶と二番茶をバランスよくブレンドしています。<br><br>

		アレルギー対策はもちろん、毎日のお茶としても飲みやすい、<br>
		機能性と美味しさを兼ね備えたおすすめの緑茶です。
	</p>

	<!-- Feature -->
	<div class="flex">
		<div class="box_3">
			<p>メチル化カテキンを<br>多く含む品種</p>
		</div>
		<div class="box_3">
			<p>一番茶・二番茶を<br>バランスよくブレンド</p>
		</div>
		<div class="box_3">
			<p>普段使いしやすい<br>ティーバッグ仕様</p>
		</div>
	</div>

	<!-- Image + intro -->
	<div class="intro">
		<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg" alt="環境にやさしいフィルター" class="pc">
		<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg" alt="環境にやさしいフィルター" class="sp">

		<div class="intro-title">土に還る、やさしいティーバッグ</div>
		<p>
			植物のデンプンを原料としたバイオマス素材のフィルターです。<br>
			土に埋めると微生物によって完全分解され、最終的に水と二酸化炭素になります。<br>
			燃やしてもダイオキシン等の有毒ガスが発生しないため、そのまま燃えるゴミとして捨てられます。
		</p>
	</div>

	<!-- Scene -->
	<div class="box_scene">
		<div class="box_scene_title">花粉症・アレルギー対策の効果的な飲み方</div>
		<ol>
			<li>マグカップやティーカップにティーパックを入れます。</li>
			<li>熱湯を注ぎます。メチル化カテキンは高い温度のお湯に溶け出す性質があるため、できるだけ高い温度のお湯を注いでください。</li>
			<li>1&#12316;2分ほど経ったら、ティーパックを取り出してお飲みください。</li>
		</ol>
		<p class="scene-note">
			べにふうきはもともと紅茶として飲まれるお茶のため独特の渋みがあります。飲みづらい場合は、はちみつやお砂糖を加えるのがおすすめです。<br>
			カフェインを含むため、就寝前の飲用はお控えください。<br>
			少量の生姜（しょうが）エキスをブレンドすると、花粉症の改善効果が増強されるといわれています。
		</p>
	</div>

	<!-- Product details -->
	<div class="product-details">
		<h2>商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>2g×30p × 2袋</td>
			</tr>
			<tr>
				<td>産地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>製造地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>賞味期限</td>
				<td>製造から1ヵ年</td>
			</tr>
		</table>
	</div>

	<!-- Contact section -->
	<div class="contact-section">
		<h2>お気軽にご相談ください</h2>
		<p>
			「種類が多くて選べない」<br>
			「贈り物に熨斗は頼める?」など<br>
			お悩みはございませんか?<br>
			tea shop よい葉っぱでは、電話または<br>
			メールにてご相談を承っております。
		</p>

		<div class="contact-method">
			<h3>電話で相談</h3>
			<div class="contact-hours">
				<table>
					<tr>
						<td>平日</td>
						<td>10:00&#12316;17:00</td>
					</tr>
					<tr>
						<td>定休日</td>
						<td>日曜、祝日</td>
					</tr>
				</table>
			</div>
			<p class="contact-note">
				※都合により臨時休業及び営業時間を<br>
				短縮させていただく場合がございます。
			</p>
			<p style="margin-top: 20px;">
				<a href="tel:0987-55-2240" class="btn-contact">0987-55-2240</a>
			</p>
		</div>

		<div class="contact-method">
			<h3>メールで相談</h3>
			<p>
				お問い合わせフォームより、<br>
				必要事項をご記入の上ご相談ください。
			</p>
			<p style="margin-top: 20px;">
				<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="btn-contact">メールで問い合わせ</a>
			</p>
		</div>
	</div>

</div>

]]></content:encoded>
    <dc:date>2026-08-01T13:29:32+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192894399_th.jpg?cmsp_timestamp=20260801141644" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192821343">
    <link>https://igeta-tea.shop/?pid=192821343</link>
    <title>【夏を感じるセット｜日本茶ギフト】夏茶物語 80g、高千穂釜炒り茶 天花 50g｜手提げ袋付き</title>
    <description>
	#gift-lp-1 *,
	#gift-lp-1 *::before,
	#gift-lp-1 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-1 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
	...</description>
<content:encoded><![CDATA[
<style>
	#gift-lp-1 *,
	#gift-lp-1 *::before,
	#gift-lp-1 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-1 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
		--text: #33372f;
		--sub: #667060;
		--border: #d8dfd2;

		color: var(--text);
		font-size: 15px;
		line-height: 1.9;
		background: #fff;
	}

	#gift-lp-1 img {
		width: 100%;
		height: auto;
		display: block;
	}

	#gift-lp-1 .sg-inner {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#gift-lp-1 .sg-hero {
		background:
			linear-gradient(to bottom,
				rgba(250, 247, 239, .65),
				rgba(250, 247, 239, .95)),
			url('https://img21.shop-pro.jp/PA01472/307/product/168721407_o7.jpg?cmsp_timestamp=20260711123631');
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 80px 20px 70px;
	}

	#gift-lp-1 .sg-label {
		display: inline-block;
		font-size: 12px;
		letter-spacing: .18em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		padding: 5px 18px;
		border-radius: 30px;
		background: #fff;
		margin-bottom: 22px;
	}

	#gift-lp-1 .sg-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: .18em;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#gift-lp-1 .sg-sub {
		font-size: 15px;
		color: var(--sub);
		letter-spacing: .08em;
		margin-bottom: 30px;
	}

	#gift-lp-1 .sg-badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	#gift-lp-1 .sg-badge {
		background: #fff;
		border: 1px solid var(--border);
		padding: 5px 14px;
		font-size: 12px;
		letter-spacing: .08em;
		border-radius: 20px;
		color: var(--green-dark);
	}

	@media(max-width:640px) {
		#gift-lp-1 .sg-title {
			font-size: 23px;
		}
	}

	#gift-lp-1 .sg-head {
		text-align: center;
		margin-bottom: 40px;
	}

	#gift-lp-1 .sg-head-en {
		font-size: 11px;
		letter-spacing: .22em;
		color: #8b9683;
		margin-bottom: 8px;
	}

	#gift-lp-1 .sg-head-ja {
		font-size: 20px;
		letter-spacing: .15em;
		font-weight: 400;
	}

	#gift-lp-1 .sg-set {
		padding: 65px 0 50px;
	}

	#gift-lp-1 .sg-set-box {
		background: var(--beige);
		border: 1px solid var(--border);
		padding: 35px;
		text-align: center;
	}

	#gift-lp-1 .sg-set-title {
		font-size: 14px;
		letter-spacing: .15em;
		color: var(--green-dark);
		margin-bottom: 25px;
	}

	#gift-lp-1 .sg-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		max-width: 520px;
		margin: 0 auto;
	}

	#gift-lp-1 .sg-item {
		background: #fff;
		border: 1px solid var(--border);
	}

	#gift-lp-1 .sg-item-img {
		aspect-ratio: 1/1;
		background: #f4f5ef;
		overflow: hidden;
	}

	#gift-lp-1 .sg-item-body {
		padding: 18px 15px;
		text-align: center;
	}

	#gift-lp-1 .sg-item-name {
		font-size: 15px;
		letter-spacing: .08em;
		margin-bottom: 8px;
	}

	#gift-lp-1 .sg-item-text {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.8;
	}

	@media(max-width:560px) {
		#gift-lp-1 .sg-items {
			grid-template-columns: 1fr;
			max-width: 320px;
		}
	}

	#gift-lp-1 .sg-scene {
		padding: 40px 0 70px;
	}

	#gift-lp-1 .sg-scene-box {
		position: relative;
		overflow: hidden;
	}

	#gift-lp-1 .sg-scene-box img {
		height: 320px;
		object-fit: cover;
	}

	#gift-lp-1 .sg-scene-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 35px 20px 25px;
		background: linear-gradient(transparent, rgba(40, 50, 35, .65));
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}

	@media(max-width:640px) {
		#gift-lp-1 .sg-scene-box img {
			height: 220px;
		}
	}

	#gift-lp-1 .sg-products {
		padding: 70px 0;
		background: #fff;
	}

	#gift-lp-1 .sg-product {
		display: grid;
		grid-template-columns: 300px 1fr;
		border: 1px solid var(--border);
		margin-bottom: 35px;
		background: #fff;
	}

	#gift-lp-1 .sg-product:nth-child(even) {
		grid-template-columns: 1fr 300px;
	}

	#gift-lp-1 .sg-product:nth-child(even) .sg-product-img {
		order: 2;
	}

	#gift-lp-1 .sg-product-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 280px;
	}

	#gift-lp-1 .sg-product-body {
		padding: 35px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#gift-lp-1 .sg-product-num {
		font-size: 12px;
		color: #999;
		letter-spacing: .2em;
	}

	#gift-lp-1 .sg-product h3 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: .12em;
		margin: 8px 0 18px;
	}

	#gift-lp-1 .sg-product-catch {
		color: var(--green-dark);
		border-left: 2px solid var(--gold);
		padding-left: 12px;
		margin-bottom: 15px;
	}

	#gift-lp-1 .sg-tags span {
		display: inline-block;
		font-size: 12px;
		border: 1px solid var(--border);
		padding: 3px 10px;
		margin: 15px 5px 0 0;
	}

	#gift-lp-1 .sg-price {
		font-size: 14px;
		color: var(--green-dark);
		margin-top: 14px;
	}

	#gift-lp-1 .sg-buy {
		display: inline-block;
		margin-top: 16px;
		background: var(--green-dark);
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		padding: 10px 26px;
	}

	#gift-lp-1 .sg-gift {
		background: var(--beige);
		padding: 65px 0;
	}

	/* ---- 贈り物としてのサービス（3カード） ---- */
	#gift-lp-1 .sg-gift-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		max-width: 860px;
		margin: 0 auto;
	}

	#gift-lp-1 .sg-gift-card {
		border: 1px solid var(--border);
		background: #fff;
		overflow: hidden;
	}

	#gift-lp-1 .sg-gift-card-img {
		width: 100%;
		aspect-ratio: 4/3;
		overflow: hidden;
		background: var(--beige);
	}

	#gift-lp-1 .sg-gift-card-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#gift-lp-1 .sg-gift-card-body {
		padding: 18px 16px 22px;
		text-align: center;
	}

	#gift-lp-1 .sg-gift-card-title {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 6px;
	}

	#gift-lp-1 .sg-gift-card-note {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.7;
	}

	@media(max-width:700px) {
		#gift-lp-1 .sg-gift-grid {
			grid-template-columns: 1fr;
		}
	}

	/* ---- お問い合わせ ---- */
	#gift-lp-1 .sg-contact {
		max-width: 680px;
		margin: 0 auto;
		padding: 75px 20px;
		text-align: center;
	}

	#gift-lp-1 .sg-contact h2 {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: .12em;
		margin-bottom: 18px;
	}

	#gift-lp-1 .sg-contact-lead {
		font-size: 15px;
		color: var(--sub);
		line-height: 2.1;
		margin-bottom: 40px;
	}

	#gift-lp-1 .sg-contact-method {
		margin-bottom: 36px;
	}

	#gift-lp-1 .sg-contact-method h3 {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 12px;
	}

	#gift-lp-1 .sg-contact-method p {
		font-size: 14px;
		color: var(--sub);
		line-height: 1.9;
		margin-bottom: 14px;
	}

	#gift-lp-1 .sg-contact-hours {
		display: inline-block;
		text-align: left;
		margin-bottom: 8px;
	}

	#gift-lp-1 .sg-contact-hours table {
		border-collapse: collapse;
	}

	#gift-lp-1 .sg-contact-hours td {
		padding: 4px 12px;
		font-size: 13px;
		color: var(--sub);
	}

	#gift-lp-1 .sg-contact-note {
		font-size: 12px;
		color: #9aa295;
		line-height: 1.8;
		margin-bottom: 16px;
	}

	#gift-lp-1 .sg-btn-outline {
		display: inline-block;
		padding: 12px 36px;
		background: #fff;
		color: var(--text);
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		border: 1px solid var(--text);
	}

	#gift-lp-1 .sg-divider {
		border: none;
		border-top: 1px solid var(--border);
		margin: 32px 0;
	}

	#gift-lp-1 .sg-cta {
		text-align: center;
		padding: 75px 20px;
	}

	#gift-lp-1 .sg-cta h2 {
		font-size: 23px;
		font-weight: 400;
		letter-spacing: .12em;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	#gift-lp-1 .sg-cta p {
		color: var(--sub);
		margin-bottom: 35px;
	}

	@media(max-width:700px) {

		#gift-lp-1 .sg-product,
		#gift-lp-1 .sg-product:nth-child(even) {
			grid-template-columns: 1fr;
		}

		#gift-lp-1 .sg-product:nth-child(even) .sg-product-img {
			order: 0;
		}

		#gift-lp-1 .sg-product-body {
			padding: 25px 20px;
		}
	}

</style>

<div id="gift-lp-1">

	<!-- HERO -->
	<section class="sg-hero">
		<div class="sg-label">SUMMER GIFT</div>
		<h1 class="sg-title">夏茶物語と天花<br>夏を感じるギフト</h1>
		<p class="sg-sub">涼やかな香りとともに、この夏らしいひとときを大切な方へ。</p>
		<div class="sg-badges">
			<span class="sg-badge">夏の贈り物</span>
			<span class="sg-badge">熨斗・包装対応</span>
			<span class="sg-badge">手提げ袋付き</span>
		</div>
	</section>

	<!-- SET CONTENTS -->
	<section class="sg-set">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">SET CONTENTS</p>
				<h2 class="sg-head-ja">夏をお届けする2つのお茶</h2>
			</div>

			<div class="sg-set-box">
				<p class="sg-set-title">涼やかなひとときを彩る、夏らしい2つのお茶</p>

				<div class="sg-items">
					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/175239886_o2.jpg?cmsp_timestamp=20250625153239" alt="夏茶物語">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">夏茶物語 80g</p>
							<p class="sg-item-text">深蒸し煎茶ならではの<br>コクと甘みが際立つ夏限定茶</p>
						</div>
					</div>

					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/168721407_o3.jpg?cmsp_timestamp=20260711123631" alt="天花">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">天花 50g</p>
							<p class="sg-item-text">高千穂釜炒り茶ならではの<br>すっきりとした香りと後味</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- SCENE -->
	<section class="sg-scene">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">SUMMER TEA TIME</p>
				<h2 class="sg-head-ja">暑い日にこそ、涼やかなお茶時間を</h2>
			</div>

			<div class="sg-scene-box">
				<img src="https://img21.shop-pro.jp/PA01472/307/product/175239886_o4.jpg?cmsp_timestamp=20250625153239" alt="お茶を淹れるシーン">
				<div class="sg-scene-text">
					<p>
						冷たいお茶とともに過ごす、夏ならではのひととき。<br>
						夏限定の深蒸し煎茶と、すっきりとした釜炒り茶が、<br>
						涼やかな香りでその時間をやさしく彩ります。
					</p>
				</div>
			</div>
		</div>
	</section>

	<!-- PRODUCT DETAILS -->
	<section class="sg-products">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">ITEM DETAILS</p>
				<h2 class="sg-head-ja">セットに含まれる2つのお茶</h2>
			</div>

			<div class="sg-product-list">

				<!-- 夏茶物語 -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/175239886_o4.jpg?cmsp_timestamp=20250625153239" alt="夏茶物語">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">01</p>
						<h3>夏茶物語 80g</h3>
						<p class="sg-product-catch">この夏、贅沢な深蒸し煎茶を。</p>
						<p>
							夏限定でご用意する「夏茶物語」。
							<br>
							深蒸し煎茶ならではのまろやかな旨みと飲みやすさが楽しめる、暑い季節におすすめのお茶です。

							冷たく淹れれば爽やかに、温かく淹れればやさしい香りと味わいを楽しめます。

							夏のご自宅用にはもちろん、大切な方への季節の贈り物にもおすすめです。
						</p>
						<div class="sg-tags">
							<span>夏季限定</span>
							<span>深蒸し煎茶</span>
							<span>お中元にも</span>
						</div>
						<p class="sg-price">1,000円(税込1,080円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=175239886" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

				<!-- 天花 -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/168721407_o6.jpg?cmsp_timestamp=20260711123631" alt="天花">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">02</p>
						<h3>天花 50g</h3>
						<p class="sg-product-catch">夏にも心地よい、釜炒り茶の爽やかな香り。</p>
						<p>
							釜炒り茶の特徴は「釜香」（かまか）と言われる釜で炒った独特の香ばしい香りと透明な黄金色の水色。<br>
							ほんのり甘く香ばしいかおりが、いつまでも鼻をくすぐります。和菓子はもちろん、洋菓子とも相性が良く、どんなお菓子にも寄り添う味わいです。 </p>
						<div class="sg-tags">
							<span>釜炒り茶</span>
							<span>すっきりとした後味</span>
							<span>受賞歴あり</span>
						</div>
						<p class="sg-price">1,000円(税込1,080円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=168721407" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

			</div>
		</div>
	</section>

	<!-- GIFT SERVICE -->
	<section class="sg-gift">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">FOR GIFT</p>
				<h2 class="sg-head-ja">贈り物としてのサービス</h2>
			</div>

			<div class="sg-gift-grid">
				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnBfYm94X2ltYWdl.jpg" alt="ギフトボックス・包装">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">ギフトボックス・包装</p>
						<p class="sg-gift-card-note">井ヶ田オリジナルの包装紙でお包みしてお届けします</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162586293_o5.jpg" alt="熨斗対応">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">熨斗対応(無料)</p>
						<p class="sg-gift-card-note">ご希望の熨斗をご注文時にお知らせください</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/187515974_o2.jpg" alt="手提げ袋">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">手提げ袋付き(無料)</p>
						<p class="sg-gift-card-note">お渡し用の手提げ袋もご用意いたします</p>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- CTA -->
	<section class="sg-cta">
		<div class="sg-inner">
			<h2>涼やかな夏の時間を、<br>大切な方へ。</h2>
			<p>
				夏限定の深蒸し煎茶「夏茶物語」と、<br>
				すっきりとした香りの釜炒り茶「天花」。<br>
				この夏らしさを感じていただけるギフトです。
			</p>
		</div>
	</section>

	<!-- CONTACT -->
	<section class="sg-contact">
		<h2>お気軽にご相談ください</h2>
		<p class="sg-contact-lead">
			「贈り先に合わせた熨斗の書き方を教えてほしい」<br>
			「複数セット注文したい」など、<br>
			tea shop よい葉っぱでは電話またはメールにて<br>
			ご相談を承っております。
		</p>

		<div class="sg-contact-method">
			<h3>電話で相談</h3>
			<div class="sg-contact-hours">
				<table>
					<tr>
						<td>平日</td>
						<td>10:00&#12316;17:00</td>
					</tr>
					<tr>
						<td>定休日</td>
						<td>日曜、祝日</td>
					</tr>
				</table>
			</div>
			<p class="sg-contact-note">※都合により臨時休業及び営業時間を<br>短縮させていただく場合がございます。</p>
			<a href="tel:0987-55-2240" class="sg-btn-outline">0987-55-2240</a>
		</div>

		<hr class="sg-divider">

		<div class="sg-contact-method">
			<h3>メールで相談</h3>
			<p>お問い合わせフォームより、<br>必要事項をご記入の上ご相談ください。</p>
			<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="sg-btn-outline">メールで問い合わせ</a>
		</div>
	</section>

</div>

]]></content:encoded>
    <dc:date>2026-07-28T11:40:06+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192821343_th.gif?cmsp_timestamp=20260728114005" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192821156">
    <link>https://igeta-tea.shop/?pid=192821156</link>
    <title>【こだわりセット｜日本茶ギフト】夏茶物語 80g、とろ吟煎 80g｜手提げ袋付き</title>
    <description>
	#gift-lp-2 *,
	#gift-lp-2 *::before,
	#gift-lp-2 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-2 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
	...</description>
<content:encoded><![CDATA[
<style>
	#gift-lp-2 *,
	#gift-lp-2 *::before,
	#gift-lp-2 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-2 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
		--text: #33372f;
		--sub: #667060;
		--border: #d8dfd2;

		color: var(--text);
		font-size: 15px;
		line-height: 1.9;
		background: #fff;
	}

	#gift-lp-2 img {
		width: 100%;
		height: auto;
		display: block;
	}

	#gift-lp-2 .sg-inner {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#gift-lp-2 .sg-hero {
		background:
			linear-gradient(to bottom,
				rgba(250, 247, 239, .65),
				rgba(250, 247, 239, .95)),
			url('https://img21.shop-pro.jp/PA01472/307/product/162517943_o14.jpg?cmsp_timestamp=20260207134758');
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 80px 20px 70px;
	}

	#gift-lp-2 .sg-label {
		display: inline-block;
		font-size: 12px;
		letter-spacing: .18em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		padding: 5px 18px;
		border-radius: 30px;
		background: #fff;
		margin-bottom: 22px;
	}

	#gift-lp-2 .sg-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: .18em;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#gift-lp-2 .sg-sub {
		font-size: 15px;
		color: var(--sub);
		letter-spacing: .08em;
		margin-bottom: 30px;
	}

	#gift-lp-2 .sg-badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	#gift-lp-2 .sg-badge {
		background: #fff;
		border: 1px solid var(--border);
		padding: 5px 14px;
		font-size: 12px;
		letter-spacing: .08em;
		border-radius: 20px;
		color: var(--green-dark);
	}

	@media(max-width:640px) {
		#gift-lp-2 .sg-title {
			font-size: 23px;
		}
	}

	#gift-lp-2 .sg-head {
		text-align: center;
		margin-bottom: 40px;
	}

	#gift-lp-2 .sg-head-en {
		font-size: 11px;
		letter-spacing: .22em;
		color: #8b9683;
		margin-bottom: 8px;
	}

	#gift-lp-2 .sg-head-ja {
		font-size: 20px;
		letter-spacing: .15em;
		font-weight: 400;
	}

	#gift-lp-2 .sg-set {
		padding: 65px 0 50px;
	}

	#gift-lp-2 .sg-set-box {
		background: var(--beige);
		border: 1px solid var(--border);
		padding: 35px;
		text-align: center;
	}

	#gift-lp-2 .sg-set-title {
		font-size: 14px;
		letter-spacing: .15em;
		color: var(--green-dark);
		margin-bottom: 25px;
	}

	#gift-lp-2 .sg-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		max-width: 520px;
		margin: 0 auto;
	}

	#gift-lp-2 .sg-item {
		background: #fff;
		border: 1px solid var(--border);
	}

	#gift-lp-2 .sg-item-img {
		aspect-ratio: 1/1;
		background: #f4f5ef;
		overflow: hidden;
	}

	#gift-lp-2 .sg-item-body {
		padding: 18px 15px;
		text-align: center;
	}

	#gift-lp-2 .sg-item-name {
		font-size: 15px;
		letter-spacing: .08em;
		margin-bottom: 8px;
	}

	#gift-lp-2 .sg-item-text {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.8;
	}

	@media(max-width:560px) {
		#gift-lp-2 .sg-items {
			grid-template-columns: 1fr;
			max-width: 320px;
		}
	}

	#gift-lp-2 .sg-scene {
		padding: 40px 0 70px;
	}

	#gift-lp-2 .sg-scene-box {
		position: relative;
		overflow: hidden;
	}

	#gift-lp-2 .sg-scene-box img {
		height: 320px;
		object-fit: cover;
	}

	#gift-lp-2 .sg-scene-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 35px 20px 25px;
		background: linear-gradient(transparent, rgba(40, 50, 35, .65));
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}

	@media(max-width:640px) {
		#gift-lp-2 .sg-scene-box img {
			height: 220px;
		}
	}

	#gift-lp-2 .sg-season {
		padding: 0 0 70px;
	}

	#gift-lp-2 .sg-season-box {
		background: #faf7ef;
		border: 1px solid var(--border);
		padding: 50px;
		display: grid;
		grid-template-columns: 220px 1fr;
		gap: 40px;
		align-items: center;
	}

	#gift-lp-2 .sg-season-icons {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	#gift-lp-2 .sg-season-icon {
		background: #fff;
		border: 1px solid var(--border);
		padding: 18px;
		text-align: center;
	}

	#gift-lp-2 .sg-season-icon strong {
		display: block;
		font-size: 24px;
		margin-bottom: 8px;
	}

	#gift-lp-2 .sg-season-icon span {
		font-size: 12px;
		letter-spacing: .06em;
		color: var(--green-dark);
	}

	#gift-lp-2 .sg-season-title {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: .1em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	#gift-lp-2 .sg-season-title span {
		color: var(--green-dark);
	}

	#gift-lp-2 .sg-season-text {
		color: var(--sub);
		line-height: 2;
		margin-bottom: 22px;
	}

	#gift-lp-2 .sg-season-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	#gift-lp-2 .sg-season-tags span {
		border: 1px solid var(--border);
		background: #fff;
		padding: 6px 14px;
		font-size: 13px;
		border-radius: 20px;
	}

	@media(max-width:700px) {
		#gift-lp-2 .sg-season-box {
			grid-template-columns: 1fr;
			padding: 35px 25px;
			gap: 30px;
		}

		#gift-lp-2 .sg-season-icons {
			flex-direction: row;
		}

		#gift-lp-2 .sg-season-icon {
			flex: 1;
		}

		#gift-lp-2 .sg-season-title {
			font-size: 20px;
			text-align: center;
		}
	}

	#gift-lp-2 .sg-products {
		padding: 70px 0;
		background: #fff;
	}

	#gift-lp-2 .sg-product {
		display: grid;
		grid-template-columns: 300px 1fr;
		border: 1px solid var(--border);
		margin-bottom: 35px;
		background: #fff;
	}

	#gift-lp-2 .sg-product:nth-child(even) {
		grid-template-columns: 1fr 300px;
	}

	#gift-lp-2 .sg-product:nth-child(even) .sg-product-img {
		order: 2;
	}

	#gift-lp-2 .sg-product-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 280px;
	}

	#gift-lp-2 .sg-product-body {
		padding: 35px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#gift-lp-2 .sg-product-num {
		font-size: 12px;
		color: #999;
		letter-spacing: .2em;
	}

	#gift-lp-2 .sg-product h3 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: .12em;
		margin: 8px 0 18px;
	}

	#gift-lp-2 .sg-product-catch {
		color: var(--green-dark);
		border-left: 2px solid var(--gold);
		padding-left: 12px;
		margin-bottom: 15px;
	}

	#gift-lp-2 .sg-tags span {
		display: inline-block;
		font-size: 12px;
		border: 1px solid var(--border);
		padding: 3px 10px;
		margin: 15px 5px 0 0;
	}

	#gift-lp-2 .sg-price {
		font-size: 14px;
		color: var(--green-dark);
		margin-top: 14px;
	}

	#gift-lp-2 .sg-buy {
		display: inline-block;
		margin-top: 16px;
		background: var(--green-dark);
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		padding: 10px 26px;
	}

	#gift-lp-2 .sg-gift {
		background: var(--beige);
		padding: 65px 0;
	}

	/* ---- 贈り物としてのサービス（3カード） ---- */
	#gift-lp-2 .sg-gift-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		max-width: 860px;
		margin: 0 auto;
	}

	#gift-lp-2 .sg-gift-card {
		border: 1px solid var(--border);
		background: #fff;
		overflow: hidden;
	}

	#gift-lp-2 .sg-gift-card-img {
		width: 100%;
		aspect-ratio: 4/3;
		overflow: hidden;
		background: var(--beige);
	}

	#gift-lp-2 .sg-gift-card-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#gift-lp-2 .sg-gift-card-body {
		padding: 18px 16px 22px;
		text-align: center;
	}

	#gift-lp-2 .sg-gift-card-title {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 6px;
	}

	#gift-lp-2 .sg-gift-card-note {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.7;
	}

	@media(max-width:700px) {
		#gift-lp-2 .sg-gift-grid {
			grid-template-columns: 1fr;
		}
	}

	/* ---- お問い合わせ ---- */
	#gift-lp-2 .sg-contact {
		max-width: 680px;
		margin: 0 auto;
		padding: 75px 20px;
		text-align: center;
	}

	#gift-lp-2 .sg-contact h2 {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: .12em;
		margin-bottom: 18px;
	}

	#gift-lp-2 .sg-contact-lead {
		font-size: 15px;
		color: var(--sub);
		line-height: 2.1;
		margin-bottom: 40px;
	}

	#gift-lp-2 .sg-contact-method {
		margin-bottom: 36px;
	}

	#gift-lp-2 .sg-contact-method h3 {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 12px;
	}

	#gift-lp-2 .sg-contact-method p {
		font-size: 14px;
		color: var(--sub);
		line-height: 1.9;
		margin-bottom: 14px;
	}

	#gift-lp-2 .sg-contact-hours {
		display: inline-block;
		text-align: left;
		margin-bottom: 8px;
	}

	#gift-lp-2 .sg-contact-hours table {
		border-collapse: collapse;
	}

	#gift-lp-2 .sg-contact-hours td {
		padding: 4px 12px;
		font-size: 13px;
		color: var(--sub);
	}

	#gift-lp-2 .sg-contact-note {
		font-size: 12px;
		color: #9aa295;
		line-height: 1.8;
		margin-bottom: 16px;
	}

	#gift-lp-2 .sg-btn-outline {
		display: inline-block;
		padding: 12px 36px;
		background: #fff;
		color: var(--text);
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		border: 1px solid var(--text);
	}

	#gift-lp-2 .sg-divider {
		border: none;
		border-top: 1px solid var(--border);
		margin: 32px 0;
	}

	#gift-lp-2 .sg-cta {
		text-align: center;
		padding: 75px 20px;
	}

	#gift-lp-2 .sg-cta h2 {
		font-size: 23px;
		font-weight: 400;
		letter-spacing: .12em;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	#gift-lp-2 .sg-cta p {
		color: var(--sub);
		margin-bottom: 35px;
	}

	@media(max-width:700px) {

		#gift-lp-2 .sg-product,
		#gift-lp-2 .sg-product:nth-child(even) {
			grid-template-columns: 1fr;
		}

		#gift-lp-2 .sg-product:nth-child(even) .sg-product-img {
			order: 0;
		}

		#gift-lp-2 .sg-product-body {
			padding: 25px 20px;
		}
	}

</style>

<div id="gift-lp-2">

	<!-- HERO -->
	<section class="sg-hero">
		<div class="sg-label">SUMMER GIFT</div>
		<h1 class="sg-title">夏茶物語ととろ吟煎<br>井ヶ田こだわりギフト</h1>
		<p class="sg-sub">夏にぴったりの一杯と、井ヶ田製茶北郷茶園らしさを贅沢に感じる一杯を。</p>
		<div class="sg-badges">
			<span class="sg-badge">夏の贈り物</span>
			<span class="sg-badge">熨斗・包装対応</span>
			<span class="sg-badge">手提げ袋付き</span>
		</div>
	</section>

	<!-- SET CONTENTS -->
	<section class="sg-set">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">SET CONTENTS</p>
				<h2 class="sg-head-ja">お中元にぴったりの2つのお茶</h2>
			</div>

			<div class="sg-set-box">
				<p class="sg-set-title">夏らしい一杯から、茶師が仕立てた最上級の一杯まで</p>

				<div class="sg-items">
					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/175239886_o2.jpg?cmsp_timestamp=20250625153239" alt="夏茶物語">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">夏茶物語 80g</p>
							<p class="sg-item-text">深蒸し煎茶ならではの<br>コクと甘みが際立つ夏限定茶</p>
						</div>
					</div>

					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/162517943_o7.jpg?cmsp_timestamp=20260207134758" alt="とろ吟煎">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">とろ吟煎 80g</p>
							<p class="sg-item-text">日本茶AWARD2023 プラチナ賞<br>受賞歴を誇る最上級煎茶</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- SCENE -->
	<section class="sg-scene">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">IGETA'S CRAFTSMANSHIP</p>
				<h2 class="sg-head-ja">茶師が仕立てる、井ヶ田らしい一杯</h2>
			</div>

			<div class="sg-scene-box">
				<img src="https://img21.shop-pro.jp/PA01472/307/product/162517943_o9.jpg?cmsp_timestamp=20260207134758" alt="とろ吟煎の茶葉">
				<div class="sg-scene-text">
					<p>
						夏にうれしい爽やかな一杯から、選び抜かれた最上級の一杯まで、<br>
						この夏のギフトに込めました。
					</p>
				</div>
			</div>
		</div>
	</section>

	<!-- IGETA らしさ -->
	<section class="sg-season">
		<div class="sg-inner">
			<div class="sg-season-box">
				<div class="sg-season-icons">
					<div class="sg-season-icon">
						<strong>&#127861;</strong>
						<span>茶師厳選</span>
					</div>
					<div class="sg-season-icon">
						<strong>&#127956;</strong>
						<span>宮崎・日南市北郷町から</span>
					</div>
				</div>

				<div>
					<h2 class="sg-season-title">
						<span>井ヶ田製茶北郷茶園</span>らしさを、<br>
						ひと箱に贅沢に。
					</h2>
					<p class="sg-season-text">
						夏にうれしい定番の「夏茶物語」と、日本茶AWARD2023ではプラチナ賞を受賞した井ヶ田の最上級煎茶「とろ吟煎」。<br>
						そのどちらにも、丁寧なものづくりへの、茶師のこだわりが息づいています。
					</p>
					<div class="sg-season-tags">
						<span>茶師のこだわり</span>
						<span>夏季ならではのセレクト</span>
						<span>受賞歴のあるお茶</span>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- PRODUCT DETAILS -->
	<section class="sg-products">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">ITEM DETAILS</p>
				<h2 class="sg-head-ja">セットに含まれる2つのお茶</h2>
			</div>

			<div class="sg-product-list">

				<!-- 夏茶物語 -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/175239886_o4.jpg?cmsp_timestamp=20250625153239" alt="夏茶物語">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">01</p>
						<h3>夏茶物語 80g</h3>
						<p class="sg-product-catch">この夏、贅沢な深蒸し煎茶を。</p>
						<p>
							夏限定でご用意する「夏茶物語」。
							<br>
							深蒸し煎茶ならではのまろやかな旨みと飲みやすさが楽しめる、暑い季節におすすめのお茶です。

							冷たく淹れれば爽やかに、温かく淹れればやさしい香りと味わいを楽しめます。

							夏のご自宅用にはもちろん、大切な方への季節の贈り物にもおすすめです。
						</p>
						<div class="sg-tags">
							<span>夏季限定</span>
							<span>深蒸し煎茶</span>
							<span>お中元に</span>
						</div>
						<p class="sg-price">1,000円(税込1,080円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=175239886" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

				<!-- とろ吟煎 -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162517943_o6.jpg" alt="とろ吟煎">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">02</p>
						<h3>とろ吟煎 80g</h3>
						<p class="sg-product-catch">井ヶ田製茶北郷茶園の最上級煎茶</p>
						<p>
							日本茶AWARD2023ではプラチナ賞を受賞した、井ヶ田茶師が厳選した最上級煎茶「とろ吟煎」。
							「濃さ」「甘さ」「深み」のバランスにこだわり抜いてブレンドした、贅沢な一杯です。<br>
							大切な方への贈り物や、特別な茶時間にふさわしい逸品です。
						</p>
						<div class="sg-tags">
							<span>日本茶AWARD受賞</span>
							<span>プラチナ賞</span>
							<span>最上級煎茶</span>
						</div>
						<p class="sg-price">1,500円(税込1,620円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=162517943" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

			</div>
		</div>
	</section>

	<!-- GIFT SERVICE -->
	<section class="sg-gift">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">FOR GIFT</p>
				<h2 class="sg-head-ja">贈り物としてのサービス</h2>
			</div>

			<div class="sg-gift-grid">
				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnBfYm94X2ltYWdl.jpg" alt="ギフトボックス・包装">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">ギフトボックス・包装</p>
						<p class="sg-gift-card-note">井ヶ田オリジナルの包装紙でお包みしてお届けします</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162586293_o5.jpg" alt="熨斗対応">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">熨斗対応(無料)</p>
						<p class="sg-gift-card-note">ご希望の熨斗をご注文時にお知らせください</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/187515974_o2.jpg" alt="手提げ袋">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">手提げ袋付き(無料)</p>
						<p class="sg-gift-card-note">お渡し用の手提げ袋もご用意いたします</p>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- CTA -->
	<section class="sg-cta">
		<div class="sg-inner">
			<h2>夏らしさと、<br>井ヶ田らしさを。</h2>
			<p>
				夏にぴったりの「夏茶物語」と、茶師が仕立てた最上級茶「とろ吟煎」。<br>
				井ヶ田製茶北郷茶園ならではの味わいを、贅沢に感じていただけるギフトです。
			</p>
		</div>
	</section>

	<!-- CONTACT -->
	<section class="sg-contact">
		<h2>お気軽にご相談ください</h2>
		<p class="sg-contact-lead">
			「贈り先に合わせた熨斗の書き方を教えてほしい」<br>
			「複数セット注文したい」など、<br>
			tea shop よい葉っぱでは電話またはメールにて<br>
			ご相談を承っております。
		</p>

		<div class="sg-contact-method">
			<h3>電話で相談</h3>
			<div class="sg-contact-hours">
				<table>
					<tr>
						<td>平日</td>
						<td>10:00&#12316;17:00</td>
					</tr>
					<tr>
						<td>定休日</td>
						<td>日曜、祝日</td>
					</tr>
				</table>
			</div>
			<p class="sg-contact-note">※都合により臨時休業及び営業時間を<br>短縮させていただく場合がございます。</p>
			<a href="tel:0987-55-2240" class="sg-btn-outline">0987-55-2240</a>
		</div>

		<hr class="sg-divider">

		<div class="sg-contact-method">
			<h3>メールで相談</h3>
			<p>お問い合わせフォームより、<br>必要事項をご記入の上ご相談ください。</p>
			<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="sg-btn-outline">メールで問い合わせ</a>
		</div>
	</section>

</div>

]]></content:encoded>
    <dc:date>2026-07-28T11:34:20+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192821156_th.gif?cmsp_timestamp=20260728113420" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192820761">
    <link>https://igeta-tea.shop/?pid=192820761</link>
    <title>【受賞茶セット｜日本茶ギフト】さえみどり 80g、有機煎茶 黒山 80g、みやざき おくみどり 80g｜手提げ袋付き</title>
    <description>
	#gift-lp-3 *,
	#gift-lp-3 *::before,
	#gift-lp-3 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-3 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
	...</description>
<content:encoded><![CDATA[
<style>
	#gift-lp-3 *,
	#gift-lp-3 *::before,
	#gift-lp-3 *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#gift-lp-3 {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
		--text: #33372f;
		--sub: #667060;
		--border: #d8dfd2;

		color: var(--text);
		font-size: 15px;
		line-height: 1.9;
		background: #fff;
	}

	#gift-lp-3 img {
		width: 100%;
		height: auto;
		display: block;
	}

	#gift-lp-3 .sg-inner {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#gift-lp-3 .sg-hero {
		background:
			linear-gradient(to bottom,
				rgba(250, 247, 239, .65),
				rgba(250, 247, 239, .95)),
			url('https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3X2t1cm95YW1hXzEwMGdfMDUtbWlu.jpg?cmsp_timestamp=20251001143204');
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 80px 20px 70px;
	}

	#gift-lp-3 .sg-label {
		display: inline-block;
		font-size: 12px;
		letter-spacing: .18em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		padding: 5px 18px;
		border-radius: 30px;
		background: #fff;
		margin-bottom: 22px;
	}

	#gift-lp-3 .sg-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: .18em;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#gift-lp-3 .sg-sub {
		font-size: 15px;
		color: var(--sub);
		letter-spacing: .08em;
		margin-bottom: 30px;
	}

	#gift-lp-3 .sg-badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	#gift-lp-3 .sg-badge {
		background: #fff;
		border: 1px solid var(--border);
		padding: 5px 14px;
		font-size: 12px;
		letter-spacing: .08em;
		border-radius: 20px;
		color: var(--green-dark);
	}

	@media(max-width:640px) {
		#gift-lp-3 .sg-title {
			font-size: 23px;
		}
	}

	#gift-lp-3 .sg-head {
		text-align: center;
		margin-bottom: 40px;
	}

	#gift-lp-3 .sg-head-en {
		font-size: 11px;
		letter-spacing: .22em;
		color: #8b9683;
		margin-bottom: 8px;
	}

	#gift-lp-3 .sg-head-ja {
		font-size: 20px;
		letter-spacing: .15em;
		font-weight: 400;
	}

	#gift-lp-3 .sg-set {
		padding: 65px 0 50px;
	}

	#gift-lp-3 .sg-set-box {
		background: var(--beige);
		border: 1px solid var(--border);
		padding: 35px;
		text-align: center;
	}

	#gift-lp-3 .sg-set-title {
		font-size: 14px;
		letter-spacing: .15em;
		color: var(--green-dark);
		margin-bottom: 25px;
	}

	#gift-lp-3 .sg-items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	#gift-lp-3 .sg-item {
		background: #fff;
		border: 1px solid var(--border);
	}

	#gift-lp-3 .sg-item-img {
		aspect-ratio: 1/1;
		background: #f4f5ef;
		overflow: hidden;
	}

	#gift-lp-3 .sg-item-body {
		padding: 18px 15px;
		text-align: center;
	}

	#gift-lp-3 .sg-item-name {
		font-size: 15px;
		letter-spacing: .08em;
		margin-bottom: 8px;
	}

	#gift-lp-3 .sg-item-text {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.8;
	}

	@media(max-width:700px) {
		#gift-lp-3 .sg-items {
			grid-template-columns: 1fr;
		}
	}

	#gift-lp-3 .sg-scene {
		padding: 40px 0 70px;
	}

	#gift-lp-3 .sg-scene-box {
		position: relative;
		overflow: hidden;
	}

	#gift-lp-3 .sg-scene-box img {
		height: 320px;
		object-fit: cover;
	}

	#gift-lp-3 .sg-scene-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 35px 20px 25px;
		background: linear-gradient(transparent, rgba(40, 50, 35, .65));
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}

	@media(max-width:640px) {
		#gift-lp-3 .sg-scene-box img {
			height: 220px;
		}
	}

	#gift-lp-3 .sg-award-box {
		padding: 0 0 70px;
	}

	#gift-lp-3 .sg-award-inner {
		background: #faf7ef;
		border: 1px solid var(--border);
		padding: 45px;
		text-align: center;
	}

	#gift-lp-3 .sg-award-inner h2 {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: .1em;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	#gift-lp-3 .sg-award-inner h2 span {
		color: var(--green-dark);
	}

	#gift-lp-3 .sg-award-inner p {
		color: var(--sub);
		line-height: 2;
		max-width: 620px;
		margin: 0 auto 22px;
	}

	#gift-lp-3 .sg-award-tags {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	#gift-lp-3 .sg-award-tags span {
		border: 1px solid var(--border);
		background: #fff;
		padding: 6px 14px;
		font-size: 13px;
		border-radius: 20px;
	}

	@media(max-width:700px) {
		#gift-lp-3 .sg-award-inner {
			padding: 35px 22px;
		}

		#gift-lp-3 .sg-award-inner h2 {
			font-size: 20px;
		}
	}

	#gift-lp-3 .sg-products {
		padding: 70px 0;
		background: #fff;
	}

	#gift-lp-3 .sg-product {
		display: grid;
		grid-template-columns: 300px 1fr;
		border: 1px solid var(--border);
		margin-bottom: 35px;
		background: #fff;
	}

	#gift-lp-3 .sg-product:nth-child(even) {
		grid-template-columns: 1fr 300px;
	}

	#gift-lp-3 .sg-product:nth-child(even) .sg-product-img {
		order: 2;
	}

	#gift-lp-3 .sg-product-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 280px;
	}

	#gift-lp-3 .sg-product-body {
		padding: 35px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#gift-lp-3 .sg-product-num {
		font-size: 12px;
		color: #999;
		letter-spacing: .2em;
	}

	#gift-lp-3 .sg-product h3 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: .12em;
		margin: 8px 0 18px;
	}

	#gift-lp-3 .sg-product-catch {
		color: var(--green-dark);
		border-left: 2px solid var(--gold);
		padding-left: 12px;
		margin-bottom: 15px;
	}

	#gift-lp-3 .sg-tags span {
		display: inline-block;
		font-size: 12px;
		border: 1px solid var(--border);
		padding: 3px 10px;
		margin: 15px 5px 0 0;
	}

	#gift-lp-3 .sg-price {
		font-size: 14px;
		color: var(--green-dark);
		margin-top: 14px;
	}

	#gift-lp-3 .sg-buy {
		display: inline-block;
		margin-top: 16px;
		background: var(--green-dark);
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		padding: 10px 26px;
	}

	#gift-lp-3 .sg-gift {
		background: var(--beige);
		padding: 65px 0;
	}

	/* ---- 贈り物としてのサービス（3カード） ---- */
	#gift-lp-3 .sg-gift-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		max-width: 860px;
		margin: 0 auto;
	}

	#gift-lp-3 .sg-gift-card {
		border: 1px solid var(--border);
		background: #fff;
		overflow: hidden;
	}

	#gift-lp-3 .sg-gift-card-img {
		width: 100%;
		aspect-ratio: 4/3;
		overflow: hidden;
		background: var(--beige);
	}

	#gift-lp-3 .sg-gift-card-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#gift-lp-3 .sg-gift-card-body {
		padding: 18px 16px 22px;
		text-align: center;
	}

	#gift-lp-3 .sg-gift-card-title {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 6px;
	}

	#gift-lp-3 .sg-gift-card-note {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.7;
	}

	@media(max-width:700px) {
		#gift-lp-3 .sg-gift-grid {
			grid-template-columns: 1fr;
		}
	}

	/* ---- お問い合わせ ---- */
	#gift-lp-3 .sg-contact {
		max-width: 680px;
		margin: 0 auto;
		padding: 75px 20px;
		text-align: center;
	}

	#gift-lp-3 .sg-contact h2 {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: .12em;
		margin-bottom: 18px;
	}

	#gift-lp-3 .sg-contact-lead {
		font-size: 15px;
		color: var(--sub);
		line-height: 2.1;
		margin-bottom: 40px;
	}

	#gift-lp-3 .sg-contact-method {
		margin-bottom: 36px;
	}

	#gift-lp-3 .sg-contact-method h3 {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		margin-bottom: 12px;
	}

	#gift-lp-3 .sg-contact-method p {
		font-size: 14px;
		color: var(--sub);
		line-height: 1.9;
		margin-bottom: 14px;
	}

	#gift-lp-3 .sg-contact-hours {
		display: inline-block;
		text-align: left;
		margin-bottom: 8px;
	}

	#gift-lp-3 .sg-contact-hours table {
		border-collapse: collapse;
	}

	#gift-lp-3 .sg-contact-hours td {
		padding: 4px 12px;
		font-size: 13px;
		color: var(--sub);
	}

	#gift-lp-3 .sg-contact-note {
		font-size: 12px;
		color: #9aa295;
		line-height: 1.8;
		margin-bottom: 16px;
	}

	#gift-lp-3 .sg-btn-outline {
		display: inline-block;
		padding: 12px 36px;
		background: #fff;
		color: var(--text);
		text-decoration: none;
		font-size: 13px;
		letter-spacing: .1em;
		border: 1px solid var(--text);
	}

	#gift-lp-3 .sg-divider {
		border: none;
		border-top: 1px solid var(--border);
		margin: 32px 0;
	}

	#gift-lp-3 .sg-cta {
		text-align: center;
		padding: 75px 20px;
	}

	#gift-lp-3 .sg-cta h2 {
		font-size: 23px;
		font-weight: 400;
		letter-spacing: .12em;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	#gift-lp-3 .sg-cta p {
		color: var(--sub);
		margin-bottom: 35px;
	}

	@media(max-width:700px) {

		#gift-lp-3 .sg-product,
		#gift-lp-3 .sg-product:nth-child(even) {
			grid-template-columns: 1fr;
		}

		#gift-lp-3 .sg-product:nth-child(even) .sg-product-img {
			order: 0;
		}

		#gift-lp-3 .sg-product-body {
			padding: 25px 20px;
		}
	}

</style>

<div id="gift-lp-3">

	<!-- HERO -->
	<section class="sg-hero">
		<div class="sg-label">AWARD WINNING TEA</div>
		<h1 class="sg-title">受賞茶セット<br>さえみどり・黒山・おくみどり</h1>
		<p class="sg-sub">数々の賞に輝いた、井ヶ田自慢の3つの銘茶を飲みくらべ。</p>
		<div class="sg-badges">
			<span class="sg-badge">受賞歴のあるお茶</span>
			<span class="sg-badge">熨斗・包装対応</span>
			<span class="sg-badge">手提げ袋付き</span>
		</div>
	</section>

	<!-- SET CONTENTS -->
	<section class="sg-set">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">SET CONTENTS</p>
				<h2 class="sg-head-ja">受賞歴を誇る3つの銘茶</h2>
			</div>

			<div class="sg-set-box">
				<p class="sg-set-title">それぞれ異なる魅力を持つ、受賞歴のあるお茶3種</p>

				<div class="sg-items">
					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/162518718.jpg?cmsp_timestamp=20260626103017" alt="さえみどり">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">さえみどり 80g</p>
							<p class="sg-item-text">ITI 2つ星受賞<br>上品な甘みが際立つ深蒸し煎茶</p>
						</div>
					</div>

					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/162517901.gif" alt="黒山">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">有機煎茶 黒山 80g</p>
							<p class="sg-item-text">日本茶AWARD2024 プラチナ賞、日本茶輸出組合理事長賞 受賞<br>有機栽培にこだわった煎茶</p>
						</div>
					</div>

					<div class="sg-item">
						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/168721223.jpg?cmsp_timestamp=20260618105612" alt="おくみどり">
						</div>
						<div class="sg-item-body">
							<p class="sg-item-name">みやざき おくみどり 80g</p>
							<p class="sg-item-text">多数の受賞歴。<br>茶師が仕立てた最上級煎茶</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- SCENE -->
	<section class="sg-scene">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">TASTE THE BEST</p>
				<h2 class="sg-head-ja">選び抜かれた味わいを、贈る</h2>
			</div>

			<div class="sg-scene-box">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a3Vyb3lhbWFfMTEtbWlu.jpg?cmsp_timestamp=20260728111544" alt="茶葉のシーン">
				<div class="sg-scene-text">
					<p>
						井ヶ田の茶師が丹精込めて仕立てた3つの銘茶。<br>
						それぞれの品種が持つ個性を、心ゆくまで飲みくらべていただけます。
					</p>
				</div>
			</div>
		</div>
	</section>

	<!-- AWARD -->
	<section class="sg-award-box">
		<div class="sg-inner">
			<div class="sg-award-inner">
				<h2><span>数々の賞</span>に選ばれた、井ヶ田自慢のお茶たち。</h2>
				<p>
					「さえみどり」は国際味覚審査機構(iTQi)の2024年ITIで2つ星を受賞。<br>
					「黒山」は日本茶AWARD2024にて有機茶部門 プラチナ賞、日本茶輸出組合理事長賞を受賞。<br>
					「みやざき おくみどり」は日本茶AWARD2023プラチナ賞を含め、長年にわたり数々の賞に選ばれてきました。<br>
					いずれも品評会で高く評価された、確かな品質の証です。
				</p>
				<div class="sg-award-tags">
					<span>2つ星</span>
					<span>日本茶AWARD受賞</span>
					<span>プラチナ賞</span>
				</div>
			</div>
		</div>
	</section>

	<!-- PRODUCT DETAILS -->
	<section class="sg-products">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">ITEM DETAILS</p>
				<h2 class="sg-head-ja">セットに含まれる3つのお茶</h2>
			</div>

			<div class="sg-product-list">

				<!-- さえみどり -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162518718_o2.gif?cmsp_timestamp=20260727173137" alt="さえみどり">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">01</p>
						<h3>さえみどり 80g</h3>
						<p class="sg-product-catch">上質な甘みと、すっきりとした後味と。</p>
						<p>
							国際味覚審査機構(iTQi)の2024年ITIにて2つ星を受賞した深蒸し煎茶「さえみどり」。
							味・香り・色に加え、からだにうれしい成分も豊富に含んだ、味わいと機能性を兼ね備えたお茶です。
						</p>
						<div class="sg-tags">
							<span>ITI 2つ星受賞</span>
							<span>深蒸し煎茶</span>
							<span>上品な甘み</span>
						</div>
						<p class="sg-price">1,100円(税込1,188円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=162518718" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

				<!-- 黒山 -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162517901_o8.gif?cmsp_timestamp=20260727173409" alt="黒山">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">02</p>
						<h3>有機煎茶 黒山 80g</h3>
						<p class="sg-product-catch">直営茶園で育てた、こだわりの有機栽培。</p>
						<p>
							日本茶AWARD2024にて日本茶輸出組合理事長賞を受賞した有機煎茶「黒山」。
							自社の直営茶園で農薬や化学肥料に頼らず育てた茶葉を、丁寧に仕上げました。
							濃厚な旨みとやわらかな渋み、爽やかに広がる香りが特徴です。
						</p>
						<div class="sg-tags">
							<span>日本茶AWARD受賞</span>
							<span>有機JAS認証</span>
							<span>直営茶園栽培</span>
						</div>
						<p class="sg-price">1,100円(税込1,188円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=162517901" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

				<!-- おくみどり -->
				<div class="sg-product">
					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/168721223_o2.jpg?cmsp_timestamp=20260516112502" alt="おくみどり">
					</div>
					<div class="sg-product-body">
						<p class="sg-product-num">03</p>
						<h3>みやざき おくみどり 80g</h3>
						<p class="sg-product-catch">茶葉の旬を見極めた、最上級の一杯。</p>
						<p>
							日本茶AWARD2023プラチナ賞など、長年にわたり数々の賞に選ばれてきた「みやざき おくみどり」。
							茶師が数ある荒茶の中から茶葉の旬を見極め、丁寧に引き出した深い味わいと癒しの香り立つ煎茶です。
						</p>
						<div class="sg-tags">
							<span>プラチナ賞受賞</span>
							<span>茶師厳選</span>
							<span>特別な一杯</span>
						</div>
						<p class="sg-price">2,000円(税込2,160円)</p>
						<a class="sg-buy" href="https://igeta-tea.shop/?pid=168721223" target="_blank" rel="noopener">単品ページを見る</a>
					</div>
				</div>

			</div>
		</div>
	</section>

	<!-- GIFT SERVICE -->
	<section class="sg-gift">
		<div class="sg-inner">
			<div class="sg-head">
				<p class="sg-head-en">FOR GIFT</p>
				<h2 class="sg-head-ja">贈り物としてのサービス</h2>
			</div>

			<div class="sg-gift-grid">
				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnBfYm94X2ltYWdl.jpg" alt="ギフトボックス・包装">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">ギフトボックス・包装</p>
						<p class="sg-gift-card-note">井ヶ田オリジナルの包装紙でお包みしてお届けします</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/162586293_o5.jpg" alt="熨斗対応">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">熨斗対応(無料)</p>
						<p class="sg-gift-card-note">ご希望の熨斗をご注文時にお知らせください</p>
					</div>
				</div>

				<div class="sg-gift-card">
					<div class="sg-gift-card-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/187515974_o2.jpg" alt="手提げ袋">
					</div>
					<div class="sg-gift-card-body">
						<p class="sg-gift-card-title">手提げ袋付き(無料)</p>
						<p class="sg-gift-card-note">お渡し用の手提げ袋もご用意いたします</p>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!-- CTA -->
	<section class="sg-cta">
		<div class="sg-inner">
			<h2>選び抜かれた美味しさを、<br>大切な方へ。</h2>
			<p>井ヶ田自慢の3つの銘茶。<br>
				飲みくらべも楽しめる、受賞茶ならではのギフトです。
			</p>
		</div>
	</section>

	<!-- CONTACT -->
	<section class="sg-contact">
		<h2>お気軽にご相談ください</h2>
		<p class="sg-contact-lead">
			「贈り先に合わせた熨斗の書き方を教えてほしい」<br>
			「複数セット注文したい」など、<br>
			tea shop よい葉っぱでは電話またはメールにて<br>
			ご相談を承っております。
		</p>

		<div class="sg-contact-method">
			<h3>電話で相談</h3>
			<div class="sg-contact-hours">
				<table>
					<tr>
						<td>平日</td>
						<td>10:00&#12316;17:00</td>
					</tr>
					<tr>
						<td>定休日</td>
						<td>日曜、祝日</td>
					</tr>
				</table>
			</div>
			<p class="sg-contact-note">※都合により臨時休業及び営業時間を<br>短縮させていただく場合がございます。</p>
			<a href="tel:0987-55-2240" class="sg-btn-outline">0987-55-2240</a>
		</div>

		<hr class="sg-divider">

		<div class="sg-contact-method">
			<h3>メールで相談</h3>
			<p>お問い合わせフォームより、<br>必要事項をご記入の上ご相談ください。</p>
			<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="sg-btn-outline">メールで問い合わせ</a>
		</div>
	</section>

</div>

]]></content:encoded>
    <dc:date>2026-07-28T11:22:48+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192820761_th.gif?cmsp_timestamp=20260728112242" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192656841">
    <link>https://igeta-tea.shop/?pid=192656841</link>
    <title>蓋なし急須 ちゃーみる＜ピンク＞620cc  【日本製】</title>
    <description>
	/* =========================
	   ちゃーみる LP
	   Color Variables
	========================= */
	#chamiru-lp {
		--main-color: #7a4a2e;
		--sub-color: #9c7a5a;
		--bg-soft: #f7f3ee;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
	   ちゃーみる LP
	   Color Variables
	========================= */
	#chamiru-lp {
		--main-color: #7a4a2e;
		--sub-color: #9c7a5a;
		--bg-soft: #f7f3ee;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-light: #9a8886;
		--border-pale: #e2d5c8;

		max-width: 860px;
		margin: auto;
		color: var(--text-main);
		line-height: 1.9;
		font-size: 14px;
		padding: 0 20px;
	}

	#chamiru-lp img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* =========================
	   HERO
	========================= */
	#chamiru-lp .c-hero {
		text-align: center;
		padding: 40px 0 32px;
	}

	#chamiru-lp .c-hero-img {
		max-width: 520px;
		margin: 0 auto 28px;
		border-radius: 4px;
		overflow: hidden;
	}

	#chamiru-lp .c-catch {
		font-size: 20px;
		font-weight: 700;
		color: var(--text-main);
		letter-spacing: 0.06em;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	#chamiru-lp .c-sub {
		font-size: 13px;
		color: var(--text-sub);
		line-height: 1.8;
	}

	/* =========================
	   SECTION 共通
	========================= */
	#chamiru-lp .c-section {
		padding: 40px 0;
		border-top: 1px solid var(--border-pale);
	}

	#chamiru-lp .c-title {
		font-size: 15px;
		font-weight: 700;
		text-align: center;
		color: var(--text-main);
		letter-spacing: 0.1em;
		margin-bottom: 24px;
	}

	/* =========================
	   PROBLEM
	========================= */
	#chamiru-lp .c-problem {
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 24px;
		background: var(--bg-soft);
		border-radius: 4px;
		text-align: center;
		font-size: 14px;
		line-height: 2.2;
		color: var(--text-sub);
	}

	/* =========================
	   FEATURES
	========================= */
	#chamiru-lp .c-feature {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		align-items: center;
		padding: 32px 0;
		border-bottom: 1px solid var(--border-pale);
	}

	#chamiru-lp .c-feature:first-of-type {
		padding-top: 0;
	}

	#chamiru-lp .c-feature:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}

	/* 偶数は画像右 */
	#chamiru-lp .c-feature:nth-of-type(even) .c-feature-img {
		order: 2;
	}

	#chamiru-lp .c-feature:nth-of-type(even) .c-feature-body {
		order: 1;
	}

	#chamiru-lp .c-feature-img {
		border-radius: 4px;
		overflow: hidden;
	}

	#chamiru-lp .c-feature-title {
		font-size: 15px;
		font-weight: 700;
		color: var(--text-main);
		margin-bottom: 10px;
		padding-left: 10px;
		border-left: 3px solid var(--main-color);
		line-height: 1.5;
	}

	#chamiru-lp .c-feature-text {
		font-size: 13px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	/* =========================
	   ポイントセクション
	========================= */
	#chamiru-lp .c-point-text {
		max-width: 580px;
		margin: 0 auto 32px;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	#chamiru-lp .c-point-text strong {
		color: var(--text-main);
		font-weight: 700;
	}

	#chamiru-lp .c-point-img {
		max-width: 640px;
		margin: 0 auto;
		border-radius: 4px;
		overflow: hidden;
	}

	/* =========================
	   HOW TO USE
	========================= */
	#chamiru-lp .c-how {
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
	}

	#chamiru-lp .c-how-step {
		display: flex;
		align-items: baseline;
		gap: 12px;
		padding: 10px 0;
		border-bottom: 1px solid var(--border-pale);
		font-size: 14px;
		color: var(--text-main);
	}

	#chamiru-lp .c-how-step:last-child {
		border-bottom: none;
	}

	#chamiru-lp .c-how-num {
		font-size: 11px;
		font-weight: 700;
		color: var(--sub-color);
		letter-spacing: 0.05em;
		white-space: nowrap;
	}

	/* =========================
	   TRUST
	========================= */
	#chamiru-lp .c-trust {
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	/* =========================
	   SIZE LINK（白のみ）
	========================= */
	#chamiru-lp .c-size-link {
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	#chamiru-lp .c-size-link a {
		color: var(--main-color);
		text-decoration: underline;
	}

	/* =========================
	   SPEC TABLE
	========================= */
	#chamiru-lp .c-spec {
		max-width: 560px;
		margin: 0 auto;
	}

	#chamiru-lp .c-spec table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#chamiru-lp .c-spec th,
	#chamiru-lp .c-spec td {
		border-bottom: 1px solid var(--border-pale);
		padding: 11px 10px;
		text-align: left;
		vertical-align: top;
	}

	#chamiru-lp .c-spec th {
		width: 30%;
		color: var(--text-light);
		font-weight: 600;
		font-size: 13px;
	}

	#chamiru-lp .c-spec a {
		color: var(--main-color);
		text-decoration: underline;
	}

	#chamiru-lp .c-caution {
		max-width: 560px;
		margin: 20px auto 0;
		font-size: 12px;
		color: var(--text-light);
		line-height: 1.8;
	}

	/* =========================
	   Responsive
	========================= */
	@media screen and (max-width: 640px) {
		#chamiru-lp .c-feature {
			grid-template-columns: 1fr;
			gap: 16px;
		}

		#chamiru-lp .c-feature:nth-of-type(even) .c-feature-img,
		#chamiru-lp .c-feature:nth-of-type(even) .c-feature-body {
			order: unset;
		}

		#chamiru-lp .c-catch {
			font-size: 18px;
		}
	}

</style>

<div id="chamiru-lp">

	<!-- HERO -->
	<section class="c-hero">
		<div class="c-hero-img">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV81NS1taW4.jpg?cmsp_timestamp=20260415154545" alt="蓋なし急須 ちゃーみる ピンク">
		</div>
		<div class="c-catch">お茶を淹れる時間を、<br>もっと気軽に。</div>
		<div class="c-sub">蓋がないだけで、ここまで使いやすい。<br>蓋なし急須「ちゃーみる」</div>
	</section>

	<!-- PROBLEM -->
	<section class="c-section">
		<div class="c-title">急須、こんな風に思っていませんか？</div>
		<div class="c-problem">
			洗うのが面倒<br>
			茶葉が詰まりやすい<br>
			深蒸し茶だと使いづらい
		</div>
	</section>

	<!-- FEATURES -->
	<section class="c-section">
		<div class="c-title">ちゃーみるの特徴</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzAx.gif?cmsp_timestamp=20260313105132" alt="茶葉がゆっくり開くのが見える">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">茶葉がゆっくり開くのが見える</div>
				<div class="c-feature-text">急須の中が見えるから、お茶のいちばん美味しい瞬間がわかります。</div>
			</div>
		</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzAz.gif?cmsp_timestamp=20260313105132" alt="驚くほど洗いやすい">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">驚くほど洗いやすい</div>
				<div class="c-feature-text">蓋がないから隅までしっかり洗えます。毎日使う急須だからこそ、ストレスのない形に。</div>
			</div>
		</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzA0.gif?cmsp_timestamp=20260313105132" alt="深蒸し茶でも美味しく">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">深蒸し茶でも美味しく</div>
				<div class="c-feature-text">細かな茶葉にも対応するメッシュ構造。深蒸し茶もしっかり楽しめます。</div>
			</div>
		</div>
	</section>

	<!-- POINT -->
	<section class="c-section">
		<div class="c-title">お茶屋からの大事なポイント</div>
		<div class="c-point-text">
			急須にはそれぞれ特徴があります。<br><br>
			ちゃーみるは澱（おり）が出にくく、すっきりとした見た目のお茶を楽しめます。<br><br>
			一方、一般的な急須では細かな茶葉が湯のみに入り、澱が見られることがあります。<br><br>
			<strong>茶葉やお好みに合わせて急須を選ぶことが、美味しくお茶を楽しむポイントです。</strong>
		</div>
		<div class="c-point-img">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzA1.gif?cmsp_timestamp=20260313105132" alt="澱の比較">
		</div>
	</section>

	<!-- HOW TO USE -->
	<section class="c-section">
		<div class="c-title">使い方はとても簡単</div>
		<div class="c-how">
			<div class="c-how-step"><span class="c-how-num">STEP 1</span>茶葉を入れる</div>
			<div class="c-how-step"><span class="c-how-num">STEP 2</span>お湯を注ぐ</div>
			<div class="c-how-step"><span class="c-how-num">STEP 3</span>茶葉が開いたらそのまま注ぐだけ</div>
		</div>
	</section>

	<!-- TRUST -->
	<section class="c-section">
		<div class="c-title">お茶屋でも実際に使っています</div>
		<div class="c-trust">
			井ヶ田製茶の店頭でも、実際にお客様へお茶をお出しする際に使用しています。<br>
			扱いやすく、お茶の状態がわかりやすい急須です。
		</div>
	</section>

	<!-- SPEC -->
	<section class="c-section">
		<div class="c-title">商品仕様</div>
		<div class="c-spec">
			<table>
				<tr>
					<th>商品名</th>
					<td>蓋なし急須 ちゃーみる＜ピンク＞</td>
				</tr>
				<tr>
					<th>容量</th>
					<td>約620cc（2&#12316;3人用）</td>
				</tr>
				<tr>
					<th>素材</th>
					<td>陶器</td>
				</tr>
				<tr>
					<th>茶こし</th>
					<td>ステンレスメッシュ</td>
				</tr>
				<tr>
					<th>特徴</th>
					<td>蓋のない構造で茶葉の開きが見えやすく、洗いやすい急須です。深蒸し茶にも対応しています。</td>
				</tr>
			</table>
		</div>
		<div class="c-caution">
			※陶器製品のため色味や風合いに個体差があります。<br>
			※製造工程上、小さな黒点などが見られる場合があります。<br>
			※電子レンジ・直火での使用はできません。<br>
			※手作りのため、形や細部に個体差があります。
		</div>
	</section>

</div>

]]></content:encoded>
    <dc:date>2026-07-16T13:19:15+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192656841_th.jpg?cmsp_timestamp=20260718102415" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192656836">
    <link>https://igeta-tea.shop/?pid=192656836</link>
    <title>蓋なし急須 ちゃーみる＜グリーン＞620cc  【日本製】</title>
    <description>
	/* =========================
	   ちゃーみる LP
	   Color Variables
	========================= */
	#chamiru-lp {
		--main-color: #7a4a2e;
		--sub-color: #9c7a5a;
		--bg-soft: #f7f3ee;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
	   ちゃーみる LP
	   Color Variables
	========================= */
	#chamiru-lp {
		--main-color: #7a4a2e;
		--sub-color: #9c7a5a;
		--bg-soft: #f7f3ee;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-light: #9a8886;
		--border-pale: #e2d5c8;

		max-width: 860px;
		margin: auto;
		color: var(--text-main);
		line-height: 1.9;
		font-size: 14px;
		padding: 0 20px;
	}

	#chamiru-lp img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* =========================
	   HERO
	========================= */
	#chamiru-lp .c-hero {
		text-align: center;
		padding: 40px 0 32px;
	}

	#chamiru-lp .c-hero-img {
		max-width: 520px;
		margin: 0 auto 28px;
		border-radius: 4px;
		overflow: hidden;
	}

	#chamiru-lp .c-catch {
		font-size: 20px;
		font-weight: 700;
		color: var(--text-main);
		letter-spacing: 0.06em;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	#chamiru-lp .c-sub {
		font-size: 13px;
		color: var(--text-sub);
		line-height: 1.8;
	}

	/* =========================
	   SECTION 共通
	========================= */
	#chamiru-lp .c-section {
		padding: 40px 0;
		border-top: 1px solid var(--border-pale);
	}

	#chamiru-lp .c-title {
		font-size: 15px;
		font-weight: 700;
		text-align: center;
		color: var(--text-main);
		letter-spacing: 0.1em;
		margin-bottom: 24px;
	}

	/* =========================
	   PROBLEM
	========================= */
	#chamiru-lp .c-problem {
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 24px;
		background: var(--bg-soft);
		border-radius: 4px;
		text-align: center;
		font-size: 14px;
		line-height: 2.2;
		color: var(--text-sub);
	}

	/* =========================
	   FEATURES
	========================= */
	#chamiru-lp .c-feature {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		align-items: center;
		padding: 32px 0;
		border-bottom: 1px solid var(--border-pale);
	}

	#chamiru-lp .c-feature:first-of-type {
		padding-top: 0;
	}

	#chamiru-lp .c-feature:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}

	/* 偶数は画像右 */
	#chamiru-lp .c-feature:nth-of-type(even) .c-feature-img {
		order: 2;
	}

	#chamiru-lp .c-feature:nth-of-type(even) .c-feature-body {
		order: 1;
	}

	#chamiru-lp .c-feature-img {
		border-radius: 4px;
		overflow: hidden;
	}

	#chamiru-lp .c-feature-title {
		font-size: 15px;
		font-weight: 700;
		color: var(--text-main);
		margin-bottom: 10px;
		padding-left: 10px;
		border-left: 3px solid var(--main-color);
		line-height: 1.5;
	}

	#chamiru-lp .c-feature-text {
		font-size: 13px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	/* =========================
	   ポイントセクション
	========================= */
	#chamiru-lp .c-point-text {
		max-width: 580px;
		margin: 0 auto 32px;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	#chamiru-lp .c-point-text strong {
		color: var(--text-main);
		font-weight: 700;
	}

	#chamiru-lp .c-point-img {
		max-width: 640px;
		margin: 0 auto;
		border-radius: 4px;
		overflow: hidden;
	}

	/* =========================
	   HOW TO USE
	========================= */
	#chamiru-lp .c-how {
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
	}

	#chamiru-lp .c-how-step {
		display: flex;
		align-items: baseline;
		gap: 12px;
		padding: 10px 0;
		border-bottom: 1px solid var(--border-pale);
		font-size: 14px;
		color: var(--text-main);
	}

	#chamiru-lp .c-how-step:last-child {
		border-bottom: none;
	}

	#chamiru-lp .c-how-num {
		font-size: 11px;
		font-weight: 700;
		color: var(--sub-color);
		letter-spacing: 0.05em;
		white-space: nowrap;
	}

	/* =========================
	   TRUST
	========================= */
	#chamiru-lp .c-trust {
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	/* =========================
	   SIZE LINK（白のみ）
	========================= */
	#chamiru-lp .c-size-link {
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		color: var(--text-sub);
		line-height: 1.9;
	}

	#chamiru-lp .c-size-link a {
		color: var(--main-color);
		text-decoration: underline;
	}

	/* =========================
	   SPEC TABLE
	========================= */
	#chamiru-lp .c-spec {
		max-width: 560px;
		margin: 0 auto;
	}

	#chamiru-lp .c-spec table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#chamiru-lp .c-spec th,
	#chamiru-lp .c-spec td {
		border-bottom: 1px solid var(--border-pale);
		padding: 11px 10px;
		text-align: left;
		vertical-align: top;
	}

	#chamiru-lp .c-spec th {
		width: 30%;
		color: var(--text-light);
		font-weight: 600;
		font-size: 13px;
	}

	#chamiru-lp .c-spec a {
		color: var(--main-color);
		text-decoration: underline;
	}

	#chamiru-lp .c-caution {
		max-width: 560px;
		margin: 20px auto 0;
		font-size: 12px;
		color: var(--text-light);
		line-height: 1.8;
	}

	/* =========================
	   Responsive
	========================= */
	@media screen and (max-width: 640px) {
		#chamiru-lp .c-feature {
			grid-template-columns: 1fr;
			gap: 16px;
		}

		#chamiru-lp .c-feature:nth-of-type(even) .c-feature-img,
		#chamiru-lp .c-feature:nth-of-type(even) .c-feature-body {
			order: unset;
		}

		#chamiru-lp .c-catch {
			font-size: 18px;
		}
	}

</style>

<div id="chamiru-lp">

	<!-- HERO -->
	<section class="c-hero">
		<div class="c-hero-img">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV81NS1taW4.jpg?cmsp_timestamp=20260415154545" alt="蓋なし急須 ちゃーみる グリーン">
		</div>
		<div class="c-catch">お茶を淹れる時間を、<br>もっと気軽に。</div>
		<div class="c-sub">蓋がないだけで、ここまで使いやすい。<br>蓋なし急須「ちゃーみる」</div>
	</section>

	<!-- PROBLEM -->
	<section class="c-section">
		<div class="c-title">急須、こんな風に思っていませんか？</div>
		<div class="c-problem">
			洗うのが面倒<br>
			茶葉が詰まりやすい<br>
			深蒸し茶だと使いづらい
		</div>
	</section>

	<!-- FEATURES -->
	<section class="c-section">
		<div class="c-title">ちゃーみるの特徴</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzAx.gif?cmsp_timestamp=20260313105132" alt="茶葉がゆっくり開くのが見える">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">茶葉がゆっくり開くのが見える</div>
				<div class="c-feature-text">急須の中が見えるから、お茶のいちばん美味しい瞬間がわかります。</div>
			</div>
		</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzAz.gif?cmsp_timestamp=20260313105132" alt="驚くほど洗いやすい">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">驚くほど洗いやすい</div>
				<div class="c-feature-text">蓋がないから隅までしっかり洗えます。毎日使う急須だからこそ、ストレスのない形に。</div>
			</div>
		</div>

		<div class="c-feature">
			<div class="c-feature-img">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzA0.gif?cmsp_timestamp=20260313105132" alt="深蒸し茶でも美味しく">
			</div>
			<div class="c-feature-body">
				<div class="c-feature-title">深蒸し茶でも美味しく</div>
				<div class="c-feature-text">細かな茶葉にも対応するメッシュ構造。深蒸し茶もしっかり楽しめます。</div>
			</div>
		</div>
	</section>

	<!-- POINT -->
	<section class="c-section">
		<div class="c-title">お茶屋からの大事なポイント</div>
		<div class="c-point-text">
			急須にはそれぞれ特徴があります。<br><br>
			ちゃーみるは澱（おり）が出にくく、すっきりとした見た目のお茶を楽しめます。<br><br>
			一方、一般的な急須では細かな茶葉が湯のみに入り、澱が見られることがあります。<br><br>
			<strong>茶葉やお好みに合わせて急須を選ぶことが、美味しくお茶を楽しむポイントです。</strong>
		</div>
		<div class="c-point-img">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y2hhbWlydV9wYWdlXzA1.gif?cmsp_timestamp=20260313105132" alt="澱の比較">
		</div>
	</section>

	<!-- HOW TO USE -->
	<section class="c-section">
		<div class="c-title">使い方はとても簡単</div>
		<div class="c-how">
			<div class="c-how-step"><span class="c-how-num">STEP 1</span>茶葉を入れる</div>
			<div class="c-how-step"><span class="c-how-num">STEP 2</span>お湯を注ぐ</div>
			<div class="c-how-step"><span class="c-how-num">STEP 3</span>茶葉が開いたらそのまま注ぐだけ</div>
		</div>
	</section>

	<!-- TRUST -->
	<section class="c-section">
		<div class="c-title">お茶屋でも実際に使っています</div>
		<div class="c-trust">
			井ヶ田製茶の店頭でも、実際にお客様へお茶をお出しする際に使用しています。<br>
			扱いやすく、お茶の状態がわかりやすい急須です。
		</div>
	</section>

	<!-- SPEC -->
	<section class="c-section">
		<div class="c-title">商品仕様</div>
		<div class="c-spec">
			<table>
				<tr>
					<th>商品名</th>
					<td>蓋なし急須 ちゃーみる＜グリーン＞</td>
				</tr>
				<tr>
					<th>容量</th>
					<td>約620cc（2&#12316;3人用）</td>
				</tr>
				<tr>
					<th>素材</th>
					<td>陶器</td>
				</tr>
				<tr>
					<th>茶こし</th>
					<td>ステンレスメッシュ</td>
				</tr>
				<tr>
					<th>特徴</th>
					<td>蓋のない構造で茶葉の開きが見えやすく、洗いやすい急須です。深蒸し茶にも対応しています。</td>
				</tr>
			</table>
		</div>
		<div class="c-caution">
			※陶器製品のため色味や風合いに個体差があります。<br>
			※製造工程上、小さな黒点などが見られる場合があります。<br>
			※電子レンジ・直火での使用はできません。<br>
			※手作りのため、形や細部に個体差があります。
		</div>
	</section>

</div>

]]></content:encoded>
    <dc:date>2026-07-16T13:18:58+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192656836_th.jpg?cmsp_timestamp=20260718092455" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192550018">
    <link>https://igeta-tea.shop/?pid=192550018</link>
    <title>【夏の水出し茶を楽しむ】フィルターインボトルギフトセット｜夏の贈り物・お中元に｜手提げ袋付き</title>
    <description>
	/* =========================
 SUMMER GIFT LP
 日本茶ギフトセット
========================= */

	#summer-gift-lp *,
	#summer-gift-lp *::before,
	#summer-gift-lp *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}


	#summ...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
 SUMMER GIFT LP
 日本茶ギフトセット
========================= */

	#summer-gift-lp *,
	#summer-gift-lp *::before,
	#summer-gift-lp *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}


	#summer-gift-lp {

		--green: #6f8f5b;
		--green-dark: #506b42;
		--beige: #faf7ef;
		--blue: #e6f2f0;
		--gold: #c8a96b;
		--text: #33372f;
		--sub: #667060;
		--border: #d8dfd2;

		color: var(--text);
		font-size: 15px;
		line-height: 1.9;
		background: #fff;

	}


	#summer-gift-lp img {
		width: 100%;
		height: auto;
		display: block;
	}


	#summer-gift-lp .sg-inner {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 20px;
	}



	/* =========================
 HERO
========================= */


	#summer-gift-lp .sg-hero {
		background:
			linear-gradient(to bottom,
				rgba(250, 247, 239, .7),
				rgba(250, 247, 239, .95)),
			url('<!-- メイン画像URL -->');
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 85px 20px 75px;
	}



	#summer-gift-lp .sg-label {
		display: inline-block;
		font-size: 12px;
		letter-spacing: .2em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		background: #fff;
		padding: 5px 18px;
		border-radius: 30px;
		margin-bottom: 25px;
	}



	#summer-gift-lp .sg-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: .16em;
		line-height: 1.6;
		margin-bottom: 20px;
	}



	#summer-gift-lp .sg-sub {
		color: var(--sub);
		letter-spacing: .08em;
		margin-bottom: 30px;
	}



	#summer-gift-lp .sg-badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}



	#summer-gift-lp .sg-badge {
		background: #fff;
		border: 1px solid var(--border);
		padding: 5px 15px;
		border-radius: 30px;
		font-size: 12px;
		letter-spacing: .08em;
		color: var(--green-dark);
	}




	/* =========================
 section title
========================= */


	#summer-gift-lp .sg-head {
		text-align: center;
		margin-bottom: 40px;
	}



	#summer-gift-lp .sg-head-en {
		font-size: 11px;
		color: #8b9683;
		letter-spacing: .25em;
		margin-bottom: 8px;
	}



	#summer-gift-lp .sg-head-ja {
		font-size: 21px;
		font-weight: 400;
		letter-spacing: .15em;
	}



	/* =========================
 SET CONTENTS
========================= */


	#summer-gift-lp .sg-set {
		padding: 70px 0;
	}



	#summer-gift-lp .sg-set-box {
		background: var(--beige);
		border: 1px solid var(--border);
		padding: 40px;
		text-align: center;
	}



	#summer-gift-lp .sg-set-title {
		font-size: 14px;
		color: var(--green-dark);
		letter-spacing: .15em;
		margin-bottom: 30px;
	}



	#summer-gift-lp .sg-items {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 15px;
	}



	#summer-gift-lp .sg-item {
		background: #fff;
		border: 1px solid var(--border);
	}



	#summer-gift-lp .sg-item-img {
		aspect-ratio: 1/1;
		background: #f5f6f0;
	}


	#summer-gift-lp .sg-item-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}



	#summer-gift-lp .sg-item-body {
		padding: 15px 10px;
	}



	#summer-gift-lp .sg-item-name {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 8px;
	}



	#summer-gift-lp .sg-item-text {
		font-size: 12px;
		color: var(--sub);
		line-height: 1.7;
	}



	/* =========================
 SCENE
========================= */


	#summer-gift-lp .sg-scene {
		padding: 30px 0 70px;
	}



	#summer-gift-lp .sg-scene-box {
		position: relative;
		overflow: hidden;
	}



	#summer-gift-lp .sg-scene-box img {
		height: 350px;
		object-fit: cover;
	}



	#summer-gift-lp .sg-scene-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 50px 20px 25px;
		background: linear-gradient(transparent,
				rgba(40, 50, 35, .65));
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}



	/* =========================
 PRODUCT DETAIL
========================= */


	#summer-gift-lp .sg-products {
		padding: 70px 0;

	}



	#summer-gift-lp .sg-product {
		display: grid;
		grid-template-columns: 300px 1fr;
		border: 1px solid var(--border);
		margin-bottom: 35px;
		background: #fff;
	}



	#summer-gift-lp .sg-product:nth-child(even) {
		grid-template-columns: 1fr 300px;
	}


	#summer-gift-lp .sg-product:nth-child(even) .sg-product-img {
		order: 2;
	}



	#summer-gift-lp .sg-product-img img {
		width: 100%;
		height: 100%;
		min-height: 280px;
		object-fit: cover;
	}



	#summer-gift-lp .sg-product-body {
		padding: 35px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}



	#summer-gift-lp .sg-product-num {
		font-size: 12px;
		color: #999;
		letter-spacing: .2em;
	}



	#summer-gift-lp .sg-product h3 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: .1em;
		margin: 10px 0 18px;
	}



	#summer-gift-lp .sg-product-catch {
		color: var(--green-dark);
		border-left: 2px solid var(--gold);
		padding-left: 12px;
		margin-bottom: 15px;
	}



	#summer-gift-lp .sg-tags span {
		display: inline-block;
		border: 1px solid var(--border);
		padding: 3px 10px;
		font-size: 12px;
		margin: 15px 5px 0 0;
	}



	/* =========================
 GIFT SERVICE
========================= */


	#summer-gift-lp .sg-gift {
		background: var(--beige);
		padding: 70px 0;
	}



	#summer-gift-lp .sg-gift-box {
		background: #fff;
		border: 1px solid var(--border);
		padding: 35px;
		text-align: center;
	}



	#summer-gift-lp .sg-gift-box img {
		max-width: 500px;
		margin: 0 auto 25px;
	}



	#summer-gift-lp .sg-gift-title {
		font-size: 20px;
		letter-spacing: .12em;
		margin-bottom: 15px;
	}



	#summer-gift-lp .sg-gift-text {
		color: var(--sub);
	}



	/* =========================
 CTA
========================= */


	#summer-gift-lp .sg-cta {
		text-align: center;
		padding: 80px 20px;
	}



	#summer-gift-lp .sg-cta h2 {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: .15em;
		line-height: 1.8;
		margin-bottom: 25px;
	}



	#summer-gift-lp .sg-cta p {
		color: var(--sub);
	}



	/* =========================
 MOBILE
========================= */


	@media(max-width:700px) {

		#summer-gift-lp .sg-title {
			font-size: 23px;
		}



		#summer-gift-lp .sg-items {
			grid-template-columns: repeat(2, 1fr);
		}



		#summer-gift-lp .sg-set-box {
			padding: 25px 15px;
		}



		#summer-gift-lp .sg-product,
		#summer-gift-lp .sg-product:nth-child(even) {
			grid-template-columns: 1fr;
		}



		#summer-gift-lp .sg-product:nth-child(even) .sg-product-img {
			order: 0;
		}



		#summer-gift-lp .sg-product-body {
			padding: 25px 20px;
		}



		#summer-gift-lp .sg-scene-box img {
			height: 220px;
		}



	}

	/* ボトルカラー */

	#summer-gift-lp .sg-colors {
		margin: 25px 0 5px;
	}


	#summer-gift-lp .sg-color-title {
		font-size: 13px;
		letter-spacing: .12em;
		color: var(--green-dark);
		margin-bottom: 12px;
	}


	#summer-gift-lp .sg-color-list {
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
	}


	#summer-gift-lp .sg-color-item {
		width: 70px;
		text-align: center;
		font-size: 11px;
		color: var(--sub);
	}


	#summer-gift-lp .sg-color-item img {
		aspect-ratio: 1/1;
		object-fit: cover;
		border: 1px solid var(--border);
		margin-bottom: 6px;
	}

	#summer-gift-lp .bottle-color {

		margin-top: 25px;
		padding: 15px 20px;
		background: #faf7ef;
		border-left: 3px solid var(--gold);
		font-size: 14px;
		color: var(--sub);

	}


	#summer-gift-lp .bottle-color-title {

		font-size: 12px;
		color: var(--green-dark);
		letter-spacing: .12em;
		margin-bottom: 5px;

	}

	/* ===== Gift Option ===== */
	#summer-gift-lp .sg-gift-options {
		margin-top: 50px;
	}

	#summer-gift-lp .sg-gift-option {
		display: flex;
		align-items: center;
		gap: 40px;
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid var(--border);
	}

	#summer-gift-lp .sg-gift-option:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

	#summer-gift-lp .sg-gift-option img {
		width: 300px;
		max-width: 40%;
		flex-shrink: 0;
	}

	#summer-gift-lp .sg-gift-option .text {
		flex: 1;
		text-align: left;
	}

	#summer-gift-lp .sg-gift-option h4 {
		font-size: 22px;
		margin-bottom: 15px;
		color: var(--green-dark);
		letter-spacing: .08em;
	}

	#summer-gift-lp .sg-gift-option p {
		font-size: 15px;
		line-height: 2;
	}

	@media(max-width:700px) {

		#summer-gift-lp .sg-gift-option {
			display: block;
			text-align: center;
		}

		#summer-gift-lp .sg-gift-option img {
			width: 100%;
			max-width: 320px;
			margin: 0 auto 25px;
		}

		#summer-gift-lp .sg-gift-option .text {
			text-align: center;
		}

	}

	#summer-gift-lp .sg-gift-option:nth-child(even) {
		flex-direction: row-reverse;
	}


	@media(max-width:700px) {

		#summer-gift-lp .sg-gift-option:nth-child(even) {
			flex-direction: column;
		}

		#summer-gift-lp .sg-gift-option:nth-child(even) .text {
			text-align: center;
		}

	}

	#summer-gift-lp .sg-gift-option h4 {
		position: relative;
		padding-left: 18px;
	}

	#summer-gift-lp .sg-gift-option h4:before {
		content: "";
		position: absolute;
		left: 0;
		top: .7em;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: var(--gold);
	}

	#summer-gift-lp .sg-gift-option p {
		line-height: 2.2;
	}

	/* =========================
ORDER FLOW
========================= */

	#summer-gift-lp .sg-order {
		margin-top: 60px;
		padding: 40px;
		background: #fdfcf7;
		border: 2px solid var(--gold);
		border-radius: 12px;
	}

	#summer-gift-lp .sg-order-head {
		text-align: center;
		margin-bottom: 35px;
	}

	#summer-gift-lp .sg-order-head span {
		display: inline-block;
		font-size: 11px;
		letter-spacing: .25em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		background: #fff;
		padding: 5px 15px;
		border-radius: 30px;
		margin-bottom: 15px;
	}

	#summer-gift-lp .sg-order-head h3 {
		font-size: 26px;
		font-weight: 400;
		letter-spacing: .12em;
	}

	#summer-gift-lp .sg-order-list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 20px;
	}

	#summer-gift-lp .sg-order-step {
		flex: 1;
		background: #fff;
		border: 1px solid var(--border);
		padding: 25px 18px;
		border-radius: 10px;
		position: relative;
	}

	#summer-gift-lp .sg-order-step:not(:last-child)::after {

		content: "→";
		position: absolute;
		right: -18px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 26px;
		color: var(--gold);
		font-weight: bold;
	}

	#summer-gift-lp .sg-order-num {
		width: 42px;
		height: 42px;
		margin: 0 auto 18px;
		border-radius: 50%;
		background: var(--green);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 18px;
	}

	#summer-gift-lp .sg-order-title {
		font-size: 17px;
		color: var(--green-dark);
		margin-bottom: 10px;
		text-align: center;
	}

	#summer-gift-lp .sg-order-text {
		font-size: 14px;
		color: var(--sub);
		text-align: center;
		line-height: 1.8;
	}

	@media(max-width:700px) {
		#summer-gift-lp .sg-order {
			padding: 30px 20px;

		}

		#summer-gift-lp .sg-order-list {
			display: block;

		}

		#summer-gift-lp .sg-order-step {
			margin-bottom: 20px;

		}

		#summer-gift-lp .sg-order-step:not(:last-child)::after {
			content: "↓";
			position: static;
			display: block;
			transform: none;
			margin: 20px auto -10px;
			text-align: center;
		}

	}

	/* =========================
 CTA BUTTON
========================= */

	#summer-gift-lp .sg-cta-btn {
		display: inline-block;
		margin-top: 35px;
		padding: 15px 55px;
		background: var(--green);
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		letter-spacing: .15em;
		border-radius: 40px;
		transition: .3s;
	}


	#summer-gift-lp .sg-cta-btn:hover {
		background: var(--green-dark);
	}

</style>
<div id="summer-gift-lp">


	<!-- =========================
 HERO
========================= -->


	<section class="sg-hero">

		<div class="sg-label">
			SUMMER GIFT
		</div>


		<h1 class="sg-title">
			日本茶時間を贈る、<br>
			夏のギフトセット
		</h1>


		<p class="sg-sub">
			選べるボトルと、こだわりのお茶。<br>
			涼やかなひとときを楽しむ贈り物。
		</p>


		<div class="sg-badges">

			<span class="sg-badge">
				夏の贈り物
			</span>

			<span class="sg-badge">
				井ヶ田オリジナル包装
			</span>

			<span class="sg-badge">
				熨斗対応
			</span>

		</div>


	</section>





	<!-- =========================
 SET CONTENTS
========================= -->


	<section class="sg-set">


		<div class="sg-inner">


			<div class="sg-head">

				<p class="sg-head-en">
					SET CONTENTS
				</p>


				<h2 class="sg-head-ja">
					夏のお茶時間を楽しむ、5つの贈り物
				</h2>


			</div>




			<div class="sg-set-box">


				<p class="sg-set-title">
					届いたその日から楽しめる、日本茶ギフトセット
				</p>




				<div class="sg-items">


					<!-- フィルターインボトル -->

					<div class="sg-item">

						<div class="sg-item-img">
							<img src="https://img21.shop-pro.jp/PA01472/307/product/169154181_o21.jpg?cmsp_timestamp=20260424155704" alt="フィルターインボトル">

						</div>


						<div class="sg-item-body">

							<p class="sg-item-name">
								フィルターインボトル
							</p>


							<p class="sg-item-text">
								お好きなカラーを<br>
								お選びいただけます<br>
								※カラーによっては、入荷出来次第の発送となる場合がございます。
							</p>

						</div>

					</div>





					<!-- さえみどり -->


					<div class="sg-item">


						<div class="sg-item-img">

							<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/c2FlbWlkb3JpXzgwZ18wMS1taW4.jpg?cmsp_timestamp=20260708090422" alt="さえみどり80g">

						</div>


						<div class="sg-item-body">

							<p class="sg-item-name">
								さえみどり 80g
							</p>


							<p class="sg-item-text">
								甘み豊かな味わいの<br>
								一番茶煎茶
							</p>


						</div>


					</div>





					<!-- ワンポット -->


					<div class="sg-item">


						<div class="sg-item-img">

							<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/NTMxX2ZpYl8wMi1taW4.jpg?cmsp_timestamp=20260708120406" alt="ワンポットプライムティーバッグ">

						</div>


						<div class="sg-item-body">

							<p class="sg-item-name">
								ワンポットプライムティーバッグ2種セット
							</p>


							<p class="sg-item-text">
								豊みどり・まろ吟煎<br>
								手軽に楽しむ日本茶
							</p>


						</div>


					</div>





					<!-- グラス -->


					<div class="sg-item">


						<div class="sg-item-img">

							<img src="https://img21.shop-pro.jp/PA01472/307/product/192531784_o6.jpg?cmsp_timestamp=20260707163143" alt="ダブルウォールグラス">

						</div>


						<div class="sg-item-body">

							<p class="sg-item-name">
								ダブルウォールグラス
								2個セット
							</p>


							<p class="sg-item-text">
								お茶の色合いを楽しむ<br>
								涼やかな器
							</p>


						</div>


					</div>





					<!-- ドライフルーツ -->


					<div class="sg-item">


						<div class="sg-item-img">

							<img src="https://img21.shop-pro.jp/PA01472/307/product/185079591_o1.jpg?cmsp_timestamp=20250226160715" alt="ドライフルーツりんご">

						</div>


						<div class="sg-item-body">

							<p class="sg-item-name">
								国産 ドライフルーツ
								りんご
							</p>


							<p class="sg-item-text">
								お茶時間に寄り添う<br>
								やさしい甘み<br>
								※りんごのみとなります
							</p>


						</div>


					</div>



				</div>


			</div>


		</div>


	</section>







	<!-- =========================
 SUMMER TEA TIME
========================= -->


	<section class="sg-scene">


		<div class="sg-inner">



			<div class="sg-head">

				<p class="sg-head-en">
					SUMMER TEA TIME
				</p>


				<h2 class="sg-head-ja">
					冷たい日本茶を、もっと自由に
				</h2>


			</div>





			<div class="sg-scene-box">


				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZmliX2ltYWdlXzAxLW1pbg.jpg?cmsp_timestamp=20260708101432" alt="夏のお茶時間">



				<div class="sg-scene-text">


					<p>
						お気に入りのボトルでつくる水出し茶。<br>
						透明なグラスに注げば、<br>
						茶葉本来の色合いや香りも楽しめます。<br><br>

						暑い季節のおもてなしや、<br>
						ご家族とのゆったりした時間に。
					</p>



				</div>


			</div>



		</div>


	</section>

	<!-- =========================
 PRODUCT DETAILS
========================= -->


	<section class="sg-products">


		<div class="sg-inner">


			<div class="sg-head">

				<p class="sg-head-en">
					ITEM DETAILS
				</p>


				<h2 class="sg-head-ja">
					セットに込めた、5つの楽しみ
				</h2>


			</div>


			<div class="sg-product-list">

				<!-- 01 フィルターインボトル -->


				<div class="sg-product">


					<div class="sg-product-img">
						<img src="https://img21.shop-pro.jp/PA01472/307/product/169154181_o21.jpg?cmsp_timestamp=20260424155704" alt="フィルターインボトル">
					</div>



					<div class="sg-product-body">


						<p class="sg-product-num">
							01
						</p>



						<h3>
							フィルターインボトル
						</h3>



						<p class="sg-product-catch">
							お好きなカラーで楽しむ、<br>
							夏の日本茶時間。
						</p>



						<p>
							茶葉と水を入れて冷蔵庫へ。<br>
							手軽に本格的な水出し茶を楽しめるボトルです。<br><br>

							お好みに合わせてカラーをお選びいただき、<br>
							お気に入りの一杯をお楽しみいただけます。<br>
							※カラーによっては、入荷出来次第の発送となる場合がございます。
						</p>



						<div class="sg-tags">

							<span>
								選べるカラー
							</span>

							<span>
								水出し茶
							</span>

							<span>
								冷蔵庫保存
							</span>

						</div>




						<div class="bottle-color">
							<p class="bottle-color-title">
								人気のカラー
							</p>

							<p>
								オリーブグリーン　/　スモーキーグリーン　/　ホワイト
							</p>
						</div>
					</div>


				</div>







				<!-- 02 さえみどり -->


				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/c2FlbWlkb3JpXzgwZ18wMS1taW4.jpg?cmsp_timestamp=20260708090422" alt="さえみどり80g">

					</div>



					<div class="sg-product-body">


						<p class="sg-product-num">
							02
						</p>



						<h3>
							さえみどり 80g
						</h3>



						<p class="sg-product-catch">
							鮮やかな水色と、<br>
							やさしい甘み。
						</p>



						<p>
							人気品種「さえみどり」の一番茶。<br>
							渋みが少なく、まろやかな旨みを楽しめる<br>
							上品な味わいの煎茶です。
						</p>



						<div class="sg-tags">

							<span>
								一番茶
							</span>

							<span>
								人気品種
							</span>

							<span>
								煎茶
							</span>

						</div>



					</div>


				</div>







				<!-- 03 ワンポット -->


				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/NTMxX2ZpYl8wMi1taW4.jpg?cmsp_timestamp=20260708120406" alt="ワンポットプライムティーバッグ">

					</div>



					<div class="sg-product-body">


						<p class="sg-product-num">
							03
						</p>



						<h3>
							ワンポットプライムティーバッグ
							<br>
							豊みどり・まろ吟煎
						</h3>



						<p class="sg-product-catch">
							手軽に楽しむ、<br>
							本格的な日本茶。
						</p>



						<p>
							たっぷり楽しめるワンポットタイプ。<br>
							水出しでも、温かいお茶でも楽しめるため、<br>
							季節を問わず活躍します。<br><br>

							深い旨みを楽しめる「豊みどり」と、<br>
							まろやかな味わいの「まろ吟煎」。<br>
							2種類のお茶を手軽にお楽しみいただけます。
						</p>



						<div class="sg-tags">

							<span>
								簡単抽出
							</span>

							<span>
								水出しOK
							</span>

							<span>
								2種類セット
							</span>

						</div>



					</div>


				</div>







				<!-- 04 グラス -->


				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZmliXzA2LW1pbg.jpg?cmsp_timestamp=20260708101931" alt="ダブルウォールグラス">

					</div>



					<div class="sg-product-body">


						<p class="sg-product-num">
							04
						</p>



						<h3>
							ダブルウォールグラス
							<br>
							2個セット
						</h3>



						<p class="sg-product-catch">
							お茶の色合いまで楽しむ、<br>
							涼やかな器。
						</p>



						<p>
							二重構造のグラスが、<br>
							冷たいお茶時間を快適に演出。<br><br>

							透明感のある器だからこそ、<br>
							日本茶の美しい色も楽しめます。
						</p>



						<div class="sg-tags">

							<span>
								2個セット
							</span>

							<span>
								夏の器
							</span>

							<span>
								透明感
							</span>

						</div>



					</div>


				</div>







				<!-- 05 ドライりんご -->


				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/product/185079591_o1.jpg?cmsp_timestamp=20250226160715" alt="ドライフルーツりんご">

					</div>



					<div class="sg-product-body">


						<p class="sg-product-num">
							05
						</p>



						<h3>
							国産 ドライフルーツ
							<br>
							りんご
						</h3>



						<p class="sg-product-catch">
							お茶時間に添える、<br>
							自然な甘み。
						</p>



						<p>
							日本茶との相性を楽しめる<br>
							やさしい甘みのドライりんご。<br><br>

							ゆったりとしたお茶時間のおともに。
						</p>



						<div class="sg-tags">

							<span>
								お茶のおとも
							</span>

							<span>
								自然な甘み
							</span>

						</div>



					</div>


				</div>




			</div>


		</div>


	</section>







	<!-- =========================
 GIFT SERVICE
========================= -->


	<section class="sg-gift">


		<div class="sg-inner">


			<div class="sg-head">

				<p class="sg-head-en">
					GIFT SERVICE
				</p>


				<h2 class="sg-head-ja">
					心を込めて包装いたします
				</h2>


			</div>





			<div class="sg-gift-box">


				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wMQ.gif?cmsp_timestamp=20260708101931" alt="井ヶ田オリジナル包装紙">



				<h3 class="sg-gift-title">
					井ヶ田オリジナル包装紙で<br>
					丁寧に包装してお届けします。
				</h3>



				<p class="sg-gift-text">
					大切な方への夏の贈り物にも<br>
					安心してご利用いただけます。<br><br>

					お熨斗無料サービス・手提げ袋付きでご用意いたします。
				</p>

				<div class="sg-gift-options">
					<div class="sg-gift-option">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wMQ.gif?cmsp_timestamp=20260613134015" alt="包装">

						<div class="text">

							<h4>オリジナル包装紙</h4>

							<p>
								井ヶ田オリジナル包装紙で、
								一つひとつ丁寧に包装してお届けします。
							</p>

						</div>

					</div>
					<div class="sg-gift-option">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wNQ.gif?cmsp_timestamp=20260613133921" alt="熨斗">

						<div class="text">

							<h4>熨斗無料サービス</h4>

							<p>
								御中元・御祝・内祝・志など、
								用途に合わせた熨斗を無料で承ります。
							</p>

						</div>

					</div>
					<div class="sg-gift-option">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdF9wYXBlcmJhZw.gif?cmsp_timestamp=20260613134015" alt="手提げ袋">

						<div class="text">

							<h4>手提げ袋付き</h4>

							<p>
								直接お渡しされる際にも便利な
								手提げ袋をお付けいたします。
							</p>

						</div>

					</div>

				</div>

				<div class="sg-order">

					<div class="sg-order-head">

						<span>HOW TO ORDER</span>

						<h3>ご注文も簡単です</h3>

					</div>

					<div class="sg-order-list">

						<div class="sg-order-step">

							<div class="sg-order-num">1</div>

							<div class="sg-order-title">
								ボトルカラーを選ぶ
							</div>

							<div class="sg-order-text">
								お好きなカラーを<br>
								お選びください。
							</div>

						</div>
						<div class="sg-order-step">

							<div class="sg-order-num">2</div>

							<div class="sg-order-title">
								ご注文
							</div>

							<div class="sg-order-text">
								ご希望の方は熨斗も<br>
								ご指定いただけます。
							</div>

						</div>
						<div class="sg-order-step">

							<div class="sg-order-num">3
							</div>

							<div class="sg-order-title">
								お届け
							</div>

							<div class="sg-order-text">
								心を込めて包装し、<br>
								お届けいたします。
							</div>

						</div>

					</div>

				</div>

			</div>



		</div>


	</section>







	<!-- =========================
 CTA
========================= -->


	<section class="sg-cta">

		<div class="sg-inner">

			<h2>
				涼やかな日本茶時間を、<br>
				大切な方へ。
			</h2>

			<p>
				選べるボトルとこだわりのお茶を詰め合わせた、<br>
				夏にぴったりのギフトセットです。
			</p>

			<a href="商品ページURL" class="sg-cta-btn">
				夏のギフトセットを見る
			</a>

		</div>

	</section>


</div>

]]></content:encoded>
    <dc:date>2026-07-08T11:10:44+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192550018_th.jpg?cmsp_timestamp=20260708142817" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192531784">
    <link>https://igeta-tea.shop/?pid=192531784</link>
    <title>【食卓で楽しむ】フィルタートップポット日本茶セット｜手提げ袋付き</title>
    <description>
	#summer-gift-lp *,
	#summer-gift-lp *::before,
	#summer-gift-lp *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#summer-gift-lp {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
	...</description>
<content:encoded><![CDATA[
<style>
	#summer-gift-lp *,
	#summer-gift-lp *::before,
	#summer-gift-lp *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#summer-gift-lp {
		--green: #6f8f5b;
		--green-dark: #506b42;
		--blue: #d9eeee;
		--beige: #faf7ef;
		--gold: #c8a96b;
		--text: #33372f;
		--sub: #667060;
		--border: #d8dfd2;

		color: var(--text);
		font-size: 15px;
		line-height: 1.9;
		background: #fff;
	}

	#summer-gift-lp img {
		width: 100%;
		height: auto;
		display: block;
	}

	#summer-gift-lp .sg-inner {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 20px;
	}


	/* ----------------
 HERO
---------------- */

	#summer-gift-lp .sg-hero {
		background:
			linear-gradient(to bottom,
				rgba(250, 247, 239, .65),
				rgba(250, 247, 239, .95)),
			url('ここにメイン画像URL');
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 80px 20px 70px;
	}

	#summer-gift-lp .sg-label {
		display: inline-block;
		font-size: 12px;
		letter-spacing: .18em;
		color: var(--green-dark);
		border: 1px solid var(--green);
		padding: 5px 18px;
		border-radius: 30px;
		background: #fff;
		margin-bottom: 22px;
	}

	#summer-gift-lp .sg-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: .18em;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#summer-gift-lp .sg-sub {
		font-size: 15px;
		color: var(--sub);
		letter-spacing: .08em;
		margin-bottom: 30px;
	}

	#summer-gift-lp .sg-badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	#summer-gift-lp .sg-badge {
		background: #fff;
		border: 1px solid var(--border);
		padding: 5px 14px;
		font-size: 12px;
		letter-spacing: .08em;
		border-radius: 20px;
		color: var(--green-dark);
	}


	@media(max-width:640px) {

		#summer-gift-lp .sg-title {
			font-size: 23px;
		}

	}


	/* ----------------
 section title
---------------- */

	#summer-gift-lp .sg-head {
		text-align: center;
		margin-bottom: 40px;
	}

	#summer-gift-lp .sg-head-en {
		font-size: 11px;
		letter-spacing: .22em;
		color: #8b9683;
		margin-bottom: 8px;
	}

	#summer-gift-lp .sg-head-ja {
		font-size: 20px;
		letter-spacing: .15em;
		font-weight: 400;
	}


	/* ----------------
 SET CONTENTS
---------------- */

	#summer-gift-lp .sg-set {
		padding: 65px 0 50px;
	}

	#summer-gift-lp .sg-set-box {
		background: var(--beige);
		border: 1px solid var(--border);
		padding: 35px;
		text-align: center;
	}

	#summer-gift-lp .sg-set-title {
		font-size: 14px;
		letter-spacing: .15em;
		color: var(--green-dark);
		margin-bottom: 25px;
	}


	#summer-gift-lp .sg-items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}


	#summer-gift-lp .sg-item {
		background: #fff;
		border: 1px solid var(--border);
	}

	#summer-gift-lp .sg-item-img {
		aspect-ratio: 1/1;
		background: #f4f5ef;
		overflow: hidden;
	}


	/* 仮画像表示用 */
	#summer-gift-lp .sg-item-img span {
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		color: #999;
		font-size: 13px;
	}


	#summer-gift-lp .sg-item-body {
		padding: 18px 15px;
		text-align: center;
	}


	#summer-gift-lp .sg-item-name {
		font-size: 15px;
		letter-spacing: .08em;
		margin-bottom: 8px;
	}

	#summer-gift-lp .sg-item-text {
		font-size: 13px;
		color: var(--sub);
		line-height: 1.8;
	}


	@media(max-width:700px) {

		#summer-gift-lp .sg-items {
			grid-template-columns: 1fr;
		}

	}



	/* ----------------
 scene
---------------- */

	#summer-gift-lp .sg-scene {
		padding: 40px 0 70px;
	}


	#summer-gift-lp .sg-scene-box {
		position: relative;
		overflow: hidden;
	}

	#summer-gift-lp .sg-scene-box img {
		height: 320px;
		object-fit: cover;
	}


	#summer-gift-lp .sg-scene-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 35px 20px 25px;
		background: linear-gradient(transparent,
				rgba(40, 50, 35, .65));
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}


	@media(max-width:640px) {

		#summer-gift-lp .sg-scene-box img {
			height: 220px;
		}

	}

	#summer-gift-lp .sg-products {
		padding: 70px 0;
		background: #fff;
	}


	#summer-gift-lp .sg-product {
		display: grid;
		grid-template-columns: 300px 1fr;
		border: 1px solid var(--border);
		margin-bottom: 35px;
		background: #fff;
	}


	#summer-gift-lp .sg-product:nth-child(even) {
		grid-template-columns: 1fr 300px;
	}


	#summer-gift-lp .sg-product:nth-child(even) .sg-product-img {
		order: 2;
	}


	#summer-gift-lp .sg-product-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 280px;
	}


	#summer-gift-lp .sg-product-body {
		padding: 35px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


	#summer-gift-lp .sg-product-num {
		font-size: 12px;
		color: #999;
		letter-spacing: .2em;
	}


	#summer-gift-lp .sg-product h3 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: .12em;
		margin: 8px 0 18px;
	}


	#summer-gift-lp .sg-product-catch {
		color: var(--green-dark);
		border-left: 2px solid var(--gold);
		padding-left: 12px;
		margin-bottom: 15px;
	}


	#summer-gift-lp .sg-tags span {
		display: inline-block;
		font-size: 12px;
		border: 1px solid var(--border);
		padding: 3px 10px;
		margin: 15px 5px 0 0;
	}


	#summer-gift-lp .sg-gift {
		background: var(--beige);
		padding: 65px 0;
	}


	#summer-gift-lp .sg-gift-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	#summer-gift-lp .sg-gift-list img {
		aspect-ratio: 4/3;
		object-fit: cover;
		margin-bottom: 15px;
	}


	#summer-gift-lp .sg-gift-list h3 {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 8px;
	}


	#summer-gift-lp .sg-gift-list p {
		font-size: 13px;
		color: var(--sub);
	}


	#summer-gift-lp .sg-cta {
		text-align: center;
		padding: 75px 20px;
	}


	#summer-gift-lp .sg-cta h2 {
		font-size: 23px;
		font-weight: 400;
		letter-spacing: .12em;
		line-height: 1.8;
		margin-bottom: 25px;
	}


	#summer-gift-lp .sg-cta p {
		color: var(--sub);
		margin-bottom: 35px;
	}


	#summer-gift-lp .sg-btn {
		display: inline-block;
		background: var(--green-dark);
		color: #fff;
		text-decoration: none;
		padding: 15px 55px;
		letter-spacing: .15em;
	}


	@media(max-width:700px) {

		#summer-gift-lp .sg-product,
		#summer-gift-lp .sg-product:nth-child(even) {
			grid-template-columns: 1fr;
		}


		#summer-gift-lp .sg-product:nth-child(even) .sg-product-img {
			order: 0;
		}


		#summer-gift-lp .sg-product-body {
			padding: 25px 20px;
		}


		#summer-gift-lp .sg-gift-list {
			grid-template-columns: 1fr;
		}

	}

	/* ----------------
ALL SEASONS
---------------- */

	#summer-gift-lp .sg-season {
		padding: 0 0 70px;
	}

	#summer-gift-lp .sg-season-box {
		background: #faf7ef;
		border: 1px solid var(--border);
		padding: 50px;
		display: grid;
		grid-template-columns: 220px 1fr;
		gap: 40px;
		align-items: center;
	}

	#summer-gift-lp .sg-season-icons {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	#summer-gift-lp .sg-season-icon {
		background: #fff;
		border: 1px solid var(--border);
		padding: 18px;
		text-align: center;
	}

	#summer-gift-lp .sg-season-icon strong {
		display: block;
		font-size: 26px;
		margin-bottom: 8px;
	}

	#summer-gift-lp .sg-season-icon span {
		font-size: 13px;
		letter-spacing: .08em;
		color: var(--green-dark);
	}

	#summer-gift-lp .sg-season-title {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: .1em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	#summer-gift-lp .sg-season-title span {
		color: var(--green-dark);
	}

	#summer-gift-lp .sg-season-text {
		color: var(--sub);
		line-height: 2;
		margin-bottom: 22px;
	}

	#summer-gift-lp .sg-season-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	#summer-gift-lp .sg-season-tags span {
		border: 1px solid var(--border);
		background: #fff;
		padding: 6px 14px;
		font-size: 13px;
		border-radius: 20px;
	}

	@media(max-width:700px) {

		#summer-gift-lp .sg-season-box {
			grid-template-columns: 1fr;
			padding: 35px 25px;
			gap: 30px;
		}

		#summer-gift-lp .sg-season-icons {
			flex-direction: row;
		}

		#summer-gift-lp .sg-season-icon {
			flex: 1;
		}

		#summer-gift-lp .sg-season-title {
			font-size: 22px;
			text-align: center;
		}

	}

</style>


<div id="summer-gift-lp">


	<!-- ? HERO -->

	<section class="sg-hero">

		<div class="sg-label">
			SUMMER GIFT
		</div>

		<h1 class="sg-title">
			夏の涼茶ギフトセット
		</h1>

		<p class="sg-sub">
			この夏から、一年中楽しめる日本茶時間を。
		</p>


		<div class="sg-badges">

			<span class="sg-badge">
				夏の贈り物
			</span>

			<span class="sg-badge">
				ギフトラッピング対応
			</span>

			<span class="sg-badge">
				手提げ袋付き
			</span>

		</div>

	</section>



	<!-- ? SET CONTENTS -->


	<section class="sg-set">

		<div class="sg-inner">


			<div class="sg-head">
				<p class="sg-head-en">
					SET CONTENTS
				</p>

				<h2 class="sg-head-ja">
					夏を楽しむ3つのアイテム
				</h2>
			</div>



			<div class="sg-set-box">


				<p class="sg-set-title">
					届いたその日から楽しめる、夏のお茶セット
				</p>


				<div class="sg-items">


					<div class="sg-item">

						<div class="sg-item-img">
							<span>
								<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZnRwXzA0LW1pbg.jpg?cmsp_timestamp=20260707104357" alt="">
							</span>
						</div>

						<div class="sg-item-body">

							<p class="sg-item-name">
								フィルタートップポット（小）
							</p>

							<p class="sg-item-text">
								手軽に美味しい日本茶時間を<br>
								楽しむポット
							</p>

						</div>

					</div>



					<div class="sg-item">

						<div class="sg-item-img">
							<span>
								<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZmliXzA2LW1pbg.jpg?cmsp_timestamp=20260707104519" alt="">
							</span>
						</div>

						<div class="sg-item-body">

							<p class="sg-item-name">
								ダブルウォールグラス
								2個セット
							</p>

							<p class="sg-item-text">
								冷たいお茶を<br>
								美しく楽しむための器
							</p>

						</div>

					</div>



					<div class="sg-item">

						<div class="sg-item-img">
							<span>
								<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/c2FlbWlkb3JpXzgwZ18wMS1taW4.jpg?cmsp_timestamp=20260707105046" alt="">
							</span>
						</div>

						<div class="sg-item-body">

							<p class="sg-item-name">
								さえみどり<br>
								ひも付きティーバッグ
							</p>

							<p class="sg-item-text">
								甘み豊かな味わいを<br>
								手軽に楽しめます
							</p>

						</div>

					</div>


				</div>

			</div>

		</div>

	</section>
	<!-- ? 夏の楽しみ方 -->

	<section class="sg-scene">

		<div class="sg-inner">

			<div class="sg-head">
				<p class="sg-head-en">
					SUMMER TEA TIME
				</p>

				<h2 class="sg-head-ja">
					夏のお茶時間を、もっと気軽に
				</h2>
			</div>


			<div class="sg-scene-box">

				<!-- 使用シーン画像差し替え -->
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZnRwXzUxLW1pbg.jpg?cmsp_timestamp=20260707105459" alt="水出し茶">

				<div class="sg-scene-text">

					<p>
						茶葉と水を入れて、冷蔵庫へ。<br>
						時間をかけてゆっくり抽出することで、<br>
						まろやかな甘みのある水出し茶を楽しめます。
					</p>

				</div>

			</div>


		</div>

	</section>

	<!-- ? 一年中使えるポット -->

	<section class="sg-season">

		<div class="sg-inner">

			<div class="sg-season-box">

				<div class="sg-season-icons">

					<div class="sg-season-icon">
						<strong>&#10052;</strong>
						<span>水出しOK</span>
					</div>

					<div class="sg-season-icon">
						<strong>&#9832;</strong>
						<span>熱湯OK</span>
					</div>

				</div>

				<div>

					<h2 class="sg-season-title">
						<span>夏だけじゃない。</span><br>
						一年中使えるポットです。
					</h2>

					<p class="sg-season-text">
						フィルタートップポットは、水出し茶だけでなく熱湯にも対応。<br>
						夏は冷たい日本茶を、寒い季節には温かいお茶を楽しめます。<br>
						茶こし付きなので急須代わりとしても使え、一年を通して活躍します。
					</p>

					<div class="sg-season-tags">
						<span>水出し茶</span>
						<span>温かいお茶</span>
						<span>茶こし付き</span>
						<span>一年中活躍</span>
					</div>

				</div>

			</div>

		</div>

	</section>

	<!-- ? 商品紹介 -->

	<section class="sg-products">

		<div class="sg-inner">


			<div class="sg-head">

				<p class="sg-head-en">
					ITEM DETAILS
				</p>

				<h2 class="sg-head-ja">
					セットに含まれる3つのアイテム
				</h2>

			</div>



			<div class="sg-product-list">


				<!-- ポット -->

				<div class="sg-product">

					<div class="sg-product-img">
						<!-- 商品画像 -->
						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/ZnRwXzA3LW1pbg.jpg?cmsp_timestamp=20260707105046" alt="フィルタートップポット">
					</div>


					<div class="sg-product-body">

						<p class="sg-product-num">
							01
						</p>

						<h3>
							フィルタートップポット（小）
						</h3>


						<p class="sg-product-catch">
							毎日の冷茶づくりを、もっと手軽に。
						</p>


						<p>
							茶葉と水を入れて冷蔵庫に置くだけ。<br>
							忙しい日でも、手軽に本格的な水出し茶を楽しめます。<br>
							<span style="font-size:0.8em">※茶さじはつきません。</span>
						</p>


						<div class="sg-tags">

							<span>
								水出し茶
							</span>

							<span>
								冷蔵庫保存
							</span>

							<span>
								簡単抽出
							</span>

						</div>

					</div>

				</div>





				<!-- グラス -->

				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/NTMwX2dpZnRzZXRfMDctbWlu.jpg?cmsp_timestamp=20260707105459" alt="ダブルウォールグラス">

					</div>


					<div class="sg-product-body">

						<p class="sg-product-num">
							02
						</p>


						<h3>
							ダブルウォールグラス<br>
							2個セット
						</h3>


						<p class="sg-product-catch">
							涼やかな色合いを楽しむ器。
						</p>


						<p>
							二重構造のグラスが、冷たいお茶時間を快適に演出。<br>
							透明感のある器だからこそ、日本茶の美しい色合いも楽しめます。
						</p>


						<div class="sg-tags">

							<span>
								2個セット
							</span>

							<span>
								夏の贈り物
							</span>

							<span>
								透明感
							</span>

						</div>


					</div>

				</div>






				<!-- さえみどり -->

				<div class="sg-product">


					<div class="sg-product-img">

						<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/NTMwX2dpZnRzZXRfMDgtbWlu.jpg?cmsp_timestamp=20260707162431" alt="さえみどりひも付きティーバッグ">

					</div>


					<div class="sg-product-body">

						<p class="sg-product-num">
							03
						</p>


						<h3>
							さえみどり<br>
							ひも付きティーバッグ
						</h3>


						<p class="sg-product-catch">
							甘み豊かな、夏におすすめの一杯。
						</p>


						<p>
							鮮やかな水色と、やさしい甘みが特徴の「さえみどり」。<br>
							ひも付きティーバッグなので、手軽に楽しめます。<br>
							<span style="font-size:0.8em">※大容量のポットで抽出する際は、ひもとタグを外してご使用いただくのがおすすめです。</span>
						</p>


						<div class="sg-tags">

							<span>
								人気品種
							</span>

							<span>
								一番茶
							</span>

							<span>
								手軽
							</span>

						</div>


					</div>


				</div>


			</div>


		</div>


	</section>




	<!-- ? ギフトサービス -->

	<section class="sg-gift">


		<div class="sg-inner">


			<div class="sg-head">

				<p class="sg-head-en">
					FOR GIFT
				</p>

				<h2 class="sg-head-ja">
					贈り物としてのサービス
				</h2>

			</div>


			<div class="sg-gift-list">


				<div>

					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/NTMwX2dpZnRzZXRfMDItbWlu.jpg?cmsp_timestamp=20260707153731" alt="ラッピング">

					<h3>
						ギフトラッピング
					</h3>

					<p>
						包装紙でお包みしたあと、<br>
						井ヶ田オリジナルシールを<br>
						お付けします。</p>

				</div>



				<div>

					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdF9wYXBlcmJhZw.gif?cmsp_timestamp=20260707105459" alt="手提げ袋">

					<h3>
						手提げ袋付き
					</h3>

					<p>
						お渡し用の袋も<br>
						ご用意いたします。
					</p>

				</div>


			</div>

		</div>


	</section>





	<!-- ? CTA -->

	<section class="sg-cta">


		<div class="sg-inner">


			<h2>
				涼やかな夏の時間を、<br>
				大切な方へ。
			</h2>


			<p>
				見た目にも楽しめる道具と、<br>
				甘み豊かな日本茶をセットにした<br>
				夏のギフトです。
			</p>



		</div>


	</section>



</div>

]]></content:encoded>
    <dc:date>2026-07-07T10:25:59+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192531784_th.jpg?cmsp_timestamp=20260708113842" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192201823">
    <link>https://igeta-tea.shop/?pid=192201823</link>
    <title>ギフトボックス(商品に合わせてご用意)・手提げ袋(無料サービス)｜お茶と一緒にご注文ください</title>
    <description>
	/* =========================
   ギフト箱（お茶と一緒にご注文ください）
   scope: #giftbox-lp
========================= */

	#giftbox-lp {
		--main-color: #2f5d50;
		/* 深い抹茶 */
		--sub-color: #5f7d73;
		--border-color: #2b4a40;

		--bg...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
   ギフト箱（お茶と一緒にご注文ください）
   scope: #giftbox-lp
========================= */

	#giftbox-lp {
		--main-color: #2f5d50;
		/* 深い抹茶 */
		--sub-color: #5f7d73;
		--border-color: #2b4a40;

		--bg-soft: #f6f4ef;
		/* 生成り */
		--text-main: #2f3a34;
		--text-sub: #5a6a60;
		--border-light: #ddd8cf;
		line-height: 1.9;
	}


	#giftbox-lp img {
		max-width: 100%;
		height: auto;
		display: block;
	}


	/* hero */
	#giftbox-lp .hero {
		text-align: center;
		padding: 40px 20px 20px;
	}


	#giftbox-lp .hero h1 {
		font-size: 26px;
		letter-spacing: .12em;
		color: var(--text-main);
	}


	#giftbox-lp .sub {
		font-size: 14px;
		color: var(--text-sub);
	}


	/* intro */
	#giftbox-lp .intro {
		max-width: 720px;
		margin: 35px auto;
		padding: 0 20px;
		text-align: center;
	}


	#giftbox-lp .intro-title {
		font-size: 18px;
		color: var(--main-color);
		margin-bottom: 15px;
		font-weight: bold;
	}


	/* important */
	#giftbox-lp .notice {
		max-width: 720px;
		margin: 40px auto;
		padding: 25px 20px;
		background: var(--bg-soft);
		border: 1px solid var(--border-color);
		text-align: center;
	}


	#giftbox-lp .notice strong {
		color: var(--main-color);
		font-size: 18px;
	}


	/* feature */
	#giftbox-lp .flex {
		display: flex;
		gap: 15px;
		max-width: 900px;
		margin: 40px auto;
		padding: 0 20px;
	}


	#giftbox-lp .box {
		flex: 1;
		background: #fff;
		border: 1px solid var(--border-light);
		text-align: center;
		padding: 20px 10px;
		font-size: 14px;
	}


	@media(max-width:768px) {
		#giftbox-lp .flex {
			flex-direction: column;
		}
	}



	/* scene */
	#giftbox-lp .scene {
		max-width: 720px;
		margin: 40px auto;
		background: var(--bg-soft);
		border: 1px solid var(--border-color);
		padding: 25px 20px;
	}


	#giftbox-lp .scene ul {
		text-align: left;
		margin-top: 10px;
		font-size: 14px;
		color: var(--text-main);
	}



	/* detail */
	#giftbox-lp .detail {
		max-width: 720px;
		margin: 50px auto;
		padding: 0 20px;
	}


	#giftbox-lp table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}


	#giftbox-lp td {
		border-bottom: 1px solid var(--border-light);
		padding: 10px;
	}


	#giftbox-lp td:first-child {
		width: 30%;
		background: #f5f5f5;
		color: var(--main-color);
		font-weight: bold;
	}

	/* image */
	#giftbox-lp .image-section {
		max-width: 720px;
		margin: 50px auto;
		padding: 0 20px;
	}


	#giftbox-lp .image-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
		margin-top: 25px;
	}


	#giftbox-lp .image-item {
		text-align: center;
		font-size: 14px;
		color: var(--text-sub);
	}


	#giftbox-lp .image-item img {
		border: 1px solid var(--border-light);
		width: 100%;
	}


	@media(max-width:768px) {

		#giftbox-lp .image-list {
			grid-template-columns: 1fr;
		}

	}

</style>



<div id="giftbox-lp">


	<!-- hero -->
	<div class="hero">

		<h1>ギフト箱</h1>

		<p class="sub">
			お茶と一緒にご注文ください
		</p>

	</div>



	<!-- intro -->
	<div class="intro">

		<div class="intro-title">
			贈りものに合わせて、丁寧にお包みいたします
		</div>

		<p>
			ご注文いただいた商品内容に合わせて、<br>
			適したギフト箱を選び、お入れいたします。
			<br><br>
			箱の種類で迷われる場合も、<br>
			商品に合わせてお選びしますのでご安心ください。
		</p>

	</div>



	<!-- important -->
	<div class="notice">

		<p>
			<strong>
				この商品はギフト箱のみの商品です
			</strong>
		</p>

		<p>
			お茶やティーバッグなど、<br>
			贈りたい商品と一緒にカートへお入れください。<br>
			手提げ袋は、ギフト箱1箱につき1枚サービスいたします。
		</p>

	</div>




	<!-- feature -->
	<div class="flex">

		<div class="box">
			商品に合わせて<br>
			箱サイズを選定
		</div>


		<div class="box">
			複数商品の<br>
			詰め合わせ対応
		</div>


		<div class="box">
			熨斗・手提げ袋も<br>
			対応可能
		</div>

	</div>


	<!-- image -->
	<div class="section image-section">

		<h2 style="text-align:center;color:var(--text-main);">
			ギフト包装のイメージ
		</h2>
		<p>※掲載写真は包装例です。商品の組み合わせにより箱の種類や仕切りが異なる場合がございます。</p>

		<div class="image-list">

			<div class="image-item">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wMA.gif?cmsp_timestamp=20260613133921" alt="ギフト箱イメージ">
				<p>
					商品内容に合わせて<br>
					適した箱をお選びいたします
				</p>
			</div>


			<div class="image-item">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wMQ.gif?cmsp_timestamp=20260613134015" alt="ギフト包装イメージ">
				<p>
					複数商品の詰め合わせも<br>
					対応いたします
				</p>
			</div>


			<div class="image-item">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdF9wYXBlcmJhZw.gif?cmsp_timestamp=20260613134015" alt="手提げ袋イメージ">
				<p>
					手提げ袋をお付けいたします
				</p>
			</div>


			<div class="image-item">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Z2lmdGJveF8wNQ.gif?cmsp_timestamp=20260613133921" alt="熨斗イメージ">
				<p>
					熨斗も無料で対応いたします
				</p>
			</div>
		</div>

	</div>


	<!-- scene -->
	<div class="scene">

		<div style="font-weight:bold;color:var(--main-color);">
			ご注文時について
		</div>


		<ul>

			<li>
				ギフト箱は、お茶などの商品と一緒にご注文ください
			</li>

			<li>
				複数商品をご注文の場合は、どの商品を箱へ入れるか備考欄へご記載ください
			</li>

			<li>
				特に指定がない場合は、内容を確認し適した形でお包みいたします
			</li>

		</ul>

	</div>





	<!-- wrapping -->
	<div class="detail">

		<h2 style="text-align:center;color:var(--text-main);">
			熨斗・手提げ袋について
		</h2>


		<p>
			熨斗はご希望に応じてお付けいたします。<br>
			ご注文画面のギフトサービスより種類をお選びください。
		</p>

		<p>
			名入れ・連名をご希望の場合や、書き方にご指定がある場合は、備考欄へご記載ください。<br>
			ご指定がない場合は、ご注文者様のお名前をフルネームで記載させていただきますので、あらかじめご了承ください。
		</p>

		<p>
			ギフト箱1箱につき、手提げ袋を1枚お付けいたします。
		</p>

	</div>





	<!-- detail -->
	<div class="detail">

		<h2 style="text-align:center;color:var(--text-main);">
			商品詳細
		</h2>


		<table>

			<tr>
				<td>用途</td>
				<td>贈答用ギフト</td>
			</tr>


			<tr>
				<td>対応商品</td>
				<td>
					お茶・ティーバッグ・菓子類など
				</td>
			</tr>


			<tr>
				<td>箱サイズ</td>
				<td>
					ご注文内容に合わせて選定
				</td>
			</tr>


			<tr>
				<td>熨斗</td>
				<td>
					無料対応
				</td>
			</tr>


			<tr>
				<td>手提げ袋</td>
				<td>
					1箱につき1枚
				</td>
			</tr>


		</table>


	</div>



</div>

]]></content:encoded>
    <dc:date>2026-06-13T12:35:05+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192201823_th.gif?cmsp_timestamp=20260713163725" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=192087783">
    <link>https://igeta-tea.shop/?pid=192087783</link>
    <title>【お徳用｜井ヶ田の定番茶】白折 200g</title>
    <description>
	/* =========================
   白折（定番・ロングセラーLP）
   scope: #shiraore-lp
========================= */

	#shiraore-lp {
		--main-color: #4a5a4f;
		/* 落ち着いた緑グレー（主役） */
		--sub-color: #6b7a70;
		/* やや明るいニュアンス ...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
   白折（定番・ロングセラーLP）
   scope: #shiraore-lp
========================= */

	#shiraore-lp {
		--main-color: #4a5a4f;
		/* 落ち着いた緑グレー（主役） */
		--sub-color: #6b7a70;
		/* やや明るいニュアンス */
		--border-color: #3f4d43;
		/* 締まりのある深グレー緑 */
		--bg-soft: #f5f6f4;
		/* やさしい生成りグレー */
		--text-main: #2f3a34;
		/* 読みやすい濃グレー */
		--text-sub: #5a6a60;
		--text-light: #7d8b82;
		--border-light: #d8dfda;

		line-height: 1.9;
	}

	/* base */
	#shiraore-lp img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#shiraore-lp .pc {
		display: block;
	}

	#shiraore-lp .sp {
		display: none;
	}

	@media(max-width:768px) {
		#shiraore-lp .pc {
			display: none;
		}

		#shiraore-lp .sp {
			display: block;
		}
	}

	/* notice */
	#shiraore-lp .notice {
		max-width: 720px;
		margin: 0 auto 30px;
		padding: 0 20px;
	}

	/* hero */
	#shiraore-lp .hero {
		text-align: center;
		padding: 40px 20px 10px;
	}

	#shiraore-lp .hero h1 {
		font-size: 26px;
		letter-spacing: .12em;
		color: var(--text-main);
	}

	#shiraore-lp .sub {
		font-size: 14px;
		color: var(--text-sub);
	}

	/* badges */
	#shiraore-lp .badges {
		display: flex;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: 15px;
	}

	#shiraore-lp .badge {
		border: 1px solid var(--border-color);
		color: var(--main-color);
		font-size: 12px;
		padding: 4px 10px;
		border-radius: 20px;
		background: #fff;
	}

	/* intro */
	#shiraore-lp .intro {
		max-width: 720px;
		margin: 40px auto;
		padding: 0 20px;
		text-align: center;
	}

	#shiraore-lp .intro-title {
		font-size: 18px;
		color: var(--main-color);
		margin: 15px 0;
	}

	/* feature */
	#shiraore-lp .flex {
		display: flex;
		gap: 15px;
		max-width: 900px;
		margin: 40px auto;
		padding: 0 20px;
	}

	#shiraore-lp .box {
		flex: 1;
		background: #fff;
		border: 1px solid var(--border-light);
		text-align: center;
		padding: 20px 10px;
		font-size: 14px;
	}

	@media(max-width:768px) {
		#shiraore-lp .flex {
			flex-direction: column;
		}
	}

	/* scene */
	#shiraore-lp .scene {
		max-width: 720px;
		margin: 40px auto;
		background: var(--bg-soft);
		border: 1px solid var(--border-color);
		padding: 25px 20px;
		text-align: center;
	}

	#shiraore-lp .scene ul {
		text-align: left;
		margin-top: 10px;
		font-size: 14px;
		color: var(--text-main);
	}

	/* detail */
	#shiraore-lp .detail {
		max-width: 720px;
		margin: 50px auto;
		padding: 0 20px;
	}

	#shiraore-lp table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#shiraore-lp td {
		border-bottom: 1px solid var(--border-light);
		padding: 10px;
	}

	#shiraore-lp td:first-child {
		width: 30%;
		background: #f5f5f5;
		color: var(--main-color);
		font-weight: 600;
	}

	/* CTA */
	#shiraore-lp .cta {
		text-align: center;
		margin: 40px 0;
	}

	#shiraore-lp .cta a {
		background: var(--main-color);
		color: #fff;
		padding: 14px 40px;
		border-radius: 30px;
		display: inline-block;
		text-decoration: none;
	}

</style>

<div id="shiraore-lp">


	<!-- hero -->
	<div class="hero">
		<h1>白折</h1>
		<p class="sub">毎日の一杯に、ずっと選ばれてきたお茶。</p>

		<div class="badges">
			<div class="badge">当店ロングセラー</div>
			<div class="badge">熱湯でも美味しい</div>
			<div class="badge">水出しも対応</div>
		</div>
	</div>

	<!-- intro -->
	<div class="intro">
		<div class="intro-title">飾らない、だから続く味</div>
		<p>
			いつものお茶として、ずっと選ばれてきた白折。<br>
			飾らない、日常の一杯です。<br><br>
			熱湯でサッと淹れても、水出しでも、<br>
			すっきりとした旨みが広がります。
		</p>
	</div>

	<!-- feature -->
	<div class="flex">
		<div class="box">毎日飲める<br>やさしい味わい</div>
		<div class="box">熱湯でも<br>雑味が出にくい</div>
		<div class="box">水出しでも<br>すっきり旨み</div>
	</div>

	<!-- scene -->
	<div class="scene">
		<div style="color:var(--main-color);font-weight:bold;">こんなときにおすすめ</div>
		<ul>
			<li>朝の一杯に</li>
			<li>食事のお茶として</li>
			<li>冷茶として日常使いに</li>
		</ul>
	</div>

	<!-- detail -->
	<div class="detail">
		<h2 style="text-align:center;color:var(--text-main);">商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>200g</td>
			</tr>
			<tr>
				<td>産地</td>
				<td>九州</td>
			</tr>
			<tr>
				<td>製造地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>賞味期限</td>
				<td>製造から1ヵ年</td>
			</tr>
		</table>
	</div>


</div>

]]></content:encoded>
    <dc:date>2026-06-04T11:08:02+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/192087783_th.jpg?cmsp_timestamp=20260604110800" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191908400">
    <link>https://igeta-tea.shop/?pid=191908400</link>
    <title>【マグカップやグラスに｜有機JAS認証】井ヶ田の有機ほうじ茶ティーバッグ 3g×14p(ひも付き) 2本 ※こねこ便</title>
    <description>



	
	
	有機ほうじ茶ティーバッグ | tea shop よい葉っぱ
	
		/* ほうじ茶アクセント：焙煎オレンジ */
		.igeta-product-page {
			--accent: #c07830;
			--accent-rgb: 192, 120, 48;
		}

		/* =========================
		   こねこ便アコーディオ...</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>有機ほうじ茶ティーバッグ | tea shop よい葉っぱ</title>
	<style>
		/* ほうじ茶アクセント：焙煎オレンジ */
		.igeta-product-page {
			--accent: #c07830;
			--accent-rgb: 192, 120, 48;
		}

		/* =========================
		   こねこ便アコーディオン
		========================= */
		.koneko-accordion-wrapper {
			display: flex;
			justify-content: center;
			padding: 20px 20px 0;
		}

		.koneko-accordion-container {
			width: 100%;
			max-width: 680px;
			border: 1px solid #cfcfcf;
			border-radius: 6px;
			overflow: hidden;
		}

		.koneko-accordion-btn {
			width: 100%;
			text-align: left;
			padding: 14px 18px;
			background-color: #f5f5e8;
			border: none;
			cursor: pointer;
			font-size: 15px;
			font-weight: 600;
			color: #3b4f1f;
			transition: background 0.3s;
			display: flex;
			justify-content: space-between;
			align-items: center;
			letter-spacing: 0.05em;
		}

		.koneko-accordion-btn:hover {
			background-color: #eef3e4;
		}

		.koneko-arrow {
			transition: transform 0.3s ease;
			font-size: 20px;
			color: #6b8a3a;
		}

		.koneko-accordion-content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.35s ease;
		}

		.koneko-accordion-content img {
			width: 100%;
			height: auto;
			display: block;
			padding: 12px 12px 4px;
		}

		.koneko-pc-only {
			display: block;
		}

		.koneko-sp-only {
			display: none;
		}

		@media (max-width: 750px) {
			.koneko-pc-only {
				display: none;
			}

			.koneko-sp-only {
				display: block;
			}
		}

	</style>
	<style>
		/* =========================
	   ティーバッグ共通LP
	   Color Variables
	========================= */
		.igeta-product-page {
			--text-main: #5c4846;
			--text-sub: #6d5856;
			--text-light: #8a7472;
			--border-pale: #e8e0df;
			--bg-soft: #f7f3ee;
			/* --accent: 各ファイルで上書き */
		}

		.igeta-product-page * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 15px;
			line-height: 1.9;
			color: var(--text-main);
		}

		.igeta-product-page img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		/* =========================
	   こねこ便
	========================= */
		.hero-cta-wrap {
			text-align: center;
			margin: 30px 0 10px;
		}

		.hero-cta-btn {
			display: inline-block;
			background: transparent;
			color: #5a7d2a;
			padding: 12px 32px;
			border-radius: 3px;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			letter-spacing: .08em;
			border: 1px solid #5a7d2a;
			transition: all .25s ease;
		}

		.hero-cta-btn span {
			display: block;
			font-size: 11px;
			font-weight: normal;
			margin-bottom: 4px;
			letter-spacing: .05em;
			opacity: 0.75;
		}

		.hero-cta-btn:hover {
			background: #5a7d2a;
			color: #fff;
		}

		/* =========================
	   Container
	========================= */
		.igeta-container {
			max-width: 860px;
			margin: 0 auto;
			padding: 0 20px;
		}

		/* =========================
	   有機JAS認証バッジ
	========================= */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin: 40px 0 32px;
		}

		.igeta-certification-badge img {
			width: 52px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 13px;
			font-weight: 600;
			color: var(--text-main);
			letter-spacing: 0.08em;
		}

		/* =========================
	   Section 共通
	========================= */
		.igeta-product-page .igeta-section {
			padding: 48px 0;
			border-top: none;
		}

		.igeta-product-page .igeta-section:first-of-type {
			border-top: none;
			padding-top: 0;
		}

		/* セクション見出し */
		.igeta-product-page .igeta-section-title {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.12em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 24px;
		}

		/* コンテンツ見出し（h2相当） */
		.igeta-product-page .igeta-h2 {
			font-size: 22px;
			font-weight: 700;
			color: var(--text-main);
			line-height: 1.5;
			margin-bottom: 24px;
			letter-spacing: 0.04em;
		}

		/* コンテンツ見出し（h3相当） */
		.igeta-product-page .igeta-h3 {
			font-size: 16px;
			font-weight: 700;
			color: var(--text-main);
			margin-bottom: 12px;
			padding-left: 10px;
			border-left: 3px solid var(--accent);
			line-height: 1.5;
		}

		.igeta-product-page p {
			margin-bottom: 16px;
			color: var(--text-sub);
		}

		.igeta-product-page p:last-child {
			margin-bottom: 0;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(var(--accent-rgb), .25) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* =========================
	   メインビジュアル
	========================= */
		.igeta-main-visual {
			text-align: center;
			margin-bottom: 48px;
		}

		.igeta-main-visual img {
			max-width: 340px;
			width: 100%;
			margin: 0 auto;
			border-radius: 4px;
		}

		/* =========================
	   本文ブロック（h3 + p）
	========================= */
		.igeta-content-block {
			margin-bottom: 32px;
		}

		.igeta-content-block:last-child {
			margin-bottom: 0;
		}

		/* =========================
	   飲み方ガイド
	========================= */
		.igeta-brewing-guide {
			background: var(--bg-soft);
			border: 1px solid var(--border-pale);
			border-radius: 4px;
			padding: 32px;
		}

		.igeta-brewing-guide .igeta-section-title {
			border-bottom-color: var(--border-pale);
		}

		.igeta-brewing-steps {
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-top: 4px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 16px;
			padding: 16px 20px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid var(--border-pale);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 32px;
			height: 32px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 14px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: var(--text-sub);
			font-size: 14px;
		}

		/* =========================
	   環境配慮
	========================= */
		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 36px;
		}

		.igeta-eco-content img {
			width: 180px;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			font-size: 14px;
		}

		/* =========================
	   商品詳細テーブル
	========================= */
		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
			font-size: 14px;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid var(--border-pale);
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 12px 10px;
			vertical-align: top;
			color: var(--text-sub);
		}

		.igeta-details-table td:first-child {
			width: 110px;
			font-weight: 600;
			color: var(--text-light);
			font-size: 13px;
		}

		/* =========================
	   お問い合わせ
	========================= */
		.igeta-contact-section {
			padding: 48px 0 0;
			text-align: center;
		}

		.igeta-contact-section>img {
			max-width: 460px;
			width: 100%;
			margin: 0 auto 24px;
		}

		.igeta-contact-intro {
			font-size: 14px;
			line-height: 2;
			margin-bottom: 40px;
			color: var(--text-sub);
		}

		.igeta-contact-method {
			margin-bottom: 44px;
		}

		.igeta-contact-method h4 {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 20px;
			display: block;
		}

		.igeta-contact-link {
			display: inline-block;
			padding: 12px 36px;
			background: #fff;
			color: var(--text-main);
			text-decoration: none;
			font-size: 13px;
			letter-spacing: .1em;
			border: 1px solid var(--text-main);
			transition: .2s;
		}

		.igeta-contact-link:hover {
			background: var(--text-main);
			color: #fff;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 14px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 14px;
			color: var(--text-sub);
		}

		.igeta-contact-note {
			font-size: 12px;
			color: var(--text-light);
			margin-top: 8px;
			line-height: 1.8;
		}

		.igeta-contact-mail-note {
			font-size: 13px;
			color: var(--text-light);
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* =========================
	   Responsive
	========================= */
		@media (max-width: 640px) {
			.igeta-brewing-guide {
				padding: 24px 16px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 65%;
				max-width: 220px;
			}

			.igeta-step {
				flex-direction: column;
				gap: 10px;
			}

			.igeta-h2 {
				font-size: 19px;
			}
		}

	</style>

</head>

<body>

	<!-- こねこ便アコーディオン -->
	<div class="koneko-accordion-wrapper">
		<div class="koneko-accordion-container">
			<button class="koneko-accordion-btn">
				<span>こねこ便について</span>
				<span class="koneko-arrow">&#9662;</span>
			</button>
			<div class="koneko-accordion-content">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3NwXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-sp-only" alt="こねこ便（スマートフォン）">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3BjXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-pc-only" alt="こねこ便（PC）">
			</div>
		</div>
	</div>

	<script>
		document.querySelectorAll('.koneko-accordion-btn').forEach(button => {
			const toggle = () => {
				const content = button.nextElementSibling;
				const arrow = button.querySelector('.koneko-arrow');
				if (content.style.maxHeight) {
					content.style.maxHeight = null;
					arrow.style.transform = 'rotate(0deg)';
				} else {
					content.style.maxHeight = content.scrollHeight + 'px';
					arrow.style.transform = 'rotate(180deg)';
				}
			};
			button.addEventListener('click', toggle);
			button.addEventListener('touchstart', e => {
				e.preventDefault();
				toggle();
			});
		});

	</script>

	<div class="igeta-product-page">
		<div class="igeta-container">

			<!-- 有機JAS認証バッジ -->
			<div class="igeta-certification-badge">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/amFzLW1pbg.png?cmsp_timestamp=20240326140750" alt="有機JAS認証">
				<span>有機JAS認証取得</span>
			</div>

			<!-- メイン見出し + ビジュアル -->
			<section class="igeta-section">
				<h1 class="igeta-h2">有機栽培のほうじ茶を、手軽に。<br>急須用の茶葉をそのままティーバッグに。</h1>
				<div class="igeta-main-visual">
					<img src="https://img21.shop-pro.jp/PA01472/307/product/176532405_o4.jpg?cmsp_timestamp=20230812155629" alt="有機ほうじ茶ティーバッグ">
				</div>
			</section>

			<!-- 商品説明 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品について</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">3年以上、農薬も化学肥料も使わずに育てたお茶</div>
					<p>有機JAS認証圃場で収穫したお茶を原料としています。渋みや苦みが少なく、幅広い世代に親しまれているほうじ茶。カフェインやカテキンの量も少なめなので、胃腸にやさしく、飲みやすいのが特徴です。</p>
					<p>ひも付きなので、ご自宅でもオフィスでも、どこでもお楽しみいただけます。</p>
				</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">急須用の茶葉を、そのまま</div>
					<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。しっかり強火で焙煎した、香ばしくて濃いほうじ茶をぜひお楽しみください。</p>
				</div>
			</section>

			<!-- 飲み方ガイド -->
			<section class="igeta-section">
				<div class="igeta-brewing-guide">
					<div class="igeta-section-title">香りを引き出す、おいしい飲み方</div>
					<div class="igeta-brewing-steps">
						<div class="igeta-step">
							<div class="igeta-step-number">1</div>
							<div class="igeta-step-text">マグカップやティーカップにティーバッグを入れます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">2</div>
							<div class="igeta-step-text">熱湯を注ぎます。ほうじ茶は高温で香りが引き立ちます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">3</div>
							<div class="igeta-step-text">ティーバッグをやさしくゆらし、お好みの濃さになったら取り出してお飲みください。</div>
						</div>
					</div>
				</div>
			</section>

			<!-- 環境配慮 -->
			<section class="igeta-section">
				<div class="igeta-section-title">環境への配慮</div>
				<div class="igeta-h3">自然に還る、環境にやさしいフィルター</div>
				<div class="igeta-eco-content">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg?cmsp_timestamp=20210930163345" alt="環境にやさしいティーバッグ">
					<div class="igeta-eco-text">
						<p>このティーバッグには、<strong>植物のデンプンを原料としたバイオマス素材</strong>のフィルターを使用しています。</p>
						<p>土に埋めると微生物によって完全に分解され、最終的に水と二酸化炭素になります。</p>
						<p>燃やしてもダイオキシン等の有毒ガスが発生しないため、そのまま燃えるゴミとして捨てることができます。</p>
					</div>
				</div>
			</section>

			<!-- 商品詳細 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品詳細</div>
				<table class="igeta-details-table">
					<tr>
						<td>原材料</td>
						<td>有機緑茶</td>
					</tr>
					<tr>
						<td>内容量</td>
						<td>3g × 14袋 × 2本</td>
					</tr>
					<tr>
						<td>産地</td>
						<td>九州</td>
					</tr>
					<tr>
						<td>製造</td>
						<td>宮崎</td>
					</tr>
					<tr>
						<td>サイズ</td>
						<td>約140 × 220 × 50mm</td>
					</tr>
					<tr>
						<td>賞味期限</td>
						<td>製造から1ヵ年</td>
					</tr>
				</table>
			</section>

			<!-- お問い合わせ -->
			<section class="igeta-section">
				<div class="igeta-contact-section">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y29uc3VsX3Bj.png?cmsp_timestamp=20240522125104" alt="お気軽にご相談ください">
					<div class="igeta-contact-intro">
						「種類が多くて選べない」「贈り物に熨斗は頼める？」など、<br>
						お気軽にご相談ください。<br>
						tea shop よい葉っぱでは、電話またはメールにてご対応しております。
					</div>

					<div class="igeta-contact-method">

						<h4>電話で相談</h4>

						<div class="igeta-business-hours">
							<table>
								<tr>
									<td>平日</td>
									<td>10:00&#12316;17:00</td>
								</tr>
								<tr>
									<td>定休日</td>
									<td>日曜・祝日</td>
								</tr>
							</table>
						</div>

						<div class="igeta-contact-note">
							※都合により臨時休業及び営業時間を<br>
							短縮させていただく場合がございます。
						</div>

						<a href="tel:0987-55-2240" class="igeta-contact-link">
							0987-55-2240
						</a>

					</div>
					<div class="igeta-contact-method">

						<h4>メールで相談</h4>

						<p class="igeta-contact-mail-note">
							お問い合わせフォームより、<br>
							必要事項をご記入の上ご相談ください。
						</p>

						<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="igeta-contact-link">
							メールで問い合わせ
						</a>

					</div>
				</div>
			</section>

		</div>
	</div>
</body>

</html>

]]></content:encoded>
    <dc:date>2026-05-21T13:47:44+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191908400_th.gif?cmsp_timestamp=20260521134743" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191908394">
    <link>https://igeta-tea.shop/?pid=191908394</link>
    <title>【マグカップやグラスに｜有機JAS認証】井ヶ田の有機ほうじ茶ティーバッグ 3g×14p(ひも付き) 1本 ※こねこ便</title>
    <description>



	
	
	有機ほうじ茶ティーバッグ | tea shop よい葉っぱ
	
		/* ほうじ茶アクセント：焙煎オレンジ */
		.igeta-product-page {
			--accent: #c07830;
			--accent-rgb: 192, 120, 48;
		}

		/* =========================
		   こねこ便アコーディオ...</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>有機ほうじ茶ティーバッグ | tea shop よい葉っぱ</title>
	<style>
		/* ほうじ茶アクセント：焙煎オレンジ */
		.igeta-product-page {
			--accent: #c07830;
			--accent-rgb: 192, 120, 48;
		}

		/* =========================
		   こねこ便アコーディオン
		========================= */
		.koneko-accordion-wrapper {
			display: flex;
			justify-content: center;
			padding: 20px 20px 0;
		}

		.koneko-accordion-container {
			width: 100%;
			max-width: 680px;
			border: 1px solid #cfcfcf;
			border-radius: 6px;
			overflow: hidden;
		}

		.koneko-accordion-btn {
			width: 100%;
			text-align: left;
			padding: 14px 18px;
			background-color: #f5f5e8;
			border: none;
			cursor: pointer;
			font-size: 15px;
			font-weight: 600;
			color: #3b4f1f;
			transition: background 0.3s;
			display: flex;
			justify-content: space-between;
			align-items: center;
			letter-spacing: 0.05em;
		}

		.koneko-accordion-btn:hover {
			background-color: #eef3e4;
		}

		.koneko-arrow {
			transition: transform 0.3s ease;
			font-size: 20px;
			color: #6b8a3a;
		}

		.koneko-accordion-content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.35s ease;
		}

		.koneko-accordion-content img {
			width: 100%;
			height: auto;
			display: block;
			padding: 12px 12px 4px;
		}

		.koneko-pc-only {
			display: block;
		}

		.koneko-sp-only {
			display: none;
		}

		@media (max-width: 750px) {
			.koneko-pc-only {
				display: none;
			}

			.koneko-sp-only {
				display: block;
			}
		}

	</style>
	<style>
		/* =========================
	   ティーバッグ共通LP
	   Color Variables
	========================= */
		.igeta-product-page {
			--text-main: #5c4846;
			--text-sub: #6d5856;
			--text-light: #8a7472;
			--border-pale: #e8e0df;
			--bg-soft: #f7f3ee;
			/* --accent: 各ファイルで上書き */
		}

		.igeta-product-page * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 15px;
			line-height: 1.9;
			color: var(--text-main);
		}

		.igeta-product-page img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		/* =========================
	   こねこ便
	========================= */
		.hero-cta-wrap {
			text-align: center;
			margin: 30px 0 10px;
		}

		.hero-cta-btn {
			display: inline-block;
			background: transparent;
			color: #5a7d2a;
			padding: 12px 32px;
			border-radius: 3px;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			letter-spacing: .08em;
			border: 1px solid #5a7d2a;
			transition: all .25s ease;
		}

		.hero-cta-btn span {
			display: block;
			font-size: 11px;
			font-weight: normal;
			margin-bottom: 4px;
			letter-spacing: .05em;
			opacity: 0.75;
		}

		.hero-cta-btn:hover {
			background: #5a7d2a;
			color: #fff;
		}

		/* =========================
	   Container
	========================= */
		.igeta-container {
			max-width: 860px;
			margin: 0 auto;
			padding: 0 20px;
		}

		/* =========================
	   有機JAS認証バッジ
	========================= */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin: 40px 0 32px;
		}

		.igeta-certification-badge img {
			width: 52px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 13px;
			font-weight: 600;
			color: var(--text-main);
			letter-spacing: 0.08em;
		}

		/* =========================
	   Section 共通
	========================= */
		.igeta-product-page .igeta-section {
			padding: 48px 0;
			border-top: none;
		}

		.igeta-product-page .igeta-section:first-of-type {
			border-top: none;
			padding-top: 0;
		}

		/* セクション見出し */
		.igeta-product-page .igeta-section-title {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.12em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 24px;
		}

		/* コンテンツ見出し（h2相当） */
		.igeta-product-page .igeta-h2 {
			font-size: 22px;
			font-weight: 700;
			color: var(--text-main);
			line-height: 1.5;
			margin-bottom: 24px;
			letter-spacing: 0.04em;
		}

		/* コンテンツ見出し（h3相当） */
		.igeta-product-page .igeta-h3 {
			font-size: 16px;
			font-weight: 700;
			color: var(--text-main);
			margin-bottom: 12px;
			padding-left: 10px;
			border-left: 3px solid var(--accent);
			line-height: 1.5;
		}

		.igeta-product-page p {
			margin-bottom: 16px;
			color: var(--text-sub);
		}

		.igeta-product-page p:last-child {
			margin-bottom: 0;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(var(--accent-rgb), .25) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* =========================
	   メインビジュアル
	========================= */
		.igeta-main-visual {
			text-align: center;
			margin-bottom: 48px;
		}

		.igeta-main-visual img {
			max-width: 340px;
			width: 100%;
			margin: 0 auto;
			border-radius: 4px;
		}

		/* =========================
	   本文ブロック（h3 + p）
	========================= */
		.igeta-content-block {
			margin-bottom: 32px;
		}

		.igeta-content-block:last-child {
			margin-bottom: 0;
		}

		/* =========================
	   飲み方ガイド
	========================= */
		.igeta-brewing-guide {
			background: var(--bg-soft);
			border: 1px solid var(--border-pale);
			border-radius: 4px;
			padding: 32px;
		}

		.igeta-brewing-guide .igeta-section-title {
			border-bottom-color: var(--border-pale);
		}

		.igeta-brewing-steps {
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-top: 4px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 16px;
			padding: 16px 20px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid var(--border-pale);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 32px;
			height: 32px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 14px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: var(--text-sub);
			font-size: 14px;
		}

		/* =========================
	   環境配慮
	========================= */
		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 36px;
		}

		.igeta-eco-content img {
			width: 180px;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			font-size: 14px;
		}

		/* =========================
	   商品詳細テーブル
	========================= */
		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
			font-size: 14px;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid var(--border-pale);
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 12px 10px;
			vertical-align: top;
			color: var(--text-sub);
		}

		.igeta-details-table td:first-child {
			width: 110px;
			font-weight: 600;
			color: var(--text-light);
			font-size: 13px;
		}

		/* =========================
	   お問い合わせ
	========================= */
		.igeta-contact-section {
			padding: 48px 0 0;
			text-align: center;
		}

		.igeta-contact-section>img {
			max-width: 460px;
			width: 100%;
			margin: 0 auto 24px;
		}

		.igeta-contact-intro {
			font-size: 14px;
			line-height: 2;
			margin-bottom: 40px;
			color: var(--text-sub);
		}

		.igeta-contact-method {
			margin-bottom: 44px;
		}

		.igeta-contact-method h4 {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 20px;
			display: block;
		}

		.igeta-contact-link {
			display: inline-block;
			padding: 12px 36px;
			background: #fff;
			color: var(--text-main);
			text-decoration: none;
			font-size: 13px;
			letter-spacing: .1em;
			border: 1px solid var(--text-main);
			transition: .2s;
		}

		.igeta-contact-link:hover {
			background: var(--text-main);
			color: #fff;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 14px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 14px;
			color: var(--text-sub);
		}

		.igeta-contact-note {
			font-size: 12px;
			color: var(--text-light);
			margin-top: 8px;
			line-height: 1.8;
		}

		.igeta-contact-mail-note {
			font-size: 13px;
			color: var(--text-light);
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* =========================
	   Responsive
	========================= */
		@media (max-width: 640px) {
			.igeta-brewing-guide {
				padding: 24px 16px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 65%;
				max-width: 220px;
			}

			.igeta-step {
				flex-direction: column;
				gap: 10px;
			}

			.igeta-h2 {
				font-size: 19px;
			}
		}

	</style>

</head>

<body>

	<!-- こねこ便アコーディオン -->
	<div class="koneko-accordion-wrapper">
		<div class="koneko-accordion-container">
			<button class="koneko-accordion-btn">
				<span>こねこ便について</span>
				<span class="koneko-arrow">&#9662;</span>
			</button>
			<div class="koneko-accordion-content">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3NwXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-sp-only" alt="こねこ便（スマートフォン）">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3BjXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-pc-only" alt="こねこ便（PC）">
			</div>
		</div>
	</div>

	<script>
		document.querySelectorAll('.koneko-accordion-btn').forEach(button => {
			const toggle = () => {
				const content = button.nextElementSibling;
				const arrow = button.querySelector('.koneko-arrow');
				if (content.style.maxHeight) {
					content.style.maxHeight = null;
					arrow.style.transform = 'rotate(0deg)';
				} else {
					content.style.maxHeight = content.scrollHeight + 'px';
					arrow.style.transform = 'rotate(180deg)';
				}
			};
			button.addEventListener('click', toggle);
			button.addEventListener('touchstart', e => {
				e.preventDefault();
				toggle();
			});
		});

	</script>

	<div class="igeta-product-page">
		<div class="igeta-container">

			<!-- 有機JAS認証バッジ -->
			<div class="igeta-certification-badge">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/amFzLW1pbg.png?cmsp_timestamp=20240326140750" alt="有機JAS認証">
				<span>有機JAS認証取得</span>
			</div>

			<!-- メイン見出し + ビジュアル -->
			<section class="igeta-section">
				<h1 class="igeta-h2">有機栽培のほうじ茶を、手軽に。<br>急須用の茶葉をそのままティーバッグに。</h1>
				<div class="igeta-main-visual">
					<img src="https://img21.shop-pro.jp/PA01472/307/product/176532405_o4.jpg?cmsp_timestamp=20230812155629" alt="有機ほうじ茶ティーバッグ">
				</div>
			</section>

			<!-- 商品説明 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品について</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">3年以上、農薬も化学肥料も使わずに育てたお茶</div>
					<p>有機JAS認証圃場で収穫したお茶を原料としています。渋みや苦みが少なく、幅広い世代に親しまれているほうじ茶。カフェインやカテキンの量も少なめなので、胃腸にやさしく、飲みやすいのが特徴です。</p>
					<p>ひも付きなので、ご自宅でもオフィスでも、どこでもお楽しみいただけます。</p>
				</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">急須用の茶葉を、そのまま</div>
					<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。しっかり強火で焙煎した、香ばしくて濃いほうじ茶をぜひお楽しみください。</p>
				</div>
			</section>

			<!-- 飲み方ガイド -->
			<section class="igeta-section">
				<div class="igeta-brewing-guide">
					<div class="igeta-section-title">香りを引き出す、おいしい飲み方</div>
					<div class="igeta-brewing-steps">
						<div class="igeta-step">
							<div class="igeta-step-number">1</div>
							<div class="igeta-step-text">マグカップやティーカップにティーバッグを入れます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">2</div>
							<div class="igeta-step-text">熱湯を注ぎます。ほうじ茶は高温で香りが引き立ちます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">3</div>
							<div class="igeta-step-text">ティーバッグをやさしくゆらし、お好みの濃さになったら取り出してお飲みください。</div>
						</div>
					</div>
				</div>
			</section>

			<!-- 環境配慮 -->
			<section class="igeta-section">
				<div class="igeta-section-title">環境への配慮</div>
				<div class="igeta-h3">自然に還る、環境にやさしいフィルター</div>
				<div class="igeta-eco-content">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg?cmsp_timestamp=20210930163345" alt="環境にやさしいティーバッグ">
					<div class="igeta-eco-text">
						<p>このティーバッグには、<strong>植物のデンプンを原料としたバイオマス素材</strong>のフィルターを使用しています。</p>
						<p>土に埋めると微生物によって完全に分解され、最終的に水と二酸化炭素になります。</p>
						<p>燃やしてもダイオキシン等の有毒ガスが発生しないため、そのまま燃えるゴミとして捨てることができます。</p>
					</div>
				</div>
			</section>

			<!-- 商品詳細 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品詳細</div>
				<table class="igeta-details-table">
					<tr>
						<td>原材料</td>
						<td>有機緑茶</td>
					</tr>
					<tr>
						<td>内容量</td>
						<td>3g × 14袋 × 1本</td>
					</tr>
					<tr>
						<td>産地</td>
						<td>九州</td>
					</tr>
					<tr>
						<td>製造</td>
						<td>宮崎</td>
					</tr>
					<tr>
						<td>サイズ</td>
						<td>約140 × 220 × 50mm</td>
					</tr>
					<tr>
						<td>賞味期限</td>
						<td>製造から1ヵ年</td>
					</tr>
				</table>
			</section>

			<!-- お問い合わせ -->
			<section class="igeta-section">
				<div class="igeta-contact-section">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y29uc3VsX3Bj.png?cmsp_timestamp=20240522125104" alt="お気軽にご相談ください">
					<div class="igeta-contact-intro">
						「種類が多くて選べない」「贈り物に熨斗は頼める？」など、<br>
						お気軽にご相談ください。<br>
						tea shop よい葉っぱでは、電話またはメールにてご対応しております。
					</div>
					<div class="igeta-contact-method">

						<h4>電話で相談</h4>

						<div class="igeta-business-hours">
							<table>
								<tr>
									<td>平日</td>
									<td>10:00&#12316;17:00</td>
								</tr>
								<tr>
									<td>定休日</td>
									<td>日曜・祝日</td>
								</tr>
							</table>
						</div>

						<div class="igeta-contact-note">
							※都合により臨時休業及び営業時間を<br>
							短縮させていただく場合がございます。
						</div>

						<a href="tel:0987-55-2240" class="igeta-contact-link">
							0987-55-2240
						</a>

					</div>

					<div class="igeta-contact-method">

						<h4>メールで相談</h4>

						<p class="igeta-contact-mail-note">
							お問い合わせフォームより、<br>
							必要事項をご記入の上ご相談ください。
						</p>

						<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="igeta-contact-link">
							メールで問い合わせ
						</a>

					</div>
				</div>
			</section>

		</div>
	</div>
</body>

</html>

]]></content:encoded>
    <dc:date>2026-05-21T13:47:12+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191908394_th.gif?cmsp_timestamp=20260521134711" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191908378">
    <link>https://igeta-tea.shop/?pid=191908378</link>
    <title>【マグカップやグラスに｜有機JAS認証】井ヶ田の有機煎茶ティーバッグ 3g×14p(ひも付き) 2本 ※こねこ便</title>
    <description>



	
	
	有機煎茶ティーバッグ | tea shop よい葉っぱ
	
		/* 煎茶アクセント：若葉グリーン */
		.igeta-product-page {
			--accent: #7aaa5a;
			--accent-rgb: 122, 170, 90;
		}

		/* =========================
		   こねこ便アコーディオン
		==...</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>有機煎茶ティーバッグ | tea shop よい葉っぱ</title>
	<style>
		/* 煎茶アクセント：若葉グリーン */
		.igeta-product-page {
			--accent: #7aaa5a;
			--accent-rgb: 122, 170, 90;
		}

		/* =========================
		   こねこ便アコーディオン
		========================= */
		.koneko-accordion-wrapper {
			display: flex;
			justify-content: center;
			padding: 20px 20px 0;
		}

		.koneko-accordion-container {
			width: 100%;
			max-width: 680px;
			border: 1px solid #cfcfcf;
			border-radius: 6px;
			overflow: hidden;
		}

		.koneko-accordion-btn {
			width: 100%;
			text-align: left;
			padding: 14px 18px;
			background-color: #f5f5e8;
			border: none;
			cursor: pointer;
			font-size: 15px;
			font-weight: 600;
			color: #3b4f1f;
			transition: background 0.3s;
			display: flex;
			justify-content: space-between;
			align-items: center;
			letter-spacing: 0.05em;
		}

		.koneko-accordion-btn:hover {
			background-color: #eef3e4;
		}

		.koneko-arrow {
			transition: transform 0.3s ease;
			font-size: 20px;
			color: #6b8a3a;
		}

		.koneko-accordion-content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.35s ease;
		}

		.koneko-accordion-content img {
			width: 100%;
			height: auto;
			display: block;
			padding: 12px 12px 4px;
		}

		.koneko-pc-only {
			display: block;
		}

		.koneko-sp-only {
			display: none;
		}

		@media (max-width: 750px) {
			.koneko-pc-only {
				display: none;
			}

			.koneko-sp-only {
				display: block;
			}
		}

	</style>
	<style>
		/* =========================
	   ティーバッグ共通LP
	   Color Variables
	========================= */
		.igeta-product-page {
			--text-main: #5c4846;
			--text-sub: #6d5856;
			--text-light: #8a7472;
			--border-pale: #e8e0df;
			--bg-soft: #f7f3ee;
			/* --accent: 各ファイルで上書き */
		}

		.igeta-product-page * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 15px;
			line-height: 1.9;
			color: var(--text-main);
		}

		.igeta-product-page img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		/* =========================
	   こねこ便
	========================= */
		.hero-cta-wrap {
			text-align: center;
			margin: 30px 0 10px;
		}

		.hero-cta-btn {
			display: inline-block;
			background: transparent;
			color: #5a7d2a;
			padding: 12px 32px;
			border-radius: 3px;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			letter-spacing: .08em;
			border: 1px solid #5a7d2a;
			transition: all .25s ease;
		}

		.hero-cta-btn span {
			display: block;
			font-size: 11px;
			font-weight: normal;
			margin-bottom: 4px;
			letter-spacing: .05em;
			opacity: 0.75;
		}

		.hero-cta-btn:hover {
			background: #5a7d2a;
			color: #fff;
		}

		/* =========================
	   Container
	========================= */
		.igeta-container {
			max-width: 860px;
			margin: 0 auto;
			padding: 0 20px;
		}

		/* =========================
	   有機JAS認証バッジ
	========================= */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin: 40px 0 32px;
		}

		.igeta-certification-badge img {
			width: 52px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 13px;
			font-weight: 600;
			color: var(--text-main);
			letter-spacing: 0.08em;
		}

		/* =========================
	   Section 共通
	========================= */
		.igeta-product-page .igeta-section {
			padding: 48px 0;
			border-top: none;
		}

		.igeta-product-page .igeta-section:first-of-type {
			border-top: none;
			padding-top: 0;
		}

		/* セクション見出し */
		.igeta-product-page .igeta-section-title {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.12em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 24px;
		}

		/* コンテンツ見出し（h2相当） */
		.igeta-product-page .igeta-h2 {
			font-size: 22px;
			font-weight: 700;
			color: var(--text-main);
			line-height: 1.5;
			margin-bottom: 24px;
			letter-spacing: 0.04em;
		}

		/* コンテンツ見出し（h3相当） */
		.igeta-product-page .igeta-h3 {
			font-size: 16px;
			font-weight: 700;
			color: var(--text-main);
			margin-bottom: 12px;
			padding-left: 10px;
			border-left: 3px solid var(--accent);
			line-height: 1.5;
		}

		.igeta-product-page p {
			margin-bottom: 16px;
			color: var(--text-sub);
		}

		.igeta-product-page p:last-child {
			margin-bottom: 0;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(var(--accent-rgb), .25) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* =========================
	   メインビジュアル
	========================= */
		.igeta-main-visual {
			text-align: center;
			margin-bottom: 48px;
		}

		.igeta-main-visual img {
			max-width: 340px;
			width: 100%;
			margin: 0 auto;
			border-radius: 4px;
		}

		/* =========================
	   本文ブロック（h3 + p）
	========================= */
		.igeta-content-block {
			margin-bottom: 32px;
		}

		.igeta-content-block:last-child {
			margin-bottom: 0;
		}

		/* =========================
	   飲み方ガイド
	========================= */
		.igeta-brewing-guide {
			background: var(--bg-soft);
			border: 1px solid var(--border-pale);
			border-radius: 4px;
			padding: 32px;
		}

		.igeta-brewing-guide .igeta-section-title {
			border-bottom-color: var(--border-pale);
		}

		.igeta-brewing-steps {
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-top: 4px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 16px;
			padding: 16px 20px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid var(--border-pale);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 32px;
			height: 32px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 14px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: var(--text-sub);
			font-size: 14px;
		}

		/* =========================
	   環境配慮
	========================= */
		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 36px;
		}

		.igeta-eco-content img {
			width: 180px;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			font-size: 14px;
		}

		/* =========================
	   商品詳細テーブル
	========================= */
		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
			font-size: 14px;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid var(--border-pale);
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 12px 10px;
			vertical-align: top;
			color: var(--text-sub);
		}

		.igeta-details-table td:first-child {
			width: 110px;
			font-weight: 600;
			color: var(--text-light);
			font-size: 13px;
		}

		/* =========================
	   お問い合わせ
	========================= */
		.igeta-contact-section {
			padding: 48px 0 0;
			text-align: center;
		}

		.igeta-contact-section>img {
			max-width: 460px;
			width: 100%;
			margin: 0 auto 24px;
		}

		.igeta-contact-intro {
			font-size: 14px;
			line-height: 2;
			margin-bottom: 40px;
			color: var(--text-sub);
		}

		.igeta-contact-method {
			margin-bottom: 44px;
		}

		.igeta-contact-method h4 {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 20px;
			display: block;
		}

		.igeta-contact-link {
			display: inline-block;
			padding: 12px 36px;
			background: #fff;
			color: var(--text-main);
			text-decoration: none;
			font-size: 13px;
			letter-spacing: .1em;
			border: 1px solid var(--text-main);
			transition: .2s;
		}

		.igeta-contact-link:hover {
			background: var(--text-main);
			color: #fff;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 14px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 14px;
			color: var(--text-sub);
		}

		.igeta-contact-note {
			font-size: 12px;
			color: var(--text-light);
			margin-top: 8px;
			line-height: 1.8;
		}

		.igeta-contact-mail-note {
			font-size: 13px;
			color: var(--text-light);
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* =========================
	   Responsive
	========================= */
		@media (max-width: 640px) {
			.igeta-brewing-guide {
				padding: 24px 16px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 65%;
				max-width: 220px;
			}

			.igeta-step {
				flex-direction: column;
				gap: 10px;
			}

			.igeta-h2 {
				font-size: 19px;
			}
		}

	</style>

</head>

<body>

	<!-- こねこ便アコーディオン -->
	<div class="koneko-accordion-wrapper">
		<div class="koneko-accordion-container">
			<button class="koneko-accordion-btn">
				<span>こねこ便について</span>
				<span class="koneko-arrow">&#9662;</span>
			</button>
			<div class="koneko-accordion-content">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3NwXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-sp-only" alt="こねこ便（スマートフォン）">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3BjXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-pc-only" alt="こねこ便（PC）">
			</div>
		</div>
	</div>

	<script>
		document.querySelectorAll('.koneko-accordion-btn').forEach(button => {
			const toggle = () => {
				const content = button.nextElementSibling;
				const arrow = button.querySelector('.koneko-arrow');
				if (content.style.maxHeight) {
					content.style.maxHeight = null;
					arrow.style.transform = 'rotate(0deg)';
				} else {
					content.style.maxHeight = content.scrollHeight + 'px';
					arrow.style.transform = 'rotate(180deg)';
				}
			};
			button.addEventListener('click', toggle);
			button.addEventListener('touchstart', e => {
				e.preventDefault();
				toggle();
			});
		});

	</script>

	<div class="igeta-product-page">
		<div class="igeta-container">

			<!-- 有機JAS認証バッジ -->
			<div class="igeta-certification-badge">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/amFzLW1pbg.png?cmsp_timestamp=20240326140750" alt="有機JAS認証">
				<span>有機JAS認証取得</span>
			</div>

			<!-- メイン見出し + ビジュアル -->
			<section class="igeta-section">
				<h1 class="igeta-h2">北郷茶園、初の有機煎茶。<br>急須用の茶葉をそのままティーバッグに。</h1>
				<div class="igeta-main-visual">
					<img src="https://img21.shop-pro.jp/PA01472/307/product/176531970_o4.jpg?cmsp_timestamp=20230818104847" alt="有機煎茶ティーバッグ">
				</div>
			</section>

			<!-- 商品説明 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品について</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">3年以上、農薬も化学肥料も使わずに育てたお茶</div>
					<p>有機JAS認証圃場で収穫した一番茶だけを使用しています。野性味ある香りと、お茶本来のうまみ。深蒸し製法ならではの口当たりのよさが特徴です。</p>
					<p>お茶愛好家の方にも満足いただける、本格的な一杯をティーバッグで手軽に。</p>
				</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">急須用の茶葉を、そのまま</div>
					<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。だから、濃くておいしい。</p>
					<p>ひも付きなので、ご自宅でもオフィスでも、どこでもお楽しみいただけます。</p>
				</div>
			</section>

			<!-- 飲み方ガイド -->
			<section class="igeta-section">
				<div class="igeta-brewing-guide">
					<div class="igeta-section-title">甘みを引き出す、おいしい飲み方</div>
					<div class="igeta-brewing-steps">
						<div class="igeta-step">
							<div class="igeta-step-number">1</div>
							<div class="igeta-step-text">マグカップやティーカップにティーバッグを入れます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">2</div>
							<div class="igeta-step-text">80℃くらいのお湯を注ぎます。熱湯より少し冷ました温度が、甘みを引き出すポイントです。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">3</div>
							<div class="igeta-step-text">ティーバッグをやさしくゆらし、お好みの濃さになったら取り出してお飲みください。</div>
						</div>
					</div>
				</div>
			</section>

			<!-- 環境配慮 -->
			<section class="igeta-section">
				<div class="igeta-section-title">環境への配慮</div>
				<div class="igeta-h3">自然に還る、環境にやさしいフィルター</div>
				<div class="igeta-eco-content">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg?cmsp_timestamp=20210930163345" alt="環境にやさしいティーバッグ">
					<div class="igeta-eco-text">
						<p>このティーバッグには、<strong>植物のデンプンを原料としたバイオマス素材</strong>のフィルターを使用しています。</p>
						<p>土に埋めると微生物によって完全に分解され、最終的に水と二酸化炭素になります。</p>
						<p>燃やしてもダイオキシン等の有毒ガスが発生しないため、そのまま燃えるゴミとして捨てることができます。</p>
					</div>
				</div>
			</section>

			<!-- 商品詳細 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品詳細</div>
				<table class="igeta-details-table">
					<tr>
						<td>原材料</td>
						<td>有機緑茶一番茶</td>
					</tr>
					<tr>
						<td>内容量</td>
						<td>3g × 14袋 × 2本</td>
					</tr>
					<tr>
						<td>産地</td>
						<td>九州</td>
					</tr>
					<tr>
						<td>製造</td>
						<td>宮崎</td>
					</tr>
					<tr>
						<td>サイズ</td>
						<td>約140 × 220 × 50mm</td>
					</tr>
					<tr>
						<td>賞味期限</td>
						<td>製造から1ヵ年</td>
					</tr>
				</table>
			</section>

			<!-- お問い合わせ -->
			<section class="igeta-section">
				<div class="igeta-contact-section">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y29uc3VsX3Bj.png?cmsp_timestamp=20240522125104" alt="お気軽にご相談ください">
					<div class="igeta-contact-intro">
						「種類が多くて選べない」「贈り物に熨斗は頼める？」など、<br>
						お気軽にご相談ください。<br>
						tea shop よい葉っぱでは、電話またはメールにてご対応しております。
					</div>

					<div class="igeta-contact-method">

						<h4>電話で相談</h4>

						<div class="igeta-business-hours">
							<table>
								<tr>
									<td>平日</td>
									<td>10:00&#12316;17:00</td>
								</tr>
								<tr>
									<td>定休日</td>
									<td>日曜・祝日</td>
								</tr>
							</table>
						</div>

						<div class="igeta-contact-note">
							※都合により臨時休業及び営業時間を<br>
							短縮させていただく場合がございます。
						</div>

						<a href="tel:0987-55-2240" class="igeta-contact-link">
							0987-55-2240
						</a>

					</div>
					<div class="igeta-contact-method">

						<h4>メールで相談</h4>

						<p class="igeta-contact-mail-note">
							お問い合わせフォームより、<br>
							必要事項をご記入の上ご相談ください。
						</p>

						<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="igeta-contact-link">
							メールで問い合わせ
						</a>

					</div>
				</div>
			</section>

		</div>
	</div>
</body>

</html>

]]></content:encoded>
    <dc:date>2026-05-21T13:46:02+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191908378_th.gif?cmsp_timestamp=20260521134600" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191908363">
    <link>https://igeta-tea.shop/?pid=191908363</link>
    <title>【マグカップやグラスに｜有機JAS認証】井ヶ田の有機煎茶ティーバッグ 3g×14p(ひも付き) 1本 ※こねこ便</title>
    <description>



	
	
	有機煎茶ティーバッグ | tea shop よい葉っぱ
	
		/* 煎茶アクセント：若葉グリーン */
		.igeta-product-page {
			--accent: #7aaa5a;
			--accent-rgb: 122, 170, 90;
		}

		/* =========================
		   こねこ便アコーディオン
		==...</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>有機煎茶ティーバッグ | tea shop よい葉っぱ</title>
	<style>
		/* 煎茶アクセント：若葉グリーン */
		.igeta-product-page {
			--accent: #7aaa5a;
			--accent-rgb: 122, 170, 90;
		}

		/* =========================
		   こねこ便アコーディオン
		========================= */
		.koneko-accordion-wrapper {
			display: flex;
			justify-content: center;
			padding: 20px 20px 0;
		}

		.koneko-accordion-container {
			width: 100%;
			max-width: 680px;
			border: 1px solid #cfcfcf;
			border-radius: 6px;
			overflow: hidden;
		}

		.koneko-accordion-btn {
			width: 100%;
			text-align: left;
			padding: 14px 18px;
			background-color: #f5f5e8;
			border: none;
			cursor: pointer;
			font-size: 15px;
			font-weight: 600;
			color: #3b4f1f;
			transition: background 0.3s;
			display: flex;
			justify-content: space-between;
			align-items: center;
			letter-spacing: 0.05em;
		}

		.koneko-accordion-btn:hover {
			background-color: #eef3e4;
		}

		.koneko-arrow {
			transition: transform 0.3s ease;
			font-size: 20px;
			color: #6b8a3a;
		}

		.koneko-accordion-content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.35s ease;
		}

		.koneko-accordion-content img {
			width: 100%;
			height: auto;
			display: block;
			padding: 12px 12px 4px;
		}

		.koneko-pc-only {
			display: block;
		}

		.koneko-sp-only {
			display: none;
		}

		@media (max-width: 750px) {
			.koneko-pc-only {
				display: none;
			}

			.koneko-sp-only {
				display: block;
			}
		}

	</style>
	<style>
		/* =========================
	   ティーバッグ共通LP
	   Color Variables
	========================= */
		.igeta-product-page {
			--text-main: #5c4846;
			--text-sub: #6d5856;
			--text-light: #8a7472;
			--border-pale: #e8e0df;
			--bg-soft: #f7f3ee;
			/* --accent: 各ファイルで上書き */
		}

		.igeta-product-page * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 15px;
			line-height: 1.9;
			color: var(--text-main);
		}

		.igeta-product-page img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		/* =========================
	   こねこ便
	========================= */
		.hero-cta-wrap {
			text-align: center;
			margin: 30px 0 10px;
		}

		.hero-cta-btn {
			display: inline-block;
			background: transparent;
			color: #5a7d2a;
			padding: 12px 32px;
			border-radius: 3px;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			letter-spacing: .08em;
			border: 1px solid #5a7d2a;
			transition: all .25s ease;
		}

		.hero-cta-btn span {
			display: block;
			font-size: 11px;
			font-weight: normal;
			margin-bottom: 4px;
			letter-spacing: .05em;
			opacity: 0.75;
		}

		.hero-cta-btn:hover {
			background: #5a7d2a;
			color: #fff;
		}

		/* =========================
	   Container
	========================= */
		.igeta-container {
			max-width: 860px;
			margin: 0 auto;
			padding: 0 20px;
		}

		/* =========================
	   有機JAS認証バッジ
	========================= */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin: 40px 0 32px;
		}

		.igeta-certification-badge img {
			width: 52px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 13px;
			font-weight: 600;
			color: var(--text-main);
			letter-spacing: 0.08em;
		}

		/* =========================
	   Section 共通
	========================= */
		.igeta-product-page .igeta-section {
			padding: 48px 0;
			border-top: none;
		}

		.igeta-product-page .igeta-section:first-of-type {
			border-top: none;
			padding-top: 0;
		}

		/* セクション見出し */
		.igeta-product-page .igeta-section-title {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.12em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 24px;
		}

		/* コンテンツ見出し（h2相当） */
		.igeta-product-page .igeta-h2 {
			font-size: 22px;
			font-weight: 700;
			color: var(--text-main);
			line-height: 1.5;
			margin-bottom: 24px;
			letter-spacing: 0.04em;
		}

		/* コンテンツ見出し（h3相当） */
		.igeta-product-page .igeta-h3 {
			font-size: 16px;
			font-weight: 700;
			color: var(--text-main);
			margin-bottom: 12px;
			padding-left: 10px;
			border-left: 3px solid var(--accent);
			line-height: 1.5;
		}

		.igeta-product-page p {
			margin-bottom: 16px;
			color: var(--text-sub);
		}

		.igeta-product-page p:last-child {
			margin-bottom: 0;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(var(--accent-rgb), .25) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* =========================
	   メインビジュアル
	========================= */
		.igeta-main-visual {
			text-align: center;
			margin-bottom: 48px;
		}

		.igeta-main-visual img {
			max-width: 340px;
			width: 100%;
			margin: 0 auto;
			border-radius: 4px;
		}

		/* =========================
	   本文ブロック（h3 + p）
	========================= */
		.igeta-content-block {
			margin-bottom: 32px;
		}

		.igeta-content-block:last-child {
			margin-bottom: 0;
		}

		/* =========================
	   飲み方ガイド
	========================= */
		.igeta-brewing-guide {
			background: var(--bg-soft);
			border: 1px solid var(--border-pale);
			border-radius: 4px;
			padding: 32px;
		}

		.igeta-brewing-guide .igeta-section-title {
			border-bottom-color: var(--border-pale);
		}

		.igeta-brewing-steps {
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-top: 4px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 16px;
			padding: 16px 20px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid var(--border-pale);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 32px;
			height: 32px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 14px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: var(--text-sub);
			font-size: 14px;
		}

		/* =========================
	   環境配慮
	========================= */
		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 36px;
		}

		.igeta-eco-content img {
			width: 180px;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			font-size: 14px;
		}

		/* =========================
	   商品詳細テーブル
	========================= */
		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
			font-size: 14px;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid var(--border-pale);
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 12px 10px;
			vertical-align: top;
			color: var(--text-sub);
		}

		.igeta-details-table td:first-child {
			width: 110px;
			font-weight: 600;
			color: var(--text-light);
			font-size: 13px;
		}

		/* =========================
	   お問い合わせ
	========================= */
		.igeta-contact-section {
			padding: 48px 0 0;
			text-align: center;
		}

		.igeta-contact-section>img {
			max-width: 460px;
			width: 100%;
			margin: 0 auto 24px;
		}

		.igeta-contact-intro {
			font-size: 14px;
			line-height: 2;
			margin-bottom: 40px;
			color: var(--text-sub);
		}

		.igeta-contact-method {
			margin-bottom: 44px;
		}

		.igeta-contact-method h4 {
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: var(--text-light);
			border-bottom: 1px solid var(--border-pale);
			padding-bottom: 8px;
			margin-bottom: 20px;
			display: block;
		}

		.igeta-contact-link {
			display: inline-block;
			padding: 12px 36px;
			background: #fff;
			color: var(--text-main);
			text-decoration: none;
			font-size: 13px;
			letter-spacing: .1em;
			border: 1px solid var(--text-main);
			transition: .2s;
		}

		.igeta-contact-link:hover {
			background: var(--text-main);
			color: #fff;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 14px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 14px;
			color: var(--text-sub);
		}

		.igeta-contact-note {
			font-size: 12px;
			color: var(--text-light);
			margin-top: 8px;
			line-height: 1.8;
		}

		.igeta-contact-mail-note {
			font-size: 13px;
			color: var(--text-light);
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* =========================
	   Responsive
	========================= */
		@media (max-width: 640px) {
			.igeta-brewing-guide {
				padding: 24px 16px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 65%;
				max-width: 220px;
			}

			.igeta-step {
				flex-direction: column;
				gap: 10px;
			}

			.igeta-h2 {
				font-size: 19px;
			}
		}

	</style>

</head>

<body>

	<!-- こねこ便アコーディオン -->
	<div class="koneko-accordion-wrapper">
		<div class="koneko-accordion-container">
			<button class="koneko-accordion-btn">
				<span>こねこ便について</span>
				<span class="koneko-arrow">&#9662;</span>
			</button>
			<div class="koneko-accordion-content">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3NwXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-sp-only" alt="こねこ便（スマートフォン）">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3BjXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-pc-only" alt="こねこ便（PC）">
			</div>
		</div>
	</div>

	<script>
		document.querySelectorAll('.koneko-accordion-btn').forEach(button => {
			const toggle = () => {
				const content = button.nextElementSibling;
				const arrow = button.querySelector('.koneko-arrow');
				if (content.style.maxHeight) {
					content.style.maxHeight = null;
					arrow.style.transform = 'rotate(0deg)';
				} else {
					content.style.maxHeight = content.scrollHeight + 'px';
					arrow.style.transform = 'rotate(180deg)';
				}
			};
			button.addEventListener('click', toggle);
			button.addEventListener('touchstart', e => {
				e.preventDefault();
				toggle();
			});
		});

	</script>

	<div class="igeta-product-page">
		<div class="igeta-container">

			<!-- 有機JAS認証バッジ -->
			<div class="igeta-certification-badge">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/amFzLW1pbg.png?cmsp_timestamp=20240326140750" alt="有機JAS認証">
				<span>有機JAS認証取得</span>
			</div>

			<!-- メイン見出し + ビジュアル -->
			<section class="igeta-section">
				<h1 class="igeta-h2">北郷茶園、初の有機煎茶。<br>急須用の茶葉をそのままティーバッグに。</h1>
				<div class="igeta-main-visual">
					<img src="https://img21.shop-pro.jp/PA01472/307/product/176531970_o4.jpg?cmsp_timestamp=20230818104847" alt="有機煎茶ティーバッグ">
				</div>
			</section>

			<!-- 商品説明 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品について</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">3年以上、農薬も化学肥料も使わずに育てたお茶</div>
					<p>有機JAS認証圃場で収穫した一番茶だけを使用しています。野性味ある香りと、お茶本来のうまみ。深蒸し製法ならではの口当たりのよさが特徴です。</p>
					<p>お茶愛好家の方にも満足いただける、本格的な一杯をティーバッグで手軽に。</p>
				</div>
				<div class="igeta-content-block">
					<div class="igeta-h3">急須用の茶葉を、そのまま</div>
					<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。だから、濃くておいしい。</p>
					<p>ひも付きなので、ご自宅でもオフィスでも、どこでもお楽しみいただけます。</p>
				</div>
			</section>

			<!-- 飲み方ガイド -->
			<section class="igeta-section">
				<div class="igeta-brewing-guide">
					<div class="igeta-section-title">甘みを引き出す、おいしい飲み方</div>
					<div class="igeta-brewing-steps">
						<div class="igeta-step">
							<div class="igeta-step-number">1</div>
							<div class="igeta-step-text">マグカップやティーカップにティーバッグを入れます。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">2</div>
							<div class="igeta-step-text">80℃くらいのお湯を注ぎます。熱湯より少し冷ました温度が、甘みを引き出すポイントです。</div>
						</div>
						<div class="igeta-step">
							<div class="igeta-step-number">3</div>
							<div class="igeta-step-text">ティーバッグをやさしくゆらし、お好みの濃さになったら取り出してお飲みください。</div>
						</div>
					</div>
				</div>
			</section>

			<!-- 環境配慮 -->
			<section class="igeta-section">
				<div class="igeta-section-title">環境への配慮</div>
				<div class="igeta-h3">自然に還る、環境にやさしいフィルター</div>
				<div class="igeta-eco-content">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc/tea_bag_image4-min.jpg?cmsp_timestamp=20210930163345" alt="環境にやさしいティーバッグ">
					<div class="igeta-eco-text">
						<p>このティーバッグには、<strong>植物のデンプンを原料としたバイオマス素材</strong>のフィルターを使用しています。</p>
						<p>土に埋めると微生物によって完全に分解され、最終的に水と二酸化炭素になります。</p>
						<p>燃やしてもダイオキシン等の有毒ガスが発生しないため、そのまま燃えるゴミとして捨てることができます。</p>
					</div>
				</div>
			</section>

			<!-- 商品詳細 -->
			<section class="igeta-section">
				<div class="igeta-section-title">商品詳細</div>
				<table class="igeta-details-table">
					<tr>
						<td>原材料</td>
						<td>有機緑茶一番茶</td>
					</tr>
					<tr>
						<td>内容量</td>
						<td>3g × 14袋 × 1本</td>
					</tr>
					<tr>
						<td>産地</td>
						<td>九州</td>
					</tr>
					<tr>
						<td>製造</td>
						<td>宮崎</td>
					</tr>
					<tr>
						<td>サイズ</td>
						<td>約140 × 220 × 50mm</td>
					</tr>
					<tr>
						<td>賞味期限</td>
						<td>製造から1ヵ年</td>
					</tr>
				</table>
			</section>

			<!-- お問い合わせ -->
			<section class="igeta-section">
				<div class="igeta-contact-section">
					<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/Y29uc3VsX3Bj.png?cmsp_timestamp=20240522125104" alt="お気軽にご相談ください">
					<div class="igeta-contact-intro">
						「種類が多くて選べない」「贈り物に熨斗は頼める？」など、<br>
						お気軽にご相談ください。<br>
						tea shop よい葉っぱでは、電話またはメールにてご対応しております。
					</div>

					<div class="igeta-contact-method">

						<h4>電話で相談</h4>

						<div class="igeta-business-hours">
							<table>
								<tr>
									<td>平日</td>
									<td>10:00&#12316;17:00</td>
								</tr>
								<tr>
									<td>定休日</td>
									<td>日曜・祝日</td>
								</tr>
							</table>
						</div>

						<div class="igeta-contact-note">
							※都合により臨時休業及び営業時間を<br>
							短縮させていただく場合がございます。
						</div>

						<a href="tel:0987-55-2240" class="igeta-contact-link">
							0987-55-2240
						</a>

					</div>
					<div class="igeta-contact-method">

						<h4>メールで相談</h4>

						<p class="igeta-contact-mail-note">
							お問い合わせフォームより、<br>
							必要事項をご記入の上ご相談ください。
						</p>

						<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="igeta-contact-link">
							メールで問い合わせ
						</a>

					</div>
				</div>
			</section>

		</div>
	</div>
</body>

</html>

]]></content:encoded>
    <dc:date>2026-05-21T13:44:36+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191908363_th.gif?cmsp_timestamp=20260521134435" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191894353">
    <link>https://igeta-tea.shop/?pid=191894353</link>
    <title>【大容量】香りにこにこ 200g 2本 ※こねこ便</title>
    <description>
	#sencha-lp {
		--main-color: #6b8e23;
		--border-color: #5a7a1f;
		--bg-soft: #f7f9f3;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-light: #9a8886;
		line-height: 1.9;
	}

	/* Base */
	#sencha-lp img {
		max-width: 100%;
		he...</description>
<content:encoded><![CDATA[
<style>
	#sencha-lp {
		--main-color: #6b8e23;
		--border-color: #5a7a1f;
		--bg-soft: #f7f9f3;
		--text-main: #5c4846;
		--text-sub: #6d5856;
		--text-light: #9a8886;
		line-height: 1.9;
	}

	/* Base */
	#sencha-lp img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#sencha-lp .pc {
		display: block;
	}

	#sencha-lp .sp {
		display: none;
	}

	@media (max-width:768px) {
		#sencha-lp .pc {
			display: none;
		}

		#sencha-lp .sp {
			display: block;
		}
	}

	/* Notice */
	#sencha-lp .notice {
		max-width: 720px;
		margin: 40px auto;
		padding: 20px;
		background: #fff5f5;
		border: 1px solid #f2b8b8;
		color: #b00000;
		font-size: 14px;
		text-align: center;
	}

	/* Intro */
	#sencha-lp .intro {
		max-width: 720px;
		margin: 40px auto;
		padding: 0 20px;
		font-size: 14px;
		color: var(--text-main);
	}

	/* Details */
	#sencha-lp .product-details {
		max-width: 720px;
		margin: 60px auto;
		padding: 0 20px;
	}

	#sencha-lp table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#sencha-lp td {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		color: var(--text-main);
	}

	#sencha-lp td:first-child {
		width: 30%;
		background: #f5f5f5;
	}


	/* =========================
   業務用・お徳 バッジ
========================= */
	#sencha-lp .value-badge {
		display: block;
		width: fit-content;
		margin: 0 auto 16px;
		padding: 6px 18px;
		font-size: 12px;
		letter-spacing: .1em;
		color: #fff;
		background: var(--main-color);
		border-radius: 999px;
	}


	/* =========================
   Contact
========================= */
	#sencha-lp .contact-section {
		max-width: 720px;
		margin: 60px auto;
		padding: 40px 20px;
		text-align: center;
		background: none;
	}

	#sencha-lp .contact-section h2 {
		font-size: 18px;
		margin-bottom: 20px;
		color: #5c4846;
	}

	#sencha-lp .contact-section p {
		font-size: 14px;
		line-height: 1.8;
		color: #5c4846;
	}

	#sencha-lp .contact-method {
		margin-bottom: 40px;
	}

	#sencha-lp .contact-method h3 {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: normal;
	}

	#sencha-lp .contact-hours {
		display: inline-block;
		text-align: left;
		margin: 15px 0;
	}

	#sencha-lp .contact-hours table {
		border: none;
		background: none;
	}

	#sencha-lp .contact-hours td {
		padding: 4px 10px;
		border: none;
		background: none;
	}

	#sencha-lp .contact-note {
		font-size: 12px;
		color: #9a8886;
		margin-top: 10px;
	}

	#sencha-lp .btn-contact {
		display: inline-block;
		padding: 14px 42px;
		font-size: 14px;
		letter-spacing: .1em;
		text-decoration: none;
		color: var(--text-main);
		background: #fff;
		border: 1px solid var(--text-main);
		border-radius: 30px;
		transition: all .3s ease;
	}

	#sencha-lp .btn-contact:hover {
		background: var(--text-main);
		color: #fff;
	}

	.koneko-accordion-wrapper {
		display: flex;
		justify-content: center;
		padding: 20px 10px;
	}

	.koneko-accordion-container {
		width: 100%;
		max-width: 680px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		overflow: hidden;
		font-family: "Yu Gothic", "Meiryo", sans-serif;
	}

	.koneko-accordion-btn {
		width: 100%;
		text-align: left;
		padding: 14px 18px;
		background-color: #f5f5e8;
		border: none;
		cursor: pointer;
		font-size: 17px;
		font-weight: 500;
		color: #3b4f1f;
		transition: background 0.3s, box-shadow 0.3s;
		border-bottom: 1px solid #dcdcdc;
		box-shadow: inset 0 -1px 0 #dcdcdc;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.koneko-accordion-btn:hover {
		background-color: #f0f5e8;
	}

	.koneko-arrow {
		transition: transform 0.3s ease;
		font-size: 24px;
	}

	.koneko-accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	.koneko-accordion-content .koneko-img {
		width: 100%;
		height: auto;
		display: block;
		padding: 15px 10px 5px 10px;
	}

	.koneko-accordion-content .koneko-note {
		font-size: 14px;
		color: #6b6b6b;
		padding: 0 15px 15px 15px;
		line-height: 1.5;
	}

	/* レスポンシブ対応 */
	@media (max-width: 768px) {
		.koneko-accordion-btn {
			font-size: 16px;
			padding: 12px 15px;
		}

		.koneko-accordion-content .koneko-img {
			padding: 10px 5px 5px 5px;
		}

		.koneko-accordion-content .koneko-note {
			font-size: 13px;
			padding: 0 10px 10px 10px;
		}
	}

	.koneko-pc-only {
		display: block;
		width: 100%;
		height: auto;
	}

	.koneko-sp-only {
		display: none;
		width: 100%;
		height: auto;
	}

	/* スマホ表示時に切り替え */
	@media only screen and (max-width: 750px) {
		.koneko-pc-only {
			display: none;
		}

		.koneko-sp-only {
			display: inline;
		}
	}

</style>


<div id="sencha-lp">





	<!-- 大事なお知らせ -->
	<div aria-hidden="true" style="height:30px"></div>
	<div style="max-width:720px; margin:0 auto 32px; padding:0 20px;">
		<a href="https://igeta-tea.shop/apps/note/news_45/" style="display:block; text-decoration:none; color:inherit; border-top:1px solid #c9b8a8; border-bottom:1px solid #c9b8a8; padding:18px 4px; transition:opacity .25s;" onmouseover="this.style.opacity='.7'" onmouseout="this.style.opacity='1'">
			<div style="display:flex; align-items:center; justify-content:space-between; gap:12px;">
				<div style="display:flex; align-items:center; gap:12px; flex-wrap:wrap; min-width:0;">
					<span style="font-size:10px; letter-spacing:.15em; color:#7a4a2e; border:1px solid #7a4a2e; padding:3px 8px; white-space:nowrap; flex-shrink:0;">お知らせ</span>
					<span style="font-size:13px; letter-spacing:.08em; color:#5c4846; line-height:1.6; min-width:0;">本製品に関する大切なご案内</span>
				</div>
				<span style="font-size:16px; color:#c9b8a8; flex-shrink:0;">→</span>
			</div>
		</a>
	</div>








	<!-- こねこ便アコーディオン -->
	<div class="koneko-accordion-wrapper">
		<div class="koneko-accordion-container">
			<button class="koneko-accordion-btn">
				<span>こねこ便について</span>
				<span class="koneko-arrow">&#9662;</span>
			</button>
			<div class="koneko-accordion-content">
				<!-- スマホ用画像表示 -->
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3NwXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-sp-only" alt="スマートフォン用の画像">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/a29uZWtvX3BjXzAx.gif?cmsp_timestamp=20251001151318" class="koneko-pc-only" alt="PC用の画像">

			</div>
		</div>
	</div>

	<script>
		document.querySelectorAll('.koneko-accordion-btn').forEach(button => {
			const toggleAccordion = () => {
				const content = button.nextElementSibling;
				const arrow = button.querySelector('.koneko-arrow');
				if (content.style.maxHeight) {
					content.style.maxHeight = null;
					arrow.style.transform = 'rotate(0deg)';
				} else {
					content.style.maxHeight = content.scrollHeight + "px";
					arrow.style.transform = 'rotate(180deg)';
				}
			};

			button.addEventListener('click', toggleAccordion);
			button.addEventListener('touchstart', e => {
				e.preventDefault(); // ダブルタップ防止
				toggleAccordion();
			});
		});

	</script>





	<!-- 販売案内 -->
	<div class="notice">
		この度、<strong>商品規格の改定</strong>を実施させていただきました。<br>
		ご愛飲いただいているお客様には大変ご不便をおかけしますが、<br>
		何卒ご了承くださいますようお願い申し上げます。
	</div>


	<div class="value-badge">業務用・お徳 (200g)</div>

	<!-- Intro -->
	<div class="intro">
		<p>
			香ばしくさっぱりとした味わいで、ご家庭用としてはもちろん、
			レストランや施設など業務用としてもご好評いただいている煎茶です。
		</p>
		<p>
			朝昼晩、毎日たっぷりお茶を飲まれる方におすすめの大容量サイズ。
			大きな急須や土瓶でも、しっかりとした味わいをお楽しみいただけます。
		</p>
	</div>

	<!-- 商品詳細 -->
	<div class="product-details">
		<h2>商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>200g × 2</td>
			</tr>
			<tr>
				<td>産地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>製造地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>サイズ</td>
				<td>約290×100×25mm</td>
			</tr>
			<tr>
				<td>賞味期限</td>
				<td>製造から1ヵ年</td>
			</tr>
		</table>
	</div>

	<!-- Contact section -->
	<div class="contact-section">
		<h2>お気軽にご相談ください</h2>
		<p>
			「種類が多くて選べない」<br>
			「贈り物に熨斗は頼める?」など<br>
			お悩みはございませんか?<br>
			tea shop よい葉っぱでは、電話または<br>
			メールにてご相談を承っております。
		</p>

		<div class="contact-method">
			<h3>電話で相談</h3>
			<div class="contact-hours">
				<table>
					<tr>
						<td>平日</td>
						<td>10:00&#12316;17:30</td>
					</tr>
					<tr>
						<td>定休日</td>
						<td>日曜、祝日</td>
					</tr>
				</table>
			</div>
			<p class="contact-note">
				※都合により臨時休業及び営業時間を<br>
				短縮させていただく場合がございます。
			</p>
			<p style="margin-top: 20px;">
				<a href="tel:0987-55-2240" class="btn-contact">0987-55-2240</a>
			</p>
		</div>

		<div class="contact-method">
			<h3>メールで相談</h3>
			<p>
				お問い合わせフォームより、<br>
				必要事項をご記入の上ご相談ください。
			</p>
			<p style="margin-top: 20px;">
				<a href="https://igetatea.shop-pro.jp/secure/?mode=inq&shop_back_url=https%3A%2F%2Figetatea.shop-pro.jp%2F&shop_id=PA01472307&tid=2" class="btn-contact">メールで問い合わせ</a>
			</p>
		</div>
	</div>

</div>

]]></content:encoded>
    <dc:date>2026-05-20T16:21:45+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191894353_th.gif?cmsp_timestamp=20260520162248" /></foaf:topic>
  </item>

</rdf:RDF>