/* ------ DEFAULTS ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,/* tr, th, td*/,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
/*footer, header*/, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0 !important;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	display: inline-block;
}

/* ------ GLOBAL ------ */

body {
	height: 100%;
}

section{
	min-height: 100%;	
}

.caps{
	text-transform: uppercase;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hidden{
	visibility: hidden;
}

.trans{
	opacity: 0;
}

.break{
	width: 100%;
	height: 0;
	margin: 0;
}

.wf{
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.ns{
	-webkit-user-select: none;
	-moz-user-select: none;
  	user-select: none;
}

.just{
	text-align: justify;
}

.just::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.anim150{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.anim250{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


@media (max-width: 700px){
	header h1.ib{
		display: none;
	}
}

@media (max-width: 500px){
	header .wrapper{
		padding: 0 15px !important;
	}
}


/* ------ DEMO #2. NATIONAL PARKS ------ */



.wrapper{
	margin: 0 auto;
	max-width: 100%;
	min-height: 600px;
	background-color:#fff;
	box-shadow:0px 0px 10px #ddd;
}


#Sandan{
	margin-bottom: 30px;
	margin-left: 70px;
}
/* CONTROLS STYLES */

.controls{
	padding: 20px 0;
	margin: 0 auto;
}

.group{
	display: inline;
	margin: 0 auto;
}

.menu_sp{
	display: block;
	vertical-align: middle;
	color: #333;
	text-transform: uppercase;
	margin: 0 auto;
	letter-spacing: 2px;
	background: #fff;
	width: 950px;
	padding: 10px 5px;
}
.menu_sp ul{
	position: relative;
	opacity: 1;
	padding: 10px 0;
	text-align: left;
	overflow:hidden;
	width: auto;
	margin: 10px auto;
}

.menu_sp li{
	display: inline;
	text-transform: none;
	color: #808080;
	line-height: -1em;
	letter-spacing: 0;
	margin:10px 0;
	padding: 0px 10px;
	border-radius:2px;

	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms;
	border:2px solid #aaa;
		cursor: pointer;
		background: rgb(255,255,255); /* Old browsers */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

		
}

.spo li.active{
	color: #fff;
	background: #F8B62D;
	font-weight: 400;
	text-shadow: 1px 1px 1px #444;
	marginｰright:20px;
}
.gen li.active{
	color: #fff;
	background: #F8B62D
	font-weight: 400;
	text-shadow: 1px 1px 1px #444;	
}
.sylla li.active{
	color: #fff;
	background: #F8B62D;
	font-weight: 400;
	text-shadow: 1px 1px 1px #444;	
}

.button_soto{
	/*border:3px solid #FFE200;*/
	width: 5em;
	padding: 5px 15px;
	background-color: #F8B62D;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	margin: 5px 20px 0px 0;
	text-align: center;
	float:left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button_naka{
	/*border:3px solid #009FDE;*/
	width: 5em;
	padding: 5px 15px;
	background-color: #F8B62D;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	margin: 5px 20px 5px 0;
	text-align: center;
	float:left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button_mogi{
	/*border:3px solid #EB6112;*/
	width: 5em;
	padding: 5px 15px;
	background-color: #F8B62D;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	margin: 15px 20px 5px 0;
	text-align: center;
	float:left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* FAIL ELEMENT */

#Sandan{
	position: relative;
}

.fail_element{
	position: absolute;
	opacity: 0;
	top: -20px;
	font-size:150%;
	text-align: center;
	width: 100%;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 auto;
}

.fail .fail_element{
	opacity: 1;
}

#Sandan.list .mix{
	display: none;
	opacity: 0;
	padding: 0;
	background: #fff;
	vertical-align: top;
	font-weight: 300;
}
.mix img{
	padding: 3px 0;
}

.event{
	width:100%;
	margin: 0 auto;
	background-color: #fff;
}
.event table{
	margin-left:10px;
	margin-right:-10px;
}
.event dt{
	margin: 3px;
}

.event img{
	height: 25px;
	margin: 0 5px 0 0;
}
/*.event li{
	min-height:670px;
	display: inline-block;
	float: left;
	width:32%;
}*/
.event li{
	min-height:460px;
	display: inline-block;
	float: left;
	width:47%;
}

.event span{
	width: 100%;
	margin-bottom: 10px;
	font-weight:bold;
	display: block;
	font-size: 16px;
	border-bottom: 2px dashed #F8B62D;
}
.event2{
	width:100%;
	margin: 0 auto;
	background-color: #fff;
}
.event2 table{
	margin-left:10px;
	margin-right:-10px;
}
.event2 dt{
	margin: 3px;
}

.event2 img{
	height: 25px;
	margin: 0 5px 0 0;
}
/*.event2 li{
min-height:670px;
display: inline-block;
float: left;
width:32%;
}*/
.event2 li{
	min-height:430px;
	display: inline-block;
	float: left;
	width:47%;
}

.event2 span{
	width: 100%;
	margin-bottom: 10px;
	font-weight:bold;
	display: block;
	font-size: 16px;
	border-bottom: 2px dashed #F8B62D;
}
.eventime{
	width:100%;
	margin: 0 auto;
	background-color: #fff;
}
.eventime dl{
	margin-left:0px;
	margin-right:10px;
}
.eventime dt{
	margin: 3px;
}
.event li table tbody tr td img{
	height: 30px;
	width: auto;
	margin: 0 6px 0 4px;
	vertical-align: middle;
}
.eventime li{
		width:100%;
}

.eventime span{
	font-weight:bold;
	display: block;
}
/*屋内*/
.naka table{
	width: 480px;
	height: 430px;
}
.naka tbody{
	width: 100%;
	height: 450px;
}
.naka .kikaku{
	margin: 0;
	padding:0;
	height: 52px;
	background-color: #F8B62D;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}
.naka tr{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 2px solid #F8B62D;
}
.naka td{
	margin: 0;
	padding: 0 1em 0 1.5em;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.naka table .junle{
	width: 20%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.naka table .party{
	width: 20%;
	margin: 0;
	padding:0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.naka table .date{
	width: 20%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.naka table .place{
	width: 20%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.naka table .naiyou{
	width: 20%;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: none;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.naka .kyatti{
	margin: 0;
	padding: 10px 1em 0 1.5em;
	vertical-align: top;
	border-bottom: none;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}
/*屋外*/
.soto table{
	width: 480px;
	height: 430px;
	border-top: 2px solid #F8B62D;
	border-left: none;
}
.soto .kikaku{
	margin: 0;
	padding:0;
	height: 52px;
	background-color: #F8B62D;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}
.soto tr{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #F8B62D;
}
.soto td{
	margin: 0;
	padding: 0 1em 0 1.5em;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.soto table .junle{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.soto table .party{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding:0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.soto table .date{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.soto table .place{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.soto table .naiyou{
	width: 20%;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: none;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.soto .kyatti{
	margin: 0;
	padding: 10px 1em 0 1.5em;
	vertical-align: top;
	border-bottom: none;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}
/*屋外*/
.mogi table{
	width: 480px;
	height: 400px;
}
.mogi .kikaku{
	margin: 0;
	padding:0;
	height: 52px;
	background-color: #F8B62D;
	border-bottom: 2px solid #fff; 
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}
.mogi tr{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #F8B62D;
}
.mogi td{
	margin: 0;
	padding: 0 1em 0 1.5em;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.mogi table .party{
	width: 20%;
	height: 50px !important;
	margin: 0;
	padding:0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mogi table .mplace{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mogi table .mjunle{
	width: 20%;
	height: 45px !important;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mogi table .naiyou{
	width: 20%;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background-color: rgba(248,182,45,0.8);
	border-bottom: none;
	font-weight: 700;
	font-size: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mogi .kyatti{
	margin: 0;
	padding: 10px 1em 0 1.5em;
	vertical-align: top;
	border-bottom: none;
	background-color: rgba(255,242,63,0.2);
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}
/*according*/
section h1,
nav dt {
	background-color: #F8B62D;
	border-bottom: solid 1px #F8B62D;
    margin-bottom: 1px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
}
 
section h1:before,
nav dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 52%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
section h1:after,
nav dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 53%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
	background: #F8B62D;
}
 
section h1.active:before,
nav dt.active:before {
  margin-top: -2px;
}
 
section h1.active:after,
nav dt.active:after {
  margin-top: 3px;
}
 
section li,
nav dd {
    background-color: #fff;
    padding: 8px 0 8px 24px;
}
.button_tizu,.button_tizu a{
	width: 6em;
	padding: 0 15px 5px 5px;
	background-color: #fff;
	color: #F8B62D;
	margin: 0 20px 5px 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	float:left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.button_tizu2 a{
	width: 6em;
	padding: 5px 10px;
	background-color: #fff;
	color: #F8B62D;
	margin: 5px 20px 5px 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	float:left;
	font-weight: bold;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.article h3{
	font-size: 18px;
	font-weight: normal;
	color: #F8B62D;
	width: 1120px;
	margin-bottom: 15px;
	padding-left: 12px;
	padding-top: 12px;
	background-color: #F9FDFB;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F8B62D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6F1E3;
	padding-bottom: 9px;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}
.hako h3{
	font-size: 18px;
	font-weight: normal;
	color: #F8B62D;
	width: 1120px;
	margin-bottom: 15px;
	padding-left: 12px;
	padding-top: 12px;
	background-color: #F9FDFB;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F8B62D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6F1E3;
	padding-bottom: 9px;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}