/* 
MA5 jquery mobile menu component 
v2.1.0 
GitHub: https://github.com/ma-5/ 
*/
@-webkit-keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@-ms-keyframes ma5-panelIn {
  /* line 28, stdin */
  0% {
    -ms-transform: translate3d(280px, 0, 0); }
  /* line 31, stdin */
  100% {
    -ms-transform: translate3d(0, 0, 0); } }

@keyframes ma5-panelIn {
  0% {
    transform: translate3d(280px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(280px, 0, 0); } }

@-ms-keyframes ma5-panelOut {
  /* line 52, stdin */
  0% {
    -ms-transform: translate3d(0, 0, 0); }
  /* line 55, stdin */
  100% {
    -ms-transform: translate3d(280px, 0, 0); } }

@keyframes ma5-panelOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(280px, 0, 0); } }

@media (max-width: 767px) {
  /* line 68, stdin */
  .ma5-menu-mobile > ul {
    display: none; } }

/* line 75, stdin */
.ma5-toggle-menu {
  cursor: pointer; 

  }
  

  
  /* line 78, stdin */
  .ma5-toggle-menu .glyphicon {
    font-size: 18px;
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }

/* line 85, stdin */
.ma5-mobile-menu-container {
  -webkit-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out 0s;
  -ms-transition: -webkit-transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
  position: fixed;
  background-color: #000;
  width: 280px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 200;
  line-height: 1.375; }

/* line 101, stdin */
.ma5-page {
  -webkit-transition: -webkit-transform 0.2s ease-out 0s;
  -ms-transition: -webkit-transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
  overflow: hidden; }

/* line 107, stdin */
.ma5-menu-active {
  overflow: hidden;
  height: 100%; }
  /* line 113, stdin */
  .ma5-menu-active.ma5-menu-swipe .ma5-mobile-menu-container {
    top: 0;
    margin-top: 0;
    overflow: visible; }
  /* line 119, stdin */
  .ma5-menu-active > body {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%; }
  /* line 124, stdin */
  .ma5-menu-active .ma5-page {
    margin-right: -16.8px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    -ms-transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s; }
    @media (max-width: 767px) {
      /* line 124, stdin */
      .ma5-menu-active .ma5-page {
        height: 100%;
        overflow: hidden; } }
  /* line 138, stdin */
  .ma5-menu-active .ma5-mobile-menu-container {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    -ms-transition: -ms-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s; }

/* line 148, stdin */
.ma5-menu-active .ma5-mobile-menu-container {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in 0s;
  -ms-transition: -webkit-transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s; }

/* line 156, stdin */
.ma5-menu-active .ma5-page {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in 0s;
  -ms-transition: -webkit-transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s; }

/* line 164, stdin */
.ma5-menu-panel {
  width: 280px;
  height: 80%;
  height: calc(100% - 50px);
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 50px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
  background-color: #000;
  -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05) inset; }

/* line 182, stdin */
.ma5-menu-panel:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000; }

