新宿区
新宿・神乐坂・高田马场
查看新宿区AREA GUIDE
从东京的人气区域中,查找餐厅、设施和活动信息。
EDITOR'S SELECTION
从“畅游东京”编辑部亲自到访,并实际体验过料理与用餐环境的店铺中,按不同主题为您精选推荐。
※刊登内容根据编辑部到访时的信息整理而成。
传统活动 欣赏秋日风景与萩花 「向岛百花园 萩祭」 将在向岛百花园举办2026年度“萩祭”。在园内名物、约30米长的“萩之隧道”迎来最佳观赏期之际,您可漫步在染上秋色的园内,欣赏时令草花与日本文化。 期间将举办包括以“萩”为题在短册上书写俳句与和歌的“吟咏萩”、在园内观察野草的“野草观察”,以及可品尝抹茶与和果子的“茶会”等活动。 活动内容 EVENT 01 (1)吟咏萩 日期与时间:活动期间每日,全天。※遇雨取消 地点:紫藤棚旁的四阿(凉亭) 内容:邀请来园的客人以“萩”为主题,将俳句与和歌写在短册上。 参与费用:免费(入园费另计) EVENT 02 (2)野草观察 日期与时间:9月19日(周六)11:40、14:40(每场约1小时)※遇雨取消 集合地点:卖店前广场 内容:在讲师讲解下,观察园内野草。 讲师:若林 芳树 先生(植物研究者) 名额:每场20人 参加方式:当天请至集合地点集合(额满即止)。 EVENT 03 (3)茶会 日期与时间:10月3日(周六)、4日(周日)11:00~16:00(每30分钟举办一场,每日10场) 地点:御成座敷 内容:向岛百花园茶会将进行茶道表演,并提供抹茶与茶点。欢迎所有人轻松参与。 参加费:每席 1,500日元(入园费另计) 名额:每场10人(当日先到先得・无需提前报名) 参加方式:10:30~15:30 于御成座敷前办理登记(名额满即止)。 推荐给这样的您 不仅适合想在秋意中漫步庭园的人,也推荐给希望通过俳句、和歌与茶会等接触日本传统文化的人。伴随季节花草,尽享悠闲时光。 ©Tokyo Metropolitan Park Association ©Tokyo Metropolitan Park Association ※最新信息请查看官方网站。 :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%; /* Chặn chọn ảnh (Copy protection for images) */ -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; } /* Fix lỗi ảnh tràn màn hình */ .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; /* Ngăn kéo thả / lưu ảnh */ } .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; } }
与スーパーアキダイ秋葉社长组成的组合『アキエリ』的江里華发布了新曲。地方歌曲「松島みれん舟」 欢迎前来。 当天会场可办理现场登记,也接受提前预约。 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; } }
传统活动 秋夜赏月 「向岛百花园 赏月会」 向岛百花园将举办自江户时代延续至今的传统活动“赏月会”。在秋意渐浓的夜晚,一边赏月,一边欣赏由行灯与雪洞灯映照的梦幻庭园,这是秋季特有的盛事。 活动期间开园时间延长至21:00,您可以体验与白天不同的向岛百花园夜景。园内还将举行多种与赏月相关的活动。 活动内容 EVENT 01 (1)供奉仪式 日期与时间:9月24日(周四)17:00~17:30 ※遇雨取消 地点:萩之隧道附近的紫藤棚前 内容:供奉团子和蔬菜,并有篠笛演奏。 演奏者:坂本真理(横笛演奏者) EVENT 02 (2)茶会 日期与时间:9月25日(周五)、26日(周六) 各日15:00~20:00 地点:御成座敷 内容:由向岛百花园茶会进行点前演示并提供抹茶。欢迎任何人轻松参加。 参加费:每席1,500日元(入园费另计) 名额:每场10人 参加方式:14:30~19:30于御成座敷前受理报名(额满即止)。 EVENT 03 (3)箏曲演奏 日期与时间:活动期间每日18:00~20:00 ※遇雨取消 地点:小卖部前的四阿(あずまや) 内容:由本地箏乐演奏团体带来演出。 演奏者:栗田社中 EVENT 04 (4)新内流し(しんないながし) 日 时:9月25日(周五)14:30~・16:30~(每场约30分钟)※遇雨取消 场 所:赏月供奉台周边 内 容:将举办以叙述方式演唱新内曲的“新内流し”表演。 出 演:勝新派社中 EVENT 05 (5)点亮绘行灯(えあんどん) 日 时:活动期间每日 17:50~21:00 内 容:将葛饰北斋的作品,以及与向岛百花园、隅田川相关的俳句、俳画制成绘行灯,在园内点亮约50盏。 制作协力:すみだ北斎美術館、柿岡陽樹氏、玉姫(大川雅子氏) 推荐给以下人群 推荐给对日本传统活动和庭园文化感兴趣、想在东京感受秋日风情的人士。伴着明月与行灯、箏的音色等日本独有的文化,不妨从容享受向岛百花园的夜晚时光。 ©Tokyo Metropolitan Park Association ©Tokyo Metropolitan Park Association ※遇雨时,“お供え式”“箏の演奏”“新内流し”将取消。 ※茶会达到人数上限后将结束。 ※最新信息请查看官方网站。 :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%; /* Chặn chọn ảnh (Copy protection for images) */ -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; } /* Fix lỗi ảnh tràn màn hình */ .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; pointer-events: none; /* Ngăn kéo thả / lưu ảnh */ } .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; } }
BUSINESS
为您介绍Gurutto Tokyo收录的企业。
FOR BUSINESS OWNERS
从精心制作展现店铺魅力的页面,到多语言服务、本地搜索优化及评价管理,Gurutto Tokyo全面支持您的信息传播与引流获客。
面向访日游客提供英语、中文、韩语、越南语等多语言网站。
Cookie🍪 与隐私
本网站使用 Cookie 和 Google Tag Manager 来分析使用情况并提升服务。您可以选择允许或拒绝非必要的 Cookie。详情请参阅 隐私政策。