
	.navigation{
		display: none;
	}
	header[role="banner"] > div{
		display: none;
	}
	
	article.fair-template{
		/*background: #fff url(images/.jpg) center center fixed no-repeat;*/
		background: #f0f;
		
		letter-spacing: normal;
		background-size: 100% auto;
		position: relative;
		background:
			linear-gradient(to right, #003fe355, #438ded00, #003fe355),
			linear-gradient(to bottom, #62a2f5, #d8e7fc);
		
		&::before{
			position: fixed;
			left: 0;
			top: 0;
			width: 100vw;
			height: 100vh;
			
			z-index: -1;
		}
	}

@media screen and (max-width:867px){
	article.fair-template{
		background-size: auto 100%;
	}	
}


	.fair-template header{
		text-align: center;
		background: url(images/background-top.png) repeat-x left top;
		transition: .2s;
		margin-bottom: -1.5em;
	}
	
@media screen and (min-width:1200px){
	.fair-template header{
		padding: 1em 0;
		background-size: auto auto;
		animation: cloud-a 15s infinite linear;
	}
	@keyframes cloud-a{
		0%    { background-position: 0 0; }
		100%  { background-position: -1200px 0; }
	}
}
@media screen and (max-width:767px){
	.fair-template header{
		padding: 3em 0;
		background-size: 700px auto;
		animation: cloud-a 15s infinite linear;
	}
	@keyframes cloud-a{
		0%    { background-position: 0 0; }
		100%  { background-position: -700px 0; }
	}	
}
	.fair-template header h1{
		max-width: 700px;
		position: relative;
		margin: auto;
		padding-top: 8em;
	}
	.fair-template header h1 img:nth-of-type(2){
		position: absolute;
		top: 2em;
		left: 0;
		width: 100%;
	}
	.fair-template header h1 img:nth-of-type(1){
		transform: translate(0,-2em);
		animation: loop 15s infinite linear;
	}
	@keyframes loop{
		0%    { transform: translate(0,-1em); }
		50%  { transform: translate(0,1em); }
		100%  { transform: translate(0,-1em);  }
	}

	
	main{
		text-align: center;
		position: relative;
	}
	main > *{
		position: relative;
		z-index: 5;
	}


	.width{
		max-width: 860px;
		margin: auto;
		text-align: left;
	}

	.date{
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.6em;
		line-height: 1em;
		padding: .8em 0 1em;
		background: linear-gradient(to right, #003fe300, #0048e355, #003fe300);
		position: relative;
		z-index: 5;
	}

	div.bk-wrapper{
		position: relative;
		padding: 0 1em 3em;
		background: url(images/background-bottom.png) no-repeat center bottom;
		overflow: hidden;
	
		&::after,&::before{
			content: "";
			position: absolute;
			background-size: 100% auto;
			opacity: .7;
		}		
		&::after{
			width: 300px;
			aspect-ratio: 300 / 220;
			left: 2%;
			top: 50%;
			background-image: url(images/image-a.png);
			animation: heli-a 25s infinite linear;
		}
		&::before{
			width: 450px;
			aspect-ratio: 45 / 28;
			right: -5%;
			top: 10%;
			background-image: url(images/image-b.png);
			animation: heli-b 15s infinite linear;
		}
	}
			
	@keyframes heli-a{
		0%    { transform: translate(0,4em);}
		50%    { transform: translate(0,-4em);}
		100%    { transform: translate(0,4em);}
	}
	@keyframes heli-b{
		0%    { transform: translate(0,2em);}
		50%    { transform: translate(0,-2em);}
		100%    { transform: translate(0,2em);}
	}
	
	
	.description{
		padding: 3em 0 1em;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		z-index: 10;
		
		/*background: linear-gradient(to bottom , #0c48a1cc , #0c48a100 100%);*/
	}
		.description > *{
			margin: auto;
			max-width: 900px;
			color: #eee;
		}
		.description > h2{
			text-align: center;
			font-size: 2.5em;
			margin-bottom: 1em;
			color: #00015c;
			font-weight: 900;
			font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
			font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
			font-feature-settings: "palt";
			text-shadow: 2px 2px 1px #ffffff, -2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, 2px 0 1px #ffffff, -2px 0 1px #ffffff, 0 2px 1px #ffffff, 0 -2px 1px #ffffff;
		}
@media screen and (max-width:767px){
	.description > h2{
		font-size: 5vw;
	}
}


	.present{
		padding: 4em 2em 1em; 
		max-width: 900px;
		border-radius: 1.5em;
		margin: auto auto 5em;
		/*margin-bottom: 4em;*/
		position: relative;
		z-index: 5;
		background: rgba(255,255,255,.8);
		box-shadow: 0 0 1.5em 1px rgba(255,255,255,1) inset, 0 0 2em 1px rgba(20,120,250,.5);
	}

		
	.present > *{
		z-index: 5;
	}
	.present h2{
		background: linear-gradient(to right, rgba(33,90,180,0) 0%,rgba(33,90,180,0.7) 8%,rgba(33,90,180,0.7) 92%,rgba(33,90,180,0) 100%);
		background: none;
		text-align: center;
		margin: auto auto 1em;
		padding: 0 .8em;
		font-size: 1.9em;
		color: #c00;
		font-feature-settings: "palt";
		border-left: 8px solid #c00;
		border-right: 8px solid #c00;
	}
		
		.present h2 span{
			color: #f88;
			display: block;
			font-feature-settings: "palt";
		}
	
	.present > section{
		max-width: 880px;
		display: flex;
		padding-bottom: 1.5em;
	}
	.present > section.course:not(:last-child){
		border-bottom: 1px solid #faa;
		border-image: linear-gradient(to right, #ffaaaa00, #ffaaaa99 20% ,#ffaaaa99, #ffaaaa99 80%, #ffaaaa00);
		border-image-slice: 1;
	}
	.present > section > div{
		text-align: left;
		box-sizing: border-box;
	}
@media screen and (max-width:767px){
	.present h2{
		font-size: 1.4em;
		margin: auto -.5em 1em;
		
		padding: .3em 1em .15em;
		
	}
	.present > section{
		display: block;
	}	
	.present > section > div{
		text-align: center;
	}
}


	.present > section.course > div,
	.present > section.ticket > div{
		padding-left: 7%;
		line-height: 1.4em;
	}
	.present > section.course b ,
	.present > section.ticket b{
		display: block;
		font-size: 1.2em;
	}
		.present > section > div h3{
			color: #c22;
			font-weight: bold;
			font-size: 1.9em;
			line-height: 1.4em;
			font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
			font-feature-settings: "palt";
		}
		.present > section > div p{
			color: #8b2626;
			font-size: 1.1em;
			line-height: 1.6em;
			padding: .8em 0;
		}
			.present > section > div p small{
				display: block;
				opacity: .8;
			}
		.present > section > div div{
			background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.24) 100%);
			background: rgba(255,200,200,.2);
			border-radius: .5em;
			width: 100%;
			box-sizing: border-box;
			padding: .5em .7em;
			font-weight: bold;
			font-size: 1.1em;
			text-align: left;
		}
		.present > section > div div img{
			display: block;
			margin-left: 0;
		}
		.present > section > div b{
			display: inline-block;
			font-size: 1.4em;
			font-weight: bold;
			padding-top: .5em;
			color: rgb(204, 34, 34);
			line-height: 1.2em;
		}
		.present > section > div em{
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			color: #0a0a03;
			line-height: 1.2em;
		}
		.present > section > div em small{
			display: block;
			font-size: .6em;
			font-weight: normal;
		}
		.present > section > div b.num{
			display: block;
			width: fit-content;
			background: #000;
			line-height: 1em;
			padding: .3em 1em .1em;
			color: #fff;
			font-size: 1.4em;
			border-radius: 50em;
			margin-top: .3em;
		}
			.present > section > div b.num::after{
				content: "名様";
				font-size: .8em;
				padding-left: .2em;
			}
	.present > section > figure{
		
	}
	
	section.ecobag{
		margin: auto auto 1em;
	}
		section.ecobag div{
			width: 40%;
		}
		section.ecobag > div > small{
			display: block;
			background: rgba(255,255,255,.5);
			border-radius: .5em;
			padding: .5em;
			color: #55a;
		}
		section.ecobag figure{
			width: 60%;
		}
		section.ecobag figure figcaption{
			font-size: .9em;
			color: rgba(255,255,255,.7);
			padding: .5em 0;
		}
		

		
	section.course{
		margin: auto auto 2em;
	}
		section.course div ,
		section.course figure{
			width: 50%;
			position: relative;
		}
		section.course > div{
			padding-top: 3px;
		}
		section.course.a > div{
			background: url(images/icon-a.png) left top no-repeat;
			background-size: 11% auto;
		}
		section.course.b > div{
			background: url(images/icon-b.png) left top no-repeat;
			background-size: 11% auto;
		}
		section.course.c > div{
			background: url(images/icon-c.png) left top no-repeat;
			background-size: 11% auto;
		}
		
	section.ticket{
		margin: auto auto 2em;
	}
		section.ticket div ,
		section.ticket figure{
			width: 50%;
			position: relative;
		}
		section.ticket > div{
			background: url(images/icon-more.png) left top no-repeat;
			background-size: 11% auto;
		}
		section.ticket > div + b{
			
		}
	
		
	@media screen and (max-width:767px){
		.present > *{
			display: block;
		}
		.ecobag > img , .course > img , .ticket > img{
			max-width: 100%;
		}
		
		section.course.a > div{
			background-position: center top;
			background-size: 3em auto;
		}
		section.course.b > div{
			background-position: center top;
			background-size: 3em auto;
		}
		section.course.c > div{
			background-position: center top;
			background-size: 3em auto;
		}
		section.ticket > div{
			background-position: center top;
			background-size: 3em auto;
		}		
		
	}

@media screen and (max-width:767px){
	.present > section.course > div,
	.present > section.ticket > div{
		padding-left: 0;
		padding-top: 3.5em;
	}
	section.ticket div ,
	section.ticket figure ,
	section.ecobag div ,
	section.ecobag figure ,
	section.course div ,
	section.course figure{
		width: auto;
		padding-left: 0;
	}
}
	
	
	.fair-donation{
		padding: 3em 1em 3em;
		background: #fff;
		color: #848484;
	}
		.fair-donation > *{
			text-align: left;
		}
		.fair-donation h1{
			color: #c00;
			font-size: 1.6em;
			margin-bottom: .5em;
			font-weight: bold;
			
		}
		.fair-donation h2{
			background-color: #c00;
			border-radius: .5em;
			line-height: 1em;
			padding: .5em 1em .4em;
			margin: 1em auto;
			color: #fff;
		}
		.fair-donation h3{
			color: #c00;
		}
		.fair-donation p{
			font-size: .95em;
			padding-bottom: 1em;
		}
		.fair-donation small{
			color: #597fd3;
			font-size: .9em;
			display: block;
		}
		.fair-donation ol{
			padding: 0;
			margin: auto;
			counter-reset: number 0;
		}
			.fair-donation ol li{
				position: relative;
				padding-left: 2.3em;
				padding-bottom: .5em;
				
			}
			.fair-donation ol li::before{
				counter-increment: number 1;
				font-weight: bold;
				color: #084e76;
				content: "[" counter(number) "]";
				position: absolute;
				left: 0; top: 0;
				
			}
	@media screen and (max-width: 767px){
		.fair-donation img{
			width: 40%;
		}
	}


		
	.fair-shop{
		background: #fff;
	}
	.fair-shop h1{
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.6em;
		line-height: 1em;
		padding: .5em 0 .4em;
		background: #d40000;
		margin-bottom: 1em;
	}
		.fair-shop table.fair-list{
			color: #444;
			width: 96%;
			margin: auto 2%;
			font-size: .85em;
			border-collapse: collapse;
			border-spacing: 0;
		}
		.fair-list td, .fair-list th{
			padding: .8em 0 .3em;
			font-weight: normal;
			box-shadow: 0 1px 0 0 #ccc;
			text-align: center;
			vertical-align: top;
			width: 25%;
		}
		.fair-list tr:hover{
			background: #eee;
		}
		.fair-list th{
			font-weight: bold;
			vertical-align: middle;
		}
		.fair-list td{
			vertical-align: middle;
		}
		.fair-list td div{
			text-align: left;
			border-top: 1px solid #ddd;
			margin: auto .5em;
			padding: .3em 0;
			font-size: .9em;
			opacity: .9;
		}
		.fair-list td small{
			display: block;
			font-sze: .9em;
			opacity: .8;
		}
		.fair-list th.zone-title{
			color: #fff;
			font-weight: bold;
			padding: .2em .5em;
			font-size: 1.5em;
			text-align: left;
		}
		.fair-list tr.zone-title.east{
			background-color: #0971B9;
		}
		.fair-list tr.zone-title.west{
			background-color: #099243;
		}
		.fair-list tr.zone-title.south{
			background-color: #F79220;
		}
			tr.zone-title th{
				color: #fff;
			}
			tr.zone-title th:first-child{
				font-size: 1.8em;
				text-align: left;
				padding-left: .5em;
				vertical-align: middle;
				line-height: 1em;
			}
		.fair-list th em{
			display: block;
			position: relative;
			padding-left: 1.3em;	
			line-height: 1.2em;
			text-align: left;
			font-weight: normal;
		}
		.fair-list th em::before{
			content: "■";
			position: absolute;
			left: 0; top: 0;
		}
		.fair-list tr.line-east th em::before{
			color: #0971B9;
		}
		.fair-list tr.line-west th em::before{
			color: #099243;
		}
		.fair-list tr.line-south th em::before{
			color: #F79220;
		}




	table.event_shop_list_summer_2018{
		margin-bottom:20px;
		width:100%;
		border-collapse:collapse;
		font-size:13px;
		color:#555;
		border-bottom:10px solid #fff;
		border-top:10px solid #fff;
	}

	table.event_shop_list_summer_2018 th{
		color:#fff;
		padding:10px 0;
	}

	.la , .lb , .lc{
		text-align:center;
		font-weight:bold;
	}

	.mag{	width:10px;}

	td.la{color:#339A7A;}
	td.lb{color:#EF4949;}
	td.lc{color:#006CFF;}

	table.event_shop_list_summer_2018 tr.rw_a td{background:#ffffff;}
	table.event_shop_list_summer_2018 tr.rw_b td{background:#f0f0f0;}

	table.event_shop_list_summer_2018 tr.rw_a th{background:#d9e8cc;}
	table.event_shop_list_summer_2018 tr.rw_b th{background:#cfdec2;}

	table.event_shop_list_summer_2018 tr.rw_a .la{background:#97C5C5;}
	table.event_shop_list_summer_2018 tr.rw_b .la{background:#B5D6D6;}

	table.event_shop_list_summer_2018 tr.rw_a .lb{background:#D7B5C1;}
	table.event_shop_list_summer_2018 tr.rw_b .lb{background:#E2CAD3;}

	table.event_shop_list_summer_2018 tr.rw_a .lc{background:#AAD3F0;}
	table.event_shop_list_summer_2018 tr.rw_b .lc{background:#C2E0F4;}
	
	.footer-title{
		
		padding: 3em 2em;
	}