{"id":2911,"date":"2026-04-21T03:32:29","date_gmt":"2026-04-21T03:32:29","guid":{"rendered":"https:\/\/bouyuen.com\/?page_id=2911"},"modified":"2026-04-21T04:02:18","modified_gmt":"2026-04-21T04:02:18","slug":"sushiro","status":"publish","type":"page","link":"https:\/\/bouyuen.com\/en\/sushiro\/","title":{"rendered":"Sushiro"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2911\" class=\"elementor elementor-2911\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48e09f1 e-flex e-con-boxed e-con e-parent\" data-id=\"48e09f1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d03129 elementor-widget elementor-widget-html\" data-id=\"7d03129\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Sushiro \u58fd\u53f8\u90ce - \u7a7a\u9593\u5beb\u771f<\/title>\n <style>\n  :root {\n   --bg-color: #111111;\n   --text-gold: #d4b475; \/* \u91d1\u8272\u8272\u865f *\/\n   --text-gray: #a0a0a0;\n   --line-color: #333333;\n  }\n\n  body {\n   margin: 0;\n   padding: 0;\n   background-color: var(--bg-color);\n   font-family: \"Noto Sans TC\", \"PingFang TC\", \"Microsoft JhengHei\", sans-serif;\n   color: #ffffff;\n   line-height: 1.8; \/* \u7a0d\u5fae\u589e\u52a0\u884c\u9ad8\u8b93\u95b1\u8b80\u66f4\u8212\u9069 *\/\n  }\n\n  \/* Hero Banner *\/\n  .hero {\n   position: relative;\n   height: 90vh;\n   background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.85)), url('https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205504_765.jpg') center\/cover no-repeat;\n   display: flex;\n   align-items: center;\n   padding: 0 8%;\n  }\n\n  .hero-text {\n   max-width: 800px;\n  }\n\n  .hero-text span {\n   color: var(--text-gray);\n   letter-spacing: 4px;\n   font-size: 14px;\n   text-transform: uppercase;\n  }\n\n  .hero-text h1 {\n   font-size: clamp(3rem, 8vw, 5rem);\n   color: #ffffff;\n   margin: 15px 0;\n   font-weight: 700;\n   letter-spacing: 2px;\n  }\n   \n  .hero-text h1 span {\n   color: var(--text-gold); \/* \u91d1\u8272\u8272\u865f *\/\n   font-size: inherit;\n   font-weight: inherit;\n   letter-spacing: inherit;\n  }\n\n  .hero-text p {\n   font-size: 1.1rem;\n   letter-spacing: 2px;\n   color: #cccccc;\n   max-width: 600px;\n   margin-top: 20px;\n   font-weight: 300;\n  }\n\n  .gold-line {\n   width: 50px;\n   height: 2px;\n   background: var(--text-gold); \/* \u88dd\u98fe\u7dda\u4e5f\u6539\u70ba\u91d1\u8272 *\/\n   margin-top: 35px;\n  }\n\n  \/* Global Container *\/\n  .container {\n   padding: 80px 8%;\n  }\n\n  \/* \u8a2d\u8a08\u6982\u5ff5\u6587\u5b57\u5340\u584a *\/\n  .concept-wrapper {\n   max-width: 800px;\n   margin-bottom: 60px;\n  }\n\n  .concept-title {\n   font-size: 24px;\n   color: var(--text-gold);\n   margin-bottom: 15px;\n   letter-spacing: 2px;\n  }\n\n  .concept-desc {\n   color: #b0b0b0;\n   font-size: 15px;\n   letter-spacing: 1.5px;\n   text-align: justify;\n  }\n\n  .section-header {\n   display: flex;\n   align-items: center;\n   font-size: 13px;\n   color: var(--text-gray);\n   letter-spacing: 3px;\n   margin-bottom: 40px;\n   margin-top: 60px;\n  }\n\n  .section-header::before {\n   content: \"\";\n   width: 30px;\n   height: 1px;\n   background: var(--line-color);\n   margin-right: 15px;\n  }\n\n  \/* Grid System *\/\n  .row {\n   display: grid;\n   gap: 25px;\n   margin-bottom: 25px;\n  }\n\n  .col-2 { grid-template-columns: 1fr 1fr; }\n  .col-3 { grid-template-columns: 1fr 1fr 1fr; }\n  .col-1 { grid-template-columns: 1fr; }\n\n  .img-box {\n   position: relative;\n   overflow: hidden;\n   cursor: zoom-in; \/* \u6ed1\u9f20\u8b8a\u70ba\u653e\u5927\u93e1 *\/\n  }\n\n  .img-box img {\n   width: 100%;\n   height: 100%;\n   object-fit: cover;\n   display: block;\n   transition: transform 0.6s ease;\n  }\n\n  .img-box:hover img {\n   transform: scale(1.03);\n  }\n\n  .label {\n   margin-top: 12px;\n   font-size: 12px;\n   color: var(--text-gray);\n   letter-spacing: 1px;\n  }\n\n  \/* --- \u9ede\u64ca\u9810\u89bd (Lightbox) CSS --- *\/\n  .lightbox-overlay {\n   position: fixed;\n   top: 0;\n   left: 0;\n   width: 100%;\n   height: 100%;\n   background: rgba(0, 0, 0, 0.95);\n   display: none; \/* \u9810\u8a2d\u96b1\u85cf *\/\n   justify-content: center;\n   align-items: center;\n   z-index: 9999;\n   cursor: zoom-out;\n   opacity: 0;\n   transition: opacity 0.3s ease;\n  }\n\n  .lightbox-overlay.active {\n   display: flex;\n   opacity: 1;\n  }\n\n  .lightbox-img {\n   max-width: 90%;\n   max-height: 85vh;\n   border: 1px solid #333;\n   box-shadow: 0 0 30px rgba(0,0,0,0.8);\n   transform: scale(0.95);\n   transition: transform 0.3s ease;\n  }\n\n  .lightbox-overlay.active .lightbox-img {\n   transform: scale(1);\n  }\n\n  .lightbox-close {\n   position: absolute;\n   top: 25px;\n   right: 35px;\n   color: #fff;\n   font-size: 35px;\n   font-family: Arial, sans-serif;\n   cursor: pointer;\n   line-height: 1;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n   .col-2, .col-3 { grid-template-columns: 1fr; }\n   .hero { height: 70vh; }\n   .concept-wrapper { margin-bottom: 40px; }\n  }\n <\/style>\n<\/head>\n<body>\n\n <div class=\"lightbox-overlay\" id=\"gallery-lightbox\">\n  <span class=\"lightbox-close\">&times;<\/span>\n  <img decoding=\"async\" class=\"lightbox-img\" src=\"\" alt=\"\u9810\u89bd\u5716\u7247\">\n <\/div>\n\n <section class=\"hero\">\n  <div class=\"hero-text\">\n   <span>\u65e5\u672c\u8ff4\u8f49\u58fd\u53f8 \u00b7 CONVEYOR BELT SUSHI<\/span>\n   <h1><span>SUSHIRO<\/span><br>\u58fd\u53f8\u90ce<\/h1>\n   <!-- \u65b0\u589e\u7684\u9996\u5716\u7c21\u77ed\u5f15\u8a00 -->\n   <p>Blending traditional Japanese artisan spirit with modern spatial aesthetics, creating an ultimate dining environment that is bright and private, featuring warm wood tones and precise circulation.<\/p>\n   <div class=\"gold-line\"><\/div>\n  <\/div>\n <\/section>\n\n <div class=\"container\">\n  \n  <!-- \u65b0\u589e\u7684\u8a2d\u8a08\u7406\u5ff5\u5340\u584a -->\n  <div class=\"concept-wrapper\">\n   <div class=\"concept-title\">Design Concept \/ \u8a2d\u8a08\u7406\u5ff5<\/div>\n   <div class=\"concept-desc\">\n    The design of this project aims to reshape the modern conveyor belt sushi dining experience. The space extensively utilizes warm, light-colored wood grain materials paired with soft, bright lighting to create a uniquely Japanese sense of freshness and warmth. The classic booth-style red seating design not only creates distinct visual layers but also preserves exclusive dining privacy for customers. The smooth conveyor belt system and food delivery circulation have been precisely calculated to perfectly balance the high efficiency of commercial operations with the comfortable experience of customers, demonstrating the functional aesthetics of a modern Japanese dining space.\n   <\/div>\n  <\/div>\n\n  <div class=\"section-header\">Space Photography<\/div>\n\n  <!-- 2\u6b04 x 3\u5217 \u6392\u7248 -->\n  <div class=\"row col-2\">\n   <div class=\"img-box\">\n    <img decoding=\"async\" src=\"https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205449_062-scaled.jpg\" alt=\"\u5e97\u9762\u5916\u89c0\" style=\"height: 450px;\">\n    <div class=\"label\">Storefront Exterior \u2014 Simple and eye-catching brand visual<\/div>\n   <\/div>\n   <div class=\"img-box\">\n    <img decoding=\"async\" src=\"https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205507_512-1-scaled.jpg\" alt=\"\u5bec\u655e\u7528\u9910\u5340\" style=\"height: 450px;\">\n    <div class=\"label\">Spacious Dining Area \u2014 Bright and comfortable overall atmosphere<\/div>\n   <\/div>\n  <\/div>\n\n  <div class=\"row col-2\">\n   <div class=\"img-box\">\n    <img decoding=\"async\" src=\"https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205502_031.jpg\" alt=\"\u8212\u9069\u6c99\u767c\u5ea7\u5e2d\" style=\"height: 450px;\">\n    <div class=\"label\">Comfortable Sofa Seating \u2014 Privacy-focused booth design<\/div>\n   <\/div>\n   <div class=\"img-box\">\n    <img decoding=\"async\" src=\"https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205458_941.jpg\" alt=\"\u5e97\u5167\u8d70\u9053\u7a7a\u9593\" style=\"height: 450px;\">\n    <div class=\"label\">In-store Aisle Space \u2014 Precise and smooth food delivery circulation<\/div>\n   <\/div>\n  <\/div>\n\n  <!-- \u7531\u65bc\u60a8\u9019\u88e1\u76ee\u524d\u53ea\u6709\u4e00\u5f35\u5716\uff0c\u6211\u5c07\u5176\u653e\u5728 col-1 \u4e2d\u8b93\u5b83\u6eff\u7248\uff0c\u6216\u60a8\u53ef\u4ee5\u4fdd\u6301 col-2 \u5982\u679c\u5f8c\u7e8c\u8981\u52a0\u5716 -->\n  <div class=\"row col-1\">\n   <div class=\"img-box\">\n    <img decoding=\"async\" src=\"https:\/\/bouyuen.com\/wp-content\/uploads\/2026\/04\/Weixin-Image_2026-04-10_205504_765.jpg\" alt=\"\u5305\u5ec2\u5f0f\u9694\u9593\u8a2d\u8a08\" style=\"height: 600px;\">\n    <div class=\"label\">Booth-style Partition Design \u2014 Functional aesthetics combining technology and tradition<\/div>\n   <\/div>\n  <\/div>\n\n <\/div>\n\n <script>\n  const lightbox = document.getElementById('gallery-lightbox');\n  const lightboxImg = lightbox.querySelector('.lightbox-img');\n  const imgBoxes = document.querySelectorAll('.img-box img');\n\n  \/\/ \u9ede\u64ca\u5716\u7247\u958b\u555f\u9810\u89bd\n  imgBoxes.forEach(img => {\n   img.parentElement.addEventListener('click', () => {\n    lightboxImg.src = img.src;\n    lightbox.classList.add('active');\n    document.body.style.overflow = 'hidden'; \/\/ \u7981\u6b62\u6efe\u52d5\n   });\n  });\n\n  \/\/ \u9ede\u64ca\u4efb\u4f55\u5730\u65b9\u95dc\u9589\n  lightbox.addEventListener('click', () => {\n   lightbox.classList.remove('active');\n   document.body.style.overflow = 'auto'; \/\/ \u6062\u5fa9\u6efe\u52d5\n  });\n <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Sushiro \u58fd\u53f8\u90ce &#8211; \u7a7a\u9593\u5beb\u771f &times; \u65e5\u672c\u8ff4\u8f49\u58fd\u53f8 \u00b7 CONVEYOR BELT [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-2911","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"2523841739@qq.com","author_link":"https:\/\/bouyuen.com\/en\/author\/2523841739qq-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Sushiro \u58fd\u53f8\u90ce &#8211; \u7a7a\u9593\u5beb\u771f &times; \u65e5\u672c\u8ff4\u8f49\u58fd\u53f8 \u00b7 CONVEYOR BELT&hellip;","_links":{"self":[{"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/pages\/2911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/comments?post=2911"}],"version-history":[{"count":0,"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/pages\/2911\/revisions"}],"wp:attachment":[{"href":"https:\/\/bouyuen.com\/en\/wp-json\/wp\/v2\/media?parent=2911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}