<?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=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:li rdf:resource="https://igeta-tea.shop/?pid=191894341" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191890963" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191890938" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191889944" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191889937" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191889929" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191889770" />
        <rdf:li rdf:resource="https://igeta-tea.shop/?pid=191889758" />
      </rdf:Seq>
    </items>
    </channel>

  <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=20260613135705" /></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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}
...</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		.igeta-container {
			max-width: 1000px;
			margin: 0 auto;
			padding: 20px;
		}

		/* 有機JAS認証バッジ */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin-bottom: 40px;
		}

		.igeta-certification-badge img {
			width: 60px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 15px;
			font-weight: 600;
			color: #5c4846;
			letter-spacing: 0.05em;
		}

		/* ほうじ茶アクセントカラー（温かみのあるオレンジ） */
		.igeta-product-page {
			--accent: #c07830;
		}

		.igeta-section-heading {
			padding-left: 20px;
			margin: 60px 0 30px;
			font-size: 24px;
			font-weight: 700;
			color: #5c4846;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-section-heading:first-of-type {
			margin-top: 40px;
		}

		/* メインビジュアル */
		.igeta-main-visual {
			text-align: center;
			margin: 40px 0 60px;
		}

		.igeta-main-visual img {
			max-width: 400px;
			width: 100%;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		}

		/* コンテンツボックス */
		.igeta-content-box {
			margin: 60px 0;
		}

		.igeta-content-box h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 16px;
			padding-bottom: 12px;
			border-bottom: 1px solid #e8e0df;
		}

		.igeta-content-box p {
			margin-bottom: 16px;
			line-height: 1.9;
			color: #5c4846;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(192, 120, 48, .3) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* 飲み方ガイド */
		.igeta-brewing-guide {
			background: #faf8f4;
			padding: 40px;
			margin: 60px 0;
			border-radius: 4px;
			border: 1px solid #e8ddd0;
		}

		.igeta-brewing-guide .igeta-section-heading {
			margin-top: 0;
		}

		.igeta-brewing-steps {
			margin-top: 24px;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 20px;
			padding: 20px 24px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid #f0e8de;
			transition: box-shadow 0.2s;
		}

		.igeta-step:hover {
			box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 36px;
			height: 36px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 16px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: #5c4846;
			font-size: 15px;
		}

		/* 環境配慮セクション */
		.igeta-eco-section {
			margin: 60px 0;
		}

		.igeta-eco-section h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 28px;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 40px;
		}

		.igeta-eco-content img {
			width: 200px;
			height: auto;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			line-height: 1.9;
			color: #5c4846;
			font-size: 15px;
			margin-bottom: 12px;
		}

		.igeta-eco-text p:last-child {
			margin-bottom: 0;
		}

		/* 商品詳細テーブル */
		.igeta-product-details {
			margin: 60px 0;
		}

		.igeta-product-details h3 {
			font-size: 20px;
			font-weight: 700;
			margin-bottom: 20px;
			color: #5c4846;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
		}

		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid #f0ebe9;
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 14px 12px;
			vertical-align: top;
			color: #5c4846;
			font-size: 15px;
		}

		.igeta-details-table td:first-child {
			width: 120px;
			font-weight: 600;
			color: #3e2e2c;
		}

		/* お問い合わせセクション */
		.igeta-contact-section {
			padding: 48px 0;
			margin: 80px 0 0;
			text-align: center;
			border-top: 1px solid #e8e0df;
		}

		.igeta-contact-section img {
			max-width: 500px;
			width: 100%;
			margin-bottom: 24px;
		}

		.igeta-contact-intro {
			font-size: 15px;
			line-height: 2;
			margin-bottom: 40px;
			color: #5c4846;
		}

		.igeta-contact-method {
			margin-bottom: 48px;
		}

		.igeta-contact-method h4 {
			font-size: 18px;
			font-weight: 600;
			color: #5c4846;
			margin-bottom: 16px;
			display: inline-block;
			border-bottom: 1px solid #c8b8b6;
			padding-bottom: 4px;
		}

		.igeta-contact-link {
			display: inline-block;
			font-size: 22px;
			font-weight: 600;
			color: #5c4846;
			text-decoration: none;
			padding: 12px 0;
			margin: 8px 0;
			letter-spacing: .04em;
			transition: opacity 0.2s;
		}

		.igeta-contact-link:hover {
			opacity: 0.65;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 15px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 16px;
			color: #5c4846;
		}

		.igeta-contact-note {
			font-size: 14px;
			color: #8a7472;
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* こねこ便 */
		.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;
			}
		}

		/* レスポンシブ */
		@media (max-width: 768px) {
			.igeta-container {
				padding: 16px;
			}

			.igeta-section-heading {
				font-size: 20px;
				padding-left: 14px;
			}

			.igeta-main-visual img {
				max-width: 280px;
			}

			.igeta-brewing-guide {
				padding: 24px 20px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 70%;
				max-width: 240px;
			}

			.igeta-step {
				flex-direction: column;
				align-items: flex-start;
			}

			.igeta-contact-section {
				padding: 32px 0;
			}

			.igeta-contact-link {
				font-size: 20px;
			}
		}

	</style>
</head>









<!-- こねこ便アコーディオン -->
<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>








<body>
	<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>

			<!-- メイン見出し -->
			<h1 class="igeta-section-heading">
				有機栽培のほうじ茶を、手軽に。<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>

			<!-- 商品説明 -->
			<div class="igeta-content-box">
				<h3>3年以上、農薬も化学肥料も使わずに育てたお茶</h3>
				<p><span class="igeta-highlight-text">有機JAS認証圃場</span>で収穫したお茶を原料としています。渋みや苦みが少なく、幅広い世代に親しまれているほうじ茶。カフェインやカテキンの量も少なめなので、胃腸にやさしく、飲みやすいのが特徴です。</p>
				<p>ひも付きなので、<span class="igeta-highlight-text">ご自宅でもオフィスでも、どこでもお楽しみいただけます。</span></p>

				<h3 style="margin-top: 40px;">急須用の茶葉を、そのまま</h3>
				<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。しっかり強火で焙煎した、香ばしくて濃いほうじ茶をぜひお楽しみください。</p>
			</div>

			<!-- 飲み方ガイド -->
			<div class="igeta-brewing-guide">
				<h2 class="igeta-section-heading">香りを引き出す、おいしい飲み方</h2>
				<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>

			<!-- 環境配慮セクション -->
			<div class="igeta-eco-section">
				<h3>自然に還る、環境にやさしいフィルター</h3>
				<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>
			</div>

			<!-- 商品詳細 -->
			<div class="igeta-product-details">
				<h3>商品詳細</h3>
				<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>
			</div>

			<!-- お問い合わせセクション -->
			<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>
					<br>
					<a href="tel:0987-55-2240" class="igeta-contact-link">0987-55-2240</a><br>
					<div class="igeta-business-hours">
						<table>
							<tr>
								<td>営業時間</td>
								<td>平日 10:00&#12316;17:30</td>
							</tr>
							<tr>
								<td>定休日</td>
								<td>土曜・日曜・祝日</td>
							</tr>
						</table>
					</div>
					<div class="igeta-contact-note">
						※臨時休業・営業時間短縮の場合がございます。
					</div>

				</div>

				<div class="igeta-contact-method">
					<h4>メールで相談する</h4>
					<p style="margin-bottom: 20px; color: #8a7472; font-size: 15px;">
						お問い合わせフォームより必要事項をご記入の上、ご連絡ください。
					</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>

		</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}
...</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		.igeta-container {
			max-width: 1000px;
			margin: 0 auto;
			padding: 20px;
		}

		/* 有機JAS認証バッジ */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin-bottom: 40px;
		}

		.igeta-certification-badge img {
			width: 60px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 15px;
			font-weight: 600;
			color: #5c4846;
			letter-spacing: 0.05em;
		}

		/* ほうじ茶アクセントカラー（温かみのあるオレンジ） */
		.igeta-product-page {
			--accent: #c07830;
		}

		.igeta-section-heading {
			padding-left: 20px;
			margin: 60px 0 30px;
			font-size: 24px;
			font-weight: 700;
			color: #5c4846;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-section-heading:first-of-type {
			margin-top: 40px;
		}

		/* メインビジュアル */
		.igeta-main-visual {
			text-align: center;
			margin: 40px 0 60px;
		}

		.igeta-main-visual img {
			max-width: 400px;
			width: 100%;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		}

		/* コンテンツボックス */
		.igeta-content-box {
			margin: 60px 0;
		}

		.igeta-content-box h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 16px;
			padding-bottom: 12px;
			border-bottom: 1px solid #e8e0df;
		}

		.igeta-content-box p {
			margin-bottom: 16px;
			line-height: 1.9;
			color: #5c4846;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(192, 120, 48, .3) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* 飲み方ガイド */
		.igeta-brewing-guide {
			background: #faf8f4;
			padding: 40px;
			margin: 60px 0;
			border-radius: 4px;
			border: 1px solid #e8ddd0;
		}

		.igeta-brewing-guide .igeta-section-heading {
			margin-top: 0;
		}

		.igeta-brewing-steps {
			margin-top: 24px;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 20px;
			padding: 20px 24px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid #f0e8de;
			transition: box-shadow 0.2s;
		}

		.igeta-step:hover {
			box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 36px;
			height: 36px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 16px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: #5c4846;
			font-size: 15px;
		}

		/* 環境配慮セクション */
		.igeta-eco-section {
			margin: 60px 0;
		}

		.igeta-eco-section h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 28px;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 40px;
		}

		.igeta-eco-content img {
			width: 200px;
			height: auto;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			line-height: 1.9;
			color: #5c4846;
			font-size: 15px;
			margin-bottom: 12px;
		}

		.igeta-eco-text p:last-child {
			margin-bottom: 0;
		}

		/* 商品詳細テーブル */
		.igeta-product-details {
			margin: 60px 0;
		}

		.igeta-product-details h3 {
			font-size: 20px;
			font-weight: 700;
			margin-bottom: 20px;
			color: #5c4846;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
		}

		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid #f0ebe9;
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 14px 12px;
			vertical-align: top;
			color: #5c4846;
			font-size: 15px;
		}

		.igeta-details-table td:first-child {
			width: 120px;
			font-weight: 600;
			color: #3e2e2c;
		}

		/* お問い合わせセクション */
		.igeta-contact-section {
			padding: 48px 0;
			margin: 80px 0 0;
			text-align: center;
			border-top: 1px solid #e8e0df;
		}

		.igeta-contact-section img {
			max-width: 500px;
			width: 100%;
			margin-bottom: 24px;
		}

		.igeta-contact-intro {
			font-size: 15px;
			line-height: 2;
			margin-bottom: 40px;
			color: #5c4846;
		}

		.igeta-contact-method {
			margin-bottom: 48px;
		}

		.igeta-contact-method h4 {
			font-size: 18px;
			font-weight: 600;
			color: #5c4846;
			margin-bottom: 16px;
			display: inline-block;
			border-bottom: 1px solid #c8b8b6;
			padding-bottom: 4px;
		}

		.igeta-contact-link {
			display: inline-block;
			font-size: 22px;
			font-weight: 600;
			color: #5c4846;
			text-decoration: none;
			padding: 12px 0;
			margin: 8px 0;
			letter-spacing: .04em;
			transition: opacity 0.2s;
		}

		.igeta-contact-link:hover {
			opacity: 0.65;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 15px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 16px;
			color: #5c4846;
		}

		.igeta-contact-note {
			font-size: 14px;
			color: #8a7472;
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* こねこ便 */

		.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;
			}
		}

		/* レスポンシブ */
		@media (max-width: 768px) {
			.igeta-container {
				padding: 16px;
			}

			.igeta-section-heading {
				font-size: 20px;
				padding-left: 14px;
			}

			.igeta-main-visual img {
				max-width: 280px;
			}

			.igeta-brewing-guide {
				padding: 24px 20px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 70%;
				max-width: 240px;
			}

			.igeta-step {
				flex-direction: column;
				align-items: flex-start;
			}

			.igeta-contact-section {
				padding: 32px 0;
			}

			.igeta-contact-link {
				font-size: 20px;
			}
		}

	</style>
</head>









<!-- こねこ便アコーディオン -->
<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>








