<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Noto+Serif+JP:wght@400;500;700&amp;display=swap');

/*--------------------------*/

.thumbnail .slick-track {
  transform: unset !important;
	margin-left: 0px;
}
.thumbnail-img {
  opacity: .3;
  transition: opacity .3s linear;
	width: auto !important;
	margin-right: 20px !important;
}
.thumbnail .slick-current {
  opacity: 1;
}

.thumbnail {
	padding: 11px 20px 11px 20px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumbnail-img img {
	width: 34px;
	height: auto;
}


/*--2023/11/27-------------------*/

.contents {
	background-color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	padding-bottom: 50px;
}

.fontSerif {
	font-family: 'Noto Serif JP', serif;
}

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}

.colYel01 {
	color: #FEFF91;
	font-weight: bold;
}

/*---------------*/

.mainWrap01 {
	position: relative;
	padding-bottom: 30px;
}
.mainH101 {
	position: absolute;
	top: 13px;
	left: 12px;
}
.mainBox01 {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,253,253,0.5) 6%, rgba(0,0,0,0.5) 100%);
	height: 204px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.mainFlex01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #ffffff;
	padding: 20px;
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.mainFlex01 .mainText01 {
	color: #FCF7D7;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
	text-shadow: 0px 0px 20px #f3e189;
-webkit-text-shadow: 0px 0px 20px #f3e189;
-moz-text-shadow: 0px 0px 20px #f3e189;
-o-text-shadow: 0px 0px 20px #f3e189;
-ms-text-shadow: 0px 0px 20px #f3e189;
}
.mainText01 .s01 {
	font-size: 60px;
	font-weight: 500;
	margin: 0px 12px;
}
.mainFlexBox01 {
	flex-shrink: 0;
	margin-right: 35px;
}
.mainFlexBox02 {
}

/*------------------*/

.contAncBlock01 {
	position: relative;
	border: 2px solid #ffffff;
background: rgb(243,225,137);
background: linear-gradient(90deg, rgba(243,225,137,1) 0%, rgba(252,247,215,1) 50%, rgba(243,225,137,1) 100%);
	padding: 0px 20px 10px 20px;
box-shadow: 0px 3px 6px 0px rgba(88,87,71,0.75) inset;
-webkit-box-shadow: 0px 3px 6px 0px rgba(88,87,71,0.75) inset;
-moz-box-shadow: 0px 3px 6px 0px rgba(88,87,71,0.75) inset;
-o-box-shadow: 0px 3px 6px 0px rgba(88,87,71,0.75) inset;
-ms-box-shadow: 0px 3px 6px 0px rgba(88,87,71,0.75) inset;
}
.contAncH201 {
	text-align: center;
}
.contAncH201 img {
	width: auto;
	height: 43px;
}

.contAncFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 16px;
}
.contAncFlex01 li {
	width: 49%;
	border-radius: 5px;
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5) ;
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5) ;
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5) ;
-o-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5) ;
-ms-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5) ;
	margin-bottom: 20px;

}
.contAncFlex01 li a {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: center;
	border-radius: 5px;
	box-sizing: border-box;
	height: 100px;
	padding: 8px 15px 8px 15px;
	color: #ffffff;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(96,0,255,1) 10%, rgba(59,0,153,1) 90%, rgba(255,255,255,1) 100%);
box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5) inset;
-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5) inset;
-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5) inset;
-o-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5) inset;
-ms-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.5) inset;
}
.contAncFlex01 li a:link {	color: #ffffff;	text-decoration: none;}
.contAncFlex01 li a:visited {	color: #ffffff;	text-decoration: none;}
.contAncFlex01 li a:hover {	color:#ffffff;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contAncFlex01 li a:active {	color:#ffffff;	text-decoration: none;}

.contAncFlex01 .inFlex01 {
	display: flex;
}
.contAncFlex01 .inFlex01 .p01 {
	color: #000000;
	font-size: 22px;
	line-height: 1.4em;
	display: inline-block;
	background-color: #ffffff;
	padding: 2px 8px;
	margin-right: 10px;
}
.contAncFlex01 .inFlex01 .p02 {
	font-size: 22px;
	line-height: 1.4em;
    font-weight: bold;
}
.contAncBtnText01 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}
.contAncBtnText01::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/tyo-i/eclipse/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
	width: 22px;
	height: 22px;
	margin-left: 15px;
	vertical-align: middle;
}

.contAncTextBox01 {
	position: absolute;
	right: 38px;
	bottom: 14px;
}

/*----------------*/

.mb0 {
	margin-bottom: 0px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}

.contH301 {
	margin-bottom: 30px;
}

.contentsBox01 {
	margin: 50px auto 50px auto;
}
.contFlex01 {
	display: flex;
	justify-content: space-between;
}
.contFlex01Box01 {
	width: 550px;
}
.contFlex01Box02 {
	width: 440px;
}

.contFlex01Box03 {
	width: 780px;
}
.contFlex01Box04 {
	width: 170px;
}
.contText01 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}

