<?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://goodcoffeelabo.jp/?mode=rss">
    <title>GOOD COFFEE LABO</title>
    <link>https://goodcoffeelabo.jp/</link>
    <description>日々、コーヒーがより美味しくなるよう研究し続けている長崎県佐世保市のGOOD COFFEE LABOのホームページ。コーヒー豆やコーヒーギフトを販売しております。</description>
    <dc:language>ja</dc:language>
    <dc:creator>Color Me Shop!pro</dc:creator>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=172000401" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=172000374" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=172000033" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171986056" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171981146" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171981061" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171980017" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171979648" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171979272" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171978867" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171977797" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171966893" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171966369" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=171946064" />
        <rdf:li rdf:resource="https://goodcoffeelabo.jp/?pid=170144808" />
      </rdf:Seq>
    </items>
    </channel>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=172000401">
    <link>https://goodcoffeelabo.jp/?pid=172000401</link>
    <title>【深煎り】French Blend</title>
    <description>
	
		
		
	




	しっかりとしたボディと濃さを出し、スッキリとした味わいにブレンドしました。（お店では）ラテにも使用しています。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="dark">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	しっかりとしたボディと濃さを出し、スッキリとした味わいにブレンドしました。（お店では）ラテにも使用しています。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [4, 1.5, 1.5, 4, 3],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>French Blend（フレンチ ブレンド）</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-15T22:50:55+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/172000401_th.png?cmsp_timestamp=20221215225054" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=172000374">
    <link>https://goodcoffeelabo.jp/?pid=172000374</link>
    <title>Caffeineless</title>
    <description>
	甘さを感じやすいマイルドな味に仕上げたカフェインレスの豆です。妊娠中の方、お子様でも安心して楽しめます。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データ...</description>
