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

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

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 84px;
	padding: 125px 0 107px;
	text-align: center;
}

#main .mainBox {
	margin: 0 auto;
	max-width: 1170px;
}

#main .comTtl {
	margin-bottom: 45px;
	text-align: center;
}

#main .comTxt {
	margin-bottom: 108px;
	font-size: 2.27rem;
	line-height: 2.3;
	font-weight: 600;
	text-align: center;
}

#main .comContact {
	margin-top: 96px;
	text-align: center;
}

#main .comContact a:hover {
	opacity: 0.7;
}

.pageTop {
	position: fixed;
	right: 40px;
	bottom: 50px;
	z-index: 100;
}

.pageTop a:hover {
	opacity: 0.7;
}

.headLine01 {
    padding: 11px 0;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    font-weight: normal;
    background-color: #bf5070;
}

.headLine02 {
	margin-bottom: 22px;
	color: #918353;
	font-size: 3.3rem;
	text-align: center;
    letter-spacing: 4px;
}

@media all and (-ms-high-contrast:none){
	.headLine01 {
		padding: 15px 0 7px;
	}
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 17px;
		padding: 36px 0 32px;
	}

	.mainVisual h2 img {
		width: auto;
		height: 30px;
	}
	
	#main .comTtl {
		margin-bottom: 20px;
	}

	#main .comTtl img {
		width: 143px;
	}
	
	#main .comTxt {
		margin-bottom: 12px;
		font-size: 0.95rem;
		line-height: 2.2;
	}
	
	#main .comContact {
		margin: 40px 20px 0; 
	}
	
	#main .comContact img {
		width: 100%;
	}
	
	.pageTop {
		display: none;
	}
	
	.headLine01 {
        padding: 5px 0;
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
	
	.headLine02 {
		margin-bottom: 10px;
		font-size: 1rem;
		letter-spacing: 2px;
	}
}