@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.1;
	display:block;
}
#top_title_wrap h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}

/*=============================================
	
	電話問い合わせ
	
==============================================*/
	#top_contact {
		margin: 0 0 2.4em;
	}
	#top_contact .lead {
		text-align: center;
		line-height: 2.0em;
		margin: 0 0 1.6em;
	}
	#top_contact dl {
		border: 1px solid #333;
		background: #FFF;
		text-align: center;
		padding: 2.0em 2.0em;
	}
	#top_contact dl dt {
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		padding: 1.2em 0;
		font-size: 0.9em;
		margin: 0 0 1.8em;
	}
	#top_contact dl dd {
	
	}
	#top_contact dl dd .tel{
		margin: 0 0 1.2em;
	}
	#top_contact dl dd .tel a{
		font-size: 2.6em;
	}
	#top_contact dl dd .hour{
	}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_contact {
		margin: 0 auto 90px;
	}
	#top_contact dl {
		width: 900px;
		margin: 0 auto;
	}
	#top_contact dl dt {
		float: left;
		border-bottom: none;
		border-top: none;
		width: 45%;
		padding: 70px 0 0;
		font-size: 1.0em;
		margin: 0 0 0;
	}
	#top_contact dl dd {
		float: right;
		width: 54%;
		border-left: 1px solid #997b30;
		padding: 30px 0;
	}
	#top_contact dl dd .tel{
		margin: 0 0 1.2em;
	}
	#top_contact dl dd .tel a{
		font-size: 2.6em;
	}
	#top_contact dl dd .hour{
	}
	#top_contact dl dd .hour span{
	}

}

/*---------------------------------------------------------
	
	    問い合わせレイアウト
	
---------------------------------------------------------*/

#contact {
	padding: 2.4em 0 3.6em;
}
#contact .container {
	border: 1px solid #333;
	background: #FFF;
	padding: 2em 5%;
	width: 80%;
}
#contact p.lead_text {
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
	margin: 0 0 1.6em;
}

#contact .form_area p.text01 {
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 3.2em;
}
#contact .form_area p.text01 span {
	color: red;
}
#contact .form_area p.error_box {
	text-align: center;
	font-size: 1.2em;
	color: red;
	margin: 0 0 3.2em;
	padding: 1.6em 1.0em;
	border: 3px double red;
}

#contact .form_area dl.form_list {
	margin: 0 0 2.4em;
	padding: 0 0 2.4em;
	border-bottom: 1px dotted #CCC;
}
#contact .form_area dl.form_list:last-of-type {
	padding: 0 0 0;
	border-bottom: none;
}
#contact .form_area dl.form_list dt {
	font-size: 1.1em;
	margin: 0 0 0.8em;
	color: #333;
	font-weight: bolder;
	vertical-align: middle;
	display: inline-flex;
}
#contact .form_area dl.form_list dt span {
	color: #FFF;
	background: #ff7d5d;
	padding: 0.2em 0.8em;
	font-size: 0.8em;
	vertical-align: middle;
	line-height: 2;
}
#contact .form_area dl.form_list dd {

}
#contact .form_area dl.form_list dd.check {
	font-size: 1.2em;
	line-height: 2.0em;
}
#contact .form_area dl.form_list dd .error{
	font-size: 1.1em;
	padding: 10px 0;
	color: red;
}
#contact .form_area dl.form_list dd input, #contact .form_area dl.form_list dd textarea {
	border: 1px solid #999;
	background: #FFF;
	width: 90%;
	padding: 16px 8px;
	font-size: 15px;
	color: #333;		
}	
#contact .form_area dl.form_list dd input::placeholder, #contact .form_area dl.form_list dd textarea::placeholder {
	color: #999;
	font-size: 0.8em;
}

@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) {
	#contact {
		padding: 50px 0 70px;
	}
	#contact .container {
		max-width: 800px;
		min-width: 800px;
	}
	#contact p.lead_text {
		font-size: 13px;
		text-align: center;
		line-height: 2.0em;
		margin: 0 0 60px;
		padding: 30px 0 0;
	}
	
	#contact .form_area p.text01 {
		text-align: center;
		font-size: 12px;
		margin: 0 0 30px;
	}
	#contact .form_area p.text01 span {
		color: #FFF;
		background: #82998D;
		padding: 0.2em 0.8em;
	}
	#contact .form_area p.error_box {
		text-align: center;
		font-size: 12px;
		color: red;
		margin: 0 0 50px;
		padding: 20px 0;
		border: 3px double red;
	}
	
	#contact .form_area dl.form_list {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px dotted #CCC;
	}
	#contact .form_area dl.form_list:last-of-type {
		margin: 0 0 50px;
	}
	#contact .form_area dl.form_list dt {
		float: left;
		width: 25%;
		font-size: 12px;
		color: #666;
	}
	#contact .form_area dl.form_list dd {
		float: right;
		width: 70%;
	}
	#contact .form_area dl.form_list dd.check {
		font-size: 13px;
		line-height: 2.0em;
	}
	#contact .form_area dl.form_list dd .error{
		font-size: 12px;
		padding: 10px 0;
		color: red;
	}
	#contact .form_area dl.form_list dd input, #contact .form_area dl.form_list dd textarea {
	border: 1px solid #CCC;
		background: #FFF;
		width: 80%;
		padding: 12px 8px;
		font-size: 13px;
		color: #333;		
	}	
	
	
}


/*=============================================
	
	シンプルボタン
	
==============================================*/
	.btn_list_wrap {
		width: 80%;
		margin: 0 auto 2.4em;
		text-align: center;
	}
	.btn_list_wrap li {
		font-size: 1.4em;
		font-weight: bolder;
	}
	.btn_list_wrap li a {
		display: block;
		padding: 1.2em 0;
		background: #ff7d5d;
		color: #FFF;
		text-align: center;
		margin: 0 0 1.0em;
		position: relative;
	}
	.btn_list_wrap li a:after {
		content: "";
		position: absolute;
		right: 5%;
		top: 45%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn_list_wrap li.back a {
		background: #999;
	}
	.btn_list_wrap li.back a:after {
		content: "";
		position: absolute;
		left: 5%;
		top: 45%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.btn_list_wrap {
		margin: 0 auto 2.4em;
		text-align: center;
	}
	.btn_list_wrap.container {
		width: 80% !important;
	}
	.btn_list_wrap li {
		float: right;
		width: 45%;
		margin: 0 auto;
	}
	.btn_list_wrap li.back {
		float: left;
	}
	.btn_list_wrap.entry li {
		display: inline-block;
		float: none;
	}
}

/*=============================================
	
	他フォームへのボタン
	
==============================================*/
.btn_other {
}
.btn_other .btn {
	text-align: center;	
	width: 80%;
	margin: 0 auto;
}
.btn_other .btn a {
	display: block;
	background: #000;
	color: #FFF;
	padding: 1em 0;
}
.btn_other .btn a.arrow_right:after {
	border-color: #FFF;
	right: 5%;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.btn_other {
		margin-bottom: 50px;
	}
	.btn_other .btn {
		width: 480px;
	}
	.btn_other .btn a {
		padding: 15px 0;
	}
	.btn_other .btn a.arrow_right:after {
	}
}


