@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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
------------------------------------------------------------*/
.orange {
	color: #EA5532;
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg {
	background-color: #fff;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 1.9rem;
}
/*------------------------------------------------------------
	shadowBg
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.shadowBg {
		margin: 0 auto;
		width: 50rem;
		box-shadow: 0 0 10px 0 rgba(78, 43, 11, 0.25);
	}
}
/*------------------------------------------------------------
	fixedUl
------------------------------------------------------------*/
.fixedUl {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: .3s;
}
.fixedUl.nofix {
	position: absolute;
	top: -5rem;
	bottom: auto;
}
.fixedUl.on {
	opacity: 1;
}
.fixedUl li {
	width: 50%;
}
.fixedUl a {
	padding: 0.6rem 0 0.4rem 0.4rem;
	background-color: #EA5532;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	display: block;
}
.fixedUl span {
	display: inline-block;
	padding: 1rem 4.4rem 1rem 0;
	background: url(../img/common/fixed_img01_sp.png) no-repeat right center / 3.2rem;
}
.fixedUl .li01 a {
	background-color: #F7AB00;
}
.fixedUl .li01 span {
	padding: 1rem 4.8rem 1rem 0;
	background-image: url(../img/common/fixed_img02_sp.png);
	background-size: 3.7rem auto;
}
/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox .title {
	padding-left: 4rem;
	margin: 0 auto 3rem;
	width: fit-content;
	text-align: center;
	color: #222;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.2;
	background: url(../img/common/img01.png) no-repeat left center / 3.4rem;
}
.comInnerBox .btnUl li {
	margin: 0 auto 2rem;
	width: 25rem;
}
.comInnerBox .btnUl li:last-child {
	margin-bottom: 0;
}
.comInnerBox .btnUl a {
	padding: 1rem 2.5rem;
	display: block;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 6.08rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	background: #EA5532 url(../img/common/icon04.png) no-repeat right 2.3rem center / 1.3rem;
}
.comInnerBox .btnUl a:hover {
	opacity: 0.7;
}
.comInnerBox.yellow .btnUl a {
	background-color: #F7AB00;
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.mfp-bg {
	background-color: rgba(255, 255, 255, 0.9);
}
.mfp-wrap {
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.mfp-wrap::-webkit-scrollbar {
	display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: translateY(8rem);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: translateY(0rem);
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	transform: translateY(8rem);
	opacity: 0;
}
.popupBox {
	padding: 4rem 1.2rem 8.8rem;
}
.mfp-container {
	padding: 0;
}
.popupBox .innerBox {
	padding: 2rem 3.7rem 6rem 4.3rem;
	position: relative;
	background-color: #FFF9DF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.popupBox .icon {
	margin: 0 -2rem 1.6rem auto;
	width: 2rem;
}
.popupBox .icon a {
	display: block;
}
.popupBox .icon a:hover {
	opacity: 0.8;
}
.popupBox .innerBox .photoBox {
	margin-bottom: 2rem;
}
.popupBox .innerBox .photoBox img {
	width: 100%;
}
.popupBox .innerBox .h_title {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.popupBox .innerBox .infoBox {
	margin-bottom: 2rem;
	padding: 2rem 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.popupBox .innerBox .text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.popupBox .innerBox .text01 {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #222;
}
.popupBox .innerBox .title {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
.popupBox .innerBox .title span {
	margin-left: 0.5rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
}
.popupBox .innerBox .textUl li {
	margin-bottom: 1.6rem;
	padding-left: 2.3rem;
	text-indent: -2.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.popupBox .innerBox .textUl li:last-child {
	margin-bottom: 0;
}
.popupBox .innerBox .textUl li span {
	font-weight: 400;
}
.popupBox01 {
	margin-bottom: 1rem;
	padding: 9.2rem 1.2rem 5rem;
	height: calc(100% - 1rem);
}
.popupBox .bgBox {
	margin-bottom: 4.3rem;
	padding: 2.1rem 1.9rem 6rem;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.popupBox .bgBox .icon {
	margin-right: 0;
}
@media all and (min-width: 897px) {
	.mfp-bg {
		left: 50%;
		width: 50rem;
		transform: translateX(-50%);
	}
	.mfp-container {
		left: 50%;
		width: 50rem;
		transform: translateX(-50%);
	}
	body.fixed {
		overflow-y: scroll;
	}
	.popupBox .innerBox .h_title {
		font-size: 3.2rem;
	}
	.popupBox .innerBox .text {
		font-size: 1.8rem;
	}
	.popupBox .innerBox .title {
		font-size: 2.4rem;
	}
	.popupBox .innerBox .title span {
		font-size: 1.8rem;
	}
	.popupBox .innerBox .textUl li {
		padding-left: 3rem;
		text-indent: -3rem;
		font-size: 1.8rem;
	}
}