{"id":7,"date":"2026-02-12T10:48:11","date_gmt":"2026-02-12T01:48:11","guid":{"rendered":"https:\/\/fukuokashare.com\/greeneclat\/?page_id=7"},"modified":"2026-04-08T14:51:24","modified_gmt":"2026-04-08T05:51:24","slug":"home","status":"publish","type":"page","link":"http:\/\/greeneclat.jp\/saladbowl\/","title":{"rendered":"HOME"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Green Eclat | \u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97 &#8211; \u5317\u4e5d\u5dde\u30fb\u5c0f\u5009<\/title>\n    <meta name=\"description\" content=\"\u798f\u5ca1\u770c\u5317\u4e5d\u5dde\u5e02\u5c0f\u5009\u306e\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97Green Eclat\uff08\u30b0\u30ea\u30fc\u30f3\u30a8\u30af\u30e9\uff09\u3002\u9078\u3076\u3060\u3051\u3067\u6574\u3046\u98df\u4e8b\u3002\u81ea\u5bb6\u88fd\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u3068\u6804\u990a\u30d0\u30e9\u30f3\u30b9\u306b\u3053\u3060\u308f\u3063\u305f\u3001\u4e3b\u98df\u306b\u306a\u308b\u30b5\u30e9\u30c0\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\">\n    \n    <!-- Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&#038;family=Zen+Old+Mincho:wght@500;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        brand: {\n                            orange: '#F97316', \n                            orangeLight: '#FFF7ED', \n                            green: '#1E4620',  \n                            brown: '#8B5E3C',  \n                            gray: '#333333',   \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['\"Noto Sans JP\"', 'sans-serif'],\n                        serif: ['\"Zen Old Mincho\"', 'serif'],\n                        english: ['\"Oswald\"', 'sans-serif'],\n                    },\n                    letterSpacing: {\n                        widest: '.15em',\n                    },\n                    animation: {\n                        'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Custom Animations *\/\n        .fade-in-up {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n        .fade-in-up.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .slide-in-left {\n            opacity: 0;\n            transform: translateX(-50px);\n            transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n        }\n        .slide-in-left.visible {\n            opacity: 1;\n            transform: translateX(0);\n        }\n\n        .slide-in-right {\n            opacity: 0;\n            transform: translateX(50px);\n            transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n        }\n        .slide-in-right.visible {\n            opacity: 1;\n            transform: translateX(0);\n        }\n\n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        .writing-vertical-rl {\n            writing-mode: vertical-rl;\n            text-orientation: mixed;\n        }\n\n        .writing-vertical-lr {\n            writing-mode: vertical-lr;\n            text-orientation: mixed;\n        }\n\n        .map-container iframe {\n            filter: grayscale(20%) contrast(90%);\n        }\n\n        .img-zoom-container {\n            overflow: hidden;\n        }\n        .img-zoom {\n            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        .group:hover .img-zoom {\n            transform: scale(1.05);\n        }\n\n        \/* Glow Fade-in Animation for Logo *\/\n        @keyframes glow-fade-in {\n            0% {\n                opacity: 0;\n                transform: scale(0.9);\n                filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));\n            }\n            50% {\n                opacity: 1;\n                filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.8));\n            }\n            100% {\n                opacity: 1;\n                transform: scale(1);\n                filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans font-medium text-brand-gray bg-white antialiased selection:bg-brand-orange selection:text-white overflow-x-hidden\">\n\n    <!-- Floating Header -->\n    <header class=\"fixed w-full top-4 z-50 px-4 transition-all duration-300\" id=\"header-container\">\n        <div class=\"max-w-6xl mx-auto bg-white\/90 backdrop-blur-md rounded-full shadow-lg border border-white\/40 px-6 py-2 flex justify-between items-center transition-all duration-300\" id=\"header-pill\">\n            <!-- Logo -->\n            <div class=\"flex-shrink-0 flex items-center\">\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/\" class=\"block hover:opacity-80 transition-opacity\">\n                    <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/TKMM4830.png\" alt=\"Green Eclat\" class=\"h-10 md:h-12 w-auto object-contain\">\n                <\/a>\n            <\/div>\n\n            <!-- Desktop Nav -->\n            <nav class=\"hidden md:flex space-x-8 items-center\">\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/sample-page\/\" class=\"text-sm font-extrabold hover:text-brand-orange transition-colors tracking-widest font-english text-gray-700\">MENU<\/a>\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/%e4%bc%9a%e7%a4%be%e6%a6%82%e8%a6%81\/\" class=\"text-sm font-extrabold hover:text-brand-orange transition-colors tracking-widest font-english text-gray-700\">ACCESS<\/a>\n                \n                <a href=\"https:\/\/lin.ee\/ZVSJPPRT\" target=\"_blank\" class=\"bg-brand-orange hover:bg-brand-green text-white px-6 py-2.5 rounded-full text-sm font-bold transition-all duration-300 flex items-center gap-2 transform hover:scale-105 shadow-md tracking-wider\">\n                    <span class=\"w-1.5 h-1.5 bg-white rounded-full animate-pulse\"><\/span>\n                    RESERVE\n                <\/a>\n            <\/nav>\n\n            <!-- Mobile Menu Button -->\n            <div class=\"md:hidden flex items-center\">\n                <button id=\"mobile-menu-btn\" class=\"text-brand-gray hover:text-brand-orange focus:outline-none p-1\">\n                    <i data-lucide=\"menu\" class=\"w-7 h-7\"><\/i>\n                <\/button>\n            <\/div>\n        <\/div>\n        \n        <!-- Mobile Nav Menu (Dropdown) -->\n        <div id=\"mobile-menu\" class=\"hidden md:hidden absolute top-full left-4 right-4 mt-2 bg-white\/95 backdrop-blur-md rounded-2xl shadow-xl border border-gray-100 overflow-hidden transform origin-top transition-all\">\n            <div class=\"p-4 space-y-2\">\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/sample-page\/\" class=\"block px-4 py-3 text-base font-extrabold text-gray-700 hover:text-brand-orange hover:bg-orange-50 rounded-xl font-english\">MENU<\/a>\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/%e4%bc%9a%e7%a4%be%e6%a6%82%e8%a6%81\/\" class=\"block px-4 py-3 text-base font-extrabold text-gray-700 hover:text-brand-orange hover:bg-orange-50 rounded-xl font-english\">ACCESS<\/a>\n                <a href=\"https:\/\/lin.ee\/ZVSJPPRT\" class=\"block mt-4 text-center bg-[#06C755] text-white px-4 py-3.5 rounded-xl font-bold shadow-sm text-base\">\n                    LINE\u4e88\u7d04\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section (\u52d5\u753b\u80cc\u666f\u30fb\u30ed\u30b4\u30d5\u30a7\u30fc\u30c9\u30a4\u30f3) -->\n    <section class=\"relative h-screen min-h-[700px] flex flex-col items-center justify-center overflow-hidden bg-gray-900\">\n        \n        <!-- Background Video -->\n        <div class=\"absolute inset-0 w-full h-full z-0\">\n            <!-- \u52d5\u753b\u518d\u751f\u306e\u305f\u3081\u306e\u5fc5\u9808\u5c5e\u6027\uff08muted, playsinline\u7b49\uff09\u3092\u8a2d\u5b9a -->\n            <video autoplay loop muted playsinline class=\"w-full h-full object-cover\">\n                <source src=\"http:\/\/greeneclat.jp\/saladbowl\/wp-content\/uploads\/2026\/04\/UMUF1710.mov\" type=\"video\/quicktime\">\n                <source src=\"http:\/\/greeneclat.jp\/saladbowl\/wp-content\/uploads\/2026\/04\/UMUF1710.mov\" type=\"video\/mp4\">\n            <\/video>\n        <\/div>\n\n        <!-- Overlay to make text readable -->\n        <div class=\"absolute inset-0 bg-black\/40 z-10\"><\/div>\n\n        <!-- Background Text (Left side) -->\n        <div class=\"absolute left-2 md:left-6 top-0 bottom-0 flex items-center justify-center pointer-events-none z-10\">\n            <!-- vertical-lr \u3092\u4f7f\u7528\u3057\u3001\u6587\u5b57\u306f\u6b63\u7acb\u306e\u307e\u307e\u5e95\u9762\u3092\u53f3\uff08\u4e2d\u592e\u5074\uff09\u306b\u5411\u3051\u308b -->\n            <div class=\"writing-vertical-lr text-[10vh] md:text-[14vh] lg:text-[18vh] font-sans font-black text-brand-orange\/60 tracking-widest select-none whitespace-nowrap drop-shadow-[0_5px_15px_rgba(0,0,0,0.6)]\">\n                \u9078\u3076\u3060\u3051\u3067\u3001\n            <\/div>\n        <\/div>\n\n        <!-- Background Text (Right side) -->\n        <div class=\"absolute right-2 md:right-6 top-0 bottom-0 flex items-center justify-center pointer-events-none z-10\">\n            <!-- vertical-rl \u3092\u4f7f\u7528\u3057\u3001\u6587\u5b57\u306f\u6b63\u7acb\u306e\u307e\u307e\u5e95\u9762\u3092\u5de6\uff08\u4e2d\u592e\u5074\uff09\u306b\u5411\u3051\u308b -->\n            <div class=\"writing-vertical-rl text-[10vh] md:text-[14vh] lg:text-[18vh] font-sans font-black text-brand-orange\/60 tracking-widest select-none whitespace-nowrap drop-shadow-[0_5px_15px_rgba(0,0,0,0.6)]\">\n                \u6574\u3046\u98df\u4e8b\u3002\n            <\/div>\n        <\/div>\n\n        <!-- Content (\u30ed\u30b4\u3068\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb) -->\n        <div class=\"relative z-20 w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-full flex flex-col items-center justify-center mt-8 md:mt-0\">\n            \n            <!-- Glowing Logo -->\n            <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/TKMM4830.png\" \n                 alt=\"Green Eclat\" \n                 class=\"w-72 md:w-[450px] lg:w-[550px] h-auto object-contain animate-[glow-fade-in_2.5s_ease-out_forwards] mb-6 md:mb-10 drop-shadow-2xl\">\n            \n            <!-- Subtitle -->\n            <p class=\"text-sm md:text-2xl lg:text-3xl font-bold tracking-[0.15em] md:tracking-[0.3em] text-white drop-shadow-[0_4px_10px_rgba(0,0,0,0.8)] fade-in-up delay-300 text-center\">\n                \u8eab\u4f53\u306e\u5185\u5074\u304b\u3089\u7f8e\u3057\u304f\u306a\u308b<br class=\"md:hidden\">\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97\n            <\/p>\n\n        <\/div>\n    <\/section>\n\n    <!-- Introduction -->\n    <section class=\"py-24 md:py-32 bg-white px-4 relative overflow-hidden\">\n        <div class=\"absolute top-0 right-0 w-96 h-96 bg-brand-orange\/5 rounded-full blur-3xl -z-10\"><\/div>\n        <div class=\"absolute bottom-0 left-0 w-96 h-96 bg-green-50 rounded-full blur-3xl -z-10\"><\/div>\n\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"grid md:grid-cols-2 gap-16 items-center\">\n                <div class=\"relative slide-in-left\">\n                    <div class=\"relative overflow-hidden rounded-tr-[80px] rounded-bl-[80px] shadow-2xl\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/IMG_3328-scaled.jpeg\" \n                             alt=\"Delicious Salad\" \n                             class=\"w-full object-cover h-[500px] hover:scale-105 transition-transform duration-700\">\n                    <\/div>\n                    <div class=\"absolute -bottom-6 -right-6 bg-brand-orange text-white p-6 rounded-lg shadow-lg hidden md:block z-10\">\n                        <p class=\"font-english text-xl tracking-widest font-bold\">EST. 2024<\/p>\n                        <p class=\"text-sm font-bold\">KOKURA, FUKUOKA<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"slide-in-right pl-0 md:pl-10\">\n                    <h4 class=\"font-serif text-3xl md:text-4xl text-brand-green mb-8 leading-relaxed font-bold\">\n                        \u5fd9\u3057\u3044\u6bce\u65e5\u3067\u3082\u3001<br>\n                        \u7f6a\u60aa\u611f\u306a\u304f<span class=\"text-brand-orange bg-orange-100 px-1 mx-1\">\u304a\u8179\u3044\u3063\u3071\u3044<\/span><br>\n                        \u98df\u3079\u308b\u5e78\u305b\u3092\u3002\n                    <\/h4>\n                    <p class=\"text-gray-700 leading-loose text-lg font-medium mb-8\">\n                        \u300c\u5065\u5eb7\u7684\u306a\u98df\u4e8b\u306f\u5473\u304c\u8584\u3044\u300d<br>\u300c\u30b5\u30e9\u30c0\u3060\u3051\u3067\u306f\u6e80\u305f\u3055\u308c\u306a\u3044\u300d<br>\n                        \u305d\u3093\u306a\u5e38\u8b58\u3092\u8986\u3059\u3001\u4e00\u76bf\u3067\u5fc3\u3082\u8eab\u4f53\u3082\u6e80\u305f\u3055\u308c\u308b\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u3002<br><br>\n                        \u65b0\u9bae\u306a\u91ce\u83dc\u306e\u30b7\u30e3\u30ad\u30b7\u30e3\u30ad\u3068\u3057\u305f\u98df\u611f\u3001<br>\n                        \u3053\u3060\u308f\u308a\u306e\u81ea\u5bb6\u88fd\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u306e\u9999\u308a\u3002<br>\n                        \u5317\u4e5d\u5dde\u30fb\u5c0f\u5009\u304b\u3089\u3001\u65b0\u3057\u3044\u98df\u306e\u9078\u629e\u80a2\u3092\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002\n                    <\/p>\n                    <div class=\"flex gap-4\">\n                        <div class=\"w-16 h-1.5 bg-brand-orange rounded-full\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section (Stylish Stacking Cards) -->\n    <section class=\"py-24 md:py-32 bg-brand-orangeLight overflow-visible relative\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n            \n            <!-- Modern Section Header (Background Typography) -->\n            <div class=\"relative text-center mb-16 md:mb-24 fade-in-up\">\n                <div class=\"absolute top-1\/2 left-1\/2 transform -translate-x-1\/2 -translate-y-1\/2 text-[15vw] md:text-[140px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none w-full\">FEATURES<\/div>\n                <div class=\"relative z-10 pt-2\">\n                    <span class=\"text-brand-orange font-extrabold text-sm md:text-base tracking-widest block mb-3 font-english\">OUR FEATURES<\/span>\n                    <h4 class=\"font-serif text-3xl md:text-4xl text-brand-green font-bold\">Green Eclat\u306e\u3053\u3060\u308f\u308a<\/h4>\n                <\/div>\n            <\/div>\n\n            <!-- Stacking Cards Container -->\n            <div class=\"relative space-y-8 md:space-y-0 pb-16\">\n                \n                <!-- Feature 1: Nutrition -->\n                <div class=\"sticky top-24 md:top-32 bg-white rounded-[2rem] md:rounded-[3rem] shadow-2xl overflow-hidden border border-gray-100 z-10 mb-8 md:mb-16 transform transition-all duration-500\">\n                    <div class=\"flex flex-col md:flex-row\">\n                        <!-- Image Area -->\n                        <div class=\"w-full md:w-1\/2 h-56 sm:h-64 md:h-[450px] relative overflow-hidden group\">\n                            <img decoding=\"async\" src=\"http:\/\/greeneclat.jp\/saladbowl\/wp-content\/uploads\/2026\/02\/IMG_6697-1-scaled.jpeg\" \n                                 alt=\"Nutrition\" \n                                 class=\"w-full h-full object-cover group-hover:scale-105 transition-transform duration-700\">\n                            <!-- Overlay & Numbering -->\n                            <div class=\"absolute inset-0 bg-brand-green\/10 group-hover:bg-transparent transition-colors duration-500\"><\/div>\n                            <div class=\"absolute top-4 left-6 md:bottom-6 md:top-auto text-white font-english text-6xl md:text-8xl font-extrabold opacity-70 drop-shadow-lg\">01<\/div>\n                        <\/div>\n                        <!-- Text Area -->\n                        <div class=\"w-full md:w-1\/2 p-8 md:p-16 flex flex-col justify-center relative\">\n                            <div class=\"absolute top-0 right-0 w-32 h-32 bg-brand-orange\/5 rounded-bl-full -z-10\"><\/div>\n                            <div class=\"flex items-center gap-4 mb-4\">\n                                <div class=\"w-10 h-10 md:w-12 md:h-12 bg-brand-orange\/10 rounded-full flex items-center justify-center text-brand-orange\">\n                                    <i data-lucide=\"activity\" class=\"w-5 h-5 md:w-6 md:h-6\"><\/i>\n                                <\/div>\n                                <span class=\"text-brand-orange font-english tracking-widest font-extrabold text-base md:text-lg\">NUTRITION<\/span>\n                            <\/div>\n                            <h4 class=\"font-serif text-2xl md:text-4xl mb-6 text-brand-green font-bold\">\u6804\u990a\u5b66\u306b\u57fa\u3065\u304f\u8a2d\u8a08<\/h4>\n                            <p class=\"text-gray-700 leading-8 font-medium text-base md:text-lg\">\n                                \u305f\u3060\u306e\u91ce\u83dc\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<br>\n                                \u305f\u3093\u3071\u304f\u8cea\u30fb\u8102\u8cea\u30fb\u70ad\u6c34\u5316\u7269\u306ePFC\u30d0\u30e9\u30f3\u30b9\u3092\u8a08\u7b97\u3057\u5c3d\u304f\u3057\u305f\u8a2d\u8a08\u3002<br>\n                                \u4e00\u76bf\u3067\u5fc5\u8981\u306a\u6804\u990a\u7d20\u3092\u52b9\u7387\u3088\u304f\u6442\u53d6\u3067\u304d\u3001\u5348\u5f8c\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u9ad8\u3081\u307e\u3059\u3002\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 2: Dressing -->\n                <div class=\"sticky top-28 md:top-40 bg-white rounded-[2rem] md:rounded-[3rem] shadow-2xl overflow-hidden border border-gray-100 z-20 mb-8 md:mb-16 transform transition-all duration-500\">\n                    <div class=\"flex flex-col md:flex-row-reverse\">\n                        <div class=\"w-full md:w-1\/2 h-56 sm:h-64 md:h-[450px] relative overflow-hidden group\">\n                            <img decoding=\"async\" src=\"http:\/\/greeneclat.jp\/saladbowl\/wp-content\/uploads\/2026\/04\/IMG_3538.heic\" \n                                 alt=\"Dressing\" \n                                 class=\"w-full h-full object-cover group-hover:scale-105 transition-transform duration-700\">\n                            <div class=\"absolute inset-0 bg-brand-orange\/10 group-hover:bg-transparent transition-colors duration-500\"><\/div>\n                            <div class=\"absolute top-4 right-6 md:bottom-6 md:top-auto text-white font-english text-6xl md:text-8xl font-extrabold opacity-70 drop-shadow-lg\">02<\/div>\n                        <\/div>\n                        <div class=\"w-full md:w-1\/2 p-8 md:p-16 flex flex-col justify-center relative\">\n                            <div class=\"absolute top-0 left-0 w-32 h-32 bg-brand-green\/5 rounded-br-full -z-10\"><\/div>\n                            <div class=\"flex items-center gap-4 mb-4\">\n                                <div class=\"w-10 h-10 md:w-12 md:h-12 bg-brand-green\/10 rounded-full flex items-center justify-center text-brand-green\">\n                                    <i data-lucide=\"leaf\" class=\"w-5 h-5 md:w-6 md:h-6\"><\/i>\n                                <\/div>\n                                <span class=\"text-brand-orange font-english tracking-widest font-extrabold text-base md:text-lg\">HOMEMADE<\/span>\n                            <\/div>\n                            <h4 class=\"font-serif text-2xl md:text-4xl mb-6 text-brand-green font-bold\">\u81ea\u5bb6\u88fd\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0<\/h4>\n                            <p class=\"text-gray-700 leading-8 font-medium text-base md:text-lg\">\n                                \u5473\u306e\u6c7a\u3081\u624b\u306f\u3001\u6bce\u65e5\u624b\u4f5c\u308a\u3059\u308b\u5316\u5b66\u8abf\u5473\u6599\u4e0d\u4f7f\u7528\u306e\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u3002<br>\n                                \u91ce\u83dc\u672c\u6765\u306e\u5473\u3092\u5f15\u304d\u7acb\u3066\u306a\u304c\u3089\u3001\u6700\u5f8c\u306e\u4e00\u53e3\u307e\u3067\u98fd\u304d\u3055\u305b\u306a\u3044\u3002<br>\n                                \u300c\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u76ee\u5f53\u3066\u300d\u306e\u30ea\u30d4\u30fc\u30bf\u30fc\u3082\u591a\u3044\u81ea\u4fe1\u4f5c\u3067\u3059\u3002\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 3: Satisfaction -->\n                <div class=\"sticky top-32 md:top-48 bg-white rounded-[2rem] md:rounded-[3rem] shadow-2xl overflow-hidden border border-gray-100 z-30 transform transition-all duration-500\">\n                    <div class=\"flex flex-col md:flex-row\">\n                        <div class=\"w-full md:w-1\/2 h-56 sm:h-64 md:h-[450px] relative overflow-hidden group\">\n                            <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/EORL7670.png\" \n                                 alt=\"Satisfaction\" \n                                 class=\"w-full h-full object-cover group-hover:scale-105 transition-transform duration-700\">\n                            <div class=\"absolute inset-0 bg-yellow-600\/10 group-hover:bg-transparent transition-colors duration-500\"><\/div>\n                            <div class=\"absolute top-4 left-6 md:bottom-6 md:top-auto text-white font-english text-6xl md:text-8xl font-extrabold opacity-70 drop-shadow-lg\">03<\/div>\n                        <\/div>\n                        <div class=\"w-full md:w-1\/2 p-8 md:p-16 flex flex-col justify-center relative\">\n                            <div class=\"absolute top-0 right-0 w-32 h-32 bg-yellow-100\/30 rounded-bl-full -z-10\"><\/div>\n                            <div class=\"flex items-center gap-4 mb-4\">\n                                <div class=\"w-10 h-10 md:w-12 md:h-12 bg-yellow-100 rounded-full flex items-center justify-center text-yellow-600\">\n                                    <i data-lucide=\"smile\" class=\"w-5 h-5 md:w-6 md:h-6\"><\/i>\n                                <\/div>\n                                <span class=\"text-brand-orange font-english tracking-widest font-extrabold text-base md:text-lg\">SATISFACTION<\/span>\n                            <\/div>\n                            <h4 class=\"font-serif text-2xl md:text-4xl mb-6 text-brand-green font-bold\">\u4e3b\u98df\u306b\u306a\u308b\u6e80\u8db3\u611f<\/h4>\n                            <p class=\"text-gray-700 leading-8 font-medium text-base md:text-lg\">\n                                \u305f\u3063\u3077\u308a\u306e\u5177\u6750\u3068\u7384\u7c73\u3067\u3057\u3063\u304b\u308a\u565b\u3093\u3067\u98df\u3079\u308b\u3002<br>\n                                \u30b5\u30e9\u30c0\u306f\u300c\u526f\u83dc\u300d\u3067\u306f\u306a\u304f\u300c\u4e3b\u98df\u300d\u3002<br>\n                                \u8179\u6301\u3061\u304c\u826f\u304f\u3001\u9593\u98df\u3092\u6e1b\u3089\u3059\u3053\u3068\u306b\u3082\u3064\u306a\u304c\u308b\u3001\u6d3b\u529b\u306b\u306a\u308b\u98df\u4e8b\u3067\u3059\u3002\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Concept Section -->\n    <section id=\"concept\" class=\"py-24 md:py-32 overflow-hidden bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <!-- Modern Section Header -->\n            <div class=\"relative mb-16 md:mb-24 fade-in-up\">\n                <div class=\"absolute -top-8 md:-top-12 left-0 md:-left-8 text-[18vw] md:text-[140px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none\">CONCEPT<\/div>\n                <div class=\"relative z-10 pt-6 md:pt-10\">\n                    <span class=\"text-brand-orange font-extrabold text-sm tracking-widest block mb-3\">\u30b3\u30f3\u30bb\u30d7\u30c8<\/span>\n                    <h4 class=\"text-3xl md:text-5xl font-serif text-brand-green leading-tight font-bold\">\n                        \u98df\u3092\u901a\u3058\u3066\u3001<br>\u4eba\u751f\u306e\u8cea\u3092\u5e95\u4e0a\u3052\u3059\u308b\u3002\n                    <\/h4>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid md:grid-cols-2 gap-16 items-start\">\n                <div class=\"relative fade-in-up order-2 md:order-1\">\n                    <div class=\"grid grid-cols-2 gap-4\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/NUSP4083.jpg\" alt=\"Cooking\" class=\"rounded-2xl shadow-lg w-full h-64 object-cover transform translate-y-8\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/DZID2371.jpg\" alt=\"Ingredients\" class=\"rounded-2xl shadow-lg w-full h-64 object-cover\">\n                    <\/div>\n                    <div class=\"absolute -z-10 top-1\/2 left-1\/2 transform -translate-x-1\/2 -translate-y-1\/2 w-[120%] h-[120%] bg-brand-orange\/5 rounded-full border border-brand-orange\/10\"><\/div>\n                <\/div>\n                \n                <div class=\"fade-in-up delay-200 order-1 md:order-2\">\n                    <div class=\"space-y-8 text-gray-700 leading-loose font-medium text-lg\">\n                        <p>\n                            <span class=\"text-brand-orange font-bold text-xl\">\u300c\u5065\u5eb7\u306a\u4eba\u3092\u5897\u3084\u3059\u300d\u5834\u6240<\/span><br>\n                            Green Eclat\u306f\u300c\u8eab\u4f53\u306e\u5185\u5074\u304b\u3089\u6574\u3048\u308b\u300d\u300e\u5065\u5eb7\u306a\u4eba\u3092\u5897\u3084\u3059\u300f\u3092\u30b3\u30f3\u30bb\u30d7\u30c8\u306b\u3057\u305f\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97\u3067\u83dc\u990a\u30d0\u30e9\u30f3\u30b9\u30fb\u7d20\u6750\u306e\u8cea\u30fb\u7d99\u7d9a\u3057\u3084\u3059\u3055\u306b\u3053\u3060\u308f\u308a\u3001\u65e5\u5e38\u306b\u7121\u7406\u306a\u304f\u53d6\u308a\u5165\u308c\u3089\u308c\u308b&#8221;\u98df\u4e8b\u3068\u3057\u3066\u306e\u30b5\u30e9\u30c0\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002\n                        <\/p>\n                        <p>\n                           \u305f\u3093\u3071\u304f\u8cea\u30fb\u70ad\u6c34\u5316\u7269\u30fb\u8102\u8cea\u306e\u30d0\u30e9\u30f3\u30b9\u306e\u826f\u3044\u30e1\u30cb\u30e5\u30fc\n\u69cb\u6210\u3092\u63a1\u7528\u3002<br><br>\u81ea\u5bb6\u88fd\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u3084\u53b3\u9078\u98df\u6750\u3092\u7528\u3044\u3001\u7f8e\u5473\u3057\u3055\u3068\u5065\u5eb7\u306e\u4e21\u7acb\u3092\u5b9f\u73fe\u3057\u3066\u3044\u307e\u3059\u3002\n\u5e97\u5185\u63d0\u4f9b\u306b\u52a0\u3048\u3001\u30c6\u30a4\u30af\u30a2\u30a6\u30c8\u30fb\u7269\u8ca9\uff08\u30c9\u30ec\u30c3\u30b7\u30f3\u30b0\u7b49\uff09\u3082\u5c55\u958b\u3057\u3001\n\u5fd9\u3057\u3044\u73fe\u4ee3\u4eba\u3067\u3082\u300c\u9078\u3076\u3060\u3051\u3067\u6574\u3046\u300d\u98df\u306e\u9078\u629e\u80a2\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002\n                        <\/p>\n                        <p class=\"border-l-4 border-brand-orange pl-6 py-4 bg-orange-50\/50 font-bold\">\n                            \u8eab\u4f53\u3092\u5185\u5074\u304b\u3089\u6574\u3048\u308b\u3053\u3068\u306f\u3001<br>\u5fc3\u306e\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\u3092\u6574\u3048\u308b\u3053\u3068\u3002<br>\n                            \u65e5\u5e38\u306b\u7121\u7406\u306a\u304f\u53d6\u308a\u5165\u308c\u3089\u308c\u308b\u300c\u7f8e\u5473\u3057\u3044\u5065\u5eb7\u300d\u3092\u3054\u63d0\u6848\u3057\u307e\u3059\u3002\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Menu Section -->\n    <section id=\"menu\" class=\"py-24 bg-slate-50 relative overflow-hidden\">\n        <div class=\"absolute top-0 left-0 w-full h-2 bg-gradient-to-r from-brand-orange to-brand-green\"><\/div>\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            \n            <!-- Modern Section Header -->\n            <div class=\"relative mb-16 md:mb-24 fade-in-up text-right\">\n                <div class=\"absolute -top-8 md:-top-12 right-0 md:-right-8 text-[20vw] md:text-[140px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none\">MENU<\/div>\n                <div class=\"relative z-10 pt-6 md:pt-10\">\n                    <span class=\"text-brand-orange font-extrabold text-sm tracking-widest block mb-3\">\u30e1\u30cb\u30e5\u30fc<\/span>\n                    <h4 class=\"text-3xl md:text-5xl font-serif text-brand-green leading-tight font-bold\">\n                        \u5fc3\u8e8d\u308b\u3001<br>\u5f69\u308a\u8c4a\u304b\u306a\u30dc\u30a6\u30eb\u3002\n                    <\/h4>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <!-- Menu Item 1 -->\n                <div class=\"bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-2xl transition-all duration-300 group fade-in-up delay-100 border border-gray-100\">\n                    <div class=\"img-zoom-container h-72 overflow-hidden relative\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/JXQU4600.png\" \n                             alt=\"Herb Chicken Salad\" \n                             class=\"w-full h-full object-cover img-zoom\">\n                        <div class=\"absolute top-4 right-4 bg-white\/95 backdrop-blur px-5 py-1.5 rounded-full text-xs font-extrabold text-brand-orange shadow-sm border border-brand-orange\/20\">\n                            \u4eba\u6c17No.1\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-8\">\n                        <h4 class=\"font-serif text-xl text-brand-gray mb-3 font-bold\">ECLAT ORIGI<br>-\u30a8\u30af\u30e9\u30aa\u30ea\u30b8\u30ca\u30eb-<\/h4>\n                        <p class=\"text-sm text-gray-600 mb-6 line-clamp-2 font-medium\">\u30b0\u30ea\u30fc\u30f3\u30ea\u30fc\u30d5\/\u30ec\u30c3\u30c9\u30aa\u30cb\u30aa\u30f3\uff0f\u30ca\u30c3\u30c4\/\u30aa\u30ea\u30b8\u30ca\u30eb\u30c1\u30ad\u30f3\uff0f\u30df\u30cb\u30c8\u30de\u30c8\/\u306b\u3093\u3058\u3093\/\u30d6\u30ed\u30c3\u30b3\u30ea\u30fc\u30b9\u30d7\u30e9\u30a6\u30c8\uff0f\u30aa\u30cb\u30aa\u30f3\u30d5\u30e9\u30a4<\/p>\n                        <div class=\"flex justify-between items-end border-t border-dashed border-gray-200 pt-4\">\n                            <span class=\"font-serif text-2xl text-brand-green font-bold\">\u00a51,080<span class=\"text-sm text-gray-500 ml-1 font-medium\">~<\/span><\/span>\n                            <div class=\"flex gap-2\">\n                                <span class=\"px-3 py-1 bg-orange-100 text-brand-orange text-[10px] rounded font-extrabold\"><\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Menu Item 2 -->\n                <div class=\"bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-2xl transition-all duration-300 group fade-in-up delay-200 border border-gray-100\">\n                    <div class=\"img-zoom-container h-72 overflow-hidden relative\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/CIEO9686.png\" \n                             alt=\"Salmon Avocado Salad\" \n                             class=\"w-full h-full object-cover img-zoom\">\n                    <\/div>\n                    <div class=\"p-8\">\n                        <h4 class=\"font-serif text-xl text-brand-gray mb-3 font-bold\">GUT HEALTH SALAD<br>-\u8178\u6d3b\u30b5\u30e9\u30c0-<\/h4>\n                        <p class=\"text-sm text-gray-600 mb-6 line-clamp-2 font-medium\">\u30b0\u30ea\u30fc\u30f3\u30ea\u30fc\u30d5\/\u30aa\u30af\u30e9\uff0f\u8c46\u8150\/\n\u30ec\u30c3\u30c9\u30aa\u30cb\u30aa\u30f3\uff0f\u828b\/\u7d0d\u8c46\/\u30d6\u30ed\u30c3\u30b3\u30ea\u30fc\u30b9\u30d7\u30e9\u30a6\u30c8\/\u6d77\u85fb\/\u306e\u308a<\/p>\n                        <div class=\"flex justify-between items-end border-t border-dashed border-gray-200 pt-4\">\n                            <span class=\"font-serif text-2xl text-brand-green font-bold\">\u00a5980<span class=\"text-sm text-gray-500 ml-1 font-medium\">~<\/span><\/span>\n                            <div class=\"flex gap-2\">\n                                <span class=\"px-3 py-1 bg-green-100 text-brand-green text-[10px] rounded font-extrabold\"><\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Menu Item 3 -->\n                <div class=\"bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-2xl transition-all duration-300 group fade-in-up delay-300 border border-gray-100\">\n                    <div class=\"img-zoom-container h-72 overflow-hidden relative\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/WFJK8730.png\" \n                             alt=\"Seasonal Salad\" \n                             class=\"w-full h-full object-cover img-zoom\">\n                        \n                    <\/div>\n                    <div class=\"p-8\">\n                        <h4 class=\"font-serif text-xl text-brand-gray mb-3 font-bold\">CUSTOM SALAD<br>-\u30ab\u30b9\u30bf\u30e0\u30b5\u30e9\u30c0-<\/h4>\n                        <p class=\"text-sm text-gray-600 mb-6 line-clamp-2 font-medium\">\u30d9\u30fc\u30b9\u306e\u30b0\u30ea\u30fc\u30f3\u306b\u304a\u597d\u304d\u306a\u30c8\u30c3\u30d4\u30f3\u30b0\u30925\u7a2e\u30bb\u30ec\u30af\u30c8\u3002\u3042\u306a\u305f\u3060\u3051\u306e\u7279\u5225\u306a\u4e00\u676f\u3092\u3002<\/p>\n                        <div class=\"flex justify-between items-end border-t border-dashed border-gray-200 pt-4\">\n                            <span class=\"font-serif text-2xl text-brand-green font-bold\">\u00a51,080<span class=\"text-sm text-gray-500 ml-1 font-medium\">~<\/span><\/span>\n                            <div class=\"flex gap-2\">\n                                <span class=\"px-3 py-1 bg-gray-100 text-gray-700 text-[10px] rounded font-extrabold\"><\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"text-center mt-16 fade-in-up\">\n                <a href=\"http:\/\/greeneclat.jp\/saladbowl\/sample-page\/\" class=\"inline-flex items-center gap-2 bg-brand-green text-white px-10 py-4 rounded-full hover:bg-brand-orange transition-colors duration-300 shadow-lg font-bold text-lg\">\n                    <span>\u5168\u3066\u306e\u30e1\u30cb\u30e5\u30fc\u3092\u898b\u308b<\/span>\n                    <i data-lucide=\"arrow-right\" class=\"w-5 h-5\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Info \/ Access -->\n    <section id=\"access\" class=\"py-24 bg-white overflow-hidden\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <!-- Modern Section Header -->\n            <div class=\"relative mb-16 md:mb-24 fade-in-up\">\n                <div class=\"absolute -top-8 md:-top-12 left-0 md:-left-8 text-[18vw] md:text-[140px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none\">ACCESS<\/div>\n                <div class=\"relative z-10 pt-6 md:pt-10\">\n                    <span class=\"text-brand-orange font-extrabold text-sm tracking-widest block mb-3\">\u30a2\u30af\u30bb\u30b9\u30fb\u5e97\u8217\u60c5\u5831<\/span>\n                    <h4 class=\"text-3xl md:text-5xl font-serif text-brand-green leading-tight font-bold\">\n                        \u8857\u306e\u4e2d\u3067\u3001<br>\u6df1\u547c\u5438\u3067\u304d\u308b\u5834\u6240\u3002\n                    <\/h4>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid md:grid-cols-2 gap-0 md:gap-12 bg-white rounded-3xl overflow-hidden shadow-2xl fade-in-up border border-gray-100\">\n                \n                <!-- Map \/ Shop Image -->\n                <div class=\"relative h-[400px] md:h-auto\">\n                    <div class=\"absolute inset-0 z-10 opacity-0 hover:opacity-100 transition-opacity duration-500 cursor-pointer pointer-events-none md:pointer-events-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1554118811-1e0d58224f24?q=80&#038;w=2047&#038;auto=format&#038;fit=crop\" alt=\"Interior\" class=\"w-full h-full object-cover\">\n                        <div class=\"absolute bottom-4 left-4 bg-white\/95 px-5 py-2 text-xs rounded text-brand-green font-extrabold\">\u203b\u5e97\u8217\u30a4\u30e1\u30fc\u30b8<\/div>\n                    <\/div>\n                    \n                    <div class=\"w-full h-full map-container bg-gray-200\">\n                        <iframe \n                            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3312.457896434444!2d130.8755!3d33.8835!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMzPCsDUzJzAwLjYiTiAxMzDCsDUyJzMxLjgiRQ!5e0!3m2!1sja!2sjp!4v1600000000000!5m2!1sja!2sjp\" \n                            width=\"100%\" \n                            height=\"100%\" \n                            style=\"border:0;\" \n                            allowfullscreen=\"\" \n                            loading=\"lazy\">\n                        <\/iframe>\n                    <\/div>\n                <\/div>\n\n                <!-- Info -->\n                <div class=\"p-10 md:p-16 flex flex-col justify-center bg-brand-orangeLight\/30\">\n                    <div class=\"mb-8\">\n                         <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/TKMM4830.png\" alt=\"Green Eclat\" class=\"h-10 md:h-12 w-auto object-contain\">\n                    <\/div>\n                    \n                    <div class=\"space-y-8 text-gray-700 font-medium\">\n                        <div class=\"flex items-start gap-4\">\n                            <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-brand-orange shadow-sm shrink-0\">\n                                <i data-lucide=\"map-pin\" class=\"w-6 h-6\"><\/i>\n                            <\/div>\n                            <div class=\"pt-1\">\n                                <p class=\"font-bold text-brand-green mb-1 text-sm tracking-wide\">ADDRESS<\/p>\n                                <p class=\"text-lg\">\u3012802-0007<br>\u798f\u5ca1\u770c\u5317\u4e5d\u5dde\u5e02\u5c0f\u5009\u5317\u533a\u8239\u5834\u753a6-2 1\u968e<\/p>\n                                <p class=\"text-sm text-gray-500 mt-2 bg-white inline-block px-3 py-1.5 rounded border border-gray-100 font-bold\">\u5c0f\u5009\u99c5\u3088\u308a\u5f92\u6b69\u7d0410\u5206 \/ \u4e95\u7b52\u5c4b\u8fd1\u304f<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"flex items-start gap-4\">\n                            <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-brand-orange shadow-sm shrink-0\">\n                                <i data-lucide=\"clock\" class=\"w-6 h-6\"><\/i>\n                            <\/div>\n                            <div class=\"pt-1\">\n                                <p class=\"font-bold text-brand-green mb-1 text-sm tracking-wide\">OPEN HOURS<\/p>\n                                <p class=\"text-lg font-english tracking-wide font-bold\">10:00 &#8211; 22:00 <span class=\"text-sm text-gray-500 ml-2 font-medium\"><\/span><\/p>\n                                <p class=\"text-sm text-gray-500 mt-1 font-bold\">\u5b9a\u4f11\u65e5\uff1a\u4e0d\u5b9a\u4f11<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"mt-12 pt-8 border-t border-brand-orange\/20\">\n                        <a href=\"https:\/\/lin.ee\/ZVSJPPRT\" class=\"w-full bg-[#06C755] hover:bg-[#05b34c] text-white py-4 rounded-xl flex items-center justify-center gap-3 transition-colors shadow-lg hover:shadow-xl font-bold text-lg transform hover:-translate-y-1 duration-300\">\n                            <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/41\/LINE_logo.svg\" alt=\"LINE\" class=\"w-7 h-7 invert brightness-0 grayscale-0\">\n                            \u516c\u5f0fLINE\u304b\u3089\u4e88\u7d04\u30fb\u6ce8\u6587\n                        <\/a>\n                        <p class=\"text-center text-sm text-gray-600 mt-3 font-bold\">\u30c6\u30a4\u30af\u30a2\u30a6\u30c8\u306e\u4e8b\u524d\u4e88\u7d04\u3082\u53ef\u80fd\u3067\u3059<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Recruit Section -->\n    <section id=\"recruit\" class=\"py-24 bg-white overflow-hidden\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                <!-- Text Column (Left) -->\n                <div class=\"fade-in-up text-left order-2 md:order-1 relative\">\n                    <!-- Modern Section Header -->\n                    <div class=\"absolute -top-10 md:-top-16 left-0 text-[18vw] md:text-[120px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none\">RECRUIT<\/div>\n                    \n                    <div class=\"relative z-10 pt-6 md:pt-10\">\n                        <h4 class=\"font-serif text-3xl md:text-4xl text-brand-green mb-4 font-bold\">\u793e\u54e1\u30fb\u30a2\u30eb\u30d0\u30a4\u30c8\u52df\u96c6<\/h4>\n                        <div class=\"w-20 h-1.5 bg-brand-orange mb-8\"><\/div>\n                        \n                        <p class=\"text-gray-700 leading-loose mb-10 text-lg font-medium\">\n                            \u30b9\u30ad\u30eb\u3084\u7d4c\u9a13\u3088\u308a\u3082\u3001\u300c\u30b0\u30ea\u30fc\u30f3\u30a8\u30af\u30e9\u300d\u306e\u8003\u3048\u65b9\u306b\u5171\u611f\u3067\u304d\u308b\u304b\u3092\u91cd\u8996\u3057\u3066\u3044\u307e\u3059\u3002<br><br>\n                            \u79c1\u305f\u3061\u306e\u60f3\u3044\u3092\u6301\u3063\u3066\u63a5\u5ba2\u3067\u304d\u308b\u3001\u65b0\u3057\u3044\u4ef2\u9593\u3092\u52df\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\n                        <\/p>\n\n                        <a href=\"https:\/\/lin.ee\/ZVSJPPRT\" class=\"inline-block bg-brand-green text-white hover:bg-brand-orange px-12 py-5 rounded-full transition-all duration-300 tracking-widest text-base font-bold shadow-lg transform hover:-translate-y-1\">\n                            \u6c42\u4eba\u306b\u5fdc\u52df\u3059\u308b\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Image Column (Right) -->\n                <div class=\"fade-in-up delay-200 order-1 md:order-2\">\n                    <div class=\"relative rounded-2xl overflow-hidden shadow-2xl\">\n                        <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/IMG_E2037.jpg\" \n                             alt=\"Team Work\" \n                             class=\"w-full h-full object-cover hover:scale-105 transition-transform duration-700\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n   <!-- Franchise Section -->\n    <section id=\"franchise\" class=\"py-24 bg-white overflow-hidden border-t border-gray-100\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                <!-- Text Column (Left) -->\n                <div class=\"fade-in-up text-left order-2 md:order-1 relative\">\n                    <!-- Modern Section Header -->\n                    <div class=\"absolute -top-10 md:-top-16 left-0 text-[15vw] md:text-[100px] font-english font-extrabold text-brand-orange\/[0.06] tracking-widest select-none leading-none whitespace-nowrap z-0 pointer-events-none\">FRANCHISE<\/div>\n                    \n                    <div class=\"relative z-10 pt-6 md:pt-10\">\n                        <h4 class=\"font-serif text-3xl md:text-4xl text-brand-green mb-4 font-bold\">\u30d5\u30e9\u30f3\u30c1\u30e3\u30a4\u30ba\u52a0\u76df\u5e97\u52df\u96c6<\/h4>\n                        <div class=\"w-20 h-1.5 bg-brand-orange mb-8\"><\/div>\n                        \n                        <p class=\"text-gray-700 leading-loose mb-10 text-lg font-medium\">\n                            Green Eclat\u306e\u30b3\u30f3\u30bb\u30d7\u30c8\u3067\u3042\u308b\u300c\u5065\u5eb7\u306a\u4eba\u3092\u5897\u3084\u3059\u300d\u3068\u3044\u3046\u60f3\u3044\u306b\u5171\u611f\u3057\u3001\u5171\u306b\u30d6\u30e9\u30f3\u30c9\u3092\u80b2\u3066\u3066\u3044\u304f\u30d1\u30fc\u30c8\u30ca\u30fc\u3092\u52df\u96c6\u3057\u3066\u3044\u307e\u3059\u3002<br><br>\n                            \u672a\u7d4c\u9a13\u304b\u3089\u3067\u3082\u5b89\u5fc3\u3057\u3066\u5e97\u8217\u904b\u55b6\u304c\u59cb\u3081\u3089\u308c\u308b\u3088\u3046\u3001\u5145\u5b9f\u3057\u305f\u30b5\u30dd\u30fc\u30c8\u4f53\u5236\u3092\u3054\u7528\u610f\u3057\u3066\u304a\u308a\u307e\u3059\u3002\n                        <\/p>\n\n                        <a href=\"https:\/\/line.me\/R\/ti\/p\/@236mbkrq\" target=\"_blank\" class=\"inline-block bg-brand-green text-white hover:bg-brand-orange px-12 py-5 rounded-full transition-all duration-300 tracking-widest text-base font-bold shadow-lg transform hover:-translate-y-1\">\n                            LINE\u3067\u304a\u554f\u3044\u5408\u308f\u305b\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Image Column (Right) -->\n                <div class=\"fade-in-up delay-200 order-1 md:order-2\">\n                    <div class=\"relative rounded-2xl overflow-hidden shadow-2xl\">\n                        <img decoding=\"async\" src=\"http:\/\/greeneclat.jp\/saladbowl\/wp-content\/uploads\/2026\/03\/IMG_3533.heic\" \n                             alt=\"Franchise Partnership\" \n                             class=\"w-full h-full object-cover hover:scale-105 transition-transform duration-700\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Instagram Grid (Visual only) -->\n    <section class=\"py-16 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4\">\n            <div class=\"flex justify-between items-end mb-10 border-b border-gray-100 pb-4\">\n                <h4 class=\"font-serif text-2xl text-brand-gray flex items-center gap-2 font-bold\">\n                    <i data-lucide=\"instagram\" class=\"w-7 h-7 text-brand-orange\"><\/i>\n                    Instagram\n                <\/h4>\n                <a href=\"https:\/\/www.instagram.com\/greeneclat_official?igsh=bDFxbTQ4ZjF3bGRl\" class=\"text-base text-gray-500 hover:text-brand-orange transition font-english tracking-wide font-bold\">@green_eclat_salad<\/a>\n            <\/div>\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-2 md:gap-4\">\n                <div class=\"overflow-hidden rounded-lg\">\n                    <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/EYMZ6206.png\" class=\"w-full aspect-square object-cover hover:scale-110 transition duration-500 cursor-pointer\" alt=\"Insta 1\">\n                <\/div>\n                <div class=\"overflow-hidden rounded-lg\">\n                    <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/AXIC2041.png\" class=\"w-full aspect-square object-cover hover:scale-110 transition duration-500 cursor-pointer\" alt=\"Insta 2\">\n                <\/div>\n                <div class=\"overflow-hidden rounded-lg\">\n                    <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/KSYE5994.png\" class=\"w-full aspect-square object-cover hover:scale-110 transition duration-500 cursor-pointer\" alt=\"Insta 3\">\n                <\/div>\n                <div class=\"overflow-hidden rounded-lg\">\n                    <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/QAYY7204.png\" class=\"w-full aspect-square object-cover hover:scale-110 transition duration-500 cursor-pointer\" alt=\"Insta 4\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-brand-orange text-white py-16\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12\">\n                <div class=\"col-span-1 lg:col-span-2\">\n                    <div class=\"mb-6 inline-block bg-white\/95 px-4 py-2.5 rounded-xl\">\n                         <img decoding=\"async\" src=\"http:\/\/fukuokashare.com\/greeneclat\/wp-content\/uploads\/2026\/02\/TKMM4830.png\" alt=\"Green Eclat\" class=\"h-10 md:h-12 w-auto object-contain\">\n                    <\/div>\n                    \n                    <p class=\"text-white text-base leading-7 mb-6 font-bold\">\n                        \u9078\u3076\u3060\u3051\u3067\u3001\u6574\u3046\u98df\u4e8b\u3002<br>\n                        \u5317\u4e5d\u5dde\u30fb\u5c0f\u5009\u306e\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97\u3002\n                    <\/p>\n                    <div class=\"flex space-x-4\">\n                        <a href=\"https:\/\/www.instagram.com\/greeneclat_official?igsh=bDFxbTQ4ZjF3bGRl\" class=\"bg-white\/20 p-2.5 rounded-full hover:bg-brand-green transition-colors\"><i data-lucide=\"instagram\" class=\"w-6 h-6\"><\/i><\/a>\n                        <a href=\"https:\/\/lin.ee\/ZVSJPPRT\" class=\"bg-white\/20 p-2.5 rounded-full hover:bg-[#06C755] transition-colors\"><img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/41\/LINE_logo.svg\" alt=\"LINE\" class=\"w-6 h-6 invert brightness-0 grayscale-0 filter invert\"><\/a>\n                    <\/div>\n                <\/div>\n                \n                <div>\n                    <h4 class=\"font-extrabold mb-4 text-white uppercase tracking-wider text-base border-b-2 border-white\/30 pb-2 inline-block\">Links<\/h4>\n                    <ul class=\"space-y-4 text-white text-base\">\n                        <li><a href=\"http:\/\/greeneclat.jp\/saladbowl\/sample-page\/\" class=\"hover:text-brand-green transition font-bold\">Menu<\/a><\/li>\n                        <li><a href=\"http:\/\/greeneclat.jp\/saladbowl\/%e4%bc%9a%e7%a4%be%e6%a6%82%e8%a6%81\/\" class=\"hover:text-brand-green transition font-bold\">Access<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h4 class=\"font-extrabold mb-4 text-white uppercase tracking-wider text-base border-b-2 border-white\/30 pb-2 inline-block\">Contact<\/h4>\n                    <p class=\"text-white text-base leading-7 font-bold\">\n                        \u3012802-0007<br>\n                        \u798f\u5ca1\u770c\u5317\u4e5d\u5dde\u5e02\u5c0f\u5009\u5317\u533a\u8239\u5834\u753a6-2 1\u968e<br>\n                        <span class=\"block mt-2 font-extrabold bg-white\/20 inline-block px-3 py-1 rounded\">\u203b\u3054\u4e88\u7d04\u306f\u516c\u5f0fLINE\u3088\u308a<\/span>\n                    <\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"border-t-2 border-white\/20 pt-8 flex flex-col md:flex-row justify-between items-center text-sm text-white\/90 font-bold\">\n                <div class=\"flex space-x-6 mb-4 md:mb-0\">\n                    <a href=\"#\" class=\"hover:text-white transition\">Privacy Policy<\/a>\n                    <a href=\"#\" class=\"hover:text-white transition\">Terms of Service<\/a>\n                <\/div>\n                <p>&copy; 2024 Green Eclat Salad Bowl Specialty Store. All rights reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Scripts -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            if (typeof lucide !== 'undefined') {\n                lucide.createIcons();\n            } else {\n                console.warn('Lucide icons library not loaded yet.');\n            }\n\n            \/\/ Intersection Observer Setup\n            const observerOptions = {\n                root: null,\n                rootMargin: '0px',\n                threshold: 0.15\n            };\n\n            const observer = new IntersectionObserver((entries, observer) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                        observer.unobserve(entry.target); \n                    }\n                });\n            }, observerOptions);\n\n            \/\/ Observe elements\n            document.querySelectorAll('.fade-in-up, .slide-in-left, .slide-in-right').forEach(el => {\n                observer.observe(el);\n            });\n        });\n\n        \/\/ Mobile Menu Toggle\n        const mobileBtn = document.getElementById('mobile-menu-btn');\n        const mobileMenu = document.getElementById('mobile-menu');\n        \n        if (mobileBtn) {\n            mobileBtn.addEventListener('click', () => {\n                mobileMenu.classList.toggle('hidden');\n            });\n        }\n\n        \/\/ Header Background Change on Scroll\n        const headerContainer = document.getElementById('header-container');\n        const headerPill = document.getElementById('header-pill');\n        \n        window.addEventListener('scroll', () => {\n            if (window.scrollY > 50) {\n                headerContainer.classList.remove('top-4');\n                headerContainer.classList.add('top-0', 'pt-2'); \n                headerPill.classList.add('border-b', 'border-gray-200');\n            } else {\n                headerContainer.classList.add('top-4');\n                headerContainer.classList.remove('top-0', 'pt-2');\n                headerPill.classList.remove('border-b', 'border-gray-200');\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Green Eclat | \u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02\u9580\u5e97 &#8211; \u5317\u4e5d\u5dde\u30fb\u5c0f\u5009 MENU ACCESS RESERVE MENU ACCESS LINE\u4e88\u7d04 \u9078\u3076\u3060\u3051\u3067\u3001 \u6574\u3046\u98df\u4e8b\u3002 \u8eab\u4f53\u306e\u5185\u5074\u304b\u3089\u7f8e\u3057\u304f\u306a\u308b\u30b5\u30e9\u30c0\u30dc\u30a6\u30eb\u5c02 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":47,"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":233,"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/pages\/7\/revisions\/233"}],"wp:attachment":[{"href":"http:\/\/greeneclat.jp\/saladbowl\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}