@charset "utf-8";
/* CSS Document */

/* ---initial--- */
body {
}
fieldset {
	border: none;
}
dl, ul, ol, blockquote, table, caption, td, th, dt, dd, address {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}
.pagetop {
	clear: both;
	text-align: right;
	line-height: 0;
}
.pagetop img {
	margin-left: auto;
}
.plist {
	padding-top:15px;
	text-align: left;
	height:32px;
}

h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
}
h2 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 6%;
}
p {
	line-height:1.8em;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
input {
	vertical-align: middle;
}
img {
	border: 0;
}
table {
	border: 0;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.plist li {
	font-size: 12px;
	height:14px;
	float:left;
	padding-left: 15px;
}
.plist li a {
	padding-right:25px;
}

.pointer {
	cursor: pointer; /* カーソルオーバー */
}
a .hover_img {
	transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
}
a:hover .hover_img {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
.no_pc {
	display:none !important;
}
.no_sp {
	display: block !important;
}
/* ---Base--- */
.stage {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.img_right {
	float:right;
	padding-left:4%;
}
.img_left {
	float:left;
	padding-right:4%;
}
header {
	background-color:#1e1e1e;
}
#headmenu {
}
#headmenu_sp {
	display: none;
}
#headmenu ul {
}
#headmenu li{
	text-align:left;
	float:right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	padding-right:15px;
	width: 180px;	
	background-image:url(../img/ar_headmenu.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
#headmenu li a {
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
#headmenu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#topnavi {
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#topnavi ul {
	width: 100%;
}
#topnavi ul li {
	width:14.2%;
	height:auto;
	text-align:center;
	float:left;
}
#topnavi ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#topnavi ul li img {
	width: 72%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#taifunews {
	background-color:#1e1e1e;	
	padding-top:20px;
	padding-bottom:20px;
}
#taifunews .stage {
	font-size:15px;
	line-height:1.8em;
	border:3px double #B70003;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#taifunews .stage h2 {
	margin-bottom:15px;
}
#taifunews .stage p {
	padding-left:20px;
	padding-right:20px;	
	text-align:left;
	padding-bottom:15px;
}
#taifunews .stage div {
	padding-right:20px;	
	text-align:right;
}


#top {
	/*background-color:#1e1e1e;*/
	background-color:#000000;
}
#top_slide {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:640px;
	overflow:hidden;
}

#infomation {
	background-color:#1e1e1e;
	padding-bottom:50px;
	text-align: center;
}
#infomation p {
	color:#FFFFFF;
	text-align:left;
	padding-top:40px;
	padding-bottom:20px;
	margin-left: 35%;
	line-height: 1.8em;
}
.br_infomation {
	float:left;
	width: 30%;
}
.br_infomation img {
	width: 100%;
	height: auto;
}
.go_info {
	margin-left: 35%;
}
.go_info a {
	border: 1px solid #FFFFFF;	
	color:#FFFFFF;
	padding-top:21px;
	display:block;
	width:330px;
	height:39px;
	text-decoration:none;
	font-size:18px;
}
.go_info a:hover {
	background-color:rgba(255,255,255,0.20);	
}
#news {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
}
#news h2 {
	padding-top: 4%;
}
#news h3 {
	text-align:left;
	margin-bottom:2%;
	font-weight: bold;
}
#news h4 {
	text-align:left;
	margin-bottom:2%;
	font-weight: bold;
}
#news p {
	text-align:left;
	margin-bottom: 1%;
}
.news_up {
	font-weight: bold;
	font-size: 14px;
	color: #BB0000;
}
.news_text {
	float: left;
	height: auto;
	width: 60%;
}
.news_photo {
	float: right;
	width: 35%;	
	height: auto;
}
.news_photo li {
	float: left;
	width: 42%;
	margin-left: 8%;
}
.news_photo img {
	border: 1px solid #B0B0B0;
	width: 100%;
	height: auto;
}

