@charset "UTF-8";

/*-----------------------------------

	contact

-----------------------------------*/

#contents {
	padding-bottom: 100px;
    margin-top: 85px;
}
#contact #head_img {
	width: 100%;
	/* min-width: 980px; */
	background: url(../img/kaigishitsu/head_img.jpg);
	background-position: center 25%;
	background-size: cover;
}
#contact .block_h2 {
	padding: 60px 0;
	color: #fff;
}
#contact #intro_text {
	margin-top: 45px;
	margin-bottom: 70px;
}
#contact #intro_text .left {
	margin-left: 20px;
}
#contact #intro_text .right {
	margin-right: 20px;
}
#contact #intro_text h3 {
	margin: 40px 0 15px;
}
#contact #intro_text h3:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 5px;
	margin: 0 10px 5px 0;
	background: #fff001;
}

#contact .alert {
    background-color: #f7e6e6;
    border: 1px solid #c60000;
    color: #c60000;
    margin-bottom: 10px;
    padding: 10px 15px;
}

#contact .error {
	color: #FF0000;
}

#contact form {
		
}
#contact form table {
	width: 100%;
}
#contact form table th {
	font-size: 18px;
	font-size: 1.8rem;
	width: 280px;
	text-align: left;
	padding: 20px 35px;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: top;
	letter-spacing: 0.1em;
}
#contact form table th span {
	color: #ff4141;
	margin-left: 10px;
}
#contact form table td {
	padding: 20px 25px;
	border-bottom: 1px solid #f1f1f1;
}
#contact form table td input {
	padding: 8px 5px;
	font-size: 18px;
	font-size: 1.8rem;
}
#contact form table td select {
	width: 270px;
	margin: 15px 0 10px 30px;
	padding: 8px 5px;
	font-size: 18px;
	font-size: 1.8rem;
}
#contact form table td select.time_before,
#contact form table td select.time_after {
	width: 120px;
}
#contact form table td select.time_after {
	margin-left: 0;
}

#contact form table td textarea {
	width: 600px;
	height: 150px;
	font-size: 18px;
	font-size: 1.8rem;
}
input[type=radio] {
    width: 15px;
    height: 15px;
	vertical-align: -0.1em;
}
#contact table #tel_tr input {
	width: 110px;
	margin: 0 10px;
}
#contact table #day_tr ul li {
	margin-bottom: 40px;
}
#contact table #day_tr input {
	width: 80px;
	margin: 0 10px;
}
#contact table #tel_tr input:first-child {
	margin-left: 0;
}
#contact table td .two_box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	width: 200px;
	border-right: 2px solid #ddd;
	margin: 0 35px 20px 0;
	float: left;
}
#contact table td .list {
	overflow: hidden;
}
#contact table td .list li {
	float: left;
	width: 140px;
}
#contact table td .list li:nth-child(3) {
	margin-left: -45px;
}
#contact table #bld_1,
#contact table #bld_2 {
	display: none;
}
#contact table .w300 {
	width: 300px;
}
#contact table .w600 {
	width: 600px;
}
#contact table td .mt_15 {
	margin-top: 15px;
}
#contact .submit_area {
	margin-top: 50px;
}
#contact .submit_area p {
	text-align: center;
	margin-bottom: 30px;
}
#contact .submit_area .btn_style {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	width: 250px;
	margin: 0 auto;
	padding: 5px 0;
	border: none;
}
#contact .submit_area #confirm_btn {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}
#contact .submit_area #confirm_btn:hover {
	background: #fff;
	color: #333;
	border: 2px solid #333;
	cursor: pointer;
}
#contact .submit_area #submit_btn {
	background: #333;
	border: 2px solid #333;
	color: #fff;
	margin-left: 30px;
}
#contact .submit_area #submit_btn:hover {
	background: #fff;
	color: #333;
	border: 2px solid #333;
	cursor: pointer;
}
#contact .submit_area #back_btn {
	background: #d0d0d0;
	border: 2px solid #d0d0d0;
	color: #333;
	margin-left: 220px;
}
#contact .submit_area #back_btn:hover {
	background: #fff;
	color: #333;
	border: 2px solid #ddd;
	cursor: pointer;
}
#confirm #contents {
	margin-bottom: 100px;
}
#complete .complete_area {
	margin: 80px 0;
}
#complete .complete_area h3 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	margin-bottom: 30px;
	padding: 0 0 20px 10px;
	border-bottom: 1px dotted #ddd;
}
#complete .complete_area p {
	padding: 0 10px;
}
@media screen and (max-width: 980px) {
	#contact form table th,
	#contact form table td {
		display: block;
		width: 100%;
	}
	#contact form table th {
		border-bottom:none;
		padding: 20px 25px 0px;
	}
	#contact #intro_text .left,
	#contact #intro_text .right {
		float: none!important;
		margin-left: 0;
	}
	#contact table td .list {
		float: none!important;
	}
	#contact .submit_area .btn_wrap {
		width: 250px;
		margin: 0 auto;
	}
	#contact .submit_area #back_btn {
		margin-left: 0;
		margin-bottom: 10px;
	}
	#contact .submit_area #submit_btn {
		margin-left: 0;
	}
	#contact .submit_area .btn_wrap .btn_style {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		margin-top: 72px;
	}
	#contact table td .list li {
		float: none!important;
	}
	#contact table td .list li:nth-child(3) {
		margin-left: 0;
	}
	#contact table #tel_tr input:last-child {
		margin-top: 10px;
		margin-left: 0;
	}
	#contact table td .two_box h3 {
		width: 140px;
	}
	#contact table .w600 {
		width: 100%;
	}
	#contact form table td select.time_before, #contact form table td select.time_after {
		width: 100px;
	}
	#contact form table td textarea {
		width: 100%;
	}
}
@media screen and (max-width: 440px) {
	#contact table #day_tr ul li span {
		display: block;
	}
	#contact form table td select {
		margin: 15px 0 10px 10px;
	}
}
@media screen and (max-width: 400px) {
	#contact table .w300 {
		width: 100%;
	}
	
}