@charset "UTF-8";
/* CSS Document */

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

/*iosデフォルトスタイルをリセット*/
input[type="submit"],
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="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.telSec {
	margin-bottom: 60px;
	padding-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #e1dfde;
}
.cntSec_head {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
	.cntSec_head {
		font-size: 2.6rem;
	}
}
.cntSec_head:after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	margin: 26px auto 0;
	background: #e4701e;
}
.cntIntro_txt {
	margin-bottom: 32px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
	.cntIntro_txt {
		font-size: 1.6rem;
		line-height: 1.0;
	}
}
.cntIntro_txt br {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.cntIntro_txt br {
		display: none;
	}
}
.cntTel_num .telLink, .cntTel_num .telLink a {
	font-size: 4.0rem;
	letter-spacing: 0.08em;
	color: #cb0e1d;
}
@media screen and (min-width:600px) {
	.cntTel_num .telLink, .cntTel_num .telLink a {
		font-size: 5.0rem;
	}
}
.cntTel_num {
	margin-bottom: 10px;
}
.cntTel_num:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 32px;
	margin-right: 15px;
	background: url("../../img/common/icon_tel_r.png") no-repeat left bottom / 100%;
}
.cntTel_time {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}

/* メールでのお問い合わせ */
.mailSec_top {
	margin-bottom: 45px;
	text-align: center;
}
.guideLine {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	background: #fbebde;
}
@media screen and (min-width:560px) {
	.guideLine {
		padding: 20px;
	}
}
@media screen and (min-width:620px) {
	.guideLine {
		width: auto;
		padding: 20px 50px;
	}
}
.guideLine ul {
	font-size: 0;
	text-align: center;
}
.guideLine ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #c3c3c3;
}
.guideLine ul li.current {
	color: #111;
}
@media screen and (min-width:560px) {
	.guideLine ul li {
		font-size: 1.7rem;
	}
}
.guideLine ul li:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #c3c3c3;
	border-radius: 50%;
}
.guideLine ul li.current:before {
	background: #e4701e;
}
@media screen and (min-width:560px) {
	.guideLine ul li:before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		line-height: 30px;
	}
}
.guideLine ul li.gl_1:before {
	content: "1";
}
.guideLine ul li.gl_2:before {
	content: "2";
}
.guideLine ul li.gl_3:before {
	content: "3";
}
.guideLine ul li:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px 0 4px;
	border-top: 2px solid #c3c3c3;
	border-right: 2px solid #c3c3c3;
	transform: rotate(45deg);
}
.guideLine ul li.current:after {
	border-color: #e4701e;
}
@media screen and (min-width:560px) {
	.guideLine ul li:after {
		width: 10px;
		height: 10px;
		argin: 0 30px 0 22px;
	}
}
.guideLine ul li.gl_3:after {
	display: none;
}

/* フォーム */
.formWrap {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.formSec {
	margin-bottom: 30px;
}
.boxLine, .errAssist {
	margin-bottom: 20px;
}
.errIn {
	display: block;
	margin-top: 6px;
    color: #cb0e1d;
    font-size: 1.3rem;
}
.formSec dl {
	margin-bottom: 32px;
}
.formSec dt {
	margin-bottom: 11px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
	.formSec dt {
		font-size: 1.8rem;
	}
}
.formSec dd {
	font-size: 1.8rem;
}
.required {
	display: inline-block;
	margin-left: 20px;
	padding: 8px 13px;
	vertical-align: 1px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 3px;
	background: #e4701e;
}
@media screen and (min-width:768px) {
	.required {
		vertical-align: middle;
	}
}
input[type="text"],
textarea#e_body {
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}
input[type="text"] {
	height: 60px;
	padding: 0 23px;
}
textarea#e_body {
	height: 440px;
	padding: 22px 23px;
}
#e_add01 {
	width: 100px;
	margin: 0 5px;
}
#e_add02 {
	width: 100px;
	margin: 0 5px;
}
@media screen and (min-width:600px) {
	#e_add01 {
		width: 200px;
	}
	#e_add02 {
		width: 200px;
	}
}
.ppTxt {
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.ppTxt a {
	text-decoration: underline;
}
.ppTxt a:hover {
	text-decoration: none;
}
#confirmBtn {
	text-align: center;
}
#sendBtn #confirmBtn {
	margin-bottom: 25px;
}
.linkCnf {
	position: relative;
	display: inline-block;
	width: 90%;
	max-width: 400px;
	height: 60px;
	padding-top: 12px;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background: #cb0e1d;
	border-radius: 10px;
	box-shadow: 0 6px 0 #951620;
	transition: all .3s ease-in-out;
}
#sendBtn .linkCnf {
	padding-top: 0;
	line-height: 60px;
}
@media screen and (min-width:600px) {
	.linkCnf {
		width: 400px;
	}
}
@media screen and (min-width:768px) {
	.linkCnf {
		height: 100px;
		padding-top: 23px;
		font-size: 2.0rem;
	}
	#sendBtn .linkCnf {
		padding-top: 0;
		line-height: 100px;
	}
}
.linkCnf .txtSml {
	display: inline-block;
	margin-bottom: 9px;
	font-size: 1.3rem;
	font-weight: 900;
	color: #fff;
}
.linkCnf:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.linkCnf:hover {
	transform: translateY(6px);
	box-shadow: none;
}
#backBtn {
	margin: auto;
	width: 90%;
	max-width: 400px;
	text-align: center;
}
.linkBack {
	display: inline-block;
	width: 400px;
	text-align: left;
}
.linkBack:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(45deg);
}
.completeTxt {
	margin-bottom: 80px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: center;
}
.completeTxt br.spBlock {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.completeTxt {
		font-size: 1.6rem;
		letter-spacing: 0.08em;
	}

	.completeTxt br.spBlock {
		display: none;
	}
}
/* 確認ページ */
.confirmSec dl {
	padding: 20px 3%;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
}
.confirmSec dt {
	margin-bottom: 11px;
	font-size: 1.4rem;
	font-weight: 900;
}
.confirmSec dd {
	font-size: 1.4rem;
}
