@font-face {
    font-family: 'DINSchrift';
    src: url('../font/DINEngschrift.woff2') format('woff2'),
        url('../font/DINEngschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quickpen';
    src: url('../font/Quickpen.woff2') format('woff2'),
        url('../font/Quickpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        #page-loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #F4C93F;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.8s ease, visibility 0.8s ease;
            opacity: 1;
            visibility: visible;
        }

        #page-loader.loaded {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .loader-content {
            text-align: center;
        }

        .loader-baguettes {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80px; 
            margin-bottom: 15px;
        }

        .loader-baguettes img {
            width: 40px; 
            margin: 0 5px; 
            opacity: 0; 
        }

        .loader-baguettes .baguette-1 {
            animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            animation-delay: 0.2s;
        }
        .loader-baguettes .baguette-2 {
            animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            animation-delay: 0.4s;
        }
        .loader-baguettes .baguette-3 {
            animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            animation-delay: 0.6s;
        }
        .loader-baguettes .baguette-4 {
            animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            animation-delay: 0.8s;
        }
        .loader-baguettes .baguette-5 {
            animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            animation-delay: 1.0s;
        }

        .loader-percentage {
            font-family: 'DINSchrift', sans-serif;
            font-size: 2em;
            color: #543A33;
            margin-top: 15px;
        }

        @keyframes pop-in {
            from { opacity: 0; transform: scale(0.3); }
            to   { opacity: 1; transform: scale(1); }
        }

        html {
           
            font-size: 14px; 
        }

        body {
            font-family: 'Noto Sans JP', sans-serif; 
            background-color: #fff; 
            color: #543A33; 
            overflow-x: hidden; 
        }

        p {
            font-size: 0.9em;
            line-height: 2;
            font-weight: 100;
        }

        .fixed-nav {
            position: fixed;
            top: 20px;
            right: 10px; 
            z-index: 2000; 
            text-align: right;
            pointer-events: none; /* Allow clicks to pass through the container */
        }

        .burger-btn {
            width: 100px;
            height: 40px;
            cursor: pointer;
            display: inline-block;
            position: relative;
            pointer-events: auto; /* Make the button itself clickable */
        }

        .burger-btn span {
            display: block;
            position: absolute;
            left: 0; 
            width: 100%; 
            height: 3px; 
            background-color: #543A33; 
            transition: all 0.4s ease-in-out; 
        }

        .burger-btn span:nth-child(1) {
            top: 13px; 
        }

        .burger-btn span:nth-child(2) {
            top: 24px; 
        }

        .burger-btn.active span:nth-child(1) {
            top: 19px; 
            transform: rotate(-20deg); 
        }

        .burger-btn.active span:nth-child(2) {
            top: 19px; 
            transform: rotate(20deg); 
        }

        .fixed-actions {
            margin-top: 10px;
            transition: opacity 0.3s ease 0.2s; 
            pointer-events: auto; /* Make action links clickable */
        }

        body.menu-open .fixed-actions {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease; 
        }

        .fixed-actions a {
            display: block;
            margin-bottom: 8px;
            color: #543A33; 
            text-decoration: none;
            font-family: 'DINSchrift', sans-serif; 
            font-weight: 200; 
            transition: color 0.3s, font-size 0.4s ease-in-out;
            font-size: 2em;
        }

        /*.fixed-actions a:hover {
            color: #402d26; 
        }*/

        .details-link,
        .map-link,
        .btn {
            display: inline-block;
            background-color: transparent;
            border: 2px solid #543A33;
            color: #543A33;
            font-weight: bold;
            font-size: 0.9rem;
            text-decoration: none;
            padding: 8px 24px;
            border-radius: 0; 
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        .details-link:hover,
        .map-link:hover,
        .btn:hover {
            transform: scale(1.05);
        }

        .full-page-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #FFF; 
            z-index: 1900; 
            display: flex;

            opacity: 0;
            visibility: hidden;
            transform: translateY(-20px);
            transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
        }

        .menu-logo {
            position: absolute;
            top: 1.25rem; 
            left: 0.625rem; 
            z-index: 1950;
            width: 10vw; 
        }

        .menu-logo img {
            width: 100%;
            height: auto;
        }

        .full-page-menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .menu-image {
            width: 50%;
            height: 100%;
            background-image: url('../images/burger_menu.jpg'); 
            background-size: cover;
            background-position: center;
        }

        .menu-content {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px;
        }

        .menu-links-container {
            display: flex;
            gap: 60px; 
        }

        .menu-column ul {
            list-style: none;
        }

        .menu-column li a {
            color: #543A33;
            font-family: 'DINSchrift', sans-serif; 
            text-decoration: none;
            font-size: 1.8rem;
            line-height: 1.4;
            display: block;
            margin-bottom: 20px;
            transition: color 0.3s;
        }

        .menu-column li a:hover {
            color: #aaa;
        }

        .menu-separator {
            height: 25px;
            border-bottom: 1px solid rgba(84, 58, 51, 0.1);
            margin-bottom: 25px;
        }

        .menu-column li.menu-action-item a {
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 1.2;
        }

        .menu-column li a .jp-text {
            font-size: 0.9rem;
            font-weight: 400;
        }

        .jp-text {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            margin-top: 0;
            display: block;
            line-height: 1.5;
            margin-top: -10px;
        }
        
        .hero-overlay h2 .jp-text {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 0.3em;
            font-weight: 100;
            margin-top: 0;
            display: block;
            line-height: 1.5;
            letter-spacing: 0.05em;
            text-align: center;
        }

        main {
            width: 100%;
        }

        /* == Common Page Intro Section == */
        .intro-section {
            padding: 80px 0;
            text-align: center;
            background-color: #fff;
            border-radius: 0;
            margin-top: -30px;
            position: relative;
        }

        .intro-section .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .lead-text {
            font-size: 1.1rem;
            line-height: 2.2;
        }

        .slider-container {
            position: relative; 
            width: 90vw; 
         
            margin: 15vh 0 0;
        }

        #vegas-slider {

            width: 100%;
            height: 80vh; 
            border-radius: 0 ;
        }

        .site-footer {
            background-color: #F4C93F; 
            padding: 60px 0;
            font-size: 1em; 
            line-height: 2;
            font-family: 'DINSchrift', sans-serif; 
            border-radius: 0; 
            margin-top: -30px;
            position: relative;
            z-index: 990;
            overflow: visible; 
        }

        .footer-container {
            width: 90%;
            max-width: 1200px; 
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            gap: 40px; 
        }

        .footer-column {
            flex: 1; 
            min-width: 220px; 
        }

        .footer-column h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .footer-column p {
            margin-bottom: 15px;
            white-space: pre-line; 
        }

        .footer-column address {
            font-style: normal;
            margin-bottom: 0px;
    
        }

        .footer-column .footer-access {
            margin-bottom: 0px;
            font-size: 1em;
        }

        .footer-column .map-link {
            margin-top: 10px;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 10px;
        }

        .footer-column ul li a {
            color: inherit; 
            text-decoration: none;
            font-size: 1.2rem;
            transition: color 0.3s;
        }

        .footer-column ul li a:hover {
            color: #402d26; 
        }

        .footer-logo {
            display: block;
            width: 120px;
            margin-bottom: 20px;
        }

        .footer-logo img {
            width: 100%;
            height: auto;
        }

        @media (min-width: 769px) {

            .logo-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 80%;
                z-index: 10;
                transform: translateY(-55%);
            }

            .logo-overlay img {
                width: 100%;
                height: auto;
                display: block; 
            }

            .logo-overlay .logo-scrolled {
                display: none;
            }

            .mobile-logo {
                display: none; 
            }

            .logo-overlay.scrolled {
                position: fixed;
                top: 1.25rem;
                left: 0.625rem;
                width: 10vw;
                opacity: 1;                
                transform: translateY(0);
            }

            .logo-overlay.scrolled .logo-main {
                display: none;
            }

            .logo-overlay.scrolled .logo-scrolled {
                display: block;
            }

            .logo-tagline {
                color: #543A33;
                font-size: 1.5em;
                font-weight: 500;
                letter-spacing: 1px;
                text-align: left;
                width: 100%;
                margin-top: -4vh; 
                padding: 0 2%;
            }

            .logo-overlay.scrolled .logo-tagline {
                display: none; 
            }
        }

        @media (max-width: 768px) {
            h2 {
                font-size: 2em;
            }

            .footer-container {
                flex-direction: column; 
            }

            .fixed-nav {
                right: 20px;
            }
            .menu-image {
                display: none; 
            }
            .menu-content {
                width: 100%;
                height: 100%; 
                padding: 40px 20px;
                align-items: center; 
                overflow-y: auto; 
            }
            .menu-logo {
                top: 3vh; 
                left: 0.625rem; 
                width: 20vw; 
                max-width: 280px;
            }

            .menu-links-container {
                flex-direction: row; 
                gap: 40px; 
                width: 100%;
                justify-content: center; 
            }
            .menu-column li a {
                font-size: 1.4rem;
                margin-bottom: 15px;
            }

            .logo-overlay {
                display: none; 
            }
            .intro-section { padding: 60px 0; }
            .lead-text { font-size: 0.9rem; }

            .mobile-logo {
                display: block; 
                position: absolute;
                top: -16vh;
                left: 0.625rem; 
                width: 140px;      
                transform: translateY(0); 
                z-index: 10;
            }

            .mobile-logo img {
                width: 100%;
                height: auto;
            }

            .mobile-logo.scrolled {
                position: fixed;
                top: 3vh;       
                left: 0.625rem;  
                width: 20vw;     
                max-width: 280px;
                transform: translateY(0);
            }

            .fixed-actions.scrolled a {
                font-size: 1.4em; 
                margin-bottom: 5px; 
            }

            .slider-container {
                width: 90vw; 
                margin-top: 20vh; 
            }
        }

        body.menu-open {
            overflow: hidden;
        }

