@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ===================================================================
fonts
 10px = 77%	 11px = 85%	 12px = 93%	 13px = 100%
 14px = 108%	15px = 116%	16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%	23px = 174%	24px = 182%	25px = 189%
 26px = 197%
=================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
    {
	 margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;
	}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	}
	
img{
	vertical-align:baseline;
	border:none;
	}

A         { color:#0000FF; text-decoration:underline; }
A:visited { color:#0000FF; text-decoration:underline; }
A:hover   { color:#FF6600; text-decoration:underline; }

body{overflow-x: hidden; font-feature-settings: "palt"; font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;}


#shadow{background:url(../img/kage.gif) repeat-y top; width:820px; height:100%; margin:0px auto 0px auto; padding:0px; z-index:0;}

.linkPC{ display:block;}
.linkSP{ display:none;}

@media screen and (max-width: 640px){
	.pc{display:none!important;}
}

@media screen and (min-width: 641px){
	.sp{display:none!important;}
	.pcimgS{width:80% !important;}
}
	
#main{
	width: 1000px;
	height:auto;
	margin:0 auto;
	padding:0px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-size:16px;
	}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

	
.fL{float:left;}

.fR{float:right;}


/*PRESENT*/
.present01{
	background:#FFE8E7;
	margin:0 -200%;
	padding:0 200% 0.5em;
	}
	
.present02{
	background:#D7F0FF;
	margin:0 -200%;
	padding:0 200% 0.5em;
	}

.title{
	font-size:34px;
	text-align:center;
	margin:0 0 0.5em 0;
	padding-top:0.5em;
	font-weight:bold;
	}

.title > .icon{
	display:block;
	font-size:150%;
	margin:0;
	}

.title > span{
	display:block;
	font-size:60%;
	margin:0.4em 0 0 0;
	}
	
.present01 .title{
	color:#F56478;
	}
	
.present02 .title{
	color:#006BB4;
	}
	
.balloon{
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 15px;
	padding:0.4em;
	min-width:10em;
	max-width:100%;
	text-align:center;
 	color: #FF0;
	font-size: 26px;
	background: #F00;
	border-radius:6px;
	font-weight:bold;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F00;
}

.p_box{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background:#fff;
	padding:1em;
	margin:0 0 30px 0;
	}
	
.p_box > img{
	width:20%;
	height:auto;
	margin:0 20px 0 0;
	box-sizing:border-box;
	}
	
.p_boxin{
	width:80%;
	box-sizing:border-box;
	}

.p_title{
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
.p_text{
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
.p_textL{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
	}
	
.p_textL_mb{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 0 5px 0;
	}
	
.pink{
	color:#F56478;
	}
	
.blue{
	color:#006BB4;
	}

@media screen and (max-width: 640px){
	.title{
	font-size:30px;
	}

	.title > .icon{
	margin:0 0 10px 0;
	}
	
	.balloon{
	padding:0.5em;
	font-size: 24px;
	}
	
	.p_box{
	display: block;
	margin:0 2% 20px;
	}
	
	.p_box > img{
	display:block;
	width:50%;
	height:auto;
	margin:0 auto 10px;
	}
	
	.p_boxin{
	width:100%;
	}
	
	.p_title{
	line-height:120%;
	}
	
	.p_text{
	font-size:16px;
	}
	
	.p_textL{
	font-size:24px;
	line-height:150%;
	margin:0 0 20px 0;
	}
	
	.p_textL_mb{
	font-size:24px;
	line-height:150%;
	margin:0 0 5px 0;
	}


}

	
h1{
	margin:0 0 8px 0;
	}
	
.bg_yellow{
	background:#fff000;
	}
	
h1 p{
	width:1000px;
	margin:0 auto;
	}
	
h1 p img{
	width:100%;
	height:auto;
	}
	
h2#cal,h2#map,h2#car,h2#info{
	background:#78BE50;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#cal p,h2#map p,h2#car p,h2#info p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#cal:before{
	content:url(../event00/cal_icon.png);
	margin:14px 4px 0 10px;
	float:left;
	}
	

h2#map:before{
	content:url(../event00/map_icon.png);
	margin:14px 4px 0 10px;
	float:left;
	}


h2#car:before{
	content:url(../event00/car_icon.png);
	margin:14px 4px 0 10px;
	float:left;
	}

h2#info:before{
	content:url(../event00/info_icon.png);
	margin:14px 4px 0 10px;
	float:left;
	}
	
