*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Noto Sans JP",sans-serif;color:#4a4a4a;line-height:1.8;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.4;margin-bottom:1rem;color:#6a7a66}h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem}h2{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1.5rem}h3{font-size:clamp(1.25rem,3vw,1.5rem);margin-bottom:1rem}h4,h5,h6{font-size:1.1rem;margin-bottom:.75rem}p{margin-bottom:1rem;line-height:1.8;color:#4a4a4a;font-size:1rem}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}:root{--theme-color: #809372}.btn{display:inline-flex;justify-content:center;align-items:center;min-width:220px;padding:1rem 2.4rem;font-family:"Noto Sans JP",sans-serif;font-weight:600;font-size:1.6rem;text-align:center;text-decoration:none;border-radius:50px;border:2px solid var(--theme-color);color:var(--theme-color);background-color:rgba(0,0,0,0);cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px rgba(0,0,0,.06)}.btn:hover{background-color:var(--theme-color);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.05)}.btn--primary{border-color:var(--theme-color);color:var(--theme-color)}.btn--primary:hover{background-color:var(--theme-color);color:#fff}.btn--neutral{border-color:#595959;color:#595959}.btn--neutral:hover{background-color:#595959;color:#fff}.btn--full{width:100%}@media(max-width: 768px){.btn{min-width:200px;padding:1rem 2rem;font-size:1.4rem}}@media(max-width: 480px){.btn{min-width:180px;padding:.9rem 1.8rem;font-size:1.2rem}}.section-title{font-family:"Noto Sans JP",sans-serif;font-size:clamp(1.75rem,6cqi,2.5rem);font-weight:700;color:#6a7a66;text-align:center;margin-bottom:3rem;position:relative}.section-title::after{content:"";display:block;width:60px;height:3px;background-color:#b8a585;margin:1rem auto 0}@media(max-width: 768px){.section-title{font-size:1.75rem;margin-bottom:2rem}}@media(max-width: 480px){.section-title{font-size:1.5rem}}.header{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header__container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header__logo{font-size:1.5rem;font-weight:700;color:#6a7a66;z-index:100}.header__hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001}.header__hamburger:focus{outline:2px solid #b8a585;outline-offset:2px}@media(max-width: 768px){.header__hamburger{display:flex}}.header__hamburger-line{width:100%;height:3px;background-color:#6a7a66;border-radius:3px;transition:all .3s ease}.header__hamburger.is-active .header__hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px, 7px)}.header__hamburger.is-active .header__hamburger-line:nth-child(2){opacity:0}.header__hamburger.is-active .header__hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px, -8px)}@media(max-width: 768px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;box-shadow:-2px 0 8px rgba(0,0,0,.1);transition:right .3s ease;padding-top:0;z-index:1000;overflow-y:auto;display:flex;flex-direction:column}.header__nav.is-open{right:0}}.header__nav-header{display:none}@media(max-width: 768px){.header__nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:1;min-height:60px;gap:1rem}}.header__nav-logo{font-size:1.1rem;font-weight:700;color:#6a7a66;margin:0;flex:1;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__nav-close{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6a7a66;transition:opacity .3s ease;flex-shrink:0;width:40px;height:40px}.header__nav-close:hover{opacity:.7}.header__nav-close:focus{outline:2px solid #b8a585;outline-offset:2px;border-radius:4px}@media(max-width: 768px){.header__overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header__overlay.is-active{opacity:1;visibility:visible}}@media(min-width: 769px){.header__overlay{display:none}}.header__nav-list{display:flex;list-style:none;gap:2rem}@media(max-width: 768px){.header__nav-list{flex-direction:column;gap:0;padding:0;flex:1}}.header__nav-list li{font-size:.95rem;font-weight:500}@media(max-width: 768px){.header__nav-list li{width:100%;border-bottom:1px solid #e0e0e0}.header__nav-list li a{display:block;padding:1rem 2rem;font-size:1rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#f5f2ed}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("https://images.unsplash.com/photo-1497215842964-222b430dc094?w=1920&q=80");background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;filter:blur(2px)}.hero__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(245, 242, 237, 0.85) 0%, rgba(245, 242, 237, 0.75) 50%, rgba(255, 255, 255, 0.9) 100%)}.hero__container{container-type:inline-size;max-width:900px;padding:4rem 2rem;position:relative;z-index:1;width:100%}.hero__content{text-align:center;-webkit-animation:fadeInUp .8s ease-out;animation:fadeInUp .8s ease-out}.hero__title{font-size:clamp(2rem,8cqi,3.5rem);font-weight:700;color:#6a7a66;margin-bottom:1.5rem;line-height:1.4;letter-spacing:.05em}.hero__subtitle{font-size:clamp(1.1rem,4cqi,1.35rem);color:#595959;margin-bottom:2.5rem;line-height:1.9}@media(max-width: 768px){.hero{min-height:80vh;padding:2rem 0}.hero__container{padding:2rem 1rem}}@media(max-width: 480px){.hero__title{font-size:1.75rem}.hero__subtitle{font-size:.95rem}}@-webkit-keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about{padding:5rem 2rem;background-color:#fff}.about__container{container-type:inline-size;max-width:900px;margin:0 auto}@container (max-width: 768px){.about__content{padding:0 1rem}}.about__text{font-size:1rem;color:#4a4a4a;line-height:1.8;margin-bottom:1.5rem}.about__text:last-child{margin-bottom:0}@media(max-width: 768px){.about{padding:3rem 1rem}}.services{padding:5rem 2rem;background-color:#f5f2ed}.services__container{container-type:inline-size;max-width:1200px;margin:0 auto}.services__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@container (max-width: 968px){.services__grid{grid-template-columns:repeat(2, 1fr)}}@container (max-width: 640px){.services__grid{grid-template-columns:1fr}}@media(max-width: 768px){.services{padding:3rem 1rem}}.service-card{background-color:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.18)}.service-card__icon{font-size:3rem;margin-bottom:1.5rem}.service-card__title{font-size:1.5rem;font-weight:700;color:#6a7a66;margin-bottom:1rem}.service-card__text{font-size:1rem;color:#4a4a4a;line-height:1.8;text-align:justify;flex-grow:1;margin-bottom:1.5rem}.service-card__footer{margin-top:auto;padding-top:1.5rem}@media(max-width: 768px){.service-card{padding:2rem 1.5rem}}@media(max-width: 480px){.service-card__title{font-size:1.25rem}}.stone-accessory{padding:6rem 2rem;background:linear-gradient(135deg, #f4f2ec 0%, #d5d0c3 50%, #c7c2b4 100%);position:relative;overflow:hidden;opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}.stone-accessory.in-view{opacity:1;transform:translateY(0)}.stone-accessory__container{container-type:inline-size;max-width:1200px;margin:0 auto;position:relative;z-index:1}.stone-accessory .section-title{font-family:"Noto Sans JP",sans-serif;font-weight:700;color:#3e4638;margin-bottom:3.5rem}.stone-accessory .section-title::after{background-color:#b8a585;width:60px;height:3px}@media(max-width: 768px){.stone-accessory .section-title{margin-bottom:2.5rem}}.stone-accessory__text{font-family:"Noto Sans JP",sans-serif;font-size:1rem;color:#444;line-height:1.9;text-align:center;max-width:700px;margin:0 auto 5rem;letter-spacing:.01em;padding:0 1rem}@media(max-width: 768px){.stone-accessory__text{margin-bottom:4.5rem;padding:0 2rem}}.stone-accessory__features{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;max-width:1000px;margin:0 auto 6rem}@container (max-width: 768px){.stone-accessory__features{grid-template-columns:1fr;gap:3rem;margin-bottom:4.5rem}}.stone-accessory__feature{text-align:center}.stone-accessory__feature-catch{font-family:"Noto Sans JP",sans-serif;font-size:clamp(1.5rem,4cqi,2rem);font-weight:600;color:#b8a585;margin-bottom:.75rem;letter-spacing:.05em}.stone-accessory__feature-title{font-family:"Noto Sans JP",sans-serif;font-size:clamp(1.1rem,3cqi,1.3rem);font-weight:600;color:#3e4638;margin-bottom:1rem}.stone-accessory__feature-text{font-family:"Noto Sans JP",sans-serif;font-size:.9rem;color:#555;line-height:1.8}.stone-accessory__gallery{margin-top:4rem}.stone-accessory__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.stone-accessory__image{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 8px 18px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease}.stone-accessory__image:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.18)}@media(max-width: 768px){.stone-accessory__grid{grid-template-columns:repeat(2, 1fr);gap:1.2rem}}@media(max-width: 768px){.stone-accessory{padding:4rem 1rem}}.company{padding:5rem 2rem;background-color:#fff}.company__container{container-type:inline-size;max-width:800px;margin:0 auto}.company__info{display:grid;grid-template-columns:30% 70%;gap:1.5rem 2rem;align-items:start}@container (max-width: 640px){.company__info{grid-template-columns:1fr;gap:1.5rem}}.company__info dt{font-weight:700;color:#6a7a66;padding-bottom:.75rem;line-height:1.6}@container (max-width: 640px){.company__info dt{padding-bottom:.5rem;margin-top:1rem}.company__info dt:first-child{margin-top:0}}.company__info dd{color:#4a4a4a;line-height:1.9;padding-bottom:.75rem;font-size:1rem}@container (max-width: 640px){.company__info dd{padding-bottom:.5rem}}@media(max-width: 768px){.company{padding:3rem 1rem}.company__info{grid-template-columns:1fr;gap:1.5rem}.company__info dt{padding-bottom:.5rem;margin-top:1rem}.company__info dt:first-child{margin-top:0}.company__info dd{padding-bottom:.5rem}}.contact{padding:5rem 2rem;background-color:#f5f2ed}.contact__container{container-type:inline-size;max-width:700px;margin:0 auto}.contact__description{text-align:center;color:#595959;margin-bottom:2.5rem;line-height:1.8;font-size:1rem}@media(max-width: 768px){.contact{padding:3rem 1rem}}.contact__form{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.12)}@container (max-width: 640px){.contact__form{padding:1.5rem}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;color:#4a4a4a;margin-bottom:.5rem}.form-label .required{color:#d32f2f;font-size:.85rem;margin-left:.25rem}.form-input,.form-textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:6px;font-family:"Noto Sans JP",sans-serif;font-size:1rem;color:#4a4a4a;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#b8a585}.form-textarea{resize:vertical;min-height:120px}.footer{background-color:#6a7a66;color:#fff;padding:2rem;text-align:center}.footer__container{container-type:inline-size;max-width:1200px;margin:0 auto}.footer__copyright{font-size:.9rem;margin-bottom:1rem}.footer__nav{margin-top:1rem}.footer__nav-list{display:flex;justify-content:center;gap:1.5rem;list-style:none;font-size:.85rem}.footer__nav-list a{color:rgba(255,255,255,.8);transition:opacity .3s ease}.footer__nav-list a:hover{opacity:1;color:#fff}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#b8a585;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease;z-index:999}.scroll-top:hover{background-color:#6a7a66;transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.scroll-top:active{transform:translateY(-3px)}.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top svg{width:24px;height:24px}@media(max-width: 768px){.scroll-top{width:45px;height:45px;bottom:1.5rem;right:1.5rem}.scroll-top svg{width:20px;height:20px}}
/*# sourceMappingURL=style.min.css.map */