@charset "utf-8";
/* same for all edit part */
html {
	font-size: 20px;
}
body {
	color: #333;
}
.mw-100 {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	position: relative;
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
	margin:0 auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 240px;
	margin: 20px auto;
    padding: 10px 10px 10px 16px;
	letter-spacing: 2px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75rem;
	text-align: center;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994061576.png);
	background-position: 27px 9px;
    background-repeat: no-repeat;
}
.edit-title h2 span {
	position: relative;
	display: block;
	color: #AAAAAA;
    font-size: 0.85rem;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
    -moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
/*.pd-s {
	padding: 2%;
}*/
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: 4vw;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 568px) {
	@media only screen and (min-width: 767px) {
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}

	}
}


/* menu */
#header {
	position: relative;
	background-color: #fff;
	height: 120px;
}
#logo {
	position: relative;
	margin: 17px 0px 13px;
    width: 285px;
    height: 90px;
}
#navigation {
	margin-top: 0;
	margin-left: 300px;
	padding: 5px 0;
}
#mainnav li {
	position: relative;
	margin: 20px 5px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #444;
}
#mainnav li a:hover {
    color: #333;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	background-size: 36px 36px;
	position: relative;
}
/*#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0910222702v/web_images/F165905815547.png);
}*/
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994064893.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#logo {
		float: none;
	    margin: 15px auto;
	    width: 253px;
	    height: 80px;
	}
	#header {
		padding-top: 5px;
		height: auto;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 5px;
	}
	#logo {
		width: 190px;
	    height: 60px;
	    float: none;
	    margin: 7px auto 8px 15px;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994067508.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}


/* about */
.about-all {
	position: relative;
	padding-top: 6vw;
	padding-bottom: 3vw;
}
.about-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994070819.jpg);
	background-position: 85% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}
.about-all .about-center {
	position: relative;
	width: 85%;
	max-width: 786px;
	margin: auto;
}
.about-center .edit-title h2 {
	margin: 5px auto;
}
.about-center img {
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-txt {
	position: relative;
    width: 100%;
}
.about-call {
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.call-box {
	position: relative;
	margin: 20px auto;
}

.call-btn {
    position: relative;
    display: inline-block;
    vertical-align: initial;
    width: 240px;
    padding: 10px;
    padding-left: 47px;
    margin: 10px 5px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
}
.call-btn.call-tel {
	background: rgb(64,123,104);
	background: -moz-linear-gradient(left, rgb(27,120,160) 24%, rgb(1,79,108) 82%);
	background: -webkit-linear-gradient(left, rgb(27,120,160) 24%,rgb(1,79,108) 82%); 
	background: linear-gradient(to right, rgb(27,120,160) 24%,rgb(1,79,108) 82%);
}

.call-btn.call-line {
	background: rgb(0,166,0);
	background: -moz-linear-gradient(left, rgb(0,166,0) 24%, rgb(0,115,0) 82%);
	background: -webkit-linear-gradient(left, rgb(0,166,0) 24%,rgb(0,115,0) 82%);
	background: linear-gradient(to right, rgb(0,166,0) 24%,rgb(0,115,0) 82%);
}
.call-btn:before {
	position: absolute;
	display: block;
	content: '';
	width: 34px;
	height: 32px;
	top: 12px;
	left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.call-btn.call-tel:before {
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994072782.png);
}
.call-btn.call-line:before {
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994074341.png);
}

@media screen and (min-width: 1300px){
	.about-all:before {
		opacity: 1;
		background-position: right bottom;
	}
}





/* service */
.service-all {
	position: relative;
	z-index: 2;
}
.service-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994087918.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-all .flist {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.service-right {
	position: relative;
	width: 100%;
	padding: 15px;
	padding-bottom: 20px;
}
.service-right .edit-title h2 {
	margin-left: 20px auto;
	color: #fff;
}
.service-right .service-txt {
	position: relative;
	max-width: 800px;
	padding: 20px;
	margin: auto;
	color: #fff;
}
.service-right .service-txt h3 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.6rem;
    font-weight: 400;
}
.service-right .service-txt p {
	line-height: 2;
}
.service-left {
	position: relative;
	width: 100%;
	max-width: 1000px;
	transform: translateY(0);
}
.service-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 3%;
	padding-right: 3%;
}
.service-list li {
	position: relative;
	width: calc(50% - 10px);
    max-width: 300px;
    margin: 5px;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(51 51 51 / 30%);
}
.service-list .inner {
	position: relative;
	text-align: center;
	padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}
.service-list .inner p {
	padding: 10px;
	font-size: 0.8rem;
}
.service-list .inner img {
	position: relative;
	width: 50%;
	max-width: 128px;
	margin: auto;
}
@media screen and (min-width: 750px) {
	.service-right {
		padding: 50px;
	}
	.service-right .service-txt h3 {
		font-size: 2rem;
	}
	.service-list li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}
	.service-list .inner {
		padding-top: 50px;
	    padding-bottom: 30px;
	}
	.service-list .inner p {
		font-size: 1rem;
	}

	@media screen and (min-width: 1300px){
		.service-all:before {
			height: 100%;
			background-position: right bottom;
		}
		.service-right {
			width: 40%;
			padding-top: 90px;
		}
		.service-right .edit-title h2 {
			margin-left: 0;
		}
		.service-right .service-txt {
			max-width: 500px;
			margin: 0;
		}
		.service-right .service-txt h3 {
			text-align: left;
		}
		.service-left {
			width: 60%;
			transform: translateY(110px);
		}
		.service-list {
			justify-content: flex-end;
		}
	}
}





