/* @import url("_reset.css"); */
/* :root {
    --primary-color: #008898;
    --highlight-color: #9CE5F0;
    --base-font: "Noto Serif JP", serif;
    --sans-font: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    --header-height: 50px;

    @media (min-width: 981px) {
        --header-height: 80px;
    }
} */

.nihonbedReport {
    .nihonbedReport__lead {
        margin: 2em 0 3em;
        text-align: justify;
        /* @media (min-width: 781px) {
            margin-bottom: 80px;
        } */
    }

    p {
        text-align: justify;
    }

    .nihonbed__showroom {
        margin-block: 2em;
    }

    .nihonbedReport__gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        margin: 2em 0;
    }

    .nihonbedReport__lunch {
        margin-top: 3em;
        @media (min-width: 981px) {
            display: flex;
            justify-content: space-between;
        }

        .image {
            margin-bottom: 15px;
            @media (min-width: 981px) {
                margin: 0 30px 0 0;
                width: 53%;
            }
        }

        .text {
            @media (min-width: 981px) {
                flex: 1;
            }
            h3 {
                font-weight: bold;
                margin-bottom: .5em;
            }
        }

    }
}