@charset "utf-8";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#conts > .contact {
	margin-top: 20px;
	padding-bottom: 16px;
	min-height: 120px;
	background: url(../../img/common/contact_bg.png);
	-webkit-background-size: 13px 18px;
	background-size: 13px 18px;
	position: relative;
}

#conts > .contact:before {
	margin-bottom: 12px;
	width: 100%;
	height: 1px;
	border-top: 3px solid #900;
	border-bottom: 1px solid #666;
	background: #111;
	display: block;
	content: "";
}

#conts > .contact > h2 {
	position: absolute;
	top: 13px;
	left: 13px;
}

#conts > .contact .btns {
	margin: 0 15px 0 15px;
	}

#conts > .contact .btns li {
	margin-bottom: 10px;
}

#conts > .contact .btns li:last-child {
	margin-bottom: 0;
	
}

#conts > .contact .btns a {
	padding: 25px 10px 0 57px;
	min-height: 45px;
	/*background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#9a5656),
				color-stop(0.50, #812626),
				color-stop(0.50, #6d0000),
				to(#920000));
	background: -moz-linear-gradient(
				top,
				#9a5656 0%,
				#812626 50%,
				#6d0000 50%,
				#920000);
	background: linear-gradient(
				top,
				#9a5656 0%,
				#812626 50%,
				#6d0000 50%,
				#920000);*/

	border: 1px solid #920000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	position: relative;
	color:#C36;
	font-size: 1.6rem;
	text-decoration:blink;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.65);*/
	/*-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.65);*/
	/*box-shadow: 2px 2px 4px rgba(0,0,0,0.65);*/
	background:#FFF;
}

#conts > .contact .btns .tel a {
	padding-top: 25px;
	min-height: 45px;
}

#conts > .contact .btns .tel a .caption {
	margin-top: 3px;
	padding: 4px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#300),
						to(#600));
	background-image: -moz-linear-gradient(
						#300,
						#600);
	background-image: linear-gradient(
						#300,
						#600);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
	border-radius: 12px;
	display: inline-block;
	font-size: 1.2rem;
	text-align: center;

}


#conts > .contact .btns a:before {
	margin-top: -17px;
	width: 34px;
	height: 34px;
	background: url(../../img/common/sprite_icon.png) no-repeat -34px 0;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	left: 15px;
	content: "";
}

#conts > .contact .btns .tel a:before {
	background-position: 0 0;
}

/*------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------*/
#pagePath {
	padding: 20px 10px 18px 15px;
	background: url(../../img/common/contact_bg.png);
	-webkit-background-size: 13px 18px;
	background-size: 13px 18px;
	border-top: 1px solid #000;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
}

#pagePath:before {
	width: 100%;
	height: 1px;
	background: #555;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#pagePath li:first-child span,
#pagePath li:first-child a {
	padding-left: 35px;
	position: relative;
}

#pagePath li:first-child span:before,
#pagePath li:first-child a:before {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../../img/common/sprite_icon.png) no-repeat 0 -34px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}

#pagePath li {
	margin-right: 4px;
	display: inline-block;
}

#pagePath li a {
	margin-right: 8px;
}

#pagePath li:after {
	content: ">";
}

#pagePath li:last-child:after {
	content: "";
}

/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footNavi {
	padding: 14px 0 12px;
	background: url(../../img/common/contact_bg.png);
	-webkit-background-size: 13px 18px;
	background-size: 13px 18px;
	border-top: 1px solid #000;
	position: relative;
}

#footNavi:before {
	width: 100%;
	height: 1px;
	background: #555;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#footNavi ul {
	margin: 0 auto;
	width: 292px;
}

@media screen and (min-width: 468px) {
	#footNavi ul {
		width: 438px;
	}
}

@media screen and (min-width: 614px) {
	#footNavi ul {
		width: 584px;
	}
}


#footNavi li {
	margin: 0 1px 2px;
	width: 144px;
	float: left;
}

#footNavi li a {
	padding: 14px 15px 13px;
	background: #111;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	position: relative;
	color: #fff;
	fonot-size: 1.4rem;
	text-decoration: none;
}

#footNavi li a:before {
	margin-top: -5px;
	width: 5px;
	height: 10px;
	background: url(../../img/common/sprite_icon.png) no-repeat -10px -88px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#conts .btn01 {
	padding: 14px 30px 13px 15px;
	background: #111;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	color: #fff;
	fonot-size: 1.4rem;
	text-decoration: none;
}

#conts .btn01:before {
	margin-top: -5px;
	width: 5px;
	height: 10px;
	background: url(../../img/common/sprite_icon.png) no-repeat -10px -88px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
}

/*------------------------------------------------------------
	料金表
------------------------------------------------------------*/
#conts .price {
	width: 300px;
	margin: 20px auto 20px;
	background: #fff;
	border-left: 2px solid #4E611D;
	border-collapse: collapse;
}

#conts .price + .price {
	margin-top: -19px;
}

#conts .price + section {
	margin-top: 40px;
}

#conts .price th,
#conts .price td {
	padding: 5px 5px 4px;
}

#conts .price th {
	padding-left: 10px;
	background: #eee;
	border: 1px solid #fff;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

#conts .price .type th {
	background: #fff;
	vertical-align: top;
}

#conts .price td span {
	color: #900;
}



/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}
