/*
	input[type="submit"], input[type="button"], input[type="checkbox"], input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
* {
  -webkit-appearance: none;
}
*/
@media screen and (max-width:1080px){
/* iOSでのデフォルトスタイルをリセット */
textarea,
input[type="submit"],
input[type="email"],
input[type="text"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
textarea,
input[type="text"]::focus,
input[type="email"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
}


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

.lower#contact .page_ttl {
	padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 50px 0;
    height: auto;
}
.lower#contact .page_ttl .en{
	padding-top: 0;
}


label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 0px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}


#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 p .attention{
	font-size: 11px;
    color: #de3939;
    margin: 20px 0;
    display: block;
    width: 100%;
}
#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;
	display: none; /*9/26以降とる*/
}


#contact .form {
	width:810px;
	font-size:12px;
	margin:0 auto;
}
#contact .form.teisichu {
	opacity: .3;
	pointer-events:none;
}
#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{
	float: left;
	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,
#contact .form .furniture span{
	display: block;
    min-width: 200px;
    float: left;
    margin-top: 2px;
}
.horizontal-item+.horizontal-item {
	margin-left:0 !important;
}
#contact .form dl dd .mw-wp-form_image img{
	width: 100%;
}


#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;
	clear: both;
}
#contact .form .ref_image dd input{
	margin-bottom: 20px;
}
#contact .form .ref_image .caption {
	display:block;
	font-size:11px;
	line-height: 1.5em;
	color:#999;
	margin-top: 15px;
	clear: both;
}

@media screen and (max-width:1080px){
#contact .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
.lower#contact .page_ttl {
    margin: 60px 0 50px 0;
}
#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;
}


/*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;
	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;
}


@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%;
		font-size:13px;
	}
	#contact .confirm .form .submit {
	text-align: center;
	margin: 5% 0;
	float: right;
	display: block;
	width: 50%;
	}
	#contact .complete .totop {
	width: 90%;
	}
	#contact .complete .totop a{
	font-size:13px;
	width:100%;
	}
}