@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.goo {
	font-family: "Google Sans", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 108rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	margin: 0 auto;
	padding: 3.2rem 0;
	width: 90rem;
	border: 0.2rem solid #cecece;
	background: #f9f9f9;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.comCtaBox .lBox {
	width: 48rem;
}
.comCtaBox .lBox .title {
	margin-bottom: 0.1rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
}
.comCtaBox .lBox .tel {
	margin: 0 auto 0.5rem;
	width: fit-content;
}
.comCtaBox .lBox .tel a {
	padding: 0.5rem 0 0.5rem 5.2rem;
	display: inline-block;
	font-size: 4.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	background: url(../img/common/icon02.png) no-repeat left center / 4.6rem;
}
.comCtaBox .lBox .subText {
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	text-align: center;
}
.comCtaBox .comLink {
	margin-right: 2.8rem;
}
@media all and (max-width: 896px) {
	.comCtaBox {
		margin: 0;
		padding: 2rem;
		width: auto;
		border: 1px solid #cecece;
		display: block;
	}
	.comCtaBox .lBox {
		margin-bottom: 2rem;
		width: auto;
	}
	.comCtaBox .lBox .title {
		margin-bottom: 0.4rem;
		font-size: 1.8rem;
	}
	.comCtaBox .lBox .tel {
		margin: 0 auto 0.3rem;
	}
	.comCtaBox .lBox .tel a {
		padding: 0.5rem 0 0.5rem 3.3rem;
		font-size: 3rem;
		background: url(../img/common/icon02.png) no-repeat left top calc(50% + 0.3rem) / 2.7rem;
	}
	.comCtaBox .lBox .subText {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 37.4rem;
}
.comLink a {
	padding: 0.5rem 5rem 0.7rem 7.6rem;
	min-height: 7.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 900;
	border: 0.2rem solid #ffa200;
	background: url(../img/common/icon03.png) no-repeat left 2.4rem center / 4.4rem,url(../img/common/icon04.png) no-repeat right 2.1rem center / 2.6rem;
	background-color: #fac237;
	border-radius: 0.8rem;
	letter-spacing: 0.02em;
}
.comLink.back a {
	padding: 0.5rem 2rem 0.7rem 7rem;
	background: #fac237 url(../img/common/icon04_back.png) no-repeat left 3.5rem center / 2.6rem;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		background-color: #f4a008;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto !important;
		width: auto;
		max-width: 30rem;
	}
	.comLink a {
		padding: 0.5rem 5rem 0.7rem 4rem;
		min-height: 6rem;
		font-size: 1.6rem;
		border: 1px solid #ffa200;
		background: url(../img/common/icon03.png) no-repeat left 1.5rem center / 3rem,url(../img/common/icon04.png) no-repeat right 1.5rem center / 2rem;
		background-color: #fac237;
	}
	.comLink.back a {
		padding: 0.5rem 2rem 0.7rem 4rem;
		background: #fac237 url(../img/common/icon04_back.png) no-repeat left 2rem center / 1.5rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 4.8rem;
	color: #7d7d7d;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 3.1rem;
	padding-bottom: 1.2rem;
	position: relative;
	width: fit-content;
	font-size: 5rem;
	letter-spacing: 0.15em;
	text-align: center;
}
.headLine01::before {
	position: absolute;
	bottom: 0;
	left: 0.5rem;
	right: 0.8rem;
	height: 0.4rem;
	background: #44403f;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 auto 2rem;
		padding-bottom: 0.6rem !important;
		font-size: 3rem;
	}
	.headLine01::before {
		left: 0.5rem;
		right: 0.5rem;
		height: 0.2rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 2.3rem;
	color: #2f2725;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-bottom: 1.8rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox {
	margin-bottom: 0.5rem;
}
.comTableBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox th,
.comTableBox td {
	padding: 1.3rem 0 1.6rem;
	font-size: 1.6rem;
	line-height: 1.875;
	border-bottom: 0.2rem solid rgb(125, 125, 125,0.25);
}
.comTableBox th {
	width: 34%;
	text-align: right;
}
.comTableBox td {
	padding: 1.3rem 4rem 1.6rem;
}
.comTableBox tr:last-child th,
.comTableBox tr:last-child td {
	border-bottom: none;
}
@media all and (max-width: 896px) {
	.comTableBox {
		margin-bottom: 0.5rem;
	}
	.comTableBox th,
	.comTableBox td {
		display: block;
		width: 100% !important;
		padding: 1rem 0 !important;
		font-size: 1.4rem;
		line-height: 1.5;
		border-bottom: 1px solid rgb(125, 125, 125,0.25);
	}
	.comTableBox th {
		text-align: left;
	}
	.comTableBox tr:last-child th {
		border-bottom: 1px solid rgb(125, 125, 125,0.25);
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 6.6rem;
	right: 11rem;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.pageTop a {
	width: 6rem;
	height: 6rem;
	display: block;
	background: url(../img/common/page_top.png) no-repeat center center / 100%;
}
.pageTop.on {
	opacity: 1;
	visibility: visible;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		background-image: url(../img/common/page_top_over.png);
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		bottom: 3rem;
		right: 1rem;
	}
	.pageTop a {
		width: 4rem;
		height: 4rem;
	}
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
	transform: translate(0,30px);
	-webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}
.fadeTxt {
	overflow: hidden;
}
.fadeTxt .fadeSpan {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: all ease 0.5s;
}
.fadeTxt.on .fadeSpan {
	opacity: 1;
	transform: translateY(0);
}