.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; } } なが餅として地元から長く親しまれた名産品をご賞味しませんか? | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

なが餅として地元から長く親しまれた名産品をご賞味してみませんか?

トレンド記事

読者の皆様へお尋ねします。三重県を旅行されたら、思い浮かべる物のイメージは、何でしょうか?

三重県:松阪牛、赤福餅、お伊勢さん(伊勢神宮:内宮、外宮)、夫婦岩、お陰参り(伊勢うどん)、鈴鹿サーキット、等多くの人に知られた観光地や物産品があります。

また、その地域以外の人が、知らない場所や物もあるかと思います。

今回は、三重県の物産品で、皆様がご存知なさそうな物産品を紹介します。

三 重 県 の 物 産 品:8 品 目 よ り

三重県は、多数の名産品を購入する販売店があり、読者の皆様に、参考になる情報を紹介します。

商号 販 売 店 電 話 番 号 営業時間:am~pm
赤福餅 株式会社赤福 0120-081-381 8:00~17:00
松坂牛 通販:朝日屋 059-226-2983 9:00~18:00
伊勢うどん 通販:オフィス・ワン・ツウ・テン 0596-21-4567 10:00~17:00
へんば餅 へんばや 0596-32-0097 8:00~17:00
なが餅 笹井屋 059-351-8800 8:30~18:30
お福餅 御福餅本家 0596-43-3500 9:00~17:00
平治煎餅 平治煎餅本店 059-225-3212 9:00~18:00
伊賀牛 森脇商店 0596-63-0046 10:30~17:00

 

な が 餅 が 発 祥 し た 由 来 に つ い て

天文19年(1550年)戦国時代の大名として知られた藤堂高虎公が、足軽として務めていた頃、この地域(勢州:日永の里)で、初代彦兵衛が、作り始めた餅を賞味し、その美味しさに感動して”武運のながい餅を食べるのは、幸先が、良いことだ! ”と喜んだことが、なが餅の由来だそうです。

この餅の呼び名は、日永の餅、長餅、笹餅と様々な呼び方が、変わり、現在「なが餅」と呼ばれています。

また、こだわりの製造方法を使っていて、餡が北海道産小豆を独自の技術で焚き、餅は、厳選した国産のもち米を丹念に突き上げました。

な が 餅 の 味 わ い、カ ロ リ ー 表 示

なが餅の特徴として、普通にお餅は時間がたつほど固くなりますが、出来立てのお餅をそのまま密封した生菓子です。また、「なが餅」の1個当たりの栄養成分をまとめました。

栄 養 成 分 表 示(1 個 当 た り)
熱量(カロリー) タンパク質 脂質 炭水化物(糖質) 食塩相当量
71kcal 1.2g 0.2g 16.2g 0.005g

 

な が 餅 を 販 売 し て い る 販 売 店

さて、「なが餅」は、どこで購入できるのか?読者の皆様が、最も知りたいことなので、まとめて紹介します。

販 売 店 電 話 番 号 ホ ー ム ペ ー ジ:U R L
笹井屋・本店 059-351-8800 詳細は、こちら
笹井屋・三ツ谷店 059-332-3318 上記と同じ
楽天市場(通販) 050-5838-4333 詳細は、こちら
AMAZON(通販) アプリから電話問合せ予約→011-330-3000又は022-745-6366から電話あり 詳細は、こちら

 

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