@charset "utf-8";

.contact {
    margin-top: 8.1rem;
    width: 100vw;
    text-align: center;
}

.contacttitle h2 {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    padding: 11.2rem 0 5.4rem 0;
}

.contactimage {
    width: 100%;
}

.form-container {
    background: #fff;
    padding: 2rem;
    width: 55.7rem;
    margin: 0 auto;
}

.form-container h3 {
    font-size: 2rem;
    margin: 17rem 0 10.5rem;
    color: #333;
}

.form-group {
    margin-top: 8.5rem;
}

label {
    display: block;
    text-align: justify;
    margin-bottom: 3rem;
    font-weight: bold;
    color: #333;
    font-size: 2rem;
}

input, textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-align: justify;
}

textarea {
    resize: none;
    height: 28.6rem;
}

#message {
text-align: justify;
}

input:focus, textarea:focus {
    border-color: #000;
    outline: none;
}

.submit-button {
    display: block;
    width: fit-content;
    padding: 1.2rem 3rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 2rem;
    cursor: pointer;
    margin: 15.4rem auto;
}

.submit-button:hover {
    background-color: #000;
    color: #fff;
}

.required {
    color: red;
}

footer {
    height: 47rem;
    background-color: #567272;
}

.information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    font-size: 2rem;
    color: #fff;
    padding-top: 13rem;
}

.footer-menu {
    width: 11.5rem;
    height: 21.1rem; 
    margin: 0 auto;
}

.footer-menu ul {
    line-height: 4.5rem;
}

.sns {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.sns a img {
    width: 3.7rem;
}

.footer-logo {
    margin: 0 auto;
}

.footer-logo h3 {
    font-size: 6.4rem;
    font-weight: bold;
    text-align: center;
}

address {
    margin-top: 4rem;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}

.businessdays {
    margin: 0 auto;
    line-height: 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.Regularholiday {
    margin-top: 3rem;
}