<body>
	<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>

			<!-- メイン見出し -->
			<h1 class="igeta-section-heading">
				有機栽培のほうじ茶を、手軽に。<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>

			<!-- 商品説明 -->
			<div class="igeta-content-box">
				<h3>3年以上、農薬も化学肥料も使わずに育てたお茶</h3>
				<p><span class="igeta-highlight-text">有機JAS認証圃場</span>で収穫したお茶を原料としています。渋みや苦みが少なく、幅広い世代に親しまれているほうじ茶。カフェインやカテキンの量も少なめなので、胃腸にやさしく、飲みやすいのが特徴です。</p>
				<p>ひも付きなので、<span class="igeta-highlight-text">ご自宅でもオフィスでも、どこでもお楽しみいただけます。</span></p>

				<h3 style="margin-top: 40px;">急須用の茶葉を、そのまま</h3>
				<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。しっかり強火で焙煎した、香ばしくて濃いほうじ茶をぜひお楽しみください。</p>
			</div>

			<!-- 飲み方ガイド -->
			<div class="igeta-brewing-guide">
				<h2 class="igeta-section-heading">香りを引き出す、おいしい飲み方</h2>
				<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>

			<!-- 環境配慮セクション -->
			<div class="igeta-eco-section">
				<h3>自然に還る、環境にやさしいフィルター</h3>
				<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>
			</div>

			<!-- 商品詳細 -->
			<div class="igeta-product-details">
				<h3>商品詳細</h3>
				<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>
			</div>

			<!-- お問い合わせセクション -->
			<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>
					<br>
					<a href="tel:0987-55-2240" class="igeta-contact-link">0987-55-2240</a><br>
					<div class="igeta-business-hours">
						<table>
							<tr>
								<td>営業時間</td>
								<td>平日 10:00&#12316;17:30</td>
							</tr>
							<tr>
								<td>定休日</td>
								<td>土曜・日曜・祝日</td>
							</tr>
						</table>
					</div>
					<div class="igeta-contact-note">
						※臨時休業・営業時間短縮の場合がございます。
					</div>

				</div>

				<div class="igeta-contact-method">
					<h4>メールで相談する</h4>
					<p style="margin-bottom: 20px; color: #8a7472; font-size: 15px;">
						お問い合わせフォームより必要事項をご記入の上、ご連絡ください。
					</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>

		</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		...</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		.igeta-container {
			max-width: 1000px;
			margin: 0 auto;
			padding: 20px;
		}

		/* 有機JAS認証バッジ */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin-bottom: 40px;
		}

		.igeta-certification-badge img {
			width: 60px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 15px;
			font-weight: 600;
			color: #5c4846;
			letter-spacing: 0.05em;
		}

		/* セクション見出し &#8212; アクセント色は商品ごとに変数で管理 */
		.igeta-product-page {
			--accent: #7aaa5a;
		}

		.igeta-section-heading {
			padding-left: 20px;
			margin: 60px 0 30px;
			font-size: 24px;
			font-weight: 700;
			color: #5c4846;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-section-heading:first-of-type {
			margin-top: 40px;
		}

		/* メインビジュアル */
		.igeta-main-visual {
			text-align: center;
			margin: 40px 0 60px;
		}

		.igeta-main-visual img {
			max-width: 400px;
			width: 100%;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		}

		/* コンテンツボックス */
		.igeta-content-box {
			margin: 60px 0;
		}

		.igeta-content-box h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 16px;
			padding-bottom: 12px;
			border-bottom: 1px solid #e8e0df;
		}

		.igeta-content-box p {
			margin-bottom: 16px;
			line-height: 1.9;
			color: #5c4846;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(122, 170, 90, .35) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* 飲み方ガイド */
		.igeta-brewing-guide {
			background: #f8faf6;
			padding: 40px;
			margin: 60px 0;
			border-radius: 4px;
			border: 1px solid #dde8d8;
		}

		.igeta-brewing-guide .igeta-section-heading {
			margin-top: 0;
		}

		.igeta-brewing-steps {
			margin-top: 24px;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 20px;
			padding: 20px 24px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid #edf2eb;
			transition: box-shadow 0.2s;
		}

		.igeta-step:hover {
			box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 36px;
			height: 36px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 16px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: #5c4846;
			font-size: 15px;
		}

		/* 環境配慮セクション */
		.igeta-eco-section {
			margin: 60px 0;
		}

		.igeta-eco-section h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 28px;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 40px;
		}

		.igeta-eco-content img {
			width: 200px;
			height: auto;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			line-height: 1.9;
			color: #5c4846;
			font-size: 15px;
			margin-bottom: 12px;
		}

		.igeta-eco-text p:last-child {
			margin-bottom: 0;
		}

		/* 商品詳細テーブル */
		.igeta-product-details {
			margin: 60px 0;
		}

		.igeta-product-details h3 {
			font-size: 20px;
			font-weight: 700;
			margin-bottom: 20px;
			color: #5c4846;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
		}

		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid #f0ebe9;
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 14px 12px;
			vertical-align: top;
			color: #5c4846;
			font-size: 15px;
		}

		.igeta-details-table td:first-child {
			width: 120px;
			font-weight: 600;
			color: #3e2e2c;
		}

		/* お問い合わせセクション */
		.igeta-contact-section {
			padding: 48px 0;
			margin: 80px 0 0;
			text-align: center;
			border-top: 1px solid #e8e0df;
		}

		.igeta-contact-section img {
			max-width: 500px;
			width: 100%;
			margin-bottom: 24px;
		}

		.igeta-contact-intro {
			font-size: 15px;
			line-height: 2;
			margin-bottom: 40px;
			color: #5c4846;
		}

		.igeta-contact-method {
			margin-bottom: 48px;
		}

		.igeta-contact-method h4 {
			font-size: 18px;
			font-weight: 600;
			color: #5c4846;
			margin-bottom: 16px;
			display: inline-block;
			border-bottom: 1px solid #c8b8b6;
			padding-bottom: 4px;
		}

		.igeta-contact-link {
			display: inline-block;
			font-size: 22px;
			font-weight: 600;
			color: #5c4846;
			text-decoration: none;
			padding: 12px 0;
			margin: 8px 0;
			letter-spacing: .04em;
			transition: opacity 0.2s;
		}

		.igeta-contact-link:hover {
			opacity: 0.65;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 15px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 16px;
			color: #5c4846;
		}

		.igeta-contact-note {
			font-size: 14px;
			color: #8a7472;
			margin-bottom: 16px;
			line-height: 1.8;
		}

		/* こねこ便 */
		.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;
			}
		}


		/* レスポンシブ */
		@media (max-width: 768px) {
			.igeta-container {
				padding: 16px;
			}

			.igeta-section-heading {
				font-size: 20px;
				padding-left: 14px;
			}

			.igeta-main-visual img {
				max-width: 280px;
			}

			.igeta-brewing-guide {
				padding: 24px 20px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 70%;
				max-width: 240px;
			}

			.igeta-step {
				flex-direction: column;
				align-items: flex-start;
			}

			.igeta-contact-section {
				padding: 32px 0;
			}

			.igeta-contact-link {
				font-size: 20px;
			}
		}

	</style>
</head>









<!-- こねこ便アコーディオン -->
<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>







<body>
	<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>

			<!-- メイン見出し -->
			<h1 class="igeta-section-heading">
				北郷茶園、初の有機煎茶。<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>

			<!-- 商品説明 -->
			<div class="igeta-content-box">
				<h3>3年以上、農薬も化学肥料も使わずに育てたお茶</h3>
				<p><span class="igeta-highlight-text">有機JAS認証圃場</span>で収穫した一番茶だけを使用しています。野性味ある香りと、お茶本来のうまみ。深蒸し製法ならではの口当たりのよさが特徴です。</p>
				<p>お茶愛好家の方にも満足いただける、本格的な一杯をティーバッグで手軽に。</p>

				<h3 style="margin-top: 40px;">急須用の茶葉を、そのまま</h3>
				<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。だから、濃くておいしい。</p>
				<p>ひも付きなので、<span class="igeta-highlight-text">ご自宅でもオフィスでも、どこでもお楽しみいただけます。</span></p>
			</div>

			<!-- 飲み方ガイド -->
			<div class="igeta-brewing-guide">
				<h2 class="igeta-section-heading">甘みを引き出す、おいしい飲み方</h2>
				<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>

			<!-- 環境配慮セクション -->
			<div class="igeta-eco-section">
				<h3>自然に還る、環境にやさしいフィルター</h3>
				<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>
			</div>

			<!-- 商品詳細 -->
			<div class="igeta-product-details">
				<h3>商品詳細</h3>
				<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>
			</div>


			<!-- お問い合わせセクション -->
			<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>
					<br>
					<a href="tel:0987-55-2240" class="igeta-contact-link">0987-55-2240</a><br>
					<div class="igeta-business-hours">
						<table>
							<tr>
								<td>営業時間</td>
								<td>平日 10:00&#12316;17:30</td>
							</tr>
							<tr>
								<td>定休日</td>
								<td>土曜・日曜・祝日</td>
							</tr>
						</table>
					</div>
					<div class="igeta-contact-note">
						※臨時休業・営業時間短縮の場合がございます。
					</div>

				</div>

				<div class="igeta-contact-method">
					<h4>メールで相談する</h4>
					<p style="margin-bottom: 20px; color: #8a7472; font-size: 15px;">
						お問い合わせフォームより必要事項をご記入の上、ご連絡ください。
					</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>

		</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		...</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 * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		.igeta-product-page {
			font-size: 16px;
			line-height: 1.8;
			color: #5c4846;
		}

		.igeta-container {
			max-width: 1000px;
			margin: 0 auto;
			padding: 20px;
		}

		/* 有機JAS認証バッジ */
		.igeta-certification-badge {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			margin-bottom: 40px;
		}

		.igeta-certification-badge img {
			width: 60px;
			height: auto;
		}

		.igeta-certification-badge span {
			font-size: 15px;
			font-weight: 600;
			color: #5c4846;
			letter-spacing: 0.05em;
		}

		/* セクション見出し &#8212; アクセント色は商品ごとに変数で管理 */
		.igeta-product-page {
			--accent: #7aaa5a;
		}

		.igeta-section-heading {
			padding-left: 20px;
			margin: 60px 0 30px;
			font-size: 24px;
			font-weight: 700;
			color: #5c4846;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-section-heading:first-of-type {
			margin-top: 40px;
		}

		/* メインビジュアル */
		.igeta-main-visual {
			text-align: center;
			margin: 40px 0 60px;
		}

		.igeta-main-visual img {
			max-width: 400px;
			width: 100%;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		}

		/* コンテンツボックス */
		.igeta-content-box {
			margin: 60px 0;
		}

		.igeta-content-box h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 16px;
			padding-bottom: 12px;
			border-bottom: 1px solid #e8e0df;
		}

		.igeta-content-box p {
			margin-bottom: 16px;
			line-height: 1.9;
			color: #5c4846;
		}

		.igeta-highlight-text {
			background: linear-gradient(transparent 65%, rgba(122, 170, 90, .35) 65%);
			font-weight: 600;
			padding: 0 2px;
		}

		/* 飲み方ガイド */
		.igeta-brewing-guide {
			background: #f8faf6;
			padding: 40px;
			margin: 60px 0;
			border-radius: 4px;
			border: 1px solid #dde8d8;
		}

		.igeta-brewing-guide .igeta-section-heading {
			margin-top: 0;
		}

		.igeta-brewing-steps {
			margin-top: 24px;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.igeta-step {
			display: flex;
			align-items: flex-start;
			gap: 20px;
			padding: 20px 24px;
			background: #fff;
			border-radius: 4px;
			border: 1px solid #edf2eb;
			transition: box-shadow 0.2s;
		}

		.igeta-step:hover {
			box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
		}

		.igeta-step-number {
			flex-shrink: 0;
			width: 36px;
			height: 36px;
			background: var(--accent);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 700;
			font-size: 16px;
			color: #fff;
			margin-top: 2px;
		}

		.igeta-step-text {
			flex: 1;
			line-height: 1.8;
			color: #5c4846;
			font-size: 15px;
		}

		/* 環境配慮セクション */
		.igeta-eco-section {
			margin: 60px 0;
		}

		.igeta-eco-section h3 {
			font-size: 20px;
			font-weight: 700;
			color: #5c4846;
			margin-bottom: 28px;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
			line-height: 1.4;
		}

		.igeta-eco-content {
			display: flex;
			align-items: flex-start;
			gap: 40px;
		}

		.igeta-eco-content img {
			width: 200px;
			height: auto;
			flex-shrink: 0;
			border-radius: 4px;
		}

		.igeta-eco-text p {
			line-height: 1.9;
			color: #5c4846;
			font-size: 15px;
			margin-bottom: 12px;
		}

		.igeta-eco-text p:last-child {
			margin-bottom: 0;
		}

		/* 商品詳細テーブル */
		.igeta-product-details {
			margin: 60px 0;
		}

		.igeta-product-details h3 {
			font-size: 20px;
			font-weight: 700;
			margin-bottom: 20px;
			color: #5c4846;
			padding-left: 20px;
			border-left: 5px solid var(--accent);
		}

		.igeta-details-table {
			width: 100%;
			border-collapse: collapse;
		}

		.igeta-details-table tr {
			border-bottom: 1px solid #f0ebe9;
		}

		.igeta-details-table tr:last-child {
			border-bottom: none;
		}

		.igeta-details-table td {
			padding: 14px 12px;
			vertical-align: top;
			color: #5c4846;
			font-size: 15px;
		}

		.igeta-details-table td:first-child {
			width: 120px;
			font-weight: 600;
			color: #3e2e2c;
		}

		/* お問い合わせセクション */
		.igeta-contact-section {
			padding: 48px 0;
			margin: 80px 0 0;
			text-align: center;
			border-top: 1px solid #e8e0df;
		}

		.igeta-contact-section img {
			max-width: 500px;
			width: 100%;
			margin-bottom: 24px;
		}

		.igeta-contact-intro {
			font-size: 15px;
			line-height: 2;
			margin-bottom: 40px;
			color: #5c4846;
		}

		.igeta-contact-method {
			margin-bottom: 48px;
		}

		.igeta-contact-method h4 {
			font-size: 18px;
			font-weight: 600;
			color: #5c4846;
			margin-bottom: 16px;
			display: inline-block;
			border-bottom: 1px solid #c8b8b6;
			padding-bottom: 4px;
		}

		.igeta-contact-link {
			display: inline-block;
			font-size: 22px;
			font-weight: 600;
			color: #5c4846;
			text-decoration: none;
			padding: 12px 0;
			margin: 8px 0;
			letter-spacing: .04em;
			transition: opacity 0.2s;
		}

		.igeta-contact-link:hover {
			opacity: 0.65;
		}

		.igeta-business-hours {
			display: inline-block;
			text-align: left;
			margin: 12px 0 8px;
			font-size: 15px;
		}

		.igeta-business-hours table {
			border-collapse: collapse;
		}

		.igeta-business-hours td {
			padding: 4px 16px;
			color: #5c4846;
		}

		.igeta-contact-note {
			font-size: 14px;
			color: #8a7472;
			margin-bottom: 16px;
			line-height: 1.8;
		}


		.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;
			}
		}


		/* レスポンシブ */
		@media (max-width: 768px) {
			.igeta-container {
				padding: 16px;
			}

			.igeta-section-heading {
				font-size: 20px;
				padding-left: 14px;
			}

			.igeta-main-visual img {
				max-width: 280px;
			}

			.igeta-brewing-guide {
				padding: 24px 20px;
			}

			.igeta-eco-content {
				flex-direction: column;
				align-items: center;
			}

			.igeta-eco-content img {
				width: 70%;
				max-width: 240px;
			}

			.igeta-step {
				flex-direction: column;
				align-items: flex-start;
			}

			.igeta-contact-section {
				padding: 32px 0;
			}

			.igeta-contact-link {
				font-size: 20px;
			}
		}

	</style>
