@font-face{
		font-family:"FuturaBTMedium";
		src:url("../../fonts/futura/FuturaBT-Medium.eot");
		src:url("../../fonts/futura/FuturaBT-Medium.eot#iefix") format("embedded-opentype"),
			url("../../fonts/futura/FuturaBT-Medium.woff") format("woff"),
			url("../../fonts/futura/FuturaBT-Medium.ttf") format("truetype"),
			url("../../fonts/futura/FuturaBT-Medium.svg") format("svg");
		font-weight:400;font-style:normal}
	
	
@font-face{
	font-family:"FuturaBT-MediumCondensed";
	src:url("../../fonts/futura/FuturaBT-MediumCondensed.eot");
	src:url("../../fonts/futura/FuturaBT-MediumCondensed.eot#iefix") format("embedded-opentype"),
		url("../../fonts/futura/FuturaBT-MediumCondensed.woff") format("woff"),
		url("../../fonts/futura/FuturaBT-MediumCondensed.ttf") format("truetype"),
		url("../../fonts/futura/FuturaBT-MediumCondensed.svg") format("svg");
	font-weight:400;font-style:normal}
	


html {
}
html body {
  height: 100%;
  margin:0;
  padding:0;
  

  font-family:'ゴシックMB101','游ゴシック', "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;


}

#loader {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -140px; /* heightの半分のマイナス値 */
    margin-left: -50px; /* widthの半分のマイナス値 */
    z-index: 100;
	text-align:center;
}

#loader span{
    width: 100px;
    height: auto;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

#loader p{
	padding-bottom:20px;
    width: 60px;
    height: auto;
	display:block;
	margin:0 auto;
}

#loader p img{
    width: 60px;
    height: auto;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #009dff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}


@font-face {
    font-family: 'qanelas_demoblack';
    src: url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelas/qanelas-black-webfont.woff2') format('woff2'),
         url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelas/qanelas-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'qanelas_demothin';
    src: url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelas/qanelas-thin-webfont.woff2') format('woff2'),
         url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelas/qanelas-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'qanelas_soft_demoextrabold';
    src: url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelassoft/qanelassoft-extrabold-webfont.woff2') format('woff2'),
         url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelassoft/qanelassoft-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'qanelas_soft_demoultralight';
    src: url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelassoft/qanelassoft-ultralight-webfont.woff2') format('woff2'),
         url('https://mei-huntingtonbeach.com/wp-content/themes/mei_2017/css/fonts/qanelassoft/qanelassoft-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}









.pure-drawer ul{
	padding-top:70px;
	border-bottom:#000 1px solid;
	background:#303030;
}


.pure-drawer ul li{
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:14px;
	line-height:14px;
	color:#fff;
	border-top:#000 1px solid;
}


.pure-drawer ul li a{
	color:#fff;
	text-decoration:none;
	padding:20px;
	display:block;
	box-sizing:border-box;
	border-bottom:#383838 1px solid;
	background:#202020;
	
}


.pure-drawer ul li.store a,
#allWrap nav ul li.store a {
	background-color: rgb(255,188,64);
    color: #fff;
    line-height: 1.2;
    padding: 20px 0;        
}

.pure-drawer ul li.store a:hover,
#allWrap nav ul li.store a:hover {
	background-color: rgb(255, 170, 12);
}


#allWrap{
	width:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	min-height:1400px;
	
}


#allWrap nav{
	-webkit-flex-basis: 87px;
    flex-basis: 87px;
	box-sizing:border-box;
	border-right:#ddd 1px solid;
	width:87px;
	min-width:87px;
	position:relative;
	display:block;
	background:#FFF;
}

#allWrap nav h1{
	position:fixed;
	left:0px;
	top:0px;
}

#allWrap nav h1 a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#allWrap nav h1 img{
	width:86px;
	height:auto;
}



#allWrap nav ul{
	width:86px;
	position:fixed;
	top:44px;
	left:0px;
	border-top:#ddd 1px solid;
	z-index:101;
}

#allWrap nav ul li{
	display:block;
	border-bottom:#ddd 1px solid;
}

