
/* 初期表示ヘッダー
------------------------------------------ */
#mainvisual_mobile{
	width: 100%;
	height: 600px;
	background: #000;
	display: table;
	position: relative;
	overflow: hidden;
}
#mainvisual_mobile #overLayer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index:12;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	/*background-image: url("/images/overlays.png");*/
}
#mainvisual_mobile #overLayer div#mv_prevbt{
	position: absolute;
	top:0;
	left:0;
	width:100px;
	height:100%;
	z-index:12;
	cursor: pointer;
}
#mainvisual_mobile #overLayer div#mv_prevbt div{
	position: absolute;
	overflow:hidden;
	top:275px;
	left:40px;
	height:50px;
	width:60px;
}
#mainvisual_mobile #overLayer div#mv_prevbt div div{
	position: absolute;
	top:4px;
	left:10px;
	height:40px;
	width:40px;
	border-left:3px solid #fff;
	border-top:3px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
#mainvisual_mobile #overLayer div#mv_nextbt{
	position: absolute;
	top:0;
	right:0;
	width:100px;
	height:100%;
	z-index:12;
	cursor: pointer;
}
#mainvisual_mobile #overLayer div#mv_nextbt div{
	position: absolute;
	overflow:hidden;
	top:275px;
	right:40px;
	height:50px;
	width:60px;
}
#mainvisual_mobile #overLayer div#mv_nextbt div div{
	position: absolute;
	top:4px;
	right:10px;
	height:40px;
	width:40px;
	border-right:3px solid #fff;
	border-top:3px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#mainvisual_mobile #visual_list{
	margin:0 auto;
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index:2;
	display:table-cell;
	margin: 0;
	padding: 0;
}
#mainvisual_mobile #visual_list ul{
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#mainvisual_mobile #visual_list ul li{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	opacity: 0;
}
#mainvisual_mobile #visual_list ul li#i1{
	opacity: 1;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation{
	position: absolute;
	width:100%;
	bottom:20px;
	height: 20px;
	text-align: center;
	z-index:14;
	overflow: hidden;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox{
	display:table;
	margin:0 auto;
	position: relative;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul{
	margin:0 30px;
	height:20px;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li{
	background:#fff;
	margin:0 15px 0 0;
	float:left;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li:last-child{
	margin:0;
}
#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li.selected {
	background:#fe8781;
}

#mainvisual_mobile #overLayer div#mainvisual_objiect{
	position: relative;
	width: 100%;
	height: 100%;
}
#mainvisual_mobile #overLayer div#mainvisual_objiect a{
	position: absolute;
	width:600px;
	height:400px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	z-index:13;
}
#mainvisual_mobile #overLayer div#mainvisual_objiect a.selected{
	z-index:14;
}

#mainvisual_mobile #overLayer div#mainvisual_objiect a#v1{
	opacity: 1;
}
#mainvisual_mobile #overLayer div#mainvisual_objiect a img{
	display: block;
	width: 100%;
	height: auto;
}

/*---- Section06 NaviSection01_Lang -----------------------*/
#NaviSection01_Lang{
	display:none;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	overflow: hidden;
	background:#eee;
}
#NaviSection01_Lang div.container{
	width:auto;
	text-align:center;
	margin:0 auto;
	padding:5px 0;
}
#NaviSection01_Lang div.container a{
	display:inline-block;
	box-sizing:border-box;
	width:20%;
	height:auto;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#333;
	text-decoration: none;
	border-right:1px solid #bbb;
}
#NaviSection01_Lang div.container a:last-child{
	border-right:none;
}

