/*------------
お問い合わせ
--------------*/
.textarea {
    resize: vertical;
}
.contact-form table {
    border-collapse: collapse;
    margin: 0 0 50px;
    width: 100%;
}
.contact-form table tr {
    border-bottom: 1px dashed #CCC;
}
.contact-form table th {
    padding: 20px 40px 20px 0;
    vertical-align: middle;
    text-align: left;
}
.contact-form table td {
    padding: 20px 0;
}
.contact-form .hissu {
    display: inline-block;
    background: #E57373;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    padding: 1px 8px;
    margin-left: 15px;
    vertical-align: 1px;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=number], .contact-form select, .contact-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f1f1f1;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}
.contact-form select::-ms-expand {
    display: none;
}
.contact-form textarea {
    height: 200px;
}
.contact-form input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form input[type=tel]:focus, .contact-form input[type=number]:focus, .contact-form textarea:focus, .contact-form select:focus {
    outline: 1px solid #419caf;
}
.contact-form .select-wrap {
    position: relative;
}
.contact-form .select-wrap::after {
    content: "";
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.contact-form .mwform-radio-field, .contact-form .mwform-checkbox-field {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0 !important;
}
.contact-form .mwform-radio-field input[type=radio] {
    display: none;
}
.contact-form .mwform-radio-field label {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    line-height: 1;
}
.contact-form .mwform-radio-field label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
}
.contact-form .mwform-radio-field .mwform-radio-field-text:after {
    content: "";
    border-radius: 50%;
    background: #419caf;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transition: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.contact-form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form .mwform-checkbox-field input[type=checkbox] {
    display: none;
}
.contact-form .mwform-checkbox-field label {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    padding: 0 0 0 30px;
    position: relative;
}
.contact-form .mwform-checkbox-field label:before {
    content: "";
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
    content: "";
    border-bottom: 3px solid #419caf;
    border-right: 3px solid #419caf;
    width: 7px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: 7px;
    transition: 0.3s;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.contact-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.contact-form .mwform-tel-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-form .mwform-tel-field input[type=text] {
    width: 29%;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
    margin-right: 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
    margin: 0 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
    margin-left: 10px;
}
.contact-form .mwform-zip-field input[type=text] {
    width: 15%;
    min-width: 80px;
    margin: 0 10px;
}
.contact-form .preferred-date {
    overflow: hidden;
}
.contact-form .preferred-date .date {
    width: 45%;
    float: left;
}
.contact-form .preferred-date .time {
    display: flex;
    align-items: center;
    float: right;
    width: 50%;
}
.contact-form .preferred-date .time select {
    width: 80px;
}
.contact-form .preferred-date .time .hour {
    margin: 0 10px;
}
.contact-form .preferred-date .time .minute {
    margin: 0 0 0 10px;
}
.contact-form .birthday {
    display: flex;
    align-items: center;
}
.contact-form .birthday select {
    width: 100px;
}
.contact-form .birthday .year {
    margin: 0 10px;
}
.contact-form .birthday .month {
    margin: 0 10px;
}
.contact-form .birthday .day {
    margin: 0 0 0 10px;
}
.contact-form .submit-btn {
    display: flex;
    justify-content: center;
}
.contact-form .submit-btn [type=submit] {
    -webkit-appearance: none;
    background: #419caf;
    border: 1px solid #419caf;
    border-radius: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 22px 40px;
    letter-spacing: 3px;
    transition: 0.3s;
    width: 250px;
}
.contact-form .submit-btn [type=submit]:hover {
    opacity: 0.7;
}
.contact-form .submit-btn [type=submit].back-btn {
    background: #999;
    border: none;
    margin-right: 50px;
}
.mw_wp_form_confirm .select-wrap::after {
    display: none;
}
.mw_wp_form_confirm .file-button {
    cursor: auto;
    display: block;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    padding: 0;
    margin-top: 0;
}
.mw_wp_form_confirm .file-button .file-txt {
    display: none;
}
.mw_wp_form_confirm .file-button .file-delete {
    display: none;
}
.mw_wp_form_confirm .file-button .mw-wp-form_image {
    display: block;
    width: 100px;
}
.l-contact-tel01 {
    text-align: center;
}
.l-contact-tel01 .l-ttl {
    display: table;
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    padding: 0 0 15px;
    margin: 0 auto 25px;
}
.l-contact-tel01 .l-tel {
    display: block;
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 0 15px;
}
.l-contact-tel01 .l-tel i {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: -4px;
    width: 27px;
}
.l-contact-tel01 .l-txt {
    font-size: 14px;
}
.l-contact-tel02 .l-ttl {
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}
.l-contact-tel02 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding: 50px;
    position: relative;
    margin: 0 auto;
    width: 70%;
}
.l-contact-tel02 .wrapper::before {
    content: "";
    background: #d0d0d0;
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.l-contact-tel02 .left-side {
    text-align: center;
    width: 50%;
}
.l-contact-tel02 .right-side {
    padding: 0 0 0 50px;
    width: 50%;
}
.l-contact-tel02 .l-tel {
    display: block;
    font-family: "FOT-筑紫明朝 Pr6N M";
    font-size: 25px;
    letter-spacing: 0.15em;
}
.l-contact-tel02 .l-tel i {
    font-size: 18px;
    margin: 0 15px 0 0;
    vertical-align: 2px;
}
.l-contact-tel02 .l-txt {
    font-family: "FOT-筑紫明朝 Pr6N M";
}
.contact-flow {
    position: relative;
    z-index: 0;
}
.contact-flow::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 10px;
}
.contact-flow li {
    color: #ccc;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 40px;
    position: relative;
}
.contact-flow li::before, .contact-flow li::after {
    content: "";
    border-radius: 50px;
    position: absolute;
    top: 0;
}
.contact-flow li::before, .contact-flow li::after {
    background: #ccc;
    width: 11px;
    height: 11px;
    top: 2px;
    left: 5px;
    z-index: 2;
}
.contact-flow li::after {
    display: none;
    -webkit-animation: contact-flow 1.4s infinite normal;
    animation: contact-flow 1.4s infinite normal;
    z-index: 0;
}
.contact-flow li.current {
    color: #222;
}
.contact-flow li.current::before, .contact-flow li.current::after {
    background: #102942;
}
.contact-flow li.current::after {
    display: block;
}
.contact-flow li + li {
    margin-top: 60px;
}
@-webkit-keyframes contact-flow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}
@keyframes contact-flow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}
@media screen and (max-width: 800px) {
    .contact-form table {
        margin: 0 0 30px;
    }
    .contact-form table tr {
        border-bottom: 1px dashed #CCC;
    }
    .contact-form table th, .contact-form table td {
        display: block;
    }
    .contact-form table th {
        padding: 15px 0 10px;
    }
    .contact-form table td {
        padding: 0 0 15px;
    }
    .contact-form .preferred-date {
        overflow: hidden;
    }
    .contact-form .preferred-date .date {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .contact-form .preferred-date .time {
        width: 100%;
    }
    .contact-form .birthday select {
        width: auto;
        padding: 15px 30px 15px 15px;
    }
    .contact-form .birthday .year {
        margin: 0 5px;
    }
    .contact-form .birthday .month {
        margin: 0 5px;
    }
    .contact-form .birthday .day {
        margin: 0 0 0 5px;
    }
    .contact-form .submit-btn [type="submit"] {
        padding: 15px;
        width: 250px;
    }
    .contact-form .submit-btn [type="submit"].back-btn {
        margin-right: 25px;
    }
}