@charset "UTF-8";

body {
    background-color: #ebebeb;
}
/*
header {
    height: 40px;
    background-color: #000;
}
*/
#contact-form {
    width: 90vw;
    margin: 0 auto 100px auto;
		padding-top:20vw;
}

.contact-title h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

.contact-title p {
    text-align: center;
    padding-bottom: 20px;
    font-size: 0.8em;
}

dt {
    font-family: sans-serif;
    font-size: 0.8em;
}

dd {
    padding: 5px 0;
    border-bottom: solid 0.5px #555;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 0.8em;
}

input {
    border: solid 0px;
    background-color: #ebebeb;
    padding: 0;
    
}

textarea {
    border: solid 0px;
    background-color: #ebebeb;
    width: 98%;
    font-size: 0.8em;
    padding: 5px;
    resize: vertical;
    max-height: 400px;
    min-height: 200px;
}

span {
    margin-left: 1em;
    border: solid 1px red;
    padding: 0 5px;
    font-size: 0.6em;
    color: red;
    font-weight: bold;
    font-family: sans-serif;
}

.submit {
    text-align: center;
    margin-top: 30px;
}

input[type="button"] {
    padding: 10px 70px;
    background: #222;
    color: #fff;
    font-family: sans-serif;
    border-radius: 3px;
    cursor: pointer;
}

/*お問い合わせ*/
#contact {
    border-top: solid 1px #555;
    width: 90vw;
    margin: 0 auto 40px auto;
}

.contact-container {
    width: 90vw;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.contact-item {
    width: 100%;
    margin-top: 20px;
}

#contact-text {
    font-family: sans-serif;
    font-size: 0.6em;
}

#contact-tel {
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#contact-btn {
    display: block;
    text-align: center;
}

#contact-btn img {
    width: 60%;
}

#contact-time {
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

footer {
    width: 100vw;
    height: 400px;
    background-color: #505050;
}

