@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;700;800;900&display=swap');
html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}
.onlySP {
	display: none !important;
}
#ct_bg {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: hidden;
	background: #fff;
}
#ct_bg a {
	color: #000;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .imgOver01 a:hover img {
	opacity: 0.6;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#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.aC {
	align-items: center;
}
#ct_bg .wrap01.aEnd {
	align-items: flex-end;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.reverse {
	flex-direction: row-reverse;
}
#ct_bg .titleArea01 {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "sans-serif";
	position: relative;
	z-index: 2;
	padding: 8px 2.666% 5px;
	background-color: #EFEFEF;
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}
#ct_bg .mallBtn01 {
	width: 100%;
	border: 1px solid #333;
	box-shadow: 3px 3px 0 #000;
	border-radius: 40px;
	display: inline-block;
	transition: .3s;
	background: linear-gradient(270deg, rgba(234, 85, 50, 1) 0%, rgba(230, 0, 18, 1) 100%);
	text-align: center;
}
#ct_bg .mallBtn01 a {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 7px 10px 9px;
	text-decoration: none;
}
#ct_bg .mallBtn01:hover {
	transform: translate(3px, 3px);
	box-shadow: 0 0 0 #000;
}
#ct_bg .mallBtn01 span {
	background: url("../img/icon_common01.png") no-repeat 0 50% / 22px;
	padding-left: 42px;
}
#ct_bg .mallBtn01 span.waiting {
	background: url("../img/icon_common02.png") no-repeat 0 50% / 22px;
	padding-left: 39px;
}
#ct_bg .mallBtn01 span.reserve {
	background: url("../img/icon_common03.png") no-repeat 0 50% / 21px;
	padding-left: 40px;
}

/* header */
.header01 {
	padding: 40px 20px;
	position: relative;
}
.header01::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../img/01/bg_index01.png") no-repeat top left;
}
.header01::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../../img/01/bg_index02.png") no-repeat bottom right;
}
.header01 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.header01 > .inner01 > .wrap01 > .logo01 {
	width: 43.8%;
	padding: 0 40px 0 58px;
}
.header01 > .inner01 > .wrap01 > .textBlock01 {
	width: 56.2%;
	padding: 0 56px 0 40px;
	border-left: 2px solid #E50012;
}
.header01 > .inner01 > .wrap01 > .textBlock01 > .text01 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #E60012;
}
.header01 > .inner01 > .wrap01 > .textBlock01 > .text02 {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #000;
}

/* footer */
.footer01 {
	padding: 40px 20px;
	position: relative;
}
.footer01::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../img/01/bg_index01.png") no-repeat top left;
}
.footer01::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../../img/01/bg_index02.png") no-repeat bottom right;
}
.footer01 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.footer01 > .inner01 > .bnrList01 {
	display: flex;
	flex-wrap: wrap;
}
.footer01 > .inner01 > .bnrList01 > li {
	width: 48.5%;
}
.footer01 > .inner01 > .bnrList01 > li:nth-child(even) {
	margin-left: 3%;
}
.footer01 > .inner01 > .bnrList01 > li:nth-child(n + 3) {
	margin-top: 3%;
}

/* contents */
.heading01 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	border-bottom: 2px solid #E60012;
}
.section01 {
	padding: 60px 20px 100px;
	background: #000;
}
.section01 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
}
.section01 > .inner01 > .frameArea01 > .logo01 {
	width: 24%;
}

.section01 > .inner01 > .frameArea01 > .textBlock01 {
	width: 72%;
	margin-left: 4%;
}
.section01 > .inner01 > .frameArea01 > .textBlock01 > .text01 {
	font-size: 2rem;
	font-weight: 600;
	color: #FFF;
}
.section01 > .inner01 > .frameArea01 > .textBlock01 > .text02 {
	margin-top: 20px;
	font-size: 1.6rem;
	color: #FFF;
}

.section01 > .inner01 > .frameArea02 {
	margin-top: 60px;
	background: #000;
}
.section01 > .inner01 > .frameArea02 > .titleBlock01 > .logo01,
.section01 > .inner01 > .frameArea02 > .titleBlock01 > .logo02 {
	width: 16%;
	padding: 10px 15px 12px 10px;
	background: #000;
}
.section01 > .inner01 > .frameArea02 > .titleBlock01 > .title01 {
	width: 84%;
	padding: 23.5px 20px;
	background: #E50012;
	font-size: 2.2rem;
	font-weight: 600;
	color: #FFF;
}
.section01 > .inner01 > .frameArea02 > .textBlock01 {
	margin-top: 20px;
}
.section01 > .inner01 > .frameArea02 > .textBlock01 > .text01 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #FFF;
}
.section01 > .inner01 > .frameArea02 > .textBlock01 > .text02 {
	margin-top: 5px;
	font-size: 1.6rem;
	color: #FFF;
}

.btn01 {
	display: table;
	margin-top: 5px;
	margin-left: auto;
}

.btn01 > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	background: #FFF;
	border: 2px solid #E50012;
	border-radius: 50px;
	color: #E50012 !important;
	font-weight: 600;
	text-decoration: none;
}
.btn01 > a > span {
	padding-right: 1em;
	position: relative;
}
.btn01 > a > span::after {
	top: 50%;
	right: 0;
	translate: 0 -50%;
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #E50012;
	border-right: 2px solid #E50012;
	transform: rotate(45deg);
	z-index: 4;
}