#schedule {
	padding-top:35px;
	padding-bottom:50px;	
}
#schedule h2 {
	padding-top: 4%;
}
#schedule .schedule_area {
}
#schedule .schedule_box {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	border: double 3px #747474;
	padding-top: 6%;
	padding-bottom: 0;
	padding-left: 8%;
	padding-right: 8%;
	margin-bottom: 4%;
	text-align:left;
	background-color: rgba(255,255,255,0.70);
}
#schedule .schedule_text {
	float: left;
	width: 65%;
	height: auto;
	padding-bottom: 4%;
}
#schedule .schedule_text h3 {
	text-decoration:none;
	padding-right:20px;
	padding-bottom:20px;
	border-bottom: 1px dotted #747474;
	font-size: 21px;
	line-height: 1.4em;
	margin-bottom: 4%;
}
#schedule .schedule_text h3 span {
	color: #FF0000;
	font-size: 14px;
}
#schedule .schedule_text p {
	margin-bottom: 4%;
}
#schedule .schedule_text ul {
}
#schedule .schedule_text li {
	font-size: 13px;
	line-height: 1.6em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2%;
}
#schedule .schedule_photo {
	float:right;
	width: 24%;
	height: auto;
	text-align:center;
	line-height:1.2em;
	background-color:#FFFFFF;
	padding-bottom: 4%;
}
#schedule .schedule_photo section {
	margin-bottom: 15%;
}

#schedule .schedule_photo span {
	font-size:11px;
}
#schedule .schedule_photo img {
	width: 100%;
	height: auto;
}



.schedule_ex {
	padding-top: 2%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4%
}
.schedule_ex h3 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 2%;
}
.schedule_ex p {
	font-size: 15px;
	line-height: 1.8em;
}
.go_schedule {
}
.go_schedule a {
	border: 1px solid #1e1e1e;	
	color:#1e1e1e;
	padding-top:21px;
	display:block;
	width:330px;
	height:39px;
	text-decoration:none;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;	
}
.go_schedule a:hover {
	background-color:rgba(0,0,0,0.15);	
}
#program {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;	
}
#program h2 {
	padding-top: 4%;
}
.program_area{
	width:1000px;
	max-width: 100%;
}
.go_program {
}
.go_program a {
	border: 1px solid #1e1e1e;	
	color:#1e1e1e;
	padding-top:21px;
	display:block;
	width:330px;
	height:39px;
	text-decoration:none;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
}
.go_program a:hover {
	background-color:rgba(0,0,0,0.15);	
}
#access {
	background-color:#1e1e1e;
	padding-top:35px;
	padding-bottom:50px;	
}
#access h2 {
	padding-top: 4%;
	color: #FFFFFF;
}
#access p {
	color:#FFFFFF;
}
.access_left {
	float: left;
	width: 50%;
	height: auto;
}
.access_right {
	float: right;
	width: 45%;
	height: auto;
}
.access_left img {
	width: 100%;
	height: auto;
}
.access_right p {
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	margin-bottom: 2%;
}
.access_right dl {
	color: #FFFFFF;
	text-align: left;
	border-top: 3px double #FFFFFF;
	margin-bottom: 5%;
}
.access_right dt {
	padding-top: 1%;
}
.access_right dd {
	border-bottom: 3px double #FFFFFF;
	padding-bottom: 1%;
}
.access_right dd span {
	display: inline-block;
}
.ac_sp1 {
	width: 170px;
}
.ac_sp2 {
	width: 140px;
}
.ac_sp3 {
	width: 140px;
}

.line {
	font-weight:bold;
	border-top: 3px double #727272;
	padding-top:2px;
}
.stop {
	padding-left:13px;
	padding-bottom:2px;
}
.go_access {
	margin-top:15px;
	text-align:center;
}
.go_access a {
	border: 1px solid #FFFFFF;	
	color:#FFFFFF;
	padding-top:21px;
	display:block;
	width:330px;
	height:39px;
	text-decoration:none;
	font-size:18px;
}
.go_access a:hover {
	background-color:rgba(255,255,255,0.20);	
}



