@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.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 {

}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .comLinkUl {
	position: absolute;
	bottom: 20px;
	right: 40px;
}

#main .comLinkUl li {
	padding-top: 17px;
}



#main .ttlBox {
	margin: 0 0 -12px 3%;
}

#main .ttlBox h1 {
	float: left;
	font-size: 22px;
	color: #EDD6C4;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
}

#main .ttlBox h1 span {
	display: inline-block;
	margin-right: 25px;
	padding-right: 20px;
	font-size: 33px;
	font-family:"Corbel", sans-serif;
	letter-spacing: 0.1em;
	vertical-align: middle;
	border-right: 1px solid #EDD6C4;
}

#main .ttlBox .img {
	margin-top: 0;
	float: right;
}



@media all and (min-width: 0px) and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 70px;
		text-align: left;
		color: #A2A1A9;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 2px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

	#main .comLinkUl {
		position: relative;
		right: inherit;
		bottom: inherit;
	}

	#main .comLinkUl li {
		float: left;
		width: 8.5%;
		margin-right: 15px;
	}


	.spH1 {
		margin: 0 10px 50px;
		border-bottom: 1px solid #000;
	}

	.spH1 span {
		width: 15.5%;
		display: block;
		margin: 0 0 -16.5% 66px;
		position: relative;
		z-index: 10;
		background: url(../../img/common/sp_bg.jpg) repeat left top;
		background-size: 100% auto;
	}

}


