@charset "UTF-8";
/* 追加CSS */

body:not(.home) {
    /* ===============================================
  # お問い合わせ　カレンダー連携用
  =============================================== */
}

body:not(.home) .contact_link_wrap .more a {
    max-width: 400px;
}

body:not(.home) .contact_link_wrap .more a::after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}

@media (min-width: 768px) {
    body:not(.home) .contact_link_wrap .more a {
        margin-left: 0;
    }
}

body:not(.home) .udr_contact_time .wpcf7-form-control {
    width: 60% !important;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    body:not(.home) .udr_contact_time .wpcf7-form-control {
        margin-top: 33px;
        padding: 12px;
    }
}

@media (max-width: 767px) {
    body:not(.home) .udr_contact_wrap input[type=date] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100% !important;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #218C74;
        border: 1px solid #fff;
        border-radius: 0;
        font-size: 16px;
        padding: 15px 20px;
        position: relative;
        border-radius: 50px;
        z-index: 0;
        color: #fff;
        min-height: 50px;
    }

    body:not(.home) .udr_contact_wrap input[type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        opacity: 1;
        cursor: pointer;
    }

    body:not(.home) .udr_contact_wrap .udr_contact_date .wpcf7-form-control {
        width: 100% !important;
    }

    body:not(.home) .udr_contact_wrap .udr_contact_date {
        position: relative;
    }

    body:not(.home) .udr_contact_wrap .udr_contact_date::after {
        content: "";
        position: absolute;
        right: 15%;
        bottom: 25px;
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        pointer-events: none;
        z-index: 1;
    }

    input.wide_area,
    select.wide_area {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 52px;
    }
}