@charset "UTF-8";

/* *************************************************************

*   Navi CSS
*   Since:2022-07
*   Editor:ricostyle

************************************************************* */



@media only screen and (min-width:961px) {
/*PC用のcssを記述*/


/*ミーンメニュー*/

.mean-container .mean-bar {
position: absolute;top:45px;right:0px;height:0;z-index:9999999;
}

.mean-container a.meanmenu-reveal {
	width: 40px;
	margin-top:-30px;
	height: 30px;
	padding:5px 15px 18px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color:  #000;
	text-decoration: none;
	background:none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 40px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 3px;
	margin-top:10px;
}

.mean-container .mean-nav {
	float: left;
	width:180px;
margin-top:35px;
	background:#99CCCC;
}

.mean-container .mean-nav ul {padding: 0;margin: 0;width: 100%;list-style-type: none;}

.mean-container .mean-nav ul li {position: relative;float: left;width: 100%;}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 92%;
	font-size:0.9em;
	padding: 15px 10px  15px 5px;
	margin: 0;
	text-align: right;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	background:#99CCCC;
}

.mean-container .mean-nav ul li.mean-last a {border-bottom: none;margin-bottom: 0;}

.mean-container .mean-nav ul li a:hover {
	background-color: #B8DCDC;
}


/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.mean-remove {display: none !important;}





}




@media print,screen and (min-width:520px) and (max-width:960px) {
/*タブレット用のcssを記述*/


.mean-container .mean-bar {
position: absolute;top:45px;right:0px;height:0;z-index:9999999;
}

.mean-container a.meanmenu-reveal {
	width: 40px;
	margin-top:-30px;
	height: 30px;
	padding:5px 15px 18px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color:  #000;
	text-decoration: none;
	background:none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 40px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 3px;
	margin-top:10px;
}

.mean-container .mean-nav {
	float: left;
	width:180px;
margin-top:35px;
	background:#99CCCC;
}

.mean-container .mean-nav ul {padding: 0;margin: 0;width: 100%;list-style-type: none;}

.mean-container .mean-nav ul li {position: relative;float: left;width: 100%;}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 92%;
	font-size:0.9em;
	padding: 15px 10px  15px 5px;
	margin: 0;
	text-align: right;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	background:#99CCCC;
}

.mean-container .mean-nav ul li.mean-last a {border-bottom: none;margin-bottom: 0;}

.mean-container .mean-nav ul li a:hover {
	background-color: #B8DCDC;
}


/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.mean-remove {display: none !important;}




}


@media screen and (max-width:519px) {
/*スマホ用のcssを記述*/


.mean-container .mean-bar {
position: absolute;top:50px;right:0px;height:0;z-index:9999999;
}

.mean-container a.meanmenu-reveal {
	width: 40px;
	margin-top:-30px;
	height: 30px;
	padding:5px 15px 18px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color:  #000;
	text-decoration: none;
	background:none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 40px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 3px;
	margin-top:10px;
}

.mean-container .mean-nav {
	float: left;
	width:180px;
margin-top:20px;
	background:#99CCCC;
}

.mean-container .mean-nav ul {padding: 0;margin: 0;width: 100%;list-style-type: none;}

.mean-container .mean-nav ul li {position: relative;float: left;width: 100%;}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 92%;
	font-size:0.9em;
	padding: 15px 10px  15px 5px;
	margin: 0;
	text-align: right;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	background:#99CCCC;
}

.mean-container .mean-nav ul li.mean-last a {border-bottom: none;margin-bottom: 0;}

.mean-container .mean-nav ul li a:hover {
	background-color: #B8DCDC;
}


/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.mean-remove {display: none !important;}


}