/*---- Section06 NaviSection02_Menu -----------------------*/
#NaviSection02_Menu768{
	display:none;
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}
#NaviSection02_Menu768 ul{
	display:table;
	width:100%;
	height:70px;
	text-align:center;
	margin:0;
	padding:0;
}
#NaviSection02_Menu768 ul li.event{
	display:table-cell;
	box-sizing:border-box;
	width:16%;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu768 ul li.spot{
	display:table-cell;
	box-sizing:border-box;
	width:17%;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu768 ul li.special{
	display:table-cell;
	box-sizing:border-box;
	width:17%;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu768 ul li.course{
	display:table-cell;
	box-sizing:border-box;
	width:17%;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu768 ul li.area{
	display:table-cell;
	box-sizing:border-box;
	width:17%;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu768 ul li.map{
	display:table-cell;
	box-sizing:border-box;
	width:16%;
	text-align:center;
	border-right:none;
}
#NaviSection02_Menu768 ul li a{
	overflow: hidden;
	display:block;
	overflow: hidden;
	width:100%;
	height:70px;
	text-decoration: none;
	background:#2e2e2e;
}
#NaviSection02_Menu768 ul li a div.text        { font-size:13px;line-height:13px;color:#fff;padding:0 3px 0; }
#NaviSection02_Menu768 ul li a:link div.text   { color: #fff; text-decoration: none; }
#NaviSection02_Menu768 ul li a:visited div.text{ color: #fff; text-decoration: none; }
#NaviSection02_Menu768 ul li a:hover { background:#686868; }
#NaviSection02_Menu768 ul li a:active { background:#686868; }
#NaviSection02_Menu768 ul li a:hover div.text  { color: #fe8781; text-decoration: none; }
#NaviSection02_Menu768 ul li a:active div.text { color: #fe8781; text-decoration: none; }
#NaviSection02_Menu768 ul li.event a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_event_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.event a:hover  div.icon,
#NaviSection02_Menu768 ul li.event a:active div.icon{ background-image:url(images/co_event_icon_pink.svg); }
#NaviSection02_Menu768 ul li.spot a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_spot_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.spot a:hover  div.icon,
#NaviSection02_Menu768 ul li.spot a:active div.icon{ background-image:url(images/co_spot_icon_pink.svg); }
#NaviSection02_Menu768 ul li.special a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_special_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.special a:hover  div.icon,
#NaviSection02_Menu768 ul li.special a:active div.icon{ background-image:url(images/co_special_icon_pink.svg); }
#NaviSection02_Menu768 ul li.course a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_course_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.course a:hover  div.icon,
#NaviSection02_Menu768 ul li.course a:active div.icon{ background-image:url(images/co_course_icon_pink.svg); }
#NaviSection02_Menu768 ul li.area a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_area_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.area a:hover  div.icon,
#NaviSection02_Menu768 ul li.area a:active div.icon{ background-image:url(images/co_area_icon_pink.svg); }
#NaviSection02_Menu768 ul li.map a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_map_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu768 ul li.map a:hover  div.icon,
#NaviSection02_Menu768 ul li.map a:active div.icon{ background-image:url(images/co_map_icon_pink.svg); }


#NaviSection02_Menu640{
	display:none;
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}
#NaviSection02_Menu640 ul{
	display:table;
	width:100%;
	height:65px;
	text-align:center;
	margin:0;
	padding:0;
	vertical-align:top;
}
#NaviSection02_Menu640 ul.low{
	width:100%;
	height:66px;
	margin:1px 0 0 0;
}
#NaviSection02_Menu640 ul li.event{
	display:table-cell;
	box-sizing:border-box;
	width:33%;
	height:66px;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu640 ul li.spot{
	display:table-cell;
	box-sizing:border-box;
	width:34%;
	height:66px;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu640 ul li.special{
	display:table-cell;
	box-sizing:border-box;
	width:33%;
	height:66px;
	text-align:center;
}
#NaviSection02_Menu640 ul li.course{
	display:table-cell;
	box-sizing:border-box;
	width:33%;
	height:66px;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu640 ul li.area{
	display:table-cell;
	box-sizing:border-box;
	width:34%;
	height:66px;
	text-align:center;
	border-right:1px solid #ccc;
}
#NaviSection02_Menu640 ul li.map{
	display:table-cell;
	box-sizing:border-box;
	width:33%;
	height:66px;
	text-align:center;
	border-right:none;
}
#NaviSection02_Menu640 ul li a{
	overflow: hidden;
	display:block;
	overflow: hidden;
	width:100%;
	height:100%;
	text-decoration: none;
	background:#2e2e2e;
	margin:0;
	padding:0;
}
#NaviSection02_Menu640 ul li a div.text        { font-size:10px;line-height:12px;color:#fff;padding:0 2px 0; }
#NaviSection02_Menu640 ul li a:link div.text   { color: #fff; text-decoration: none; }
#NaviSection02_Menu640 ul li a:visited div.text{ color: #fff; text-decoration: none; }
#NaviSection02_Menu640 ul li a:hover { background:#686868; }
#NaviSection02_Menu640 ul li a:active { background:#686868; }
#NaviSection02_Menu640 ul li a:hover div.text  { color: #fe8781; text-decoration: none; }
#NaviSection02_Menu640 ul li a:active div.text { color: #fe8781; text-decoration: none; }
#NaviSection02_Menu640 ul li.event a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_event_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.event a:hover  div.icon,
#NaviSection02_Menu640 ul li.event a:active div.icon{ background-image:url(images/co_event_icon_pink.svg); }
#NaviSection02_Menu640 ul li.spot a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_spot_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.spot a:hover  div.icon,
#NaviSection02_Menu640 ul li.spot a:active div.icon{ background-image:url(images/co_spot_icon_pink.svg); }
#NaviSection02_Menu640 ul li.special a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_special_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.special a:hover  div.icon,
#NaviSection02_Menu640 ul li.special a:active div.icon{ background-image:url(images/co_special_icon_pink.svg); }
#NaviSection02_Menu640 ul li.course a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_course_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.course a:hover  div.icon,
#NaviSection02_Menu640 ul li.course a:active div.icon{ background-image:url(images/co_course_icon_pink.svg); }
#NaviSection02_Menu640 ul li.area a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_area_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.area a:hover  div.icon,
#NaviSection02_Menu640 ul li.area a:active div.icon{ background-image:url(images/co_area_icon_pink.svg); }
#NaviSection02_Menu640 ul li.map a div.icon{
	margin:3px auto 0;
	width:36px;
	height:36px;
	background: url(/images/co_map_icon.svg) no-repeat left top;
	background-size:100%;
}
#NaviSection02_Menu640 ul li.map a:hover  div.icon,
#NaviSection02_Menu640 ul li.map a:active div.icon{ background-image:url(images/co_map_icon_pink.svg); }