<content:encoded><![CDATA[
<p class="explain">
	甘さを感じやすいマイルドな味に仕上げたカフェインレスの豆です。妊娠中の方、お子様でも安心して楽しめます。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [4, 1, 1.5, 3.5, 2.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Caffeineless（カフェインレス）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td>メキシコ</td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>カフェインレス</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>スイス ウォータープロセス</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-15T22:43:08+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/172000374_th.png?cmsp_timestamp=20221215224308" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=172000033">
    <link>https://goodcoffeelabo.jp/?pid=172000033</link>
    <title>【浅煎り】Finca El Morito Gesha</title>
    <description>
	
		
		
	




	芳醇でフルーティーな香り、豊かな甘み、バランスの素晴らしい、クリーンで美しい味わいのコーヒーです。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;rad...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="light">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	芳醇でフルーティーな香り、豊かな甘み、バランスの素晴らしい、クリーンで美しい味わいのコーヒーです。<!--〇〇系品種であるため希少な品種です。-->
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2, 4, 4.5, 3, 3.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Finca El Morito Gesha（フィンカ エル モリート ゲイシャ）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796576" class="textDecorationUnderline">ペルー</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>ゲイシャ</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1850m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-15T22:26:26+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/172000033_th.png?cmsp_timestamp=20251215153321" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171986056">
    <link>https://goodcoffeelabo.jp/?pid=171986056</link>
    <title>【浅煎り】Kiamabara Factory</title>
    <description>
	
		
		
	




	ベリー、ビーチ、ドライフルーツのような香り。明るい印象。後口はすっきりとしていて、甘さとともに消えていきます。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="light">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	ベリー、ビーチ、ドライフルーツのような香り。明るい印象。後口はすっきりとしていて、甘さとともに消えていきます。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [1.5, 5, 3.5, 3, 3.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Kiamabara Factory（キアマバラ ファクトリー）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796571" class="textDecorationUnderline">ケニア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>フリーウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>SL28、SL34</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1600m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T21:16:24+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171986056_th.png?cmsp_timestamp=20221214211623" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171981146">
    <link>https://goodcoffeelabo.jp/?pid=171981146</link>
    <title>【浅煎り】Yirgacheffe G1 Natural</title>
    <description>
	
		
		
	




	実を樹上で完熟させ、乾燥させて作られた豊かな甘みと芳醇な香りの詰まった豆。ベリー系の酸味が特徴。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="light">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	実を樹上で完熟させ、乾燥させて作られた豊かな甘みと芳醇な香りの詰まった豆。ベリー系の酸味が特徴。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [1, 4, 5, 2, 4.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Yirgacheffe G1 Natural（イルガチェフェ G1 ナチュラル）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760212" class="textDecorationUnderline">エチオピア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ナチュラル（ドライオンツリー）</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>エチオピア原種</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>2500m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T17:01:33+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171981146_th.png?cmsp_timestamp=20221214170214" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171981061">
    <link>https://goodcoffeelabo.jp/?pid=171981061</link>
    <title>【中煎り】Yirgacheffe G1 Washed</title>
    <description>
	
		
		
	




	芳醇でフルーティーな香り、豊かな甘味、バランスの素晴らしいクリーンで美しい味わいのコーヒー。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="medium">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	芳醇でフルーティーな香り、豊かな甘味、バランスの素晴らしいクリーンで美しい味わいのコーヒー。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2.5, 3.5, 4, 3, 3.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Yirgacheffe G1 Washed（イルガチェフェ G1 ウォッシュド）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760212" class="textDecorationUnderline">エチオピア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>エチオピア原種</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>2500m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T16:57:07+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171981061_th.png?cmsp_timestamp=20221214165703" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171980017">
    <link>https://goodcoffeelabo.jp/?pid=171980017</link>
    <title>【中煎り】Simbi Natural</title>
    <description>
	
		
		
	




	ブルーベリーの果実味を思わせるジューシーなコクと甘みが楽しめます。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データの設定
　data: ...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="medium">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	ブルーベリーの果実味を思わせるジューシーなコクと甘みが楽しめます。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2, 3.5, 4, 3, 3.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Simbi Natural（シンビ ナチュラル）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760213" class="textDecorationUnderline">ルワンダ</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>ブルボン</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1800-2200m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T16:02:32+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171980017_th.png?cmsp_timestamp=20221214160230" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171979648">
    <link>https://goodcoffeelabo.jp/?pid=171979648</link>
    <title>【中煎り】Pink Bourbon</title>
    <description>
	
		
		
	




	黒糖や蜂蜜を思わせる香りと甘みが口の中に広がります。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データの設定
　data: {
    labels:...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="medium">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	黒糖や蜂蜜を思わせる香りと甘みが口の中に広がります。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2.5, 2, 2, 3.5, 3.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Pink Bourbon（ピンク ブルボン）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796578" class="textDecorationUnderline">コロンビア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>ピンクブルボン</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1580m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T15:47:27+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171979648_th.png?cmsp_timestamp=20221214154726" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171979272">
    <link>https://goodcoffeelabo.jp/?pid=171979272</link>
    <title>【中煎り】Limoncillo Javanica</title>
    <description>
	
		
		
	




	すっきりとした後味とほのかな甘さ、クリーミーで滑らかな舌触りが特徴。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データの設定
　data...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="medium">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	すっきりとした後味とほのかな甘さ、クリーミーで滑らかな舌触りが特徴。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2, 2, 1.5, 2, 2.5],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Limoncillo Javanica（リモンシリョ ジャバニカ）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796572" class="textDecorationUnderline">ニカラグア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ウォッシュド</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>ジャバニカ</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>980-1350m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T15:27:20+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171979272_th.png?cmsp_timestamp=20221214153024" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171978867">
    <link>https://goodcoffeelabo.jp/?pid=171978867</link>
    <title>【中煎り】La Pastora Golden Honey</title>
    <description>
	
		
		
	




	クリアな蜂蜜のような甘さとコク、滑らかな口当たりが特徴。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データの設定
　data: {
    lab...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="medium">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	クリアな蜂蜜のような甘さとコク、滑らかな口当たりが特徴。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [2.5, 2.5, 2, 3, 3],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>La Pastora Golden Honey（ラ パストーラ ゴールデンハニー）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796574" class="textDecorationUnderline">コスタリカ</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ゴールデンハニー</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>カトゥーラ、カトゥーアイ</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1780-2000m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T15:01:26+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171978867_th.png?cmsp_timestamp=20221214150126" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171977797">
    <link>https://goodcoffeelabo.jp/?pid=171977797</link>
    <title>【やや深煎り】Casa Blanca Pacamara</title>
    <description>
	
		
		
	




	とろんとした口当たりで、香り高いアロマとフレーバーが特徴のコーヒー。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;radar&#039;,
  //データの設定
　data...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="semidark">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	とろんとした口当たりで、香り高いアロマとフレーバーが特徴のコーヒー。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [3.5, 2, 3.5, 3, 4],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Casa Blanca Pacamara（カサブランカ パカマラ）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2796572" class="textDecorationUnderline">ニカラグア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ナチュラル</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>パカマラ</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1400-1500m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-14T14:20:43+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171977797_th.png?cmsp_timestamp=20221214142042" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171966893">
    <link>https://goodcoffeelabo.jp/?pid=171966893</link>
    <title>【やや深煎り】Yirgacheffe Konga Natural</title>
    <description>
	
		
		
	




	桃などのストーンフルーツや赤ワインフレーバーを色濃く残した豆。バランスが取れた上品な酸味と甘味が特徴。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: ...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="semidark">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	桃などのストーンフルーツや赤ワインフレーバーを色濃く残した豆。バランスが取れた上品な酸味と甘味が特徴。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [3.5, 1.5, 4, 3.5, 4],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Yirgacheffe Konga Natural（イルガチェフェ コンガ ナチュラル）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760212" class="textDecorationUnderline">エチオピア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>ナチュラル</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>エチオピア原種</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>2000m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-13T17:46:53+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171966893_th.png?cmsp_timestamp=20221214140931" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171966369">
    <link>https://goodcoffeelabo.jp/?pid=171966369</link>
    <title>【やや深煎り】Mandheling Lintong Beetle</title>
    <description>
	
		
		
	




	チョコレートやオレンジピールを感じる風味。シルクのような口当たりに、黒糖のような旨みが広がります。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;rad...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="semidark">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	チョコレートやオレンジピールを感じる風味。シルクのような口当たりに、黒糖のような旨みが広がります。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [3.5, 2, 3, 3, 3],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Mandheling Lintong Beetle（マンデリン リントン ビートル）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760209" class="textDecorationUnderline">インドネシア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>スマトラ式</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>Jember / Sigararutang</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1200-1300m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-13T17:30:00+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171966369_th.png?cmsp_timestamp=20221213173944" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=171946064">
    <link>https://goodcoffeelabo.jp/?pid=171946064</link>
    <title>【深煎り】Mandheling Lintong Beetle</title>
    <description>
	
		
		
	




	チョコレートやオレンジピールを感じる風味。シルクのような口当たりに、黒糖のような旨みが広がります。




var ctx = document.getElementById(&quot;myRadarChart&quot;);
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: &#039;rad...</description>
<content:encoded><![CDATA[
<div class="roastTypeImgBox">
	<div class="dark">
		<div class="img"></div>
		<div class="name"></div>
	</div>
</div>
<div class="spacerHalf"></div>

<p class="explain">
	チョコレートやオレンジピールを感じる風味。シルクのような口当たりに、黒糖のような旨みが広がります。
</p>

<canvas id="myRadarChart" width="250" height="250"></canvas>
<script>
var ctx = document.getElementById("myRadarChart");
var myRadarChart = new Chart(ctx, {
  //グラフの種類
  type: 'radar',
  //データの設定
　data: {
    labels: ['苦味', '酸味', '果実感', 'ボディ感', '甘味'],
    datasets: [{
      label: 'テイスト',
      //グラフのデータ
      data: [5, 1, 1, 4, 3],
      // データライン
      borderColor: 'black',
    }],
  },
  //オプションの設定
  options: {
	plugins: {
		legend : {// 凡例の非表示
			display : false
		}
	},
    scales: {
      r: {
		ticks: {
			stepSize: 1,
		},
        //グラフの最小値・最大値
        min: 0,
        max: 5,
        //背景色
        backgroundColor: 'white',
        //グリッドライン
        grid: {
          color: '#aaa',
        },
        //アングルライン
        angleLines: {
          color: '#aaa',
        },
        //各項目のラベル
        pointLabels: {
          color: 'black',
		  font: {
			size: 18,
			weight: 'bold'
		  }
        },
      },
    },
  }, 
});
</script>

<div class="product_infoBox">
	<table>
		<tr>
			<th>品名</th>
			<td>Mandheling Lintong Beetle（マンデリン リントン ビートル）</td>
		</tr>
		<tr>
			<th>生産国</th>
			<td><a href="/?mode=grp&gid=2760209" class="textDecorationUnderline">インドネシア</a></td>
		</tr>
		<tr>
			<th>生成方法</th>
			<td>スマトラ式</td>
		</tr>
		<tr>
			<th>品種</th>
			<td>Jember / Sigararutang</td>
		</tr>
		<tr>
			<th>産地標高</th>
			<td>1200-1300m</td>
		</tr>
	</table>
</div>

]]></content:encoded>
    <dc:date>2022-12-12T22:51:28+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/171946064_th.png?cmsp_timestamp=20221212225349" /></foaf:topic>
  </item>

  <item rdf:about="https://goodcoffeelabo.jp/?pid=170144808">
    <link>https://goodcoffeelabo.jp/?pid=170144808</link>
    <title>ドリップバッグ</title>
    <description>GOOD COFFEE LABOのコーヒーをご自宅でお手軽に楽しんでいただけるようにドリップバッグにしました。
豆の種類はエチオピア イルガチェフェ。中細挽きにして窒素ガス充填で包装。
ドリップバッグは3ヶ所をカップにかけるタイプなので固定しやすいです。
誰でも簡単に本...</description>
<content:encoded><![CDATA[
<p>GOOD COFFEE LABOのコーヒーをご自宅でお手軽に楽しんでいただけるようにドリップバッグにしました。</p>
<p>豆の種類はエチオピア イルガチェフェ。中細挽きにして窒素ガス充填で包装。</p>
<p>ドリップバッグは3ヶ所をカップにかけるタイプなので固定しやすいです。</p>
<p>誰でも簡単に本格コーヒーが楽しめます。</p>
<p>ギフト発送も可能です。</p>
<div class="spacerHalf"></div>
<div class="swiper swiper_product">
	<div class="swiper-wrapper">
		<div class="swiper-slide"><img src="https://rimdesign.jp/colorme/goodcoffeelabo/img/products/dripbag/01.jpg" alt=""></div>
		<div class="swiper-slide"><img src="https://rimdesign.jp/colorme/goodcoffeelabo/img/products/dripbag/02.jpg" alt=""></div>
		<div class="swiper-slide"><img src="https://rimdesign.jp/colorme/goodcoffeelabo/img/products/dripbag/03.jpg" alt=""></div>
		<div class="swiper-slide"><img src="https://rimdesign.jp/colorme/goodcoffeelabo/img/products/dripbag/04.jpg" alt=""></div>
	</div>
	<div class="swiper-pagination"></div>
	<div class="swiper-button-next"></div>
	<div class="swiper-button-prev"></div>
</div>
<script type="text/javascript" src="/js/libs/min/swiper/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="/js/libs/min/swiper/swiper-bundle.min.css">
<script>
	var swiper = new Swiper(".swiper_product", {
		initialSlide: 0,
		loop: true,
		slidesPerView: 1,
		centeredSlides: false,
		spaceBetween: 0,
		grabCursor: false,
		autoplay: {
			delay: 5000,
		},
		pagination: {
			el: ".swiper-pagination",
			clickable: true,
		},
		navigation: {
			nextEl: ".swiper-button-next",
			prevEl: ".swiper-button-prev",
		},
	});
</script>

]]></content:encoded>
    <dc:date>2022-08-31T09:54:04+09:00</dc:date>
    <dc:creator>GOOD COFFEE LABO</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img21.shop-pro.jp/PA01488/922/product/170144808_th.jpg?cmsp_timestamp=20221115161104" /></foaf:topic>
  </item>

</rdf:RDF>