#fnavi {
	border-top: 1px solid #FFFFFF;
	background-color:#1e1e1e;
	text-align:center;
	padding-top:1%;
	padding-bottom: 1%;
	height:auto;
	width: 100%;
}
#fnavi ul {
	padding-left:2%;
	padding-right: 2%;
	width:96%;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
#fnavi ul li {
	float:left;
	padding-left:20px;
	color:#FFFFFF;	
}
#fnavi ul li a {
	color:#FFFFFF;	
	text-decoration:none;
	padding-top: 1%;
	padding-bottom: 1%;
}
#fnavi ul li a:hover {
	text-decoration:underline;
}
#fnavi ul li span {
	padding-left:20px;
}
footer {
	border-top: solid 1px #FFFFFF;
	background-color:#1e1e1e;
}
footer p {
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
.icon_left {
	float:left;
	margin-right:10px;
}


/*■■■■sub-page■■■■*/

#subnavi {
	height:220px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#subnavi ul {
	float:left;
}
#subnavi ul li {
	width:140px;
	height:220px;
	text-align:center;
	float:left;
}
#subnavi ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.navi_title {
	float:left;
}
#subtop {
	padding-top:25px;
	background-color:#1e1e1e;	
}
.subpage {
}
.subpage h2 {
}



/*------------------*/
#page_infomation {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_infomation h2 {
}
#page_infomation h3 {
	text-align:left;
	margin-bottom:4%;
	padding-top: 4%;
	font-weight: bold;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 21px;
}
#page_infomation p {
	text-align:left;
	margin-bottom:4%;
}
.infomation_photo img {
	border:1px solid #FFFFFF;
	margin-bottom:20px;
	box-shadow: 0px 1px 16px -5px rgba(0,0,0,0.8);
}
.infomation table {
	margin-right:auto;
	width: 90%;
	
}
#page_infomation td {
	text-align:left;
	padding-right:30px;
	padding-left:15px;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px dotted #888888;
	vertical-align:top;
	font-weight: bold;
}
.info_tx {
	font-weight: normal !important;
}

/*------------------*/
#page_access {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_access h2 {
}
#page_access h3 {
	margin-bottom:4%;
	padding-top: 4%;
	font-weight: bold;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 21px;	
}
.page_access_left {
	float: left;
	width: 50%;
	height: auto;
}
.page_access_right {
	float: right;
	width: 45%;
	height: auto;
}
.page_access_left img {
	width: 100%;
	height: auto;
}
.page_access_right p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 2%;
}
.page_access_right dl {
	text-align: left;
	border-top: 3px double #B6B6B6;
	margin-bottom: 5%;
}
.page_access_right dt {
	padding-top: 1%;
}
.page_access_right dd {
	border-bottom: 3px double #B6B6B6;
	padding-bottom: 1%;
}
.page_access_right dd span {
	display: inline-block;
}

#map_canvas {
	border:3px double #B6B6B6;
	width:98%;
	height:500px;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
}



/*------------------*/
#page_link {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_link h2 {
	margin-bottom:35px;
	text-align:center;
}
#page_link h3 {
	text-align:left;
	margin-bottom:20px;
}
#page_link p {
	text-align:left;
	margin-bottom:35px;
}
#page_link table {
	margin-right:auto;
}
#page_link td {
	text-align:left;
	padding-right:30px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	height:48px;
	border-bottom:1px dotted #888888;
	vertical-align:middle;
}



/*------------------*/
#page_event {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_event h2 {
}
#page_event h3 {
	text-align:left;
	margin-bottom:4%;
	padding-top: 4%;
	font-weight: bold;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 21px;
	
}
#page_event p {
	text-align:left;
	margin-bottom:35px;
}


/*------------------*/
#page_schedule {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_schedule h2 {
	font-size: 28px;
}

