/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Aug 06 2024 | 22:27:47 */ .pr-box { border: 1px solid rgba(128, 128, 128, 0.5); border-radius: 8px; padding: 10px 20px 26px 20px ; margin : 60px 0 30px 0; font-size: 16px; line-height: 1.8; }/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Jun 02 2024 | 05:41:59 */ .tableContainer { position: relative; } .tableContainer img.swiperIcon.onSwipe { /* 画像に対するスタイルを追加する場合はここに記述 */ } .pr-table { overflow-x: auto; width: 100%; /* 変更: max-width -> width */ padding: 8px 0 0 8px; margin-left: -8px; font-size: 15px; line-height: 1.6; } .pr-table table { border-collapse: collapse; border: 1px solid #d3d3d3; word-wrap: break-word; width: 100%; /* 固定幅から変更 */ table-layout: auto; /* 追加: 列幅を自動調整 */ } .pr-table th, .pr-table td { border: 1px solid #d3d3d3; padding: 8px; text-align: left; white-space: normal; /* 変更: nowrap -> normal */ word-wrap: break-word; /* 追加: テキストの折り返しを有効化 */ } .pr-table th { background-color: #f5f5f5; } .pr-table p { margin: 0; padding: 0; } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: May 27 2024 | 14:48:23 */ @media (max-width: 768px) { .single-post .twp-related-post, display: none; } } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Oct 15 2024 | 15:57:56 */ /* Title-4-Lines-limit */ .wpp-post-title { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; line-clamp: 3; } /* Ranking-Number */ .wpp-list li { counter-increment: ranking; /* カウンターを1ずつ増やす */ position: relative; /* 相対位置設定 */ } .wpp-list li:before { content: counter(ranking); /* カウンター表示 */ position: absolute; /* 絶対位置指定 */ left: 3.8em; /* 左端から表示 */ top: 0.25em; /* 各アイテムの上端に固定 */ width: 34px; /* 背景の幅 */ height: 32px; /* 背景の高さ */ background-color: #f88c00; /* 背景(デフォルト:1-3位用の赤色) */ font-weight: bold; /* フォントを太く */ color: #FFF; /* テキストの色を白に */ font-size: 1.8em; /* フォントサイズ指定 */ line-height: 1.2em; /* 行の高さを背景の高さに合わせる */ text-align: center; /* テキストを中央揃え */ vertical-align: middle; /* 垂直方向の中央揃え */ } .wpp-list li:nth-child(n+4):before { color: #fff; /* テキストの色を白に */ background-color: #444; /* 4-10位用のオレンジ色に変更 */ } .wpp-list li:nth-child(n+2):before { top: 0.8em; /* 2位から10位の数字の位置を少し下げる */ } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Aug 16 2024 | 22:07:31 */ /* ◆◆モバイル&Tablet画像縦横比維持 */ @media only screen and (max-width: 767px) { .post img { max-width: 100% !important; height: auto !important; } } /* ◆◆PUMA系の黒ボタン */ .pr-button a { display: block; width: 80%; margin-left: auto; margin-bottom: 50px; margin-right: auto; width: 80%; /* ボタンの幅を親要素の80%に設定 */ /* max-width: 300px; 必要に応じてボタンの最大幅を設定 */ margin-top: 20px; /* 上部の余白を20ピクセルに設定 */ border-radius: 8px; background-color: #000; color: #fff; font-size: 15px; font-weight: 600; line-height: 24px; padding: 12px 18px; text-align: center; text-decoration: none; min-width: 166px; } /* ボタン内のリンクにアンダーラインを付けない */ .pr-button a { text-decoration: none; } /* ボタンのカスタムスタイル(必要に応じて追加)*/ .pr-button--custom a { /* カスタムスタイルの例: 背景色を変更 */ /* background-color: #f00; */ } /* 全ての要素に共通のボックスモデル設定 */ *, *:before, *:after { box-sizing: border-box; } /* ◆◆アディ系の見出し灰帯 */ ul { list-style-type: none; padding-left: 0; } ul li p, ul li > strong { width: 100%; box-sizing: border-box; margin: 0; color: #111; } ul li p strong, ul li > strong { display: block; background-color: #ededed; padding-top: 18px; padding-bottom: 16px; padding-left: 18px; padding-right: 18px; margin-top: 30px; /* 上の余白を30pxに設定 */ margin-bottom: 24px; /* 下の余白を24pxに設定 */ } /* ◆◆アディ系テーブルの見出しBOX、コナミ系テーブル調整とスワイプ画像非表示 */ .tableWrapper table { width: 100% !important; /* テーブルの幅を親要素に合わせる */ max-width: 700px; /* 最大幅を700pxに設定 */ border-collapse: collapse; /* 枠線を重ねて1本の線にする */ border: 1px solid #000; /* テーブル全体の枠線を設定 */ box-sizing: border-box; /* パディングとボーダーを幅に含める */ } .tableWrapper td, .tableWrapper th { word-break: break-word; /* 単語が長すぎる場合は改行する */ border: 1px solid #000 !important; /* セルの枠線を設定 */ } .swiperIcon { display: none; /* 画像を非表示にする */ } .swiperIcon onSwipe { display: none; /* 画像を非表示にする */ } /* ◆◆テレビ大阪系キャプション回込み */ .text-image-caption { display: flex; flex-direction: column; align-items: flex-start; width: fit-content; } .text-image-caption img { width: 100%; height: auto; } .image-caption { width: 100%; font-size: 0.8em; color: gray; } @media only screen and (max-width: 767px) { .text-image-caption img { max-width: 100% !important; height: auto !important; } .text-image-caption { width: 100%; } .image-caption {        font-size: 0.8em; } } /* ◆◆YouTubeスマホでも横長に表示 */ .video-wrapper { position: relative; padding-top: 56.25%; /* 16:9 Aspect Ratio */ height: 0; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* ◆◆長いURLを改行 */ a { overflow-wrap: break-word; word-break: break-word; } /* ◆◆記事下レコメンドの透かし非表示 */ .twp-single-next-post:before { content: none !important; } /* ◆◆画像の横に並ぶテキストを下に回り込み */ .alignleft { float: none !important; display: block; margin: 0 auto; } /* ◆◆NewBalance他の<P>タグの改行 767ピクセル以下のデバイスに適用されるスタイル */ @media only screen and (max-width: 767px) { p { text-align: justify; /* テキストを均等揃えにする */ text-justify: inter-word; word-break: break-word; /* 単語が端に到達したら改行する */ } p a { display: block; /* リンクをブロック要素として扱い、新しい行に表示 */ white-space: normal; /* リンクのテキストで改行を許可 */ word-break: break-all; /* 任意の場所で単語を改行する */ } } /* ◆◆サイドバー箇所のwidgetのCommentウィ表示にする */ .tab-comments { display: none; } /* ◆◆セイコーや陸上連盟の行間調整 */ p br + br + strong { display: block; margin-top: 1em; /* 行間のマージンを調整 */ } /* ◆◆PCヘッダーSVGロゴのサイズ調整 */ .twp-logo img { height: 103px; width: auto; /* 幅を自動調整してアスペクト比を保持 */ } /* 最初の3つの空のpタグを通常通り表示し、4つ目以降を非表示にする */ p:empty:nth-of-type(1), p:empty:nth-of-type(2), p:empty:nth-of-type(3) { display: block; /* 必要に応じて表示設定 */ } /* ◆◆アディダスほか、小さい画像を親要素の幅に。400px未満は400pxで */ .text-image-caption img { width: 100% !important; height: auto !important; object-fit: contain; /* 画像がコンテナより小さい場合、その実際のサイズで表示される */ } /* ◆◆固定ページの新着一覧の投稿タイトルを2行に */ .pt-cv-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } /* h1見出しサイズ調整 */ @media screen and (max-width: 768px) { .entry-title:not(.entry-title-large) { display: block; -webkit-line-clamp: unset; -webkit-box-orient: unset; overflow: visible; } h1 { font-size: 1.3em !important; } h2 { font-size: 1.3em !important; } } /* h2見出しサイズ調整 */ h2 { font-size: 1.5em !important; }

出来立ての和菓子をコース仕立てで提供する「九九九」が11月28日(木) 六本木にグランドオープン


歳時記に基づいた和菓子とお茶のペアリングで贅沢な茶寮体験を


※写真はイメージです。

 日本の伝統文化である「和菓子」と「お茶」を通じて心をほどく菓子司「九九九」が2024年11月28日にグランドオープンいたします。

 屋号「九九九」には、茶の湯文化を大成し「茶聖」と称された千利休への深い敬意が込められています。かの昔より身分の分け隔てなく茶を楽しむ大切な文化とされてきた「茶会」。現代では、ごく少数派が楽しむものとなっていますが、この大切な文化を皆で分かち合い、唯一無二の体験を皆様にお届けしたいと考え、空間も茶室の要素を取り入れつつも、野点のように気軽に茶を楽しめるように設計いたしました。また、店内展示の緊張感と安らぎをもたらすアートや骨董にもぜひご注目ください。

 その場で仕上げ、温度と質感を活かした和菓子と、全国各地から厳選した茶葉の旨みや香りを心ゆくまでご堪能いただける唯一無二のコース。季節に即した良質な素材を用いた和菓子と茶のペアリングコースをメインに、夜には一品揃いやオリジナルの茶カクテルもご用意し、ここでしか味わえない体験をご提供いたします。特に、目の前で作り上げ、一瞬で姿を変える練り切りの実演は、必ず皆様の心を踊らせるはずです。

  「九九九」が誇る和菓子の温もりや繊細な口溶け、お茶とのペアリングを心ゆくまでご堪能ください。

◆ オーナー/プロデューサー 見冨右衛門のコメント 

 和菓子職人の藤田凱斗と出会い、その文化や技術に触れて、強い衝撃を受けたのを覚えております。出来立ての和菓子だけが持つ、温度や質感にただただ驚いたと同時に、ショーケースや箱に入った和菓子ではなく、職人が目の前で仕上げたものを提供したいという想いに至りました。また、和菓子に合わせるのは当然お茶という考えが多い中で、茶士とともに茶の湯を学んでその知見を高め、これまでの茶の概念が変わるような生産者との出会いを通じて、その素晴らしさも伝えていきたいという想いも強くなりました。そんな2つを組み合わせた、まだ日本の飲食シーンでは珍しい和菓子のコース仕立て。ぜひこのチャレンジにお付き合いください。

◆和菓子と茶のペアリングコース

目の前で和菓子職人と茶士が全てを手がけるコーススタイルで和菓子の温もり、手触り、茶の蒸される香り、全てをご堪能いただけます。

※メニュー内容は季節によって変更いたします。

提供時間:15時〜/18時〜 2部制

料  金:¥19,800 (税込み、別途サービス料10%)

予約サイト:www.tablecheck.com/shops/999/reserve

◆店舗概要 

名  称:九九九(読み:くくく)

 住  所:東京都港区六本木7-5-11 カサグランデミワ2F

 営業時間:

  ・和菓子と茶のペアリングコース

     15時〜/18時〜 2部制(火曜は18時〜のみ)

   ・一品揃い(和菓子と茶のミニセット)

     平日 21時〜23時 (L.O 22時半)

     土曜 15時〜23時 (L.O 22時半)

 定 休 日:日曜日、月曜日

 座 席 数:カウンター8席

インスタグラム:@999_kukuku



Gallery(タップorクリックで拡大)



Next Post

『Xmasに最高の思い出を』海辺のリゾートホテルで大切な人を祝う限定プランが登場。非日常を詰め込んだ、冬の贅沢な思い出をご体験。【愛知県美浜町】

木 11月 21 , 2024
2023年OPENのハイクラスリゾートで、大切な人と過ごすクリスマス限定プランが12月からご予約スタート。冬の […]

今週、読まれている記事

カテゴリ一覧