/* custom-4827.css - Restaurant3 Custom Styles */

/* ========================================
   Font Settings - Noto Serif JP
======================================== */
body,
html,
.main-logo span,
.menu-item,
.menu a,
h1, h2, h3, h4, h5, h6,
p,
a,
span,
.desc,
.btn,
.line-breaker,
.txt-bg,
label,
input,
select,
textarea,
button,
.loader p,
.loader .loader-content {
    font-family: "Noto Serif JP", serif;
}

/* ========================================
   Header Logo
======================================== */
.main-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-logo a i {
    display: none;
}

.header-logo-img-4827 {
    width: 180px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .header-logo-img-4827 {
        width: 140px;
    }
}

@media (max-width: 480px) {
    .header-logo-img-4827 {
        width: 120px;
    }
}

/* ========================================
   Cover Mask Background Image
======================================== */
.cover-mask-bg-4827 {
    background-image: url('../images/top/top01.jpg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .cover-mask-bg-4827 {
        background-image: url('../images/top/top01-sp.jpg');
    }
}

/* ========================================
   Cover Center Logo
======================================== */
.cover-center-logo-4827 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.cover-center-logo-4827 img {
    width: 400px;
    height: auto;
    max-width: 80vw;
}

@media (max-width: 768px) {
    .cover-center-logo-4827 img {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .cover-center-logo-4827 img {
        width: 240px;
    }
}

/* ========================================
   Responsive Title Overflow Fix
======================================== */
html, body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .txt-bg {
        font-size: 4rem;
        transform: translateX(-50%) scale(0.9);
    }
}

@media (max-width: 480px) {
    .txt-bg {
        font-size: 3.5rem;
        transform: translateX(-50%) scale(0.8);
    }
}

/* ========================================
   Group Reservation List
======================================== */
#reservForms .groupContainer span {
    display: block;
    text-align: center;
}

#reservForms .groupContainer ul.group-list-4827 {
    display: inline-block;
    text-align: left;
    list-style: disc outside;
    padding-left: 1.5em;
    margin: 15px auto;
}

#reservForms .groupContainer ul.group-list-4827 li {
    margin-bottom: 0.8em;
    font-size: 1em;
    color: #997e4c;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 1.16666;
    list-style: disc outside;
}

/* ========================================
   Map Block Logo
======================================== */
.map-block-logo-4827 {
    text-align: center;
    margin-bottom: 20px;
}

.map-block-logo-4827 img {
    width: 200px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .map-block-logo-4827 img {
        width: 160px;
    }
}

/* ========================================
   Google Map Container
======================================== */
.google-map-container-4827 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.google-map-container-4827 iframe {
    width: 100%;
    height: 600px;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .google-map-container-4827 iframe {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .google-map-container-4827 iframe {
        height: 400px;
    }
}

/* ========================================
   Footer Logo & Copyright
======================================== */
.footer-logo-area-4827 {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo-area-4827 a {
    display: inline-block;
}

.footer-logo-img-4827 {
    width: 280px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .footer-logo-img-4827 {
        width: 220px;
    }
}

@media (max-width: 480px) {
    .footer-logo-img-4827 {
        width: 180px;
    }
}

.footer-copyright-4827 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    color: inherit;
    letter-spacing: 0.1em;
}

/* ========================================
   SVG Mask Position Fix
======================================== */
.mask {
    position: absolute;
}

/* ========================================
   Map Block Adjustments
======================================== */
.map-block {
    padding-bottom: 50px;
}

@media (min-width: 48em) {
    .map-block {
        padding-bottom: 50px;
    }
}

@media (min-width: 62em) {
    .map-block {
        padding-bottom: 50px;
    }
}

@media (min-width: 80em) {
    .map-block {
        padding-bottom: 50px;
    }
}

/* ========================================
   Responsive Adjustments
======================================== */
@media (max-width: 768px) {
    .main-footer ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .main-footer ul li {
        margin-bottom: 15px;
    }
}

/* ========================================
   Section Team Image Fix
======================================== */
.section-team .img2 img {
    aspect-ratio: 283 / 350;
    object-fit: cover;
    height: auto;
}

/* ========================================
   Box Element - スマホ時に裏に回す
======================================== */
@media (max-width: 768px) {
    .imgs .box {
        z-index: -1;
    }
}