h2#event,h2#time{
	background:#F29600;
	margin:0 -200% 20px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#event p,h2#time p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#event:before{
	content:url(../event00/event_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h2#time:before{
	content:url(../event00/clock_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h2#semi{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#semi p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#semi:before{
	content:url(../event00/semi_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h2#semi_2{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#semi_2 p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#semi_2:before{
	content:url(../event00/semi_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}

h2#camera{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#camera p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#camera:before{
	content:url(../event00/camera_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h2#quo{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#quo p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#quo:before{
	content:url(../event00/quo_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h2#bus{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#bus p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#bus:before{
	content:url(../event00/bus_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
	
h2#corp{
	background:#F29600;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2#corp p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2#corp:before{
	content:url(../event00/corp_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
	
h2.step{
	background:#78BE51;
	margin:0 -200% 10px;
	padding:0 200%;
	width:100%;
	height:60px;
	}
	
h2.step p{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px !important;
	color: #fff;
	width:100%;
	}

h2.step:before{
	content:url(../event00/step_icon.png);
	margin:14px 2px 0 10px;
	float:left;
	}
	
h3{
	line-height:116%;
	font-weight:normal;
	font-size:18px;
	margin:0 0 10px 0;
	color:#F60;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
	}
	
h4{
	background:#6EB93E;
	padding:0 10px;
	width:100%;
	box-sizing:border-box;
	}
	
h4.semi_ore{
	background:#F93;
	padding:0 10px;
	width:100%;
	box-sizing:border-box;
	}
	
	
.textBox{
	margin:0 10px 20px 10px;
	overflow:hidden;
	}
	
.s1{
	margin-left:1em;
	}
	
.s2{
	margin-left:2em;
	}
	
.s1-2{
	text-indent:-1em;
	padding-left:1em;
	}
	
.s1-3{
	text-indent:-2em;
	padding-left:2em;
	}
	
.s1-5{
	text-indent:-5em;
	padding-left:5em;
	}
	
p.s5_6{padding-left:1em; text-indent:-1em; margin-left:5em;}	

p.s6{
	text-indent:-6em;
	padding-left:6em;
	}
	
.linkPC{ display:block;}

.linkSP{ display:none;}

@media screen and (max-width: 640px){
	#main{
		width: 96%;
		height:100%;
		line-height:130%;
		margin:0 auto;
		padding:0 2%;
		font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
		overflow-x:hidden;
	}
	
	h1 p{
	width:100%;
	margin:0 auto;
	}
	
	#shadow{
		background:none;
		width:100%;
		margin:0;
		padding:0;
		}
		
		
	.btn img{
		width:90%;
		height:auto;
		margin:0 auto;
		display:block;
		}
		
	.linkPC{ display:none;}
	
	.linkSP{ display:block;}
	
	img.w100sp{width:100%; height:auto;}
	
	.imgSP{
		display:none;
		}
		
	.bus_btn{
		width:100%;
		display:block;
		}
		
	td.bus_btn img{
		width:100%;
		height:auto;
		margin:0 auto 16px;
		display:block;
		}
	
}



.corp_back{padding:10px; margin:16px 0; background:#E3FDE4;}

.small_t{font-size:10px; color:#F60;}

.small_t_g{font-size:10px; color:#666;}


.ore{width:100%; padding:5px; margin:0px auto 20px; background:#F93; color:#FFF; text-align:center; box-sizing:border-box; font-weight:bold;}

.step_ore{width:auto; padding:5px; margin:0 0 10px; background:#F93; color:#FFF; text-align:left; box-sizing:border-box; font-weight:bold; display:inline-block;}

table.info{width:750px; border:#F90 1px solid; margin:5px auto 30px auto; border-collapse: collapse; font-size:15px;}

table.info th{width:15%; background:#F93; color:#FFF; font-size:14px; text-align:center; font-weight:bold;}

table.info td{padding:10px; background:#FFFFE3;}

td .right{margin:8px 12px 0;}

.ichiran{font-size:16px; margin:10px 0 10px 30px;}

.linkPC img{ margin:0 0 10px 30px;}

	
@media screen and (max-width: 640px){
	#footer{
		width:100%;
		max-width:400px;
		height:auto;
		}
		
	img.w100{width:100%; height:auto;}
		}

img.line{width:760px; margin:20px; height:3px;}

.center img{ display:block; margin:0 auto;}

p{margin:0; padding:0;}

img.center{margin:0 auto; display:block;}

img.block,a.block{display:block;}




.mB8{margin-bottom:8px !important;}

.mB16{margin-bottom:16px !important;}

.mT8{margin-top:8px !important;}

.mB30{margin-bottom:30px !important;}

.mB60{margin-bottom:60px !important;}

.mR10{margin-right:10px !important;}

.ml1em{margin-left: 1em;}


.orange{color:#F60;}

.red{color:#F00;}

.l-blue{color:#08699A;}

.gray{color:#666;}

.white{color:#fff;}

.bold{font-weight:bold;}

.size12{font-size:12px!important;}

.size14{font-size:14px!important;}

.size16{font-size:16px!important;}

.size18{font-size:18px!important;}

.size20{font-size:20px!important;}

.size30{font-size:30px !important; letter-spacing:-0.1em;}

.size32{font-size:32px !important;}

.size50{font-size:50px !important; letter-spacing:-0.1em;}

.size30 > span,.size50 > span{letter-spacing:-0.4em;}

.sizeBIG{font-size:18px; line-height:40px;}

.sizeS{font-size:95%;}

.textR{text-align:right;}

.textC{text-align:center;}

.lh130{line-height: 130%;}

#pageTop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:1000;
	}
	

img.hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
img.hover:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	}
	
hr{margin:10px 0; border:1px dashed #CCCCCC;}

table#ichiran{
	width:96%;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #333;
	font-size:14px;
	}
	
table#ichiran th{
	background:#FC6;
	border-collapse:collapse;
	border:1px solid #333;
	color:#F60;
	padding:1%;
	box-sizing:border-box;
	font-size:15px;
	}
	
table#ichiran td{
	border-collapse:collapse;
	border:1px solid #333;
	padding:1.5%;
	box-sizing:border-box;
	width:auto;
	}
	
table#ichiran td:nth-child(2){
	font-weight:bold;
	}
	
table#ichiran .nowrap{
	white-space:nowrap;
	}
	
.nowrap{
	white-space:nowrap;
	}
	
#mynavi{text-align:right; margin-right:10px; margin-bottom:6px;}

ul#info_list{
	margin:0 0 16px 2.4em;
	}
	
ul#info_list li{
	list-style:outside disc;
	}
	
	
img.camera{padding:0 2px 3px 0; vertical-align:middle;}

.tate{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	display:inline-block;
	}
	
#corp_box{
	width:746px;
	margin:0 auto 30px;
	border:2px solid #6EB93E;
	}
	
table#gyokai{
	margin:0 auto 20px;
	}
	
table#gyokai tr img{
	margin:0 0 10px 0;
	display:block;
	}


@media screen and (max-width: 640px){	
#corp_box{
	width:98%;
	margin:0 auto 30px;
	border:2px solid #6EB93E;
	}

table#gyokai{
	width:100%;
	}

table#gyokai tr{
	display:block;
	}

table#gyokai td{
	display:list-item;
	list-style:none;
	border:none;
	}
	
table#gyokai td img{
	display:block;
	margin:0 auto 10px;;
	}



table.layout{
	width:100%;
	}


table.layout tr{
	display:block;
	}
	
table.layout th{
	display:block;
	width:100%;
	text-align:left;
	}
	
table.layout td{
	display:list-item;
	border:none;
	}
	
.s1{
	margin-left:0;
	}
	
.s2{
	margin-left:0;
	margin-top:10px;
	}
	
.size30{font-size:20px !important; margin-bottom:6px;}

.size50{font-size:30px !important; letter-spacing:-0.1em; margin-bottom:10px;}

}


.0206_p01{
	width:1000px;
	height:auto;
	clear:both;
	}
	
.corp_list{
	width:66%;
	padding:20px 0 0 16px;
	text-align:center;
	font-size:14px;
	line-height:180%;
	box-sizing:border-box;
	}
	
.corp_list02{
	width:100%;
	padding:20px 0 0 16px;
	text-align:left;
	font-size:14px;
	line-height:180%;
	box-sizing:border-box;
	}	
	
.corp_list > p:first-child{
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
	}
	
.corp_list > p:nth-child(2n){
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	color:#F00;
	}
	
.corp_list > p:last-child{
	font-size:14px;
	margin:14px 34px 0 0;
	text-align:right;
	}
	
.0200_p02{
	width:1000px;
	height:auto;
	}
	
.semi_box{
	width:651px;
	height:auto;
	float:right;
	}
	
.semi_box > p:nth-child(2n){
	font-size:12px;
	margin-left:94px;
	}
	
.semi_box > p:last-child{
	font-size:14px;
	margin:14px 34px 0 0;
	text-align:right;
	}
	
.point04{
	margin:-20px 0 0 100px;
	line-height:150%;
	}
	
.photo_box{
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	border:2px solid #6EB93E;
	box-sizing:border-box;
	}
	
.photo_box02{
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	border:2px solid #F93;
	box-sizing:border-box;
	}

.photo > img{
	display:inline-block;
	margin:1%;
	width:31.3%;
	}
	
.info_mosikomi{
	width:96%;
	height:auto;
	margin:10px auto 20px;
	padding:1em;
	box-sizing:border-box;
	font-size:14px;
	text-align:center;
	background:#FFC;
	border:#6CF solid 2px;
	border-radius:14px;
	}
	
.flex_gentei{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	}
	
.flex_gentei > div:first-child{
	margin:0 20px 0 0;
	}
	
@media screen and (max-width: 640px){	
	.0206_p01{
	width:100%;
	height:auto;
	z-index:20;
	clear:both;
	background:none !important;
	}

	.corp_list{
	width:100%;
	padding:20px 0 0 0;
	}
	
	.corp_list > p:last-child{
	font-size:14px;
	margin:14px 0 0 0;
	text-align:right;
	}
	
	.semi_box{
	width:100%;
	height:auto;
	float:none;
	}
	
	.semi_box > p:nth-child(2n){
	font-size:12px;
	margin-left:0;
	}
	
	.semi_box > p:last-child{
	font-size:14px;
	margin:14px 0 0 0;
	text-align:right;
	}
	
	.semi_box > .w80{
		width:80%;
		margin:0 auto;
		display:block;
		}
		
	.point04{
	margin:0 10px;
	}
	
	.photo_box,.photo_box02{
	width:96%;
	margin:0 2% 20px 2%;
	}

	.photo > img{
	display:block;
	margin:10px 2%;
	width:96%;
	}
	
	.flex_gentei{
	display:block;
	}
	
.flex_gentei > div:first-child{
	margin:0 0 20px 0;
	}
}

ul.list > li{
	margin:0 0 10px 0;
	list-style:inside disc;
	}
	
img.inline{
	display:inline-block !important;
	}
	
section.event{
	background:#FFC;
	margin:60px -200% 0;
	padding:0 200% 50px;
	}

ul.square{
	margin:10px 0 0 0;
	}
	
ul.square > li{
	list-style:square;
	margin-left:1.5em;
	}
	
.event_info{
	width:850px;
	margin:10px auto 0;
	}
	
.event_info .w100{
	width:100%;
	height:auto;
	}	
	
.event_info ul,.event_info li,.event_info ul.event_real p{
margin:0; padding:0; border:0; font:inherit; vertical-align:baseline; list-style:none;
}

.event_info ul{
	width:100%;
	display:table;
	padding:0 8px 8px 8px;
	box-sizing:border-box;
	}
	
.event_info li{
	display: table-cell;
  	vertical-align:middle;
	}
	
.event_box{
	padding-top:10px;
	}
	
.event_box[class*=hover]:hover{
	background:#eceff8;
	cursor:pointer;
	}
	
ul.event_real{
	
	}
	
ul.event_real li:first-child{
	font-weight:bold !important;
	font-size:40px !important;
	width:2.4em;
	height:1em;
	line-height:1em;
	color:#FFF;
	text-align:center;
	border-radius:6px;
	box-sizing:border-box;

	}
	
ul.event_real li:nth-child(2){
	font-weight:bold !important;
	font-size:24px !important;
	color:#333;
	padding:8px 0 0 10px !important;
	}
	
ul.event_real li:nth-child(2) > span{
	font-weight:normal !important;
	font-size:16px !important;
	display:inline-block;
	margin-left:16px;
	}
	
.tochigi{
	background:#33b6ad;
	}
	
.gunma{
	background:#ff7d90;
	}

ul.event_web li:first-child{
	font-weight:bold !important;
	font-size:30px !important;
	height:1em;
	line-height:1em;
	color:#FFF;
	text-align:center;
	border-radius:6px;
	box-sizing:border-box;
	}
	
ul.event_web li:nth-child(2){
	font-weight:bold !important;
	font-size:24px !important;
	color:#333;
	padding:8px 0 0 10px !important;
	}
	
.b_line > a{
	float:right;
	background:#b3b3b3;
	display:block;
	text-decoration:none;
	width:6em;
	height:1em;
	line-height:1em;
	padding:0.5em;
	margin:-20px 8px 12px 8px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	font-size:16px !important;
	}
	
.b_line > a:link,.b_line > a:visited{
	background:#006bb4;
	}
	
.b_line > a.hover:hover{
	opacity:0.7;

	}
	
.b_line{
	border-bottom:1px solid #333;
	}
	
	
.title_web{
	display:inline-block;
	color:#333;
	padding:2px 8px 8px;
	font-size:16px;
	font-weight:bold;
	}
	
.live{
	background:#eb4da6;
	width:5em;
	}
	
.live_long{
	background:#eb4da6;
	width:8em;
	}
	
.onde{
	background:#7abf58;
	width:7.2em;
	}
	
.flex-container{
	display:flex;
	justify-content:space-between;
}

.kiseiBOX{
	border:#093 1px solid;
	}

.info_kisei{
	padding:0.8em 1em;
	margin:0 0 10px 0;
	line-height:120%;
	font-size:24px;
	color:#FF0;
	text-align:center;
	font-weight:bold;
	background:#093;
	}
	
.parkingBOX{
	background:#FFFFD2;
	padding:10px;
	margin:1em 0 0 0;
	border:1px solid #F60;
	}
	
.parking{
	font-size:24px;
	font-weight:bold;
	color:#F60;
	background:linear-gradient(transparent 60%, #FF0 60%);
	}
	
.mb5{margin-bottom:5px !important;}

.mb10{margin-bottom:10px !important;}

.mb15{margin-bottom:15px !important;}

.mb20{margin-bottom:20px !important;}

.mb30{margin-bottom:30px !important;}

.mb40{margin-bottom:40px !important;}

.mb50{margin-bottom:50px !important;}

table.senchaku{
	border:1px solid #333;
	text-align:center;
	margin-bottom:5px;
	font-size:130%;
	border-collapse: collapse;
	}
	
table.senchaku td{
	padding:0.5em 1em;
	border:1px solid #333;
	}
	
@media screen and (max-width: 640px){
	.event_info{
	width:100%;
	}
	
	.event_info ul{
	display:block;
	padding:0;
	}
	
	.event_info li{
	display:block;
	}
	
	ul.event_real li:first-child{
	padding:0;
	height:1.2em;
	line-height:1.2em;
	font-size:30px !important;
	}
	
	ul.event_real li:nth-child(2){
	padding:8px 0 0 0 !important;
	}
	
	ul.event_real li:nth-child(2) > span{
	display:block;
	margin:10px 0 4px 0;
	}
	
	.b_line > a{
	float:none;
	width:100%;
	height:2em;
	line-height:2em;
	padding:0;
	margin:10px 0;
	vertical-align:middle;
	}
	
	.event_box[class*=hover]:hover{
	background:none;
	cursor:auto;
	}
	
	.flex-container > div{
	width:33%;
	}
	
	.flex-container > div > img{
	width:100%;
	}
	
	.parking{
	font-size:20px;
	font-weight:bold;
	color:#F60;
	background:linear-gradient(transparent 60%, #FF0 60%);
	}
}

.esBOX{
	width:90%;
	border:2px solid #F60;
	background:#FFFACE;
	margin:0 auto 30px;
	padding:0 0.6em;
	}
	
.esBOX > h3{
	display:flex;
	align-items: center;
	gap: 6px;
	margin:0;
	}
	
.marker{
	color:#ff0;
	background:#E63F65;
	padding:0 0.4em;
	}
	
.stampBOX{
	width:100%;
	display:flex;
	}
	
table.stamp{
	width:50%;
	border-collapse:collapse;
	border:1px solid #CCC;
	text-align:center;
	margin:0 0 10px 0;
	font-weight:bold;
	}
	
table.stamp td{
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:1em;
	box-sizing:border-box;
	}
	
table.stamp tr td:first-child{
	background:#F2F2F2;
	}
	
table.stamp tr td:last-child{
	color:#F00;
	}
	
table.stamp02{
	width:33%;
	border-collapse:collapse;
	border:1px solid #CCC;
	text-align:center;
	margin:0 0 10px 0;
	font-weight:bold;
	}
	
table.stamp02 td{
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:1em;
	box-sizing:border-box;
	}
	
table.stamp02 tr td:first-child{
	background:#F2F2F2;
	}
	
table.stamp02 tr td:last-child{
	color:#F00;
	}
	
@media screen and (max-width: 640px){
	.stampBOX{
	display:block;
	margin:0 0 10px 0;
	}
	
	table.stamp{
	width:100%;
	margin:0;
	}
	
	table.stamp02{
	width:100%;
	margin:0;
	}
}
	
/********time table*********/
	
table.time{
	border-collapse:collapse;
	width:80%;
	text-align:center;
	margin:0 auto;
	}
	
table.time tr:nth-child(odd){
	background:#FFC;
	border-bottom:#F60 1px dotted;
	border-top:#F60 1px dotted;
	}
	
table.time td{
	padding:1em;
	}

@media screen and (max-width: 640px){
	table.time{
	width:100%;
	}
	
	table.time td{
	display:block;
	width:100%;
	}
}

/********Christmas present*********/
.xmas{
	background-color:#013608;
	margin:0 -200%;
	padding:0 200% 1em;
}

.xmas_title{
	font-size: 34px;
	background-image: url("../event12/present_back.png");
	background-position: center;
	margin:0 -200%;
	padding:1em 200% 0.5em;
}

/*** 冬 ***/
.presentBOX{
	background-color:#003194;
	margin:0 -200%;
	padding:0 200% 1em;
}

.present_title{
	font-size: 34px;
	background-image: url("../event01/present_back.png");
	background-position: center;
	margin:0 -200%;
	padding:1em 200% 0.5em;
}

.xmas_title img,.present_title img{
	max-width: 90%;
}

.xmas .hotel,.presentBOX .hotel{
	background: #FFF5F0;
	color: #F00;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin:0 -200% 20px;
	padding:0.5em 200%;
}

.xmas .hotel > p,.presentBOX .hotel > p{
	color: #333;
	font-size: 20px;
}

.xmas .flex,.presentBOX .flex{
	display: flex;
	width: 100%;
}

.xmas .flex > div:first-child,.presentBOX .flex > div:first-child{
	width: 60%;
	padding: 0 1em 0 0;
}

.xmas .flex p,.presentBOX .flex p{
	font-size: 14px;
	color: #fff;
}

.xmas .flex > div:last-child,.presentBOX .flex > div:last-child{
	width: 40%;
}

.xmas .flex > div img,.presentBOX .flex > div img{
	width: 100%;
}

.xmas .flex > img,.presentBOX .flex > img{
	width: 32%;
}

.xmas .w_bt,.presentBOX .w_bt{
	justify-content: space-between;
}

.xmas ul,.presentBOX ul{
	list-style-position: outside;
	margin: 0 0 0 1.5em;
}

.xmas ul li,.presentBOX ul li{
	/*text-indent: -5px;*/
}

.xmas ul li::marker,.presentBOX ul li::marker{
	font-weight: normal;
	font-size: 10px;
}

.xmas a.wl:link,.xmas a.wl:visited,.presentBOX a.wl:link,.presentBOX a.wl:visited{color: #fff;}

/********通常 present*********/
.presentBOX{
	background-color:#9B001B;
	margin:0 -200%;
	padding:0 200% 1em;
}

.present_title{
	font-size: 34px;
	background-image: url("../event03/present_back.png");
	background-position: center;
	margin:0 -200%;
	padding:1em 200% 0.5em;
}



/********証明写真撮影コーナー*********/
.photoBOX{
	display: flex;
}

.photoBOX > div:first-child{
	width: 65%;
}
	
.photoBOX > div:last-child{
	width: 35%;
}

.photoBOX > div:last-child img{
	width: 100%;
}

@media screen and (max-width: 640px){
	.xmas_title img,.present_title img{
	max-width: 98%;
	}
	
	.xmas .hotel,.presentBOX .hotel{
	font-size: 20px;
	line-height: 120%;
	}

	.xmas .hotel > p,.presentBOX .hotel > p{
	font-size: 16px;
	}
	
	.xmas .flex,.presentBOX .flex{
	display: block;
	}
	
	.xmas .flex > div:first-child,.presentBOX .flex > div:first-child{
	width: 100%;
	padding: 0;
	}
	
	.xmas .flex > div:last-child,.presentBOX .flex > div:last-child{
	width: 100%;
	}
	
	.btn_kwsk{
	width: 80%;
	margin: 0 auto;
	}
	
	.btn_kwsk img{
	width: 100%;
	}
	
	.xmas .w_bt,.presentBOX .w_bt{
	display: flex!important;
	justify-content: space-between;
	}
	
	.photoBOX{
	display: block;
	}

	.photoBOX > div:first-child{
	width: 100%;
	}
	
	.photoBOX > div:last-child{
	width: 80%;
	margin: 0 auto;
	}
}