/* ------ 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;
}

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;
}


#Sandan{
	margin-bottom: 30px;
}
/* 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 #444;
	color: #fff;
	margin: 0px 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 #444;
	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 #444;
	color: #fff;
	margin: 5px 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: 15px;
	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:500px;
	display: inline-block;
	float: left;
	width:48%;
}

.event span{
	font-weight:bold;
	display: block;
	font-size: 18px;

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

.eventime img{
	height: 30px;
	margin: 0 3px 0 7px;
}
.eventime li{
		width:100%;
}

.eventime span{
	font-weight:bold;
	display: block;
}
/*屋内*/

/*according*/
section h1,
nav dt {
    background-color: #00a29a;
    border-bottom: solid 1px #00a29a;
    margin-bottom: 1px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    text-shadow: 1px 1px 1px #444;
    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: #00a29a;
}
 
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: 7em;
	padding: 5px 15px;
	background-color: #fff;
	color: #00a29a;
	margin: 5px 20px 5px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #444;
	float:right;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #444;
}
.button_tizu2 a{
	width: 6em;
	padding: 5px 10px;
	background-color: #fff;
	color: #00a29a;
	margin: 5px 20px 5px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #444;
	float:left;
	font-weight: bold;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #444;
}