@charset "UTF-8";

.visual_cooking{
	background-image: url("../images/contact/visual.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.visual_cooking{
		background-image: url("../images/contact/visual@2x.jpg");
	}
}

#contact{
	padding-top: 80px;
	padding-bottom: 100px;
}

.contact_title{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #76952F;
}

.required{
	display: inline-block;
	background-color: #e6870a;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.8rem;
	padding: 1px 10px;
	margin-left: 10px;
	margin-bottom: 3px;
}

.error{
	color: red;
}

.contact_read{
	margin-bottom: 20px;
}


input[type="text"] {
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

input[type="tel"], input[type="email"] {
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

textarea{
    padding: 8px 5px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

.radio li{
	display: inline-block;
	margin-right: 20px;
}

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

.submit_btn01{
	background-color: #e6870a;
	border: 1px solid #e6870a;
	color: #FFFFFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 260px;
	height: 48px;
	border-radius: 10px;
	font-size: 1rem;
	position: relative;
	transition: cofor 0.3s ease, background 0.3s ease, border 0.3s ease;
	margin-right: 20px;
	cursor: pointer;
}

.submit_btn02{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 260px;
	height: 48px;
	border-radius: 10px;
	font-size: 1rem;
	position: relative;
	transition: cofor 0.3s ease, background 0.3s ease, border 0.3s ease;

	cursor: pointer;
	margin-right: 20px;
}

.submit02 {
    text-align: center;
    width: 570px;
    margin: 40px auto 0;
}
.submit_btn_wrap{

	display: inline-block;
}

@media (max-width: 768px) {
	#contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact_title{
	    text-align: center;
	    font-size: 22px;
	    margin-bottom: 30px;
	    color: #6d7c37;
	}
	.name input[type="text"] {
	    padding: 8px 5px;
	    border: 1px solid #d7d7d7;
	    width: 100%;
	}

	.radio li{
		display:block;
	}
	.submit02 {
	    text-align: center;
	    width: 100%;
	    margin: 40px auto 0;
	}

	.submit_btn02{
		margin-right: 0px;
		margin-bottom: 20px;
	}
}




