@charset "utf-8";
/* same for all edit part */
html {
	font-size: 120%;
}
body {
	background-color: #efeff1;
	color: #333;
}
.mw-100 {
	max-width: 100%;
	display: block;
	margin: auto;
}
.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: 15px auto;
}
.edit-title h2 {
	position: relative;
	width: 92%;
	max-width: 700px;
    margin: 10px auto;
    padding: 10px 0;
	font-size: 1.35rem;
	line-height: 2rem;
	color: #396DA5;
}
.edit-title h2 img {
	display: block;
	max-width: 180px;
	margin: auto;
}
.edit-title h2 span {
	display: none;
}
.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: center;
}
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: 20px;
}
@media only screen and (min-width: 568px) {
	.edit-title h2 img {
		max-width: 210px;
	}
	@media only screen and (min-width: 767px) {
		html {
			font-size: 135%;
		}
		.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%;}
		.bx-wrapper .bx-pager {
			bottom: 55px;
		}
		.edit-title h2 {
		    padding: 30px 0;
		}
		.edit-title h2 img {
			max-width: 240px;
		}
		@media only screen and (min-width: 900px) {
			.bx-wrapper .bx-pager {
				bottom: 0px;
			}
			.edit-title h2 img {
				max-width: 100%;
			}
		}
	}
}



/* menu */
#header {
	background: #DEDEDF;
	position: static;
	height: 105px;
}
#logo {
	margin: 15px 10px;
    width: 210px;
    height: 75px;
}
#navigation {
	margin-top: 0;
	margin-left: 210px;
	padding: 5px 0;
}
#mainnav li {
	position: relative;
	margin: 10px 8px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #9c4c5e;
}
#mainnav li a:hover {
    color: #C55F75;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-size: 40px 40px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861213490.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861210536.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1068px) {
	#logo {
		float: none;
	    margin: 6px auto;
	    width: 200px;
	    height: 71px;
	}
	#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: 2px;
	}
	#logo {
		width: 150px;
	    height: 54px;
		float: none;
		margin: 11px auto;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861215315.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;
		border-bottom-color: #dededf;
	}
	#mainnav li a {
		color: #b33c3c;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 100px;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #e593a4;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #b33c3c;
	}
}



/* call-area */
@media only screen and (min-width: 768px){
	@media only screen and (min-width: 968px){
	}
}


/* about */
.about-all {
	position: relative;
	padding: 2vw 0;
}
.about-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861125063.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-txt {
	position: relative;
	width: 92%;
	margin: auto;
}
.about-txt:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861126916.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-txt p {
	max-width: 700px;
	margin: auto;
	margin-top: 30px;
	padding: 10px;
}
.about-txt p .big {
	display: block;
	font-size: 1.35rem;
	margin-bottom: 30px;
}
.about-B {
	position: relative;
	max-width: 1064px;
	width: 92%;
	margin: 30px auto;
	border: 3px solid #909090;
}
.about-B .flist {
	border: 3px solid #fff;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F159117617030.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.about-B .flist p {
	padding-left: 2%;
}
.about-B .flist p small {
	display: inline-block;
	padding-right: 5px;
	width: 75px;
	color: #545454;
}
.about-B .flist p a {
	color: #333;
}
.about-B .flist p .add {
	font-size: .825rem;
}
@media only screen and (min-width: 576px){
	.about-B .flist p small {
		font-size: inherit;
		padding-right: 10px;
		width: 120px;
	}
	@media only screen and (min-width: 768px){
		.about-txt:before {
			height: 100%;
			background-position: right top;
		}
		.about-B {
			margin: 50px auto;
			border: 8px solid #909090;
		}
		.about-B .flist {
			border: 5px solid #fff;
		}
		.about-B .flist p {
			padding-left: 3%;
		}
		
		@media only screen and (min-width: 900px){

		}
	}
}


