@charset "UTF-8";

.contact-message {
	margin: 0 auto 6vw;
	padding: 3vw;
	background-color: #FDB97E;
	border-radius: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#wrapper .row .contact-message p {
	margin-bottom: 0;
}

.hidden-message {
	display: none;
}

#contactform > div {
	padding: 2vw 0;
}

p.error,
span.error {
	font-size: 10px;
	color: #cc0000;
}

#contactform label {
	font-weight: 600;
}

#contactform input,
#contactform textarea {
    width: 100%;
    font-size: 16px;
    padding: 1vw;
    border: 1px solid #00866d;
    border-radius: 5px;
	color: rgba(0, 0, 0, .8);
}  

#contactform input {
} 

#contactform textarea {
    height: 25vw;
}

.mail-button button {
	width: 100%;
	margin-top: 2vw;
    font-size: 14px;
    padding: 2vw 4vw;
    background-color: #969696;
    color: #fff;
    border-radius: 5px;
	letter-spacing: 0.3vw;
	font-weight: 600;
}

.mail-button {
	text-align: center;
}

::placeholder {
	color: #BCBCBC;
}




/***** FOR TABLET *****/
@media screen and (min-width: 769px) {
	
}





/***** FOR PC *****/
@media screen and (min-width: 961px) {
	
	
	
}