@charset "utf-8";

@media only screen and (max-width: 480px) {
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index:5100;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 28px;
  float:left;
  margin:18px 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#menu01 span:nth-of-type(1) {
  -webkit-animation: menu01-bar01 .75s forwards;
  animation: menu01-bar01 .75s forwards;
}
@-webkit-keyframes menu01-bar01 {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu01 span:nth-of-type(3) {
  -webkit-animation: menu01-bar03 .75s forwards;
  animation: menu01-bar03 .75s forwards;
}
@-webkit-keyframes menu01-bar03 {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar03 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01.active span:nth-of-type(1) {
  -webkit-animation: active-menu01-bar01 .75s forwards;
  animation: active-menu01-bar01 .75s forwards;
}
@-webkit-keyframes active-menu01-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
}
@keyframes active-menu01-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(13px) rotate(45deg);
  }
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  -webkit-animation: active-menu01-bar03 .75s forwards;
  animation: active-menu01-bar03 .75s forwards;
}
@-webkit-keyframes active-menu01-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
}
@keyframes active-menu01-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}

.slide_menu {
	width :100%;
	height :auto;
	background: url(../img/menu_bg.png) repeat;
	position: absolute;
	padding-top:64px;
	left:-100%;
	top: 0;
	z-index:5000;
	/*-webkit-transition: right 0.4s;
	transition: right 0.4s;*/
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	padding:0;
	font-size:2.0rem;
	line-height:0;
}
.menu_list li{border-bottom:1px dashed #666; text-align:center;}
.menu_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding:26px 10px ;
	position: relative;
	text-decoration: none;
	z-index:100;
}

.menu_list li a {
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /*Vertical middle Safari */
align-items: center; /* Vertical middle */
-webkit-justify-content: center; /*side middle Safari */
justify-content: center; /*side middle*/
}
/*.menu_list li a:hover{background:#226630;}*/	

}

@media only screen and (min-width: 481px) and (max-width: 980px){
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index:5100;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 28px;
  float:left;
  margin:18px 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#menu01 span:nth-of-type(1) {
  -webkit-animation: menu01-bar01 .75s forwards;
  animation: menu01-bar01 .75s forwards;
}
@-webkit-keyframes menu01-bar01 {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu01 span:nth-of-type(3) {
  -webkit-animation: menu01-bar03 .75s forwards;
  animation: menu01-bar03 .75s forwards;
}
@-webkit-keyframes menu01-bar03 {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar03 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01.active span:nth-of-type(1) {
  -webkit-animation: active-menu01-bar01 .75s forwards;
  animation: active-menu01-bar01 .75s forwards;
}
@-webkit-keyframes active-menu01-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
}
@keyframes active-menu01-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(13px) rotate(45deg);
  }
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  -webkit-animation: active-menu01-bar03 .75s forwards;
  animation: active-menu01-bar03 .75s forwards;
}
@-webkit-keyframes active-menu01-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
}
@keyframes active-menu01-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}

.slide_menu {
	width :100%;
	height :auto;
	background: url(../img/menu_bg.png) repeat;
	position: absolute;
	padding-top:64px;
	left:-100%;
	top: 0;
	z-index:5000;
	/*-webkit-transition: right 0.4s;
	transition: right 0.4s;*/
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	padding:0;
	font-size:1.8rem;
	line-height:0;
}
.menu_list li{border-bottom:1px dashed #666; text-align:center;}
.menu_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding:26px 10px ;
	position: relative;
	text-decoration: none;
	z-index:100;
}

.menu_list li a {
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /*Vertical middle Safari */
align-items: center; /* Vertical middle */
-webkit-justify-content: center; /*side middle Safari */
justify-content: center; /*side middle*/
}
/*.menu_list li a:hover{background:#226630;}*/	
}


@media only screen and (min-width: 981px) {
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index:5100;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 28px;
  float:left;
  margin:7px 5px 5px 5px;
  top:0;
  left:0;
  right:0;
  bottom:0;


}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#menu01 span:nth-of-type(1) {
  -webkit-animation: menu01-bar01 .75s forwards;
  animation: menu01-bar01 .75s forwards;
}
@-webkit-keyframes menu01-bar01 {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu01 span:nth-of-type(3) {
  -webkit-animation: menu01-bar03 .75s forwards;
  animation: menu01-bar03 .75s forwards;
}
@-webkit-keyframes menu01-bar03 {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu01-bar03 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu01.active span:nth-of-type(1) {
  -webkit-animation: active-menu01-bar01 .75s forwards;
  animation: active-menu01-bar01 .75s forwards;
}
@-webkit-keyframes active-menu01-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
}
@keyframes active-menu01-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(13px) rotate(45deg);
  }
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  -webkit-animation: active-menu01-bar03 .75s forwards;
  animation: active-menu01-bar03 .75s forwards;
}
@-webkit-keyframes active-menu01-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
}
@keyframes active-menu01-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}

.slide_menu {
	width :300px;
	height :auto;
	background: url(../img/menu_bg.png) repeat;
	position: absolute;
	padding-top:80px;
	left:-100%;
	top: 0;
	z-index:5000;
	/*-webkit-transition: right 0.4s;
	transition: right 0.4s;*/
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	padding:0;
	font-size:1.6rem;
	line-height:0;
}
.menu_list li{border-bottom:1px dashed #666; text-align:center;}
.menu_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding:20px 10px ;
	position: relative;
	text-decoration: none;
	z-index:100;
}

.menu_list li a {
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /*Vertical middle Safari */
align-items: center; /* Vertical middle */
-webkit-justify-content: center; /*side middle Safari */
justify-content: center; /*side middle*/
}
/*.menu_list li a:hover{background:#226630;}*/	
}