/* service */
.service-all {
	position: relative;
	padding: 2vw 0;
}
.service-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861102743.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.service-box {
	width: 90%;
	max-width: 710px;
	margin: 50px auto;
	padding: 3%;
	background-color: rgba(238,236,233,.7);
}
.service-list {
	width: 92%;
	max-width: 400px;
	margin: 20px auto;
}
.service-list li {
	position: relative;
	width: 50%;
	padding-left: 18px;
	padding-right: 5px;
	margin: 3px 0;
}
.service-list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	left: 0;
	top: 13px;
	background-color: #B94A32;
}
.service-txt {
	margin-top: 30px;
	padding: 5%;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861111893.png),url(https://onepage.888dweb.com/0933221150/web_images/F164861114641.png);
	background-position: left top,right bottom;
	background-repeat: no-repeat;
}
.service-txt b {
	display: block;
	text-align: center;
	padding: 15px 0 30px;
}
@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){
		.service-all {
			padding-top: 80px;
			padding-bottom: 50px;
		}
		.service-box {
			margin: 80px auto;
			background-color: rgba(238,236,233,1);
		}
		.service-list li {
			padding-left: 25px;
		}
		.service-list li:before {
			width: 13px;
			height: 13px;
			top: 11px;
		}
		@media only screen and (min-width: 900px){

		}
	}
}


/* stone-A */
.stone-all {
	position: relative;
	padding: 2vw 0;
}
.stone-txt {
	position: relative;
	width: 92%;
	margin: auto;
}
.sub-title {
	position: relative;
	width: 150px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 30px auto;
}
.sub-title:before {
	position: absolute;
	content: '';
	display: block;
	width: 150px;
	height: 15px;
	background-color: #E9A3BB;
	left: 0;
	bottom: 10px;
}
.sub-title span {
	position: relative;
}
.sub-title-nd {
	margin: 20px 0;
	font-weight: bold;
	color: #B94B33;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861134755.png);
}
.num {
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	font-size: 1.3rem;
	color: #B94B33;
}
.stone-txt p {
	padding-bottom: 20px;
}
.stone-txt b {
	display: block;
	margin: 20px 0;
	font-weight: normal;
}
.stoneA-all {
	position: relative;
	padding-top: 70px;
}
.stoneA-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861121568.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.stoneA-all .stone-txt {
	position: relative;
	padding-bottom: 50px;
}
.stoneA-all .stone-txt:after {
	position: absolute;
	content: '';
	display: block;
	width: 42%;
	max-width: 235px;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861129115.png);
	background-position: right 95%;
	background-repeat: no-repeat;
	background-size: contain;
}
.stoneB-all {
	position: relative;
	padding-top: 70px;
}
.stoneB-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861139290.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.stoneC-all {
	position: relative;
	padding-bottom: 50px;
}
.stoneC-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 40%;
	max-width: 600px;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861142280.png);
	background-position: right 63%;
	background-repeat: no-repeat;
	background-size: contain;
}
.dots-list {
	position: relative;
	padding-bottom: 20px; 
}
.dots-list li {
	position: relative;
	padding-left: 22px;
}
.dots-list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background-color: #E04C19;
	left: 0;
	top: 10px;
}
@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){
		.sub-title {
			margin: 30px 0;
		}
		.stoneA-all {
			padding-top: 70px;
		}
		.stoneA-all:before {
			background-position: left 10%;
			background-size: 100%;
		}
		.stoneB-all {
			padding-top: 70px;
		}
		.stoneB-all:before {
			background-size: 100%;
		}
		@media only screen and (min-width: 900px){
		}
	}
}


/* stone-B */

@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){

		@media only screen and (min-width: 900px){
		}
	}
}



/* news */
.fixed_news {
	position: relative;
	width: 92%;
	margin: auto;
	padding: 2vw 0 0;
}
.edit_list {
	max-width: 1100px;
	width: 100%;
	display: block;
	margin: 40px auto;
}
.edit_list li {
	margin-bottom: 30px;
}
.single__box {
	width: 100%;
	padding: 20px 0;
    padding-left: 375px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news_pic {
    width: 100%;
    width: 375px;
    height: 280px;
    margin-left: -375px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/demo_bg.jpg);
}
.news_pic a {
	display: block;
}
.news_pic_lb img {
	display: block;
	max-width: 100%!important;
	height: auto;
	margin: auto;
}
.news_txt {
    width: 100%;
    padding: 15px 30px 15px 50px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    font-size: .9rem;
    color: #666;
}
.news_txt h4 {
    color: #222;
	font-size: 1.25rem;
	letter-spacing: 2px;
    margin: 10px 0;
}
.news_txt p {
    font-size: 1rem;
    color: #444;
    display: block;
    margin: 20px 0;
    padding-top: 25px;
    position: relative;
}
.news_txt a {
	color: #1C6DB7;
}
@media screen and (min-width: 1200px){
	.fixed_news:before {
		opacity: 1;
	}
}
@media screen and (max-width: 768px){
	.single__box {
	    padding-left: 0;
	}
	.news_pic {
		width: 100%;
	    margin: auto;
	    display: block;
	}
	.news_txt {
		padding: 15px;
	}
	.news_txt h4 {
		text-align: center;
	}
}



