/* イベント情報 */

@media screen and (min-width: 641px){

#eve {
	line-height: 200%;
	}

#eve.top ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	}

#eve.top ul a {
	width: 31.111%;
	background: #ffffff;
	margin: 0px 3.333% 80px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#eve.top ul a:nth-child(3n) {
	margin: 0px 0px 80px 0px;
	}

#eve.top ul a img {
	width: 100%;
	height: auto;
	}

#eve.top ul a h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 30px 0px 20px 0px;
	}

#eve.top ul a dl {
	width: 100%;
	margin: 0px auto;
	display: table;
	}

#eve.top ul a dt {
	width: 50px;
	font-weight: bold;
	display: table-cell;
	}

#eve.top ul a dd {
	width: calc(100% - 50px);
	}

#eve.top ul a .day dd {
	font-size: 28px;
	font-weight: bold;
	}

#eve.top ul a #arr {
	right: 0px;
	bottom: 0px;
	}

#eve.det {
	width: 90%;
	max-width: 1000px;
	margin: -80px auto 0px auto;
	}

#eve.det img {
	max-width: 100%;
	height: auto;
	}

#eve.det .main {
	margin: 0px 0px 130px 0px;
	}

#eve.det h1 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
	}

#eve.det .pla {
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#eve.det .pla dl {
	display: table;
	}

#eve.det .pla .day {
	margin: 0px 50px 0px 0px;
	}

#eve.det .pla dt {
	width: 70px;
	background: #EEFBFD;
	border: 1px #20CDE6 solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #20CDE6;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#eve.det .pla .day dt {
	background: #FDEEF5;
	border: 1px #E52082 solid;
	color: #E52082;
	}

#eve.det .pla dd {
	width: calc(100% - 70px);
	line-height: 100%;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	vertical-align: middle;
	}

#eve.det .pla .day dd {
	font-size: 28px;
	font-weight: bold;
	}

#eve.det .pho {
	max-width: 100%;
	margin: 0px 0px 50px 0px;
	display: block;
	}

#eve.det .conres {
	margin: 100px 0px 0px 0px;
	display: block;
	position: relative;
	}

#eve.det .acc ol {
	width: 100%;
	border-top: 1px #e0e0e0 solid;
	margin: 100px 0px 0px 0px;
	}

#eve.det .acc dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	display: table;
	}

#eve.det .acc dt {
	width: 200px;
	font-weight: bold;
	padding: 40px 0px;
	text-align: center;
	display: table-cell;
	}

#eve.det .acc dd {
	width: calc(100% - 200px);
	padding: 40px 0px;
	display: table-cell;
	}

#eve.det .acc .day dd {
	font-size: 28px;
	font-weight: bold;
	}

#eve.det .acc iframe {
	width: 100%;
	height: 500px;
	margin: 100px 0px 0px 0px;
	}

#eve.det .fortit {
	width: 100%;
	background: #CB6767;
	line-height: 130px;
	margin: 0px 0px 100px 0px;
	}

#eve.det .fortit h2 {
	width: 90%;
	max-width: 1000px;
	font-size: 32px;
	color: #ffffff;
	margin: 0px auto;
	}

#eve.det #res {
	background: none;
	padding: 0px;
	}

#eve.det #res form .add {
	width: 100%;
	}

}

@media screen and (max-width: 640px){

#eve {
	line-height: 200%;
	}

#eve.top ul {
	width: 90%;
	margin: 0px auto 50px auto;
	}

#eve.top ul a {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 30px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#eve.top ul a:last-child {
	margin: 0px;
	}

#eve.top ul a img {
	width: 100%;
	height: auto;
	}

#eve.top ul a h3 {
	font-size: 18px;
	line-height: 120%;
	margin: 20px 0px 15px 0px;
	}

#eve.top ul a dl {
	width: 100%;
	margin: 0px auto;
	display: table;
	}

#eve.top ul a dt {
	width: 40px;
	font-weight: bold;
	display: table-cell;
	}

#eve.top ul a dd {
	width: calc(100% - 40px);
	}

#eve.top ul a .day dd {
	font-size: 24px;
	font-weight: bold;
	}

#eve.det {
	width: 90%;
	margin: -40px auto 0px auto;
	}

#eve.det img {
	max-width: 100%;
	height: auto;
	}

#eve.det .main {
	margin: 0px 0px 70px 0px;
	}

#eve.det h1 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#eve.det .pla {
	margin: 0px 0px 30px 0px;
	}

#eve.det .pla dl {
	display: table;
	}

#eve.det .pla .day {
	margin: 0px 0px 5px 0px;
	}

#eve.det .pla dt {
	width: 70px;
	background: #EEFBFD;
	border: 1px #20CDE6 solid;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: #20CDE6;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#eve.det .pla .day dt {
	background: #FDEEF5;
	border: 1px #E52082 solid;
	color: #E52082;
	}

#eve.det .pla dd {
	width: calc(100% - 70px);
	line-height: 100%;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	vertical-align: middle;
	}

#eve.det .pla .day dd {
	font-size: 24px;
	font-weight: bold;
	}

#eve.det .pho {
	max-width: 100%;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#eve.det .conres {
	margin: 50px 0px 0px 0px;
	display: block;
	position: relative;
	}

#eve.det .acc ol {
	width: 100%;
	border-top: 1px #e0e0e0 solid;
	margin: 50px 0px 0px 0px;
	}

#eve.det .acc dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	display: table;
	}

#eve.det .acc dt {
	width: 90px;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center;
	display: table-cell;
	}

#eve.det .acc dd {
	width: calc(100% - 90px);
	padding: 20px 0px;
	display: table-cell;
	}

#eve.det .acc .day dd {
	font-size: 21px;
	font-weight: bold;
	}

#eve.det .acc iframe {
	width: 100%;
	height: 300px;
	margin: 50px 0px 0px 0px;
	}

#eve.det .fortit {
	width: 100%;
	background: #CB6767;
	line-height: 70px;
	margin: 0px 0px 50px 0px;
	}

#eve.det .fortit h2 {
	width: 90%;
	font-size: 24px;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	}

#eve.det #res {
	background: none;
	padding: 0px;
	}

#eve.det #res form .add {
	width: 100%;
	}

}

