﻿:root{--base-color: #FDFBF7;--text-color: #2C2C2C;--accent-color: #8B4513;--airbnb-color: #FF385C;--font-mincho: "Yu Mincho", "Noto Serif JP", serif;--font-sans: "Noto Sans JP", "Inter", sans-serif;--section-padding-pc: 160px;--section-padding-sp: 120px}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-color);background-color:var(--base-color);font-size:1.6rem;line-height:2;letter-spacing:.08em;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;vertical-align:bottom}a{color:inherit;text-decoration:none}.l-container{width:100%;max-width:1000px;margin:0 auto;padding:0 20px}.l-section{padding:var(--section-padding-sp) 0}@media(min-width: 768px){.l-section{padding:var(--section-padding-pc) 0}}.u-center{text-align:center}.c-title{font-family:var(--font-mincho);font-size:3.2rem;line-height:1.5;text-align:center;margin-bottom:60px;letter-spacing:.1em}@media(min-width: 768px){.c-title{font-size:4.8rem;margin-bottom:80px}}.c-title span{display:block;font-family:var(--font-sans);font-size:1.4rem;color:#666;margin-top:10px;letter-spacing:.1em;font-weight:normal}@media(min-width: 768px){.c-title span{font-size:1.6rem}}.c-subtitle{font-family:var(--font-mincho);font-size:2.4rem;margin-bottom:20px;display:flex;flex-direction:column}.c-subtitle span{font-family:var(--font-sans);font-size:1.4rem;color:#666;margin-top:5px;letter-spacing:.05em}.c-btn{display:inline-flex;align-items:center;justify-content:center;padding:24px 60px;background-color:var(--airbnb-color);color:#fff;font-family:var(--font-mincho);font-size:2rem;font-weight:bold;border-radius:50px;box-shadow:0 8px 25px rgba(255,56,92,.4);transition:all .3s ease;letter-spacing:.1em;position:relative;overflow:hidden}.c-btn::after{content:"→";margin-left:15px;transition:transform .3s ease}.c-btn:hover{background-color:#e31c5f;transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,56,92,.5)}.c-btn:hover::after{transform:translateX(5px)}.l-header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:20px;transition:background-color .3s ease}.l-header.is-scrolled{background-color:rgba(253,251,247,.9);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.05)}.l-header__inner{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.js-lang-select{padding:8px;border:1px solid rgba(0,0,0,.2);background:rgba(0,0,0,0);font-family:var(--font-sans);border-radius:4px;outline:none}.p-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.p-hero__bg{position:absolute;top:0;left:0;width:100%;height:120%;z-index:-1}.p-hero__bg img{width:100%;height:100%;object-fit:cover}.p-hero__bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:250px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%)}.p-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.p-hero__content{position:relative;z-index:1;text-align:center;color:#fff}.p-hero__title{font-family:var(--font-mincho);font-size:3.6rem;line-height:1.8;letter-spacing:.15em;text-shadow:0 4px 20px rgba(0,0,0,.5)}@media(min-width: 768px){.p-hero__title{font-size:5.6rem}}.p-hero__scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);color:#fff;font-family:var(--font-sans);font-size:1.2rem;letter-spacing:.2em;display:flex;flex-direction:column;align-items:center}.p-hero__scroll .line{width:1px;height:60px;background-color:hsla(0,0%,100%,.5);margin-top:10px;position:relative;overflow:hidden}.p-hero__scroll .line::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;animation:scrollLine 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1)}@keyframes scrollLine{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}.p-concept{text-align:center}.p-concept__text{font-size:1.6rem;line-height:2.2}@media(min-width: 768px){.p-concept__text{font-size:1.8rem}}.p-experience__item{display:flex;flex-direction:column;margin-bottom:80px}@media(min-width: 768px){.p-experience__item{flex-direction:row;align-items:center;margin-bottom:120px}.p-experience__item--reverse{flex-direction:row-reverse}.p-experience__item--reverse .p-experience__body{padding-left:0;padding-right:60px}}.p-experience__item:last-child{margin-bottom:0}.p-experience__img{width:100%;margin-bottom:30px}@media(min-width: 768px){.p-experience__img{width:55%;margin-bottom:0}}.p-experience__img img{width:100%;height:300px;object-fit:cover}@media(min-width: 768px){.p-experience__img img{height:500px}}.p-experience__body{width:100%}@media(min-width: 768px){.p-experience__body{width:45%;padding-left:60px}}.p-artfield__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:60px}@media(min-width: 768px){.p-artfield__grid{grid-template-columns:repeat(3, 1fr);gap:30px}}.p-artfield__card{background:#fff;padding:30px;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.p-artfield__card h4{font-family:var(--font-mincho);font-size:1.8rem;margin-bottom:10px}.p-artfield__card p{font-size:1.4rem;color:#666}.p-map{width:100%;border-radius:4px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05)}.p-amenities__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media(min-width: 768px){.p-amenities__list{grid-template-columns:repeat(5, 1fr);gap:40px}}.p-amenities__list li{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:1.4rem}.p-amenities__list .icon{margin-bottom:15px;width:45px;height:45px}.p-amenities__list .icon img{width:100%;height:100%;object-fit:contain}.p-model-stay{background-color:#fff}.p-timeline{max-width:700px;margin:0 auto;position:relative;padding-left:40px}@media(min-width: 768px){.p-timeline{padding-left:120px}}.p-timeline::before{content:"";position:absolute;top:0;left:20px;width:1px;height:100%;background-color:#ddd}@media(min-width: 768px){.p-timeline::before{left:100px}}.p-timeline__item{position:relative;margin-bottom:60px}.p-timeline__item:last-child{margin-bottom:0}.p-timeline__item::after{content:"";position:absolute;top:1.4rem;left:-24.5px;width:9px;height:9px;background-color:var(--accent-color);border-radius:50%;z-index:2}@media(min-width: 768px){.p-timeline__item::after{left:-24.5px}}.p-timeline__item .time{font-family:var(--font-sans);font-size:1.4rem;font-weight:bold;color:var(--accent-color);margin-bottom:10px}@media(min-width: 768px){.p-timeline__item .time{position:absolute;left:-140px;top:.4rem;margin-bottom:0;width:100px;text-align:right}}.p-timeline__item .content h4{font-family:var(--font-mincho);font-size:1.8rem;margin-bottom:10px;letter-spacing:.05em}.p-timeline__item .content p{font-size:1.5rem;color:#666;line-height:1.8}.p-model-course{max-width:800px;margin:0 auto}.p-course__day{margin-bottom:60px}.p-course__day:last-child{margin-bottom:0}.p-course__day h3{font-family:var(--font-mincho);font-size:2.8rem;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #ddd;display:flex;align-items:baseline;gap:15px}.p-course__day h3 span{font-family:var(--font-sans);font-size:1.4rem;color:#666;font-weight:normal}.p-course__step{position:relative;padding-left:40px;margin-bottom:40px}@media(min-width: 768px){.p-course__step{padding-left:120px;display:flex;gap:30px}}.p-course__step:last-child{margin-bottom:0}.p-course__step::before{content:"";position:absolute;top:0;left:15px;width:1px;height:calc(100% + 40px);background-color:#ddd}@media(min-width: 768px){.p-course__step::before{left:95px}}.p-course__step:last-child::before{display:none}.p-course__step::after{content:"";position:absolute;top:.6rem;left:11px;width:9px;height:9px;background-color:var(--accent-color);border-radius:50%;z-index:2}@media(min-width: 768px){.p-course__step::after{left:91px;top:.8rem}}.p-course__time{font-family:var(--font-sans);font-size:1.6rem;font-weight:bold;color:var(--accent-color);margin-bottom:10px}@media(min-width: 768px){.p-course__time{width:60px;margin-bottom:0;text-align:right;flex-shrink:0;padding-top:.2rem}}.p-course__content h4{font-family:var(--font-mincho);font-size:2rem;margin-bottom:10px}.p-course__content p{font-size:1.5rem;color:#666;line-height:1.8}.p-cta{background:var(--base-color);position:relative;color:var(--text-color)}.p-cta::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(../images/common/cta-bg.png) repeat;opacity:.6;z-index:1}.p-cta .l-container{position:relative;z-index:2}.l-footer{background:url(../images/common/foot-bg.jpg) center/cover no-repeat;color:#fff;padding:80px 0 40px;text-align:center;position:relative}.l-footer::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1}.l-footer .l-container{position:relative;z-index:2}.l-footer__logo{margin-bottom:30px}.l-footer__links{margin-bottom:40px}.l-footer__links a{margin:0 15px;letter-spacing:.1em;transition:opacity .3s}.l-footer__links a:hover{opacity:.7}.l-footer__copy{font-size:1.2rem;opacity:.5}.p-sticky-cta{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:99;width:90%;max-width:400px;opacity:0;visibility:hidden;transition:all .3s ease}.p-sticky-cta.is-visible{opacity:1;visibility:visible}@media(min-width: 768px){.p-sticky-cta{top:auto;bottom:30px;left:auto;right:30px;transform:none;width:auto}}.p-sticky-cta a{display:flex;align-items:center;justify-content:center;padding:16px 30px;background:var(--airbnb-color);color:#fff;font-family:var(--font-mincho);font-size:1.8rem;font-weight:bold;border-radius:40px;box-shadow:0 8px 25px rgba(255,56,92,.4);transition:all .3s ease;position:relative;letter-spacing:.05em}.p-sticky-cta a::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:40px;box-shadow:0 0 0 0 rgba(255,56,92,.7);animation:pulse 2s infinite}.p-sticky-cta a:hover{background:#e31c5f;transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,56,92,.5)}@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,56,92,.7)}70%{transform:scale(1);box-shadow:0 0 0 15px rgba(255,56,92,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,56,92,0)}}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.p-faq{background-color:var(--base-color)}.p-faq__list{max-width:800px;margin:0 auto}.p-faq__item{border-bottom:1px solid #ddd;padding:20px 0}.p-faq__item:first-child{border-top:1px solid #ddd}.p-faq__item.is-open .p-faq__question .icon::after{transform:rotate(90deg);opacity:0}.p-faq__item.is-open .p-faq__answer{max-height:500px;opacity:1;padding-top:20px}.p-faq__question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-mincho);font-size:1.8rem;padding:10px 0}.p-faq__question span{padding-right:20px}.p-faq__question .icon{width:20px;height:20px;position:relative}.p-faq__question .icon::before,.p-faq__question .icon::after{content:"";position:absolute;background-color:var(--accent-color);transition:transform .3s ease}.p-faq__question .icon::before{width:100%;height:2px;top:50%;left:0;margin-top:-1px}.p-faq__question .icon::after{width:2px;height:100%;top:0;left:50%;margin-left:-1px}.p-faq__answer{max-height:0;overflow:hidden;transition:all .3s ease;opacity:0}.p-faq__answer p{font-size:1.5rem;color:#666;line-height:1.8}@media(min-width: 768px){.u-desktop{display:block !important}}@media(max-width: 767px){.u-desktop{display:none !important}}@media(max-width: 767px){.u-mobile{display:block !important}}@media(min-width: 768px){.u-mobile{display:none !important}}.l-header__inner{max-width:1200px}.l-header__nav{margin-left:auto;margin-right:40px}.l-header__nav ul{display:flex;gap:30px}.l-header__nav ul li a{font-family:var(--font-sans);font-size:1.3rem;font-weight:500;letter-spacing:.1em;color:var(--text-color);transition:color .3s}.l-header__nav ul li a:hover{color:var(--accent-color)}.p-footer-nav{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:90%;max-width:450px;background:rgba(44,44,44,.9);backdrop-filter:blur(10px);padding:10px 15px;border-radius:40px;z-index:1000;box-shadow:0 10px 30px rgba(0,0,0,.3)}.p-footer-nav ul{display:flex;justify-content:space-around;align-items:center}.p-footer-nav ul li a{display:flex;flex-direction:column;align-items:center;color:#fff;text-decoration:none}.p-footer-nav ul li a .icon{width:20px;height:20px;margin-bottom:4px;position:relative;display:flex;align-items:center;justify-content:center}.p-footer-nav ul li a .icon::before{content:"";width:16px;height:16px;border:1.5px solid hsla(0,0%,100%,.8);border-radius:2px}.p-footer-nav ul li a .label{font-size:.9rem;font-weight:bold;letter-spacing:.05em}.p-footer-nav ul li:nth-child(1) .icon::before{border-radius:50%}.p-footer-nav ul li:nth-child(2) .icon::before{width:14px;height:18px}.p-footer-nav ul li:nth-child(3) .icon::before{border-radius:2px;transform:rotate(45deg)}.p-footer-nav ul li:nth-child(4) .icon::before{width:18px;height:14px}.p-footer-nav ul li:nth-child(5) .icon::before{border-radius:50%;border-style:dashed}@media(max-width: 767px){.p-sticky-cta{bottom:90px !important}}/*# sourceMappingURL=theme_new.css.map */
