@charset "utf-8";
*{
  box-sizing: border-box;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  color : #ffffff;
  text-align: center;
  padding-top : 15px;
  padding-bottom : 10px;
}
ul.menu li a:hover{
  text-decoration: none;
  color : #ffffff;
  transition: .3s;
}
ul.menu{
  width: 100%;
  display: flex;
}
ul.menu > li{
  width : 20%;
}
ul.menu > li > a{
  border-right : 1px solid #ffffff;
  color : white;
}
ul.menu > li > ul{
  display: none;
}
ul.menu li:hover a + ul{
  display: block;
  z-index : 999999;
}
ul.menu > li > ul > li > a{
  width: 100%;
  background-color : rgba(86, 143, 130, 0.9);
  border-top: 1px solid #fff;
  z-index : 999999;
  color : white;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
#introduction{
  padding-top : 100px;
  margin-top : -100px;
}
#news{
  padding-top : 100px;
  margin-top : -100px;
}
#schedule{
  padding-top : 100px;
  margin-top : -100px;
}
#cast{
  padding-top : 100px;
  margin-top : -100px;
}
#staff{
  padding-top : 100px;
  margin-top : -100px;
}
#comment{
  padding-top : 100px;
  margin-top : -100px;
}
#osaka{
  padding-top : 100px;
  margin-top : -100px;
}
#tokyo{
  padding-top : 100px;
  margin-top : -100px;
}
#pre{
  padding-top : 100px;
  margin-top : -100px;
}
#flyer{
  padding-top : 100px;
  margin-top : -100px;
}
#guidance{
  padding-top : 100px;
  margin-top : -100px;
}
#guidance1{
  padding-top : 100px;
  margin-top : -100px;
}
#guidance2{
  padding-top : 100px;
  margin-top : -100px;
}
#guidance3{
  padding-top : 100px;
  margin-top : -100px;
}
a:link.white{
  color : #ffffff;
  font-weight : bold;
}
a:visited.white{
  color : #ffffff;
  font-weight : bold;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size : 100%;
}
#page-top a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 50px;
  padding: 0px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover{
  text-decoration: none;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
}
header{
  background-color : rgba(86, 143, 130, 0.6);
  width : 100%;
  height : 90px;
  position : fixed;
  top : 0px;
  z-index : 98;
}
.imglogo{
  width : 50px;
  height : 49px;
  position : fixed;
  top : 20px;
  left : 20px;
  z-index : 100;
}
.div_menu{
  width : 90%;
  height : 50px;
  position : fixed;
  top : 20px;
  right : 0px;
  z-index : 99;
  -webkit-text-size-adjust : 100%;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -o-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

