@charset "utf-8";
#introduction{
  padding-top: 90px;
  margin-top: -90px;
}
#schedule{
  padding-top: 90px;
  margin-top: -90px;
}
#news{
  padding-top: 90px;
  margin-top: -90px;
}
#goods{
  padding-top: 90px;
  margin-top: -90px;
}
#ticket{
  padding-top: 90px;
  margin-top: -90px;
}
#about{
  padding-top: 90px;
  margin-top: -90px;
}
#highlight{
  padding-top: 90px;
  margin-top: -90px;
}
#ambassador{
  padding-top: 90px;
  margin-top: -90px;
}
#guidance{
  padding-top: 90px;
  margin-top: -90px;
}
*{
  box-sizing: border-box;
}
header{
  background-image : url(../img_menu/menuback2.png);
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  top: 0px;
  z-index : 9998;
  height : 90px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : white;
  background-position : center bottom;
  background-color : #008040;
}
.imglogo{
  height : 70px;
  position : fixed;
  top : 10px;
  left : 20px;
  z-index : 10000;
}
.div_menu{
  width : 85%;
  height : 50px;
  position : fixed;
  top : 20px;
  right : 15px;
  z-index : 9999;
  font-size : 17px;
  -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;
  font-weight : bold;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  text-align: center;
  padding-top : 11px;
  padding-bottom : 10px;
  font-weight : normal;
}
ul.menu li a:hover{
  text-decoration: none;
  transition: .3s;
  color : #ff8040;
  font-weight : normal;
}
ul.menu{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
ul.menu > li{
  margin: 0 18px;
}
ul.menu > li > a{
  border : 0px solid #d8d7a6;
  color : white;
  font-weight : normal;
}
ul.menu > li > ul{
  display: none;
  padding-top: 10px;
}
ul.menu li:hover a + ul{
  position: absolute;
  display: block;
  z-index : 9999;
}
ul.menu > li > ul > li > a{
  width: 100%;
  background-color : rgba(0, 0, 0, 0.7);
  border-top: 1px solid #D8D7A6;
  z-index : 9999;
  color : white;
  font-size : 14px;
  padding: 15px 25px;
  font-weight : normal;
}
ul li.coming{
  display: block;
  text-align: center;
  padding-top : 11px;
  padding-bottom : 10px;
  color : #D2CFCF;
}
a:link.white{
  color : #ffffff;
}
a:visited.white{
  color : #ffffff;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size : 100%;
  z-index : 11;
}
#bnr1{
  position: fixed;
  bottom: 20px;
  z-index : 11;
  left : 20px;
  width : 240px;
  height : 129px;
}
#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;
}