@media screen and (max-width: 639px) {
	#ct_bg {
		font-size: 1.4rem;
		min-width: 100%;
	}
	#ct_bg a {
		color: #000;
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block !important;
	}
	img.onlySP {
		display: inline-block;
	}
	#ct_bg .titleArea01 {
		padding: 6px 4vw 7px;
		text-align: center;
		font-size: 1.1rem;
	}
	#ct_bg .mallBtn01 {
		width: 100%;
		border: 1px solid #333;
		box-shadow: 3px 3px 0 #000;
		border-radius: 40px;
		display: inline-block;
		transition: .3s;
		background: linear-gradient(270deg, rgba(234, 85, 50, 1) 0%, rgba(230, 0, 18, 1) 100%);
	}
	#ct_bg .mallBtn01 a {
		font-size: 1.4rem;
		padding: 7px 5px 9px;
	}
	#ct_bg .mallBtn01:hover {
		transform: translate(3px, 3px);
		box-shadow: 0 0 0 #000;
	}
	#ct_bg .mallBtn01 span {
		background-size: 15px;
		padding-left: 18px;
	}
	#ct_bg .mallBtn01 span.waiting {
		background-position: 0 59%;
		background-size: 13px;
		padding-left: 15px;
	}
	#ct_bg .mallBtn01 span.reserve {
		background-position: 0 59%;
		background-size: 14px;
		padding-left: 18px;
	}
	
	/* header */
	.header01 {
		padding-top: 50px;
	}
	.header01 > .inner01 > .wrap01 > .logo01 {
		width: 100%;
		max-width: 60%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	.header01 > .inner01 > .wrap01 > .textBlock01 {
		width: 100%;
		padding: 0;
		border-top: 2px solid #E50012;
		border-left: 0;
	}
	.header01 > .inner01 > .wrap01 > .textBlock01 > .text01 {
		margin-top: 10px;
		font-size: 2.2rem;
		text-align: center;
	}
	.header01 > .inner01 > .wrap01 > .textBlock01 > .text02 {
		margin-top: 10px;
		font-size: 1.4rem;
		text-align: center;
	}

	/* footer */
	.footer01 {
		padding: 40px 3vw;
	}
	.footer01 > .inner01 > .bnrList01 > li {
		width: 100%;
	}
	.footer01 > .inner01 > .bnrList01 > li:nth-child(even) {
		margin-left: 0;
	}
	.footer01 > .inner01 > .bnrList01 > li:nth-child(n + 2) {
		margin-top: 20px;
	}

	/* contents */
	.heading01 {
		font-size: 2rem;
	}
	.section01 > .inner01 > .frameArea01 > .logo01 {
		width: 100%;
		max-width: 60%;
		margin: 0 auto;
	}
	.section01 > .inner01 > .frameArea01 > .textBlock01 {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;	
	}
	.section01 > .inner01 > .frameArea01 > .textBlock01 > .text01 {
		font-size: 1.8rem;
	}
	.section01 > .inner01 > .frameArea01 > .textBlock01 > .text02 {
		font-size: 1.4rem;
	}
	.section01 > .inner01 > .frameArea02 > .titleBlock01 {
		border: 4px solid #E50012;
		border-bottom: none;
		background: #000;
	}
	.section01 > .inner01 > .frameArea02 > .titleBlock01 > .logo01 {
		width: 100%;
		max-width: 135px;
		margin: 0 auto;
	}
	.section01 > .inner01 > .frameArea02 > .titleBlock01 > .logo02 {
		width: 100%;
		max-width: 155px;
		margin: 0 auto;
	}
	.section01 > .inner01 > .frameArea02 > .titleBlock01 > .title01 {
		width: 100%;
		padding: 5px 5px 10px;
		font-size: 2rem;
		text-align: center;
	}
	.section01 > .inner01 > .frameArea02 > .textBlock01 > .text01 {
		font-size: 1.6rem;
	}
	.section01 > .inner01 > .frameArea02 > .textBlock01 > .text02 {
		font-size: 1.4rem;
	}
	
	.btn01 > a {
		font-size: 1.4rem;
		text-decoration: none !important;
	}
	.btn01 > a span::after {
		width: 7px;
		height: 7px;
	}
}

@media screen and (max-width: 320px) {

}



/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}






#ct_bg .sns_wrapper {
	margin-bottom: -55px;
}
#ct_bg .sns_wrapper.type02 {
	margin-bottom: 20px;
}
#ct_bg .sns_wrapper.type03 {
	padding-top: 20px;
}
#ct_bg .sns_wrapper.type04 {
	padding-top: 40px;
}
#ct_bg .sns_wrapper.type05 {
	padding-top: 50px;
}
#ct_bg .sns_wrapper.type06 {
	padding-top: 40px;
	margin-bottom: 0;
}
#ct_bg .sns_wrapper.type07 {
	padding-top: 0;
	margin-bottom: 40px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}


@media screen and (max-width: 639px) {
	#ct_bg .sns_wrapper {
		margin-bottom: 30px;
	}
	#ct_bg .sns_wrapper.typeSP01 {
		margin-left: -3vw;
		margin-right: -3vw;
	}
	#ct_bg .sns_wrapper.type06 {
		padding-top: 40px;
		margin-bottom: -40px;
	}
	#ct_bg .sns_wrapper.type07 {
	padding-top: 0;
	margin-bottom: 30px;
	}
	#ct_bg .sns_wrapper .snsBtn01 {
		flex-wrap: wrap;
	}
	#ct_bg .sns_wrapper .snsBtn01 li {
		margin: 0 5px 10px;
		line-height: 0;
	}
}
