:root{--color-brand-orange:#ff4e00;--color-brand-orange-hover:#ff7043;--color-brand-blue:#4c9fd2;--color-brand-blue-light:#edf6fc;--color-beige:#f5f1e8;--color-gray-light:#f9fafb;--color-gray:#6b7280;--color-gray-dark:#374151;--font-mincho:"Shippori Mincho",serif;--font-sans:"Noto Sans JP",sans-serif;--transition-base:cubic-bezier(.4,0,.2,1);--duration-fast:.3s;--duration-medium:.5s;--duration-slow:.8s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-gray-dark);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 !important;padding:0 !important}html{scroll-behavior:smooth;margin:0;padding:0}h1,h2,h3{text-wrap:balance}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--transition-base)}.breadcrumb-nav{background-color:#f9f7f4;border-bottom:1px solid #e8e4dd;padding:76px 0 12px;font-size:.85rem;color:var(--color-gray)}.breadcrumb-nav a{color:var(--color-gray);text-decoration:none;transition:color var(--duration-fast) var(--transition-base)}.breadcrumb-nav a:hover{color:var(--color-brand-orange)}.breadcrumb-nav .breadcrumb_last{color:var(--color-gray-dark);font-weight:500}@media (max-width:768px){.breadcrumb-nav{font-size:.8rem;padding:64px 0 10px}}.container{max-width:1200px;margin:0 auto;padding:0 20px}section:not(.news-section-fullwidth):not(.concept-section-fullwidth):not(.products-section-fullwidth):not(.instagram-fullwidth-section):not(.shop-section-fullwidth):not(.online-shop-section-fullwidth):not(.contact-section-fullwidth):not(.hero-section):not(.shop-detail-section):not(.company-info-section):not(.shops-cards-section){padding:80px 0 0}.section-title{font-family:var(--font-mincho);font-size:2.5rem;font-weight:700;color:var(--color-brand-blue);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--color-gray)}.section-description{font-size:1rem;color:var(--color-gray);line-height:1.8}.section-header{text-align:center;margin-bottom:3rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:700;text-align:center;transition:background-color var(--duration-fast) var(--transition-base),transform var(--duration-fast) var(--transition-base);cursor:pointer}.btn-primary{background-color:var(--color-brand-orange);color:#fff}.btn-primary:hover{background-color:var(--color-brand-orange-hover);transform:scale(1.05)}.btn-secondary{background-color:var(--color-brand-blue);color:#fff}.btn-secondary:hover{background-color:#3a8ab8;transform:scale(1.05)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;transition:background-color .3s ease}.site-header.scrolled{background-color:rgba(235,215,195,.8);backdrop-filter:blur(10px)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 3rem;max-width:100%}.header-left{display:flex;align-items:center;gap:3rem}.site-logo a{display:block}.site-logo img{height:45px;width:auto;display:block}.header-nav{display:flex;align-items:center}.header-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.header-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:5px}.header-menu a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.header-menu a:hover{color:#8b7355}.header-right{display:flex;align-items:center}.header-actions{display:flex;align-items:center;gap:2rem}.header-phones{display:flex;align-items:center;gap:.5rem}.header-icon{flex:0 0 auto;width:20px;height:20px}.header-icon img{width:100%;height:100%;display:block;filter:brightness(0) invert(1)}.header-phones-info{display:flex;flex-direction:column;gap:.125rem}.header-phones-numbers{display:flex;align-items:center;gap:.5rem}.header-phone-link{display:flex;align-items:center;gap:.25rem;text-decoration:none;color:#fff;transition:opacity .3s ease}.header-phone-link:hover{opacity:.7}.phone-shop-name{font-size:.75rem;font-weight:500}.phone-number{font-size:1rem;font-weight:600;color:inherit}.phone-divider{color:rgba(255,255,255,.5);font-size:.9rem}.phone-hours{font-size:.7rem;color:rgba(255,255,255,.8)}.header-contact{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;transition:opacity .3s ease}.header-contact:hover{opacity:.7}.contact-text{font-size:.9rem;font-weight:500}.mobile-menu{display:none}.mobile-toggle{display:none}.mobile-overlay{display:none}.mobile-close{display:none}@media (max-width:1200px){.header-inner{padding:.75rem 2rem}.header-left{gap:2rem}.header-menu{gap:1.5rem}.header-menu a{font-size:.85rem}.header-actions{gap:1.5rem}.phone-hours{font-size:.65rem}}@media (max-width:1024px){.phone-hours{display:none}}@media (max-width:768px){.header-inner{padding:.75rem 1rem}.header-left{gap:0}.header-nav,.header-actions{display:none}.mobile-toggle{display:flex;flex-direction:column;gap:6px;background:0 0;border:none;cursor:pointer;padding:5px;z-index:1002}.toggle-line{width:24px;height:2px;background-color:#333;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.mobile-toggle.active .toggle-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.active .toggle-line:nth-child(2){opacity:0}.mobile-toggle.active .toggle-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:998;pointer-events:none;transition:background-color .3s ease}.mobile-overlay.active{background-color:rgba(0,0,0,.4);pointer-events:auto}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background-color:#faf6f1;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:80px 30px 40px;z-index:1001;box-shadow:-4px 0 20px rgba(0,0,0,.1)}.mobile-menu.active{transform:translateX(0)}.mobile-close{display:block;position:absolute;top:20px;right:20px;background:0 0;border:none;font-size:2rem;color:#8b7355;cursor:pointer;line-height:1;padding:5px;transition:color .2s ease}.mobile-close:hover{color:#6d5a42}.mobile-menu-list{list-style:none;margin:0;padding:0}.mobile-menu-list li{border-bottom:1px solid #e8e4dd}.mobile-menu-list a{display:block;padding:16px 0;font-size:1rem;font-family:var(--font-mincho);color:#333;text-decoration:none;font-weight:500;letter-spacing:.05em;position:relative;transition:color .2s ease}.mobile-menu-list a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#8b7355;transition:width .3s ease}.mobile-menu-list a:hover,.mobile-menu-list a:active{color:#8b7355}.mobile-menu-list a:hover:after,.mobile-menu-list a:active:after{width:100%}.mobile-contact{margin-top:auto;padding-top:30px;display:flex;flex-direction:column;gap:12px}.mobile-phone-btn,.mobile-contact-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;text-align:center;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:background-color .2s ease,transform .2s ease}.mobile-phone-btn{background-color:transparent;color:#8b7355;border:2px solid #8b7355;font-family:inherit;cursor:pointer}.mobile-phone-btn:hover{background-color:#8b7355;color:#fff}.mobile-contact-btn{background-color:#8b7355;color:#fff;border:2px solid #8b7355}.mobile-contact-btn:hover{background-color:#6d5a42;border-color:#6d5a42}.mobile-phone-btn svg,.mobile-contact-btn svg{flex-shrink:0}}.home .header-nav a{color:#fff !important}.home .header-phone-link,.home .header-phone-link span,.home .phone-divider{color:#fff !important}.home .header-contact,.home .header-contact span{color:#fff !important}.home .header-icon img{filter:brightness(0) invert(1)}body:not(.home) .header-nav a{color:#8b7355 !important;font-weight:600}body:not(.home) .header-phone-link,body:not(.home) .header-phone-link span,body:not(.home) .phone-divider{color:#8b7355 !important}body:not(.home) .header-contact,body:not(.home) .header-contact span{color:#8b7355 !important}body:not(.home) .header-icon img{filter:brightness(0) saturate(100%) invert(45%) sepia(15%) saturate(1000%) hue-rotate(360deg) brightness(95%) contrast(85%)}body:not(.home) .header-nav a:hover{color:#6d5940 !important}body:not(.home) .header-nav .current-menu-item>a,body:not(.home) .header-nav .current_page_item>a{color:#6d5940 !important;font-weight:700}.page-hero{background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);padding:60px 0 80px;text-align:center}.page-hero-content{max-width:800px;margin:0 auto}.page-subtitle{font-size:.9rem;color:#999;letter-spacing:.3em;margin-bottom:10px;font-weight:500;text-transform:uppercase;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.page-title{font-family:"Noto Serif JP",serif;font-size:3.5rem;font-weight:700;color:#8b7355;letter-spacing:.15em;margin-bottom:20px;opacity:0;animation:fadeInUp 1s ease-out .5s forwards}.page-description{font-size:1.1rem;color:#666;line-height:1.8;margin:0;opacity:0;animation:fadeInUp 1s ease-out .7s forwards}.thanks-hero{background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);padding:120px 0 80px;text-align:center}.thanks-icon{width:80px;height:80px;background-color:#8b7355;color:#fff;font-size:3rem;line-height:80px;border-radius:50%;margin:0 auto 30px;font-weight:700;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}@media (max-width:768px){.page-hero,.thanks-hero{padding:40px 0 60px}.page-title{font-size:2.5rem;letter-spacing:.1em}.page-subtitle{font-size:.85rem}.page-description{font-size:1rem}.thanks-icon{width:60px;height:60px;font-size:2rem;line-height:60px}}.contact-content-wrapper{opacity:0;animation:fadeIn 1s ease-out .9s forwards}.menu-page-content-wrapper{opacity:0;animation:fadeIn 1s ease-out .9s forwards}.shop-section,.shop-section-fullwidth{opacity:0;animation:fadeIn 1s ease-out .9s forwards}.news-archive-wrapper{opacity:0;animation:fadeIn 1s ease-out .9s forwards}.privacy-content-wrapper{opacity:0;animation:fadeIn 1s ease-out .9s forwards}.thanks-content-wrapper{opacity:0;animation:fadeIn 1s ease-out .9s forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero-section{position:relative;height:100vh;overflow:hidden;margin-top:0;padding:0 !important}.hero-swiper{width:100%;height:100%}.hero-slide{position:relative;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;width:90%;max-width:900px;opacity:0;animation:fadeIn .5s ease-out .3s forwards}.hero-text{opacity:0;animation:fadeInUp 1.5s ease-out .8s forwards;text-align:center;color:#fff;padding:0 20px}.hero-title{font-family:var(--font-mincho);font-size:3rem;font-weight:700;margin-bottom:1.5rem;opacity:0;animation:fadeInUp var(--duration-slow) var(--transition-base) .3s forwards}.hero-subtitle{font-size:1.25rem;line-height:1.8;opacity:0;animation:fadeInUp var(--duration-slow) var(--transition-base) .6s forwards}.swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:.6;transition:opacity var(--duration-fast) var(--transition-base),width var(--duration-fast) var(--transition-base),border-radius var(--duration-fast) var(--transition-base)}.swiper-pagination-bullet-active{opacity:1;width:32px;border-radius:6px}.site-footer{background-color:#2d2d2d;color:#fff;padding:4rem 0 2rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-about{max-width:300px}.footer-logo{margin-bottom:1.5rem}.footer-logo img{height:40px;width:auto}.footer-logo-text{font-family:var(--font-mincho);font-size:1.5rem;color:#fff;margin:0}.footer-description{font-size:.9rem;line-height:1.8;color:rgba(255,255,255,.8)}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-shop-info{font-size:.9rem;line-height:1.8;color:rgba(255,255,255,.8)}.social-links{display:flex;gap:1rem;margin-bottom:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,.1);border-radius:50%;transition:background-color .3s ease,transform .3s ease}.social-link:hover{background-color:#d4a373;transform:translateY(-3px)}.social-icon{width:20px;height:20px;color:#fff}.footer-nav-menu{list-style:none;padding:0;margin:0}.footer-nav-menu li{margin-bottom:.75rem}.footer-nav-menu li a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-nav-menu li a:hover{color:#d4a373}.footer-bottom{text-align:center}.copyright{font-size:.85rem;color:rgba(255,255,255,.6);margin:0}@media (max-width:968px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.site-footer{padding:3rem 0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-about{max-width:100%}}.shop-section .section-header{text-align:center;margin-bottom:60px}.shop-section .section-title{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.shop-section .title-main{font-family:"Noto Serif JP",serif;font-size:1.125rem;font-weight:500;color:#999;line-height:1.6}.shop-section .title-sub{font-size:2.5rem;font-weight:700;color:#8b7355;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.shop-section .section-subtitle{font-size:1rem;color:#666;line-height:1.8}@media (max-width:768px){.shop-section .section-header{margin-bottom:40px}.shop-section .title-sub{font-size:2rem}.shop-section .title-main{font-size:1rem}}.shop-section-fullwidth{padding:80px 0 0;background-color:#fff}.shop-section-fullwidth .section-header{text-align:center;margin-bottom:60px}.shop-section-fullwidth .section-title{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.shop-section-fullwidth .title-main{font-family:"Noto Serif JP",serif;font-size:1.125rem;font-weight:500;color:#999;line-height:1.6}.shop-section-fullwidth .title-sub{font-size:2.5rem;font-weight:700;color:#8b7355;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.shop-section-fullwidth .section-subtitle{font-size:1rem;color:#666;line-height:1.8}.shops-fullwidth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%}.shop-fullwidth-item{position:relative;width:100%;height:500px;overflow:hidden;display:block;text-decoration:none;color:inherit}.shop-fullwidth-image{width:100%;height:100%;position:relative}.shop-fullwidth-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.shop-fullwidth-item:hover .shop-fullwidth-image img{transform:scale(1.05)}.shop-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d0d0d0 0%,#a0a0a0 100%)}.shop-fullwidth-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.4) 40%,rgba(0,0,0,0) 100%);display:flex;align-items:flex-end;padding:3rem 2.5rem;transition:background .3s ease}.shop-fullwidth-item:hover .shop-fullwidth-overlay{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.1) 100%)}.shop-fullwidth-content{color:#fff;width:100%}.shop-fullwidth-name{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;margin-bottom:.75rem;line-height:1.4;color:#fff}.shop-fullwidth-address{font-size:1rem;line-height:1.8;opacity:.95;margin-bottom:1rem;color:#fff}.shop-fullwidth-info{font-size:1rem;line-height:1.8;opacity:.95;color:#fff}.shop-fullwidth-badge{display:inline-block;padding:8px 16px;background-color:rgba(139,115,85,.9);color:#fff;font-size:.9rem;font-weight:500;border-radius:4px;margin-top:.5rem}@media (max-width:768px){.shop-section-fullwidth{padding:60px 0 0}}@media (max-width:1024px){.shops-fullwidth-grid{grid-template-columns:repeat(2,1fr)}.shop-fullwidth-item{height:450px}.shop-fullwidth-name{font-size:1.75rem}.shop-fullwidth-overlay{padding:2.5rem 2rem}}@media (max-width:768px){.shop-section-fullwidth{padding:60px 0}.shop-section-fullwidth .section-header{margin-bottom:40px}.shop-section-fullwidth .title-sub{font-size:2rem}.shops-fullwidth-grid{grid-template-columns:1fr}.shop-fullwidth-item{height:400px}.shop-fullwidth-overlay{padding:2rem 1.5rem}.shop-fullwidth-name{font-size:1.5rem}.shop-fullwidth-address,.shop-fullwidth-info{font-size:.9rem}.shop-fullwidth-badge{font-size:.85rem;padding:6px 12px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.header-inner{padding:1rem 2rem}.header-actions{gap:1.5rem}.header-menu{gap:1.5rem}.header-menu li a{font-size:.9rem}.concept-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}.shop-item{grid-template-columns:1fr}.shop-item-reverse{direction:ltr}}@media (max-width:768px){.header-inner{padding:1rem 1.5rem}.header-right{display:none}.mobile-toggle{display:flex}.mobile-menu{display:block}.site-logo img{height:40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.products-grid{grid-template-columns:1fr}}.news-section-fullwidth{min-height:calc(100vh - 60px);background-color:#f5f1e8}.news-grid{display:grid;grid-template-columns:50% 50%;height:calc(100vh - 60px)}.news-image-area{position:relative;overflow:hidden}.news-image-area img{width:100%;height:100%;object-fit:cover;display:block}.news-text-area{display:flex;align-items:center;justify-content:center;padding:60px}.news-inner{width:100%;max-width:600px;display:flex;gap:2rem;align-items:flex-start}.news-vertical-text{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 0 auto}.vertical-line{position:absolute;top:-400px;left:50%;transform:translateX(-50%);width:2px;height:calc(100% + 400px);background-color:#8b7355;z-index:0}.vertical-news{writing-mode:vertical-rl;font-size:1.5rem;font-weight:600;letter-spacing:.3em;color:#8b7355;position:relative;z-index:1;padding-top:2rem;background-color:#f5f1e8;padding-left:.5rem;padding-right:.5rem;margin:0}.news-list{flex:1;display:flex;flex-direction:column;gap:2rem}.news-item{border-bottom:1px solid rgba(139,115,85,.2);padding-bottom:1.5rem;transition:opacity .3s ease}.news-item:last-child{border-bottom:none}.news-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.news-link:hover{opacity:.7}.news-date{display:block;font-size:.875rem;color:#8b7355;margin-bottom:.5rem;font-weight:500}.news-title{font-size:1.125rem;font-weight:500;color:#333;line-height:1.6;margin:0}.no-news{text-align:center;color:#999;font-size:1rem;padding:2rem 0}.news-more{margin-top:1rem;text-align:right}.news-more-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#8b7355;text-decoration:none;transition:background-color .3s ease,color .3s ease;padding:.5rem 1rem;border:1px solid #8b7355;border-radius:4px}.news-more-link:hover{background-color:#8b7355;color:#fff}.news-more-link svg{width:16px;height:16px;transition:transform .3s ease}.news-more-link:hover svg{transform:translateX(4px)}.concept-section-fullwidth{min-height:calc(100vh - 60px);background-color:#fff}.concept-grid{display:grid;grid-template-columns:50% 50%;height:calc(100vh - 60px)}.concept-text-area{display:flex;align-items:center;justify-content:center;padding:60px}.concept-inner{width:100%;max-width:600px}.concept-inner .section-title{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.concept-inner .title-sub{font-size:2.5rem;font-weight:700;color:#8b7355;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.concept-inner .title-main{font-family:"Noto Serif JP",serif;font-size:1.125rem;font-weight:500;color:#999;line-height:1.6}.concept-lead{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:600;color:#333;line-height:1.8;margin-bottom:2rem}.concept-description{font-size:1rem;line-height:1.8;color:#333}.concept-description p{margin-bottom:1.5rem}.concept-description p:last-child{margin-bottom:0}.concept-image-area{position:relative;overflow:hidden}.concept-image-area img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.news-section-fullwidth{min-height:auto}.news-grid{grid-template-columns:1fr;height:auto}.news-image-area{height:300px}.news-text-area{padding:40px 20px}.news-inner{flex-direction:column;gap:1.5rem}.vertical-line{display:none}.vertical-news{writing-mode:horizontal-tb;font-size:1.2rem;padding:0}.concept-section-fullwidth{min-height:auto}.concept-grid{grid-template-columns:1fr;height:auto}.concept-image-area{height:300px;order:-1}.concept-text-area{padding:40px 20px}.concept-inner .title-sub{font-size:2rem}.concept-inner .title-main{font-size:1rem}.concept-lead{font-size:1.25rem}}.products-section-fullwidth{background-color:#fff;display:flex;flex-direction:column;padding-top:80px}.products-section-fullwidth .section-header{text-align:center;margin-bottom:4rem}.products-section-fullwidth .section-title{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.products-section-fullwidth .title-sub{font-size:2.5rem;font-weight:700;color:#8b7355;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.products-section-fullwidth .title-main{font-family:"Noto Serif JP",serif;font-size:1.125rem;font-weight:500;color:#999;line-height:1.6}.products-section-fullwidth .section-subtitle{font-size:1rem;color:#666;line-height:1.8}.products-swiper{width:100%;height:500px;flex:1;position:relative}.products-swiper .swiper-wrapper{height:100%}.products-swiper .swiper-slide{height:100%}.product-slide{position:relative;width:100%;height:100%;overflow:hidden}.product-slide-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-slide:hover .product-slide-image{transform:scale(1.05)}.product-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,0) 100%);display:flex;align-items:flex-end;padding:3rem 2rem;transition:background .3s ease}.product-slide:hover .product-overlay{background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 100%)}.product-content{color:#fff;text-align:left;width:100%}.product-name{font-family:"Noto Serif JP",serif;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}.product-desc{font-size:1rem;line-height:1.6;opacity:.9}.products-pagination{bottom:20px !important}.products-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:rgba(255,255,255,.5);opacity:1;transition:background-color .3s ease,width .3s ease,border-radius .3s ease}.products-pagination .swiper-pagination-bullet-active{background-color:#fff;width:30px;border-radius:6px}@media (max-width:1024px){.product-name{font-size:1.5rem}.product-desc{font-size:.9rem}}@media (max-width:768px){.products-section-fullwidth{padding-top:60px}.products-section-fullwidth .section-header{margin-bottom:2rem}.products-section-fullwidth .title-sub{font-size:2rem}.product-overlay{padding:2rem 1.5rem}.product-name{font-size:1.25rem}.product-desc{font-size:.875rem}.products-prev,.products-next{width:40px;height:40px}.products-prev:after,.products-next:after{font-size:1rem}}.hero-swiper .swiper-slide-active .hero-image{animation:zoomIn 8s ease-out forwards}@keyframes zoomIn{from{transform:scale(1)}to{transform:scale(1.1)}}.news-image-area img{animation:zoomInSlow 15s ease-out infinite alternate}.concept-image-area img{animation:zoomInSlow 15s ease-out infinite alternate}@keyframes zoomInSlow{from{transform:scale(1)}to{transform:scale(1.08)}}.instagram-fullwidth-section{padding:80px 0;background-color:#f5f5f5;overflow:hidden}.instagram-fullwidth-section .section-header{text-align:center;margin-bottom:3rem}.instagram-fullwidth-section .section-title{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.instagram-fullwidth-section .title-sub{font-size:2.5rem;font-weight:700;color:#8b7355;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.instagram-fullwidth-section .title-main{font-family:"Noto Serif JP",serif;font-size:1.125rem;font-weight:500;color:#999;line-height:1.6}.instagram-fullwidth-section .section-subtitle{font-size:1rem;color:#666;line-height:1.8}.instagram-carousel-wrapper{width:100%;overflow:hidden;margin-bottom:3rem}.instagram-scroll-track{display:flex;gap:20px;width:max-content}.instagram-scroll-track.is-scrolling{animation:instagram-scroll var(--scroll-duration,30s) linear infinite}.instagram-scroll-track:hover{animation-play-state:paused}@keyframes instagram-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.instagram-post{width:350px;height:350px;flex-shrink:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.instagram-post:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.instagram-post img{width:100%;height:100%;object-fit:cover;display:block}.instagram-button-wrapper{text-align:center;margin-top:2rem}.instagram-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(188,24,136,.3)}.instagram-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(188,24,136,.4)}.instagram-link i{font-size:1.25rem}.instagram-link .arrow{font-size:1.25rem;transition:transform .3s ease}.instagram-link:hover .arrow{transform:translateX(5px)}@media (max-width:768px){.instagram-fullwidth-section{padding:60px 0}.instagram-fullwidth-section .section-header{margin-bottom:2rem}.instagram-fullwidth-section .title-sub{font-size:2rem}.instagram-scroll-track{gap:15px}.instagram-post{width:250px;height:250px}}.online-shop-section-fullwidth{width:100%;padding:80px 0;margin:0;background-color:#fff}.online-shop-banner{display:block;max-width:1400px;margin:0 auto;padding:0 20px;overflow:hidden;position:relative;transition:opacity .3s ease;border-radius:8px}.online-shop-coming-soon{cursor:default}.online-shop-banner picture{display:block}.online-shop-banner img{width:100%;height:auto;display:block;border-radius:8px}.online-shop-overlay{position:absolute;top:0;left:20px;right:20px;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:8px}.online-shop-overlay-inner{background:rgba(255,255,255,.85);border-radius:8px;padding:1.5rem 2rem;text-align:center;color:#5b3a29}.online-shop-coming-title{font-family:var(--font-mincho);font-size:1.5rem;font-weight:600;letter-spacing:.15em;margin-bottom:8px}.online-shop-coming-text{font-size:1.1rem;font-weight:500;margin-bottom:4px}.online-shop-coming-sub{font-size:.85rem;opacity:.75}@media (max-width:768px){.online-shop-section-fullwidth{padding:60px 0}.online-shop-banner{padding:0 15px}.online-shop-overlay{left:15px;right:15px}.online-shop-coming-title{font-size:1.2rem}.online-shop-coming-text{font-size:1rem}}.contact-section-fullwidth{position:relative;width:100%;min-height:500px;background-image:url(//ateliermomo-sweets.com/wp-content/themes/atoriemomo-theme/css/../images/contact/contact-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;justify-content:center;padding:80px 20px}.contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.contact-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.4;color:#fff}.contact-subtitle{font-size:1.125rem;margin-bottom:3rem;opacity:.95;color:#fff}.contact-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.contact-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.contact-btn i{font-size:1.25rem}.contact-btn-phone{background-color:transparent;color:#fff;border:2px solid #fff}.contact-btn-phone:hover{background-color:#fff;color:#333;transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,255,255,.3)}.contact-btn-form{background-color:#ff4e00;color:#fff;border:2px solid #ff4e00}.contact-btn-form:hover{background-color:#ff7043;border-color:#ff7043;transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,78,0,.4)}@media (max-width:768px){.contact-section-fullwidth{min-height:400px;padding:60px 20px;background-attachment:scroll}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:1rem;margin-bottom:2rem}.contact-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%}.contact-btn{display:flex;width:100%;max-width:300px;margin-left:auto;margin-right:auto;justify-content:center;padding:1rem 2rem;font-size:.95rem}}.shops-cards-section{padding:80px 0;background-color:#fff}.shops-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.shop-card-link{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.shop-card-link:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.shop-card-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.shop-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-card-link:hover .shop-card-image-wrapper img{transform:scale(1.05)}.shop-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d0d0d0 0%,#a0a0a0 100%);display:flex;align-items:center;justify-content:center}.coming-soon-text{font-size:1.5rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.1em}.shop-card-info{padding:25px}.shop-card-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:10px;font-family:"Noto Serif JP",serif}.shop-card-feature{font-size:.95rem;color:#8b7355;font-weight:500}.shop-detail-section{padding:80px 0 40px;background-color:#f9f9f9;scroll-margin-top:80px}.shop-detail-section:nth-child(even){background-color:#fff}.shop-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:40px}.shop-detail-section.reversed .shop-detail-info{order:-1}.shop-detail-image{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop-detail-image img{width:100%;height:auto;display:block}.shop-detail-info{width:100%}.shop-detail-name{font-size:2rem;font-weight:700;color:#333;margin-bottom:30px;font-family:"Noto Serif JP",serif}.shop-detail-meta{margin-bottom:0}.shop-meta-item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #e5e5e5}.shop-meta-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.meta-label{display:block;font-size:.9rem;color:#999;margin-bottom:8px;font-weight:500}.meta-value{font-size:1rem;color:#333;line-height:1.8;margin:0}.shop-map-full{margin-top:0;margin-bottom:30px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop-map-full iframe{width:100%;height:450px;display:block}.shop-map-placeholder{width:100%;height:450px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;border-radius:8px}.shop-map-placeholder p{color:#999;font-size:1rem;margin:0}.shop-buttons-center{display:flex;justify-content:center;gap:15px;margin-top:30px}.shop-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background-color:#8b7355;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px rgba(139,115,85,.3)}.shop-btn:hover{background-color:#6d5a42;transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,115,85,.4)}.shop-btn i{font-size:1.1rem}.shop-btn-disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.shop-btn-disabled:hover{background-color:#ccc;transform:none}.shop-coming-soon{text-align:center;padding:20px 20px 40px}.coming-soon-content{max-width:600px;margin:0 auto}.shop-coming-soon .shop-detail-name{margin-bottom:20px}.coming-soon-feature{font-size:1.2rem;color:#8b7355;font-weight:600;margin-bottom:20px}.coming-soon-description{font-size:1rem;color:#666;line-height:1.8}@media (max-width:1024px){.shops-cards-grid{grid-template-columns:repeat(2,1fr)}.shop-detail-grid{gap:40px}}@media (max-width:768px){.page-hero-simple{padding:100px 0 60px}.page-hero-simple .page-hero-title{font-size:2rem}.shops-cards-section{padding:60px 0}.shops-cards-grid{grid-template-columns:1fr;gap:20px;padding:0 15px}.shop-card-image-wrapper{height:200px}.shop-detail-section{padding:60px 0 30px}.shop-detail-grid{grid-template-columns:1fr;gap:30px;margin-bottom:30px}.shop-detail-name{font-size:1.75rem}.shop-map-full{margin-top:0;margin-bottom:20px}.shop-map-full iframe,.shop-map-placeholder{height:300px}.shop-buttons-center{flex-direction:column}.shop-btn{width:100%;justify-content:center}}.menu-page-content-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}.menu-page-content-wrapper>.wp-block-group{max-width:1200px !important;margin-left:auto !important;margin-right:auto !important}.menu-page-content-wrapper>.wp-block-group.seasonal-section,.menu-page-content-wrapper>.wp-block-group.allergen-section{max-width:none !important;width:100vw !important;position:relative !important;left:50% !important;margin-left:-50vw !important;margin-right:-50vw !important;padding-left:0 !important;padding-right:0 !important}.menu-notice-top{background-color:#fdf8f5;border:1px solid #e5d5c8;padding:25px 30px;margin:40px auto;border-radius:4px;text-align:center}.menu-notice-top p{color:#8b7355;font-size:.95rem;line-height:1.8;margin:0;font-weight:500}.popular-products-section{padding:20px 0}.popular-products-title{font-family:"Noto Serif JP",serif;font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:60px}.popular-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.popular-product-card{text-align:center}.popular-product-card img{width:100%;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}.popular-product-card:hover img{transform:translateY(-5px)}.popular-product-card h3{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:700;color:#333;margin-bottom:10px}.popular-product-card p{font-size:.95rem;color:#666;line-height:1.8;margin-bottom:15px}.popular-product-card .popular-product-price{font-family:"Noto Serif JP",serif;font-size:1.3rem;font-weight:700;color:#8b7355}.menu-category-section{padding:60px 0}.menu-category-title{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;color:#8b7355;text-align:center;margin-bottom:50px;padding-bottom:20px;border-bottom:2px solid #8b7355;position:relative}.menu-category-title:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:#333}.menu-category-section .menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:25px 0;border-bottom:1px solid #e5e5e5;gap:30px}.menu-category-section .menu-item:last-child{border-bottom:none}.menu-item-info{flex:1}.menu-item-name{font-family:"Noto Serif JP",serif;font-size:1.4rem;font-weight:700;color:#333;margin-bottom:10px;line-height:1.6}.menu-item-description{font-size:.95rem;color:#666;line-height:1.8;margin:0}.menu-item-price{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:700;color:#8b7355;white-space:nowrap;padding-left:20px}.seasonal-section{padding:40px 20px !important;background-color:#faf8f5 !important;text-align:center !important}.seasonal-section>*{max-width:1200px;margin-left:auto;margin-right:auto}.seasonal-title{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;color:#333;margin-bottom:20px}.seasonal-description{font-size:1.1rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto 40px}.seasonal-instagram-btn .wp-block-button__link,.seasonal-instagram-btn .wp-block-button__link[style]{background-color:#8b7355 !important;background-image:none !important;color:#fff !important;text-decoration:none !important;padding:15px 40px !important;border-radius:30px !important;font-weight:700 !important;font-size:1.1rem !important;display:inline-block !important;transition:background-color .3s !important,transform .3s !important,box-shadow .3s !important;border:none !important}.seasonal-instagram-btn .wp-block-button__link:hover{background-color:#6d5940 !important;transform:translateY(-2px) !important;box-shadow:0 8px 20px rgba(139,115,85,.3) !important}.allergen-section{padding:40px 20px !important;background-color:#f5f4f2 !important}.allergen-section>*{max-width:1200px;margin-left:auto;margin-right:auto}.allergen-title{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;color:#333;text-align:center;margin-bottom:40px}.allergen-content{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.allergen-content h3{font-size:1.3rem;color:#333;margin-bottom:15px;font-weight:700;border-bottom:2px solid #e5e5e5;padding-bottom:10px}.allergen-content p{color:#666;line-height:1.8;margin-bottom:15px}.allergen-notice{background-color:#fff3cd;border-left:4px solid #ffc107;padding:20px;margin-top:30px;border-radius:4px}.allergen-notice p{color:#856404;margin:0;font-weight:500}@media (max-width:1024px){.popular-products-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.menu-hero-title{font-size:2.5rem;letter-spacing:.1em}.menu-hero-description{font-size:1rem}.menu-category-title{font-size:1.75rem}.menu-item{flex-direction:column;gap:15px}.menu-item-price{padding-left:0;font-size:1.3rem}.popular-products-title{font-size:2rem}.popular-products-grid{grid-template-columns:1fr;gap:40px}.seasonal-section{padding:60px 15px}.seasonal-title{font-size:1.6rem}.seasonal-description{font-size:1rem}.seasonal-instagram-btn .wp-block-button__link{padding:12px 30px !important;font-size:1rem !important}.allergen-section{padding:60px 15px}.allergen-title{font-size:1.6rem}.allergen-content{padding:30px 20px}.allergen-content h3{font-size:1.2rem}}.news-archive-wrapper{padding:80px 0}.news-archive-wrapper .container{max-width:1200px;margin:0 auto;padding:0 20px}.news-archive-wrapper .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.news-archive-wrapper .news-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.news-archive-wrapper .news-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.news-archive-wrapper .news-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.news-archive-wrapper .news-card-thumbnail{width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#f5f5f5;flex-shrink:0}.news-archive-wrapper .news-card-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-archive-wrapper .news-card:hover .news-card-thumbnail img{transform:scale(1.05)}.news-archive-wrapper .news-card-content{padding:25px 25px 30px;flex-grow:1}.news-archive-wrapper .news-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.news-archive-wrapper .news-category{display:inline-block;padding:4px 12px;font-size:.75rem;font-weight:700;color:#fff;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.news-archive-wrapper .news-tag{display:inline-block;padding:4px 12px;font-size:.75rem;font-weight:600;border:1.5px solid;border-radius:3px;background-color:#fff}.news-archive-wrapper .news-card-date{display:block;font-size:.85rem;color:#999;margin-bottom:12px;letter-spacing:.05em}.news-archive-wrapper .news-card-title{font-family:"Noto Serif JP",serif;font-size:1.3rem;font-weight:700;color:#333;line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-archive-wrapper .news-card-excerpt{font-size:.9rem;color:#666;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.news-archive-wrapper .news-no-posts{text-align:center;font-size:1.1rem;color:#999;padding:80px 20px}.news-pagination{display:flex;justify-content:center;align-items:center;gap:10px}.news-pagination .page-numbers{display:inline-block;min-width:40px;height:40px;padding:0 12px;line-height:40px;text-align:center;font-size:.95rem;font-weight:600;color:#666;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s}.news-pagination .page-numbers:hover{background-color:#8b7355;color:#fff;border-color:#8b7355}.news-pagination .page-numbers.current{background-color:#8b7355;color:#fff;border-color:#8b7355}.news-pagination .page-numbers.prev,.news-pagination .page-numbers.next{font-size:1.2rem}.single-news-article{background-color:#fff}.single-news-hero{padding:60px 0 60px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}.single-news-hero .container{max-width:900px;margin:0 auto;padding:0 20px}.single-news-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;justify-content:center}.single-news-title{font-family:"Noto Serif JP",serif;font-size:2.5rem;font-weight:700;color:#333;line-height:1.6;margin-bottom:20px;text-align:center}.single-news-date{display:block;text-align:center;font-size:.95rem;color:#999;letter-spacing:.05em}.single-news-thumbnail{max-width:1200px;margin:0 auto 60px;padding:0 20px}.single-news-thumbnail img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.single-news-content{padding:0 0 80px}.single-news-content .container{max-width:900px;margin:0 auto;padding:0 20px}.single-news-content p{font-size:1.05rem;color:#333;line-height:1.9;margin-bottom:1.5em}.single-news-content h2{font-family:"Noto Serif JP",serif;font-size:1.8rem;font-weight:700;color:#333;margin:2em 0 1em;padding-bottom:.5em;border-bottom:2px solid #e5e5e5}.single-news-content h3{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:700;color:#333;margin:1.8em 0 .8em}.single-news-content ul,.single-news-content ol{padding-left:1.5em;margin-bottom:1.5em}.single-news-content li{font-size:1.05rem;line-height:1.8;margin-bottom:.5em}.single-news-content img{max-width:100%;height:auto;border-radius:4px;margin:2em 0}.single-news-back{padding:0 0 80px}.single-news-back .container{max-width:900px;margin:0 auto;padding:0 20px;text-align:center}.back-to-list-btn{display:inline-block;padding:15px 40px;font-size:1rem;font-weight:600;color:#8b7355;background-color:#fff;border:2px solid #8b7355;border-radius:30px;text-decoration:none;transition:background-color .3s,color .3s}.back-to-list-btn:hover{background-color:#8b7355;color:#fff}@media (max-width:1024px){.news-grid,.news-archive-wrapper .news-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.news-hero-section{padding:100px 0 60px}.news-hero-title{font-size:2.5rem;letter-spacing:.1em}.news-hero-description{font-size:1rem}.news-archive-wrapper{padding:60px 0}.news-grid,.news-archive-wrapper .news-grid{grid-template-columns:1fr;gap:30px}.news-card-thumbnail{height:200px}.single-news-hero{padding:40px 0 40px}.single-news-title{font-size:1.8rem}.single-news-content p{font-size:1rem}.single-news-content h2{font-size:1.5rem}.single-news-content h3{font-size:1.3rem}}.contact-content-wrapper{padding:80px 0}.contact-content-wrapper .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;margin-bottom:80px}.contact-section-title{font-family:"Noto Serif JP",serif;font-size:1.8rem;font-weight:700;color:#333;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #e5e5e5}.contact-section-title-center{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;color:#333;text-align:center;margin-bottom:40px}.contact-form-area{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.contact-form-wrapper .wpcf7-form p{margin-bottom:20px}.contact-form-wrapper label{display:block;font-weight:600;color:#333;margin-bottom:8px}.contact-form-wrapper input[type=text],.contact-form-wrapper input[type=email],.contact-form-wrapper input[type=tel],.contact-form-wrapper textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.contact-form-wrapper input[type=text]:focus,.contact-form-wrapper input[type=email]:focus,.contact-form-wrapper input[type=tel]:focus,.contact-form-wrapper textarea:focus{border-color:#8b7355;outline:2px solid #8b7355;outline-offset:-2px}.contact-form-wrapper textarea{min-height:150px;resize:vertical}.contact-form-wrapper .wpcf7-form p:last-of-type{text-align:center}.contact-form-wrapper input[type=submit]{background-color:#8b7355;color:#fff;padding:15px 50px;border:none;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .3s,box-shadow .3s}.contact-form-wrapper input[type=submit]:hover{background-color:#6d5940;transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,115,85,.3)}.contact-form-fallback{padding:40px;text-align:center;background-color:#f9f9f9;border-radius:8px}.fallback-contact{margin-top:30px}.fallback-contact p{font-size:1.1rem;margin-bottom:15px}.fallback-contact a{color:#8b7355;font-weight:700;text-decoration:none}.fallback-contact a:hover{color:#6d5940}.contact-shop-card{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:20px}.contact-shop-card:last-child{margin-bottom:0}.contact-shop-name{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:700;color:#8b7355;margin-bottom:20px}.contact-info-item{display:flex;align-items:flex-start;margin-bottom:20px}.contact-info-item:last-child{margin-bottom:0}.contact-info-icon{flex-shrink:0;width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center}.contact-info-icon img{width:100%;height:100%;display:block;filter:brightness(0) saturate(100%) invert(45%) sepia(15%) saturate(1000%) hue-rotate(360deg) brightness(95%) contrast(85%)}.contact-info-text{flex:1}.contact-info-label{font-size:.85rem;color:#999;margin-bottom:5px;font-weight:600}.contact-info-value{font-size:1rem;color:#333;line-height:1.7;margin:0}.contact-info-value a{color:#8b7355;text-decoration:none;font-weight:600}.contact-info-value a:hover{color:#6d5940}.contact-info-holiday{font-size:.9rem;color:#666;margin-top:5px}.contact-faq-section{margin-top:80px}.faq-list{max-width:900px;margin:0 auto}.faq-item{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:20px}.faq-item:last-child{margin-bottom:0}.faq-question{font-family:"Noto Serif JP",serif;font-size:1.2rem;font-weight:700;color:#8b7355;margin-bottom:12px}.faq-answer{font-size:1rem;color:#666;line-height:1.8;margin:0}.contact-notice{max-width:900px;margin:60px auto 0;background-color:#fdf8f5;border:1px solid #e5d5c8;padding:30px;border-radius:8px}.contact-notice-title{font-family:"Noto Serif JP",serif;font-size:1.3rem;font-weight:700;color:#8b7355;margin-bottom:15px}.contact-notice-list{list-style:none;padding:0;margin:0}.contact-notice-list li{font-size:.95rem;color:#666;line-height:1.8;padding-left:1.5em;position:relative;margin-bottom:10px}.contact-notice-list li:before{content:"・";position:absolute;left:0;color:#8b7355;font-weight:700}.contact-notice-list li:last-child{margin-bottom:0}@media (max-width:768px){.contact-content-wrapper{padding:60px 0}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-area{padding:30px 20px}.contact-section-title{font-size:1.4rem}.contact-faq-section{margin-top:60px}}.thanks-content-wrapper{padding:80px 0}.thanks-content-wrapper .container{max-width:900px;margin:0 auto;padding:0 20px}.thanks-message-box{background-color:#fff;padding:50px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:50px}.thanks-section-title{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:700;color:#333;text-align:center;margin-bottom:40px}.thanks-steps{list-style:none;padding:0;margin:0}.thanks-steps li{display:flex;align-items:flex-start;margin-bottom:40px}.thanks-steps li:last-child{margin-bottom:0}.step-number{flex-shrink:0;width:50px;height:50px;background-color:#8b7355;color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px}.step-content{flex:1}.step-content h3{font-family:"Noto Serif JP",serif;font-size:1.4rem;font-weight:700;color:#333;margin-bottom:10px}.step-content p{font-size:1rem;color:#666;line-height:1.8;margin:0}.error-hero .page-title{color:#d97757}.error-content-wrapper{padding:80px 0;background-color:#fff}.error-content-wrapper .container{max-width:1000px;margin:0 auto;padding:0 20px}.error-search-section{text-align:center;margin-bottom:80px;opacity:0;animation:fadeIn 1s ease-out .9s forwards}.error-section-title{font-family:"Noto Serif JP",serif;font-size:1.8rem;font-weight:700;color:#333;margin-bottom:15px}.error-section-description{font-size:1rem;color:#666;margin-bottom:30px}.error-search-form{max-width:600px;margin:0 auto}.error-search-form .search-form{display:flex;gap:10px}.error-search-form input[type=search]{flex:1;padding:15px 20px;border:2px solid #e5e5e5;border-radius:30px;font-size:1rem;transition:border-color .3s}.error-search-form input[type=search]:focus{border-color:#8b7355;outline:2px solid #8b7355;outline-offset:-2px}.error-search-form button[type=submit]{padding:15px 40px;background-color:#8b7355;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .3s,box-shadow .3s}.error-search-form button[type=submit]:hover{background-color:#6d5940;transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,115,85,.3)}.error-links-section{margin-bottom:60px;opacity:0;animation:fadeIn 1s ease-out 1.1s forwards}.error-links-section .error-section-title{text-align:center;margin-bottom:40px}.error-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px, 1fr));gap:20px}.error-link-card{display:flex;flex-direction:column;align-items:center;padding:30px 20px;background-color:#fff;border:2px solid #f5f5f5;border-radius:8px;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s}.error-link-card:hover{border-color:#8b7355;transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.error-link-icon{font-size:3rem;margin-bottom:15px}.error-link-title{font-family:"Noto Serif JP",serif;font-size:1.2rem;font-weight:700;color:#333;margin-bottom:8px}.error-link-description{font-size:.9rem;color:#666;text-align:center;margin:0}.error-help-section{text-align:center;padding:40px;background-color:#fdf8f5;border-radius:8px;opacity:0;animation:fadeIn 1s ease-out 1.3s forwards}.error-help-text{font-size:1rem;color:#666;line-height:1.8;margin:0}.error-help-text a{color:#8b7355;text-decoration:none;font-weight:600}.error-help-text a:hover{color:#6d5940;text-decoration:underline}@media (max-width:768px){.error-content-wrapper{padding:60px 0}.error-search-section{margin-bottom:60px}.error-section-title{font-size:1.5rem}.error-search-form .search-form{flex-direction:column}.error-links-grid{grid-template-columns:repeat(2,1fr);gap:15px}.error-link-card{padding:20px 15px}.error-link-icon{font-size:2.5rem}.error-link-title{font-size:1rem}.error-help-section{padding:30px 20px}}.company-info-section{padding:80px 0 80px;background-color:#fff}.company-info-wrapper{max-width:1000px;margin:0 auto}.company-info-section .section-header{text-align:center;margin-bottom:50px}.company-info-section .section-subtitle{font-size:.9rem;color:#8b7355;font-weight:600;letter-spacing:.1em;margin-bottom:10px}.company-info-section .section-title{font-family:"Noto Serif JP",serif;font-size:2.5rem;font-weight:700;color:#333;margin:0}.company-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.company-info-card{background-color:#f9f9f9;padding:40px;border-radius:8px}.company-info-heading{font-family:"Noto Serif JP",serif;font-size:1.4rem;font-weight:700;color:#8b7355;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #8b7355}.company-meta-item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.company-meta-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.company-meta-item .meta-label{display:block;font-size:.85rem;color:#999;margin-bottom:8px;font-weight:600}.company-meta-item .meta-value{font-size:1rem;color:#333;line-height:1.8;margin:0}.history-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.history-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.history-year{flex-shrink:0;width:110px;font-size:.9rem;font-weight:700;color:#8b7355}.history-content{flex:1;font-size:1rem;color:#333;line-height:1.8;margin:0}@media (max-width:768px){.company-info-section{padding:60px 0}.company-info-section .section-title{font-size:2rem}.company-info-grid{grid-template-columns:1fr;gap:30px}.company-info-card{padding:30px 25px}.company-info-heading{font-size:1.2rem;margin-bottom:25px}.history-item{flex-direction:column;gap:5px}.history-year{width:auto}}.privacy-content-section{padding:80px 0;background-color:#fff}.privacy-content{max-width:800px;margin:0 auto}.privacy-intro{background-color:#f9f9f9;padding:30px 35px;border-radius:8px;margin-bottom:50px;border-left:4px solid #8b7355}.privacy-intro p{font-size:1rem;color:#333;line-height:2;margin:0}.privacy-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #e5e5e5}.privacy-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-section-title{font-family:"Noto Serif JP",serif;font-size:1.3rem;font-weight:700;color:#8b7355;margin-bottom:20px;padding-left:15px;border-left:3px solid #8b7355}.privacy-section>p{font-size:1rem;color:#333;line-height:2;margin:0}.privacy-list{list-style:none;padding:0;margin:20px 0 0}.privacy-list li{font-size:1rem;color:#333;line-height:1.8;padding:10px 0 10px 30px;position:relative;border-bottom:1px dashed #e5e5e5}.privacy-list li:last-child{border-bottom:none}.privacy-list li:before{content:"";position:absolute;left:8px;top:18px;width:8px;height:8px;background-color:#8b7355;border-radius:50%}.privacy-contact{background-color:#f9f9f9;padding:30px 35px;border-radius:8px;margin-top:20px}.privacy-contact p{font-size:1rem;color:#333;line-height:2;margin:0 0 10px}.privacy-contact p:last-child{margin-bottom:0}.privacy-contact strong{font-size:1.1rem;color:#8b7355}.privacy-footer{margin-top:50px;padding-top:30px;border-top:2px solid #8b7355;text-align:right}.privacy-date{font-size:.95rem;color:#666;margin:0}@media (max-width:768px){.privacy-content-section{padding:60px 0}.privacy-content{padding:0 15px}.privacy-intro{padding:25px;margin-bottom:40px}.privacy-intro p{font-size:.95rem}.privacy-section{margin-bottom:30px;padding-bottom:30px}.privacy-section-title{font-size:1.15rem;padding-left:12px}.privacy-section>p{font-size:.95rem}.privacy-list li{font-size:.95rem;padding:8px 0 8px 25px}.privacy-list li:before{left:5px;top:15px;width:6px;height:6px}.privacy-contact{padding:25px}.privacy-contact p{font-size:.95rem}.privacy-footer{margin-top:40px;padding-top:25px}.privacy-date{font-size:.9rem}}.recruit-message-section{padding:80px 0;background-color:#fff}.recruit-message-inner{max-width:800px;margin:0 auto;text-align:center}.recruit-message-inner .section-title{font-size:2rem;margin-bottom:1.5rem}.recruit-message-text{font-size:1.1rem;color:var(--color-gray);line-height:2}.recruit-message-text p+p{margin-top:1.5rem}.recruit-positions-section{padding:80px 0;background-color:var(--color-beige)}.recruit-positions-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.position-card{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06)}.position-card-title{font-family:var(--font-mincho);font-size:1.5rem;font-weight:700;color:var(--color-brand-blue);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--color-beige)}.position-details{display:flex;flex-direction:column;gap:1.5rem}.detail-label{font-size:.95rem;font-weight:700;color:var(--color-brand-orange);margin-bottom:.5rem}.detail-item p,.detail-item li{color:var(--color-gray-dark);line-height:1.8}.detail-list{list-style:disc;padding-left:1.5rem}.detail-list li+li{margin-top:.25rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.recruit-environment-section{padding:80px 0;background-color:#fff}.environment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.environment-card{text-align:center;padding:2rem 1.5rem}.environment-icon{width:80px;height:80px;background-color:var(--color-brand-blue-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.environment-icon svg{width:40px;height:40px;stroke:var(--color-brand-orange)}.environment-card-title{font-family:var(--font-mincho);font-size:1.25rem;font-weight:700;color:var(--color-brand-blue);margin-bottom:.75rem}.environment-card-text{font-size:.95rem;color:var(--color-gray);line-height:1.8}.recruit-flow-section{padding:80px 0;background-color:var(--color-beige)}.flow-steps{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.flow-step{display:flex;align-items:flex-start;gap:1.5rem;background-color:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.flow-step-number{flex-shrink:0;width:48px;height:48px;background-color:var(--color-brand-orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.flow-step-title{font-family:var(--font-mincho);font-size:1.15rem;font-weight:700;color:var(--color-brand-blue);margin-bottom:.5rem}.flow-step-text{font-size:.95rem;color:var(--color-gray);line-height:1.8}.recruit-cta-section{padding:80px 0;background-color:#fff}.recruit-cta-inner{max-width:700px;margin:0 auto;text-align:center}.recruit-cta-inner .section-title{margin-bottom:1.5rem}.recruit-cta-text{font-size:1.1rem;color:var(--color-gray);line-height:1.8;margin-bottom:2.5rem}.recruit-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.recruit-cta-note{margin-top:1.5rem;font-size:.9rem;color:var(--color-gray)}@media (max-width:768px){.recruit-message-section,.recruit-positions-section,.recruit-environment-section,.recruit-flow-section,.recruit-cta-section{padding:60px 0}.recruit-message-inner .section-title{font-size:1.6rem}.recruit-message-text{font-size:1rem}.position-card{padding:1.5rem}.position-card-title{font-size:1.3rem}.detail-grid{grid-template-columns:1fr;gap:1rem}.environment-grid{grid-template-columns:1fr;gap:1.5rem}.flow-step{padding:1.25rem}.recruit-cta-text{font-size:1rem}.recruit-cta-buttons{flex-direction:column;align-items:center}.recruit-cta-buttons .btn{width:100%;max-width:300px}}.search-content-wrapper{padding:60px 0 80px}.search-results-list{max-width:800px;margin:0 auto}.search-result-item{border-bottom:1px solid rgba(139,115,85,.15)}.search-result-item:last-child{border-bottom:none}.search-result-link{display:block;padding:1.5rem 0;text-decoration:none;color:inherit;transition:opacity .3s ease}.search-result-link:hover{opacity:.7}.search-result-date{display:block;font-size:.85rem;color:var(--color-gray);margin-bottom:.5rem}.search-result-title{font-family:var(--font-mincho);font-size:1.2rem;font-weight:700;color:var(--color-gray-dark);margin-bottom:.5rem;line-height:1.6}.search-result-excerpt{font-size:.95rem;color:var(--color-gray);line-height:1.8}.search-no-results{max-width:600px;margin:0 auto;text-align:center;padding:40px 0}.search-no-results-text{font-size:1.1rem;color:var(--color-gray-dark);margin-bottom:1rem}.search-no-results-hint{font-size:.95rem;color:var(--color-gray);margin-bottom:2rem}.search-retry-form{max-width:400px;margin:0 auto}.shop-detail-header{display:flex;align-items:center;gap:15px;margin-bottom:30px}.shop-detail-header .shop-detail-name{margin-bottom:0}.shop-instagram-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#8b7355;border-radius:50%;color:#fff;transition:background-color .3s ease,transform .3s ease}.shop-instagram-link:hover{background-color:#6d5a42;transform:scale(1.1)}.shop-instagram-icon{width:20px;height:20px}.footer-shop-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.footer-shop-header .footer-title{margin-bottom:0}.footer-instagram-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:rgba(255,255,255,.2);border-radius:50%;color:#fff;transition:background-color .3s ease,transform .3s ease}.footer-instagram-link:hover{background-color:rgba(255,255,255,.4);transform:scale(1.1)}.footer-instagram-icon{width:16px;height:16px}.footer-sitemap .footer-title{margin-bottom:15px}.footer-sitemap-list{list-style:none;padding:0;margin:0}.footer-sitemap-list li{margin-bottom:10px}.footer-sitemap-list li:last-child{margin-bottom:0}.footer-sitemap-list a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-sitemap-list a:hover{color:#fff}@media (max-width:768px){.shop-detail-header{gap:12px;margin-bottom:25px}.shop-instagram-link{width:32px;height:32px}.shop-instagram-icon{width:18px;height:18px}.footer-shop-header{gap:8px;margin-bottom:12px}.footer-instagram-link{width:24px;height:24px}.footer-instagram-icon{width:14px;height:14px}}.icon-inline{display:inline-block;vertical-align:middle;flex-shrink:0}.visually-hidden-block{display:none}.archive-main,.page-main{padding:80px 0}.archive-inner,.page-inner{max-width:800px;margin:0 auto}.posts-grid{display:flex;flex-direction:column;gap:40px}.posts-grid .post-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.posts-grid .post-thumbnail img{width:100%;height:250px;object-fit:cover}.posts-grid .post-content{padding:24px}.posts-grid .entry-header{margin-bottom:16px}.posts-grid .entry-meta{font-size:.875rem;color:var(--color-gray);margin-bottom:8px}.posts-grid .entry-meta .separator{margin:0 8px}.posts-grid .entry-title{font-size:1.5rem;font-weight:700}.posts-grid .entry-title a{color:var(--color-gray-dark);transition:color var(--duration-fast) var(--transition-base)}.posts-grid .entry-title a:hover{color:var(--color-brand-orange)}.posts-grid .entry-summary{color:#555;line-height:1.8;margin-bottom:16px}.posts-grid .read-more-link{display:inline-flex;align-items:center;gap:4px;color:var(--color-brand-orange);font-weight:500;transition:color var(--duration-fast) var(--transition-base)}.posts-grid .read-more-link:hover{color:var(--color-brand-blue)}.no-posts{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:60px;text-align:center;color:var(--color-gray);font-size:1.1rem}.page-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:40px}.page-entry-title{font-family:var(--font-mincho);font-size:2rem;font-weight:700;color:var(--color-brand-blue);text-align:center;margin-bottom:32px}.page-content .entry-thumbnail{margin-bottom:32px;border-radius:8px;overflow:hidden}.page-content .entry-thumbnail img{width:100%;height:auto}.page-content .entry-content{line-height:1.8}.page-content .page-links{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}@media (max-width:768px){.archive-main,.page-main{padding:40px 0}.page-content{padding:24px}.page-entry-title{font-size:1.5rem}.posts-grid .post-thumbnail img{height:200px}}.scroll-to-top{position:fixed;bottom:30px;right:20px;width:44px;height:44px;border-radius:50%;background-color:#8b7355;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .2s ease;z-index:996;box-shadow:0 2px 8px rgba(0,0,0,.15)}.scroll-to-top.visible{opacity:.8;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{opacity:1;background-color:#6d5a42}@media (max-width:768px){.scroll-to-top{bottom:65px;right:15px;width:40px;height:40px}}.floating-cta{display:none}@media (max-width:768px){.floating-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:997;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.floating-cta-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 0;text-decoration:none;font-size:.9rem;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:background-color .2s ease}.floating-cta-phone{background-color:#fff;color:#8b7355;border-top:2px solid #8b7355;border-left:none;border-right:none;border-bottom:none}.floating-cta-phone:hover{background-color:#f5f1e8}.floating-cta-contact{background-color:#8b7355;color:#fff;border-top:2px solid #8b7355}.floating-cta-contact:hover{background-color:#6d5a42}.floating-cta-btn svg{flex-shrink:0}body{padding-bottom:52px}}.phone-bottomsheet{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.phone-bottomsheet.active{display:block}.phone-bottomsheet-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .3s ease}.phone-bottomsheet.active .phone-bottomsheet-overlay{opacity:1}.phone-bottomsheet-panel{position:absolute;bottom:0;left:0;right:0;background-color:#fff;border-radius:16px 16px 0 0;padding:24px 20px;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px rgba(0,0,0,.15)}.phone-bottomsheet.active .phone-bottomsheet-panel{transform:translateY(0)}.phone-bottomsheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.phone-bottomsheet-title{font-size:1rem;font-weight:600;color:#5a4a3a;margin:0}.phone-bottomsheet-close{background:0 0;border:none;font-size:1.75rem;color:#999;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.phone-bottomsheet-close:hover{color:#5a4a3a}.phone-bottomsheet-body{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.phone-bottomsheet-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#faf7f2;border:1px solid #e8e0d4;border-radius:10px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.phone-bottomsheet-item:hover{background-color:#f0ebe3;border-color:#8b7355}.phone-bottomsheet-shop{font-size:.9rem;font-weight:600;color:#5a4a3a}.phone-bottomsheet-number{font-size:1.2rem;font-weight:700;color:#8b7355;letter-spacing:.02em}.phone-bottomsheet-hours{text-align:center;font-size:.8rem;color:#999;margin:0}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);z-index:10000;padding:12px 24px;background-color:#8b7355;color:#fff;font-weight:700;text-decoration:none;border-radius:0 0 8px 8px}.skip-link:focus{top:0}:focus-visible{outline:2px solid #8b7355;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.grecaptcha-badge{visibility:hidden !important}