@charset "utf-8";
/* CSS Document */

.main-header .header-wrap {
	padding: 16px 0;
	background-color: inherit;
}

.main-header .header-wrap .head-btn-list {
}

.main-header .header-wrap .head-btn-list .txt-btn {
	padding: 0 10px;
}


#page-description {
	text-align: right !important;
}

#main-img {
	position: relative;
	height: 760px;
	background-color: #53D0C9;
	background-image: url(../../common/img/bg.jpg);
}

#main-img .bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 760px;
	background-image: url(../img/main-img-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 0.08;
}

#main-img .inner{
	position: relative;
	z-index: 2;
}

#main-img .inner .ttl-wrap {
	margin: 180px 0 0 0;
	text-align: center;
	color: #fff;
}

#main-img .inner .ttl-wrap .txt-1 {
	font-size: 15px;
}

#main-img .inner .ttl-wrap .txt-2 {
	margin: 10px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

#main-img .inner .logo-wrap {
	margin: 60px 0 0 0;
	text-align: center;
}

#main-img .inner .logo-wrap img {
	width: 90%;
	height: auto;
}

#main-img .inner .search-wrap {
	width: 100%;
	margin: 70px auto 0 auto;
}

.cart-btn {
	position: absolute;
	right: 48px;
	top: 40px;
	color: #fff;
	z-index: 2;
}

.cart-btn:hover {
	opacity:.9;
}

.cart-btn a {
	color: #fff;
}

.cart-btn .ico {
	width: 54px;
	height: auto;
}



.car-wrap .list {
	margin: 70px auto 0 auto;
}

.car-wrap .list {
	/*display: flex;
	justify-content: center;*/
}

.car-wrap .list .item {
	margin:4px 0;
}

.car-wrap .list .item .img {
	width: 64px;
	height: 64px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .85;
}

.car-wrap .list .item .img img {
	width: auto;
	height: 64px;
}

.car-wrap .list .item .name-en {
	font-size: 12px;
}

.search-wrap .input-group {
	float: right;
	width: 100% !important;
}

#main-img .inner .search-wrap .search_name {
	display: block;
	width: 100%;
	height: 42px;
	padding: 4px 16px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.head-btn-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.head-btn-list .list {
	display: flex;
	justify-content:flex-end;
	padding: 16px 0 0 0;
}

.head-btn-list li {
	display: flex;
	align-items: center;
}

.head-btn-list .btn-cart-style {
	background-color: rgba(255,255,255,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.head-btn-list .btn-cart-style img {
	width: 32px;
	height: auto;
}



