@charset "UTF-8";

body {
    background-color: #ebebeb;
}
/*
header {
    width: 100vw;
    height: 60px;
    background-color: #000;
}
*/
#contact-form {
    width: 65vw;
    max-width: 1280px;
    min-width: 1024px;
    margin: 40px auto 100px auto;
}

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

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

dt {
    font-family: sans-serif;
}

dd {
    padding: 10px 0;
    border-bottom: solid 1px #555;
    margin-bottom: 10px;
    margin-left: 0;
}

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

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

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

.submit {
		position:relative;
    width: 400px;
		height:80px;
    margin: 0 auto;
}
#flat-btn{
	position:absolute;
	top:0;
	left:80px;
}
.submit img{
	width:100%;
}

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;
    padding-top: 40px;
    width: 95vw;
    margin: 0 auto 80px auto;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
}

.contact-item {
    width: 48%;
    padding-right: 40px;
}

.contact-item:last-child {
    padding-right: 0;
}

#contact-text {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.2;
    padding-left: 8%;
}

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

#contact-btn {
		position:relative;
    width: 400px;
		height:80px;
    margin: 0 auto;
}
#contact-btn-m{
	position:absolute;
	top:0;
	left:0;
}

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

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

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



