@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

@import url('https://fonts.googleapis.com/css?family=Lusitana');


/*-------------------------------------------------------------------
	contact
-------------------------------------------------------------------*/

#contact {
	width:960px;
	margin:0 auto;
}

#contact h4 {
	font-size:2.3em;
	font-weight:600;
	line-height:1.0;
	margin:0 0 30px;
}

#contact h4 span {
	color:#d90012;
}

#contact .first {
	margin:0 0 150px;
}

#contact select {
	border:1px solid #9d9d9e;
	background:#fff;
	height: 40px;
	padding: 0 2%;
	font-family: inherit;
	line-height: 1.2;
	width:30%;
}

#contact table {
	width:100%;
	margin:0 0 20px;
}

#contact table th,
#contact table td {
	border-top:1px solid #c3bbb5;
	border-bottom:1px solid #c3bbb5;
	padding:20px 0;
	text-align:left;
	vertical-align:top;
}

#contact table th {
	font-weight:300;
	width:30%;
	padding:20px 0 20px 3%;
}

#contact table th span,
#contact .caution span {
	color:#d90012;
	font-size:1.2em;
	display:inline-block;
	vertical-align:top;
}

#contact table td .short {
	width: 30%;
}

#contact table td .middle {
	width: 70%;
}

#contact table td .long {
	width: 96%;
}

#contact table input[type="text"] {
	border:1px solid #c3bbb5;
	background:#fff;
	height: 35px;
	padding: 0 2%;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
}

/*
#contact input[type="checkbox"] {
	margin-right:5px;	
}
*/

#contact table td label {
	display:block;
}


#contact table td label input {
	margin-right:10px;
}


#contact table textarea {
	border:1px solid #c3bbb5;
	background:#fff;
	width: 96%;
	height: 150px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
	padding:10px 2%;
}

#contact .submit {
	text-align: center;
	margin:50px 0 0;
}

#contact .submit li {
	width:100px;
	display:inline-block;
}

#contact .submit li.reset {
	margin-left:40px;
}

#contact .submit li input {
	background:#fff;
	border:1px solid #c3bbb5;
	width:100%;
	padding:15px 0;
	display:block;
	color:#221714;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: source-han-serif-japanese, serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
}



#contact .submit li input:hover {
	background:#c3bbb5;
	color:#FFF;
}



dl.thanks {
	text-align:center;
}

dl.thanks dt {
	line-height:1.0;
	font-size:2.0em;
	margin:0 0 30px;
}

dl.thanks dd {
}

#contact input[type="button"] ,
#contact input.btn_y,
#contact input.btn_n {
	background:#fff;
	border:1px solid #c3bbb5;
	display:inline-block;
	padding:15px;
	color:#221714;
	text-align:center;
	line-height:1.0;
	font-family: 'Lusitana', serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size:1.05em;
}
#contact input[type="button"]:hover,
#contact input.btn_y:hover,
#contact input.btn_n:hover {
	background:#221714;
	color:#FFF;
}

#contact input.btn_n {
	margin-left:20px;
}


/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	#contact {
		width:94%;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	#contact table td .short,
	#contact table td .middle,
	#contact table td .long {
		width: 96%;
	}

	#contact .submit {
		text-align: center;
	}

	#contact .submit li {
		width:auto;
		display:block;
	}

	#contact .submit li.reset {
		margin:20px 0 0;
	}
	
	#contact .submit li input {
		width:90%;
		padding:20px 0;
		font-size:1.2em;
		margin:0 auto;
	}

	#contact input.btn_y,
	#contact input.btn_n {
		display:block;
		width:90%;
		margin:0 auto;
	}

	#contact input.btn_n {
		margin:20px auto 0;
	}
	
	#contact .inner .checktext {
		margin:0 0 50px;
		font-size:1.1em;
	}
	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
	
}