@media screen and (max-width: 767px) {
    .offset-1,.offset-2{
        margin-left: 0;
    }

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .n-title img{
        width: 80%;
    }

    .nayami-content .sp{
        text-align: center;
    }

    .nayami-content .sp img{
        width: 70%;
    }

    .contact-title h2{
        font-size: 20px;
    }

    .tel-number{
        font-size: 30px;
    }

    .sp-tel{
        font-size: 14px;
    }

    .contact-list{
        flex-wrap: wrap;
    }

    .contact-list a{
        width: 48%;
        margin-bottom: 10px;
    }

    .situ-list li{
        width: 48%;
        margin-bottom: 20px;
    }

    .product .col-md-5{
        display: none;
    }

    .product .col-md-6{
        width: 100%;
    }

    .flow .col-md-10{
        flex-direction: column;
    }

    .flow .col-md-3{
        width: 100%;
    }

    footer{
        flex-direction: column-reverse;
    }

    footer .col-md-4{
        text-align: center;
        margin-bottom: 20px;
    }

    footer iframe{
        height: 200px;
    }
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}