紬とウィスキー ~ウイスキーブログと着物生地のブログ~

愉しめるウィスキーや素敵な紬生地など中心にご紹介していきます! よろしくお願いいたします。

グレングラント

ウィスキー(691)グレングラント18年

ウィスキー名:グレングラント18年 容量、度数:30㎖、43% 販売者:Shot Bar Online HITOKUTI WHISKY 今日は「グレングラント18年」をご紹介いたします。Shot Bar Online HITOKUTI WHISKYさんの量り売りです。 ひとくちウイスキー 量り売り専門通販サイト S…

ウィスキー(672)グレングラント10年現行ボトル

ウィスキー名:グレングラント10年現行ボトル 容量、度数:30㎖、40% 販売者:Shot Bar Online HITOKUTI WHISKY 今日は「グレングラント10年現行ボトル」をご紹介いたします。Shot Bar Online HITOKUTI WHISKYさんの量り売りです。 ひとくちウイスキー 量り…

初めて自分で作って飲むハイボール ウイスキーおすすめの3本

uribouです。いつもこのブログにお越しいただいて、ありがとうございます。 今日は、これから夏場にかけて、飲んでおいしいハイボール(炭酸割り)用のウイスキーをご紹介いたします。 自宅では、ビールや缶酎ハイしか飲んでいない方も多いかと思います。 手…

ウィスキー(530)グレングラント25年 レモンハートオリジナルボトル

今日から3回にわたって先月レモンハートでいただいたオリジナルボトルを見ていきたいと思います。最初は、グレングラントの25年ものです。 さて、早速いただいた感想ですが、 <色合い> 麦藁色 <香り> とても柔らかく繊細な香り フルーティーですが微か…

ウィスキー初心者の方に絶対おすすめ! やさしい味わいが絶品! ウィスキー(498)グレングラント アルボラリス

購入年月日:2021年9月20日購入場所:柏屋(府中)購入価格:2,300円(税込) 商品状態:状態は優良原料:モルト度数、容量:40%、700㎖ 輸入者:シティースピリッツジャパン(株) ■お願い■ 次の2つのブログランキングに参加しています。クリックいただけ…

あゝ無常 海釣り公園 入場7時間待ち 海釣り断念です!

楽しみにしていた海釣り公園、朝の7時少し過ぎに到着しましたが、整理券をもらおうとしたら、待ち時間は7時間近くになるとのことです。冗談でしょ! 駐車場にテントが張ってあって変だなと思いましたが、前日から並んでいる人もいるそうです。 駐車料金も…

ウィスキー(286)グレングラント10年旧ボトル

今日は豊田市のバー、ロンケーナさんで頂いたグレングラント10年の旧ボトルです。 グレングラントとは、今は年代表示のない物や12年は、2,000~3,000円くらいで販売されているようです。不思議と今まで飲む機会がありませんでした。ロンケーナさんで見かけた…

/* * はてなブログに「音読する」ボタンを追加する ** 使い方 - 以下をコピーして デザイン編集 → カスタマイズ → フッタHTML に貼り付け ** 注意 - Web Speech API非対応のブラウザでは音読できません */ function speak (e) { speechSynthesis.cancel(); // Chromeで初回実行時にspeechSynthesis.pause()できない問題を解消するため、空文字で一度speechSynthesis.speak()しておく var empty_utter = new SpeechSynthesisUtterance(''); speechSynthesis.speak(empty_utter); var utter = new SpeechSynthesisUtterance(this.body); speechSynthesis.speak(utter); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', this); e.currentTarget.addEventListener('click', pause); } function pause (e) { speechSynthesis.pause(); e.currentTarget.textContent = '再開する'; e.currentTarget.removeEventListener('click', pause); e.currentTarget.addEventListener('click', resume); } function resume (e) { speechSynthesis.resume(); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', resume); e.currentTarget.addEventListener('click', pause); } (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article.entry').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); var body = article.querySelector('.entry-content').textContent; button.addEventListener('click', { handleEvent: speak, body: body }); }); })(); Footer © 2022 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About