/* line 192, stdin */
.ma5-menu-panel li {
  position: relative;
  margin-bottom: -1px;
  font-size: 0; }
  
  .ma5-menu-panel li.about {
  background:#1b3228; }
  

/* line 198, stdin */
.ma5-menu-panel li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #222;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 211, stdin */
.ma5-menu-panel a {
  display: inline-block;
  padding: 15px;
  text-decoration: none !important;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  outline: none !important; }
  
    
  .ma5-menu-panel li:hover {
	  padding-right: 0px;

 }
  
  .ma5-menu-panel li a:hover {

 }

/* line 223, stdin */
.ma5-menu-panel .ma5-btn-leave {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  padding: 15px 15px 14px 15px;
  width: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  text-align: right;
  color: #888; 
    background-color:transparent;
	  background:none;}
  
  
  .ma5-btn-menuclose {
 position: absolute;
  right: 0!important;
  top: 0;
  color: #888!important;
     background-color:transparent;
	  background:none;
	  width:90px;
	  height: 50px;
	  text-align: right;
	  padding: 13px 13px 0 0;
   }
  
.ma5-btn-menuclose a {
	   background-color:transparent;
	  background:none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width:50px;
  overflow: hidden;
  right: 0!important;
  top: 0;
  color: #888!important;
   }
  
.ma5-btn-menuclose a:hover {
  color: #888!important;
  background:none!important;
 }
 
.ma5-btn-menuclose:hover {
  color: #888!important;
  background:none!important;
  cursor:pointer;
 }
  
.ma5-menu-panel .ma5-btn-enter {
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	padding: 10px 16px 20px 0px;
	width: 264px;
	overflow: hidden;
	right: 0;
	top: 0;
	text-align: right;
	color: #fff;
	background:transparent;
}


.ma5-menu-panel .ma5-btn-enter:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  top: 0;
  background-color: #222;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  
  .ma5-menu-panel .ma5-btn-enter.koushikimode {
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	padding: 10px 16px 20px 0px;
	width: 264px;
	overflow: hidden;
	right: 0;
	bottom: 0px!important;
	top: auto;
	text-align: right;
	color: #fff;
	background:transparent;
}



/*2階層目の矢印に上マージンをつける（追加）*/
.menu2 li .ma5-btn-enter {
	border-top: solid 1px #000000;
}
/*ここまで*/

/* line 237, stdin */
.ma5-menu-panel .ma5-btn-enter .glyphicon, .ma5-menu-panel .ma5-btn-leave .glyphicon {
  top: 2px; }

/* line 240, stdin */
.ma5-menu-panel .ma5-btn-enter {
  z-index: 0;
  
right: auto;
  right: 0; }

/* line 245, stdin */
.ma5-menu-panel .ma5-leave-bar {
  font-size: 14px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 15px 20px 15px 60px;
  margin-right: 0px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ma5-menu-panel .ma5-leave-bar:hover {
  margin-right: 0px;
}

/* line 259, stdin */
.ma5-menu-panel .ma5-leave-bar:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #222; }

/* line 269, stdin */
.ma5-menu-panel:first-of-type {
  z-index: 160; }

/* line 272, stdin */
.ma5-menu-panel.ma5-active-ul {
  z-index: 170; }

/* line 275, stdin */
.ma5-menu-panel .ma5-active-li a, .ma5-menu-panel .ma5-path-to-active {
  color: #fff; }

/* line 278, stdin */
.ma5-menu-panel.ma5-parent-leave, .ma5-menu-panel.ma5-parent-enter {
  z-index: 180; }

/* line 281, stdin */
.ma5-menu-panel.ma5-active-leave, .ma5-menu-panel.ma5-active-enter {
  z-index: 190; }

/* line 284, stdin */
.ma5-menu-panel.ma5-active-enter {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: ma5-panelIn;
  animation-timing-function: ease-out;
  animation-duration: 0.2s;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-name: ma5-panelIn; }

/* line 296, stdin */
.ma5-menu-panel.ma5-active-leave {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: ma5-panelOut;
  animation-timing-function: ease-out;
  animation-duration: 0.2s;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-name: ma5-panelOut; }

/* line 308, stdin */
.ma5-close-bar {
  padding: 7px 5px;
  border-bottom: 1px solid #000;
  height: 50px;
  text-align: center;
  background-color: #000;
  border-bottom:solid 1px #333!important; }
  /* line 315, stdin */
  .ma5-close-bar .ma5-toggle-menu {
    position: static;
    display: inline-block !important; }

/* line 320, stdin */
.ma5-toggle-menu {
  position: absolute;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 101;
 }
 
 .ma5-toggle-menu img {
	width: 80px!important;
    height: 80px!important;
 }
 
 #nav-toggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 101;
}
 
 .ma5-menu-text{
	display:block; 
	float:right;
	padding-top:4px;
	padding-left:2px;
	font-size:11px;
	 
 }

/* line 328, stdin */
.ma5-menu-overflow {
  overflow-x: hidden !important; }

@media (max-width: 767px) {
  /* line 331, stdin */
  .ma5-hidden-phone {
    display: none; } }



@media (min-width: 768px) {
  /* line 342, stdin */
  .ma5-toggle-menu {
    display: none; }
  /* line 345, stdin */
  .ma5-menu-active {
    overflow: visible; }
  /* line 348, stdin */
  .ma5-menu-active body {
    overflow: visible; }
  /* line 351, stdin */
  .ma5-menu-active .ma5-page {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  /* line 356, stdin */
  .ma5-menu-active .ma5-mobile-menu-container {
    -webkit-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); } }


