/* 點擊定位點停在上方一段距離，每個html都要放 */
html {
    scroll-padding-top: 50px;
}
[id] {
    scroll-margin-top: 50px;
}
.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}
.header-m-nav {
    display: none;
}
.seo-only {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: normal !important;
}
.showroom-page {
    background: #f3f0eb;
    color: #222;
}
.showroom-wrap,
.showroom-content .container {
    max-width: 1000px;
    margin: 0 auto;
}
.showroom-content {
    padding: 105px 33px 33px 33px;
    background: #f3f0eb;
}
.content-block {
    margin-bottom: 24px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 28px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.04); */
}
.content-block h1 {
    font-size: 40px;
    line-height: 1.28;
    margin: 0 0 18px;
    color: #111;
    text-align: center;
}
.content-block h2 {
    font-size: 30px;
    margin: 0 0 16px;
    color: #111;
    line-height: 1.4;
}
.content-block p,
.content-block li {
    font-size: 19px;
    line-height: 1.9;
    color: #111;
}
.content-block p {
    margin: 0 0 12px;
}
.content-block p:last-child {
    margin-bottom: 0;
}
.content-block ul {
    margin: 0;
    padding-left: 1.25em;
}
.content-block li {
    margin-bottom: 10px;
}
.content-block li:last-child {
    margin-bottom: 0;
}
.content-block.cta {
    display: block;
    text-align: left;
}
.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.25s ease;
}
.btn:hover {
    background: #111;
    color: #fff;
}
.btn.primary {
    background: #111;
    color: #fff;
}
.btn.primary:hover {
    background: #333;
    border-color: #333;
}
.btn.small {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
}
.showroom-section {
    padding: 10px 20px 30px;
    background: #f3f0eb;
}
.showroom-section.alt {
    background: #f3f0eb;
}
.showroom-title {
    font-size: 33px;
    line-height: 1.3;
    margin: 0 0 24px;
    color: #111;
    text-align: center;
    font-weight: 700;
}
.showroom-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.showroom-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 26px;
    align-items: stretch;
    background: #fff;
    border: none;
    border-radius: 28px;
    padding: 20px 22px;
    box-shadow: none;
}
.showroom-card-text {
    padding: 18px 16px 18px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.showroom-card h3 {
    font-size: 24px;
    margin: 0 0 18px;
    color: #111;
    line-height: 1.4;
    font-weight: 700;
}
.showroom-info-item {
    margin-bottom: 14px;
    line-height: 1.9;
    color: #333;
    font-size: 19px;
}
.showroom-info-item strong {
    color: #111;
    font-weight: 600;
}
.showroom-card p {
    font-size: 18px;
    line-height: 1.9;
    color: #111;
    margin: 0;
}
.showroom-card-map iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
    border-radius: 24px;
    display: block;
}
.showroom-info-link,
.showroom-info-item a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}
.showroom-info-link:hover,
.showroom-info-item a:hover {
    color: #555;
}
.showroom-contact-section {
    padding: 0 20px 90px;
    background: #f3f0eb;
}
.showroom-contact-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #6a6a6a;
    border-radius: 28px;
    padding: 34px 30px 40px;
    color: #fff;
}
.showroom-contact-box h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.5;
}
.showroom-contact-box p,
.showroom-contact-box a {
    color: rgba(255, 255, 255, 0.92);
    line-height: 2;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
}
.showroom-contact-box a:hover {
    color: #fff;
}
.showroom-contact-box .contact-gap {
    margin-top: 18px;
}
@media (max-width: 1024px) {
    .showroom-card {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .showroom-content {
        padding: 33px 33px 33px 33px;
        background: #f3f0eb;
    }
    .showroom-section {
        padding: 0 16px 20px;
    }
    .showroom-contact-section {
        padding: 0 16px 50px;
    }
    .content-block {
        padding: 22px 18px;
        border-radius: 22px;
        margin-bottom: 18px;
    }
    .content-block h1 {
        font-size: 33px;
    }
    .content-block h2 {
        font-size: 30px;
    }
    .content-block p,
    .content-block li,
    .showroom-info-item,
    .showroom-card p,
    .showroom-contact-box p,
    .showroom-contact-box a {
        font-size: 19px;
    }
    .showroom-title {
        font-size: 29px;
        margin-bottom: 18px;
    }
    .showroom-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 22px;
    }
    .showroom-card-text {
        padding: 6px 6px 0;
    }
    .showroom-card h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .showroom-card-map iframe {
        min-height: 220px;
        border-radius: 18px;
    }
    .showroom-contact-box {
        padding: 24px 22px 28px;
        border-radius: 22px;
    }
    .showroom-contact-box h3 {
        font-size: 20px;
    }
    .btn-group {
        gap: 10px;
    }
    .btn {
        min-height: 45px;
        padding: 0 18px;
        font-size: 19px;
    }
    .btn.mobile-full {
        width: 100%;
    }
}
