@charset "UTF-8";
/* CSS Document */
/*
------------------------------------------------
SITE MENU
------------------------------------------------
*/

/*
------------------------------------------------
Basis
------------------------------------------------
*/
#menu-bar{
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	top:590px;
	position: absolute;
	line-height: 1;
	z-index: 99;
	}
#menu-bar a:link {
	color:#000;
	display: block;
	text-decoration: none;
}
.inner {
    margin: 0 auto;
		width: 100%;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
.inner ul {
	list-style-type: none;
	padding: 0;
}
.inner ul li {
	display: inline-block;
	margin: 0;
	vertical-align:middle;
}
.inner>ul li.box-a{/*LOGO區域*/
	position:relative;
	width: 100px;
	margin: 0px 0 0 0px;}
.inner>ul li.box-c{/*SNS區域*/
	position:relative;
	text-align: right;
	width: 100px;
	margin: 0px 0 0 0px;}
.inner>ul li.box-b{/*MENU區域*/
	position:relative;
	width: calc(100% - 260px);
	width : -webkit-calc(100% - 260px) ;}

	.fixed .inner>ul li.box-a{}
	.fixed .inner>ul li.box-b{}
	.fixed .inner>ul li.box-c{
	width: 150px;text-align: left;}

#menu-nav ul li {
	width: 10%;/*menu等分*/
	*width: 15.9%; /* IE7 Hack */
	_width: 15%; /* IE6 Hack */
	padding: 0 6px;
	text-align: center;
  }

/*-----------------------------------------*/
/*Menu text Style*/
#menu-nav .menu-name-text span{display: block;}
#menu-nav .menu-name-text{color: #000;}
.menu-name-text .CH{font-size: 90%;font-weight: 500;line-height: 20px;font-weight: 300;}
.menu-name-text .EN{font-family: 'Ubuntu', sans-serif;font-weight: 500;}
.menu-name-text .CH+.EN{font-size: 80%; letter-spacing: 1px;font-weight: 300;
	font-family: 'Ubuntu', sans-serif;}

/*Menu text Resize*/
@media screen and (min-width: 40em) {}
/*-----------------------------------------*/
#menu-bar a:visited {
	color: #000;
}
#menu-bar a:hover {
	color: #3f3f3f;
	transition: 0.3s;
}
.btn-up_bk{ border-radius:8px; border: 2px solid;padding: 5px 12px !important;font-size: 90%;}
li.btn-up_bk{ margin-left: 12px!important;}
.fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	opacity: 1 !important;
	margin:0 !important;
}

.fb-btn a{
	display: block;
	color: #d8d9d9 !important;
	background: url(../images/store/store-fb_btn.png) no-repeat;
	padding-left: 22px;
	margin-top: 5px;
}

#menu-bar a,
#menu-bar {
    text-decoration: none;
}
#menu-bar .inner {
    position: relative;
}
#menu-bar .menu-sb {
    float: left;
}
/* snbox */
.snbox{margin:-1px;padding: 0;list-style-type: none;}
.snbox img{width: 28px; height: 28px;display: inline-block;}

/*
------------------------------------------------
MENU[RESIZE]
------------------------------------------------
*/

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: -85px;
    top: -38px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
		background: url("../images/menu-btn.svg") no-repeat 50% 33%;
		margin: 20px 10px 10px 0;
		user-select: none;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
}
#nav-toggle div {
    position: absolute;
}
.snbox-mobile{
	display: none;
}
/*
------------------------------------------------
for MOBILE
*/

@media screen and (min-width: 40em) {
#menu-bar{
	position: relative;
	background:#fff;
	height:80px;
	margin:0 50px 20px 50px;
	padding: 12px 50px 8px 50px;
	}
}
@media screen and (max-width: 40em) {
    #menu-bar,
    .inner {
        width: 100%;
        padding: 0;
				height: 50px;
				top:0;
				position: fixed;
    }
    #menu-bar {
        margin-top: 0;
    }
		.inner {
			margin-top: -10px;
		}
		.menu-sb{
			width: 10px;
		}
		.menu-sb img{
			width: 50px;
		}
		.inner>ul li.box-a{
			left:-70px;
	}
	.inner>ul li.box-b{
		width: calc(100% - 280px);
		width : -webkit-calc(100% - 280px) ;}

		.inner>ul li.box-c{/*MOBILE時關閉snbox*/
			display: none;
		}
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
    }
    #menu-nav {
			position:fixed;
			background: #e7e7e7;
			width: 100%;
			height: 100%;
			left: 0;
			top:-556px;
			text-align: center;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			z-index: auto;
			opacity: 0;
			pointer-events: none;
    }

/*--對應特小視窗時的與上方高度--*/
@media screen and (max-width: 600px){
#menu-nav {
	padding: 80px 0 30px 0;
}
}
@media screen and (min-width: 400px){
#menu-nav {
		padding: 35% 0 30px 0;
}
}
/*----*/

    #menu-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #menu-nav ul li {
				width: 100%;
        float: none;
        position: static;
				display: block;
				text-align: center!important;
    }
    #menu-bar #menu-nav ul li a,
    #menu-bar.fixed #menu-nav ul li a {
        width: 100%;
        display: block;
        padding: 12px 0;
    }
    #nav-toggle {
        display: block;
    }
    .open #menu-nav {
				opacity: 0.95;
				-moz-transform: translateY(556px);
				-webkit-transform: translateY(556px);
				transform: translateY(556px);
				pointer-events: auto;
    }
		.snbox-mobile{
			display:block;
			margin: 0px 0 0 0;
			list-style-type: none;
			position: absolute;
			right:-25px;
			top: -18px;
			border-right: 1px solid #000;
			padding-right: 20px;
			width: 100px;
		}
		.snbox-mobile li{
			display:inline-block !important;

			}
		.snbox-mobile a img{
			width: 32px;
		}
		/* #nav-toggle Animation */
    .open #nav-toggle{
			background: url("../images/menu-btn_close.svg") no-repeat 50% 33%;
			-webkit-transform: rotate(-180deg);
			-moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}

		/* #menu-name */
		.menu-name:after {
		content:attr(data-label);
		font-size: 20px;
		}
		.menu-name span {
		display:none;
		}

}


/*[menu-bar FOR responsive]---------*/
@media screen and (max-width: 1080px) {
#menu-bar{
	padding: 12px 0px 8px 0px;
	}
#menu-bar.fixed{
		padding: 12px 50px 8px 50px;
		}
.inner>ul li.box-a{/*LOGO區域*/
	width: 80px;}
.inner>ul li.box-c{/*SNS區域*/
	width: 100px;}
#menu-nav ul li {
	width: auto;
	padding: 2px 10px;
	text-align: left;
}
.menu-name:after {
content:attr(data-label);}
.menu-name span {
display:none;
}
}
@media screen and (max-width: 40em) {
	#menu-bar.fixed{
		padding: 12px 0px 8px 0px;
			}
}
/*[menu-bar FOR responsive]---------*/
