@charset "uft-8";

.wrap {
    width: 80%;
    max-width: 565px;
    margin: auto 237px;
}


.contact {
    width: 80%;
    background: #F6EAE7;
}

.contact_text {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.6;
}

.contact_form {
    width: 50%;
    margin: auto;
}

/* ※マーク */
sup {
    color: #FC0518;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 25px;
}

.form_parts {
    margin-bottom: 40px;
}



.input[type="text"],
.input[type="emil"] {
    width: 100%;
}




input[type='text'],
input[type='email'],
select[name="contact_list"],
textarea[name="comment"] {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #6E5D4D;
    background-color: #fff;
    border-radius: 5px;
}


button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}



/* プライバシーポリシー */
.privacy_text {
    line-height: 1.6;
    margin-bottom: 20px;
}

.privacy_link {
    color: #FC0518;
    font-weight: 500;
}

/* 送信 */
.form_submit {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.form_parts {
    margin-bottom: 1em;
    line-height: normal;
}

.button {
    font-size: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    padding: 13px 0;
    transition: .4s;
    text-decoration: none;
    color: inherit;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #6E5D4D;
}


/* スマホ */

@media (max-width: 768px) {

    .wrap {
        margin: auto;
    }

    .contact {
        width: 100%;
    }

    .contact_text {
        font-size: 16px;
    }
}