#allWrap nav ul li a{
	display:block;
	color:#999;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	padding:34px 0;
}


#allWrap nav ul li a:hover{
	background:#f0f0f0;
}



#allWrap nav #snsIcon{
	position:fixed;
	width:87px;
	bottom:20px;
	left:0;
	text-align:center;
}

#allWrap nav #snsIcon a{
	color:#ccc;
	text-decoration:none;
}

#allWrap nav #snsIcon a:hover{
	color:#777;
}

#allWrap nav #snsIcon a i{
	display:block;
	font-size:24px;
	margin-bottom:10px;
}



#allWrap #topContents{
	 -webkit-flex-grow: 1;
    flex-grow: 1;
	width:100%;
}

/*
@media (min-width: 576px) {
#allWrap #topContents{
    max-width: 936px;
}
}
*/





#allWrap nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

#allWrap nav ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

#allWrap nav ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}



.menu__second-level li {
}

.menu__third-level li {
}

.menu__second-level li a:hover {
    background: #111;
}



/* 下矢印 */
.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クリア */
#allWrap nav ul:before,
#allWrap nav ul:after {
    content: " ";
    display: table;
}












#allWrap nav > li.menu__single {
    position: relative !important;
}

li.menu__single ul.menu__second-level {
    position: absolute !important;
    top: 68px !important;
	left:0px !important;
    width: 200px !important;
    background: #fff !important;
    -webkit-transition: all .02s ease;
    transition: all .2s ease;
	border-right:1px solid #ddd;
	display:none;
	
}

li.menu__single:hover ul.menu__second-level {
    visibility: visible!important;
    opacity: 1!important;
	z-index:999999 !important;
	left:87px !important;
	display:block;
}





/* loading */
#loadingBg {
    width: 100%;
    height: 100%;
    background: url(../../images/top/background-logo.png) no-repeat center #fff;
    position: fixed;
    top:0;
    left: 0;
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:auto 100%;
background-size:auto 100%;     

}

#loadingLogo {
    width: 100%;
    height:100px;
    background: url(../../images/top/copy300.svg) no-repeat center #fff;
    background-size: contain;
    position: absolute;
    top:45%;
}


















@media all and (max-width: 800px) {	


#loader {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -140px; /* heightの半分のマイナス値 */
    margin-left: -50px; /* widthの半分のマイナス値 */
    z-index: 100;
	text-align:center;
}

#loader span{
    width: 24px;
}

#loader span img{
    width: 100%;
	height:auto;
}

#loader p{
	padding-bottom:20px;
    width: 32px;
}

#loader p img{
    width: 100%;
    height: auto;
}


#allWrap{
	min-height:auto;
	
}


#allWrap nav{
	height:70px;
	-webkit-flex-basis: 100%;
    flex-basis: 100%;
	box-sizing:border-box;
	border:none;
	width:100%;
	min-width:87px;
	position:relative;
	display:block;
}


#allWrap nav ul{
	display:none;
}

#allWrap nav #snsIcon {
    position: absolute;
    width: 130px;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
    text-align: right;
    line-height: 30px;
}


#allWrap nav #snsIcon a i {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0px;
    width: 30px;
    float: right;
}

#allWrap nav #snsIcon .fa-shopping-cart:before {
    color:rgb(255,188,64);
}

.smpNone{
	display:none;}


#allWrap nav h1{
	width:100px;
	height:auto;
	position:relative;
	left:auto;
	top:auto;
	margin:0 auto;
	padding-top:12px;
}


#allWrap nav h1 img{
	width:100%;
	height:auto;
}


#allWrap{
	display:block;
}





}
	





@media all and (max-width: 825px) {	


.pure-drawer ul .menu__second-level {padding: 0;}

.pure-drawer ul .menu__second-level li a{
    text-indent: 1em;
}


#allWrap nav ul li a{
	display:block;
	color:#999;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	padding:24px 0;
}


.pure-drawer ul li.store a,
#allWrap nav ul li.store a {
    padding: 20px;        
}




}