@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lora');

/* ==========================================================================
   メニュー
   ========================================================================== */

.gmenu_wrap_m{
  margin-top: 80px;
}


.gmenu_wrap_m li{
  width: 90%;
  list-style: none;
  text-align: center;
  font-size: 160%;
	font-weight: 900;
	background-color: rgba(35,69,128,1.00);
  transition: background-color 0.5s;
  padding: 15px 10px 10px 10px;
	background-size: 100% 100%;
	box-shadow:0px 0px 8px 3px rgba(183,214,248,1.00) ,	0px 0px 8px 3px rgba(183,214,248,1.00) inset;
	box-sizing: border-box;
	margin: 10px 28px 30px 28px;
}

.gmenu_wrap_m li a{
	font-family: heisei-maru-gothic-std, sans-serif;
	text-decoration: none;
  display: block;
	color: rgba(71,116,185,1.00);
	 text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}







/* OPEN / CLOSE BTNS */
.menu-btn {
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 99999;
	display: inline;
	overflow: hidden;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}
.btn-open:after {
	content: url(../images/menu/mobile/b_002.png);
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
    color: #34B484;
}
.btn-close:after {
    color: #fff;
	content: url(../images/menu/mobile/b_003.png);
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
    color: #34B484;
}







/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1.00);
  background-image:url("../images/tmp/stars0m.png");
}

.overlay .menu {
    margin: 80px auto;
    width: 80%;
}

	.overlay .menu img{
		width:250px;
		height:auto;
	}
	
	
.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .menu ul li {
  float: left;
  padding: 10px 0 10px 0;
  width: 50%;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
	border-bottom:rgba(255,255,255,1.00) 1px dotted;
	font-family: 'Lora', serif;
	font-size:25px;
	color:rgba(171,0,0,1.00);
	letter-spacing: 2px;
}

.overlay .menu ul li a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.overlay .menu ul ul {
    margin-top: 10px;
}
.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
}
.overlay .menu ul ul li a:hover {
    color: #34b484;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 5px;
    }
    .menu-btn {
		width:150px;
		text-align: right;
    }
	
	.menu-btn img{
		width:100%;
		height:auto;

	}
}

