/*body {
  min-height: 200vh;
}*/

a {
  cursor: pointer;
}
@charset "utf-8";
/* CSS Document */

html { font-size: calc(112.5% + 0.5vw) }

body {
/*	background-image: url(../img/backimg001.png);*/
/*	background-position: center;*/
/*	background-repeat: repeat-y;
/*	width: 100%;*/
	height: 100vh;
	background: radial-gradient(
		ellipse farthest-corner at 50% 0,
		#950BE3 0%, #111643 100%);
	overflow-x: hidden;
	padding-top: 0;
}
@media (max-width: 768px) { body { padding-top:  97px; } }
@media (max-width: 370px) { body { padding-top: 118px; } }
body > #wrapper {
	min-height: 100%;
	height: auto;
/*	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
	font-family: 'Rounded Mplus 1c';
	font-size: 2em;
/*	background: url(../img/backimg001.png) repeat-y scroll 50% 0 #010552;*/
/*	background-color: #010552;*/
	background-size: 100%;
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
/*	opacity: 1;*/
	mix-blend-mode: normal;

}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.mar10  { margin:10px; font-size:70%; }
.mar10_ { margin:10px ; padding-bottom:1px; text-align: left; }

h1 {
	font-size: 105%;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

h2 {
	font-size: 150%;
	padding: 10px;
	margin: 0;
	color: #FFFFFF;
/*	background-color: #043597;*/
/*	background: url(../img/headbg001.png);*/
	background-size: cover;
	background-position: center;
	text-align: center;
/*	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	        border-radius: 5px 5px 0 0 / 5px 5px 0 0;
*/
}

h3 {
	font-size: 120%;
	padding: 5px;
	margin: 0;
/*	color: #000000;*/
}

.t01 {
	font-size: 80%;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	background-color: #333333;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	        border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}

a       { color: #00D900; }
a:hover { color: #FD00FD; }

.a_btn1 {
/*	width: 50%;*/
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	margin:5px 0;
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	text-align: center;
/*  border: solid 2px #000000;*/
}
.a_btn1:hover {
	color: white;
	text-decoration: underline;
}

.a_btn2 {
/*	width:50%;*/
	width:100%;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0;
	color: #FFFFFF;
	background: #FF0000;
	text-decoration: none;
	text-align: center;
/*	border: solid 2px #000000;*/
}
.a_btn2:hover {
	color: white;
	text-decoration: underline;
}

.bar1{
	width: 100%;
	height: 2px;
	padding: 0;
	margin: 0;
	background-color: #FF0000;
}

dl, dt, dd { margin: 0; padding: 0; } 

.bar2{
	width: 98%;
	height: 1px;
	padding: 0;
	margin: 10px 0;
	background-color: #999999;
}

/*
table {
	max-width:1024px;
}
*/
table.table_1 {
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(170, 170, 170);
	border-image: initial;
}
table.table_1 th, table.table_1 td {
	padding: 0.25rem;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(170, 170, 170,);
	border-image: initial;
	text-align: center;
}
table.table_1 th {
	background: rgba(51,51,51,0.5);
	white-space: nowrap;
}
table.table_1 td {
/*	width: 100%;*/
/*	background: rgb(255, 255, 255);*/
	text-align: left;
}

.link01 a       { color:#33CCFF; }
/*.link01 a:hover { color: ; }*/
.line01 { border: #AAAAAA solid 1px; box-sizing: border-box; }

.head a{
	display: inline-block;
	width: 11%;
	font-size: 60%;
/*	font-weight: bold;*/
	padding: 5px;
	margin-right: 1px;
	color: #666666;
	text-decoration: none;
	border: #CCCCCC solid 1px;
}

.head a:hover{
	color: #00FFCC;
	background-color: #FFFF99;
}

.head2 a{
	font-size: 65%;
	font-weight: bold;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.head2 a:hover{
	color: #00FFCC;
}

/*グローバルメニューヘッダーテーブルver*/
.gbhm {
	display: table;
}
.gbhm li {
	display: table-cell;
/*	max-width:180px;*/
	width: 98px;
/*	font-size:60%;*/
	font-size: 14px;
/*	font-weight: bold;*/
	padding: 5px;
	margin-right: 1px;
	color: #666666;
	border: #DDDDDD solid 1px;
	vertical-align: middle;
/*	white-space: nowrap;*/
}

.gbhm li a {
	color: #333333;
	text-decoration: none;
}
.gbhm li a:hover {
	color: #00FFCC;
	text-decoration: none;
}

/*コンテンツボックス*/
.cbox {
	font-size: 65%;
	line-height: 150%;
	padding: 5px;
}

.wbox {
	font-size: 90%;
	line-height: 150%;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	border: #CCCCCC solid 1px;
	border-radius: 5px;
	text-align: left;
}

.wbox2 {
	font-size: 70%;
	line-height: 150%;
	padding: 5px;
	margin-bottom: 10px;
	color: #3D3D3D;
	border: #CCCCCC solid 1px;
	border-radius: 0 0 5px 5px;
	text-align: left;
}

.gbox {
	font-size: 70%;
	line-height: 150%;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #333333;
	border-radius: 5px;
	text-align: left;
}

.mbox {
	padding: 5px;
	background-color: #EFEFEF;
	border: #CCCCCC solid 1px;
	font-size: 70%;
	text-align: center;
}

/*～(ALL PAGE)googleマップレスポンシブ～*/ 
.ggmap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pan{
	text-decoration:none;
	font-size:70%;
	margin:5px;
	color: white;
}
.pan a{
	text-decoration:none;
}


/* 16px @ 480px increasing to 32px @ 1920px */
@media (min-width: 320px) {
	:root {
		font-size: calc(1rem + ((1vw - 4.8px) * 1.1111));
		/* Where: * 1.1111 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	:root {
		font-size: 32px;
	}
}

.event_t{
	font-size:70%;
}

/*～グローバルナビ フローティングメニュー用～*/
#FloatingMenu {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0 auto;
	text-align: center;
	z-index: 9999;
}

#FloatingMenu_footer {
	display: block;
	position: fixed;
	bottom: 100px;
	left: -50px;
	width: 100%;
	padding: 0 auto;
	text-align: center;
	z-index: 99999;
}

/*～グローバルナビ用～*/
nav.globalMenuSp {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	z-index: 2;
}
 
nav.globalMenuSp ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #EDEDED;
}
 
nav.globalMenuSp ul li {
	width: 100%;
	font-size: 0.8em;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
 
nav.globalMenuSp ul li a {
	display: block;
	padding: 0.7em 0;
	color: #000;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

/* ハンバーガー用 */
.navToggle {
	display: block;
	position: fixed; /* bodyに対しての絶対位置指定 */
	top: 10px;
	right: 7px;
	width: 35px;
	height: 35px;
	background: #043597;
	text-align: center;
	cursor: pointer;
	z-index: 99999999;
}
 
.navToggle span {
	display: block;
	position: absolute; /* .navToggleに対して */
	left: 5px;
	width: 25px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	   -moz-transition: .35s ease-in-out;
	        transition: .35s ease-in-out;
}
 
.navToggle span:nth-child(1) {
	top: 7px;
}
 
.navToggle span:nth-child(2) {
	top: 16px;
}
 
.navToggle span:nth-child(3) {
	top: 25px;
}
 
.navToggle span:nth-child(4) {
	top: 32px;
	font-size: 9px;
	font-weight: bold;
	color: #eee;
	border: none;
}

/* タップ後CSS */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	        transform: rotate(45deg);
}


/*～ページTop用～*/

.to_top_button {
	display:none;
	position: fixed;
	bottom: 50px;
	right: -20px;
	width: 60px;
	height: 60px;
	background-color: rgb(0,33,110);
	border-radius: 30px;
	z-index: 999999;
}

.to_top_button:hover {
	background-color: rgb(30,100,255);
}

.to_top_button p {
	position:relative;
}

.to_top_button p:after {
	content: " ";
	position: absolute;
	top: 10px;
	left: 20px;
	width: 15px;
	height: 15px;
	border-top: 3px solid white;
	border-right: 3px solid white;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	transition:500ms;
	z-index: 11;
}

.to_top_button:hover p:after {
	border-color: rgb(255,255,255);
}



/*ここから*/
@media (min-width: 200px) {/*Android*/
	/*ここに321px?360pxの記述*/
	img.miniimage { display: block; } /* miniを表示 */
	img.bigimage  { display: none; }  /* bigを非表示 */
	div.mini  { display: block; width:100%; }  /* miniを表示 */
	div.big  { display: none; width:100%; } /* bigを非表示 */

	#footer {
		position: relative;
		top: 60px;
		left: -8px;
		width: 100%;
		padding: 8px;
		margin: 0;
		background-color: #393939;
	}
	.cont0 {
		position: relative;
		max-width: 1024px;
		padding: 0;
		margin: 0;
	}
	.cont1 {
		position: relative;
		max-width: 1024px;
		top: 57px;
		padding: 0;
		margin: 0;
		background-color: #EEEEEE;
	}
	.column1 {
		width: 100%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #555555;
		-webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		        border-radius: 0 0 3px 3px / 0 0 3px 3px;
	}
	.column1_l {
		float: left;
		width: 49%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #666666;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 3px;
	}
	.column1_l a {
		color:#FFFFFF;
		text-decoration:none;
	}
	.column1_l a:hover {
		color:#00FFCC;
		text-decoration:none;
	}
	.column1_r {
		float: right;
		width: 49%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #666666;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column1_r a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.column1_r a:hover {
		color: #00FFCC;
		text-decoration: none;
	}
	.column2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.column2 div{
		font-size: 80%;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		background-color: #555555;
		-webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		        border-radius: 0 0 3px 3px / 0 0 3px 3px;
	}
}
.column3 {
	max-width: 1024px;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FCFCFC;
	border: #DDDDDD solid 1px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	        border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.column3 p {
	padding:0; margin:0 0 10px 0;
}
.column3_ {
	max-width: 1024px;
	width: 100%;
	font-size: 70%;
	padding: 0;
	margin: 0;
	background-color: #FFF7F0;
	border: #DDDDDD solid 1px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	        border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.column3__ {
	max-width: 1024px;
	font-size: 70%;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	background-color: #FFF7F0;
	border: #DDDDDD solid 1px;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

.square_btn6 {
	display: inline-block;
	position: relative;
/*	width:50%;*/
	width:95%;
	font-weight: bold;
	font-size:95%;
	padding: 0.25em 0.25em;
	margin:5px 0;
	text-decoration: none;
	text-align:center;
	color: #FFFF00;
	background: #33CCCC;/*色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
/*	border: solid 2px #000000;/*線色*/
}
.square_btn6:hover {
	background: #0099CC;
	color: white;
}
.square_btn6:active {/*押したとき*/
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

@media (min-width: 361px) {/*iPhone 8・iPhone X*/
	/*ここに361px?375pxの記述*/
	img.miniimage { display: block; } /* miniを表示 */
	img.bigimage  { display: none; }  /* bigを非表示 */
	div.mini  { display: block; width:100%; }  /* miniを表示 */
	div.big  { display: none; width:100%; } /* bigを非表示 */
/* ** */}
@media (min-width: 376px) {/*Android*/
	/*ここに376px?412pxの記述*/
	img.miniimage { display: block; } /* miniを表示 */
	img.bigimage  { display: none; }  /* bigを非表示 */
	div.mini  { display: block; width:100%; }  /* miniを表示 */
	div.big  { display: none; width:100%; } /* bigを非表示 */
/* ** */}
@media (min-width: 413px) {/*iPhone 8+*/
	/*ここに413px?414pxの記述*/
	img.miniimage { display: block; } /* miniを表示 */
	img.bigimage  { display: none; }  /* bigを非表示 */
	div.mini  { display: block; width:100%; }  /* miniを表示 */
	div.big  { display: none; width:100%; } /* bigを非表示 */
/* ** */}
@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
	/*ここに415px?834pxの記述*/
	img.miniimage { display: block; } /* miniを表示 */
	img.bigimage  { display: none; }  /* bigを非表示 */
	div.mini  { display: block; width:100%; }  /* miniを表示 */
	div.big  { display: none; width:100%; } /* bigを非表示 */
/* ** */}
@media (min-width: 768px) {
	/*ここに835px?959pxの記述*/
.navbar.fixed-left {
    width: 170px;
    align-items: center;
	text-align: center;
}
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
	div.mini  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
	div.big  { display: block; width:100%; /*background-color:#cc0000;*/ } /* bigを表示 */

	#footer {
		width: 100%;
		position: relative;
		top: 110px;
		left: -10px;
		padding: 10px;
		margin:0;
		background-color: #393939;
	}
	.cont1 {
		max-width: 1024px;
		margin: 0;
		padding: 10px;
		position: relative;
		top: 110px;
	}
	.column1 {
		float: left;
		width: 49%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #555555;
		-webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
		        border-radius: 0 0 3px 3px / 0 0 3px 3px;
	}
	.column1_l {
		float: left;
		width: 49%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #666666;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column1_l a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.column1_l a:hover {
		color:#00FFCC;
		text-decoration: none;
	}
	.column1_r {
		float: right;
		width: 49%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background-color: #666666;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column1_r a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.column1_r a:hover {
		color: #00FFCC;
		text-decoration: none;
	}
	.column2 {
		float: right;
		width: 49%;
		padding: 0;
		margin: 0;
	}
	.column2 div {
		font-size: 70%;
		padding: 10px;
		margin: 0;
		color: #FFFFFF;
		background-color: #555555;
		-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
		   -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
		        border-radius: 0 0 5px 5px / 0 0 5px 5px;
	}
	.column2_ {
		float: right;
		width: 49%;
		padding: 0;
		margin: 0;
		background-color:#FCFCFC;
	}
	.column2_ div {
		margin:0;
/*		font-size:70%;*/
		background-color:#FCFCFC;
		-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
		   -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
		        border-radius: 0 0 5px 5px / 0 0 5px 5px;
	}
	.column3 {
		max-width: 1024px;
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
		background-color: #FCFCFC;
		border: #DDDDDD solid 1px;
		clear: both;
	}
	.column3_ {
		max-width: 1024px;
		width: 100%;
		padding: 0;
		margin: 0;
		background-color: #FFF7F0;
		border: #DDDDDD solid 1px;
		clear: both;
	}
	.column4 {
		float: left;
		width: 50%;
		padding: 10px;
		margin: 0;
	}

	.column4_l {
		float:left;
		width:49%;
		font-size: 80%;
		padding:0;
		margin:0;
		color:#FFFFFF;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 3px;
	}
	.column4_l a{
		text-decoration: none;
	}
	.column4_l a:hover {
		color: #00FFCC;
		text-decoration: none;
	}
	.column4_r {
		float: right;
		width: 49%;
		font-size: 80%;
		padding: 0;
		margin: 0;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column4_r a {
		text-decoration: none;
	}
	.column4_r a:hover {
		color: #00FFCC;
		text-decoration: none;
	}

	.column4a_l {
		float: left;
		width: 44%;
		font-size: 80%;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		background: #777777;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 3px;
	}
	.column4a_l a {
		text-decoration: none;
	}
	.column4a_l a:hover {
		color: #00FFCC;
		text-decoration: none;
	}
	.column4a_r {
		float: right;
		width: 56%;
		font-size: 60%;
		padding: 0;
		margin: 0;
		background: #777777;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column4a_r a {
		text-decoration:none;
	}
	.column4a_r a:hover {
		color:#00FFCC; text-decoration:none;
	}
		
	.column4b_l {
		float:left;
		width:50%;
		font-size: 80%;
		padding:0;
		margin:0 0 2px 0;
		color:#FFFFFF;
		background:#777777 ;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 3px;
	}
	.column4b_l a {
		text-decoration:none;
	}
	.column4b_l a:hover {
		color:#00FFCC;
		text-decoration:none;
	}
	.column4b_r {
		float: right;
		width: 50%;
		font-size: 80%;
		padding: 0;
		margin: 0 0 2px 0;
		background: #555555;
		-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
		        border-radius: 5px;
	}
	.column4b_r a {
		text-decoration: none;
	}
	.column4b_r a:hover {
		color: #00FFCC; 
		text-decoration: none;
	}
		
	.column5 {
		float: right;
		width: 40%;
		padding: 10px;
		margin: 0;
	}
	.column6 {
		float: left;
		width: 40%;
		padding: 10px;
		margin: 0;
	}
	.column7 {
		float: left;
		width: 49%;
		padding: 0;
		margin: 0;
	}
	.column8 {
		width: 100%;
		padding: 0;
		margin-bottom: 500px;
		clear: both;
	}
	.square_btn6 {
		display: inline-block;
		position: relative;
/*		width: 50%;*/
		width: 95%;
		font-size: 100%;
		font-weight: bold;
		padding: 0.25em 0.25em;
		margin: 5px 0;
		text-decoration: none;
		text-align: center;
		color: #FFFF00;
		background: #33CCCC;/*色*/
/*		border: solid 2px #000000;/*線色*/
		border-radius: 5px;/*角の丸み*/
		box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	}
	.square_btn6:hover {
		color: white;
		background: #0099CC;
	}
	.square_btn6:active {
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
/* ** */}
@media (min-width: 960px) {
	/*ここに960px?1023pxの記述*/
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
	div.mini  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
	div.big  { display: block; width:100%; /*background-color:#cc0000;*/ } /* bigを表示 */
/* ** */}
@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
	/*ここに1024px?1059pxの記述*/
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
	div.mini  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
	div.big  { display: block; width:100%; /*background-color:#cc0000;*/ } /* bigを表示 */
/* ** */}
@media (min-width: 1060px) {
	/*ここに1060px?1199pxの記述*/
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
	div.mini  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
	div.big  { display: block; width:100%; /*background-color:#cc0000;*/ } /* bigを表示 */
/* ** */}
@media (min-width: 1200px) {/*iPad Pro横*/
	/*ここに1200px?の記述*/
	img.miniimage { display: none; }  /* miniを非表示 */
	img.bigimage  { display: block; } /* bigを表示 */
	div.mini  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
	div.big  { display: block; width:100%; /*background-color:#cc0000;*/ } /* bigを表示 */
/* ** */}


/*～お知らせ用～*/
.logbox {
	width: 100%;
	height: 125px;
/*	padding: 0.5em;*/
	margin-bottom: 10px;
	background-color: #666666;
	border: solid 1px #4D4D4D;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	overflow: auto;
}
.logbox li {
	font-size: 70%;
	margin: 10px;
}

/*～タイトル関連～*/
.tt1 {
	margin: 10px 0;
	background-color: #FFFFFF;
	border: #FF9900 solid 5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.tt2 {
	font-size:200%;
	font-weight:bold;
	padding:10px 0;
	margin:10px 0;
	color:#FFFFFF;
	background-color:#FF0000;
	border:#CC0000 solid 5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

panel {
	width: 100%;
}

#panel > dt.tab {
	font-size:100%;
	font-weight: bold;
	padding: 10px;
	color: #FFFF00;
	background-color: #CC0000;
	text-align:center;
	border-bottom: solid 1px white;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	        border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	cursor: pointer;
}

#panel > dt.tab2 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
	text-align:center;
	color: #FFFF00;
	background-color: #FF7F00;
	border-bottom: solid 1px white;
	-webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	   -moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	        border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	cursor: pointer;
}
.tab {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	color: #FFFF00;
	background-color: #CC0000;
	text-align: center;
	border-bottom: solid 1px white;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	        border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	cursor: pointer;
}

.header_b {
	font-size: 120%;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #000000;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	        border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

/*～案内用～*/
.guide table th, 
.guide table td {
	margin: 0;
	padding: 0;
}
.guide table th {
	width: 50px;
	vertical-align: top;
	word-break: keep-all;
}
.guide table td {
	width: auto;
	vertical-align: top;
	word-break: break-all;
}

/*～ボタン関連～*/
.square_btn {
	display: inline-block;
	position: relative;
	width:84%;
	font-size:180%;
	font-weight: bold;
	line-height: 125%;
	padding: 0.5em 1em;
	text-decoration: none;
	text-align:center;
	color: #FFF;
	background: #FF0000;/*色*/
	border: solid 2px #CC0000;/*線色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.square_btn:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn_ {
	display: inline-block;
	position: relative;
	width: 88%;
	font-size: 180%;
	font-weight: bold;
	padding: 0.1em 0.5em;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #FF0000;/*色*/
	border: solid 2px #CC0000;/*線色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.square_btn_:hover {
	color: white;
	background: #FF6699;
}
.square_btn_:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn2 {
	display: inline-block;
	position: relative;
	font-size: 130%;
	font-weight: bold;
	padding: 0.25em 0.25em;
	text-decoration: none;
	color: #00BCD4;
	background: #FCF8E3;
	border: solid 2px #FF6699;/*線色*/
	border-radius: 5px;/*角の丸み*/
	transition: .4s;
}
.square_btn2:hover {
	color: white;
	background: #FF6699;
}

.square_btn3 {
	display: inline-block;
	position: relative;
	width:80%;
	font-size:150%;
	font-weight: bold;
	padding: 0.25em 1em;
	text-decoration: none;
	text-align:center;
	color: #FFFF00;
	background: #333333;/*色*/
/*	border: solid 2px #000000;/*線色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.square_btn3:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn3_ {
	display: inline-block;
	position: relative;
	width: 90%;
	font-size: 74.5%;
	font-weight: bold;
	padding: 0.25em 1em;
	text-decoration: none;
	text-align: center;
	color: #FFFF00;
	background: #333333;/*色*/
/*	border: solid 2px #000000;/*線色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.square_btn3_:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn4{
	display: inline-block;
	position: relative;
	font-size: 120%;
	font-weight: bold;
	padding: 0.25em 0.25em;
	color: #00BCD4;
	background: #FCF8E3;
	text-decoration: none;
	border: solid 2px #FF6699;/*線色*/
	border-radius: 5px;/*角の丸み*/
	transition: .4s;
}
.square_btn4:hover {
	color: white;
	background: #FF6699;
}

.square_btn5 {
	display: inline-block;
	position: relative;
/*	width: 50%;*/
	font-size: 150%;
	padding: 0.5em 0.5em;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	color: #333;
	background: #00CCFF;/*色*/
/*	border: solid 2px #000000;/*線色*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
}
.square_btn5:hover {
	color: #222;
	background: #0099CC;
}
.square_btn5:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn7 {
	display: inline-block;
	position: relative;
/*	width: 50%;*/
	width: auto;
	font-size: 100%;
	font-weight: bold;
	padding: 0.25em 0.5em;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	color: #FFFF00;
	background: #043597;/*色*/
/*	border: solid 2px #000000;/*線色*/
	border-radius: 8px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

/*スライドメニュー*/
#ul_menu {
	position: relative;
	top: 100px;
	width: 260px;
	text-align: center;
	list-style: none;
}
#ul_menu li {
	float: left;
	position: relative;
	width: 130px;
	height: 27px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #043597;
}
#ul_menu li a {
	float: none;
	display: block;
	width: 128px;
	height: 27px;
	padding-top: 5px;
	color: #333333;
	background: #EEEEEE;
	border: 1px solid  #999999;
}
.sub_list {
	position: absolute;
	bottom: 27px;
	left: 0;
	padding-left: 0;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}

/*右サイドバナー*/
.bbox_r {
/*	position: absolute;
	top: 39px;
	right: -175px;
	width: 170px;
	text-align: right;
	z-index: 99999999999;
*/
	position: fixed;
	height: 187px;
	top: 205px;
	right: 0px;
	clip: rect(0px,auto,auto,auto);
	z-index: 214747;
}
.bbox_sr {
	position: fixed;
	height: 100px;
	bottom: 115px;
	right: 0px;
	clip: rect(0px,auto,auto,auto);
	z-index: 214747;
}

/* 点滅 */
.blinking {
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
	   -moz-animation:blink 1.0s ease-in-out infinite alternate;
	        animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	  0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes blink{
	  0% { opacity: 0; }
	100% { opacity: 1; }
}

/* ここから下が受付ボタンのCSS */
.btn-gradation {
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	padding: 12px 24px 6px;
	color: #333333;
	background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.btn-gradation:hover {
	opacity: 0.8;
}

/* ここからDMNP追加----------- */
.header {
	background-image: url("../img/topback.png");
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
.player {
	background-image: url("../img/shadow011.png");
	background-repeat:no-repeat;
	background-position:top left;
	background-size:contain;
}
.player1 {
	background-image: url("../img/syun.png");
	background-repeat:no-repeat;
	background-position:top left;
	background-size:360px 450px;
}
.player2 {
	background-image: url("../img/shiro.png");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:360px 450px;
}
.player3 {
	background-image: url("../img/guren.png");
	background-repeat:no-repeat;
	background-position:top left;
	background-size:360px 450px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#page-top{
    position:fixed;
    right:30px;
    bottom:30px;
    font-size: 20px;
}

#page-top a{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    color: #000;
}
#page-top i{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
}

#page-top a:hover{
    background-color: #00FFCC;
}

.blink {
  animation: blinkAnime 1s infinite alternate;
  font-size: 110%;
  padding: 5px;
  border: solid 2px;
  white-space: nowrap;
}
@keyframes blinkAnime{
   0% { color: #ffff1a }
 100% { color: #ffffff }
}

/* モーダルウィンドウ */
* {
  box-sizing: border-box;
}
/*body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}*/


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 99999999; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* リンク画像スタイル */
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

section {
	overflow-y: scroll;
	margin: 10px auto 20px;
	padding: 25px;
	width: 100%;
	height: 410px;
	border: 1px solid #aaa;
}

.bg_grad {background: rgba(0,32,64,0.5);
border-radius: 5px;
}

.bg_grad2 {
/*
background: -moz-linear-gradient(to right,rgba(255,0,0,0.2),rgba(17,1,0,0.5) 15%,rgba(17,1,0,0.5) 85%,rgba(0,0,255,0.2)); 
background: -webkit-linear-gradient(to right,rgba(255,0,0,0.2),rgba(17,1,0,0.5) 15%,rgba(17,1,0,0.5) 85%,rgba(0,0,255,0.2)); 
background: linear-gradient(to right,rgba(255,0,0,0.2),rgba(17,1,0,0.5) 15%,rgba(17,1,0,0.5) 85%,rgba(0,0,255,0.2));
*/
border-radius: 5px; margin-bottom: 20px;}

.bg_mainimg{
background: url( "../img/aaa") no-repeat center center;
background-size:contain;
}
.btn-purple-moon {
    background: #4e54c8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.logos li{
	list-style: none;
	margin: 5px 2px;
}
.btn-red-moon {
    background: #FF0000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFBF00, #FF0000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFBF00, #FF0000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-ultra-voilet {
    background: #654ea3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-ultra-voilet2 {
    background: #FF26FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00D9D9, #FF26FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00D9D9, #FF26FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-cool-blues {
    background: #2193b0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-green-moon {
    background: #56ab2f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-green-moon2 {
    background: #00D9A3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a8e063, #00D9A3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a8e063, #00D9A3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-nightparty {
    background: #FD00FD;  /* fallback for old browsers */
    background: -webkit-linear-gradient(top, #00FFFF, #7F00FF 50%, #FD00FD);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #00FFFF, #7F00FF 50%, #FD00FD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffff00;
    border: 3px solid #eee;
}

.btn-nightparty2 {
    background: #00FFFF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(top, #FD00FD, #7F00FF 50%, #00FFFF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FD00FD, #7F00FF 50%, #00FFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffff00;
    border: 3px solid #eee;
}

.btn-nightparty3 {
    background: #FC6E22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(top, #FF1493, #FC6E22 50%, #C24CF6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FF1493, #FC6E22 50%, #C24CF6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffff00;
    border: 3px solid #eee;
}

.bg-primary {
    background-color: transparent !important;
}

.navbar.fixed-left {
    border: none;
}

.navbar-brand {
    padding: 0 0.5rem calc(54px - 0.75rem - 60px);
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 80%;
    color: #00FFFF;
	font-weight: 600;
}

.navbar .nav-link:hover,.navbar .nav-link:focus{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(17,1,0,0.2)), color-stop(40%, rgba(17,1,0,0.2)), to(rgba(255,127,0,0.5)));background-image:linear-gradient(rgba(17,1,0,0.2), rgba(17,1,0,0.2) 40%, rgba(255,0,140,0.5));background-repeat:no-repeat;-webkit-filter:none;filter:none;border-left:1px solid rgba(0,0,0,0.2);opacity: 1; color: #FFFF00 !important;}

/* FAQスタイル */
.faq {
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
  padding: 10px;
  border: solid 1px #FFF;
  border-radius: 10px;
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold; /* 質問文は太字にしてみました */
  border-bottom: 1px solid #999;
  margin-bottom: 4px; /* 下にちょい余白 */
}

.faq__dt::before {
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
  color: #0085C8; /* 「A」の文字色 */
}

.flash_box {
  animation: flash 1s linear infinite;
  background-color:aqua;
  padding: 0 2px;
  border-radius: 4px;
  font-weight: bold;
  color: blue;
}

.fs120 {
  font-size: 120%;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

/*--PCメニュー調整 --*/
.nav-item {
	padding: 0px;
}
/*--SP Twitter調整 --*/
.twitter-timeline {
	padding: 0 10px;
}
/*--サイドナビボタンアニメーション--*/
.spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 150px;
  height: 40px;
  /*display: inline-block; 横並び*/
  border-radius: 3px;
  margin: 5px 10px ;	  
}

.shape {
  stroke-width: 6px;
  fill: transparent;
  stroke: #009FFD;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

.text {
  margin-top: -35px;
  text-align: center;
}

.text a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
}

.svg-wrapper:hover .shape {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #FF00B5;
}

/* 会場一覧スタイル */
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 5px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  font-size: 85%;
}
.tb01 th {
  background: rgba(255,123,172,0.5);
  color: #fff;  
}
 .tb01 td{
	background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
	font-size: 100%;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: rgba(237,30,121,0.5);
    margin-right: 10px;
	width: 25%;
	text-align: center;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.tbl-r02 th {
/*background: #e9727e;*/
/*border: solid 1px #ccc;*/
  color: #333;
  font-size: 80%;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
}
.tbl-r02 td {
/*border: solid 1px #ccc;*/
  color: #333;
  font-size: 85%;
  padding: 5px;
}
.maps{
	width: 100%;
	max-width: 50%;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
.maps{
	width: 100%;
	max-width: 100%;
}
}