@charset "utf-8";

.main-img {
	margin: 0 0 60px 0;
}

.section__ttl {
	margin: 0 0 10px 0;
}

.section__ttl-double {
	box-sizing: border-box;
	margin: 0 0 35px 0;
	padding: 30px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#iframe-contact .contact__ttl {
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.iframe {
	height: 970px;
	width: 100%;
}

#iframe-contact .attention {
	margin: 0 0 35px 0;
}

#iframe-contact {
	width: 630px;
	margin: 0 auto;
}

#iframe-contact .iframe-contact__txt {
	margin: 0 0 30px 0;
}

#iframe-contact form {
	box-sizing: border-box;
	padding: 30px;
	border:3px solid #f7f6f2;
}


#iframe-contact .name__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

#iframe-contact .mail {
	margin: 0 0 40px 0;
}

#iframe-contact .name__flex>* {
	width: 48%;
}

#iframe-contact .name__flex input{
	height: 40px;
}


#iframe-contact .mail input{
	width: 380px;
	height: 40px;
}

#iframe-contact input[type="text"] {
	box-sizing: border-box;
	padding: 0 10px;
	background: #faf5e3;
	border: 1px solid #ede6ca;
	border-radius: 5px;
	margin: 10px 0 0 0;
	font-size: 1.6rem;
}

#iframe-contact .contact-detail input[type="text"] {
	width: 550px;
	height: 250px;
	margin: 10px 0 40px 0;
	display: block;
	vertical-align: top;
}

#iframe-contact textarea {
	box-sizing: border-box;
	background: #faf5e3;
	border: 1px solid #ede6ca;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 1.6rem;
	width: 550px;
	height: 250px;
	margin: 10px 0 40px 0;
	display: block;
}

#iframe-contact .contact-detail input[type="submit"] {
	display: block;
	width: 255px;
	height: 55px;
	background: #a3c343;
	color: #FFF;
	margin: 0 auto;
	font-size: 1.6rem;
	border-radius: 5px;
}

#iframe-contact .required {
	color: #ea4661;
	font-size: 2.0rem;
	line-height: 1.5rem;
}



