/* General styles for all menus */
.cbp-spmenu {
	background: #000f;
	position: fixed;
    overflow-x:scroll;
    text-indent:1em;
}
h4{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Osaka","Arial","Helvetica","sans-serif";
    color: #fff;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	font-weight: 300;
    text-indent:-0.2em;
}
.lightblue {
	
	background: #7db9ff;
    
}

.beige {
	
	background: #958761;
    
}

.brown {
	
	background: #c17d55;
    
}

.green {
	
	background: #5a795b;
    
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 0.9em;
	font-weight: 300;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Osaka","Arial","Helvetica","sans-serif";
    text-decoration:none;
    padding:1em 0.5em;
}
/* 
.cbp-spmenu a:hover {
	background: #ccc;
    text-decoration:none;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
*/
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 360px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #fff;
	padding: 0.5em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -360px;
}

.cbp-spmenu-right {
	right: -360px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}


#menu {
    position:relative;
    z-index: 300;
    background-color: #000;
    color: #fff;
}
 
#menu {
  top: 0;
  left: 100vw; /* あらかじめ画面外へ移動しておく */
  width: 100vw;
  height: 100vh;
  text-align: center;
}
 
#menu ul {
  font-size: 0.8em;
  color: #F4BA14;
}
 
#menu ul li span {
  display: block;
  padding: 1em 0;
  cursor: pointer;
}
 
#menu .show-menu {
    position:fixed;
    z-index: 350;
    top: 10px;
    left: 400px;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 50px;
    height:50px;
    background-color:#000;
    color: #fff;
    cursor: pointer;
}
 
#menu .show-menu:before {
    content:url('../images/mk_sideopen.png');
}
 
#menu.SHOW .show-menu:before {
    content:url('../images/mk_sideclose.png');
}
 
#menu .inner {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
li{
	list-style:none;
	list-style-type:none;
	}
#menu a{
	color:#fff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Osaka","Arial","Helvetica","sans-serif";
	line-height:230%;
	}

#showLeft02{
    background-image:url('../images/mk_sideclose.png');
    background-repeat:no-repeat;
    height:22px;
    padding-left:200px;
}
.inmenu{
    background-color:#fff;
}

#showLeft{
    background-image:url('../images/mk_sideopen.png');
    background-repeat:no-repeat;
    height:22px;
    position:fixed;
    right:1em;
    z-index:999;
}

/* 
.menuopener{
    border: 0px;
    width:45px;
    height:45px;
    background: url('../images/menu.gif') right top no-repeat;
    float:right;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Osaka","Arial","Helvetica","sans-serif";
	color:#fff;
    padding-top:25px;
    text-align:center;
    font-size:5pt;
}

.menuopener:hover{
	cursor: pointer;
}


.menuopener,
.menuopener span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
    float:right;
}
.menuopener {
  position: relative;
  width: 30px;
  height: 23px;
  
}
.menuopener span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color:#999;
    border-radius: 4px;
}
.menuopener span:nth-of-type(1) {
  top: 0;
}
.menuopener span:nth-of-type(2) {
  top: 10px;
}
.menuopener span:nth-of-type(3) {
  bottom: 0;
}

.menuopener.active span:nth-of-type(1) {
  content:url('../images/mk_sideclose.png');
}
.menuopener.active span:nth-of-type(2) {
  opacity: 0;
}
.menuopener.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.menuopener02,
.menuopener02 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  float:right;
    margin-right:5px;
}
.menuopener02 {
  position: relative;
  width: 30px;
  height: 23px;
  
}
.menuopener02 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menuopener02 span:nth-of-type(1) {
  top: 5px;
}
.menuopener02 span:nth-of-type(2) {
  top: 14px;
}
.menuopener02 span:nth-of-type(3) {
  bottom: -5px;
}

.menuopener02.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.menuopener02.active span:nth-of-type(2) {
  opacity: 0;
}
.menuopener02.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

@media screen and (max-width: 720px){
.menuopener {
  top: 20px;
  right: 20px;
}
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}