@media only all and (min-width: 960px) {
    .pagination a, .pagination .current {
        display: block;
    }
    .pagination .pn-prev {
        height: 60px;
    }
    .none-link {
        line-height: 60px;
        pointer-events: none;
    }
    .none-link span {
        filter: opacity(0.3);
    }
    .m-prev + .pn-prev a,
    .pn-next + .m-next a {
        border-left: none;
    }
    .pagination .m-prev a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .pagination .m-next a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    a.top-store_img img {
        object-fit: cover;
        height: 100%;
    }
    .noshop {
        font-family: "NSJ";
        font-weight: 400;
        color: #000;
        font-size: 18px;
        line-height: 1.8;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #eaeaea inset;
    }
    .acf-map {
        height: 580px;
    }
    .acf-map img {
       max-width: inherit !important;
    }
    
    #form-area {
        margin-top: 40px;
        padding: 60px;
        background-color: #f0f0f0;
    }
    .form-table {
        table-layout: fixed;
        width: 100%;
    }
    .form-table th {
        width: 30%;
        font-size: 16px;
        font-weight: bold;
    }
    .form-table td {
        width: 70%;
    }
    .form-table tr:not(:last-of-type) th,
    .form-table tr:not(:last-of-type) td {
        padding-bottom: 30px;
    }
    .form-table input[type=text],
    .form-table input[type=tel], 
    .form-table input[type=email] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .required {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #d33919;
    }
    .form-policy {
        margin: 40px 0;
        padding: 30px;
        background: #fff;
        text-align: center;
    }
    .form-policy-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .policy-check {
        display: inline-block;
        margin-top: 10px;
        font-weight: bold;
        color: #d33919;
    }
    .policy-check label {
        cursor: pointer;
    }
    .form-btn {
    }
    .form-btn input[type=submit] {
        display: inline-block;
        padding: 1em 3em;
        background-color: #FF6444;
        border: 1px solid #FF6444;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border-radius: 2em;
        cursor: pointer;
        transition: all 0.1s 0s ease;
    }
    @media (hover: hover) {
        .form-btn input[type=submit]:hover {
            background-color: #fff;
            color: #FF6444
        }
    }
    
    .wpcf7-not-valid-tip {
        margin-top: 5px;
    }
    .wpcf7-response-output {
        padding: 15px !important;
        background-color: #fff;
    }
    
    .ent-body figure {
        margin-bottom: 2.5em;
    }
}

@media only screen and (max-width: 959px) {
    .acf-map {
        height: 377px;
    }
    
    #form-area {
        margin-top: 20px;
        padding: 20px;
        background-color: #f0f0f0;
    }
    .form-table {
        table-layout: fixed;
        width: 100%;
    }
    .form-table th {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .form-table td {
        display: block;
        width: 100%;
    }
    .form-table tr:not(:last-of-type) td {
        padding-bottom: 20px;
    }
    .form-table input[type=text],
    .form-table input[type=tel], 
    .form-table input[type=email] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .required {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #d33919;
    }
    .form-policy {
        margin: 30px 0;
        padding: 20px;
        background: #fff;
        text-align: center;
    }
    .form-policy-text {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .policy-check {
        display: inline-block;
        margin-top: 10px;
        font-weight: bold;
        color: #d33919;
    }
    .policy-check label {
        cursor: pointer;
    }
    .form-btn {
    }
    .form-btn input[type=submit] {
        display: block;
        width: 100%;
        padding: 1em 0;
        background-color: #FF6444;
        border: 1px solid #FF6444;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border-radius: 2em;
        cursor: pointer;
        transition: all 0.1s 0s ease;
        text-align: center;
    }
    
    .noshop {
        font-family: "NSJ";
        font-weight: 400;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 15px;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #eaeaea inset;
    }
    
    .wpcf7-not-valid-tip {
        margin-top: 5px;
    }
    .wpcf7-response-output {
        padding: 15px !important;
        background-color: #fff;
    }
}