
/*///////////////////////////////////////CONTACT/////////////*/

#contact h2 {
	background: url("../images/contact/ttl_bg_contact.jpg") no-repeat 50% 50%;
	background-size: cover;
}

* {
   /*-webkit-appearance: none;*/
}

input[type="text"], input[type="email"], input[type="submit"], textarea {
	property: value;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/*/////////////////////////CONCEPT/////////////*/

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

#contact #form p{
	text-align:center;
	line-height:1.8em;
	margin-bottom:40px;
}
#contact #form .note {
	font-size:12px;
	width:720px;
	padding:30px;
	text-align:center;
	line-height:1.8em;
	background:#f9f9f9;
	margin:0 auto 60px;
	box-sizing:border-box;
}


#contact .form {
	width:810px;
	font-size:12px;
	margin:0 auto;
}
#contact #form form p{
	line-height:1em;
	margin-bottom:0px;
}
#contact .form dl {
	padding:20px 0;
	border-bottom:1px dashed #e5e5e5;
}
#contact .form dl dt{
	float:left;
	width: 227px;
	line-height:39px;
}
#contact .form dl .must {
	display:block;
	float:left;
	width:43px;
	font-size:10px;
	color:#fff;
	background:#000;
	line-height:1em;
	padding:4px 0px;
	margin-top: 10px;
}
#contact .form dl dd{
	float:right;
	width:490px;
}
#contact .form dl dd input{
	padding:10px;
	font-size:12px;
	border: 1px solid #e5e5e5;
	box-sizing:border-box;
}
#contact .form dl dd textarea {
	padding:10px;
	width:100%;
	font-size:12px;
	border: 1px solid #e5e5e5;
    height: 200px;
	box-sizing:border-box;
}
#contact .form .tel-time span{
	display: block;
    min-width: 200px;
    float: left;
}
.horizontal-item+.horizontal-item {
	margin-left:0 !important;
}

#contact .form .furniture span{
	display: block;
    min-width: 200px;
    float: left;
}

#contact .form .submit {
	text-align:center;
	margin:40px auto 80px;
}
#contact .form .submit input{
	font-family: "YuGothic", "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","MS Pゴシック", "MS PGothic","メイリオ",Meiryo,serif;
	letter-spacing:0.1em;
	line-height:1em;
	text-align:center;
	color:#fff;
	width:500px;
	padding:20px 0;
	font-size:15px;
	border-radius:4px;
	border:0;
    box-sizing: border-box;
	background:#de3939;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#contact .form .btn input:hover{
	background:#f45a5a;
}

#contact .form .error {
	display:block;
	font-size:11px;
	color:#de3939;
	margin-top:6px;
}

@media screen and (max-width:1080px){
#contact .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
#contact #form .note {
	width:100%;	
	margin:0 auto 40px;
}
#contact .form {
	width:100%;
}
#contact .form dl dt{
	display:inline-block;
	float:none;
	width:auto;
	line-height:1em;
	margin-bottom:15px;
}
#contact .form dl p {
	display:inline-block;
}
#contact .form dl dd{
	float:none;
	width:100%;
}
#contact .form dl dd input{
	width:100%;
}
#contact .form dl .must {
	display:inline-block;
	float:none;
	line-height:1em;
}
#contact .form .tel-time input {
	width:auto;
}
#contact .form .tel-time span{
	margin-right:10px;
}
#contact .form .tel-time span:nth-child(3){
	margin-right:10px;
}
#contact .form .tel-time span:nth-child(5){
}
#contact .form .tel-time span:nth-child(6){
	margin-right:10px;
}

#contact .form .furniture input {
	width:auto;
}
#contact .form .furniture span{
	margin-right:10px;
}
#contact .form .furniture span:nth-child(5){
	margin-right:10px;
}
#contact .form .submit input{
	width:100%;
}
}

/*CONTACT - CONFIRM*/

#contact .confirm .form dl dd{
	margin-top: 12px;
}
#contact .confirm .form .back {
	text-align:center;
	margin: 40px 30px 80px 65px;
    float: left;
}
#contact .confirm .form .submit {
	text-align:center;
	margin: 40px 0 80px 0;
    float: left;
}
#contact .confirm .form .back input{
	font-family: "YuGothic", "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","MS Pゴシック", "MS PGothic","メイリオ",Meiryo,serif;
	letter-spacing:0.1em;
	line-height:1em;
	text-align:center;
	color:#fff;
	width:160px;
	padding:20px 0;
	font-size:15px;
	border-radius:4px;
	border:0;
    box-sizing: border-box;
	background:#aaa;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#contact .confirm .form .back input:hover{
	background:#ccc;
}
@media screen and (max-width:1080px){
	#contact .confirm .form .back {
	text-align: center;
    float: left;
    display: block;
    width: 45%;
    margin: 5% 0;
	}
	#contact .confirm .form .back input {
		width:100%;
	}
	#contact .confirm .form .submit {
	text-align: center;
	margin: 5% 0;
	float: right;
	display: block;
	width: 50%;
	}
}



/*CONTACT - COMPLETE*/

#contact .complete .totop {
	width: 400px;
	margin:0 auto 60px;
}
#contact .complete .totop a{
	text-align:center;
	font-size:15px;
	color:#fff;
	width:400px;
	padding:20px 0;
	font-size:15px;
	border-radius:4px;
	border:0;
    box-sizing: border-box;
	background:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#contact .complete .toptop a:hover{
	background:#333;
}