/* contact */
#Photos {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: none;
	padding: 2vw 0;
}
.grid_container {
	background-color: transparent;
}
#products_list {
	padding: 30px 0;
}
#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_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
.add_to_cart {
	display: none;
}
.products_lists .product_txt {
	padding-right: 0;
}
.product_txt p a {
	color: #0089ff;
}
#Contact {
	background: none;
	position: relative;
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861154638.jpg),url(https://onepage.888dweb.com/0933221150/web_images/F164861156707.jpg);
	background-position: right 26%,left bottom;
	background-repeat: no-repeat;
	background-size: auto;
}
.contact_part .center {
	position: relative;
    padding: 50px 0;
    background-color: transparent;
    background-image: none;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	margin: 10px 0;
	display: none;
}
.contact_quick_social:after {
	display: none;
}
.contact_quick_social li a {
	width: 40px;
	height: 40px;
}
/*.contact_quick_social .line_btn {
	background-image: url(../web_images/F159039978103.png);
}
.contact_quick_social .facebook_btn {
	background-image: url(../web_images/F159039976397.png);
}*/
.contact_quick_social .mail_btn {
	display: none;
}
#Contact .edit-title + p
/*#Contact .contact_quick_social + p*/ {
	width: 100%;
	text-align: center;
    margin: 40px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
}
.table01 {
	color: #333;
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
	color: #333;
	font-size: 0.9rem;
}
.buttoneffect {
	border: 1px solid #C24B64;
    color: #C24B64;
    background-color: #fff;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #C24B64;
}
.form_title {
	margin-left: -106px;
}
@media screen and (max-width: 1500px){
	#Contact:before {
		background-size: 40%;
	}
	@media screen and (max-width: 768px){
		#Contact:before {
			background-size: 60%;
		}
		@media only screen and (max-width:479px) {
			.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: #C24B64;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    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 {
	background-color: transparent;
}
.footer {
	position: relative;
	padding: 0;
	color: #333;
	background: transparent;
}
.footer a {
	color: #333;
}
.footer .copyR {
	position: relative;
	background-color: #343425;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #fff;
}
.footer .copyR a {
	color: #fff;
}
.footer-all {
	position: relative;
	padding: 20px 0;	
	text-align: left;
	background-color: #edcad1;
}
.footer-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861161717.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer-all .flist {
	width: 92%;
	margin: auto;
}
.footer-all .flist .w-6 {
	position: relative;
}
.footer_logo_img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.footer-info {
	width: 360px;
	margin: 20px auto;
	font-size: .9rem;
}
.footer-info li {
	margin: 5px 0;
}
.qrcode {
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	width: 80px;
	height: 80px;
	background-size: 80px;
	background-position: center;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861163404.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 900px){
	.footer-all:before {
		background-size: cover;
		opacity: .6;
	}
	@media screen and (max-width: 768px){
		.footer-all .flist .w-6 {
			max-width: 400px;
			margin: auto;
		}
		.footer_logo_img {
			max-width: 180px;
		}
		.footer-info {
			width: 325px;
			margin: 0 auto;
		}
	}
}
.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    left: 50px;
    bottom: 40px;
}
.float-btn a {
	display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .9;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 62px 62px;
}
.float_call {
	background-color: #323232;
	background-image: url(https://onepage.888dweb.com/0933221150/web_images/F164861165648.png);
}
/*.float_line {
	background-color: #47D001;
	background-image: url(../web_images/F159099154599.png);
}*/
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		left: 25px;
    	bottom: 2%;
	}
	.float-btn a {
		width: 50px;
		height: 50px;
    	background-size: 44px 44px;
    	border-width: 3px;
	}
}