/* --------------------------------
お問い合わせ
-------------------------------- */
/* contact */

#contact .title{
    margin-bottom: 80px;
}

#contact .subtitle{
    font-size: 2.5rem;
}

#contact form{
    display: flex;
    flex-direction: column;
    font-size: 2.5rem;
    margin-top: 80px;
    gap: 35px;
}

#contact form .form_wrapper{
    display: flex;
    gap: 50px;
    flex-direction: column;
}

#contact form label{
    color: #934C08;
}

#contact form .form_item{
    display: flex;
    flex-direction: column;
}

#contact form input:not(.wpcf7-submit){
    background-color: #fff;
    height: 65px;
    margin-top: 25px;
    padding-left: 20px;
    width: 100%;
}

#contact form textarea:not(.wpcf7-submit){
    background-color: #fff;
    height: 65px;
    margin-top: 25px;
    padding-left: 20px;
    width: 100%;
    height: 200px;
}

.wpcf7-form-control-wrap {
    display: block;
}

