.reviewBox { display: block; max-width: 500px; background: #F5F7FF; border: 1px solid #7B86C6; margin: 20px auto; padding: 0; border-radius: 10px; } .reviewBox .reviewBox_content { padding: 30px; } .reviewBox .reviewBox_title1 { margin: 0; padding: 12px; background: #7B86C6; text-align: center; font-size: 15px !important; font-weight: bold; border-radius: 10px 10px 0 0; line-height: 1.3em; border: none; color: #fff !important; } .reviewBox .reviewBox_title1:before { font-family: "Font Awesome 5 Free"; content: "\f005"; font-weight: 600; padding-right: 5px; font-size: .9em !important } .reviewBox .reviewBox_title2 { margin: 0; padding: 0; line-height: 1.3em; font-size: 16px; margin-bottom: 10px; font-weight: bold; border: none; } .reviewBox .reviewBox_title2:before { content: none !important; } .reviewBox .reviewBox_top { margin: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .reviewBox .reviewBox_top p { margin: 0; padding: 0; line-height: 1.3em; padding-bottom: 12px; font-size: 15px !important; } .reviewBox .reviewBox_top p:before { font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 600; padding-right: 5px; font-size: .8em; } .reviewBox .reviewBox_top .reviewBox_left, .reviewBox .reviewBox_top .reviewBox_right { width: 50%; } .reviewBox .reviewBox_top .reviewBox_right img { display: block; margin: auto; width: 160px; } .reviewBox .reviewBox_center { margin-top: 10px; } .reviewBox .reviewLink { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .reviewBox .reviewLink a { font-size: 15px !important; color: #444 !important; border: 2px solid #444; padding: .6em 2em; margin: 5px; width: 50%; text-align: center; margin-top: 30px; text-decoration: none; } .reviewBox .reviewLink a:nth-child(2) { background: #7B86C6; color: #fff !important; border: 2px solid #7B86C6; } .reviewBox .reviewLink a:before { font-family: "Font Awesome 5 Free"; content: "\f138"; font-weight: 600; padding-right: 5px; } .reviewBox .reviewBox_center { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; padding: 20px 0; } .reviewBox .reviewBox_center .progress-circle { width: 25%; margin: auto; } .reviewBox .progress-circle { font-size: 12px !important; margin: 20px; position: relative; /* so that children can be absolutely positioned */ padding: 0; width: 5em !important; height: 5em !important; background-color: #D7DBF3; border-radius: 50%; line-height: 5em; } .reviewBox .reviewBox_score { font-size: 13px !important; text-align: center; line-height: 1em; z-index: 4; padding-top: 5.5em; display: block; font-weight: 600; } .reviewBox .reviewBox_score p { margin: 0; font-size: 12px !important; width: 120% !important; margin-left: -10% !important; } .reviewBox .progress-circle:after { border: none; position: absolute; top: 0.5em; left: 0.5em; text-align: center; display: block; border-radius: 50%; width: 4em; height: 4em; background-color: #F5F7FF; content: " "; } .reviewBox .progress-circle .progress-text { position: absolute; line-height: 2.6em; width: 2.6em; text-align: center; display: block; color: #444 !important; font-size: 23px !important; z-index: 2; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; } .reviewBox .left-half-clipper { border-radius: 50%; width: 5em; height: 5em; position: absolute; /* needed for clipping */ clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ } .reviewBox .progress-circle.over50 .left-half-clipper { clip: rect(auto, auto, auto, auto); } .reviewBox .value-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 2.5em, 5em, 0); width: 5em !important; height: 5em !important; border-radius: 50%; border: 0.5em solid #7B86C6; box-sizing: border-box; } .reviewBox .progress-circle.over50 .first50-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 5em, 5em, 2.5em); background-color: #7B86C6; border-radius: 50%; width: 5em; height: 5em; } .reviewBox .progress-circle:not(.over50) .first50-bar { display: none; } .reviewBox .progress-circle.p0 .value-bar { display: none; } .reviewBox .progress-circle.p1 .value-bar { transform: rotate(4deg); } .reviewBox .progress-circle.p10 .value-bar { transform: rotate(36deg); } .reviewBox .progress-circle.p20 .value-bar { transform: rotate(72deg); } .reviewBox .progress-circle.p30 .value-bar { transform: rotate(108deg); } .reviewBox .progress-circle.p40 .value-bar { transform: rotate(144deg); } .reviewBox .progress-circle.p50 .value-bar { transform: rotate(180deg); } .reviewBox .progress-circle.p60 .value-bar { transform: rotate(216deg); } .reviewBox .progress-circle.p70 .value-bar { transform: rotate(252deg); } .reviewBox .progress-circle.p80 .value-bar { transform: rotate(288deg); } .reviewBox .progress-circle.p90 .value-bar { transform: rotate(324deg); } .reviewBox .progress-circle.p100 .value-bar { transform: rotate(360deg); } @media screen and (max-width:480px) { .reviewBox .reviewBox_content { padding: 15px; } .reviewBox .reviewBox_top .reviewBox_right img { width: 220px; } .reviewBox .reviewBox_top p { font-size: 13px !important; } .reviewBox .reviewBox_top p:first-child { font-size: 15px !important; } .reviewBox .reviewBox_center { padding: 0; margin-top: 20px; margin-bottom: 20px; } .reviewBox .reviewLink a { padding: .5em; } .reviewBox .reviewBox_top { flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; } .reviewBox .reviewBox_top .reviewBox_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width: 90%; margin: auto; margin-top: 20px; } .reviewBox .reviewBox_top .reviewBox_right { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%; } .reviewBox .reviewLink a { font-size: 13px !important; } .reviewBox .progress-circle .progress-text { line-height: 2.2em; width: 2.2em; font-size: 23px !important; } .reviewBox .progress-circle { font-size: 10px !important; } .reviewBox .reviewBox_score p { font-size: 10px !important; } } Koshi Hikari Rice:美味しくて、消化の良いお米の選び方 | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

Koshi Hikari Rice:美味しくて、消化の良いお米の選び方

(コシヒカリ: お米の伝承の歴史)

 

読者の皆さんは、お米についてどのようなこだわりをお持ちでしょうか?どの産地で栽培されるどの品種のどの銘柄のお米が美味しいか果たして確かめられたことがありますでしょうか?

 

私自身、振り返りまして、恥ずかしながら、何となく購入して食べていた記憶しかありませんでしたので、どのお米が美味しいのか検証してみたいと思っています。

 

コシヒカリの栽培の歴史は、1944年、米の病気に強い「農林22号」と収穫量が多く味の良い「農林1号」の交配による新しいお米の開発に始まります。

 

福井県の栽培試験などで栽培が行われた「越南17号」という品種のお米については、味は美味しいものの、病気に弱く、稲が倒れやすいのが欠点でした。

 

収穫量が多いことを求められる時代に、新潟県では、この「越南17号」を”品質や味の良さを重視する:美味しいお米づくり“を第一に栽培方法の改善が重ねられ、次第に全国に普及して行きました。

 

コシヒカリの名前の由来として、の国(=北陸:新潟県、富山県、石川県、福井県)で収穫される品質or美味しさが共に良くて食する人に評価され、光り輝く品種のになることをイメージして、命名されました。

 

 

 

(コ シ ヒ カ リ を 美 味 し く 育 て る 条 件)

 

豊 か な 大 地

大きな山々や大地のある場所には、良い作物が育つ栄養たっぷりの土壌や空気が自然に備わっていて、欠かせません。

 

栄 養 豊 富 な 水 が 流 れ る 所

自然豊かな場所を流れる川の水や山からの雪解け水は、ミネラルや養分を多く含んでいます。この栄養豊かな場所の作物は、良い品質の作物が育ちます。

 

朝 晩 の 寒 暖 差 の 大 き い 所

お米の甘さを決める目安として、山間部など昼夜の温度の差が大きい所で育つことが、必要です。昼間多くの光をを受けてでんぷんが作られ、夜間に温度が下がり、その養分を蓄えて、旨み成分として蓄積されます。

 

(コ シ ヒ カ リ の お す す め 生 産 地:3 選)

 

魚 沼 産 コ シ ヒ カ リ

群馬県、福島県との県境にあり、全国有数の豪雪地帯であり、その新潟県の魚沼地区は、全国一の良質米産地として有名です。稲穂が実る時期の気温が22~25度であり、昼夜の温度差が大きいので、お米造りの環境が理想的な場所となっています。

 

岩 船 産 コ シ ヒ カ リ

新潟県の最北端、新潟県orや山形県の県境、に位置する岩船地区で栽培されます。知名度は、魚沼産コシヒカリよりも知られていませんが、上質なお米が栽培されます。

栽培環境として、朝日連峰、飯豊連峰、磐梯朝日国立公園に囲まれて、朝日連峰を流れる荒川、三面川の清らかな水周辺の肥沃な大地が広がり、朝晩の気温差が大きいため質の良いお米が取れる以外に、お茶の産地としても、有名です。

 

岩船産コシヒカリは、やや硬めのしっかりした炊き上がりの味わいが特徴です。

 

佐 渡 島 産 コ シ ヒ カ リ

天然記念物トキと金山で有名な佐渡島で栽培されています。佐渡島の内陸部の厳しい冷え込みは、大佐渡山脈、小佐渡山脈などの山間部の地形が、お米の生育に、好影響を与えており、水も空気も清らかな環境のため、品質の良いお米として評価を受けています。

 

(コ シ ヒ カ リ を 食 べ る メ リ ッ ト)

 

お米に含まれる栄養成分は、多い順番に炭水化物、タンパク質、水分、ミネラル、ビタミン、及び脂質です。

 

(1)人間の体内に必要な栄養素:ビタミンB、ビタミンEが、摂取され、病気に対する免疫力UPに役立ちます。

(2)お米の成分の一部にデンプンがあり、ブドウ糖に変換して、脳の活性化に繋がります。

(3)お米は、食物繊維が多く含まれていて、胃腸の消化促進を良くします。

(4)お米は、私達が常日頃の活動:仕事、ショッピング、スポーツ他をするために必要な栄養分を効率よく、摂取できます。

(5)お米をしっかりと嚙んで食べることによって、顎の筋肉が鍛えられ、血流が良くなり、脳の活性化に繋がります。

 

まとめ:会社勤めをしてますと、残業や時間外勤務をして、食事を取る時間も乱れがちになり、体調を崩してしまいます。恥ずかしながら私も、体調管理がスムーズにならないことが、多々ありましたので、反省して、原点回帰で、“健康を常に維持するためには、何をすべきか?“と、いつも試行錯誤しています。お米が美味しくて、常に健康でいられること程、素晴らしいですね。

 

今回の記事が、読者の皆様には、お役に立ちましたでしょうか?読者の皆様のご健康とご多幸をお祈りします。

Verified by MonsterInsights
タイトルとURLをコピーしました