@charset "UTF-8";

/* =======================================================
	mainVis
* ======================================================= */
.mainVis {
	background: url(../images/bg-contact.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


/*================================================
 *  contact
 ================================================*/
form {
	max-width: 700px;
	margin: 0 auto;
}
label {
    margin-bottom: 20px;
    line-height: 1.7;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
label small {
	font-size: 11px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],select {
    width: 100%;
    display: block;
    border: 0;
    outline: none;
    height: 3.5rem;
    line-height: 1.4rem;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    padding-left: 10px;
}

textarea {
	width: 100%;
    display: block;
    border: 0;
    outline: none;
    line-height: 1.4rem;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    padding-left: 10px;
}
form .flex div {
	width: 45%;
}
sup {
	color: #da9c9d;
}
button {
    background-color: #fff;
    color: #403732;
    border: 1px solid #403732;
    outline: none;
    padding: 12px 40px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    margin: 0 10px;
}
button:hover {
    color: #fff;
    background-color: #403732;
}