新宿区
新宿・神乐坂・高田马场
查看新宿区AREA GUIDE
从东京的人气区域中,查找餐厅、设施和活动信息。
EDITOR'S SELECTION
从“畅游东京”编辑部亲自到访,并实际体验过料理与用餐环境的店铺中,按不同主题为您精选推荐。
※刊登内容根据编辑部到访时的信息整理而成。
与スーパーアキダイ秋葉社长组成的组合『アキエリ』的江里華发布了新曲。地方歌曲「松島みれん舟」 欢迎前来。 当天会场可办理现场登记,也接受提前预约。 E-プロモーション 050-6881-5731 e.promotion.music5@gmail.com
2026年9月26日(周六),将在大田区产业广场PiO举办面向20、30岁人群的大型交流活动「蒲田BIG恋活フェス」! 我们不止依赖交友软件,而是希望打造一个能面对面、在同一时间与空间中自然交流的相遇场所。基于这样的想法,策划了在蒲田举行、深耕本地的恋爱交友活动。 「在日常生活中结识新朋友的机会很少」 「在交友软件上很难把握对方的氛围」 「太正式的婚活派对会让人有点紧张」 我们致力于为20、30岁人群打造一个能轻松迈出第一步的交流活动。 会场距离京急蒲田站步行约3分钟。最多容纳250人,站立、自由交流形式,可一边享用简餐和畅饮,一边互动。 并非与指定对象按顺序交谈的形式。您可以在会场内自由走动,按自己的节奏与心仪的人交流。 首次参加、独自参加也非常欢迎!也可与朋友一同参加。 无论是在寻找恋人,还是「想先与新朋友聊聊看」的您,都欢迎轻松参与。
将在两国的IKIJI STORE举办“第4届 IKIJI寄席”。 本次亦将邀请古今亭圆菊师傅,欢迎您在IKIJI STORE店内欣赏落语。 无论是第一次接触落语的朋友,还是落语爱好者,都非常欢迎。 在仅有IKIJI STORE才有、与演者距离很近的亲密空间里,请近距离欣赏古今亭圆菊师傅的话艺。 【出演】 古今亭圆菊 【时间・参加费】 19:00〜 2,000円 20:00〜 1,500円 ※不实行换场制度。 从19:00场次起参加的来宾,可继续欣赏20:00场次。 【会场】 IKIJI STORE 东京都墨田区 【主办】 IKIJI 【报名方式】 需提前预约。 请通过下方的Google表单进行报名。 https://forms.gle/Qftav12qpczK3gL26 诚挚期待各位莅临。
\r\n\r\n\r\n\r\n\r\n\r\n :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Long Content Block */ .content-block { background-color: var(--dark-card); color: #ffffff; padding: 32px; border-left: 4px solid var(--accent-orange); width: 100%; box-sizing: border-box; } .content-block h2 { font-size: 1.25rem; margin-bottom: 12px; color: #ffffff; word-break: break-word; } .content-block p { color: #cccccc; font-size: 0.925rem; text-align: justify; word-break: break-word; } /* Event Section */ .event-card { background-color: var(--accent-orange-light); border: 1px solid rgba(255, 85, 0, 0.2); padding: 28px; width: 100%; box-sizing: border-box; } .event-card p { color: #333333; font-size: 0.9rem; text-align: justify; word-break: break-word; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .image-frame img { width: 100%; height: auto; display: block; object-fit: contain; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card, .content-block, .event-card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }\r\n\r\n \r\n \r\n 馆藏展\r\n \r\n 东京都写真美术馆\r\n “TOP Collection 明日的餐桌”正在举办\r\n \r\n\r\n \r\n 凝视饮食,思考未来生活方式的摄影展\r\n \r\n\r\n \r\n 东京都写真美术馆正在举办通过摄影与影像审视“饮食”与“生活”关系的展览“TOP Collection 明日的餐桌”。会场为东京都写真美术馆三层展厅。展期为2026年7月2日(周四)至9月21日(周一,法定节假日)。\r\n “TOP Collection”是从多种角度介绍东京都写真美术馆馆藏约39,000件摄影与影像作品的展览。\r\n 本展以“饮食”为线索观看作品,同时思考老龄化、独自用餐等当代社会面临的问题。通过照片与影像中呈现的餐桌,邀请每位参观者思考“吃”和“与他人共生”。\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n 从四个展室思考“饮食”与社会\r\n \r\n \r\n\r\n \r\n \r\n ROOM 01\r\n\r\n \r\n 第1室“那时,那张餐桌”\r\n \r\n\r\n \r\n 以家庭与自身的餐桌记忆为主题,介绍 島尾伸三、原美樹子、野口里佳、潮田登久子、川内倫子 的五位作品。\r\n 从日常中不经意浮现的饮食风景,转而关注作为记忆层层累积的餐桌样貌。\r\n \r\n \r\n\r\n \r\n ROOM 02\r\n\r\n \r\n 第2室“在饮食与地域之间”\r\n \r\n\r\n \r\n 通过 奈良原一高、山田實、宮本隆司、竹谷出 的作品,重新审视土地与饮食的联系。\r\n 从城市餐饮店到渔业,再到祈愿丰收与丰渔的活动,思考饮食如何与各地相连。竹谷出的〈にほんのかけら〉系列自被东京都写真美术馆收藏后首次展出。\r\n \r\n \r\n\r\n \r\n ROOM 03\r\n\r\n \r\n 第3室“在环境之中”\r\n \r\n\r\n \r\n 通过 宮崎学、土田ヒロミ、楢橋朝子、岩井優 的作品,思考人类活动与自然环境的关系。\r\n 以围绕饮食与生活的问题为背景,如粮食价格波动、野生动物栖息地变化,以及东日本大地震后福岛第一核电站事故对食品造成的负面舆论影响,审视我们生活与环境的关联。\r\n \r\n ROOM 04 第4室「明日的餐桌」 我们将思考从今以后,也就是未来的饮食样貌。随着老龄化、独自用餐与独居人口的增加,围绕饮食的环境正在发生变化,本章介绍折元立身的〈奶奶的午餐〉系列。 该系列收录了在福岛县二本松市的龙泉寺与当地老人共进餐食的场景,以及在葡萄牙世界遗产城市埃武拉的修道院,邀请500位奶奶一起跳舞、唱歌、围桌而坐的交流艺术记录。通过与他人共享餐桌的喜悦与彼此的连结,本章将再次引导我们思考“共同生活”的意义。 电影放映与合作菜单 展期内,将配合本展在东京都写真美术馆一层大厅放映以“饮食”和生活方式为主题的电影《かもめ食堂》《めがね》《土を喰らう十二ヵ月》。此外,一层的カフェ フロムトップ将提供本展合作菜单,如“西瓜蛋糕”以及鸭肉饭与南瓜汤的一盘式套餐。另在惠比寿花园广场地下一层的“WINE MARKET PARTY”,也为出示本展门票的到店顾客准备了专属优惠。 推荐给这样的你 “TOP Collection 明日的餐桌”是一场通过摄影与影像,思考与家人共食、社区与饮食的连接、自然环境以及未来餐桌的展览。由于可以欣赏到以饮食为主题的多样作品,不仅适合对摄影作品感兴趣的观众,也适合希望以全新视角审视日常记忆与社会变迁的人。 也推荐给想把惠比寿区域的观光、购物与美食结合起来,在东京都享受文化体验的你。 展览现场 摄影:いしかわみちこ 展览现场 摄影:いしかわみちこ ※展期内每周一闭馆。但如遇周一为法定节假日则照常开放,并于次一工作日闭馆。 ※因各种原因,活动内容可能会有所变更。来馆前请于官方网站确认最新信息。
BUSINESS
为您介绍Gurutto Tokyo收录的企业。
FOR BUSINESS OWNERS
从精心制作展现店铺魅力的页面,到多语言服务、本地搜索优化及评价管理,Gurutto Tokyo全面支持您的信息传播与引流获客。
面向访日游客提供英语、中文、韩语、越南语等多语言网站。
Cookie🍪 与隐私
本网站使用 Cookie 和 Google Tag Manager 来分析使用情况并提升服务。您可以选择允许或拒绝非必要的 Cookie。详情请参阅 隐私政策。