</head>

<!- <!-- こねこ便アコーディオン -->
	<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>








	<body>
		<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>

				<!-- メイン見出し -->
				<h1 class="igeta-section-heading">
					北郷茶園、初の有機煎茶。<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>

				<!-- 商品説明 -->
				<div class="igeta-content-box">
					<h3>3年以上、農薬も化学肥料も使わずに育てたお茶</h3>
					<p><span class="igeta-highlight-text">有機JAS認証圃場</span>で収穫した一番茶だけを使用しています。野性味ある香りと、お茶本来のうまみ。深蒸し製法ならではの口当たりのよさが特徴です。</p>
					<p>お茶愛好家の方にも満足いただける、本格的な一杯をティーバッグで手軽に。</p>

					<h3 style="margin-top: 40px;">急須用の茶葉を、そのまま</h3>
					<p>一般的なティーバッグ専用茶葉ではなく、急須で淹れるための茶葉をそのままバッグに入れました。だから、濃くておいしい。</p>
					<p>ひも付きなので、<span class="igeta-highlight-text">ご自宅でもオフィスでも、どこでもお楽しみいただけます。</span></p>
				</div>

				<!-- 飲み方ガイド -->
				<div class="igeta-brewing-guide">
					<h2 class="igeta-section-heading">甘みを引き出す、おいしい飲み方</h2>
					<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>

				<!-- 環境配慮セクション -->
				<div class="igeta-eco-section">
					<h3>自然に還る、環境にやさしいフィルター</h3>
					<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>
				</div>

				<!-- 商品詳細 -->
				<div class="igeta-product-details">
					<h3>商品詳細</h3>
					<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>
				</div>


				<!-- お問い合わせセクション -->
				<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>
						<br>
						<a href="tel:0987-55-2240" class="igeta-contact-link">0987-55-2240</a><br>
						<div class="igeta-business-hours">
							<table>
								<tr>
									<td>営業時間</td>
									<td>平日 10:00&#12316;17:30</td>
								</tr>
								<tr>
									<td>定休日</td>
									<td>土曜・日曜・祝日</td>
								</tr>
							</table>
						</div>
						<div class="igeta-contact-note">
							※臨時休業・営業時間短縮の場合がございます。
						</div>

					</div>

					<div class="igeta-contact-method">
						<h4>メールで相談する</h4>
						<p style="margin-bottom: 20px; color: #8a7472; font-size: 15px;">
							お問い合わせフォームより必要事項をご記入の上、ご連絡ください。
						</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>

			</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>

  <item rdf:about="https://igeta-tea.shop/?pid=191894341">
    <link>https://igeta-tea.shop/?pid=191894341</link>
    <title>【大容量】香りにこにこ 200g 1本 ※こねこ便</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 × 1</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:20: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/191894341_th.gif?cmsp_timestamp=20260520162046" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191890963">
    <link>https://igeta-tea.shop/?pid=191890963</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;
	}

	#sencha-lp img {
		max-width: 100%;
		height: auto;
