新宿区
新宿・神乐坂・高田马场
查看新宿区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人,站立、自由交流形式,可一边享用简餐和畅饮,一边互动。 并非与指定对象按顺序交谈的形式。您可以在会场内自由走动,按自己的节奏与心仪的人交流。 首次参加、独自参加也非常欢迎!也可与朋友一同参加。 无论是在寻找恋人,还是「想先与新朋友聊聊看」的您,都欢迎轻松参与。
特别展 「The Paper Log:膜与核 — 三宅一生与 Ensemble Studio 的合作项目」 在 21_21 DESIGN SIGHT(画廊3)正在举办特别展「The Paper Log:膜与核 — 三宅一生与 Ensemble Studio 的合作项目」。 本次展览是一个探索三宅一生褶皱加工过程中产生的副产物“Paper Log”新价值的项目。 由 MIYAKE DESIGN STUDIO 的近藤悟史发起,与西班牙建筑团队“Ensemble Studio”的协作得以实现。受 Paper Log 宛如年轮的美丽断面启发,展开充满实验性与创造力的尝试。 展览看点 由“膜”与“核”展开对话的作品群 膜(Shell)— Ensemble Studio: 将 Paper Log 的层片一层层剥离,创造出承载材料记忆的立体作品。 核(Core)— ISSEY MIYAKE: 聚焦于纸卷的芯(核)结构,通过浸蜡与胶黏剂渗透等实验制作家具原型。 日本首次公开的展示构成 把于 2026 年 4 月在米兰发布的项目,依据画廊3的空间重新构成。配合新制作的展具,可更近距离欣赏作品。 追溯制作过程的纪录片影像 现场不仅展出作品,还放映记录双方团队研究、实验与制作轨迹的纪录片影像。 推荐人群 推荐给对设计、建筑、时尚以及可持续创作感兴趣的朋友。也可与六本木地区的观光和艺术巡游一同享受。 © 21_21 DESIGN SIGHT © 21_21 DESIGN SIGHT ※展出内容及展览布局可能会发生变更。 ※最新信息请查看官方网站。 :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; 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; } .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.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* 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 Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .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%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; } .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; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
将在两国的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 诚挚期待各位莅临。
BUSINESS
为您介绍Gurutto Tokyo收录的企业。
FOR BUSINESS OWNERS
从精心制作展现店铺魅力的页面,到多语言服务、本地搜索优化及评价管理,Gurutto Tokyo全面支持您的信息传播与引流获客。
面向访日游客提供英语、中文、韩语、越南语等多语言网站。
Cookie🍪 与隐私
本网站使用 Cookie 和 Google Tag Manager 来分析使用情况并提升服务。您可以选择允许或拒绝非必要的 Cookie。详情请参阅 隐私政策。