@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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
------------------------------------------------------------*/
.paegTitle {
	margin-bottom: 110px;
}
@media all and (max-width: 896px) {
	.paegTitle {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1100px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 15px;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	width: 1038px;
	margin: 0 auto;
	padding: 80px 15px 25px;
	min-height: 277px;
	position: relative;
	color: #FFF;
	box-sizing: border-box;
	background: url("../../img/common/contact_bg.jpg") no-repeat center center;
	background-size: cover;
}
.comContactBox .ttlBox {
	padding-left: 87px;
	width: 440px;
	box-sizing: border-box;
}
.comContactBox .ttlBox h3 {
	margin-bottom: 12px;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
}
.comContactBox .ttlBox h3 .en {
	display: block;
	font-family: 'Source Serif Pro', serif;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.comContactBox .ttlBox p {
	font-size: 1.4rem !important;
	font-weight: bold;
	line-height: 1.8;
}
.comContactBox .rBox {
	margin-top: 35px;
	width: 480px;
	box-sizing: border-box;
}
.comContactBox .rBox .link {
	margin-bottom: 18px;
	width: 387px;
}
.comContactBox .rBox .link a {
	padding: 11px 0 11px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 22px;
	letter-spacing: 0.01em;
	background-color: #A48B78;
}
.comContactBox .rBox .link a span {
	padding-right: 15px;
	display: inline-block;
	background: url("../../img/common/icon02.png") no-repeat right center/14px;
	background-size: 15px auto;
}
.comContactBox .rBox .link a:hover {
	opacity: 0.7;
}
.comContactBox .rBox p {
	font-weight: bold;
}
.comContactBox .rBox p .tel {
	margin-bottom: 4px;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.comContactBox .rBox p .tel a {
	color: #fff;
}
.comContactBox .pageTop {
	position: absolute;
	right: -163px;
	bottom: -21px;
	width: 52px;
}
.comContactBox .pageTop a {
	display: block;
}
.comContactBox .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1365px) and (min-width:897px) {
	.comContactBox .pageTop {
		right: -80px;
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		width: auto;
		padding: 40px 10px;
		display: block;
		min-height: inherit;
	}
	.comContactBox .ttlBox {
		padding-left: 0;
		width: auto;
	}
	.comContactBox .ttlBox h3 {
		font-size: 2rem;
		text-align: center;
	}
	.comContactBox .ttlBox p {
		text-align: center;
		font-size: 1.4rem !important;
	}
	.comContactBox .rBox {
		margin-top: 30px;
		width: auto;
	}
	.comContactBox .rBox .link {
		max-width: 300px;
		margin: 0 auto 20px;
		width: auto;
	}
	.comContactBox .rBox p .tel {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.comContactBox .pageTop {
		position: absolute;
		right: 20px;
		bottom: -70px;
		width: 20px;
	}
}
@media all and (max-width: 374px) {
	.comContactBox .ttlBox p {
		font-size: 1.2rem !important;
	}
}

.comLink {
	text-align: right;
}
.comLink a {
	padding-right: 23px;
	font-size: 1.6rem;
	display: inline-block;
	letter-spacing: 0.05em;
	background: url(../../img/common/icon05.png) no-repeat right center / 16px auto;
}

.headLine01 {
	margin-bottom: 40px;
	position: relative;
}
.headLine01 span {
	padding: 0 30px 0 45px;
	color: #231815;
	font-size: 2.3rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 2;
	letter-spacing: 0.05em;
	background-color: #fff;
}
.headLine01::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translateY(50%);
	background-color: #dae000;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 20px;
	}
	.headLine01 span {
		padding: 0 20px 0 0;
		font-size: 1.8rem;
	}
}
@media all and (-ms-high-contrast:none) {
	.comContactBox .rBox .link a {
		padding-top: 15px;
	}
}