#btnToggle{
	width:100%;
	margin-bottom:20px;
}


#btnToggle span{
	width:220px;
	margin:0 0 0 auto;
	text-align:center;
	border:#ddd 1px solid;
	padding:12px 0;
	display:block;
	background:#FFF;
	font-size:12px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	cursor:pointer;
	color:#999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#btnToggle span:hover{
	background:#eee;
}

#ToggleArea{
	display:none;
	width:100%;
	background:#f0f0f0;
	box-sizing:border-box;
	padding:30px;
	border:#ddd 1px solid;
	margin-bottom:40px;
}

#ToggleArea   ul li{
	display:inline-block;
	margin:0 20px 20px 0;
	font-size:12px;
	line-height:12px;
}


#ToggleArea   ul li a{
	color:#999;
	text-decoration:none;
}

#ToggleArea   ul li i{
	color:#999;
}

#ToggleArea   ul li a:hover{
	color:#0CF;
}



#allWrap #contentsArea{
	width:1040px;
	background:#f8f8f8;
	padding-bottom:90px;
	align-items:stretch;
	
}



footer{
	-webkit-flex-grow: 1;
    flex-grow: 1;
	overflow:hidden;
}

footer address{
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:12px;
	color:#FFF;
	font-style:normal;
	transform: rotate( -90deg );
	position:fixed;
	top:20px;
	left:860px;
	letter-spacing:1px;
	overflow:hidden;
	width:600px;
}

#about footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/about/bg_about.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed;
	animation: footer 220s infinite linear;
}


#product footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/product/bg_product.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed;
	animation: footer 220s infinite linear;
}


#news footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/news/bg_news.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed;
	animation: footer 220s infinite linear;
}


#press footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/press/bg_press.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed; 
	animation: footer 220s infinite linear;
}

#contact footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/contact/bg_contact.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed; 
	animation: footer 220s infinite linear;
}


#privacy footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/contact/bg_contact.jpg) repeat-x left top;
	background-position: 1040px 0; 
 	background-attachment:fixed; 
	animation: footer 220s infinite linear;
}


@keyframes footer{
    0%    { background-position: 1040px 0;  }
    50%  { background-position: 200px 0px; }
	100%  { background-position: 1040px 0px; }
}

#contentsArea h2{
	width:100%;
	padding:60px 0;
	text-align:center;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:42px;
	letter-spacing:1px;
	font-weight:normal;
	color:#ccc;
}

#contentsArea h2 span{
	display:block;
	font-size:14px;
	padding:15px 0 0 0;
	font-family:'ゴシックMB101','游ゴシック', "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}




#aboutWrap{
	width:800px;
	margin:0 auto;
}

#aboutWrap h3{
	width:100%;
	margin-bottom:50px;
	display:block;
}

#aboutWrap h3 img{
	width:100%;
	height:auto;
}

#aboutWrap p{
	font-size:14px;
	line-height:28px;
	letter-spacing:2px;
	margin-bottom:50px;
}

#aboutWrap #aboutImg{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

#aboutWrap #aboutImg div{
	width:390px;
}

#aboutWrap #aboutImg div img{
	width:100%;
	height:auto;
}






#productWrap{
	width:996px;
	margin:0 auto;
}


#productWrap .productMain{
	position:relative;
	margin-bottom:50px;
}


#productWrap .productMain dt{
	padding-top:22%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:30px;
	letter-spacing:1px;
	font-weight:normal;
	color:#FFF;
	z-index:2;
}


#productWrap .productMain dd{
	width:100%;
}

#productWrap .productMain dd img{
	width:100%;
	height:auto;
}



#productWrap h3{
	width:100%;
	text-align:center;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:32px;
	letter-spacing:1px;
	font-weight:normal;
	color:#ccc;
	margin-bottom:50px;
}

#productWrap h3 span{
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}




#productWrap article{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	margin-right:-18px;
}


