@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
	max-width: 102rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.4rem;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0.9rem;
	bottom: 8.2rem;
	width: 17.2rem;
	z-index: 80;
}
.fixBtn .over {
	display: none;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover .out {
		display: none;
	}
	.fixBtn a:hover .over {
		display: block;
	}
}
@media all and (min-width: 897px) and (max-height: 720px) {
	.fixBtn li {
		margin: 0 auto;
		width: 22.5vh;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		right: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		border-top: 1px solid #4F3C3D;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0,0,0,1);
	}
	.fixBtn li {
		width: calc(100%/3);
		border-right: 1px solid #4F3C3D;
	}
	.fixBtn li:last-child {
		border-right: none;
	}
	.fixBtn img {
		height: 6rem;
	}
	.fixBtn a {
		display: block;
		text-align: center;
		background: #FFE668;
	}
	.fixBtn li:first-child a {
		background-color: #FE685B;
	}
	.fixBtn li:last-child a {
		background-color: #fff;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 .line {
	padding-bottom: 1.2rem;
	font-size: 3rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: url(../img/common/line01.png) repeat-x left bottom/0.9rem auto;
}
.headLine01 .line .large {
	padding-top: 1.4rem;
	font-size: 4rem;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.headLine01 .line {
		padding-bottom: 0.6rem;
		font-size: 1.5rem;
		line-height: 2;
		background-size: auto 0.2rem;
	}
	.headLine01 .line .large {
		font-size: 2rem;
		display: inherit;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	display: block;
	padding: 1rem 4rem 1.4rem 6.6rem;
	width: 27.7rem;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.1;
	text-align: center;
	border-radius: 4rem;
	border: 0.2rem solid #4F3C3D;
	background: #FE685B url(../img/common/icon05.png) no-repeat 2.5rem center/3.7rem auto;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background-color: #FE867C;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		display: block;
		padding: 1.2rem 2rem 1.2rem 4rem;
		width: 28.5rem;
		font-size: 1.95rem;
		background-color: #FE685B;
		background-position: 1.2rem center;
		background-size: 2.2rem auto;
		box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
	}
}