...</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;
	}

	#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;
		}
	}

	#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;
	}

	#sencha-lp .value-badge {
		display: block;
		width: fit-content;
		margin: 0 auto 24px;
		padding: 6px 18px;
		font-size: 12px;
		letter-spacing: .1em;
		color: #fff;
		background: var(--main-color);
		border-radius: 999px;
	}

	#sencha-lp .intro,
	#sencha-lp .product-details,
	#sencha-lp .contact-section {
		max-width: 720px;
		margin: 60px auto;
		padding: 0 20px;
		font-size: 14px;
		color: var(--text-main);
	}

	#sencha-lp table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#sencha-lp td {
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}

	#sencha-lp td:first-child {
		width: 30%;
		background: #f5f5f5;
	}

	/* =========================
   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>

	<div class="intro">
		<p>
			香りの良い一番茶にまろやかな深蒸しの二番茶をブレンドしました。<br>
			ご家庭での普段使いに最適です。<br>
			また、レストランや施設等の業務用としても好評を頂いております。
		</p>
		<p>
			朝昼晩、必ずお茶を飲まないと…！という方にもおすすめな大容量サイズ。<br>
			大きな急須や土瓶でもおいしくお召し上がりいただけます。
		</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-20T13:26:18+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191890963_th.gif?cmsp_timestamp=20260520132616" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191890938">
    <link>https://igeta-tea.shop/?pid=191890938</link>
    <title>【大容量】濃くえがお 200g 1本 ※こねこ便</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;
	}

	#sencha-lp img {
		max-width: 100%;
		height: auto;
...</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;
	}

	#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;
		}
	}

	#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;
	}

	#sencha-lp .value-badge {
		display: block;
		width: fit-content;
		margin: 0 auto 24px;
		padding: 6px 18px;
		font-size: 12px;
		letter-spacing: .1em;
		color: #fff;
		background: var(--main-color);
		border-radius: 999px;
	}

	#sencha-lp .intro,
	#sencha-lp .product-details,
	#sencha-lp .contact-section {
		max-width: 720px;
		margin: 60px auto;
		padding: 0 20px;
		font-size: 14px;
		color: var(--text-main);
	}

	#sencha-lp table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
	}

	#sencha-lp td {
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}

	#sencha-lp td:first-child {
		width: 30%;
		background: #f5f5f5;
	}

	/* =========================
   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>

	<div class="intro">
		<p>
			香りの良い一番茶にまろやかな深蒸しの二番茶をブレンドしました。<br>
			ご家庭での普段使いに最適です。<br>
			また、レストランや施設等の業務用としても好評を頂いております。
		</p>
		<p>
			朝昼晩、必ずお茶を飲まないと…！という方にもおすすめな大容量サイズ。<br>
			大きな急須や土瓶でもおいしくお召し上がりいただけます。
		</p>
	</div>

	<div class="product-details">
		<h2>商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>200g × 1</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-20T13:23:54+09:00</dc:date>
    <dc:creator>美味しい日本茶専門店 tea shop よい葉っぱ｜ゆたかみどり、ほうじ茶、釜炒り茶等お茶の通販 井ヶ田製茶北郷茶園</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01472/307/product/191890938_th.gif?cmsp_timestamp=20260520132352" /></foaf:topic>
  </item>

  <item rdf:about="https://igeta-tea.shop/?pid=191889944">
    <link>https://igeta-tea.shop/?pid=191889944</link>
    <title>【2024年ITI 2ツ星】深蒸し煎茶 さえみどり 80g  3本 ※こねこ便</title>
    <description>
	
	
	深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園
	
	
	
	
	
	
	
	
		{
			&quot;@context&quot;: &quot;https://schema.org/&quot;,
			&quot;@type&quot;: &quot;Product&quot;,
			&quot;name&quot;: &quot;深蒸し煎茶 さえみどり&quot;,
			&quot;image&quot;: [
				&quot;https://igeta-tea.shop/path-to-saemidori-main.jpg&quot;...</description>
<content:encoded><![CDATA[
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園</title>
	<meta name="description" content="甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。水出しでも湯出しでも美味しく、機能性成分ケルセチン配糖体も豊富に含まれています。" />
	<meta name="keywords" content="さえみどり, 緑茶, 深蒸し煎茶, 水出し茶, ケルセチン, 健康茶, 井ヶ田製茶" />
	<meta property="og:title" content="甘みと健康の“いいとこどり”｜深蒸し煎茶 さえみどり" />
	<meta property="og:description" content="香り・甘み・機能性成分に優れた高機能品種『さえみどり』。水出し・湯出しどちらでも美味しく、毎日の健やかな一杯に。" />
	<meta property="og:url" content="https://igeta-tea.shop/saemidori-feature" />
	<meta property="og:image" content="https://igeta-tea.shop/path-to-saemidori-main.jpg" />
	<link rel="canonical" href="https://igeta-tea.shop/saemidori-feature" />
	<script type="application/ld+json">
		{
			"@context": "https://schema.org/",
			"@type": "Product",
			"name": "深蒸し煎茶 さえみどり",
			"image": [
				"https://igeta-tea.shop/path-to-saemidori-main.jpg"
			],
			"description": "甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。ケルセチン配糖体を豊富に含み、水出し・湯出し両方で美味しくお楽しみいただけます。",
			"brand": {
				"@type": "Organization",
				"name": "井ヶ田製茶北郷茶園"
			}
		}

	</script>
	<style>
		/*
	.contents {
		background-color: #fcfaf7;
	}
*/
		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
		}

		.hero {
			text-align: center;
			margin-bottom: 2em;
		}

		.hero h1 {
			font-size: 2em;
			color: #006400;
			margin: 50px 0 60px 0;
			font-weight: bold;
			letter-spacing: 0.1em;
		}

		.tea-section h2 {
			font-size: 1.2em;
			font-weight: 500;
			padding-bottom: 5px;
			line-height: 150%;
			letter-spacing: 0.05em;
			text-align: center;
			color: #4d7736;
		}

		.subtitle_top {
			position: relative;
			display: inline-block;
			margin: 30px 0 80px 0;
			font-size: 1.3em;
			color: #5c4846;
			line-height: 160%;
			letter-spacing: 0.08em;
		}

		.subtitle_top:before {
			content: '';
			position: absolute;
			bottom: -15px;
			display: inline-block;
			width: 60px;
			height: 5px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #006400;
			border-radius: 2px;
		}

		/* 背景色をつけて角を丸くする */
		.box_scene {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #f0f7e7;
			color: #5c4846;
			width: 90%;
			text-align: center;
			font-size: 1.3em;
		}

		/* pタグの余白 */
		.box_scene p {
			margin: 0;
		}

		.box_scene div {
			font-size: 1.3em;
			color: #006400;
			font-weight: bold;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
		}

		.box_scene_line {
			border-bottom: dotted 3px #006400;
			margin: 0 auto 1em;
			width: 90%;
		}

		@media screen and (min-width: 751px) {
			.box_scene li {
				padding-left: 1em;
				/* 左に少し余白をつける */
				margin-bottom: 0.8em;
				list-style: disc inside;
				/* 必要なら通常の黒丸表示 */
			}
		}

		.box_scene li {
			font-size: 1em;
			text-align: left;
			margin: 0 0 1em 1em;
			letter-spacing: 0.08em;
			line-height: 180%;
		}


		/* 背景色をつけて角を丸くする */
		.box_hero {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #006400;
			color: #fff;
			width: 50%;
			text-align: center;
			font-size: 1.3em;
			font-weight: 600;
		}

		/* pタグの余白 */
		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero .quaternary {
			font-size: 0.6em;
		}

		@media only screen and (max-width: 750px) {
			.subtext {
				margin-left: 0 !important;
				margin-right: 0 !important;
				padding-left: 1em;
				padding-right: 1em;
				text-align: left;
			}
		}

		.subtext {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 180%;
			letter-spacing: 0.1em;
			margin: 0em 1em 0.5em 1em;
		}

		.subtext_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.text {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 200%;
			letter-spacing: 0.08em;
			margin: 0 2em 0 0.2em;
		}

		.tea-intro {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.top-img {
			width: 100%;
			height: auto;
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}

		.intro-img {
			flex: 1;
			max-width: 300px;
		}

		.intro-text {
			flex: 2;
		}

		.intro-text div {
			font-size: 1.6em;
			color: #006400;
			width: auto;
			margin: 1.5em 0em 0.6em 0em;
			padding-left: 0.5em;
			padding-right: 0.5em;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			line-height: 150%;
			letter-spacing: 0.05em;
			font-weight: bold;
			background: #f0f7e7;
		}


		.section-title {
			font-size: 2em;
			color: #006400;
			margin-top: 3em;
			margin-bottom: 1.5em;
			text-align: center;
			letter-spacing: 4px;
			font-weight: 500;
		}

		.review-bubble-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 0 1em;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
		}

		.bubble-title {
			font-size: 1.6em;
			color: #006400;
			border-left: 6px solid #006400;
			padding-left: 0.6em;
			margin: 2em 0 1em;
			letter-spacing: 0.08em;
		}

		.bubble-review {
			display: flex;
			align-items: flex-start;
			background-color: #fdfdf6;
			border-radius: 12px;
			padding: 1.2em;
			margin-bottom: 1.5em;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.bubble-avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
			object-fit: cover;
			margin-right: 1em;
			flex-shrink: 0;
			border: 2px solid #dcdccf;
		}

		.bubble-content {
			flex: 1;
		}

		.bubble-meta {
			font-weight: bold;
			color: #006400;
			margin-bottom: 0.5em;
			font-size: 0.95em;
		}

		.bubble-text {
			font-size: 1.5em;
			line-height: 1.7;
			letter-spacing: 0.08em;
		}

		.review_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.producer {
			background-color: #fff5e5;
		}

		.producer .bubble-meta {
			color: #e69a3d;
		}


		.price.tea-section .box {
			text-align: center;
			margin-top: 3em;
		}

		.flex {
			display: flex;
			justify-content: space-around;
		}

		.tea-section .box_3 {
			text-align: center;
			width: 40%;
			border: 1px;
			padding: 30px;
			font-size: 1.3em;
			font-weight: 600;
			box-sizing: border-box;
			/* paddingも含めて幅を計算 */
			max-width: 100%;
			/* コンテナからはみ出さないように */
		}

		.leaf {
			flex: 1;
			display: block;
			margin: auto;
			width: 5em;
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto 0.5em auto;
		}

		.brew-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 1em;
			background-color: #f0f7e7;
			border-radius: 12px;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.brew-title {
			font-size: 1.6em;
			color: #006400;
			text-align: center;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
			border-bottom: 2px solid #cfe2b1;
			display: inline-block;
			padding-bottom: 0.2em;
		}

		.brew-steps {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			gap: 1em;
			margin-top: 1em;
		}

		.brew-step {
			background-color: #ffffff;
			border: 2px solid #e2edcd;
			border-radius: 10px;
			padding: 1em;
			width: 220px;
			text-align: center;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
		}

		.brew-icon {
			width: 48px;
			height: 48px;
			margin-bottom: 0.5em;
		}

		.brew-label {
			font-size: 1.5em;
			line-height: 1.6;
			letter-spacing: 0.03em;
		}


		@media (max-width: 600px) {
			.brew-steps {
				flex-direction: column;
				align-items: center;
			}
		}

		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.price {
			font-size: 1.3em;
			color: #5c4846;
			margin-bottom: 1em;
		}

		.purchase-box {
			text-align: center;
			margin: 4em auto 5em;
		}

		.purchase-price {
			font-size: 1.4em;
			color: #5c4846;
			font-weight: bold;
			letter-spacing: 0.08em;
			margin-bottom: 1em;
		}

		.purchase-button {
			display: inline-block;
			background-color: #006400;
			color: #fff;
			padding: 0.9em 2.2em;
			border-radius: 6px;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.5em;
			transition: background-color 0.3s ease;
		}

		.purchase-button:hover {
			background-color: #3a5c29;
		}

		.award-box {
			display: flex;
			align-items: center;
			justify-content: center;
			background: #fdfcf5;
			border: 2px solid #f0e8c5;
			border-radius: 12px;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 700px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
			flex-wrap: wrap;
		}

		.award-img {
			width: 120px;
			height: auto;
			margin-right: 1.5em;
			flex-shrink: 0;
		}

		.award-text {
			flex: 1;
			color: #5c4846;
		}

		.award-lead {
			font-size: 1em;
			font-weight: 500;
			color: #888;
			margin-bottom: 0.3em;
		}

		.award-main {
			font-size: 1.5em;
			font-weight: bold;
			color: #d6a419;
			margin-bottom: 0.3em;
		}

		.award-note {
			font-size: 1em;
			line-height: 1.6;
			color: #5c4846;
		}

		.health-benefit {
			/*			background: #f4f4ef;*/
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 2em 1em;
			margin: 3em 0;
		}

		.health-benefit h2 {
			font-size: 2em;
			color: #006400;
		}

		.health-title {
			font-size: 1.6em;
			margin-bottom: 1em;
			text-align: center;
			color: #006400;
			border-bottom: 2px solid #333;
			display: inline-block;
			padding-bottom: 0.3em;
			font-weight: :600;
		}

		.health-inner {
			max-width: 700px;
			margin: 0 auto;
			line-height: 1.9;
			color: #5c4846;
		}

		.health-inner .bold {
			font-weight: 600;
		}

		.health-lead {
			font-size: 1.5em;
			margin-bottom: 1em;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-detail {
			font-size: 1.3em;
			color: #5c4846;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-inner span {
			color: #006400;
		}

		.compound-graph {
			background: #f8f8f2;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 600px;
			border: 1px solid #ddd;
		}

		.compound-graph h3 {
			text-align: center;
			font-size: 1.2em;
			margin-bottom: 1em;
			color: #5c4846;
		}

		.bar-wrap {
			display: flex;
			align-items: center;
			margin-bottom: 0.8em;
		}

		.label {
			width: 90px;
			font-weight: bold;
			color: #5c4846;
		}

		.bar {
			flex: 1;
			background: #ddd;
			height: 24px;
			border-radius: 12px;
			overflow: hidden;
		}

		.fill {
			height: 100%;
			color: #fff;
			line-height: 24px;
			padding-left: 10px;
			font-size: 0.9em;
			border-radius: 12px;
		}

		.fill.saemidori {
			width: 75%;
			background: #006400;
		}

		.fill.yabukita {
			width: 20%;
			background: #b5cbbb;
		}

		.note {
			font-size: 0.85em;
			color: #777;
			text-align: right;
			margin-top: 0.5em;
		}

		@media (max-width: 600px) {
			.award-box {
				flex-direction: column;
				text-align: center;
			}

			.award-img {
				margin: 0 0 1em 0;
			}
		}


		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.pc {
			display: block !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;

		}

		.sp {
			display: none !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;
		}

		/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
		@media only screen and (max-width: 750px) {
			.pc {
				display: none !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;

			}

			.sp {
				display: block !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;
			}
		}

		.product-details {
			max-width: 600px;
			margin: 30px auto;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #4a4a4a;
		}

		.product-details h2 {
			font-size: 1.2em;
			font-weight: 700;
			margin-bottom: 15px;
			border-bottom: 3px solid #006400;
			padding-bottom: 5px;
			letter-spacing: 0.08em;
			text-align: center;
			color: #006400;
		}

		.product-details table {
			width: 100%;
			border-collapse: collapse;
			box-shadow: 0 0 10px rgba(113, 171, 80, 0.1);
			background-color: #fafafa;
			border-radius: 8px;
			overflow: hidden;
		}

		.product-details th,
		.product-details td {
			padding: 12px 20px;
			text-align: left;
			font-size: 1em;
		}

		.product-details tr:not(:last-child) {
			border-bottom: 1px solid #d3d3d3;
		}

		.product-details tr:hover {
			background-color: #e9f1d7;
			transition: background-color 0.3s ease;
		}

		.product-details td:first-child {
			font-weight: 600;
			width: 40%;
			color: #006400;
		}

		.product-details td:last-child {
			width: 60%;
		}

		@media (max-width: 480px) {

			.product-details table,
			.product-details thead,
			.product-details tbody,
			.product-details th,
			.product-details td,
			.product-details tr {
				display: block;
				width: 100%;
			}

			.product-details table {
				border: none;
				box-shadow: none;
				background: none;
			}

			.product-details tr {
				margin-bottom: 15px;
				border-bottom: 2px solid #006400;
				padding-bottom: 10px;
			}

			.product-details td {
				font-size: 1em;
				padding: 0.3em 0;
				text-align: left;
			}

			.product-details td:first-child {
				font-weight: bold;
				color: #006400;
				background: none;
			}

			.product-details td:last-child {
				color: #5c4846;
			}
		}

		.brew-note {
			margin-top: 2em;
			background: #fffef3;
			border-left: 6px solid #ffda6b;
			padding: 1em 1.2em;
			border-radius: 10px;
			font-size: 1.5em;
			line-height: 1.8;
			color: #5c4846;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		}

		.brew-note .highlight {
			background: linear-gradient(transparent 70%, #fdffb6 70%);
			font-weight: bold;
		}

		.sp-only {
			display: none;
		}

		@media screen and (max-width: 600px) {
			.sp-only {
				display: inline;
			}
		}

		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
			font-size: 80%;
		}

		.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>
</head>

<div class="contents">
	<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMQ.gif?cmsp_timestamp=20250704111456" class="top-img" alt="さえみどり特集ページのメインビジュアル">
	<section class="tea-section">
		<div class="hero">










			<!-- 大事なお知らせ -->
			<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>





			<h1><span style="font-size:0.6em;">深蒸し煎茶</span> さえみどり</h1>

			<p class="subtitle_top">
				日本茶をゆっくり味わって<br />リラックスしたいときに
			</p>
			<div class="box_hero">
				<p>お茶淹れ初心者の方におすすめ</p>
			</div>
			<div class="box_hero">
				<p>機能性成分<span class="quaternary">※</span>を摂取</p><span class="quaternary">※…カテキン、ケルセチン、テアニン等</span>
			</div>
			<div class="box_hero">
				<p>湯出し・水出し<br />どちらでも美味しい</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:50px"></div>
		<div class="award-box">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnN0YXJfMjAyNC1taW4.png?cmsp_timestamp=20250703150417" alt="2ツ星受賞" class="award-img">
			<div class="award-text">
				<p class="award-lead">International Taste Institute(国際味覚審査機構)</p>
				<p class="award-main">2024年 2ツ星 受賞</p>
				<p class="award-note">世界のシェフやソムリエによる審査で、優れた味わいと品質が認められました。</p>
			</div>
		</div>

		<p class="subtext">
			高機能品種といわれる「さえみどり」品種のみで仕上げた深蒸し煎茶です。
		</p>
		<div aria-hidden="true" style="height:60px"></div>
		<div class="flex">
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>上品な甘み</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>濃厚なコク</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>さわやかな香り</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:80px"></div>
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="sp" alt="スマートフォン用の画像">
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="pc" alt="pc用の画像">
		<div class="tea-intro">
			<div class="intro-text">
				<div>お茶淹れ初心者の方にもおすすめ</div>
			</div>
			<p class="subtext">
				甘み・うまみが強く渋みの少ない品種『さえみどり』の被覆栽培した一番茶を原料にしています。<br />芳醇なうまみと鮮やかな緑色の水色（すいしょく）にこだわりながらも、井ヶ田独自のしっかり焙煎で香りよく仕上げました。<br />
				うっかり熱湯で淹れてもあまり渋くならないお茶なので、日本茶は渋いからちょっと・・・と思われている方にまずはお試しいただきたいお茶です。
			</p>
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<div class="tea-intro">
			<div class="intro-text">
				<div>リラックス効果の高いといわれる成分が豊富</div>
			</div>
			<p class="subtext">
				「さえみどり」は、旨み成分である「テアニン」を豊富に含む品種です。<br />
				テアニンは、リラックス効果があることで知られているアミノ酸の一種で、緑茶の“うまみ”や“まろやかさ”のもととなる成分です。
				<br /><br />また、このテアニンは低い温度でじっくり抽出することでより多く引き出せるという特長があります。<br />
				そのため、リラックスしたいときには、水出しでゆっくり淹れるのがおすすめ。<br />
				「さえみどり」のうまみがぎゅっと詰まった味わいとともに、心も体もそっとほぐれていくようなひとときをお楽しみいただけます。
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<section class="health-benefit">
			<h2 class="health-title">★ からだにうれしい効果を期待できる</h2>
			<div class="health-inner">
				<p class="health-lead">
					他の品種と比較して、<span class="bold">機能性フラボノイド「ケルセチン配糖体」</span>を豊富に含む「さえみどり」は、まさに“からだ想い”の一杯。<br><br />
					ケルセチン配糖体は、玉ねぎやブロッコリーにも含まれる機能性成分<span class="bold">ケルセチン(ポリフェノール)</span>の一種で、<span class="bold">血管機能の改善や脂質代謝改善、抗酸化作用など様々な健康効果</span>が報告されています。
				</p>
				<p class="note">出典：農研機構「お茶の健康機能成分ケルセチン配糖体について」</p>
				<div aria-hidden="true" style="height:5px"></div>
				<section class="compound-graph">
					<h3>ケルセチン配糖体の含有量（目安）</h3>
					<div class="bar-wrap">
						<div class="label">さえみどり</div>
						<div class="bar">
							<div class="fill saemidori">12.1mg</div>
						</div>
					</div>
					<div class="bar-wrap">
						<div class="label">やぶきた</div>
						<div class="bar">
							<div class="fill yabukita">5.2mg</div>
						</div>
					</div>
					<p class="note">※100mlあたり・参考値<br />出典:農研機構「育成登録品種（「やぶきた」を除く）におけるケルセチン含有量」</p>
				</section>
				<p class="health-detail">
					この成分は、一般的なケルセチンに比べて<span class="bold">水に溶けやすい</span>という特性があり、<span class="bold">水出しでもお湯出しでも手軽に摂取できる</span>のが魅力です。
				</p>
				<div aria-hidden="true" style="height:15px"></div>
				<p class="health-detail">
					とくに暑い季節には、水出しにするとこでさっぱりと飲みやすく、成分もしっかり摂れるのでおすすめです。
				</p>
				<p class="health-detail">
					また、冷たいお茶が苦手な方は、<span class="bold">水出ししたものをレンジで温める</span>ことで、水出しで抽出された成分を損なわずに温かく楽しめます。
				</p>
				<p class="health-detail">
					「さえみどり」は、味・香り・色に加え、からだにうれしい成分も豊富に含んだ、<span class="bold">味わいと機能性を兼ね備えた</span>お茶です。<br><br />
					<span class="bold">毎日の一杯に、健やかさをプラスしてみませんか？</span>
				</p>
			</div>
		</section>



		<div class="box_scene">
			<div class="box_scene_title">こんなお茶が飲みたいときに</div>
			<div class="box_scene_line">
			</div>
			<ul>
				<li>手軽に美味しい水出し緑茶を楽しみたい</li>
				<li>毎日のティータイムを丁寧に過ごしたい</li>
				<li>せっかくなら、機能性成分をより多く摂れるお茶を選びたい</li>
				<!--
			<li>時間がなくてさっと淹れたいときに<br />(さっと淹れてもしっかり味が出ます)</li>
-->
			</ul>
		</div>
		<div class="product-details">
			<h2>商品詳細</h2>
			<table>
				<tr>
					<td>原材料</td>
					<td>緑茶</td>
				</tr>
				<tr>
					<td>内容量</td>
					<td>80g × 3</td>
				</tr>
				<tr>
					<td>産地</td>
					<td>九州</td>
				</tr>
				<tr>
					<td>製造地</td>
					<td>宮崎県</td>
				</tr>
				<tr>
					<td>サイズ</td>
					<td>約230×120×20mm</td>
				</tr>
				<tr>
					<td>賞味期限</td>
					<td>製造から1ヵ年</td>
				</tr>
			</table>
		</div>
	</section>
</div>

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

  <item rdf:about="https://igeta-tea.shop/?pid=191889937">
    <link>https://igeta-tea.shop/?pid=191889937</link>
    <title>【2024年ITI 2ツ星】深蒸し煎茶 さえみどり 80g  2本 ※こねこ便</title>
    <description>
	
	
	深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園
	
	
	
	
	
	
	
	
		{
			&quot;@context&quot;: &quot;https://schema.org/&quot;,
			&quot;@type&quot;: &quot;Product&quot;,
			&quot;name&quot;: &quot;深蒸し煎茶 さえみどり&quot;,
			&quot;image&quot;: [
				&quot;https://igeta-tea.shop/path-to-saemidori-main.jpg&quot;...</description>
<content:encoded><![CDATA[
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園</title>
	<meta name="description" content="甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。水出しでも湯出しでも美味しく、機能性成分ケルセチン配糖体も豊富に含まれています。" />
	<meta name="keywords" content="さえみどり, 緑茶, 深蒸し煎茶, 水出し茶, ケルセチン, 健康茶, 井ヶ田製茶" />
	<meta property="og:title" content="甘みと健康の“いいとこどり”｜深蒸し煎茶 さえみどり" />
	<meta property="og:description" content="香り・甘み・機能性成分に優れた高機能品種『さえみどり』。水出し・湯出しどちらでも美味しく、毎日の健やかな一杯に。" />
	<meta property="og:url" content="https://igeta-tea.shop/saemidori-feature" />
	<meta property="og:image" content="https://igeta-tea.shop/path-to-saemidori-main.jpg" />
	<link rel="canonical" href="https://igeta-tea.shop/saemidori-feature" />
	<script type="application/ld+json">
		{
			"@context": "https://schema.org/",
			"@type": "Product",
			"name": "深蒸し煎茶 さえみどり",
			"image": [
				"https://igeta-tea.shop/path-to-saemidori-main.jpg"
			],
			"description": "甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。ケルセチン配糖体を豊富に含み、水出し・湯出し両方で美味しくお楽しみいただけます。",
			"brand": {
				"@type": "Organization",
				"name": "井ヶ田製茶北郷茶園"
			}
		}

	</script>
	<style>
		/*
	.contents {
		background-color: #fcfaf7;
	}
*/
		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
		}

		.hero {
			text-align: center;
			margin-bottom: 2em;
		}

		.hero h1 {
			font-size: 2em;
			color: #006400;
			margin: 50px 0 60px 0;
			font-weight: bold;
			letter-spacing: 0.1em;
		}

		.tea-section h2 {
			font-size: 1.2em;
			font-weight: 500;
			padding-bottom: 5px;
			line-height: 150%;
			letter-spacing: 0.05em;
			text-align: center;
			color: #4d7736;
		}

		.subtitle_top {
			position: relative;
			display: inline-block;
			margin: 30px 0 80px 0;
			font-size: 1.3em;
			color: #5c4846;
			line-height: 160%;
			letter-spacing: 0.08em;
		}

		.subtitle_top:before {
			content: '';
			position: absolute;
			bottom: -15px;
			display: inline-block;
			width: 60px;
			height: 5px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #006400;
			border-radius: 2px;
		}

		/* 背景色をつけて角を丸くする */
		.box_scene {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #f0f7e7;
			color: #5c4846;
			width: 90%;
			text-align: center;
			font-size: 1.3em;
		}

		/* pタグの余白 */
		.box_scene p {
			margin: 0;
		}

		.box_scene div {
			font-size: 1.3em;
			color: #006400;
			font-weight: bold;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
		}

		.box_scene_line {
			border-bottom: dotted 3px #006400;
			margin: 0 auto 1em;
			width: 90%;
		}

		@media screen and (min-width: 751px) {
			.box_scene li {
				padding-left: 1em;
				/* 左に少し余白をつける */
				margin-bottom: 0.8em;
				list-style: disc inside;
				/* 必要なら通常の黒丸表示 */
			}
		}

		.box_scene li {
			font-size: 1em;
			text-align: left;
			margin: 0 0 1em 1em;
			letter-spacing: 0.08em;
			line-height: 180%;
		}


		/* 背景色をつけて角を丸くする */
		.box_hero {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #006400;
			color: #fff;
			width: 50%;
			text-align: center;
			font-size: 1.3em;
			font-weight: 600;
		}

		/* pタグの余白 */
		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero .quaternary {
			font-size: 0.6em;
		}

		@media only screen and (max-width: 750px) {
			.subtext {
				margin-left: 0 !important;
				margin-right: 0 !important;
				padding-left: 1em;
				padding-right: 1em;
				text-align: left;
			}
		}

		.subtext {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 180%;
			letter-spacing: 0.1em;
			margin: 0em 1em 0.5em 1em;
		}

		.subtext_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.text {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 200%;
			letter-spacing: 0.08em;
			margin: 0 2em 0 0.2em;
		}

		.tea-intro {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.top-img {
			width: 100%;
			height: auto;
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}

		.intro-img {
			flex: 1;
			max-width: 300px;
		}

		.intro-text {
			flex: 2;
		}

		.intro-text div {
			font-size: 1.6em;
			color: #006400;
			width: auto;
			margin: 1.5em 0em 0.6em 0em;
			padding-left: 0.5em;
			padding-right: 0.5em;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			line-height: 150%;
			letter-spacing: 0.05em;
			font-weight: bold;
			background: #f0f7e7;
		}


		.section-title {
			font-size: 2em;
			color: #006400;
			margin-top: 3em;
			margin-bottom: 1.5em;
			text-align: center;
			letter-spacing: 4px;
			font-weight: 500;
		}

		.review-bubble-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 0 1em;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
		}

		.bubble-title {
			font-size: 1.6em;
			color: #006400;
			border-left: 6px solid #006400;
			padding-left: 0.6em;
			margin: 2em 0 1em;
			letter-spacing: 0.08em;
		}

		.bubble-review {
			display: flex;
			align-items: flex-start;
			background-color: #fdfdf6;
			border-radius: 12px;
			padding: 1.2em;
			margin-bottom: 1.5em;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.bubble-avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
			object-fit: cover;
			margin-right: 1em;
			flex-shrink: 0;
			border: 2px solid #dcdccf;
		}

		.bubble-content {
			flex: 1;
		}

		.bubble-meta {
			font-weight: bold;
			color: #006400;
			margin-bottom: 0.5em;
			font-size: 0.95em;
		}

		.bubble-text {
			font-size: 1.5em;
			line-height: 1.7;
			letter-spacing: 0.08em;
		}

		.review_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.producer {
			background-color: #fff5e5;
		}

		.producer .bubble-meta {
			color: #e69a3d;
		}


		.price.tea-section .box {
			text-align: center;
			margin-top: 3em;
		}

		.flex {
			display: flex;
			justify-content: space-around;
		}

		.tea-section .box_3 {
			text-align: center;
			width: 40%;
			border: 1px;
			padding: 30px;
			font-size: 1.3em;
			font-weight: 600;
			box-sizing: border-box;
			/* paddingも含めて幅を計算 */
			max-width: 100%;
			/* コンテナからはみ出さないように */
		}

		.leaf {
			flex: 1;
			display: block;
			margin: auto;
			width: 5em;
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto 0.5em auto;
		}

		.brew-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 1em;
			background-color: #f0f7e7;
			border-radius: 12px;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.brew-title {
			font-size: 1.6em;
			color: #006400;
			text-align: center;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
			border-bottom: 2px solid #cfe2b1;
			display: inline-block;
			padding-bottom: 0.2em;
		}

		.brew-steps {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			gap: 1em;
			margin-top: 1em;
		}

		.brew-step {
			background-color: #ffffff;
			border: 2px solid #e2edcd;
			border-radius: 10px;
			padding: 1em;
			width: 220px;
			text-align: center;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
		}

		.brew-icon {
			width: 48px;
			height: 48px;
			margin-bottom: 0.5em;
		}

		.brew-label {
			font-size: 1.5em;
			line-height: 1.6;
			letter-spacing: 0.03em;
		}


		@media (max-width: 600px) {
			.brew-steps {
				flex-direction: column;
				align-items: center;
			}
		}

		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.price {
			font-size: 1.3em;
			color: #5c4846;
			margin-bottom: 1em;
		}

		.purchase-box {
			text-align: center;
			margin: 4em auto 5em;
		}

		.purchase-price {
			font-size: 1.4em;
			color: #5c4846;
			font-weight: bold;
			letter-spacing: 0.08em;
			margin-bottom: 1em;
		}

		.purchase-button {
			display: inline-block;
			background-color: #006400;
			color: #fff;
			padding: 0.9em 2.2em;
			border-radius: 6px;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.5em;
			transition: background-color 0.3s ease;
		}

		.purchase-button:hover {
			background-color: #3a5c29;
		}

		.award-box {
			display: flex;
			align-items: center;
			justify-content: center;
			background: #fdfcf5;
			border: 2px solid #f0e8c5;
			border-radius: 12px;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 700px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
			flex-wrap: wrap;
		}

		.award-img {
			width: 120px;
			height: auto;
			margin-right: 1.5em;
			flex-shrink: 0;
		}

		.award-text {
			flex: 1;
			color: #5c4846;
		}

		.award-lead {
			font-size: 1em;
			font-weight: 500;
			color: #888;
			margin-bottom: 0.3em;
		}

		.award-main {
			font-size: 1.5em;
			font-weight: bold;
			color: #d6a419;
			margin-bottom: 0.3em;
		}

		.award-note {
			font-size: 1em;
			line-height: 1.6;
			color: #5c4846;
		}

		.health-benefit {
			/*			background: #f4f4ef;*/
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 2em 1em;
			margin: 3em 0;
		}

		.health-benefit h2 {
			font-size: 2em;
			color: #006400;
		}

		.health-title {
			font-size: 1.6em;
			margin-bottom: 1em;
			text-align: center;
			color: #006400;
			border-bottom: 2px solid #333;
			display: inline-block;
			padding-bottom: 0.3em;
			font-weight: :600;
		}

		.health-inner {
			max-width: 700px;
			margin: 0 auto;
			line-height: 1.9;
			color: #5c4846;
		}

		.health-inner .bold {
			font-weight: 600;
		}

		.health-lead {
			font-size: 1.5em;
			margin-bottom: 1em;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-detail {
			font-size: 1.3em;
			color: #5c4846;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-inner span {
			color: #006400;
		}

		.compound-graph {
			background: #f8f8f2;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 600px;
			border: 1px solid #ddd;
		}

		.compound-graph h3 {
			text-align: center;
			font-size: 1.2em;
			margin-bottom: 1em;
			color: #5c4846;
		}

		.bar-wrap {
			display: flex;
			align-items: center;
			margin-bottom: 0.8em;
		}

		.label {
			width: 90px;
			font-weight: bold;
			color: #5c4846;
		}

		.bar {
			flex: 1;
			background: #ddd;
			height: 24px;
			border-radius: 12px;
			overflow: hidden;
		}

		.fill {
			height: 100%;
			color: #fff;
			line-height: 24px;
			padding-left: 10px;
			font-size: 0.9em;
			border-radius: 12px;
		}

		.fill.saemidori {
			width: 75%;
			background: #006400;
		}

		.fill.yabukita {
			width: 20%;
			background: #b5cbbb;
		}

		.note {
			font-size: 0.85em;
			color: #777;
			text-align: right;
			margin-top: 0.5em;
		}

		@media (max-width: 600px) {
			.award-box {
				flex-direction: column;
				text-align: center;
			}

			.award-img {
				margin: 0 0 1em 0;
			}
		}


		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.pc {
			display: block !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;

		}

		.sp {
			display: none !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;
		}

		/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
		@media only screen and (max-width: 750px) {
			.pc {
				display: none !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;

			}

			.sp {
				display: block !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;
			}
		}

		.product-details {
			max-width: 600px;
			margin: 30px auto;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #4a4a4a;
		}

		.product-details h2 {
			font-size: 1.2em;
			font-weight: 700;
			margin-bottom: 15px;
			border-bottom: 3px solid #006400;
			padding-bottom: 5px;
			letter-spacing: 0.08em;
			text-align: center;
			color: #006400;
		}

		.product-details table {
			width: 100%;
			border-collapse: collapse;
			box-shadow: 0 0 10px rgba(113, 171, 80, 0.1);
			background-color: #fafafa;
			border-radius: 8px;
			overflow: hidden;
		}

		.product-details th,
		.product-details td {
			padding: 12px 20px;
			text-align: left;
			font-size: 1em;
		}

		.product-details tr:not(:last-child) {
			border-bottom: 1px solid #d3d3d3;
		}

		.product-details tr:hover {
			background-color: #e9f1d7;
			transition: background-color 0.3s ease;
		}

		.product-details td:first-child {
			font-weight: 600;
			width: 40%;
			color: #006400;
		}

		.product-details td:last-child {
			width: 60%;
		}

		@media (max-width: 480px) {

			.product-details table,
			.product-details thead,
			.product-details tbody,
			.product-details th,
			.product-details td,
			.product-details tr {
				display: block;
				width: 100%;
			}

			.product-details table {
				border: none;
				box-shadow: none;
				background: none;
			}

			.product-details tr {
				margin-bottom: 15px;
				border-bottom: 2px solid #006400;
				padding-bottom: 10px;
			}

			.product-details td {
				font-size: 1em;
				padding: 0.3em 0;
				text-align: left;
			}

			.product-details td:first-child {
				font-weight: bold;
				color: #006400;
				background: none;
			}

			.product-details td:last-child {
				color: #5c4846;
			}
		}

		.brew-note {
			margin-top: 2em;
			background: #fffef3;
			border-left: 6px solid #ffda6b;
			padding: 1em 1.2em;
			border-radius: 10px;
			font-size: 1.5em;
			line-height: 1.8;
			color: #5c4846;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		}

		.brew-note .highlight {
			background: linear-gradient(transparent 70%, #fdffb6 70%);
			font-weight: bold;
		}

		.sp-only {
			display: none;
		}

		@media screen and (max-width: 600px) {
			.sp-only {
				display: inline;
			}
		}

		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
			font-size: 80%;
		}

		.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>
</head>

<div class="contents">
	<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMQ.gif?cmsp_timestamp=20250704111456" class="top-img" alt="さえみどり特集ページのメインビジュアル">
	<section class="tea-section">
		<div class="hero">










			<!-- 大事なお知らせ -->
			<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>




			<h1><span style="font-size:0.6em;">深蒸し煎茶</span> さえみどり</h1>

			<p class="subtitle_top">
				日本茶をゆっくり味わって<br />リラックスしたいときに
			</p>
			<div class="box_hero">
				<p>お茶淹れ初心者の方におすすめ</p>
			</div>
			<div class="box_hero">
				<p>機能性成分<span class="quaternary">※</span>を摂取</p><span class="quaternary">※…カテキン、ケルセチン、テアニン等</span>
			</div>
			<div class="box_hero">
				<p>湯出し・水出し<br />どちらでも美味しい</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:50px"></div>
		<div class="award-box">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnN0YXJfMjAyNC1taW4.png?cmsp_timestamp=20250703150417" alt="2ツ星受賞" class="award-img">
			<div class="award-text">
				<p class="award-lead">International Taste Institute(国際味覚審査機構)</p>
				<p class="award-main">2024年 2ツ星 受賞</p>
				<p class="award-note">世界のシェフやソムリエによる審査で、優れた味わいと品質が認められました。</p>
			</div>
		</div>

		<p class="subtext">
			高機能品種といわれる「さえみどり」品種のみで仕上げた深蒸し煎茶です。
		</p>
		<div aria-hidden="true" style="height:60px"></div>
		<div class="flex">
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>上品な甘み</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>濃厚なコク</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>さわやかな香り</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:80px"></div>
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="sp" alt="スマートフォン用の画像">
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="pc" alt="pc用の画像">
		<div class="tea-intro">
			<div class="intro-text">
				<div>お茶淹れ初心者の方にもおすすめ</div>
			</div>
			<p class="subtext">
				甘み・うまみが強く渋みの少ない品種『さえみどり』の被覆栽培した一番茶を原料にしています。<br />芳醇なうまみと鮮やかな緑色の水色（すいしょく）にこだわりながらも、井ヶ田独自のしっかり焙煎で香りよく仕上げました。<br />
				うっかり熱湯で淹れてもあまり渋くならないお茶なので、日本茶は渋いからちょっと・・・と思われている方にまずはお試しいただきたいお茶です。
			</p>
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<div class="tea-intro">
			<div class="intro-text">
				<div>リラックス効果の高いといわれる成分が豊富</div>
			</div>
			<p class="subtext">
				「さえみどり」は、旨み成分である「テアニン」を豊富に含む品種です。<br />
				テアニンは、リラックス効果があることで知られているアミノ酸の一種で、緑茶の“うまみ”や“まろやかさ”のもととなる成分です。
				<br /><br />また、このテアニンは低い温度でじっくり抽出することでより多く引き出せるという特長があります。<br />
				そのため、リラックスしたいときには、水出しでゆっくり淹れるのがおすすめ。<br />
				「さえみどり」のうまみがぎゅっと詰まった味わいとともに、心も体もそっとほぐれていくようなひとときをお楽しみいただけます。
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<section class="health-benefit">
			<h2 class="health-title">★ からだにうれしい効果を期待できる</h2>
			<div class="health-inner">
				<p class="health-lead">
					他の品種と比較して、<span class="bold">機能性フラボノイド「ケルセチン配糖体」</span>を豊富に含む「さえみどり」は、まさに“からだ想い”の一杯。<br><br />
					ケルセチン配糖体は、玉ねぎやブロッコリーにも含まれる機能性成分<span class="bold">ケルセチン(ポリフェノール)</span>の一種で、<span class="bold">血管機能の改善や脂質代謝改善、抗酸化作用など様々な健康効果</span>が報告されています。
				</p>
				<p class="note">出典：農研機構「お茶の健康機能成分ケルセチン配糖体について」</p>
				<div aria-hidden="true" style="height:5px"></div>
				<section class="compound-graph">
					<h3>ケルセチン配糖体の含有量（目安）</h3>
					<div class="bar-wrap">
						<div class="label">さえみどり</div>
						<div class="bar">
							<div class="fill saemidori">12.1mg</div>
						</div>
					</div>
					<div class="bar-wrap">
						<div class="label">やぶきた</div>
						<div class="bar">
							<div class="fill yabukita">5.2mg</div>
						</div>
					</div>
					<p class="note">※100mlあたり・参考値<br />出典:農研機構「育成登録品種（「やぶきた」を除く）におけるケルセチン含有量」</p>
				</section>
				<p class="health-detail">
					この成分は、一般的なケルセチンに比べて<span class="bold">水に溶けやすい</span>という特性があり、<span class="bold">水出しでもお湯出しでも手軽に摂取できる</span>のが魅力です。
				</p>
				<div aria-hidden="true" style="height:15px"></div>
				<p class="health-detail">
					とくに暑い季節には、水出しにするとこでさっぱりと飲みやすく、成分もしっかり摂れるのでおすすめです。
				</p>
				<p class="health-detail">
					また、冷たいお茶が苦手な方は、<span class="bold">水出ししたものをレンジで温める</span>ことで、水出しで抽出された成分を損なわずに温かく楽しめます。
				</p>
				<p class="health-detail">
					「さえみどり」は、味・香り・色に加え、からだにうれしい成分も豊富に含んだ、<span class="bold">味わいと機能性を兼ね備えた</span>お茶です。<br><br />
					<span class="bold">毎日の一杯に、健やかさをプラスしてみませんか？</span>
				</p>
			</div>
		</section>



		<div class="box_scene">
			<div class="box_scene_title">こんなお茶が飲みたいときに</div>
			<div class="box_scene_line">
			</div>
			<ul>
				<li>手軽に美味しい水出し緑茶を楽しみたい</li>
				<li>毎日のティータイムを丁寧に過ごしたい</li>
				<li>せっかくなら、機能性成分をより多く摂れるお茶を選びたい</li>
				<!--
			<li>時間がなくてさっと淹れたいときに<br />(さっと淹れてもしっかり味が出ます)</li>
-->
			</ul>
		</div>
		<div class="product-details">
			<h2>商品詳細</h2>
			<table>
				<tr>
					<td>原材料</td>
					<td>緑茶</td>
				</tr>
				<tr>
					<td>内容量</td>
					<td>80g × 2</td>
				</tr>
				<tr>
					<td>産地</td>
					<td>九州</td>
				</tr>
				<tr>
					<td>製造地</td>
					<td>宮崎県</td>
				</tr>
				<tr>
					<td>サイズ</td>
					<td>約230×120×20mm</td>
				</tr>
				<tr>
					<td>賞味期限</td>
					<td>製造から1ヵ年</td>
				</tr>
			</table>
		</div>
	</section>
</div>

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

  <item rdf:about="https://igeta-tea.shop/?pid=191889929">
    <link>https://igeta-tea.shop/?pid=191889929</link>
    <title>【2024年ITI 2ツ星】深蒸し煎茶 さえみどり 80g  1本 ※こねこ便</title>
    <description>
	
	
	深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園
	
	
	
	
	
	
	
	
		{
			&quot;@context&quot;: &quot;https://schema.org/&quot;,
			&quot;@type&quot;: &quot;Product&quot;,
			&quot;name&quot;: &quot;深蒸し煎茶 さえみどり&quot;,
			&quot;image&quot;: [
				&quot;https://igeta-tea.shop/path-to-saemidori-main.jpg&quot;...</description>
<content:encoded><![CDATA[
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>深蒸し煎茶 さえみどり｜井ヶ田製茶北郷茶園</title>
	<meta name="description" content="甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。水出しでも湯出しでも美味しく、機能性成分ケルセチン配糖体も豊富に含まれています。" />
	<meta name="keywords" content="さえみどり, 緑茶, 深蒸し煎茶, 水出し茶, ケルセチン, 健康茶, 井ヶ田製茶" />
	<meta property="og:title" content="甘みと健康の“いいとこどり”｜深蒸し煎茶 さえみどり" />
	<meta property="og:description" content="香り・甘み・機能性成分に優れた高機能品種『さえみどり』。水出し・湯出しどちらでも美味しく、毎日の健やかな一杯に。" />
	<meta property="og:url" content="https://igeta-tea.shop/saemidori-feature" />
	<meta property="og:image" content="https://igeta-tea.shop/path-to-saemidori-main.jpg" />
	<link rel="canonical" href="https://igeta-tea.shop/saemidori-feature" />
	<script type="application/ld+json">
		{
			"@context": "https://schema.org/",
			"@type": "Product",
			"name": "深蒸し煎茶 さえみどり",
			"image": [
				"https://igeta-tea.shop/path-to-saemidori-main.jpg"
			],
			"description": "甘みとうまみが強く、渋みの少ない『さえみどり』の深蒸し煎茶。ケルセチン配糖体を豊富に含み、水出し・湯出し両方で美味しくお楽しみいただけます。",
			"brand": {
				"@type": "Organization",
				"name": "井ヶ田製茶北郷茶園"
			}
		}

	</script>
	<style>
		/*
	.contents {
		background-color: #fcfaf7;
	}
*/
		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
		}

		.hero {
			text-align: center;
			margin-bottom: 2em;
		}

		.hero h1 {
			font-size: 2em;
			color: #006400;
			margin: 50px 0 60px 0;
			font-weight: bold;
			letter-spacing: 0.1em;
		}

		.tea-section h2 {
			font-size: 1.2em;
			font-weight: 500;
			padding-bottom: 5px;
			line-height: 150%;
			letter-spacing: 0.05em;
			text-align: center;
			color: #4d7736;
		}

		.subtitle_top {
			position: relative;
			display: inline-block;
			margin: 30px 0 80px 0;
			font-size: 1.3em;
			color: #5c4846;
			line-height: 160%;
			letter-spacing: 0.08em;
		}

		.subtitle_top:before {
			content: '';
			position: absolute;
			bottom: -15px;
			display: inline-block;
			width: 60px;
			height: 5px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #006400;
			border-radius: 2px;
		}

		/* 背景色をつけて角を丸くする */
		.box_scene {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #f0f7e7;
			color: #5c4846;
			width: 90%;
			text-align: center;
			font-size: 1.3em;
		}

		/* pタグの余白 */
		.box_scene p {
			margin: 0;
		}

		.box_scene div {
			font-size: 1.3em;
			color: #006400;
			font-weight: bold;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
		}

		.box_scene_line {
			border-bottom: dotted 3px #006400;
			margin: 0 auto 1em;
			width: 90%;
		}

		@media screen and (min-width: 751px) {
			.box_scene li {
				padding-left: 1em;
				/* 左に少し余白をつける */
				margin-bottom: 0.8em;
				list-style: disc inside;
				/* 必要なら通常の黒丸表示 */
			}
		}

		.box_scene li {
			font-size: 1em;
			text-align: left;
			margin: 0 0 1em 1em;
			letter-spacing: 0.08em;
			line-height: 180%;
		}


		/* 背景色をつけて角を丸くする */
		.box_hero {
			margin: 0 auto 1em;
			/* 外側の余白（上下と中央配置） */
			padding: 1em;
			/* 内側余白 */
			border-radius: 10px;
			/*丸みを調整*/
			background-color: #006400;
			color: #fff;
			width: 50%;
			text-align: center;
			font-size: 1.3em;
			font-weight: 600;
		}

		/* pタグの余白 */
		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero p {
			margin: 0;
			letter-spacing: 0.08em;
		}

		.box_hero .quaternary {
			font-size: 0.6em;
		}

		@media only screen and (max-width: 750px) {
			.subtext {
				margin-left: 0 !important;
				margin-right: 0 !important;
				padding-left: 1em;
				padding-right: 1em;
				text-align: left;
			}
		}

		.subtext {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 180%;
			letter-spacing: 0.1em;
			margin: 0em 1em 0.5em 1em;
		}

		.subtext_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.text {
			font-size: 1.5em;
			color: #5c4846;
			line-height: 200%;
			letter-spacing: 0.08em;
			margin: 0 2em 0 0.2em;
		}

		.tea-intro {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.top-img {
			width: 100%;
			height: auto;
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}

		.intro-img {
			flex: 1;
			max-width: 300px;
		}

		.intro-text {
			flex: 2;
		}

		.intro-text div {
			font-size: 1.6em;
			color: #006400;
			width: auto;
			margin: 1.5em 0em 0.6em 0em;
			padding-left: 0.5em;
			padding-right: 0.5em;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			line-height: 150%;
			letter-spacing: 0.05em;
			font-weight: bold;
			background: #f0f7e7;
		}


		.section-title {
			font-size: 2em;
			color: #006400;
			margin-top: 3em;
			margin-bottom: 1.5em;
			text-align: center;
			letter-spacing: 4px;
			font-weight: 500;
		}

		.review-bubble-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 0 1em;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
		}

		.bubble-title {
			font-size: 1.6em;
			color: #006400;
			border-left: 6px solid #006400;
			padding-left: 0.6em;
			margin: 2em 0 1em;
			letter-spacing: 0.08em;
		}

		.bubble-review {
			display: flex;
			align-items: flex-start;
			background-color: #fdfdf6;
			border-radius: 12px;
			padding: 1.2em;
			margin-bottom: 1.5em;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.bubble-avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
			object-fit: cover;
			margin-right: 1em;
			flex-shrink: 0;
			border: 2px solid #dcdccf;
		}

		.bubble-content {
			flex: 1;
		}

		.bubble-meta {
			font-weight: bold;
			color: #006400;
			margin-bottom: 0.5em;
			font-size: 0.95em;
		}

		.bubble-text {
			font-size: 1.5em;
			line-height: 1.7;
			letter-spacing: 0.08em;
		}

		.review_line {
			background: linear-gradient(transparent 10%, #fdff9f 70%);
			font-weight: 600;
		}

		.producer {
			background-color: #fff5e5;
		}

		.producer .bubble-meta {
			color: #e69a3d;
		}


		.price.tea-section .box {
			text-align: center;
			margin-top: 3em;
		}

		.flex {
			display: flex;
			justify-content: space-around;
		}

		.tea-section .box_3 {
			text-align: center;
			width: 40%;
			border: 1px;
			padding: 30px;
			font-size: 1.3em;
			font-weight: 600;
			box-sizing: border-box;
			/* paddingも含めて幅を計算 */
			max-width: 100%;
			/* コンテナからはみ出さないように */
		}

		.leaf {
			flex: 1;
			display: block;
			margin: auto;
			width: 5em;
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto 0.5em auto;
		}

		.brew-section {
			max-width: 800px;
			margin: 3em auto;
			padding: 1em;
			background-color: #f0f7e7;
			border-radius: 12px;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		}

		.brew-title {
			font-size: 1.6em;
			color: #006400;
			text-align: center;
			margin-bottom: 1.5em;
			letter-spacing: 0.08em;
			border-bottom: 2px solid #cfe2b1;
			display: inline-block;
			padding-bottom: 0.2em;
		}

		.brew-steps {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			gap: 1em;
			margin-top: 1em;
		}

		.brew-step {
			background-color: #ffffff;
			border: 2px solid #e2edcd;
			border-radius: 10px;
			padding: 1em;
			width: 220px;
			text-align: center;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
		}

		.brew-icon {
			width: 48px;
			height: 48px;
			margin-bottom: 0.5em;
		}

		.brew-label {
			font-size: 1.5em;
			line-height: 1.6;
			letter-spacing: 0.03em;
		}


		@media (max-width: 600px) {
			.brew-steps {
				flex-direction: column;
				align-items: center;
			}
		}

		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.price {
			font-size: 1.3em;
			color: #5c4846;
			margin-bottom: 1em;
		}

		.purchase-box {
			text-align: center;
			margin: 4em auto 5em;
		}

		.purchase-price {
			font-size: 1.4em;
			color: #5c4846;
			font-weight: bold;
			letter-spacing: 0.08em;
			margin-bottom: 1em;
		}

		.purchase-button {
			display: inline-block;
			background-color: #006400;
			color: #fff;
			padding: 0.9em 2.2em;
			border-radius: 6px;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.5em;
			transition: background-color 0.3s ease;
		}

		.purchase-button:hover {
			background-color: #3a5c29;
		}

		.award-box {
			display: flex;
			align-items: center;
			justify-content: center;
			background: #fdfcf5;
			border: 2px solid #f0e8c5;
			border-radius: 12px;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 700px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
			flex-wrap: wrap;
		}

		.award-img {
			width: 120px;
			height: auto;
			margin-right: 1.5em;
			flex-shrink: 0;
		}

		.award-text {
			flex: 1;
			color: #5c4846;
		}

		.award-lead {
			font-size: 1em;
			font-weight: 500;
			color: #888;
			margin-bottom: 0.3em;
		}

		.award-main {
			font-size: 1.5em;
			font-weight: bold;
			color: #d6a419;
			margin-bottom: 0.3em;
		}

		.award-note {
			font-size: 1em;
			line-height: 1.6;
			color: #5c4846;
		}

		.health-benefit {
			/*			background: #f4f4ef;*/
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 2em 1em;
			margin: 3em 0;
		}

		.health-benefit h2 {
			font-size: 2em;
			color: #006400;
		}

		.health-title {
			font-size: 1.6em;
			margin-bottom: 1em;
			text-align: center;
			color: #006400;
			border-bottom: 2px solid #333;
			display: inline-block;
			padding-bottom: 0.3em;
			font-weight: :600;
		}

		.health-inner {
			max-width: 700px;
			margin: 0 auto;
			line-height: 1.9;
			color: #5c4846;
		}

		.health-inner .bold {
			font-weight: 600;
		}

		.health-lead {
			font-size: 1.5em;
			margin-bottom: 1em;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-detail {
			font-size: 1.3em;
			color: #5c4846;
			letter-spacing: 0.08em;
			line-height: 2em;
		}

		.health-inner span {
			color: #006400;
		}

		.compound-graph {
			background: #f8f8f2;
			padding: 1.5em;
			margin: 2em auto;
			max-width: 600px;
			border: 1px solid #ddd;
		}

		.compound-graph h3 {
			text-align: center;
			font-size: 1.2em;
			margin-bottom: 1em;
			color: #5c4846;
		}

		.bar-wrap {
			display: flex;
			align-items: center;
			margin-bottom: 0.8em;
		}

		.label {
			width: 90px;
			font-weight: bold;
			color: #5c4846;
		}

		.bar {
			flex: 1;
			background: #ddd;
			height: 24px;
			border-radius: 12px;
			overflow: hidden;
		}

		.fill {
			height: 100%;
			color: #fff;
			line-height: 24px;
			padding-left: 10px;
			font-size: 0.9em;
			border-radius: 12px;
		}

		.fill.saemidori {
			width: 75%;
			background: #006400;
		}

		.fill.yabukita {
			width: 20%;
			background: #b5cbbb;
		}

		.note {
			font-size: 0.85em;
			color: #777;
			text-align: right;
			margin-top: 0.5em;
		}

		@media (max-width: 600px) {
			.award-box {
				flex-direction: column;
				text-align: center;
			}

			.award-img {
				margin: 0 0 1em 0;
			}
		}


		/* パソコンで見たときは"pc"のclassがついた画像が表示される */
		.pc {
			display: block !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;

		}

		.sp {
			display: none !important;
			flex: 1;
			max-width: 99%;
			margin-right: 1em;
			display: block;
			margin: auto;
		}

		/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
		@media only screen and (max-width: 750px) {
			.pc {
				display: none !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;

			}

			.sp {
				display: block !important;
				flex: 1;
				max-width: 99%;
				margin-right: 1em;
				display: block;
				margin: auto;
			}
		}

		.product-details {
			max-width: 600px;
			margin: 30px auto;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #4a4a4a;
		}

		.product-details h2 {
			font-size: 1.2em;
			font-weight: 700;
			margin-bottom: 15px;
			border-bottom: 3px solid #006400;
			padding-bottom: 5px;
			letter-spacing: 0.08em;
			text-align: center;
			color: #006400;
		}

		.product-details table {
			width: 100%;
			border-collapse: collapse;
			box-shadow: 0 0 10px rgba(113, 171, 80, 0.1);
			background-color: #fafafa;
			border-radius: 8px;
			overflow: hidden;
		}

		.product-details th,
		.product-details td {
			padding: 12px 20px;
			text-align: left;
			font-size: 1em;
		}

		.product-details tr:not(:last-child) {
			border-bottom: 1px solid #d3d3d3;
		}

		.product-details tr:hover {
			background-color: #e9f1d7;
			transition: background-color 0.3s ease;
		}

		.product-details td:first-child {
			font-weight: 600;
			width: 40%;
			color: #006400;
		}

		.product-details td:last-child {
			width: 60%;
		}

		@media (max-width: 480px) {

			.product-details table,
			.product-details thead,
			.product-details tbody,
			.product-details th,
			.product-details td,
			.product-details tr {
				display: block;
				width: 100%;
			}

			.product-details table {
				border: none;
				box-shadow: none;
				background: none;
			}

			.product-details tr {
				margin-bottom: 15px;
				border-bottom: 2px solid #006400;
				padding-bottom: 10px;
			}

			.product-details td {
				font-size: 1em;
				padding: 0.3em 0;
				text-align: left;
			}

			.product-details td:first-child {
				font-weight: bold;
				color: #006400;
				background: none;
			}

			.product-details td:last-child {
				color: #5c4846;
			}
		}

		.brew-note {
			margin-top: 2em;
			background: #fffef3;
			border-left: 6px solid #ffda6b;
			padding: 1em 1.2em;
			border-radius: 10px;
			font-size: 1.5em;
			line-height: 1.8;
			color: #5c4846;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		}

		.brew-note .highlight {
			background: linear-gradient(transparent 70%, #fdffb6 70%);
			font-weight: bold;
		}

		.sp-only {
			display: none;
		}

		@media screen and (max-width: 600px) {
			.sp-only {
				display: inline;
			}
		}

		.tea-section {
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: #5c4846;
			max-width: 800px;
			margin: auto;
			font-size: 80%;
		}

		.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>
</head>

<div class="contents">
	<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMQ.gif?cmsp_timestamp=20250704111456" class="top-img" alt="さえみどり特集ページのメインビジュアル">
	<section class="tea-section">
		<div class="hero">










			<!-- 大事なお知らせ -->
			<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>




			<h1><span style="font-size:0.6em;">深蒸し煎茶</span> さえみどり</h1>

			<p class="subtitle_top">
				日本茶をゆっくり味わって<br />リラックスしたいときに
			</p>
			<div class="box_hero">
				<p>お茶淹れ初心者の方におすすめ</p>
			</div>
			<div class="box_hero">
				<p>機能性成分<span class="quaternary">※</span>を摂取</p><span class="quaternary">※…カテキン、ケルセチン、テアニン等</span>
			</div>
			<div class="box_hero">
				<p>湯出し・水出し<br />どちらでも美味しい</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:50px"></div>
		<div class="award-box">
			<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/MnN0YXJfMjAyNC1taW4.png?cmsp_timestamp=20250703150417" alt="2ツ星受賞" class="award-img">
			<div class="award-text">
				<p class="award-lead">International Taste Institute(国際味覚審査機構)</p>
				<p class="award-main">2024年 2ツ星 受賞</p>
				<p class="award-note">世界のシェフやソムリエによる審査で、優れた味わいと品質が認められました。</p>
			</div>
		</div>

		<p class="subtext">
			高機能品種といわれる「さえみどり」品種のみで仕上げた深蒸し煎茶です。
		</p>
		<div aria-hidden="true" style="height:60px"></div>
		<div class="flex">
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>上品な甘み</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>濃厚なコク</p>
			</div>
			<div class="box_3">
				<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/dGVhbGVhZl8wMDY0MDA.gif?cmsp_timestamp=20250704100144" class="leaf" alt="葉っぱ">
				<p>さわやかな香り</p>
			</div>
		</div>
		<div aria-hidden="true" style="height:80px"></div>
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="sp" alt="スマートフォン用の画像">
		<img src="https://img21.shop-pro.jp/PA01472/307/etc_base64/bmV3XzgwX3NhZW1pZG9yaV8wMi1taW4.jpg?cmsp_timestamp=20250703150124" class="pc" alt="pc用の画像">
		<div class="tea-intro">
			<div class="intro-text">
				<div>お茶淹れ初心者の方にもおすすめ</div>
			</div>
			<p class="subtext">
				甘み・うまみが強く渋みの少ない品種『さえみどり』の被覆栽培した一番茶を原料にしています。<br />芳醇なうまみと鮮やかな緑色の水色（すいしょく）にこだわりながらも、井ヶ田独自のしっかり焙煎で香りよく仕上げました。<br />
				うっかり熱湯で淹れてもあまり渋くならないお茶なので、日本茶は渋いからちょっと・・・と思われている方にまずはお試しいただきたいお茶です。
			</p>
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<div class="tea-intro">
			<div class="intro-text">
				<div>リラックス効果の高いといわれる成分が豊富</div>
			</div>
			<p class="subtext">
				「さえみどり」は、旨み成分である「テアニン」を豊富に含む品種です。<br />
				テアニンは、リラックス効果があることで知られているアミノ酸の一種で、緑茶の“うまみ”や“まろやかさ”のもととなる成分です。
				<br /><br />また、このテアニンは低い温度でじっくり抽出することでより多く引き出せるという特長があります。<br />
				そのため、リラックスしたいときには、水出しでゆっくり淹れるのがおすすめ。<br />
				「さえみどり」のうまみがぎゅっと詰まった味わいとともに、心も体もそっとほぐれていくようなひとときをお楽しみいただけます。
		</div>
		<div aria-hidden="true" style="height:15px"></div>
		<section class="health-benefit">
			<h2 class="health-title">★ からだにうれしい効果を期待できる</h2>
			<div class="health-inner">
				<p class="health-lead">
					他の品種と比較して、<span class="bold">機能性フラボノイド「ケルセチン配糖体」</span>を豊富に含む「さえみどり」は、まさに“からだ想い”の一杯。<br><br />
					ケルセチン配糖体は、玉ねぎやブロッコリーにも含まれる機能性成分<span class="bold">ケルセチン(ポリフェノール)</span>の一種で、<span class="bold">血管機能の改善や脂質代謝改善、抗酸化作用など様々な健康効果</span>が報告されています。
				</p>
				<p class="note">出典：農研機構「お茶の健康機能成分ケルセチン配糖体について」</p>
				<div aria-hidden="true" style="height:5px"></div>
				<section class="compound-graph">
					<h3>ケルセチン配糖体の含有量（目安）</h3>
					<div class="bar-wrap">
						<div class="label">さえみどり</div>
						<div class="bar">
							<div class="fill saemidori">12.1mg</div>
						</div>
					</div>
					<div class="bar-wrap">
						<div class="label">やぶきた</div>
						<div class="bar">
							<div class="fill yabukita">5.2mg</div>
						</div>
					</div>
					<p class="note">※100mlあたり・参考値<br />出典:農研機構「育成登録品種（「やぶきた」を除く）におけるケルセチン含有量」</p>
				</section>
				<p class="health-detail">
					この成分は、一般的なケルセチンに比べて<span class="bold">水に溶けやすい</span>という特性があり、<span class="bold">水出しでもお湯出しでも手軽に摂取できる</span>のが魅力です。
				</p>
				<div aria-hidden="true" style="height:15px"></div>
				<p class="health-detail">
					とくに暑い季節には、水出しにするとこでさっぱりと飲みやすく、成分もしっかり摂れるのでおすすめです。
				</p>
				<p class="health-detail">
					また、冷たいお茶が苦手な方は、<span class="bold">水出ししたものをレンジで温める</span>ことで、水出しで抽出された成分を損なわずに温かく楽しめます。
				</p>
				<p class="health-detail">
					「さえみどり」は、味・香り・色に加え、からだにうれしい成分も豊富に含んだ、<span class="bold">味わいと機能性を兼ね備えた</span>お茶です。<br><br />
					<span class="bold">毎日の一杯に、健やかさをプラスしてみませんか？</span>
				</p>
			</div>
		</section>



		<div class="box_scene">
			<div class="box_scene_title">こんなお茶が飲みたいときに</div>
			<div class="box_scene_line">
			</div>
			<ul>
				<li>手軽に美味しい水出し緑茶を楽しみたい</li>
				<li>毎日のティータイムを丁寧に過ごしたい</li>
				<li>せっかくなら、機能性成分をより多く摂れるお茶を選びたい</li>
				<!--
			<li>時間がなくてさっと淹れたいときに<br />(さっと淹れてもしっかり味が出ます)</li>
-->
			</ul>
		</div>
		<div class="product-details">
			<h2>商品詳細</h2>
			<table>
				<tr>
					<td>原材料</td>
					<td>緑茶</td>
				</tr>
				<tr>
					<td>内容量</td>
					<td>80g × 1</td>
				</tr>
				<tr>
					<td>産地</td>
					<td>九州</td>
				</tr>
				<tr>
					<td>製造地</td>
					<td>宮崎県</td>
				</tr>
				<tr>
					<td>サイズ</td>
					<td>約230×120×20mm</td>
				</tr>
				<tr>
					<td>賞味期限</td>
					<td>製造から1ヵ年</td>
				</tr>
			</table>
		</div>
	</section>
</div>

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

  <item rdf:about="https://igeta-tea.shop/?pid=191889770">
    <link>https://igeta-tea.shop/?pid=191889770</link>
    <title>【農薬不使用】さつき 80g 3本 ※こねこ便</title>
    <description>
	/* =========================
   さつき 
   scope: #satsuki-lp
========================= */

	#satsuki-lp {
		--accent: #7a4a2e;
		line-height: 1.9;
		font-size: 14px;
	}

	#satsuki-lp * {
		box-sizing: border-box;
	}

	/* Hero */
	#s...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
   さつき 
   scope: #satsuki-lp
========================= */

	#satsuki-lp {
		--accent: #7a4a2e;
		line-height: 1.9;
		font-size: 14px;
	}

	#satsuki-lp * {
		box-sizing: border-box;
	}

	/* Hero */
	#satsuki-lp .hero {
		text-align: center;
		padding: 48px 20px 24px;
	}

	#satsuki-lp .hero h1 {
		font-size: 26px;
		letter-spacing: 0.18em;
		margin-bottom: 8px;
		font-weight: normal;
	}

	#satsuki-lp .hero .subtitle {
		font-size: 13px;
		opacity: 0.7;
	}

	/* Intro / Story 共通 */
	#satsuki-lp .text {
		max-width: 720px;
		margin: 32px auto;
		padding: 0 20px;
		text-align: center;
	}

	#satsuki-lp .text p {
		margin-bottom: 16px;
	}

	/* 追加：長文用（静かに読ませる） */
	#satsuki-lp .story {
		margin-top: 40px;
	}

	#satsuki-lp .story p {
		text-align: left;
		margin-bottom: 20px;
	}

	/* Image */
	#satsuki-lp .image {
		max-width: 720px;
		margin: 40px auto;
		padding: 0 20px;
	}

	#satsuki-lp .image img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* Section */
	#satsuki-lp .section {
		max-width: 720px;
		margin: 56px auto;
		padding: 0 20px;
	}

	#satsuki-lp .section h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 16px;
		text-align: center;
	}

	/* List */
	#satsuki-lp ul {
		padding-left: 20px;
	}

	#satsuki-lp li {
		margin-bottom: 8px;
	}

	/* Table */
	#satsuki-lp table {
		width: 100%;
		border-collapse: collapse;
	}

	#satsuki-lp td {
		padding: 10px 0;
		vertical-align: top;
	}

	#satsuki-lp td:first-child {
		width: 30%;
		opacity: 0.6;
	}

	/* CTA */
	#satsuki-lp .cta {
		text-align: center;
		margin: 64px 0;
	}

	#satsuki-lp .cta a {
		display: inline-block;
		padding: 14px 42px;
		border-radius: 999px;
		text-decoration: none;
		background: var(--accent);
		color: #fff;
		font-size: 13px;
	}

	#satsuki-lp .cta a:hover {
		opacity: 0.9;
	}

	@media screen and (max-width: 768px) {
		#satsuki-lp .hero h1 {
			font-size: 22px;
		}
	}

	/*こねこ便について*/

	.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;
	}

