/* @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;
    }
} */

.nihonbed {
    .nihonbed__lead {
        margin: 2em 0;
        text-align: justify;
        /* @media (min-width: 781px) {
            margin-bottom: 80px;
        } */
    }
    .nihonbed__schedule{
        display: grid;
        grid-template-columns: 6em 1fr;
    }

    p{
        text-align: justify;
    }


    .nihonbed__technology{
        display: grid;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        gap: 30px;
        margin-bottom: 1em;
        @media (min-width: 781px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }
        img{
            display: block;
            margin-bottom: 10px;
        }
        h3{
            /* font-weight: bold; */
            font-size: 1.25rem;
            margin-bottom: .5em;
        }
    }

     .wp-block-separator{
        margin-block: 50px;
     }
     .nihonbed__showroom{
        margin-block: 2em;
     }
}