/* イベント情報 */

@media screen and (min-width: 641px){

#eve {
	line-height: 200%;
	margin: -100px 0px -108px 0px;
	padding: 100px 0px 50px 0px;
	overflow: hidden;
	}

#eve .menu ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	}

#eve .menu li {
	width: calc((100% - (5px * 5)) / 6);
	background: #111111;
	border: 1px #111111 solid;
	font-weight: bold;
	line-height: 68px;
	color: #ffffff;
	margin: 0px 5px 40px 0px;
	display: block;
	position: relative;
	}

#eve .menu li:last-child {
	margin: 0px 0px 40px 0px;
	}

#eve.top .menu li.current-cat {
	background: #f6e900;
	}

#eve .menu a {
	color: #ffffff;
	display: block;
	}

#eve.top .menu li.current-cat a {
	color: #111111;
	}

#eve .menu a:hover {
	background: #f6e900;
	color: #111111;
	opacity: 1;
	}

#eve.top {
	background: url(../img/bg.png) center top;
	}

#eve.top .eve ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#eve.top .eve ul a {
	width: 21.833%;
	background: #ffffff;
	margin: 0px 4.166% 50px 0px;
	float: left;
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#eve.top .eve ul a:nth-child(4n) {
	margin: 0px 0px 50px 0px;
	}

#eve.top .eve ul a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#eve.top a img {
	width: 100%;
	height: auto;
	}

#eve.top h4 {
	font-size: 14px;
	line-height: 150%;
	margin: 20px;
	}

#eve.top p,
#eve.det .day {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 20px;
	color: #959595;
	margin: 0px 20px 20px 20px;
	}

#eve.top p span,
#eve.det .day span {
	width: 50px;
	background: #51b7d9;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#eve.top h5 {
	background: #F7EA00;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 11px 0px 15px;
	position: absolute;
	left: -10px;
	top: 10px;
	}

#eve.top h5:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 8px 0 0;
	border-color: #F7EA00 transparent transparent transparent;
	position: absolute;
	right: -8px;
	top: 0px;
	}

#eve.top h5:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 8px;
	border-color: transparent transparent transparent #F7EA00;
	position: absolute;
	right: -8px;
	bottom: 0px;
	}

#eve.top h5 span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #B2A100 transparent transparent;
	position: absolute;
	left: 0px;
	bottom: -10px;
	}

#eve.det {
	margin: 0px 0px 100px 0px;
	padding: 0px;
	}

#eve.det.non {
	background: #eeeeee;
	margin: 0px;
	}

#eve.det .main {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	}

#eve.det .non {
	width: 100%;
	background: #ffffff;
	padding: 0px 0px 100px 0px;
	}

#eve.det .tod {
	background: #F7EA00;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	margin: 0px auto 20px auto;
	padding: 0px 32px;
	position: relative;
	display: table;
	}

#eve.det .tod:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#eve.det .tod:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 12px 25px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	}

#eve.det .day {
	width: 1000px;
	margin: 0px auto 0px auto;
	}

#eve.det h2 {
	width: 100%;
	border-bottom: 1px #b7bec4 dashed;
	font-size: 18px;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	}

#eve.det .main a {
	color: #51b7d9;
	text-decoration: underline;
	}

#eve.det .main img {
	max-width: 100%;
	height: auto;
	}

#eve.det .pho {
	margin: 0px 0px 30px 0px;
	}

#eve.det .pho img {
	width: 100%;
	}

#eve.det .fly {
	margin: 50px 0px 0px 0px;
	}

#eve.det .fly h3 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	}

#eve.det .fly ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#eve.det .fly ul a {
	width: 22.75%;
	border: 1px #111111 solid;
	margin: 0px 3% 0px 0px;
	display: block;
	position: relative;
	}

#eve.det .fly ul a:last-child {
	margin: 0px;
	}

#eve.det .fly ul a:before {
	content: '';
	width: 10px;
	height: 2px;
	background: #111111;
	position: absolute;
	right: 10px;
	bottom: 14px;
	}

#eve.det .fly ul a:after {
	content: '';
	width: 2px;
	height: 10px;
	background: #111111;
	position: absolute;
	right: 14px;
	bottom: 10px;
	}

#eve.det .fly ul img {
	width: 100%;
	}

#eve.det .off {
	width: 100%;
	}

#eve.det .main #res {
	text-decoration: none;
	}

#eve.det .main .off {
	margin: 50px auto 50px auto;
	}

#eve.det .sum {
	width: 100%;
	margin: 0px 0px 50px 0px;
	float: left;
	}

#eve.det .sum dl {
	display: table;
	}

#eve.det .sum dt {
	width: 150px;
	font-weight: bold;
	display: table-cell;
	}

#eve.det .sum dd {
	display: table-cell;
	}

#eve.det .cop {
	width: 100%;
	line-height: 250%;
	display: table;
	}

#eve.det .fas {
	width: 100%;
	background: #cc0000;
	font-size: 16px;
	color: #ffffff;
	margin: 0px 0px 100px 0px;
	padding: 30px;
	}