/*----------------*/

.contH401 {
	color: #000000;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 60px;
	padding: 3px 20px 3px 20px;
	border: 2px solid #D4A540;
background: rgb(208,156,55);
background: linear-gradient(0deg, rgba(208,156,55,1) 0%, rgba(242,230,128,1) 50%, rgba(242,230,128,1) 100%);
	margin-top: 30px;
}
.contBoxWrap01 {
	position: relative;
}

.contBoxIn01 {
	display: flex;
	margin-top: 20px;
}
.contBoxIn01.box01 {
	box-sizing: border-box;
	width: 340px;
}

.contDl01 {}
.contDl01 dt {
	position: relative;
	color: #E4B915;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 500;
	border-left: 10px solid #E4B915;
	padding: 4px 10px 4px 10px;
	margin-bottom: 12px;
}
.contDl01 dt::after {
	content: "";
	background-image: url("/attending/t/tyo-i/eclipse/images/pc/dt_line01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 544px auto;
	width: 544px;
	height: 40px;
	position: absolute;
	left: -10px;
	bottom: -1px;
}

.contBoxIn02 {
	margin-top: 30px;
}

.contDl02 {}
.contDl02 dt {
	margin-bottom: 6px;
}
.contDl02 dt img {
	width: auto;
	height: 46px;
}

.contMapBox01 {
	width: 504px;
	position: absolute;
	top: -20px;
	right: 0px;
}

/*----------------*/

.contFlex02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}
.contFlex02 li {
	margin-bottom: 20px;
	width: 500px;
}
.contFlexInFlex01 {
	display: flex;
	justify-content: space-between;
}
.cyusyaku01 {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
}
.box240 {
	width: 240px;
	flex-shrink: 0;
}

.contDataBox01 {
	border: 2px solid #DBDBDB;
	background-color: #900000;
	padding: 20px 20px 28px 20px;
}
.contH402 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 10px;
}
.contDataFlex01 {
	display: flex;
	justify-content: space-between;
}
.dataFlexBox01 {
	width: 565px;
}
.dataFlexBox02 {
	width: 400px;
}

.dataTable01 {
	width: 100%;
}
.dataTable01 th {
	text-align: center;
	vertical-align: middle;
	color: #2B2E34;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border: 2px solid #EFD9CD;
	background-color: #ffffff;
	height: 36px;
}
.dataTable01 td {
	text-align: center;
	vertical-align: middle;
	color: #2B2E34;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border: 2px solid #EFD9CD;
	background-color: #ffffff;
	height: 36px;
}

.dataTable01 th.bg01 {
	background-color: #DFB19C;
}
.dataTable01 th.bg02 {
	background-color: #EFD9CD;
}

.dataTable02 {
	width: 100%;
}
.dataTable02 td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: bold;
}

.dataTable03 {
	width: 100%;
	margin-top: 11px;
}
.dataTable03 td {
	text-align: center;
	vertical-align: middle;
	color: #2B2E34;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border: 2px solid #EFD9CD;
	background-color: #ffffff;
	height: 31px;
}

/*--------------------*/

.contH403 {}
.contH403 img {
	width: auto;
	height: 95px;
}

.contH403.h40302 {
	margin-top: -50px;
}
.contH403.h40302 img {
	width: 1021px;
	height: auto;
}

.contH403.h40303 {
	margin-top: -20px;
}
.contH403.h40303 img {
	width: 930px;
	height: auto;
}


.contTit01 {
	margin-bottom: 12px;
	text-align: center;
}
.contTit01 .s01 {
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
}
.contTit01 .s02 {
	display: block;
	color: #FEFF91;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
}

/*----------------*/

.contBasicBox01 {
	border: 2px solid #FFFFFF;
	padding: 10px 20px 20px 20px;
	margin: 30px auto 60px auto;
}
.basicTit01 {
	margin-bottom: 5px;
}
.basicTit01 img {
	width: auto;
	height: 40px;
}

.basicUl01 {}
.basicUl01 li {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}
.basicUl01 li .s01 {
	color: #ED1C24;
}
.basicUl01 li .s02 {
	color: #FEFF95;
}

.basicInBox01 {
	border-bottom: 2px dotted #FFFFFF;
	padding-bottom: 14px;
	margin-bottom: 14px;
}























</pre></body></html>