.fixed-chat-button {
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 60px;
    height: 60px;
    background-color: #F4C93F;
    border-radius: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; 
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none; 
    border: none; 
    cursor: pointer; 
}

.fixed-chat-button:hover {
    transform: scale(1.05);

}

.fixed-chat-button i {
    font-size: 28px;
    color: #543A33; 
}

.chatbot-popup-container {
    position: fixed;
    bottom: 110px; 
    right: 30px;
    width: 400px;
    max-width: 80vw; 
    height: 600px;
    max-height: 70vh; 
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    z-index: 2100; 
    display: flex;
    flex-direction: column;
    overflow: hidden;

    transform: translateY(20px) scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.chatbot-popup-container.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.chatbot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #543A33; 
    color: #fff;
    font-family: 'DINSchrift', sans-serif;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.chatbot-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 5px;
}

.chatbot-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.br-pc {
    display: block;
}
.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}

.concept-slider .swiper-button-next,
.concept-slider .swiper-button-prev,
.signature-slider .swiper-button-next,
.signature-slider .swiper-button-prev,
.recommendation-swiper .swiper-button-next,
.recommendation-swiper .swiper-button-prev,
.menu-category-slider .swiper-button-next,
.menu-category-slider .swiper-button-prev {
    color: #543A33; 
    background-color: transparent; 
    border: 2px solid #543A33; 
    width: 28px;
    height: 28px; 
    border-radius: 0;
    top: auto;
    bottom: 10px; 
    left: 50%;
    right: auto;
    transform: none; 
}

