@charset "utf-8";

#ct_bg {
	line-height: 1.5;
	font-size: 116.7%;
	color: #111;
}

#ct_bg .wrapper01 {
	padding-bottom: 0;
	background: none;
	border: none;
}

#ct_bg > *:not(.headTitleArea01) {
	font-family: "M PLUS 1", sans-serif!important;
}

#ct_bg .hover01 > a {
	display: block;
	background: #fff;
}
#ct_bg .hover01 > a {
	position: relative;
	display: block;
	transition: opacity .3s ease;
}
#ct_bg .hover01 > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity .3s ease;
}
@media (any-hover: hover) {
 #ct_bg .hover01 > a:hover::before {
    opacity: .7;
  }
}

#ct_bg .mainArea20th01 {
	background: url(../img/main_bg01.webp)no-repeat center top / cover;
	padding-bottom: 28px;
}
#ct_bg .mainArea20th01 > .inner01 {
	position: relative;
	margin-inline: auto;
	max-width: 1340px;
}
#ct_bg .mainArea20th01 > .inner01 .image01 {
	width: 100%;
	text-align: center;
}
#ct_bg .mainArea20th01 > .inner01 .textLink01 {
	position: absolute;
	top: 10px;
	left: 70px;
}
#ct_bg .mainArea20th01 > .inner01 .textLink01 a {
	position: relative;
	padding-left: 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	transition: color .3s ease;
}
#ct_bg .mainArea20th01 > .inner01 .textLink01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 6px 4.5px 0;
	border-color: transparent #fff transparent transparent;
}
@media (any-hover: hover) {
  #ct_bg .mainArea20th01 > .inner01 .textLink01 a:hover {
    color: #FFFF00;
  }
  #ct_bg .mainArea20th01 > .inner01 .textLink01 a:hover::after {
	border-color: transparent #FFFF00 transparent transparent;
  }
}

#ct_bg .section01 {
	position: relative;
	background: url(../img/bg01.webp);
}
#ct_bg .section01.type01 {
	overflow: clip;
}
#ct_bg .section01.type01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 42.08%;
	width: 100%;
	max-width: 1114px;
	aspect-ratio: 406/121;
	background: url(../img/bg02.webp) no-repeat left top / cover;
}
#ct_bg .section01:has(.frameArea20th01) {
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;
	background: #111;
}
#ct_bg .section01 > .inner01 {
	position: relative;
	margin-inline: auto;
	padding: 0 20px;
	max-width: 1000px;
}

#ct_bg .heading20th01 {
	color: #FF0;
	font-size: 52px;
	font-weight: 800;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
	border-bottom: 2px solid #FFF;
}
#ct_bg .heading20th01 > span {
	position: relative;
	padding-left: 120px;
	padding-bottom: 8px;
}
#ct_bg .heading20th01 > span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 60px;
	background: url(../img/ic01.svg)no-repeat center / contain;
}

#ct_bg .title20th01 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}
#ct_bg .heading20th01 + .title20th01 {
	margin-top: 20px;
}
#ct_bg .heading20th01 + .title20th01 + .text01 {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}

#ct_bg .title20th02 {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}
#ct_bg .title20th02 + .text01 {
	font-size: 16px;
	color: #FFF;
}

#ct_bg .text02 {
	padding: 2px 0 4px;
	color: #FFF; 
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	background: #F90;
}

#ct_bg .time01 {
	font-size: 16px;
	font-weight: 500;
}

#ct_bg .copyright01 {
	color: #FFF;
}

#ct_bg .btn01.type01 > a {
	display: block;
	padding: 10px 0;
	font-size: 24px;
	font-weight: 800;
	width: 100%;
	border-top: 2px solid #FC0;
	border-bottom: 2px solid #FC0;
}
#ct_bg .btn01.type01 > a::before {
	content: none;
}
#ct_bg .btn01.type01 > a span {
	position: relative;
}
#ct_bg .btn01.type01 > a span::before {
	position: absolute;
	top: 50%;
	left: -52px;
	content: "";
	width: 32px;
	height: 33px;
	background: url(../img/ic02.svg)no-repeat center / contain;
	transform: translateY(-50%);
}
#ct_bg .btn01.type01 > a.reserve span::before {
	left: -48px;
	width: 28px;
	height: 29px;
	background: url(../img/ic03.svg)no-repeat center / contain;
}
#ct_bg .btn01.type01 > a.waiting span::before {
	left: -57.5px;
	width: 37.5px;
	height: 26.9px;
	background: url(../img/ic04.svg)no-repeat center / contain;
}

#ct_bg .btn02 > a {
	margin-top: 40px;
    margin-inline: auto;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: linear-gradient(90deg, #000 0%, #333 100%);
	text-decoration: none;
	max-width: 460px;
}
#ct_bg .btn02 > a::before {
	content: none;
}
#ct_bg .btn02 > a span {
	position: relative;
}
#ct_bg .btn02 > a span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}
@media (any-hover: hover) {
  #ct_bg .btn02 > a:hover {
	color: #FF0;
    background: linear-gradient(90deg, #333 0%, #656565 100%);
  }
  #ct_bg .btn02 > a:hover span::before {
	border-color: transparent transparent transparent #FF0;
  }
}

