@charset "utf-8";


.hd_menu{
	width:100%;
	z-index:9998;
	display:block;
	position:static;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);*/
	margin-bottom:30px;
	
}	/*
.fixed{
	position:fixed;
	top: 0px;
}
*/




/* =======================================
	gNavi
======================================= */

#gNaviWrap{
	margin: 0;
	width: 100%;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	background:#002453; 
	transition:all 0.8s ease;
	position: relative;
	z-index: 1999;
	/*border-bottom: solid 5px #FFFF00;*/
	border-bottom:1px solid #eee\9;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#gNavi{
	margin: 0 auto;
	width: 960px;
	min-height: 60px;
	font-size: 16px;
}
.gN-menu-li{
	margin: 0;
	color:#FFF;
	text-align: center;
	float: left;
	position: relative;
	width:320px;
}


.gN-menu-li a{ display:block; text-decoration: none; box-sizing:border-box;list-style:none; background:#FFF;  
   
    border-right: 1px dotted #fff;
    text-align: center;
    color: #fff;
    padding: 15px 5px;
	margin-right:2%;
    text-decoration: none;
    font-weight: bold;border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	text-decoration: none;
	color:#023780;
}

#megaMenu{
	position: relative;
}


.megaM-box{
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	width: 100%;
	display: block;


}

.courseTtl{padding-top: 20px;
　　margin-top: -20px;}/*アンカーの余白*/

#mega-1,#mega-2,#mega-3{
	display: none;
	height: 80px;
	transition:all 0s ease;
}



.megaWrap{
	width: 960px;
	height: 100%;
	margin: 0 auto;
/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: #FFF;    border-bottom: 1px solid #ccc;*/
}


.megaL-box > ul{
	display:block;
	padding-right:5px;
	padding-bottom:5px;
}
.megaL-box > ul::after{
	display: block;
	clear: both;
	height: 0;
	content: "";
	}
.megaL-box > ul li {width: 155px;	float: left;}
.megaL-box > ul li a{
	display:block;
	margin:5px 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	text-align: center;


	
	text-decoration: none;
	color: #000; border: solid 1px #999;
	background-color:#ebf5ee;background-image: url(/cruise/chugoku/img/icon_down01.png);
    background-repeat: no-repeat;
    background-position: bottom 0px left 50%;background-size: 1.2em;
}
.megaL-box > ul li a:hover{
	height: 55px;
	
	transition:all 0.2s ease;
	text-decoration: none;
	color: #FFF;
	background-color:#522C18;

}

#megaL-1,#megaL-2,#megaL-3{
	display: none;
}


#megaL-1{}
#megaL-2{ position:absolute; top:0; left:320px;}
#megaL-3{position:absolute; top:0; left:640px;}




/* =======================================
	gNavi 別バージョン
======================================= */

.gN-menu{
	margin: 0;
	color:#FFF;
	text-align: center;
	float: left;
	position: relative;
	width:320px;
}


.gN-menu a{ display:block; text-decoration: none; box-sizing:border-box;list-style:none; background:#FFF;     
    border-right: 1px dotted #fff;
    text-align: center;
    color: #fff;
    padding: 15px 5px;
	margin-right:2%;
    text-decoration: none;
    font-weight: bold;border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	text-decoration: none;
	color:#023780;background-image: url(/cruise/chugoku/img/icon_down01.png);
    background-repeat: no-repeat;
    background-position: bottom 0px left 50%;background-size: 1.2em;
}

.gN-menu a:hover{background-color:#FFCB22;    transition: all 0.8s ease;}
.gN-menu span {
	display:block;
	box-sizing:border-box;
    padding: 1% 0;
    background-color: #2D7CC4;
    font-size: 11px;
	/*font-weight: bold;*/
    color: #FFF; 
    text-align: center;
	margin-right:2%;
	margin-bottom:1%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.gN-menu span.half{ width:48%; display:inline-block; float:left;}
.gN-menu span.equal{ width:31.3%; display:inline-block; float:left;}
.gN-menu span.day{ font-size:12px; background-color:#939300; width:315px; display:inline-block; float:left; padding-bottom:0.5%;}
.gN-menu div{ margin-bottom:5px; clear:both;}

