@charset "utf-8";
.gmenu{
		display:none;
		
	}

li.menu__mega .flexmenuarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
		
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: rgba(0,0,0,0.3); /* メガメニューの背景の色全体背景色 */
}
.flexmenuarea {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	font-size: 1.2em; /* メガメニューli内部の文字大きさ */
	line-height: 1.4em;
}
.flexmenubox {
	background-color: rgba(0,0,0,0.9);
	margin: 5px;
	padding: 5px;
	font-size: 1em;
	border-radius: 5px;
	
	display: flex;
  justify-content: center;
  align-items: center;
}
.flexmenubox span {
	font-size: 0.8em;
	line-height: 1em;
}


li.menu__mega:hover .flexmenuarea {
	top: 60px;
	visibility: visible;
	opacity: 1;
}
/* */
/* common */

.gmenu {
	
	width: 100%;
	height: 60px;
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
	
	padding: 0px;
	
}

.gmenu > li {
	font-family: Montserrat;
	float: left;
	width: 12%; /* グローバルナビの横方向割合 */
	height: 50px;
	line-height: 50px;
	padding-top: 0.5em;
	padding-right: 1%;
	padding-bottom: 0.5em;
	padding-left: 1%;






	//background-color: rgba(255,255,255,0.7); // グローバルナビの背景色
; 						text-align: center;
	font-size: 1em;
}

.gmenu > li a {
	display: block;
	color: #fff;




//文字の色
	text-decoration: none;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

.gmenu > li a:hover {
	color: #f60; //ホバー時の文字の色
}


.gmenu > li:hover {
	-webkit-transition: all 1.9s; // 遷移速度
	transition: all 1.9s; // 遷移速度
	background-color: rgba(255,255,255,0.9); /* グローバルナビのホバー時の背景の色 */
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.gmenu:before,
.gmenu:after {
    content: " ";
    display: table;
}

.gmenu:after {
    clear: both;
}

.gmenu {
    *zoom: 1;
}
.rogue{
	padding: 10px;
	margin: 0px;
	display: block;
	font-size: 0.8em;
}

@media screen and (min-width:1100px) {
	.gmenu{
		display:block;
		position: absolute;
		top: 60px;
		left: 0px;
		background-color: rgba(0,0,0,0.0);
	}
}