.concept-slider .swiper-button-prev,
.signature-slider .swiper-button-prev,
.recommendation-swiper .swiper-button-prev,
.menu-category-slider .swiper-button-prev {
    transform: translateX(calc(-100% - 8px)); 
}

.concept-slider .swiper-button-next,
.signature-slider .swiper-button-next,
.recommendation-swiper .swiper-button-next,
.menu-category-slider .swiper-button-next {
    transform: translateX(8px); 
}

.concept-slider .swiper-button-next:hover,
.concept-slider .swiper-button-prev:hover,
.signature-slider .swiper-button-next:hover,
.signature-slider .swiper-button-prev:hover,
.recommendation-swiper .swiper-button-next:hover,
.recommendation-swiper .swiper-button-prev:hover,
.menu-category-slider .swiper-button-next:hover,
.menu-category-slider .swiper-button-prev:hover {
    background-color: #543A33; 
    color: #fff; 
}

.concept-slider .swiper-button-next::after,
.concept-slider .swiper-button-prev::after,
.signature-slider .swiper-button-next::after,
.signature-slider .swiper-button-prev::after,
.recommendation-swiper .swiper-button-next::after,
.recommendation-swiper .swiper-button-prev::after,
.menu-category-slider .swiper-button-next::after,
.menu-category-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: normal;
}