#ct_bg .frameArea20th01 > .inner01 {
	padding: 36px 0;
}
#ct_bg .frameArea20th01 > .inner01 > .text01 {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}
#ct_bg .frameArea20th01 > .inner01 > .image01 + .text01 {
	margin-top: 20px;
	color: #FFF;
}
#ct_bg .frameArea20th01 > .inner01 > .text01 > span {
	color: #FFF600;
}

#ct_bg .frameArea20th02 {
	padding-top: 40px;
}
#ct_bg .frameArea20th02 + .heading20th01 {
	margin-top: 40px;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .text01 {
	padding: 15px 28px 0 30px;
	background: #E0E0E0;
	font-size: 28px;
	font-weight: 800;
	max-width: 170px;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 {
	justify-content: center;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01  {
	padding: 16px 16px 16px 20px;
	background: #fff;
	border-top: 4px solid #E0E0E0;
	border-right: 4px solid #E0E0E0;
	border-bottom: 4px solid #E0E0E0;
	width: calc(  100% - 170px );
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li {
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li a {
	color: #111;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li:not(:first-child) {
	margin-top: 20px;
}
#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li .time01 {
	display: flex;
}
#ct_bg .wrap01:has(.block01) {
	margin-top: 20px;
	gap: 40px;
}
#ct_bg .wrap01:has(.block01) li {
	width: calc( (100% - 40px) / 2 );
}
#ct_bg .wrap01:has(.block01) .block01 + .block01 {
	margin-top: 10px;
}
#ct_bg .wrap01:has(.block01) li .image01 {
	position: relative;
}
#ct_bg .wrap01:has(.block01) li .image01::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 70px;
	height: 53px;
	background: url(../img/logo01.svg)no-repeat center / contain;
	z-index: 2;
}
#ct_bg .wrap01:has(.block01) li .image01 a::after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 40px;
	height: 40px;
	background: url(../img/ic05.svg)no-repeat center / contain;
	z-index: 2;
	transition: background .3s ease;
}
@media (any-hover: hover) {
  #ct_bg .wrap01:has(.block01) li .image01 a:hover::after {
    background: url(../img/ic05_on.svg)no-repeat center / contain;
  }
}

#ct_bg .block02 {
	position: relative;
	margin-top: 40px;
	padding: 38px 0 60px;
	border-top: 2px solid #710000;
}
#ct_bg .block02::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 735px;
	height: 100%;
	max-height: 135px;
	background: url(../img/bg03.webp)no-repeat center / contain;
}
#ct_bg .block02 > * {
	position: relative;
	z-index: 2;
}
#ct_bg .block02 > .title20th01 {
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}
#ct_bg .block02 > .text01 {
	color: #FFF600;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
	font-size: 52px;
	font-weight: 800;
}

@media screen and (max-width: 639px) {
	#ct_bg .mainArea20th01 {
		background: none;
		padding-bottom: 0;
	}
	#ct_bg .mainArea20th01 > .inner01 {
		padding: 0;
	}
	#ct_bg .section01 {
		padding: 0;
	}
	#ct_bg .section01.type01::before {
		left: 50px;
	}
	#ct_bg .heading20th01 {
		font-size: 40px;
	}
	#ct_bg .heading20th01 > span::before {
		width: 90px;
		height: 50px;
	}
	#ct_bg .heading20th01 > span {
		display: inline-block;
		padding-left: 100px;
	}
	#ct_bg .title20th01{
		font-size: 20px;
	}
	#ct_bg .frameArea20th01 > .inner01 > .image01 + .text01 {
		font-size: 20px;
	}
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .text01,
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 {
		width: 100%;
		max-width: unset;
	}
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .text01 {
		padding: 15px 20px;
		font-size: 20px;
	}
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 {
		padding: 20px 16px 16px;
		border-right: 4px solid #E0E0E0;
		border-bottom: 4px solid #E0E0E0;
		border-left: 4px solid #E0E0E0;
	}
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li {
		flex-wrap: wrap;
	}
	#ct_bg .frameArea20th02 > .inner01 > .wrap01 > .list20th01 > li > * {
		width: 100%;
	}
	#ct_bg .wrap01:has(.block01) li {
		width: 100%;
	}
	#ct_bg .wrap01:has(.block01) li .image01::before {
		top: 4.7px;
		left: 4.7px;
		width: 54.7px;
		height: 41.4px;
	}
	#ct_bg .wrap01:has(.block01) li .image01 a::after {
		bottom: 5px;
		right: 5px;
		width: 32px;
		height: 32px;
	}
	#ct_bg .block02 {
		margin-inline: calc(50% - 50vw);
	}
	#ct_bg .block02::before {
        max-height: 86px;
		width: calc( 100% + 48px + 24px );
        left: -48px;
	}
	#ct_bg .block02 > * {
		padding: 0 20px;
	}
	#ct_bg .block02 > .text01 {
		font-size: 40px;
	}
}
