



/*

div.hoverBtn {
    width:200px; 
	position: relative;
	float: left;
	background:black url(../images/button_back_02.png) repeat-x 0 0 scroll;
		
}

*/



@media screen and (max-width: 480px) {



 div.hoverBtn {
 		background:#333;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;

}

}


div.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	color:#babf8d;
	font-weight:600;
	background:	transparent none repeat-x 0 0 scroll;
}




/*

div.hoverBtn a:hover{
	background:	white url(../images/navHover.png) repeat-x 0 0 scroll;
	

}

div.hoverBtn div{
	display:none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background:	white url(../images/navHover.png) repeat-x 0 0 scroll;
	
}


*/


@media screen and (max-width: 480px) {

	div.hoverBtn a:hover {
			background:#ecedc9 0 0 scroll;
			  filter:alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
	}

	div.hoverBtn div{
			background:#ecedc9 0 0 scroll;
	
}

}


h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
p {
	padding-top:	10px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }




#menu{
	  width: 100%;
	  max-width: 1000px;
	  margin: 0 auto;
	  padding: 0;
	 
}

#menu li{
	  max-width:20%;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0; 
	  overflow: hidden;
}

#menu li img{
		border: none; 
		max-width: 100% ;
		height: auto ;	
}

#menu li a{

  display: block;

  padding:0;

  background: transparent none repeat-x 0 0 scroll;

  color:#fff;

  text-align: center;

  text-decoration: none;

  position: relative;
	
　z-index: 2;
}




#menu li a:hover{

	background:	white url(../images/navHover.png) repeat-x 0 0 scroll;
	
}







@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

/*

  #menu{
    	display: block;
	position:absolute;
	z-index:2;
	
  }

  #menu li{
    	max-width:100%;
	height:30px;
	float:none;

  }
  
  #menu li img {
  		display:none;
	}
	
  #menu li a{
  	    font-size:11px;
		left:2px;
  
  }
  
  #menu li a:hover{
	background:#ecedc9 0 0 scroll;
	
}


*/




}



/* スマホだけに適用するCSS */
@media screen and (max-width:768px){



#right_contents {

	width:100%;
	height:auto;
	min-height:100%;
	margin:0;
	background:#281503;
	box-shadow:0 2px 9px #fff;
	clear:both;

}


#left_box {
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	clear:both;
}




.hoverBtn a img{
 	display:none;
}



nav ul {
	display:block;

}


#menu li{
	  max-width:100%;
	  display: block;
	  flex-direction: column;
	  padding: 0; 
	  overflow: hidden;
}


#menu li a:hover{

	background:none;
	
}


div.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	width: 500px;
	height: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	color:#babf8d;
	font-weight:400;

}





/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  display: none;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}


.cast {
	max-width:220px;
	height:auto;
	margin:0;
	padding:0 0.2em;
	flex-direction: row;
}


.staff {
	flex-direction: column;

}


.right-box {
	display:block;
}








}