@charset "UTF-8";


.contact-wrapper div {
    display: flex;
}

/* //////////CONTACT////////// */

.contact-text {
    text-align: center;
}

.wpcf7 {
    width: 100%;
    margin: auto;
}

.wpcf7 form {
    width: 100%;
}

.contact-form-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 60px auto 0 auto;
}

.contact-form-wrapper label {
    display: flex;
    align-items: center;
}

.input-wrapper {
    width: 100%;
    max-width: 860px;
    margin: auto;
    border-top: 1px solid #bbb;
}

.input-wrapper:last-of-type {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
}

.input-h {
    font-weight: bold;
    width: 240px;
    padding: 25px 20px;
    display: flex;
}

.input-h p {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    height: fit-content;
}

.input-h .required {
    font-size: 12px;
    color: #fff;
    background-color: #D52332;
    padding: 3px 10px;
    margin-left: 10px;
}

.input-h .small {
    font-size: 12px;
}

.input-d {
    flex-direction: column;
    width: calc(100% - 240px);
    padding: 25px 20px;
}

input,
textarea,
select {
    border-radius: 3px;
    padding: 0 5px;
    height: 40px;
    width: 100%;
    border: 1px solid #bbb;
}

input {
    max-width: 100%;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    margin: auto 8px auto 0;
}

textarea {
    height: 250px;
    padding: 10px;
}

.your-day {
    width: 190px;
    height: 40px;
    margin-right: 20px;
}

.your-time {
    width: 190px;
    height: 40px;
}

.your-day-text {
    font-size: 12px;
    margin-top: 10px;
    color: #a72424;
    font-weight: bold;
}

.your-day-text-02 {
    margin-top: 0;
}

.your-check {
    display: flex;
    flex-direction: column;
}

.your-check span {
    margin-left: 0;
}

.your-check .wpcf7-list-item {
    margin-bottom: 10px;
}

.your-check .wpcf7-list-item.last {
    margin-bottom: 0;
}

.your-studio span {
    margin: 0;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: auto 8px auto 0;
}

.form-agree {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px auto;
    color: #D52332;
    font-weight: bold;
    font-size: 14px;
}

.form-agree label {
    margin: auto;
}

.form-check input[type=checkbox] {
    min-width: 20px;
    min-height: 20px;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

.form-submit {
    width: 220px;
    display: flex;
    align-items: center;
}

.wpcf7-submit {
    border: none;
    color: #fff;
    background-color: #D52332;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
    min-width: 100%;
    height: 55px;
    font-size: 18px;
}

.contact-privacy {
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}

.contact-privacy-ttl {
    font-weight: bold;
    font-size: 18px;
    margin: 40px 0 10px 0;
}

.contact-privacy-text {
    font-size: 12px;
    line-height: 1.8;
}

.form-btm-text {
    flex-direction: column;
    margin: 32px auto 43px auto;
}

.form-btm-text p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.form-btm-text p.big {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

#contact .content {
    max-width: 1100px;
}

.contact-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 60px 2vw;
}

.contact-wrapper .ttl {
    width: 100%;
    text-align: center;
}
.contact-wrapper h2 {
    margin: auto;
}

.contact-wrapper .ttl .ttl-sub {
    color: #000;
}

.nop .input-d span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nop .input-d span:first-of-type {
    margin-bottom: 5px;
}

.nop .input-d p {
    display: flex;
    flex-direction: column;
}

.nop .input-d input span:first-of-type {
    margin-bottom: 0;
}

.nop br {
    display: none;
}
.file-wrapper {
    flex-direction: column;
}
.file-wrapper p {
    display: flex;
    flex-direction: column;
}
.wpcf7 input[type="file"] {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

.contact-btm-text-ttl {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    text-align: left;
}
.contact-btm-text {
    font-size: 14px;
    margin-top: 3px;
    text-align: left;
}
.input-d p {
    width: 100%;
    display: flex;
    align-items: center;
}
.adult-num {
    width: 100px;
    margin-left: 10px;
    margin-right: 25px;
}
.child-num {
    width: 100px;
    margin-left: 10px;
}

p.contact-privacy-ttl {
    margin-bottom: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 1000px) {
    .contact-wrapper .ttl {
        margin-bottom: 60px;
    }
    .contact-form-wrapper {
        padding: 0 2vw;
        margin-top: 0;
    }
    .input-wrapper {
        flex-direction: column;
    }
    .input-d,
    .input-h {
        width: 100%;
    }
    .input-h {
        padding: 0;
        margin-bottom: 20px;
    }
    .input-d {
        background-color: transparent;
        padding: 0;
        margin-bottom: 20px;
    }
    .input-wrapper {
        border: none;
    }
    .input-column-wrapper {
        display: flex;
        flex-direction: column;
    }
    .your-time {
        margin-top: 15px;
    }
    .form-agree label {
        display: flex;
        align-items: center;
    }
    #contact-form .contact-form-wrapper {
        padding: 0;
        margin-top: 20px;
    }
    .form-btm-text {
        margin: 30px auto 50px 0;
    }
    .form-btm-text p {
        text-align: left;
    }
    .input-d {
        font-size: 14px;
    }
    .input-wrapper {
        margin-bottom: 20px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .wpcf7 .wpcf7-submit {
        cursor: pointer;
    }
    .wpcf7 .wpcf7-submit:disabled {
        cursor: not-allowed;
    }
}


/* //////////animation////////// */

.fade {
    opacity: 0;
    transition: all 1.3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.3s;
}

.fade-R {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1.3s;
}

.fade-L {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1.3s;
}

.marker {
    padding: 0 5px;
    background-image: linear-gradient(#FFF6A1, #FFF6A1);
    background-size: 0 50%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: 2s ease;
}

.marker.active {
    background-size: 100% 50%;
}

.dly {
    transition-delay: 0.3s;
}

.dly2 {
    transition-delay: 0.6s;
}

.test {
    width: 100%;
    height: 200vh;
}

@media screen and (max-width: 600px) {
    .dly,
    .dly2 {
        transition-delay: 0;
    }
}