/* タブレット向けレイアウト 1024px以下に適用*/

@media all and (max-width: 1024px) {

    .header-right a {
        padding: 0 12px;
    }

    /*
    .obj-fit-img {
        height: 850px;
        object-fit: cover;
        object-position: 45% 0;
        font-family: 'object-fit: cover; object-position: 45% 0;'
    }
    */

    .work {
        width: 50%;
    }

}

/* モバイル向けレイアウト 670px以下に適用*/

@media all and (max-width: 850px) {

    .header-right {
        display: none;
    }

    .header-logo {
        height: 70px;
        margin-top: 5px;
        margin-left: 0px;
    }

    #hamb-menu {
        display: block;
    }

    input,
    textarea {
        width: 100%;
    }

    .footer-logo {
        height: 70px;
        margin: 30px 0 10px 0;

    }

    .footer-left {
        float: none;
        text-align: center;
    }

    .footer-right {
        margin: 20px 0 40px 0;
        float: none;
        text-align: center;
    }

    .copyright {
        padding-top: 0;
    }

    /*
    .obj-fit-img {
        height: 478.125px;
        object-fit: cover;
    }
    */

    .map-wrapper {
        height: 500px;
    }

    .info-iframe {
        height: 300px;
    }

    .work {
        width: 100%;
    }

    .history-text {
        font-size: 12px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-slide-content {
        font-size: 11px;

    }

    .policy-li {
        width: 90%;
    }

}