</style>


<div id="satsuki-lp">




	<!-- こねこ便アコーディオン -->
	<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>





	<!-- Hero -->
	<div class="hero">
		<h1>さつき</h1>
		<div class="subtitle">すっとなじむ、上品な甘さ。</div>
	</div>


	<!-- Intro -->
	<div class="text">
		<p>
			春に芽吹いたやわらかな新芽を、<br>
			丁寧に仕上げた煎茶「さつき」。
		</p>
		<p>
			香りは穏やかで、<br>
			口あたりはすっと澄んでいます。
		</p>
	</div>

	<!-- 商品ストーリー -->
	<div class="text story">
		<p>
			栽培期間中(1年以上)農薬を一切使用せず、樹勢や旨味のバランスを考えて、少しだけ化学肥料の力を加えた圃場で栽培された一番茶をさらに厳選して作りました。
		</p>
		<p>
			「さえみどり」「あさつゆ」「やぶきた」「おくみどり」を原料とし、各々の品種のうまみ、後味のよさ、香りを引き出すよう作りブレンドした、安心と美味しさを兼ね備えた逸品です。
		</p>
		<p>
			農薬は使用していない方がいいけれど美味しくなければ…というお茶をお探しのあなたも納得！
			さっぱりとしたまろやかな味をぜひお試しください。
		</p>
	</div>

	<!-- Image -->
	<div class="image">
		<img src="https://img21.shop-pro.jp/PA01472/307/product/162517924_o6.jpg?cmsp_timestamp=20260126154138" alt="煎茶 さつき">
	</div>

	<!-- Section -->
	<div class="section">
		<h2>味わいの特徴</h2>
		<ul>
			<li>渋みを抑えたやさしい旨み</li>
			<li>食事を邪魔しない軽やかさ</li>
			<li>毎日飲める素直な煎茶</li>
		</ul>
	</div>

	<!-- Section -->
	<div class="section">
		<h2>商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>80g × 3</td>
			</tr>
			<tr>
				<td>原産地</td>
				<td>九州</td>
			</tr>
			<tr>
				<td>製造地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>賞味期限</td>
				<td>製造から1年</td>
			</tr>
		</table>
	</div>

	<!-- CTA -->
	<!--
	<div class="cta">
		<a href="#buy">ご購入はこちら</a>
	</div>