/*---- contentsSection05 -----------------------*/
#contentsSection05{
	width:100%;
	margin:20px 0 0 0;
	padding:20px;
	text-align:center;
	overflow: hidden;
	background:#f6f3ec;
}
#contentsSection05 div.ulcontena{
	max-width:1100px;
	text-align: center;
	margin:0 auto;
}
#contentsSection05 div.ulcontena a{
	position:relative;
	display:block;
	width:calc( 100% - 40px );
	height:110px;
	text-align:center;
	text-decoration: none;
	border-radius:5px;
	background:#d7141a;
}
#contentsSection05 div.ulcontena a:hover,
#contentsSection05 div.ulcontena a:active{
	background:#fe8781;
}
#contentsSection05 div.ulcontena a p.icon{
	position:absolute;
	left:0px;
	right:0px;
	top:20px;
	margin:0 auto;
	width:40px;
	height:40px;
	background: url(/images/top_to_gmapicon.svg) no-repeat left top;
	background-size:40px,40px;
}
#contentsSection05 div.ulcontena a p.title{
	position:absolute;
	left:0px;
	right:0px;
	bottom:20px;
	font-size:15px;
	line-height:18px;
	color:#fff;
}

#contentsSection05 #geolocation_result{
	color:#f00;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

/*フッター****************************/
#footerSection{
	width:100%;
	margin: 0;
	padding: 0;
}
#footerSection .footerTopM{
	text-align: center;
	background:#f2f2f2;
}
#footerSection .footerTopM ul.footerTop_box{
	clear:both;
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}
#footerSection .footerTopM ul.footerTop_box li{
	display:inline-block;
	padding:8px;
}
#footerSection .footerTopM ul.footerTop_box li a{

}

#footerSection .footerTopM ul.footer_sns{
	width:160px;
	margin:0 auto 15px;
	padding:15px 0;
}
#footerSection .footerTopM ul.footer_sns li{
	float:left;
}
#footerSection .footerTopM ul.footer_sns li.yt{
	margin:4px 0 0 14px;
	width:26px;
	height:19px;
}
#footerSection .footerTopM ul.footer_sns li.yt a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/Logoyoutube.svg);
	background-size:100%;
}

#footerSection .footerTopM ul.footer_sns li.tw{
	margin:2px 0 0 12px;
	width:22px;
	height:22px;
}
#footerSection .footerTopM ul.footer_sns li.tw a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/Logoxlogo.svg);
	background-size:100%;
}
#footerSection .footerTopM ul.footer_sns li.fb{
	margin:2px 0 0 14px;
	width:24px;
	height:24px;
}
#footerSection .footerTopM ul.footer_sns li.fb a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoFacebook.svg);
	background-size:100%;
}
#footerSection .footerTopM ul.footer_sns li.in{
	margin:2px 0 0 0;
	width:26px;
	height:26px;
}
#footerSection .footerTopM ul.footer_sns li.in a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoInstagram.png);
	background-size:100%;
}



/* レスポンシブ用ブレイクポイントごとの記述
480px、768px、992px、1200px
------------------------------------------ */

