![{}](https://i.scdn.co/image/ab6761610000e5ebd8e9aaa41b95e7be6c59ad85)
小田和正
1997/12/21 (日) 18:00 開演 @パシフィコ横浜 国立大ホール (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
このコンサートで一番覚えているのが、時節柄ということでの選曲「君にMerry Xmas」。
それもピアノ弾き語り+バンマス園山さんのT.Saxだけで聴かせてくれた。
それはそれは素晴らしくて、本当にうっとりした。
終演後、会場を出ると、横浜ベイサイドの夜景が目に入るので、やっぱり横浜はいいなぁと眺めたのをよく覚えている。
- いいね! 0
- コメント
- 2021/09/09 (木) 20:55
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});