新宿区
新宿・神乐坂・高田马场
查看新宿区AREA GUIDE
从东京的人气区域中,查找餐厅、设施和活动信息。
EDITOR'S SELECTION
从“畅游东京”编辑部亲自到访,并实际体验过料理与用餐环境的店铺中,按不同主题为您精选推荐。
※刊登内容根据编辑部到访时的信息整理而成。
与スーパーアキダイ秋葉社长组成的组合『アキエリ』的江里華发布了新曲。地方歌曲「松島みれん舟」 欢迎前来。 当天会场可办理现场登记,也接受提前预约。 E-プロモーション 050-6881-5731 e.promotion.music5@gmail.com
传统艺能 在篝火映照下的幽玄世界 “第38届 新宿御苑 森之薪能” 以新宿御苑为舞台、可尽享日本传统艺能“能”和“狂言”的“第38届 新宿御苑 森之薪能”即将举行。在高楼林立的东京中心,伴随被篝火映照的舞台,这是一项可尽享高雅能乐世界的秋季例行活动。本次演出中,狂言《樋の酒(ひのさけ)》由野村萬斎(和泉流)出演,能《船弁慶・前後之替(ふなべんけい・ぜんごのかえ)》由観世銕之丞、観世淳夫(観世流)出演。 在幽玄氛围中欣赏能与狂言 “森之薪能”是在市中心的新宿御苑这一自然丰饶的环境中,于被篝火映照的舞台上,由精选演员与剧目呈现、可尽情欣赏能乐的传统艺能活动。 开演后将进行解说与点火仪式,狂言结束后预计有约15分钟的休息时间。 本次演出节目 狂言「樋の酒(ひのさけ)」 野村萬斎(和泉流) 能「船弁慶・前後之替(ふなべんけい・ぜんごのかえ)」 観世銕之丞・観世淳夫(観世流) 雨天时于新宿文化中心举办 如遇下雨,将改在新宿文化中心大礼堂举行。关于雨天时的举办与否,将于当日9月24日(周四)下午1点在新宿观光振兴协会的官方网站及官方SNS发布。 推荐给以下人群 推荐给想接触日本传统艺能、想细细品味能与狂言,以及正在寻找东京独特文化体验的人士。您可以尽情感受新宿御苑的自然,与被篝火映照的能舞台交织而成的梦幻氛围。 ※学龄前儿童谢绝入场。 ※最新信息请以官方网站为准。 :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; } /* 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%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả形画像 */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ 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; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
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 诚挚期待各位莅临。
BUSINESS
为您介绍Gurutto Tokyo收录的企业。
FOR BUSINESS OWNERS
从精心制作展现店铺魅力的页面,到多语言服务、本地搜索优化及评价管理,Gurutto Tokyo全面支持您的信息传播与引流获客。
面向访日游客提供英语、中文、韩语、越南语等多语言网站。
Cookie🍪 与隐私
本网站使用 Cookie 和 Google Tag Manager 来分析使用情况并提升服务。您可以选择允许或拒绝非必要的 Cookie。详情请参阅 隐私政策。