/*area*/
.area-all {
	position: relative;
	padding-top: 9vw;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994091778.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.area-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 573px;
	height: 100%;
	right: 0;
    top: 0;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994093448.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}
.area-txt {
    position: relative;
    max-width: 500px;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px){
	.area-all:before {
		right: 6%;
    	top: 12%;
		opacity: 1;
	}

	@media screen and (min-width: 1650px){
		.area-all:before {
			right: 17%;
		}
		.area-txt {
		    text-align: right;
		    margin: 50px auto 50px 25%;
		}
	}
}








/* C-mode */

#products_list {
	padding: 1vw 0 0 0;
}
#products_list .edit-title {
	color: #333;
}
#products_list .edit-title h2 {
	position: relative;
}
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	display: none;
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto;
	height: 45px;
	text-indent: -9999px;
}
#products_list .products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
#products_list .products_lists .product_txt .product_name {
	color: #004D6C;
}
.add_to_cart {
	display: none;
}
.products_lists .product_txt {
	padding-right: 0;
}
.products_lists li .slick-dots li {
	width: 15px;
	height: 15px;
	line-height: 1.1rem;
	margin: 0 4px;
}
.products_lists .slick-dots li button {
	width: 15px;
	height: 15px;
}
.products_lists .slick-dots li button:before {
    line-height: 18px;
    width: 15px;
    height: 15px;
}




@media only screen and (min-width: 768px){
	#products_list {
		background-size: auto;
	}
}




/* contact */
#Contact {
	background: none;
	position: relative;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: url(https://onepage.888dweb.com/0983169077/web_images/F165994095393.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	/*opacity: 0.6;*/
}
#Contact .edit-title h2 {
	margin-left: auto;
	margin-right: auto;
}
.contact_part .center {
	position: relative;
    padding: 0 30px 50px 30px;
    background-color: transparent;
    background-image: none;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
.contact_quick_social:after {
	display: none;
}
#Contact .edit-title + p {
	width: 100%;
	text-align: center;
    margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
	color: #444;
	font-size: 0.9rem;
}
.buttoneffect {
    color: #014F6C;
    border: 1px solid #014F6C;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #014F6C;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
@media screen and (max-width: 500px){
	#Contact:before {
		background-size: 100%;
		background-position: left bottom;
		opacity: 0.7;
	}
	@media only screen and (max-width:479px) {
		.formstyle ul li {
			padding-left: 5px;
		}
		.form_title {
			margin-left: 0;
		}
	}
}



/* footer */

.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 2%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #ddd;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #444;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	
}
.footer {
	position: relative;
	padding: 0;
	color: #333;
	background: transparent;
	font-size: .8rem;
}
.footer a {
	color: #333;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #333;
}
.footer .copyR a {
	color: #333;
}
.footer {
	position: relative;
	padding-top: 0;
	text-align: left;
}

/* */
.footer {
	position: relative;
	background-color: #F6F6F6;
}
.footer:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994097703.jpg);
	background-position: 35% top;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-all {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 4vw;
    margin: auto;
}
.footer-left {
	position: relative;
	display: block;
	width: 100%;
	padding: 18px;
	margin: auto auto auto 0;
}
.footer-left .fpmg {
	position: relative;
	display: block;
	width: 300px;
	margin: auto;
}
.footer-center {
	position: relative;
	width: 100%;
	padding: 2%;
	padding-top: 30px;
	padding-bottom: 35px;
	margin: auto;
}
.footer-center img {
	position: relative;
	margin: auto;
}

.footer-right {
	position: relative;
	width: 100%;
	padding: 20px;
	text-align: center;
	margin: auto 0 auto auto;
}
.footer-right .qrcode {
	position: relative;
	display: block;
	width: 125px;
    height: 125px;
    margin: auto;
    background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994101596.jpg);
    background-repeat: no-repeat;
}

.footer-info {
	position: relative;
    margin: 10px auto;
    line-height: 1.5em;
}
.footer-info li {
	position: relative;
	margin: 5px 0;
}


@media only screen and (min-width: 855px) {
	.footer-center {
		width: 100%;
		order: 1;
	}
	.footer-right {
		width: 40%;
		text-align: left;
		order: 2;
	}
	.footer-right .qrcode {
	    margin: auto auto auto 0;
	}
	.footer-left {
		width: 40%;
		order: 3;
	}
	@media only screen and (min-width: 1140px){
		.footer-center {
			width: 33.333%;
			padding-top: 0;
			padding-bottom: 0;
			order: 2;
		}
		.footer-right {
			width: 33.333%;
			margin: auto auto auto 0;
			order: 3;
		}
		.footer-left {
			width: 33.333%;
			margin: auto 0 auto auto;
			order: 1;
		}
	}
}






.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    right: 50px;
    top: 180px;
}
.float-btn a {
	display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 58px 58px;
}
.float_line {
	background-color: #47D001;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994103468.png);
}
.float_call {
	background-color: #175981;
	background-image: url(https://onepage.888dweb.com/0983169077/web_images/F165994107388.png);
}
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		right: 15px;
    	top: 150px;
	}
	.float-btn a {
		width: 50px;
		height: 50px;
    	background-size: 40px 40px;
    	border-width: 3px;
	}
}