/* カスタマイズ用CSS */
/* =====================================================
   実店舗案内ページ・TOP案内・商品ページ下部ボタン
===================================================== */

.torippie-realshop-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    color: #3b2a1e;
}

.torippie-realshop-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    background: #fff8ef;
    border: 2px solid #f3a23a;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 34px;
}

.torippie-realshop-label {
    display: inline-block;
    background: #f39800;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 12px;
}

.torippie-realshop-hero h1,
.torippie-realshop-section h2,
.torippie-realshop-info h2,
.torippie-realshop-access h2 {
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 14px;
}

.torippie-realshop-hero p,
.torippie-realshop-section p,
.torippie-realshop-info p {
    line-height: 1.9;
}

.torippie-realshop-hero__image img,
.torippie-realshop-gallery img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

.torippie-realshop-section,
.torippie-realshop-info,
.torippie-realshop-access {
    margin-top: 36px;
}

.torippie-realshop-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.torippie-realshop-gallery figure {
    margin: 0;
}

.torippie-realshop-info__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 18px;
}

.torippie-realshop-info__card {
    background: #fff;
    border: 1px solid #f1d2a4;
    border-radius: 16px;
    padding: 18px;
}

.torippie-realshop-info__card h3 {
    font-weight: 800;
    margin-bottom: 8px;
    color: #b65f00;
}

.torippie-realshop-access table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 18px;
}

.torippie-realshop-access th,
.torippie-realshop-access td {
    border: 1px solid #efd6b0;
    padding: 14px;
    text-align: left;
    vertical-align: top;
}

.torippie-realshop-access th {
    width: 160px;
    background: #fff3df;
    font-weight: 800;
}

.torippie-realshop-buttons,
.torippie-realshop-top-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.torippie-realshop-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #f39800;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.torippie-realshop-btn:hover {
    opacity: 0.88;
}

.torippie-realshop-btn--sub {
    background: #6b4a2b;
}

/* TOPページ用カード */
.torippie-realshop-top-card {
    max-width: 1120px;
    margin: 28px auto;
    padding: 0 16px;
}

.torippie-realshop-top-card__inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 22px;
    align-items: center;
    background: #fff8ef;
    border: 2px solid #f3a23a;
    border-radius: 20px;
    padding: 22px;
}

.torippie-realshop-top-card__label {
    display: inline-block;
    background: #f39800;
    color: #fff;
    font-weight: 800;
    border-radius: 999px;
    padding: 5px 13px;
    margin-bottom: 10px;
}

.torippie-realshop-top-card h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.torippie-realshop-top-card p {
    line-height: 1.8;
}

.torippie-realshop-top-card__image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* 商品ページ下部用 */
.torippie-realshop-product-footer {
    max-width: 1120px;
    margin: 34px auto 0;
    padding: 0 16px;
}

.torippie-realshop-product-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #fff8ef;
    border: 2px solid #f3a23a;
    border-radius: 18px;
    padding: 18px 20px;
}

.torippie-realshop-product-inner strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    color: #b65f00;
}

.torippie-realshop-product-inner p {
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .torippie-realshop-hero,
    .torippie-realshop-top-card__inner {
        grid-template-columns: 1fr;
    }

    .torippie-realshop-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .torippie-realshop-info__grid {
        grid-template-columns: 1fr;
    }

    .torippie-realshop-access th,
    .torippie-realshop-access td {
        display: block;
        width: 100%;
    }

    .torippie-realshop-product-inner {
        display: block;
        text-align: center;
    }

    .torippie-realshop-product-inner .torippie-realshop-btn {
        margin-top: 14px;
        width: 100%;
    }
}