@charset "utf-8";

/*common*/

body{
 font-family: Verdana, Geneva, "sans-serif";
 color: #333333;
 font-size: 18px;
 margin: 0;
 padding: 0;
 background: #f8f8f8;
}

.container{
 width: 90%;
 margin: 0 auto;
}

h2{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
p{
 line-height: 1.8;
}

li{
 list-style: none;
}



/*header*/

.humberger-nav{
	width: 200px;
	height: 100%;		
	position: fixed;
	top: 20%;
	left: 0;
	transform: translateX(-200px);
	transition: all 0.5s ease;
	z-index: 500;
}

.humberger-nav.open{
	transform: translateX(0);
}

.humberger-nav ul{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #444444;
	border: 2px solid #333333;
}

.humberger-nav li{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #333333;
	color: #f8f8f8;
	text-align: center;
}

.humberger-nav li:last-child{
	border-bottom:none;
}


.humberger-nav p{
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.fullSlideShow{
	position: relative;
}

h1{
	color: #f8f8f8;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-60%);
	z-index: 300;
}


.nav{
	width: 15%;
	position: fixed;
	top: 2%;
	left: 2%;
	z-index: 300;
}

.topics{
	width: 25%;
	position: absolute;
	right: 2.5%;
	bottom: 7%;
	z-index: 300;
}

.nav a, .topics a{
	display: block;
	cursor: pointer;
}

.nav img, .topics img{
	width: 100%;
	height: 100%;
}



/*new-arrival*/

.new-arrival h3, 
.new-arrival p{
 text-align: center;
}

.item img{
 width: 100%;
}



/*news*/

.news h2{
	padding-bottom: 0px;
}

.news ul{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-top: 0;
 padding: 0
}

.news li{
 flex-basis: 50%;
}

.news img{
 width: 100%;
}



/*category*/

.category{
	width: 90%;
	margin: 0 auto;
}

.category .acMenu{
	margin-bottom: 5%;
}

.category h2{
	text-align: left;
}

.category p.acMenu{
	border: 3px solid #333333;
	background: url(../img/acButton-close.png) no-repeat 95% ;
	background-size: 2rem;
	cursor: pointer;
	text-align: center;
	font-size:1.25rem;
	margin: 0;
}

.category p.acMenu.active{
	background: url(../img/acButton-open.png) no-repeat 95% ;
	background-size: 2rem;
}

.category ul{
	margin: 0;
	padding: 0;
	display: none;
}

.category li{
	background: #444444;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	margin: 0;
	cursor: pointer;
	color: #f8f8f8;
	text-align: center;
}



/*search*/

.search{
	width: 90%;
	margin: 0 auto;
}

.search h2{
	text-align: left;
}

.search p{
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	border-radius: 10px;
	border: 2px  solid #333333;
	background: #ffffff;
}

.search .search-icon{
	display: block;
	background: url(../img/search-icon.png) no-repeat center right;
	background-size: 2rem;
}

.search input{
	width: 80%;
	border: none;
	border-radius: 10px;
	font-size:2rem;
	line-height: 1.8;
}



/*contact*/

.contact {
	width: 90%;
	margin: 0 auto;
}

.contact h2{
	text-align: left;
}

.contact ul{
	margin: 0;
	padding: 0;
}

.contact li{
	border: 3px solid #333333;
	border-radius: 10px;
	background:transparent;
	margin-bottom:10px;
}

.contact li p{
	text-align: center;
	line-height: 1.0;
	margin: 2.5% ;
}



/*map*/

.map iframe{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

.map .iframe-wrapper{
	padding-bottom: 75%;
	position: relative;
	height: 0;
}

.map .map-description{
	text-align: center;
}

/*scroller*/

#scroller {
	width: 30%;
	margin: 0 auto;
}

#scroller a{
	display: block;
	text-align: center;
	padding-bottom: 60px;
}

#scroller img{
	width: 25%;
}



/*footer*/

#footer{
	width: 100%;
	position:fixed;
	bottom: 0;
	z-index: 9999;
}

.footer{
	width: 100%;
	max-height: 50px;
	background: #333333;
	overflow: hidden;
	position: relative;
}

.footer .left-side p{
	color: #f8f8f8;
	margin:0;
	padding: 0;
	font-size: 0.8rem;
}

.footer .right-side ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.footer .right-side li{
	float: right;
	width: 25%;
	padding: 0 2.5%;
}

.footer .right-side li img{
	width: 80%;
	max-width: 45px;
}

.footer .left-side{
	width: 50%;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.5%;
}

.footer .right-side{
	width: 50%;
	float: right;
}


/*medium*/

@media(min-width:570px){
	.nav{
		width: 10%;
	}

	.topics{
		width: 15%;
		bottom: 15%;
	}
	
	.new-arrival .item:nth-child(odd){
		float: left;
		width: 45%;
		padding-right: 5%;
	}

	.new-arrival .item:nth-child(even){
		float: right;
		width: 45%;
		padding-left: 5%;
	}

	.new-arrival .container{
		overflow: hidden;
	}
	
	.news ul{
	 flex-wrap: no-wrap;
	}

	.news li{
	 flex-basis: 25%;
	}
	
}



/*large*/

@media(min-width:820px){
	.nav{
		width: 7%;
	}

	.topics{
		width: 15%;
	}
	
	.news ul{
	 flex-wrap: wrap;
	}

	.news li{
	 flex-basis: 50%;
	}

	.right-column{
		width: 60%;
		float: right;
	}
	
	.left-column{
		width: 40%;
		float: left;
	}
	
	.column-container{
		background-color: #ffffff;
	}

	.column-container:after{
		content: "";
		display: block;
		clear: both;
	}
	
	.right-column .container{
		width: 80%;
	}
	
	.left-column .container{
		width: 70%;
	}
	
	
	.contact li p{
		font-size: 0.925rem;
	}

	.map{
		max-width: 640px;
		margin: 0 auto;
	}
	
	.footer .left-side{
		width: 80%;
	}

	.footer .right-side{
		width: 20%;
	}
	
}
