@charset "utf-8";
#wrapper, #header, #footer {
	min-width: 975px;
	min-width: inherit;
}
html {
	font-size: 62.5%;
}
.pageTop {
	z-index: 50;
}
#wrapper {
	background: none;
}
#ct_bg {
	color: #0f161f;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
}
#ct_bg:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	display: block;
	width: 100%;
	height: 100vh;
	background: url("../img/bg_index01.png") center center / cover no-repeat scroll;
	content: "";
}
#ct_bg a:link, #ct_bg a:visited, #ct_bg a:active {
	color: #54dfe3;
}
#ct_bg a:hover {
	color: #54dfe3;
	text-decoration: none;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#ct_bg .wrap01.aStart {
	align-items: flex-start;
}

#ct_bg .imgOver01 > a {
	position: relative;
	display: block;
}

#ct_bg .imgOver01 > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .3s;
	opacity: 0;
}

#ct_bg .imgOver01 > a:hover:before {
	opacity: .4;
}

/* Header
---------------------------------------------------------- */
#ct_bg .headTitleArea01 {
	background-color: #e9271b;
	color: #fff;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 12px 14px 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 100%;
}
#ct_bg .headTitleArea01 > .inner01 .title01 {
	font-size: 1.6rem;
	font-weight: bold;
}
#ct_bg .bt01 {
	min-width: 300px;
	background: linear-gradient(0, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
	/*	border: 1px solid #d6278a;*/
	border-radius: 45px;
	box-shadow: 0 5px 1px rgba(223, 36, 18, 1);
	text-align: center;
	padding: 2px;
	transition: .3s;
}
#ct_bg .bt01 a {
	display: block;
	padding: 25px 13px 19px;
	font-size: 3.748rem;
	font-weight: bold;
	line-height: 1.1;
	color: #e9271b;
	text-decoration: none;
	background: linear-gradient(180deg, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
	border-radius: 45px;
	transition: .3s;
}
#ct_bg .bt01:hover {
	background: linear-gradient(180deg, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
}
#ct_bg .bt01:hover a {
	background: linear-gradient(0, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
}
#ct_bg .bt01 a .ic01 {
	position: relative;
	padding-left: 65px;
}
#ct_bg .bt01 a .ic01:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	width: 49px;
	height: 51px;
	background: url(../img/ic_index01.png) no-repeat 0 0;
	transform: translate(0, -59%);
}
#ct_bg .bt01 .reserve .ic01:before {
	background: url(../img/ic_index02.png) no-repeat 0 0;
}
#ct_bg .bt01 .waiting .ic01:before {
	background: url(../img/ic_index03.png) no-repeat 0 0;
}
/* Contents
---------------------------------------------------------- */
.mainArea01 {
	max-width: 1200px;
	margin: 0 auto;
}
.cvArea01 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 55px 27px 82px;
	background: #e9271b;
}
.cvArea01 .textWrap {
	width: 56.13%;
	padding-top: 4px;
}
.cvArea01 .bt01 {
	width: 41.87%;
}
.cvArea01 .tx01 {
	display: inline-block;
	color: #e9271b;
	background: #fff;
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: bold;
	padding: 5px 16px 2px;
	border-radius: 2px;
}
.cvArea01 .tx02 {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 4px;
}
.cvArea01 .tx02 span {
	font-size: 4.0rem;
	font-weight: bold;
}
.frame01Area {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.frame01Area > .inner01 {
	padding: 27px 2.5% 54px;
}
.frame01Area > .inner01 .box01 {
	background: #fff57f;
	border-radius: 20px;
	padding: 36px 9.2% 40px;
	margin-bottom: 41px;
}
.frame01Area > .inner01 .box01 .text01 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.57;
	margin-bottom: 20px;
}
.frame01Area > .inner01 .box01 .img01 {
	text-align: center;
	margin-bottom: 30px;
}
.frame01Area > .inner01 .box01 .button01 {
	text-align: center;
	line-height: 0;
	width: 81.6985%;
	margin: 0 auto 0;
}
.frame01Area > .inner01 .box01 .button01 a {
	display: inline-block;
	border-radius: 49px;
	background: url("../img/bg_index03.png") no-repeat 0 0;
	filter: drop-shadow(3px 5px 0 rgba(244, 228, 99, 1));
}
.frame01Area > .inner01 .box01 .button01 a img {
	transition: .3s;
}
.frame01Area > .inner01 .box01 .button01 a:hover img {
	opacity: 0.7;
}
.frame01Area > .inner01 .button02 {
	text-align: center;
	line-height: 0;
	width: 66.92%;
	margin: 38px auto 0;
}
.frame01Area > .inner01 .button02 a {
	display: inline-block;
	transition: .3s;
	filter: drop-shadow(3px 5px 0 rgba(244, 237, 177, 1));
}
.frame01Area > .inner01 .button02 a:hover {
	opacity: 0.7;
}
.frame02Area {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 72px;
	background: #fff;
}
.frame03Area {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.frame03Area > .inner01 {
	padding: 26px 2.5% 81px;
}
.frame04Area {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.frame04Area > .inner01 {
	padding: 27px 30px 39px;
}
.frame05Area {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.frame05Area > .inner01 {
	padding: 37px 30px;
}
.frame05Area > .inner01 .box02 {
	padding: 22px;
	background: #0048dd;
	border-radius: 20px;
}
.frame05Area > .inner01 .copyright01 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 38px;
}
@media screen and (max-width: 1192px) {
	.cvArea01 .tx01 {
		font-size: 2.16rem;
	}
	.cvArea01 .tx02 {
		font-size: 2.7rem;
	}
	#ct_bg .bt01 a {
		font-size: 3.3732rem;
	}
	#ct_bg .bt01 a .ic01 {
		padding-left: 58.5px;
	}
	#ct_bg .bt01 a .ic01:before {
		width: 44.1px;
		height: 45.9px;
		background: url(../img/ic_index01.png) no-repeat 0 0 / 44.1px;
	}
	#ct_bg .bt01 .reserve .ic01:before {
		background: url(../img/ic_index02.png) no-repeat 0 0 / 44.1px;
	}
	#ct_bg .bt01 .waiting .ic01:before {
		background: url(../img/ic_index03.png) no-repeat 0 0 / 44.1px;
	}
}
@media screen and (max-width: 1112px) {
	.cvArea01 .tx01 {
		font-size: 2.4rem;
	}
	.cvArea01 .tx02 {
		font-size: 3.0rem;
	}
	.cvArea01 .textWrap {
		width: 100%;
		padding-top: 4px;
	}
	.cvArea01 .bt01 {
		width: 100%;
		margin: 10px auto 0;
	}
	#ct_bg .bt01 a {
		font-size: 3.748rem;
	}
	#ct_bg .bt01 a .ic01:before {
		width: 49px;
		height: 51px;
		background: url(../img/ic_index01.png) no-repeat 0 0;
	}
	#ct_bg .bt01 .reserve .ic01:before {
		background: url(../img/ic_index02.png) no-repeat 0 0;
	}
	#ct_bg .bt01 .waiting .ic01:before {
		background: url(../img/ic_index03.png) no-repeat 0 0;
	}
}
@media screen and (max-width: 639px) {
	body {
		min-width: inherit;
	}
	#ct_bg {
		font-size: 109%;
	}
	#ct_bg a:link, #ct_bg a:visited, #ct_bg a:hover, #ct_bg a:active {
		text-decoration: none;
	}
	
	#ct_bg .imgOver01 > a:hover:before {
		opacity: 0;
	}
	/* Header
---------------------------------------------------------- */
	#ct_bg .headTitleArea01 > .inner01 {
		padding: 4px 14px 3px;
	}
	#ct_bg .headTitleArea01 > .inner01 .title01 {
		font-size: 1.2rem;
	}
	#ct_bg .bt01 {
		min-width: 223px;
		border-radius: 22.5px;
		box-shadow: 0 5px 1px rgba(223, 36, 18, 1);
		text-align: center;
		padding: 1px;
		transition: .3s;
	}
	#ct_bg .bt01 a {
		display: block;
		padding: 11.5px 13px 11px 16px;
		font-size: 1.874rem;
		background: linear-gradient(180deg, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
		border-radius: 45px;
		transition: .3s;
	}
	#ct_bg .bt01:hover {
		background: linear-gradient(0, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
	}
	#ct_bg .bt01:hover a {
		background: linear-gradient(180deg, rgb(249, 254, 115) 0%, rgb(255, 204, 0) 100%);
	}
	#ct_bg .bt01 a .ic01 {
		padding-left: 31px;
	}
	#ct_bg .bt01 a .ic01:before {
		width: 24.5px;
		height: 25.5px;
		background: url(../img/ic_index01.png) no-repeat 0 0 / 24.5px;
		transform: translate(0, -52%);
	}
	#ct_bg .bt01 .mallLink .ic01:before {
		background: url(../img/ic_index02.png) no-repeat 0 0 / 24.5px;
	}
	#ct_bg .bt01 .waiting .ic01:before {
		background: url(../img/ic_index03.png) no-repeat 0 0 / 24.5px;
	}
	
	/* Contents
---------------------------------------------------------- */
	.cvArea01 {
		padding: 15px 15px 17px;
	}
	.cvArea01 .textWrap {
		width: 100%;
	}
	.cvArea01 .bt01 {
		width: 50%;
		margin: 10px auto 0;
	}
	.cvArea01 .tx01 {
		font-size: 1.44rem;
		padding: 3px 10px 2px;
		border-radius: 1px;
	}
	.cvArea01 .tx02 {
		font-size: 1.7rem;
		margin-top: -1px;
	}
	.cvArea01 .tx02 span {
		font-size: 2.76rem;
	}
	.frame01Area > .inner01 {
		padding: 15px 15px 23px;
	}
	.frame01Area > .inner01 .box01 {
		border-radius: 10px;
		padding: 12px 18px 23px;
		margin-bottom: 1px;
	}
	.frame01Area > .inner01 .box01 .text01 {
		text-align: left;
		font-size: 1.7rem;
		line-height: 1.75;
		margin-bottom: 11px;
	}
	.frame01Area > .inner01 .box01 .img01 {
		margin-bottom: 22px;
		width: 97.25%;
		margin-left: auto;
		margin-right: auto;
	}
	.frame01Area > .inner01 .box01 .button01 {
		width: calc(100% + 2px);
		margin: 0 -1px 0 -1px;
	}
	.frame01Area > .inner01 .box01 .button01 a {
		border-radius: 0;
		background: none;
		filter: none;
	}
	.frame01Area > .inner01 .box01 .button01 a:hover img {
		opacity: 1;
	}
	.frame01Area > .inner01 .button02 {
		width: 90.5%;
		margin: 0 auto 0;
	}
	.frame01Area > .inner01 .button02 a {
		display: inline-block;
		transition: .3s;
		filter: none;
	}
	.frame01Area > .inner01 .button02 a:hover {
		opacity: 1;
	}
	.frame02Area {
		padding-bottom: 0;
		background: url("../img/bg_index02.png") repeat 0 0 / 100%;
	}
	.frame03Area > .inner01 {
		padding: 15px 15px 32px;
	}
	.frame04Area > .inner01 {
		padding: 12px 15px 15px;
	}
	.frame05Area > .inner01 {
		padding: 9px 15px 15px;
	}
	.frame05Area > .inner01 .box02 {
		padding: 4.5px 5px 8px;
		border-radius: 10px;
	}
	.frame05Area > .inner01 .copyright01 {
		font-size: 1.4rem;
		margin-top: 10px;
		margin-bottom: 2px;
	}
}