@import url("common/c_bg_deco.css");
@import url("common/c_fonts.css");
@import url("common/c_header_footer.css");
@import url("common/c_breadcrumb.css");

@import url("common/c_other.css");
@import url("common/c_reset.css");

main {

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;

    @media (min-width: 1250px) {
        max-width: 1250px;
        margin: 0 auto;
        margin-top: 90px;
    }

    .business_detail {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        li {
            margin: 10px;
            box-shadow: 0 0 8px gray;


            a {
                text-decoration: none;
            }

            img {
                width: 250px;
                /* width: clamp(170px, 20vw, 250px); */
                display: block;
            }

            h3 {
                background-color: #4C7BD0;
                color: white;
                text-align: center;
            }

            .b1 {
                font-size: 20px;
                /* font-size: clamp(10px, 1.4vw, 20px); */
                padding: 10px;
            }

            .b2 {
                font-size: 15px;
                /* font-size: clamp(10px, 1.2vw, 15px); */
                padding: 14px 10px;
            }

        }

    }
}