#productWrap article .productUC{
	background:#e0e0e0;
	width:996px;
	height:200px;
	text-align:center;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:18px;
	letter-spacing:1px;
	font-weight:normal;
	color:#aaa;
	box-sizing:border-box;
	padding-top:90px;
	margin-bottom:40px;
}





#productWrap article a{
	display:block;
	color:#000;
	text-decoration:none;
}

#productWrap article a dl{
	width:320px;
	margin-bottom:40px;
	margin-right:18px;
}

#productWrap article a dl dd{
	width:100%;
	margin-bottom:15px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#productWrap article a:hover dd{
	filter: brightness(80%);
}


#productWrap article a dl dd img{
	width:100%;
	height:auto;
}


#productWrap article a dl dt{
	font-size:14px;
	padding:0 10px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#productWrap article a dl dt span{
	font-size:12px;
	display:block;
	padding-top:15px;
	color:#ccc;
}






#newsPressWrap{
	width:1000px;
	margin:0 auto;
}

#newsPressWrap article{
	margin-right:-20px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
}




#newsPressWrap article a{
	color:#000;
	text-decoration:none;
	width:320px;
	display:block;
	margin-right:20px;
}


#newsPressWrap article a:hover dd{
	filter: brightness(80%);
}



#newsPressWrap article a dl{
	width:100%;
	height:100%;
	padding:0;
	margin-bottom:40px;
}

#newsPressWrap article a dl dd{
	width:100%;
	border:#e0e0e0 1px solid;
	overflow:hidden;
	margin-bottom:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-size:0;
	letter-spacing:0;
	max-height:180px;
}

#newsPressWrap article a dl dd img{
	width:100%;
	height:auto;
}

#newsPressWrap article a dl dt{
	padding:0 10px;
	font-size:14px;
	line-height:22px;
}

#newsPressWrap article a dl dt span{
	font-size:12px;
	color:#ccc;
	display:block;
	margin-bottom:5px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}






#newsPressEntry{
	width:800px;
	margin:0 auto;
}

#newsPressEntry h3{
	font-size:24px;
	line-height:32px;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:30px;
}

#newsPressEntry h3 span{
	font-size:14px;
	color:#ccc;
	display:block;
	margin-bottom:10px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	line-height:12px;
}


#newsPressEntry #eyeCatch{
	width:100%;
	margin-bottom:30px;
}

#newsPressEntry #eyeCatch img{
	width:100%;
	height:auto;
}


#newsPressEntry p{
	width:100%;
	margin-bottom:30px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
}

#newsPressEntry p a{
	color:#09F;
	text-decoration:none;
}

#newsPressEntry p a:hover{
	color:#09F;
	text-decoration:underline;
}


#newsPressEntry .pageLink{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	padding:60px 0 0 0;
	width:100%;
}

#newsPressEntry .pageLink a{
	width:160px;
	padding:15px 0;
	text-align:center;
	background:#fff;
	border:#ddd 1px solid;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	color:#ccc;
	display:block;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-decoration:none;
}

#newsPressEntry .pageLink a:hover{
	background:#f0f0f0;
}




#contactWrap{
	width:600px;
	margin:0 auto;
}


#contactWrap dl{
	width:100%;
}

#contactWrap dl dt{
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
}

#contactWrap dl dt span{
	color:#eb4e6c;
}

#contactWrap dl dd{
	margin-bottom:30px;
}

#contactWrap dl dd input{
	width:100%;
	border:#e0e0e0 1px solid;
	box-sizing:border-box;
	padding:0px 20px 0 20px;
	height:54px;
	font-size:16px;
	color:#000;
	background:#fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contactWrap p input{
	width:200px;
	border:#bbb 1px solid;
	box-sizing:border-box;
	padding:0px 20px 0 20px;
	height:62px;
	font-size:14px;
	color:#fff;
	background:#ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:0 auto;
	display:block;
	cursor:pointer;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#contactWrap p input:hover{
	border:#444 1px solid;
	background:#555;
}