.concept-slider .swiper-button-prev::after,
.signature-slider .swiper-button-prev::after,
.recommendation-swiper .swiper-button-prev::after,
.menu-category-slider .swiper-button-prev::after {
    content: '';
}

.concept-slider .swiper-button-next::after,
.signature-slider .swiper-button-next::after,
.recommendation-swiper .swiper-button-next::after,
.menu-category-slider .swiper-button-next::after {
    content: '';
}

@media (max-width: 390px) {
    h2 {
        font-size: 1.7em;
    }

    p {
        font-size: 0.85em;
        line-height: 1.9;
    }

    .jp-text {
        font-size: 1rem;
    }

    .menu-column li a {
        font-size: 1.2rem;
    }

    .fixed-actions.scrolled a {
        font-size: 1.2em;
    }

    .details-link, .map-link {
        font-size: 0.8rem;
    }
}

.anim-target {
    visibility: hidden;
}

.driving-car {
    position: absolute;
    top: 0;
    width: 120px; 
    height: auto;
    transform: translateY(-95%); 
    pointer-events: none;
    animation: drive-across 20s linear infinite;
    z-index: 992; 
}

.driving-car.car-2 {
    width: 80px; 
    animation: drive-across 25s linear infinite; 
    transform: translateY(-100%);
}

.driving-car.car-3 {
    width: 120px; 
    animation: drive-across 10s linear infinite; 
    transform: translateY(-100%);
}

@keyframes drive-across {
    from {
        left: -200px; 
    }
    to {
        left: 100%; 
    }
}

.scenery-tree {
    position: absolute;
    top: 0;
    height: auto;
    transform: translateY(-98%);
    pointer-events: none;
    z-index: 990; 
}

.tree-1 {
    width: 140px; 
    right: 15%; 
    transform: translateY(-98%);
}

.tree-2 {
    width: 100px;
    right: 35%;
    transform: translateY(-95%);
}

.tree-3 {
    width: 120px;
    right: 55%;
}

.tree-4 {
    width: 90px;
    right: 90%; 
    transform: translateY(-96%);
}

.scenery-shop {
    position: absolute;
    top: 0;
    left: 15%;
    width: 280px; 
    height: auto;
    transform: translateY(-99%);
    pointer-events: none;
    z-index: 991; 
}

@media (max-width: 768px) {
    .driving-car {
        width: 80px;
        animation: drive-across 5s linear infinite;
    }
    .driving-car.car-2 {
        width: 60px;
        animation: drive-across 7s linear infinite;
    }
    .driving-car.car-3 {
        width: 80px;
        animation: drive-across 3s linear infinite;
    }
    .scenery-shop {
        width: 180px;
        left: 30%;
    }
    .tree-1 {
        width: 90px;
    }
    .tree-3 {
        width: 80px;
        left: 5%;
    }
    .tree-2, .tree-4 {
        display: none; 
    }
}




.copyright {
    text-align: center;
    padding-top: 40px;
    color: #5c4339;
    font-size: 1em;
}