/* contact */
/* #contact-wrapper {
    min-height: 100vh;
} */


/* フォーム */
form div {
    background-color: aquamarine;
    /* background-attachment: fixed; */
    height: auto;
    width: 373px; 
    margin-bottom: 10px;
    
    
}
label {
    background-color: rgb(244, 165, 185);
    font-weight: fixed;
    font-size: 1.125rem;
    margin-bottom: 5px;
    height: auto;
    width: 373px; 
    display: block;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
    border: 1px rgb(48, 66, 144) solid;
    border-style: solid solid solid solid;
    border-radius: 1px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="number"],
input[type="email"] {
    width: 100%;
    max-width: 350px;
}
textarea {
    width: 100%;
    max-width: 350px;
}

input[type="submit"] {
    border: solid;
    cursor: pointer;
    line-height: 2;
}

.business-hours {
    text-align: center;
}

/* モバイル版 */
/* @media (max-width: 600px) {
    /* contact */
    /* #contact .contact-title {
        margin-top: 480px;
    } */

    /* フォーム */
    /* input[type="text"],
input[type="number"],
input[type="email"],
textarea {
    max-width: 100%;
} */


/* #contact-wrapper {
     opacity: 0.5;
}  */


