https://www.redlantern.eatingout.com.tw/custom_141495.html
地理位置
地理位置
本店臨近天母華納威秀影城及誠品廣場,歡迎順道來開講、來呷茶。
地址: 台北市 天母東路 97號 電話:02-28741981、28738741
台北女娘的店交通路線圖
https://www.redlantern.eatingout.com.tw/custom_141494.html
菜單介紹
菜單介紹
/* =====================
共用
===================== */
img {
display: block;
max-width: 100%;
height: auto;
}
/* =====================
文字區塊
===================== */
.content h3 {
margin: 0 auto;
padding: 5px 0 3px 10px;
font-size: 15px;
color: #006600;
line-height: 160%;
letter-spacing: 1px;
}
.content h2 {
margin: 0 auto;
padding: 10px 0 3px;
font-size: 18px;
color: #CC0000;
line-height: 160%;
letter-spacing: 1px;
font-weight: bolder;
}
.content p {
margin: 0;
padding: 3px 20px 10px;
font-size: 13px;
color: #444;
line-height: 170%;
letter-spacing: 1px;
}
/* =====================
標題圖片區
===================== */
.content .pic_cen {
width: 100%;
max-width: 780px;
margin: 5px auto;
padding: 5px;
text-align: center;
box-sizing: border-box;
}
.content .pic_cen img {
width: 100%;
}
.content h2.sub,
.content h2.sub2 {
margin: 0 auto;
padding: 30px 20px 40px;
text-align: center;
color: #982B00;
line-height: 160%;
background-image: url(/editor_images/031b53abda5316280937ac0b9b231567.jpg);
background-size: 100% 100%;
box-sizing: border-box;
}
/* =====================
title-box
===================== */
.title-box {
position: relative;
max-width: 780px;
margin: 0 auto;
text-align: center;
height: fit-content;
}
.title-box img {
width: 100%;
height: max-content;
display: block;
}
.title-box h2 {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
margin: 0;
transform: translate(-50%, -50%);
color: #982B00;
font-size: 18px;
line-height: 1.6;
}
.title-box h2 span {
display: block;
font-size: 13px;
}
/* =====================
Gallery
===================== */
.gallery-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 15px;
box-sizing: border-box;
}
/* 主圖 */
.gallery-main {
min-width: 280px;
display: flex;
justify-content: center;
}
.mainImg {
width: 100%;
max-width: 660px;
height: auto;
transition: opacity .3s ease;
}
/* 縮圖 */
.smallright {
width: 300px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
box-sizing: border-box;
}
.smallright img {
width: 100%;
cursor: pointer;
border: 2px solid #ddd;
box-sizing: border-box;
transition: .3s;
}
.smallright img:hover {
border-color: #ff8701;
transform: scale(1.05);
}
/* =====================
左圖
===================== */
.content .pic_left {
float: left;
margin: 5px 5px 5px 30px;
padding: 5px 10px 5px 5px;
}
.content .pic_left img {
padding: 1px;
border: 1px solid #960;
}
/* =====================
菜單圖片 Grid
===================== */
.pic_cen2 {
max-width: 780px;
margin: 0 auto;
padding: 10px;
box-sizing: border-box;
}
.menu-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.menu-grid img {
width: 100%;
height: auto;
display: block;
}
/* =====================
問答文字
===================== */
.question {
font-size: 12pt;
line-height: 15pt;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}
/* =====================
RWD
===================== */
@media (max-width: 768px) {
/* gallery */
.gallery-wrap {
flex-direction: column;
align-items: center;
}
.gallery-main {
width: 100%;
}
.mainImg {
width: 100%;
max-width: 100%;
}
.smallright {
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 5px;
}
.smallright img {
width: 22vw;
flex-shrink: 0;
}
/* pic */
.content .pic_cen {
width: 100%;
}
/* menu */
.menu-grid {
grid-template-columns: 1fr;
}
/* title */
.title-box h2 {
width: 95%;
font-size: 16px;
}
}
document.addEventListener('DOMContentLoaded', () => {
const galleries = document.querySelectorAll('.gallery-wrap');
galleries.forEach(gallery => {
const mainImg = gallery.querySelector('.mainImg');
const thumbs = gallery.querySelectorAll('.smallright img');
thumbs.forEach(img => {
img.addEventListener('mouseenter', () => {
const newSrc = img.dataset.large;
mainImg.style.opacity = 0;
setTimeout(() => {
mainImg.src = newSrc;
mainImg.style.opacity = 1;
}, 150);
});
img.addEventListener('click', () => {
mainImg.src = img.dataset.large;
});
});
});
});
本店+10%服務費,桌席 7800元起請先預訂 另有高檔宴席菜色歡迎洽詢
女娘的店 各類菜色介紹(價錢內容一切以【店裡菜單】為基準)
https://www.redlantern.eatingout.com.tw/custom_141493.html
環境設施
環境設施
/* 自訂 */
.content h3 {
margin: 0px auto;
padding: 5px 0px 3px 10px;
font-size: 15px;
color: #006600;
line-height: 160%;
letter-spacing: 1px;
}
.content h2 {
margin: 0px auto;
padding: 10px 0px 3px 0px;
font-size: 18px;
color: #CC0000;
line-height: 160%;
letter-spacing: 1px;
}
.content p {
padding: 3px 20px 10px 20px;
font-size: 13px;
color: #444;
line-height: 170%;
margin: 0px;
letter-spacing: 1px;
}
.content .pic_left img {
padding: 1px;
margin: 0px 0px 0px 0px;
border: 1px solid #960;
}
.content .pic_left {
padding: 5px 10px 5px 5px;
margin: 5px 5px 5px 0px;
float: left;
}
/* 整個相簿區塊 */
.gallery-wrap {
display: flex;
align-items: flex-start;
gap: 15px;
margin: 20px 0;
}
/* 主圖區 */
.gallery {
flex: 1;
}
.gallery img {
max-width: 100%;
height: auto;
display: block;
}
/* 主圖淡入效果 */
#mainImg {
width: 660px;
max-width: 100%;
transition: opacity .3s ease;
}
/* 縮圖區 */
.smallright {
width: 94px;
display: flex;
flex-direction: column;
gap: 8px;
}
/* 縮圖 */
.smallright img {
width: 90px;
height: 60px;
object-fit: cover;
cursor: pointer;
border: 2px solid #ddd;
transition: all .3s;
display: block;
}
/* Hover效果 */
.smallright img:hover {
border-color: #ff8701;
transform: scale(1.05);
}
/* RWD */
@media (max-width: 768px) {
.gallery-wrap {
flex-direction: column;
}
.smallright {
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
/* 不換行 */
overflow-x: auto;
/* 可橫向滑動 */
justify-content: flex-start;
padding-bottom: 5px;
}
.smallright img {
width: 22vw;
height: auto;
flex-shrink: 0;
}
#mainImg {
width: 100%;
}
}
document.addEventListener('DOMContentLoaded', () => {
const mainImg = document.getElementById('mainImg');
const thumbs = document.querySelectorAll('.smallright img');
thumbs.forEach(img => {
img.addEventListener('mouseenter', () => {
const newSrc = img.dataset.large;
mainImg.style.opacity = 0;
setTimeout(() => {
mainImg.src = newSrc;
mainImg.style.opacity = 1;
}, 150);
});
});
});
台北女娘的店
面積:150坪(含庭院)座位數:全店可容納150個席位 (2樓可提供10張桌席)
四、五十年代的農村風貌
本店原為一間獨棟兩層樓西洋別墅,在女主人用心的裝潢佈置下呈現出台灣4、50年代的農村風貌。 太師椅、古早飯桌、上百年供桌等家具,在她以新家具換人家舊家具及厝邊鄰居鼎力的交換或捐贈提供下, 花費半年時間,一點一滴佈置出來。庭院裡有米倉、古早灶腳、豬舍的展示區,牆上掛有簑衣、簑帽、 古早電影海報與4、50年照片,另闢有童玩區提供如戳戳樂、布袋戲玩偶、彈珠汽水等古早玩具。
台北女娘的店
https://www.redlantern.eatingout.com.tw/custom_141492.html
媒體影音
媒體影音
iframe {
width: 100%;
aspect-ratio: 16/9;
}
.y_iframe {
display: flex;
flex-wrap: wrap;
}
.list {
width: 50%;
padding: 5px;
box-sizing: border-box;
}
.list h3 {
margin: 5px 0;
text-align: center;
}
/* sm以下100 */
@media screen and (max-width: 576px) {
.list {
width: 100%;
}
}
<效廉出發吧!> 遊到天母,聞香下馬~~
我們與餓的距離 《米其林必比登推介》銷魂料理
鏡食旅》坐時光機回農村吃台菜 女娘的店
《必比登推介》懷舊年菜飄香30年
消費大贏家
台灣尚青(上)
台灣尚青(下)
賞味.com (介紹關係店古厝茶緣)
食遍中港台
https://www.redlantern.eatingout.com.tw/custom_141486.html
餐廳簡介
餐廳簡介
/* bootstrap */
.table-responsive {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.row {
display: flex;
flex-wrap: wrap;
margin: -10px;
}
.row>[class*="col-"] {
padding: 10px;
box-sizing: border-box;
}
/* 圖片統一處理 */
.row img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
/* 基本欄位系統 */
.col-12 {
width: 100%;
}
/* col-sm-2 */
@media (min-width: 576px) {
.col-sm-2 {
width: 50%;
}
}
@media (min-width: 768px) {
.col-md-4 {
width: 33.3333%;
}
}
@media (min-width: 992px) {
.col-lg-3 {
width: 25%;
}
}
.content p {
padding: 3px 20px 10px;
font-size: 13px;
color: rgb(68, 68, 68);
line-height: 170%;
margin: 0px;
letter-spacing: 1px;
}
.content .title {
color: rgb(255, 0, 0);
font-size: x-large;
text-align: center;
font-weight: bolder;
}
.content .subtitle {
margin: 0px auto;
padding: 5px 0px 3px 10px;
font-size: 15px;
color: rgb(0, 102, 0);
line-height: 160%;
letter-spacing: 1px;
text-align: center;
}
.table th {
margin: 0;
padding: 8px 10px 8px;
font-size: 18px;
background-color: #92281f;
color: #FFF;
border-bottom: 1px dashed #666;
}
.table td {
margin: 0;
padding: 8px 10px 8px;
border-bottom: 1px dashed #CCC;
border-right: 1px dashed #CCC;
line-height: 20px;
font-size: 16px;
}
.content h2 {
margin: 0px auto;
padding: 10px 0px 3px;
font-size: 18px;
color: rgb(204, 0, 0);
line-height: 160%;
letter-spacing: 1px;
}
.content h3 {
margin: 0px auto;
padding: 5px 0px 3px 10px;
font-size: 15px;
color: rgb(0, 102, 0);
line-height: 160%;
letter-spacing: 1px;
}
.content .pic {
padding-left: 5px;
margin: 0px;
float: right;
}
.content .pic_gup {
padding-right: 5px;
margin: 0px;
float: left;
position: relative;
}
.content .pic_gup img,
.content .pic img {
padding: 1px;
margin: 0px;
border: 1px solid rgb(153, 102, 0);
}
.content .pic_gup p,
.content .pic p {
padding: 0px;
margin: 0px;
font-size: 12px;
color: rgb(102, 102, 102);
text-indent: 0px;
text-align: center;
line-height: 23px;
}
.content .pic_gup p a,
.content .pic p a {
text-decoration: none;
color: rgb(102, 102, 102);
&:hover {
color: rgb(102, 51, 0);
text-decoration: underline;
}
}
.style1 {
color: #0000FF;
}
榮登2019、2020、2021、2022、2023年米其林必比登推薦美食餐廳
一個充滿人情味,古早味个好所在-女娘的店。將懷念个北投古早味辦桌文化、好吃个手路菜,重新介紹給大家。希望在新个年代,喚起大家快樂、懷念的回憶。更希望阿母招阿爸、樓上招樓下、厝邊招隔壁、大家相招來女娘的店。共享人情味个料理。感謝大家!
女娘的店基本資訊
女娘的店 基本資訊
地址:
台北市天母東路97號
電話:
02-28741981 / 02-28738741
營業時間:
平日17:00~21:00週六、日增加中午11:30~14:00
公休日:
星期一公休
Facebook:
https://www.facebook.com/nuniang.tw
成立時間:
1992年
台北女娘的店外觀
志村健 金城武 作伙逗陣來 餐飲雜誌媒體鄭重推薦日本亞細亞航空拍攝宣傳廣告地點──「女娘的店」、「古厝茶緣」
農家風情 古早味料理
民國81年,店主人本著歹歹媳婦三飧燒的心情,大膽的在充滿異國風味的天母,開了50年代台灣農家風情,古早味十足的台灣料理。內外的擺飾、豬舍、灶腳、風鼓、石磨等,全是店主精心蒐集呈現的古早物,而可口的總鋪料理,更是讓異鄉遊子讚不絕口。踏進女娘的店,感覺非常溫馨舒適,好像回到自己老家一樣,想感受一下古早味,不妨親自走一回
4、50年代的農村特色
宜蘭出身的簡小姐,對4、50年代的農村生活一直具有深厚的情誼與依戀,成立女娘的店就是要它重現媽媽煮飯的地方,所以裝潢上也以她心目中最自然的古老風格呈現。太師椅、古早飯桌、上百年供桌等家具,在她以新家具換人家舊家具及厝邊鄰居鼎力的交換或捐贈提供下,花費半年時間,一點一滴佈置出來。庭院裡有米倉、古早灶腳、豬舍的展示區,牆上掛有簑衣、簑帽、古早電影海報與4、50年照片,另闢有童玩區提供如戳戳樂、布袋戲玩偶、彈珠汽水等古早玩具。簡小姐說,既然要復古就要做得像,因此她很努力的尋找4、50年代農村風情的擺飾,在她扎扎實實的營造出來之後,也就成為業界中的翹楚,並屢受中外電視、報章雜誌媒體青睞,例如自由時報、時報週刊、壹週刊、三立電視台「在台灣的故事」、日本NHK新年特別節目、瀨上剛In Taiwan、台灣尚青、阿里桑遊台灣、賞味.com、消費大贏家等等節目,接受過無數次的採訪報導,網友可點選【媒體影音】仔細觀賞。
台北女娘的店大門
多樣化的古早味台菜
既然標榜台式餐廳,務必要提供道地的台灣佳餚,簡小姐說,原來她打算24小時供餐,早上賣稀飯、深夜供宵夜,但天母地區地域性的關係〝早上等沒人〞,中午人也不多,因此改變經營方針,只做晚上生意,並努力推出多樣化的古早味台菜,其中受歡迎的招牌菜如菜脯蛋、豆豉肉、爌肉以及特別的豬油飯都膾炙人口。除家常風味菜外,辦桌也有多樣化的山珍海味菜色供選擇。另外,具特色的大碗公飲茶方式也吸引許多懷舊人士。來女娘的店,欣賞古早器物、品嚐傳統台菜,因為道地,所以外籍人士也常成為座坐上客,簡小姐說,像店裡的豬油飯,因為藝人徐若瑄最愛吃常來捧場,還因此漂洋過海紅至日本呢!此外,旅行社也常帶領觀光客前來用餐,讓他們感受台灣料理的風味。(刊載自餐飲名店情報雜誌「女娘的店 」 經營之道)
關係店:
*牡丹食堂(原“古厝茶緣”)
地址:台北市-天母-東山路25巷81弄29號訂桌專線:02-2873-2515 坐位數:50~60席營業時間:11:30~21:00 全天候出菜(星期一公休 例假日除外)
【阿母辦桌手路菜,價錢便宜介實在】
「牡丹」是82歲阿嬤的名字,與86歲阿公親自種菜經營食堂,呈現記憶中的古早滋味,在戶外的田園椅寮品嚐阿公的有機野菜和土雞,招牌養生黑木耳更充滿阿嬤的古老智慧,當季種植最新鮮的火龍果、葡萄柚、竹筍等蔬果是最樸實的天然美味,餐後還能啜飲茗茶與濃純咖啡,在香氣間坐擁山林美景,享受城市一隅的愜意生活。牡丹食堂邀請您一同體驗阿公阿嬤的慢活人生,學習活到老做到老的農村哲學,而您來到食堂品嚐溫暖手路菜的同時,也千萬別忘了為阿公阿嬤加油打氣!
https://www.redlantern.eatingout.com.tw/
女娘的店