
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	position: fixed;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #190e0e;
    z-index: 2;
	overflow: hidden;
	font-family:"メイリオ", Meiryo,  "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: -12px;
}
.mean-container a.meanmenu-reveal {
	position: absolute;
	width: 15%;
	height: 75px;
    box-sizing: border-box;
    padding: 26px 14px 0;
	background: #190e0e;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
}
.mean-container a.meanclose{
	width: 15%;
	box-sizing: border-box;
	padding: 30px 13px 15px;
	position: absolute;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
	font-size: 24px ;
	display: block;
	z-index: 2;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #FFF;
	height: 2px;
	margin: 7px 2px;
}
.mean-container a.meanmenu-reveal p{
	font-size: 10px;
	transform: scale(0.8);
	transform-origin:0 0;
	line-height: 1;
}
.mean-container .mean-nav {
	float: right;
	width: auto;
	margin-top: 72px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	margin-top: -64px;
}
.mean-container .mean-nav ul li {
	position: relative;
    float: left;
    width: 100%;
    background: #FFF;
}
.mean-container .mean-nav ul li:first-child{
	padding-top: 65px;
}
.mean-container .mean-nav ul li a {
	display: block;
    float: left;
    width: 100%;
    padding: 16px 0px 6px 22px;
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #fff;
    background: #1d1010;
    border-bottom: 1px solid #4c4141;
    text-decoration: none;
    text-transform: none;
}
.mean-container .mean-nav ul li a:hover{
	background: #1d1010;
}
.menu_sp_tel a:hover,.menu_sp_line a:hover,.menu_sp_contact a:hover{
	background: #1d1010 !important;
}
.menu_sp_tel a,.menu_sp_line a,.menu_sp_contact a{
	border-bottom: none !important;
}
.menu_sp_tel a{
    padding: 8% 8% 2% !important;
}
.menu_sp_line,.menu_sp_contact{
	width: 50% !important;
}
.menu_sp_line a{
	padding: 2% 2% 9% 8% !important;
}
.menu_sp_contact a{
	padding: 2% 8% 8% 2% !important;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 22px;
	padding: 10px 12px 13px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.mean-remove {
	display: none !important;
}
}