/******* 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; }

栃木の養鶏場「卵明舎」が手掛けるラーメン屋【磨宝の鶏中華そば てらうち】2024年11月29日(金)オープン!


極上鶏からつくる、極上中華そば。創業1935年の卵農家「卵明舎」が手掛ける、こだわりを凝らした中華そば。生産者だからこそ実現できた、余すとこなく鶏を味わう至福の一杯です。


卵明舎グループ(本社:栃木県宇都宮市、代表取締役:寺内 昌文)は、【磨宝の鶏中華そば てらうち】を宇都宮市屋板町に2024年11月29日(金)にオープンしました。

醬油 中華そば

磨宝の鶏中華そば てらうち(まほうのとりちゅうかそば てらうち)

てらうちのこだわり

てらうちが大切にしているのは、素材本来の味を最大限に引き出すこと。
鶏と水のみで作る純鶏スープは、鶏の大きさやその日の気温・湿度等に合わせて、
火加減を微調整しています。
品質のよい鶏を安定して手に入れられるのは、生産者だからこその強み。
栄養たっぷりの餌を食べた鶏は、あっさりとしながらもコク深い味わいを醸し出します。

自家製卵麺

厳選した2種類の小麦粉に通常の約6倍ほどの卵を贅沢に加えた、
卵の風味をしっかりと感じられるちぢれ麺。
スープと一体感が出るように、茹でる前に強く手もみをしています。
しっかりと強いコシのある麺のため、もちもちとした食感をお楽しみいただけます。

塩卵

濃厚な後引くコクと卵黄の甘みが際立つ「磨宝卵GOLD」を丸ごと1個使用した塩卵。
ラーメンとよく絡むように半熟で仕上げ、スープの味を邪魔しないように
調和の取れた味付けにしています。

藁焼き鶏叉焼

三十八種の自家配合の飼料を食べて育った「三十八善鶏」を香ばしく藁焼きで仕上げたチャーシュー。
栄養豊富な餌をたくさん食べて育った親鳥は、若鶏と比べて肉の旨味が濃く、
噛めば噛むほど深みのある味わいが広がります。鶏本来のうま味と食感を楽しんでいただけます。

純鶏スープ
純鶏スープ
自家製卵麺
自家製卵麺
藁焼き鶏叉焼
醬油 中華そば
磨宝卵GOLD
純鶏スープ
外観
外観
店内
磨宝卵ゴールド

【店舗情報】

磨宝の鶏中華そば てらうち

栃木県宇都宮市屋板町578-209

営業時間:10:00〜17:00 ( 麺が無くなり次第終了 )

営業日:不定休 ※営業日はInstagramにてご確認ください。

【Instagram】@ramen_terauchi

【HP】https://ramenterauchi.ranmeisya.com/

卵明舎概要

卵明舎とは創業1935年の養鶏場「卵明舎」(本社:宇都宮市針ヶ谷町277-1)。2005年東京ファーマーズマーケットにて日本一の卵に選定。2018年には、高品質ブランド鶏卵の生産や六次化産業への取り組みが評価され第1回栃木県農業大賞で農林水産大臣賞を受賞しました。主力商品である「磨宝卵ゴールド」の特徴は、なんといっても濃厚な後引くコクと卵黄の甘み。さらに、卵白の起泡性が高いので卵焼きやケーキを焼いた時のふんわりとした膨らみは格別と、品の良い味とやわらかさは都内各店の一流シェフに絶賛されています。

【卵明舎PV】はこちらhttps://www.youtube.com/watch?v=YUyElWGMi5Q&t=6s

卵明舎

会社概要

・ 会社名:有限会社 卵明舎
 ・URL:https://ranmeisya.com/
 ・電話番号:028-653-6461
 ・メール:info@ranmeisya.com
 ・住所 :栃木県宇都宮市針ヶ谷町277-1
 ・営業時間:9:00~18:00(年末年始を除く)



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



Next Post

「Nivada Grenchen(ニバダ・グレンヒェン)」- 新作腕時計 - 『Interchangeable Bezel Kit』発売

水 12月 4 , 2024
ONE CASE, FIVE BEZELS – 簡単にベゼル交換が可能な革新的コレクション Int […]

今週、読まれている記事

カテゴリ一覧