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

}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 200;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 31px;
	color: #D4B89D;
	font-size: 28px;
	line-height: 1.7;
	text-align: center;
	text-shadow:1px 1px #1D1514,
    2px 2px #1D1514,
    3px 3px #1D1514,
    4px 4px #1D1514,
    5px 5px #1D1514;
}

#main .headLine01 span {
	display: block;
	font-size: 40px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	text-shadow: 4px 4px 0 #1D1514;
}

.sp {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp {
	display: block;
}

.pc {
	display: none;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 18px;
		color: #D4B89D;
		font-size: 16px;
		line-height: 1.7;
		text-align: center;
		text-shadow: 4px 4px 0 #1D1514;
	}
	
	#main .headLine01 span {
		display: block;
		font-size: 23px;
	}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 0;
		color: #fff;
		font-size: 24px;
		line-height: 1.7;
		text-align: center;
		text-shadow: 4px 4px 0 #1D1514;
	}

}