#eve.det .fas h4 {
	font-size: 24px;
	color: #ffff00;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#eve.det .fas h4 br {
	display: none;
	}

#eve.det .fas strong {
	font-size: 18px;
	text-decoration: underline;
	}

#eve.det iframe {
	width: 100%;
	height: 400px;
	margin: 100px 0px 0px 0px;
	}

#eve.det .cond {
	font-size: 10px;
	line-height: 150%;
	margin: 50px 0px 0px 0px;
	}

#eve.det .pre,
#eve.det .mod {
	margin: 100px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}

#eve.det .pre h3,
#eve.det .mod h3 {
	margin: 0px 0px 50px 0px;
	}

#eve.det .pre ol {
	width: 100%;
	background: url(../img/dia.png) left top;
	margin: 60px 0px 0px 0px;
	padding: 40px 50px 60px 50px;
	position: relative;
	}

#eve.det .pre ol:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #ffffff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#eve.det .pre ol h4 {
	font-size: 24px;
	margin: 20px 0px 30px 0px;
	position: relative;
	z-index: 1;
	}

#eve.det .pre ol ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	}

#eve.det .pre ol li {
	width: 225px;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
	}

#eve.det .pre ol p {
	width: 225px;
	height: 140px;
	padding: 0px 0px 10px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#eve.det .pre ol p img {
	max-height: 140px;
	}

#eve.det .mod p {
	margin: 60px 0px 0px 0px;
	}

#eve.det .mod .vid {
	width: 40%;
	margin: 60px auto 0px auto;
  	}

#eve.det .mod span {
	width: 100%;
  	padding-top: 177.777%;
  	position: relative;
	display: block;
  	}

#eve.det .mod span iframe {
  	width: 100%;
  	height: 100%;
	margin: 0px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#eve.det .mod picture img {
  	width: 100%;
	margin: 60px 0px 0px 0px;
  	}

#eve.det .res {
	width: 400px;
	background: url(../img/arr01.png) no-repeat 366px center;
	background-color: #00bfbb;
	/*background-color: #f6e900;*/
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #ffffff !important;
	text-align: center;
	display: block;
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 30px;
	z-index: 2;
	text-decoration: none !important;
	cursor: pointer;
  	}

}

@media screen and (max-width: 640px){

#eve {
	line-height: 200%;
	margin: -50px 0px -58px 0px;
	padding: 50px 0px;
	overflow: hidden;
	}

#eve .menu ul {
	width: 90%;
	margin: 0px auto 20px auto;
	overflow: hidden;
	}

#eve .menu li {
	width: calc((100% - (3px * 2)) / 3);
	background: #111111;
	border: 1px #111111 solid;
	font-size: 12px;
	font-weight: bold;
	line-height: 48px;
	color: #ffffff;
	margin: 0px 3px 3px 0px;
	float: left;
	text-align: center;
	display: inline-block;
	}

#eve .menu li:nth-child(3n) {
	margin: 0px 0px 3px 0px;
	}

#eve.top .menu li.current-cat {
	background: #f6e900;
	}

#eve .menu a {
	color: #ffffff;
	display: block;
	}

#eve.top .menu li.current-cat a {
	color: #111111;
	}

#eve.top {
	background: url(../img/bg.png) center top;
	}

#eve.top .eve ul {
	width: 90%;
	margin: 0px 5% 20px 5%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	}

#eve.top .eve ul a {
	width: 48.5%;
	background: #ffffff;
	margin: 0px 3% 10px 0px;
	float: left;
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#eve.top .eve ul a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#eve.top .eve ul a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#eve.top .eve ul a img {
	width: 100%;
	height: auto;
	}

#eve.top .eve ul p,
#eve.det .day,
#eve.det .sim p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 16px;
	color: #959595;
	margin: 10px 10px 10px 10px;
	}

#eve.top .eve ul p span,
#eve.det .day span,
#eve.det .sim p span {
	background: #51b7d9;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	text-align: center;
	display: inline-block;
	}

#eve.top .eve ul h4,
#eve.det .sim h4 {
	font-size: 12px;
	line-height: 150%;
	margin: 10px;
	}

#eve.top h5 {
	background: #F7EA00;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 7px 0px 10px;
	position: absolute;
	left: -8px;
	top: 8px;
	}

#eve.top h5:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 0;
	border-color: #F7EA00 transparent transparent transparent;
	position: absolute;
	right: -6px;
	top: 0px;
	}

#eve.top h5:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 0 6px;
	border-color: transparent transparent transparent #F7EA00;
	position: absolute;
	right: -6px;
	bottom: 0px;
	}

#eve.top h5 span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #B2A100 transparent transparent;
	position: absolute;
	left: 0px;
	bottom: -8px;
	}

#eve.det {
	padding: 20px 0px 50px 0px;
	}

#eve.det .tod {
	background: #F7EA00;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin: 0px auto 20px auto;
	padding: 0px 30px;
	position: relative;
	display: table;
	}

