@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 115rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		width: auto !important;
	}
}
.headLine {
	margin-bottom: 3rem;
	font-size: 4.5rem;
	color: #736357;
	display: flex;
	align-items: center;
	font-feature-settings: "palt";
	gap: 2rem;
}
.headLine::after {
	margin-top: 0.8rem;
	content: "";
	height: 3rem;
	display: block;
	flex: 1;
	background: url(../img/index/icon02.png) no-repeat right center / 5rem,url(../img/index/icon01.png) repeat-x right 4.9rem center / 5rem;
}
@media all and (max-width: 896px) {
	.headLine {
		margin-bottom: 2rem;
		font-size: 3rem;
		gap: 1rem;
	}
	.headLine::after {
		background-size: 3rem;
	}
}
.pageTop {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.pageTop a {
	height: 8.5rem;
	font-size: 2rem;
	color: #736357;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageTop a span {
	padding: 0 3.2rem;
	background: url(../img/common/icon01.png) no-repeat right center / 3.1rem,url(../img/common/icon02.png) no-repeat left center / 3.1rem;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageTop a {
		height: 6rem;
	}
}