-->
</div>

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

  <item rdf:about="https://igeta-tea.shop/?pid=191889758">
    <link>https://igeta-tea.shop/?pid=191889758</link>
    <title>【農薬不使用】さつき 80g 2本 ※こねこ便</title>
    <description>
	/* =========================
   さつき 
   scope: #satsuki-lp
========================= */

	#satsuki-lp {
		--accent: #7a4a2e;
		line-height: 1.9;
		font-size: 14px;
	}

	#satsuki-lp * {
		box-sizing: border-box;
	}

	/* Hero */
	#s...</description>
<content:encoded><![CDATA[
<style>
	/* =========================
   さつき 
   scope: #satsuki-lp
========================= */

	#satsuki-lp {
		--accent: #7a4a2e;
		line-height: 1.9;
		font-size: 14px;
	}

	#satsuki-lp * {
		box-sizing: border-box;
	}

	/* Hero */
	#satsuki-lp .hero {
		text-align: center;
		padding: 48px 20px 24px;
	}

	#satsuki-lp .hero h1 {
		font-size: 26px;
		letter-spacing: 0.18em;
		margin-bottom: 8px;
		font-weight: normal;
	}

	#satsuki-lp .hero .subtitle {
		font-size: 13px;
		opacity: 0.7;
	}

	/* Intro / Story 共通 */
	#satsuki-lp .text {
		max-width: 720px;
		margin: 32px auto;
		padding: 0 20px;
		text-align: center;
	}

	#satsuki-lp .text p {
		margin-bottom: 16px;
	}

	/* 追加：長文用（静かに読ませる） */
	#satsuki-lp .story {
		margin-top: 40px;
	}

	#satsuki-lp .story p {
		text-align: left;
		margin-bottom: 20px;
	}

	/* Image */
	#satsuki-lp .image {
		max-width: 720px;
		margin: 40px auto;
		padding: 0 20px;
	}

	#satsuki-lp .image img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* Section */
	#satsuki-lp .section {
		max-width: 720px;
		margin: 56px auto;
		padding: 0 20px;
	}

	#satsuki-lp .section h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 16px;
		text-align: center;
	}

	/* List */
	#satsuki-lp ul {
		padding-left: 20px;
	}

	#satsuki-lp li {
		margin-bottom: 8px;
	}

	/* Table */
	#satsuki-lp table {
		width: 100%;
		border-collapse: collapse;
	}

	#satsuki-lp td {
		padding: 10px 0;
		vertical-align: top;
	}

	#satsuki-lp td:first-child {
		width: 30%;
		opacity: 0.6;
	}

	/* CTA */
	#satsuki-lp .cta {
		text-align: center;
		margin: 64px 0;
	}

	#satsuki-lp .cta a {
		display: inline-block;
		padding: 14px 42px;
		border-radius: 999px;
		text-decoration: none;
		background: var(--accent);
		color: #fff;
		font-size: 13px;
	}

	#satsuki-lp .cta a:hover {
		opacity: 0.9;
	}

	@media screen and (max-width: 768px) {
		#satsuki-lp .hero h1 {
			font-size: 22px;
		}
	}

	/*こねこ便について*/

	.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;
	}