#contactWrap p{
	margin-bottom:30px;
	text-align:center;
}

#contactWrap p a{
	font-size:12px;
	letter-spacing:2px;
	color:#09F;
	text-decoration:none;
}

#contactWrap p a:hover{
	text-decoration:underline;
}



#contactWrap dl dd textarea{
	width:100%;
	border:#e0e0e0 1px solid;
	box-sizing:border-box;
	padding:20px;
	height:260px;
	font-size:16px;
	color:#000;
	background:#fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



#contactWrap dl dd select{
	width:100%;
	border:#e0e0e0 1px solid;
	box-sizing:border-box;
	padding:0px 20px 0 20px;
	height:54px;
	font-size:16px;
	color:#999;
}




.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
	content: "";
    right: 15px;
    top: 22px;
    width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #ddd;
    pointer-events: none;
	display:block;
	cursor:pointer;
}

select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background:#fffz;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #e0e0e0;
    width:100%;
    border-radius:3px;
	cursor:pointer;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}







#privacyWrap{
	width:600px;
	margin:0 auto;
}

#privacyWrap h3{
	width:100%;
	font-size:18px;
	letter-spacing:2px;
	display:block;
	margin-bottom:30px;
	font-variant:normal;
}

#privacyWrap h4{
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	font-variant:normal;
}



#privacyWrap p{
	font-size:12px;
	line-height:20px;
	letter-spacing:2px;
	margin-bottom:20px;
}












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


#productWrap article .productUC{
	width:98%;
}

#productWrap{
	width:100%;
	margin:0 auto;
}



#productWrap article{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	margin-right:-1%;
	padding-left:1%;
}



#productWrap article a{
	display:block;
	color:#000;
	text-decoration:none;
	width:32%;
	margin-right:1%;
}

#productWrap article a dl{
	width:100%;
	margin-bottom:40px;
	
}

#productWrap article a dl dd{
	width:100%;
	margin-bottom:15px;
}


#productWrap article a dl dd img{
	width:100%;
	height:auto;
}


#productWrap article a dl dt{
	font-size:14px;
	padding:0 10px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#productWrap article a dl dt span{
	font-size:12px;
	display:block;
	padding-top:15px;
	color:#ccc;
}














#newsPressWrap{
	width:100%;
	margin:0 auto;
}

#newsPressWrap article{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	margin-right:-1%;
	padding-left:1%;
}




#newsPressWrap article a{
	display:block;
	color:#000;
	text-decoration:none;
	width:32%;
	margin-right:1%;
	
}


#newsPressWrap article a dl{
	width:100%;
	height:100%;
	padding:0;
	margin-bottom:40px;
}

#newsPressWrap article a dl dd{
	width:100%;
	border:#e0e0e0 1px solid;
	overflow:hidden;
	margin-bottom:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-size:0;
	letter-spacing:0;
}

#newsPressWrap article a dl dd img{
	width:100%;
	height:auto;
}

#newsPressWrap article a dl dt{
	padding:0 10px;
	font-size:14px;
	line-height:22px;
}

#newsPressWrap article a dl dt span{
	font-size:12px;
	color:#ccc;
	display:block;
	margin-bottom:5px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}












}







































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

#productWrap article .productUC{
	width:96%;
	font-size:12px;
}


#btnToggle span{
	width:220px;
	margin:0 auto;
}





@keyframes footer{
    0%    { background-position: left bottom;  }
    100%  { background-position: left bottom; }
}


#allWrap #contentsArea{
	width:100%;
	background:#f8f8f8;
	padding-bottom:30px;
}


#contentsArea h2{
	padding:30px 0;
	font-size:22px;
}




#aboutWrap{
	width:auto;
	padding:0 10px;
}

#aboutWrap h3{
	width:100%;
	margin-bottom:30px;
	display:block;
}


#aboutWrap p{
	font-size:14px;
	line-height:20px;
	letter-spacing:2px;
	margin-bottom:30px;
}