#eve.det .tod:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#eve.det .tod:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 20px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	}

#eve.det .day {
	margin: 0px auto 0px auto;
	}

#eve.det h2 {
	width: 100%;
	border-bottom: 1px #b7bec4 dashed;
	font-size: 18px;
	line-height: 150%;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	}

#eve.det .main {
	width: 90%;
	margin: 0px auto 50px auto;
	overflow: hidden;
	}

#eve.det .non {
	width: 100%;
	margin: 20px auto 50px auto;
	}

#eve.det .main img {
	max-width: 100%;
	height: auto;
	}

#eve.det .main a {
	color: #51b7d9;
	text-decoration: underline;
	}

#eve.det .pho {
	margin: 0px 0px 20px 0px;
	}

#eve.det .pho img {
	width: 100%;
	}

#eve.det .fly {
	margin: 30px 0px 0px 0px;
	}

#eve.det .fly h3 {
	font-size: 16px;
	}

#eve.det .fly ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#eve.det .fly ul a {
	width: 48.5%;
	border: 1px #111111 solid;
	margin: 10px 3% 0px 0px;
	display: block;
	position: relative;
	}

#eve.det .fly ul a:nth-child(2n) {
	margin: 10px 0px 0px 0px;
	}

#eve.det .fly ul a:before {
	content: '';
	width: 10px;
	height: 2px;
	background: #111111;
	position: absolute;
	right: 10px;
	bottom: 14px;
	}

#eve.det .fly ul a:after {
	content: '';
	width: 2px;
	height: 10px;
	background: #111111;
	position: absolute;
	right: 14px;
	bottom: 10px;
	}

#eve.det .fly ul img {
	width: 100%;
	}

#eve.det .main #res {
	text-decoration: none;
	}

#eve.det .main .off {
	width: 100%;
	margin: 30px auto 30px auto;
	}

#eve.det .sum {
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
	}

#eve.det .sum dl {
	display: table;
	}

#eve.det .sum dt {
	width: 100px;
	font-weight: bold;
	display: table-cell;
	}

#eve.det .sum dd {
	display: table-cell;
	}

#eve.det .cop {
	line-height: 250%;
	display: table;
	}

#eve.det .fas {
	width: 100%;
	background: #cc0000;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 50px 0px;
	padding: 20px;
	}

#eve.det .fas h4 {
	font-size: 24px;
	color: #ffff00;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#eve.det .fas strong {
	font-size: 16px;
	text-decoration: underline;
	}

#eve.det iframe {
	width: 100%;
	height: 300px;
	margin: 50px 0px 0px 0px;
	}

#eve.det .cond {
	font-size: 10px;
	line-height: 150%;
	margin: 30px 0px 0px 0px;
	}

#eve.det .pre,
#eve.det .mod {
	margin: 50px 0px 0px 0px;
	}

#eve.det .pre h3,
#eve.det .mod h3 {
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#eve.det .pre h3 img,
#eve.det .mod h3 img {
	width: 80%;
	}

#eve.det .pre ol {
	width: 100%;
	background: url(../img/dia.png) left top;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 30px 20px;
	text-align: center;
	position: relative;
	}

#eve.det .pre ol:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #ffffff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#eve.det .pre ol h4 {
	font-size: 21px;
	margin: 20px 0px 20px 0px;
	position: relative;
	z-index: 1;
	}

#eve.det .pre ol ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	}

#eve.det .pre ol li {
	width: 48.5%;
	margin: 0px 3% 10px 0px;
	position: relative;
	}

#eve.det .pre ol li:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#eve.det .pre ol p {
	width: 100%;
	line-height: 100px;
	margin: 0px 0px 5px 0px;
	}

#eve.det .pre ol p img {
	max-width: 100%;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
	}

#eve.det .mod p {
	margin: 20px 0px 0px 0px;
	}

#eve.det .kid p {
	display: flex;
	flex-direction: column;
	}

#eve.det .mod p img {
	width: 100%;
	margin: 2px 0px 0px 0px;
	}

#eve.det .kid p img:nth-child(1) {
	order: 2;
	}

#eve.det .kid p img:nth-child(2) {
	order: 1;
	}

#eve.det .mod .vid {
	width: 70%;
	margin: 30px auto 0px auto;
  	}

#eve.det .mod span {
	width: 100%;
  	padding-top: 177.777%;
  	position: relative;
	display: block;
  	}

#eve.det .mod span iframe {
  	width: 100%;
  	height: 100%;
	margin: 0px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#eve.det .mod picture img {
  	width: 100%;
	margin: 20px 0px 0px 0px;
  	}

#eve.det .res {
	width: 85%;
	background: url(../img/arr01.png) no-repeat 97% center;
	background-color: #00bfbb;
	/*background-color: #f6e900;*/
	border-radius: 35px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff !important;
	text-align: center;
	display: block;
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 80px;
	z-index: 2;
	text-decoration: none !important;
  	}

}