#page_schedule .schedule_area {
}
#page_schedule .schedule_box {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	border: double 3px #747474;
	padding-top: 6%;
	padding-bottom: 0;
	padding-left: 8%;
	padding-right: 8%;
	margin-bottom: 4%;
	text-align: left;
	background-color: rgba(255,255,255,0.70);
}
#page_schedule .schedule_text {
	float: left;
	width: 65%;
	height: auto;
	padding-bottom: 4%;
}
#page_schedule .schedule_text h3 {
	text-decoration:none;
	padding-right:20px;
	padding-bottom:20px;
	border-bottom: 1px dotted #747474;
	font-size: 21px;
	line-height: 1.4em;
	margin-bottom: 4%;
}
#page_schedule .schedule_text h3 span {
	color: #FF0000;
	font-size: 14px;
}
#page_schedule .schedule_text p {
	margin-bottom: 4%;
}
#page_schedule .schedule_text ul {
}
#page_schedule .schedule_text li {
	font-size: 13px;
	line-height: 1.6em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2%;
}
#page_schedule .schedule_photo {
	float:right;
	width: 24%;
	height: auto;
	text-align:center;
	line-height:1.2em;
	padding-bottom: 4%;
}
#page_schedule .schedule_photo section {
	margin-bottom: 15%;
}

#page_schedule .schedule_photo span {
	font-size:11px;
}
#page_schedule .schedule_photo img {
	width: 100%;
	height: auto;
}

.schedule_ex {
	padding-top: 2%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4%
}
.schedule_ex p {
	font-size: 15px;
	line-height: 1.8em;
}


/*------------------*/
#page_program {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_program h2 {
}
#page_program h3 {
	text-align:left;
	margin-bottom:3%;
	padding-top: 2%;
	font-weight: bold;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 21px;
}
#page_program p {
	text-align:left;
	margin-bottom:15px;
	line-height:1.8em;
}
.program_photo {
	padding-top: 20px;	
}
.pro_area {
	padding-top:25px;
	padding-bottom:25px;
	border-bottom: 3px dotted #5C2E00;
}
.pro_area p {
	padding-left: 25%;
}
pro_area img {
	width: 210px;
	height: auto;
}
.player {
}
.story {
}

/*------------------*/
#page_rebuilding {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:6%;
	padding-bottom:6%;
}
#page_rebuilding h2 {
}
#page_rebuilding h3 {
	color:rgba(0,0,0,1.00);
	font-size:28px;
	text-align:center;
	margin-bottom:35px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
#page_rebuilding h4 {
	color:rgba(0,0,0,1.00);
	font-size:18px;
	margin-bottom:10px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.rebuilding_box {
	margin-left: 25px;
	margin-right: 25px;
	background-color: rgba(255,255,255,0.80);
	padding-top:75px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:45px;
}
.rebuilding_box p {
	font-size:16px;
	color:rgba(0,0,0,1.00);
	text-align:left;
	margin-bottom:15px;
	line-height:2em;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;	
}
.rebuilding_box .photo {
	float:right;
	text-align:center;
	line-height:1.2em;
	padding-left:30px;
}
.rebuilding_box .photo img {
	margin-left:auto;
	border:3px solid #FFFFFF;
}
.rebuilding_box .photo span {
	font-size:11px;
}
.rebuilding_inbox {
	border:3px double #979285;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
	margin-bottom:25px;
	background-color:#FFFFFF;
}
.rebuilding_inbox p {
}

.rebuilding_photo img {
	border:5px solid #FFFFFF;
	margin-bottom:0px;
}
.rebuilding_photo p {
	text-align:center;
	font-size:12px;
}


/*------------------*/
#page_ev2024 {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:8%;
	padding-bottom:10%;
	text-align:center;	
}
#page_ev2024 h2 {
	margin-bottom:6%;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#page_ev2024 h3 {
	margin-bottom:6%;
	font-size: 24px;
	font-weight: bold;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;			
}
#page_ev2024 p {
	margin-bottom:8%;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;				
}
.ev2024_box {
	padding-top: 10%;
	margin-bottom: 12%;
}
.ev2024_inbox {
	margin-left: auto;
	margin-right: auto;
}
.ev2024_inbox iframe {
	width: 960px;
	height:  540px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 1px 16px -5px rgba(0,0,0,0.8);
}
.ev2024_border {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-bottom: 1px dashed #1E1E1E;
}
/*------------------*/

