@charset "UTF-8";

body {
    background-color: #ebebeb;
}
/*
header {
    width: 100vw;
    height: 60px;
    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: 3.4vw;
    margin-bottom: 0;
}

.contact-title p {
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: 10px;
    font-size: 2.4vw;
    font-family: sans-serif;
}

dt {
    font-family: sans-serif;
    font-size: 2vw
}

dd {
    padding: 7px 0;
    border-bottom: solid 1px #555;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 2vw;
}

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

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

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

.submit {
		position:relative;
    width: 40vw;
		height:8vw;
    margin: 0 auto;
}
#flat-btn{
	position:absolute;
	top:0;
	left:8.25vw;
}
.submit img{
	width:100%;
}
	
input[type="button"] {
    padding: 10px 8vw;
    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 {
    width: 70%;
    font-family: sans-serif;
    font-size: 0.8em;
    margin: 0 auto;
}

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

#contact-btn {
		position:relative;
    width: 40vw;
		height:8vw;
    margin: 0 auto;
}
#contact-btn-m{
	position:absolute;
	top:0;
	left:0;
}

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

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

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


