@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,select,textarea,button{color:inherit;font-family:inherit;border:none}.window-wrap{width:100%;display:flex;justify-content:space-between}.background{width:100%;height:100vh;position:fixed;top:0;left:0;background-image:url("../images/img-background.jpg");background-position:53% 53%;background-size:136%}.fix-left{width:100%;height:100vh;position:sticky;top:0;min-width:350px}@media(max-width: 1060px){.fix-left{display:none}}.fix-left .hero-inner{position:absolute;top:28%;left:50%;transform:translateX(-50%);width:400px;height:335px;border-radius:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.fix-left .left-title{display:flex;justify-content:center;align-items:center;flex-direction:column}.fix-left .left-title span{display:block}.fix-left .left-title .site-name{font-size:1.25em;font-weight:400;color:#fff;letter-spacing:.9px;line-height:1;text-align:center}.fix-left .left-title .sub-text{margin-top:10px;letter-spacing:.54px;color:#fff;font-size:1.125em}.fix-left .button-wrap{margin-top:40px;width:100%;display:flex;justify-content:center;position:relative}.fix-left .button-wrap .contact-btn{padding:10px 50px;color:#000;background-color:#fff;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:30px;width:174px;height:46px;font-size:1.125em;line-height:1.4;color:#333;letter-spacing:.54px;white-space:nowrap;backdrop-filter:blur(21px);-webkit-backdrop-filter:blur(21px)}.fix-left .button-wrap .arrow{position:absolute;inset:0 35px 0 auto;margin:auto;clip-path:polygon(28% 4%, 32% 0, 82% 50%, 32% 100%, 28% 96%, 74% 50%, 28% 4%);height:18px;aspect-ratio:1;background-color:#333}.right-contents{width:100%;flex-shrink:0;max-width:610px;display:flex;align-items:center;flex-direction:column;z-index:1}@media(max-width: 1060px){.right-contents{width:100%;margin:0 auto}}@media(min-width: 1061px){.floating-header{position:fixed;top:20px;right:25px;z-index:1000;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.floating-header.visible{opacity:1;pointer-events:auto;transform:translateY(0)}}@media(max-width: 1060px)and (min-width: 611px){.floating-header{position:fixed;top:20px;right:calc(50% - 280px);z-index:1000;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.floating-header.visible{opacity:1;pointer-events:auto;transform:translateY(0)}}@media(max-width: 610px){.floating-header{position:fixed;top:20px;right:20px;z-index:1000;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.floating-header.visible{opacity:1;pointer-events:auto;transform:translateY(0)}}.hamburger-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.hamburger-btn svg{width:40px;height:40px}.hamburger-btn .burger-line{transition:transform .3s ease,opacity .3s ease;transform-origin:center;transform-box:fill-box}.hamburger-btn.open .line1{transform:translateY(7px) rotate(45deg)}.hamburger-btn.open .line2{opacity:0}.hamburger-btn.open .line3{transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;pointer-events:none}.nav-overlay.open{pointer-events:auto}@media(min-width: 1061px){.nav-overlay{left:calc(100vw - 610px);width:610px}}@media(max-width: 1060px)and (min-width: 611px){.nav-overlay{left:50%;transform:translateX(-50%);width:610px}}@media(max-width: 610px){.nav-overlay{left:0;width:100%}}.nav-menu{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;padding:100px 0 20px;clip-path:inset(0 0 100% 0);transition:clip-path .5s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 1061px){.nav-menu{padding:80px 0;display:flex;flex-direction:column;justify-content:center}}.nav-overlay.open .nav-menu{clip-path:inset(0 0 0% 0)}.nav-overlay.closing .nav-menu{clip-path:inset(0 0 100% 0);transition:clip-path .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-menu ul{list-style:none;padding:0;margin:0}.nav-menu li{border-bottom:1px solid #e0e0e0}.nav-menu li:first-child{border-top:1px solid #e0e0e0}.nav-menu li>*{display:block;padding:15px 0;text-align:center;color:#1d1d1d;font-size:15px;letter-spacing:.08em;text-decoration:none;cursor:pointer;transition:background .2s ease}.nav-menu li>*:active{background:#f5f5f5}.nav-menu .nav-sns{display:flex;justify-content:center;gap:30px;padding:30px 0 0}.nav-menu .nav-sns .nav-sns-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s}.nav-menu .nav-sns .nav-sns-link:hover{opacity:.9}.nav-menu .nav-sns .nav-sns-link img{width:40px;height:40px;display:block}.hero-section{width:100%;position:relative}.hero-section .hero-image{width:100%;height:100svh;min-height:680px;max-height:800px;background-image:url("../images/img-hero.jpeg");background-size:230%;background-repeat:no-repeat;background-position:80% 0%;position:relative;display:flex;align-items:flex-end;justify-content:flex-end}@media screen and (max-width: 480px){.hero-section .hero-image::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.1);z-index:0}}.hero-section .hero-catchcopy{position:absolute;width:100%;bottom:24%;z-index:1;font-size:2.5em;letter-spacing:1.2px;color:#fff;text-shadow:0px 8px 15px rgba(139,139,139,.6862745098);text-align:center;font-weight:300}.hero-section .hero-catchcopy span{display:inline-block;width:510px;height:59px;white-space:nowrap;text-align:center}@media(min-width: 481px)and (max-height: 750px){.hero-section .hero-catchcopy{bottom:20%}}@media screen and (max-width: 480px){.hero-section .hero-catchcopy{font-size:1.375em;z-index:1;padding-left:15px}}.section{width:100%;padding:70px 50px 70px}@media screen and (max-width: 480px){.section{padding:60px 5% 50px}}.section-title{font-size:2.5em;font-weight:400;letter-spacing:0px;color:#1d1d1d;text-align:center;margin-bottom:45px}.section-title span{height:31px;display:inline-block;white-space:nowrap;text-align:center;line-height:31px}@media screen and (max-width: 480px){.section-title{font-size:1.25em;margin-bottom:30px}}.about-section{background:#fff}.about-section .about-text{width:510px;height:auto;font-size:.9375em;font-weight:500;letter-spacing:.45px;color:#1d1d1d;line-height:1.7;margin:20px 0 0 0}.about-section .about-image{border-radius:15px;overflow:hidden;transform:translateZ(0)}.about-section .about-image img{width:100%;display:block;border-radius:15px;height:360px;object-fit:cover;object-position:center}.service-section{background-position:left bottom;background-size:100%;background-repeat:no-repeat}@media screen and (max-width: 480px){.service-section{background-size:cover}}.service-section .section-title{color:#fff}.service-section .section-title span{width:160px}.service-section .service-slider-wrap{overflow:hidden;width:100%;position:relative}.service-section .service-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:stretch}.service-section .service-slider::-webkit-scrollbar{display:none}.service-section .service-card-wrap{flex:0 0 100%;scroll-snap-align:center;box-sizing:border-box;padding:0px;display:flex}.service-section .service-card{background:#fff;border-radius:16px;overflow:hidden;width:100%;box-shadow:0px 3px 10px rgba(0,0,0,.1);display:flex;flex-direction:column}.service-section .service-card .service-card-image{width:100%;height:310px;overflow:hidden;flex-shrink:0}@media screen and (max-width: 480px){.service-section .service-card .service-card-image{height:205px}}.service-section .service-card .service-card-image img{width:100%;height:100%;object-fit:cover;display:block}.service-section .service-card .service-card-image .img-snacks1{object-position:0% 20%}.service-section .service-card .service-card-body{padding:20px;flex:1}.service-section .service-card .service-card-body .service-card-heading{font-size:1.25em;font-weight:700;color:#1d1d1d;letter-spacing:.5px;margin-bottom:20px;line-height:1.4}@media screen and (max-width: 480px){.service-section .service-card .service-card-body .service-card-heading span{display:block}}.service-section .service-card .service-card-body .service-card-text{font-size:.875em;line-height:1.6;color:#555;letter-spacing:.3px}.service-section .service-card .service-card-body .service-card-text span{display:block}.service-section .service-dots{display:flex;justify-content:center;gap:0 15px;margin-top:25px}.service-section .service-dots .service-dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:background-color .3s ease}.service-section .service-dots .service-dot.active{background-color:#1d1d1d}.service-section .info-list{margin:26px 0 0}.service-section .info-list .info-row{display:flex;align-items:baseline;gap:20px;margin:15px 0}.service-section .info-list dt{font-size:.9375em;color:#fff;letter-spacing:.45px;width:82px;flex-shrink:0;white-space:nowrap}.service-section .info-list dd{font-size:.875em;color:#fff;letter-spacing:.5px;line-height:1.6}.price-section{background-color:#fff}.price-section .section-title span{width:176px}.price-section tr{font-size:.875em}.price-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ddd}.price-table th,.price-table td{padding:20px 0;text-align:center;border:1px solid #eee}.price-table th{background-color:#f8f9fa}.plan-name{background-color:#fafafa;width:30%}.price-note{margin-top:10px;font-size:.875rem;color:#666}.button-wrap{margin-top:38px;width:100%;display:flex;justify-content:center;position:relative}.button-wrap .contact-btn{padding:10px 50px;color:#000;background-color:#f8f9fa;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:30px;width:170px;height:45px;font-size:1.0625em;line-height:1.4;color:#333;letter-spacing:.51px;white-space:nowrap;backdrop-filter:blur(21px);-webkit-backdrop-filter:blur(21px)}.button-wrap .arrow{position:absolute;inset:0 35px 0 auto;margin:auto;clip-path:polygon(28% 4%, 32% 0, 82% 50%, 32% 100%, 28% 96%, 74% 50%, 28% 4%);height:18px;aspect-ratio:1;background-color:#333}.menu-section .section-title{color:#fff}.menu-section .section-title span{width:176px}.reserve-section{background-color:#fff;padding:80px 50px 125px}.reserve-section .section-title span{width:176px}.gallery-section .section-title{color:#fff}.gallery-section .section-title span{width:172px}.gallery-section .gallery-slider-wrap{overflow:hidden;width:100%;position:relative;display:flex;align-items:center}.gallery-section .gallery-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:stretch;width:100%}.gallery-section .gallery-slider::-webkit-scrollbar{display:none}.gallery-section .gallery-card-wrap{flex:0 0 100%;scroll-snap-align:center;box-sizing:border-box;display:flex;justify-content:center}.gallery-section .gallery-card-wrap img{width:400px;height:360px;object-fit:cover}@media screen and (max-width: 480px){.gallery-section .gallery-card-wrap img{height:205px}}.gallery-section .gallery-prev,.gallery-section .gallery-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(0,0,0,0);border:2px solid #000;border-radius:50%;width:35px;height:35px;font-size:1em;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:background .2s}.gallery-section .gallery-prev:hover,.gallery-section .gallery-next:hover{background:hsla(0,0%,100%,.2)}.gallery-section .gallery-prev{left:0px}.gallery-section .gallery-next{right:0px}.what-is-section{position:relative}.what-is-section::before{content:"";position:absolute;inset:0;background:#f4f4f4;opacity:.2;z-index:0}.what-is-section>*{position:relative;z-index:1}.what-is-section .what-is-card{background:#fff;padding:30px 35px}.what-is-section .what-is-card .card-title{font-size:1em;letter-spacing:.48px;color:#1d1d1d;font-weight:400;margin-bottom:18px;text-align:center}.what-is-section .what-is-card .card-text{font-size:.875em;line-height:1.8;color:#1d1d1d;letter-spacing:.42px}.features-section{background:#fff}.features-section .feature-item{margin-bottom:51px}@media screen and (max-width: 480px){.features-section .feature-item{margin-bottom:40px}}.features-section .feature-item:last-child{margin-bottom:0}.features-section .feature-item .feature-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.features-section .feature-item .point-badge{display:inline-block;background:#edbf00;color:#fff;font-size:1.25em;line-height:1.5;font-weight:400;padding:8px 17px;border-radius:50%;letter-spacing:1px;white-space:nowrap;flex-shrink:0}@media screen and (max-width: 480px){.features-section .feature-item .point-badge{font-size:1.125em;padding:7px 15px}}.features-section .feature-item .feature-heading{font-size:1em;font-weight:500;color:#1d1d1d;letter-spacing:.4px;line-height:1.5;margin-bottom:0}@media screen and (max-width: 480px){.features-section .feature-item .feature-heading span{display:block}}.features-section .feature-item .feature-text{font-size:.875em;line-height:1.6;color:#1d1d1d;letter-spacing:.28px}.features-section .feature-item .feature-text span{display:block}.features-section .feature-item .feature-text .top-margin{margin-top:10px}.voice-section{background:#fff}.voice-section .voice-card{background:#fff;border:1px solid #ebebeb;border-radius:25px;margin-bottom:50px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.voice-section .voice-card:last-child{margin-bottom:0}.voice-section .voice-profile{display:flex;align-items:center;gap:20px;padding:20px}.voice-section .voice-profile .voice-avatar{width:120px;height:120px;border-radius:50%;border:2px solid #f5aa00;overflow:hidden;flex-shrink:0}.voice-section .voice-profile .voice-avatar img{width:100%;height:100%;object-fit:cover;transform:translateY(4px)}.voice-section .voice-profile .voice-name{font-size:.9375em;font-weight:400;color:#332e2e;letter-spacing:.45px;margin-bottom:10px;margin-top:20px}.voice-section .voice-profile .voice-freq{font-size:.9375em;font-weight:400;color:#332e2e;letter-spacing:.45px}.voice-section .voice-qa{padding:30px 20px 20px;background-color:#fdfbe3}.voice-section .voice-qa .voice-q{font-size:1em;font-weight:700;line-height:1.4;color:#000;margin-bottom:15px;margin-top:25px}.voice-section .voice-qa .voice-q:first-child{margin-top:0}.voice-section .voice-qa .voice-a{font-size:.875em;line-height:1.6;color:#000}.voice-section .voice-qa .voice-a span{display:block}.voice-section .voice-more-content{display:none}.voice-section .voice-footer{background-color:#fdfbe3;display:flex;justify-content:flex-end;padding:16px 0px 10px;border-radius:0 0 25px 25px}.voice-section .voice-more-btn{background-color:#4e4e4e;border-radius:10px;padding:5px 8px 6px 10px;font-size:.75em;letter-spacing:.36px;font-weight:400;line-height:1;color:#fff;cursor:pointer;display:flex;align-items:center;transition:background .2s}.voice-section .voice-more-btn.is-open .btn-arrow{transform:rotate(180deg)}.voice-section .voice-list-btn-wrap{text-align:center;margin-top:8px}.voice-section .voice-list-btn-wrap .voice-list-btn{display:inline-block;border:1.5px solid #333;border-radius:24px;padding:10px 32px;font-size:.85em;color:#333;letter-spacing:1px;transition:background .2s,color .2s}.voice-section .voice-list-btn-wrap .voice-list-btn:hover{background:#333;color:#fff}.message-section{position:relative}.message-section::before{content:"";position:absolute;inset:0;background:#eaeaea;opacity:.25;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:0}.message-section>*{position:relative;z-index:1}.message-section .message-motto{font-size:1.125em;font-weight:500;color:#1d1d1d;letter-spacing:.54px;margin-bottom:20px}.message-section .message-image{overflow:hidden;margin-bottom:19px}.message-section .message-image img{width:100%;display:block;max-height:310px;object-fit:cover}.message-section .message-text{font-size:.875em;line-height:1.85;color:#1d1d1d;letter-spacing:.42px}.message-section .message-text span{display:block}.access-section{background:#fff}.access-section .section-title span{width:150px}.access-section .access-table{margin-bottom:12px}.access-section .access-table .access-row:first-child{padding-top:0}.access-section .access-table .access-label{font-size:1em;font-weight:500;color:#1d1d1d;letter-spacing:.4px}.access-section .access-table .access-value{font-size:.875em;line-height:1.6;color:#1d1d1d;letter-spacing:.42px;margin:15px 0 30px}.access-section .map-wrap{overflow:hidden}.access-section .map-wrap iframe{display:block;width:100%;height:400px}.faq-section .section-title span{color:#fff;width:176px}.faq-title{text-align:center;margin-bottom:30px;color:#333}.faq-item{margin-bottom:15px;border:1px solid #ddd;border-radius:15px;overflow:hidden}details{background:#fff}summary{font-size:.875em;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}summary::after{content:"+";font-size:24px;transition:transform .3s ease}details[open] summary::after{transform:rotate(45deg)}.answer{font-size:.875em;padding:0 20px 20px;line-height:1.8;color:#666;background-color:#fafafa;animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.site-footer{width:100%;padding:64px 70px 62px;background:linear-gradient(180deg, #403F3F 0%, #454545 100%, #000000 100%, #919191 100%) 0% 0% no-repeat padding-box}@media screen and (max-width: 480px){.site-footer{padding:40px 7.5% 52px}}.site-footer .footer-inner{display:flex;flex-direction:column;gap:30px}.site-footer .footer-logo{font-size:1.5em;font-weight:500;color:#fff;letter-spacing:.72px}.site-footer .footer-nav{display:flex;flex-direction:column;gap:15px}.site-footer .footer-nav a{font-size:.875em;color:#fff;letter-spacing:.5px;line-height:1.5;transition:color .2s}.site-footer .footer-nav a:hover{color:#333}.site-footer .footer-sns{display:flex;gap:15px;align-items:center}.site-footer .footer-sns .footer-sns-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s}.site-footer .footer-sns .footer-sns-link:hover{opacity:.6}.site-footer .footer-sns .footer-sns-link img{display:block;width:34px;height:34px}*,*:before,*:after{box-sizing:border-box}body{color:#1d1d1d;font-family:"noto-sans-cjk-jp","Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;font-weight:400;margin:auto}img{max-width:100%;display:block;width:100%}p{font-size:.9em;line-height:1.5}a{color:inherit;text-decoration:none;display:inline-block}html,body{height:100%}.page-contents{height:100%}.window-wrap{height:100%}.right-contents{height:100%;overflow-y:auto}/*# sourceMappingURL=style.css.map */