#aboutWrap #aboutImg{
	width:100%;
}

#aboutWrap #aboutImg div{
	width:50%;
}

#aboutWrap #aboutImg div img{
	width:100%;
	height:auto;
}





footer{
	width:100%;
	height:200px;
	-webkit-flex-grow: 0;
    flex-grow: 0;
	overflow:hidden;
	animation:none;
}

footer address{
	font-size:12px;
	padding-top:35%;
	transform: rotate( 0deg );
	position:relative;
	top:0;
	left:0;
	width:auto;
	text-align:center;
}



#about footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/about/bg_about.jpg) no-repeat left top;
	background-position: 100% 0;
	background-attachment:inherit;
	animation:none;
}


#contact footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/contact/bg_contact.jpg) repeat-x left top;
	background-position: 100% 0; 
 	background-attachment:inherit;
	animation:none;
}


#privacy footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/contact/bg_contact.jpg) repeat-x left top;
	background-position: 100% 0; 
 	background-attachment:inherit;
	animation:none;
}



#productWrap .productMain{
	margin-bottom:30px;
}

#productWrap .productMain dt{
	font-size:18px;
}



#productWrap h3{
	font-size:18px;
	margin-bottom:30px;
}


#productWrap article{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	margin-right:-2%;
	padding-left:2%;
}


#productWrap article a{
	display:block;
	color:#000;
	text-decoration:none;
	width:47%;
	margin-right:2%;
}

#product footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/product/bg_product.jpg) no-repeat left bottom;
	background-attachment:inherit;
	background-size:100% auto;
}

#news footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/news/bg_news.jpg) no-repeat left bottom;
	background-attachment:inherit;
	background-size:100% auto;
}

#press footer{
	background:url(http://mei-huntingtonbeach.com/wp-content/themes/mei_2017/images/press/bg_press.jpg) no-repeat left bottom;
	background-attachment:inherit;
	background-size:100% auto;
}








#newsPressWrap{
	width:100%;
}

#newsPressWrap article{
	margin-right:-2%;
	padding-left:2%;
}




#newsPressWrap article a{
	width:47%;
	margin-right:2%;
	
}


#newsPressWrap article a dl{
	margin-bottom:30px;
}

#newsPressWrap article a dl dd{
	margin-bottom:15px;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
	
}






#newsPressEntry{
	width:auto;
	padding:0 10px;
	margin:0 auto;
}

#newsPressEntry h3{
	font-size:18px;
	line-height:26px;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:20px;
}

#newsPressEntry h3 span{
	font-size:12px;
	color:#ccc;
	display:block;
	margin-bottom:10px;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	line-height:12px;
}


#newsPressEntry #eyeCatch{
	width:100%;
	margin-bottom:20px;
}

#newsPressEntry #eyeCatch img{
	width:100%;
	height:auto;
}


#newsPressEntry p{
	width:100%;
	margin-bottom:20px;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
}

#newsPressEntry p img{
	max-width:100%;
	height:auto;
}

#newsPressEntry p a{
	color:#09F;
	text-decoration:none;
}

#newsPressEntry p a:hover{
	color:#09F;
	text-decoration:underline;
}


#newsPressEntry .pageLink{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	padding:30px 0 0 0;
	width:100%;
}

#newsPressEntry .pageLink a{
	width:48%;
	padding:15px 0;
	text-align:center;
	background:#fff;
	border:#ddd 1px solid;
	font-family: FuturaBTMedium,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size:16px;
	color:#ccc;
	display:block;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-decoration:none;
}

#newsPressEntry .pageLink a:hover{
	background:#fff;
}







#contactWrap{
	width:auto;
	padding:0 10px;
}


#contactWrap p input{
	width:100%;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
	border:#444 1px solid;
	background:#555;
}







#privacyWrap{
	width:auto;
	padding:0 10px;
	margin:0 auto;
}



























}