</style>


<div id="satsuki-lp">




	<!-- こねこ便アコーディオン -->
	<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>





	<!-- Hero -->
	<div class="hero">
		<h1>さつき</h1>
		<div class="subtitle">すっとなじむ、上品な甘さ。</div>
	</div>


	<!-- Intro -->
	<div class="text">
		<p>
			春に芽吹いたやわらかな新芽を、<br>
			丁寧に仕上げた煎茶「さつき」。
		</p>
		<p>
			香りは穏やかで、<br>
			口あたりはすっと澄んでいます。
		</p>
	</div>

	<!-- 商品ストーリー -->
	<div class="text story">
		<p>
			栽培期間中(1年以上)農薬を一切使用せず、樹勢や旨味のバランスを考えて、少しだけ化学肥料の力を加えた圃場で栽培された一番茶をさらに厳選して作りました。
		</p>
		<p>
			「さえみどり」「あさつゆ」「やぶきた」「おくみどり」を原料とし、各々の品種のうまみ、後味のよさ、香りを引き出すよう作りブレンドした、安心と美味しさを兼ね備えた逸品です。
		</p>
		<p>
			農薬は使用していない方がいいけれど美味しくなければ…というお茶をお探しのあなたも納得！
			さっぱりとしたまろやかな味をぜひお試しください。
		</p>
	</div>

	<!-- Image -->
	<div class="image">
		<img src="https://img21.shop-pro.jp/PA01472/307/product/162517924_o6.jpg?cmsp_timestamp=20260126154138" alt="煎茶 さつき">
	</div>

	<!-- Section -->
	<div class="section">
		<h2>味わいの特徴</h2>
		<ul>
			<li>渋みを抑えたやさしい旨み</li>
			<li>食事を邪魔しない軽やかさ</li>
			<li>毎日飲める素直な煎茶</li>
		</ul>
	</div>

	<!-- Section -->
	<div class="section">
		<h2>商品詳細</h2>
		<table>
			<tr>
				<td>原材料</td>
				<td>緑茶</td>
			</tr>
			<tr>
				<td>内容量</td>
				<td>80g × 2</td>
			</tr>
			<tr>
				<td>原産地</td>
				<td>九州</td>
			</tr>
			<tr>
				<td>製造地</td>
				<td>宮崎県</td>
			</tr>
			<tr>
				<td>賞味期限</td>
				<td>製造から1年</td>
			</tr>
		</table>
	</div>

	<!-- CTA -->
	<!--
	<div class="cta">
		<a href="#buy">ご購入はこちら</a>
	</div>
-->
</div>

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

</rdf:RDF>