@media screen and (max-width:1199px) {
	#mainvisual_mobile{
		width: 100%;
		height: 500px;
		background: #000;
		display: table;
		position: relative;
		overflow: hidden;
	}
	
	#mainvisual_mobile #overLayer div#mv_prevbt div{
		position: absolute;
		overflow:hidden;
		top:225px;
		left:40px;
		height:50px;
		width:60px;
	}
	#mainvisual_mobile #overLayer div#mv_prevbt div div{
		position: absolute;
		top:4px;
		left:10px;
		height:40px;
		width:40px;
		border-left:3px solid #fff;
		border-top:3px solid #fff;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
	#mainvisual_mobile #overLayer div#mv_nextbt div{
		position: absolute;
		overflow:hidden;
		top:225px;
		right:40px;
		height:50px;
		width:60px;
	}
	#mainvisual_mobile #overLayer div#mv_nextbt div div{
		position: absolute;
		top:4px;
		right:10px;
		height:40px;
		width:40px;
		border-right:3px solid #fff;
		border-top:3px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	
	#mainvisual_mobile #overLayer div#mainvisual_objiect a{
		position: absolute;
		width:450px;
		height:300px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index:13;
	}
}


@media screen and (max-width: 992px) {
	#mainvisual_mobile{
		width: 100%;
		height: 400px;
	}
	

}

@media screen and (max-width: 768px) {
	#mainvisual_mobile{
		width: 100%;
		height: 300px;
		background: #000;
		display: table;
		position: relative;
		overflow: hidden;
	}
	
	#mainvisual_mobile #overLayer div#mv_prevbt{
		position: absolute;
		top:0;
		left:0;
		width:60px;
		height:100%;
		z-index:12;
		cursor: pointer;
	}
	#mainvisual_mobile #overLayer div#mv_prevbt div{
		position: absolute;
		overflow:hidden;
		top:130px;
		left:20px;
		height:30px;
		width:40px;
	}
	#mainvisual_mobile #overLayer div#mv_prevbt div div{
		position: absolute;
		top:4px;
		left:10px;
		height:20px;
		width:20px;
		border-left:2px solid #fff;
		border-top:2px solid #fff;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
	#mainvisual_mobile #overLayer div#mv_nextbt{
		position: absolute;
		top:0;
		right:0;
		width:60px;
		height:100%;
		z-index:12;
		cursor: pointer;
	}
	#mainvisual_mobile #overLayer div#mv_nextbt div{
		position: absolute;
		overflow:hidden;
		top:130px;
		right:20px;
		height:30px;
		width:40px;
	}
	#mainvisual_mobile #overLayer div#mv_nextbt div div{
		position: absolute;
		top:4px;
		right:10px;
		height:20px;
		width:20px;
		border-right:2px solid #fff;
		border-top:2px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	
	#mainvisual_mobile #overLayer div#mainvisual_objiect a{
		position: absolute;
		width:300px;
		height:200px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index:13;
	}
	
	#mainvisual_mobile #overLayer div.mainvisual_navigation{
		position: absolute;
		width:100%;
		bottom:10px;
		height: 12px;
		text-align: center;
	}
	#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox{
		margin:0 auto;
		position: relative;
	}
	#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul{
		margin:0 20px;
		height:12px;
	}
	#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li{
		background:#fff;
		margin:0 8px 0 0;
		float:left;
		border-radius: 50%;
		height: 12px;
		width: 12px;
		cursor: pointer;
	}
	#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li:last-child{
		margin:0;
	}
	#mainvisual_mobile #overLayer div.mainvisual_navigation div.mainvisual_navibox ul li.selected {
		background:#fe8781;
	}
	
	#NaviSection01_Lang{
		display:block;
	}
	#NaviSection02_Menu768{
		display:block;
	}
}

@media screen and (max-width:640px) {
	#NaviSection02_Menu768{
		display:none;
	}
	#NaviSection02_Menu640{
		display:block;
	}
	

}

@media screen and (max-width: 480px) {
	#mainvisual_mobile{
		width: 100%;
		height: 200px;
		background: #000;
		display: table;
		position: relative;
		overflow: hidden;
	}
	
	#mainvisual_mobile #overLayer div#mv_prevbt{
		position: absolute;
		top:0;
		left:0;
		width:60px;
		height:100%;
		z-index:12;
		cursor: pointer;
	}
	#mainvisual_mobile #overLayer div#mv_prevbt div{
		position: absolute;
		overflow:hidden;
		top:80px;
		left:10px;
		height:30px;
		width:40px;
	}
	#mainvisual_mobile #overLayer div#mv_nextbt{
		position: absolute;
		top:0;
		right:0;
		width:60px;
		height:100%;
		z-index:12;
		cursor: pointer;
	}
	#mainvisual_mobile #overLayer div#mv_nextbt div{
		position: absolute;
		overflow:hidden;
		top:80px;
		right:10px;
		height:30px;
		width:40px;
	}
	
	#mainvisual_mobile #overLayer div#mainvisual_objiect a{
		position: absolute;
		width:180px;
		height:120px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index:13;
	}
	
	#NaviSection01_Lang div.container a{
		font-size:12px;
		line-height:12px;
	}
	

}


@media screen and (max-width: 380px) {

}
