@charset "utf-8";
/*////////////// drawerMenuCSS Document //////////////*/
.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
  background: #e6bd02;
}
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  background: #286a6d;
  border: solid 2px #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  border-radius: 5px;
  width: 48px;
  height: 48px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  background: none;
  box-shadow: none;
  border: none;
  width: 50px;
  height: 50px;
}
.menu-trigger.active span {
  background: #fff;
}
@media screen and (min-width: 310px) { 
.menu-trigger{
    position: fixed !important;
    width: 50px;
    height: 50px;
    z-index: 101;
    top: 2%;
    right: 2%;
    display:none;
}
.menu-trigger.active {
  top: 17px;
  left: 84%;
}
@media screen and (min-width: 350px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 25px;
  left: 86%;
}
}
@media screen and (min-width: 365px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 25px;
  left: 86%;
}
}
@media screen and (min-width: 400px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 25px;
  left: 87%;
}
}
@media screen and (min-width: 450px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 35px;
  left: 89%;
}
}
@media screen and (min-width: 550px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 60px;
  left: 90%;
}
}
@media screen and (min-width: 667px) {
.menu-trigger{
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 101;
  top: 2%;
  right: 2%;
  display:none;
}
.menu-trigger.active {
  top: 70px;
  left: 90%;
}
.menu-trigger.active span {
  width: 40px;
}
}
.menu-trigger span{
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 5px;
}
.menu-trigger span:nth-of-type(2){
  top: 11px;
}
.menu-trigger span:nth-of-type(3){
  top: 18px;
}
.menu-trigger span.txt {
  background: none;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  font-size: 68%;
  bottom: 1rem;
  color: #fff;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
    top: 23px;
}
.menu-trigger.active span.txt {
    display: none;
}
.g-nav{
  display: none;
  position: fixed !important;
  top: 64px;
  width: 100%;
  height: auto;
  z-index: 100;
}
.g-nav .list{
  padding: 0 20px;
}
.g-nav .list .item {
  border-bottom: 1px solid #CCC;
}
.g-nav .list .item:last-child {
  border-bottom: none;
}

.g-nav .list .item a{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #00254E;
  padding: 15px 0 15px 5px;
}
.g-nav .item2{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #00254e;
  padding: 15px 0 15px 5px;
  font-weight: bolder;
  font-size: 1.4rem;
  background-color: #FFF;
  border-left: 10px solid #9C9ABF;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC; 
}
.menu-trigger2 {
  background-color: #6a696b;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 3%;
  margin: 8% 15% 5%;
  font-size: 100%;
  font-weight: bold;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 0 #9f891c;
  box-shadow: 0 3px 0 #c6c3b7;
}
#headerArea {
	margin: -50px 0 0;
}
