@charset "utf-8";
/* same for all edit part */
html {
	font-size: 24px;
}
body {
	background: url(https://onepage.888dweb.com/0425223298/web_images/F156885645861.png);
	line-height: 1.75rem;
}
.mw-100 {
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part .center {
	font-size: 1rem;
	padding-top: 30px;
	padding-bottom: 20px;
}
h2.edit_title {
	width: 406px;
	margin: 20px 0;
	padding: 15px;
	position: relative;
	font-size: 1.4rem;
	color: #523432;
	background: url(https://onepage.888dweb.com/0425223298/web_images/F156885641274.png) center bottom no-repeat;
	background-size: contain;
	text-align: center;
}
h2.edit_title span {
	font-size: 1.1rem;
	padding-left: 10px;
	font-weight: normal;
}
.big_txt {
	color: #523332;
	font-size: 1.3rem;
}
.sub_txt{
	display: block;
	font-weight: bold;
	color: #525252;
	font-size: 1.25rem;
}
.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;
    align-items: flex-end;
}
.box_half {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 18px;
	}
	h2.edit_title {
		width: 300px;
	}
	h2.edit_title span {
	    font-size: 1rem;
	}
	.box_half {
		width: 100%;
	}
	@media only screen and (max-width: 567px) {
		h2.edit_title span {
		    font-size: .9rem;
		    padding-left: 0;
		    display: block;
		}
	}
}

/* menu */
#header {
	background-color: #F1F1ED;
	position: static;
}
#logo {
	margin: 15px 10px;
	width: 302px;
	height: 65px;
}
#navigation {
	margin-top: 0;
}
#mainnav li {
	position: relative;
	margin: 15px 10px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 20px 0;
    color: #A3694C;
}
#mainnav li a:hover {
    color: #C71E47;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 42px;
	height: 42px;
	padding: 21px;
	margin: 3px 10px;
	background-size: contain;
	position: relative;
}
#mainnav li:last-child a:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	background-color: #A3694C;
	margin: 10% 0;
	top: 0;
	left: -12px;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885653558.png);
}	
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885649343.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 767px) and (max-width: 970px) {
	#logo {
		margin: 15px 10px;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 88px;
		background-color: rgba(85,85,85,.6); 
		width: 60px;
		z-index: 99;
	}
	#mainnav li:last-child a {
		width: 40px;
		padding: 25px 20px;
		margin: 0;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#logo {
		width: 200px;
		float: none;
		margin: 0 auto;
	}
	.logoImg {
	    margin-top: 18px;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885655332.png);
	}
	#navigation {
		text-align: center;
		z-index: 9;
		background-color: #f9f9f6;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li:last-child{
		background-color: #f1f1ed;
	    margin: 0;
	    border-bottom: 3px solid #846562;
	}
	#mainnav li:last-child a {
		width: 48%;
		padding: 30px;
		background-size: 32px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}

/* about */
.about_part {
	margin: 20px 0;
	padding: 1%;
	position: relative;
}
.about_sec_img {
	width: 60%;
	margin: 15px 0 0;
}
.about_txt_one {
	width: 38%;
	margin: 15px 1% 15px 2%;
	padding: 4%;
	background-color: #F6F6F5;

	position: absolute;
	right: 0;
	bottom: 0;
}
.about_part.aB {
	padding-top: 50px;
}
.about_part.aB .box_all {
	padding: 30px 0;
}
.feature_lists li {
	width: 31.3333%;
	margin: 1%;
	float: left;
	text-align: center;
	color: #523632;
	font-size: 1.25rem;
}
.feature_lists li img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
@media only screen and (max-width: 967px) {
	.about_part {
		padding: 1% 2%;
	}
	.about_txt_one {
		width: 100%;
		position: relative;
		margin: 15px 0 -30px 0;
	}
	.about_sec_img {
		max-width: 700px;
		width: 92%;
		position: relative;
		margin: auto;
	}
	@media only screen and (max-width: 767px) {
		.about_txt_one {
			margin-bottom: 15px;
		}
		.feature_lists {
			max-width: 680px;
			margin: 30px auto;
		}
	}
}

/* service */
#A100 {
	background-color: rgba(225,225,219,.4);
	text-align: center;
}
.service_part {
	margin: 20px 0;
	padding: 1%;
	padding-top: 50px;
	position: relative;
}
.service_part .sub_txt {
	margin-bottom: 30px;
}
.service_img_list {
	padding: 40px 0;
}
.service_img_list li {
	width: 25%;
	float: left;
}
.service_img_list li img {
	width: 100%;
	display: block;
}
.service_txt_list {
	padding: 30px 0;
}
.service_txt_list li {
	width: 33.3333%;
	float: left;
	padding: 2%;
	text-align: left;
	color: #797264;
}
.service_txt_list li .sub_txt {
	margin-bottom: 10px;
	color: #523432;
	font-weight: normal;
}
.brandImg {
	margin-top: 40px;
	margin-bottom: 40px;
}
.step_list {
	padding: 30px 0;
}
.step_list li {
	width: 16.666%;
	float: left;
	padding: 2% 1%;
	text-align: center;
	color: #797264;
}
.step_list li img {
	width: 100%;
	max-width: 162px;
	margin: auto;
	display: block;
}
.link_a {
	text-align: center;
}
.link_a a {
	display: inline-block;
	border: 1px solid #4C4C4C;
	margin: 20px 8px;
	width: 68px;
	height: 68px;
	background-size: 65px 65px;
	background-position: center;
	background-repeat: no-repeat;
}
.link_a .line {background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885671845.png);}
.link_a .tel {background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885666526.png);}
.link_a .phone {background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885669979.png);}
@media only screen and (max-width: 967px) {
	.service_part {
		padding: 1% 2%;
	}
	.step_list {
		max-width: 700px;
		margin: auto;
	}
	.step_list li {
		width: 33.3333%;
	}
	@media only screen and (max-width: 767px) {
		.service_txt_list li {
		    width: 90%;
		    margin: 10px 5%;
		}
		@media only screen and (max-width: 567px) {
			.service_img_list li {
			    width: 49%;
			    margin: 0.5%;
			}
		}
	}
}


.grid_container {
	background-color: transparent;
}
.sale_price,
#Contact,
.product_lists_bg,
.product_list_title {
	display: none;
}
.contact_part .center {
    padding: 50px 0;
    background-image: none;
    background-color: transparent;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
#Contact .edit_title + p {
	text-align: center;
	margin-top: 40px;
}
.table01 {
	border-radius: 0;
}
.formstyle {
	color: #747484;
}
.buttoneffect {
    color: #66AEEA;
    border: 1px solid #66AEEA;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #66AEEA;
}

/* footer */
.to_top {
    color: #1B3394;
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #D41A49;
    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);
}
.main_color_bg {
	background-color: transparent;
}
.footer {
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.25rem;
	color: #523332;
	background-color: #F1F1ED;
}
.footer a {
	color: #523332;
}
.footer p {
	font-size: 14px;
    padding: 20px 0;
    line-height: 22px;
}
.footer_all {
	background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885678562.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0;
}
.footer_all .flist {
    align-items: end;
}
.footer_all:after {
    position: absolute;
    display: block;
    content: '';
    width: 94%;
    height: 1px;
    max-width: 1000px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #523332;
}
.footer .footer_left {
	width: 40%;
}
.footer .footer_right {
	width: 60%;
	text-align: left;
	position: relative;
}
.footer .footer_right ul {
	padding: 0 5%;
}
.footer .footer_right li {
	margin: 5px 0;
	padding-left: 20px;
}
.square_links {
	position: absolute;
	right: 3%;
	width: 50px;
}
.square_links a {
	display: block;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.square_links .btn_facebook {background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885684302.png);}
.square_links .btn_line {background-image: url(https://onepage.888dweb.com/0425223298/web_images/F156885686472.png);}
@media screen and (max-width: 768px){
	.footer_all {
		padding-top: 30px;
	}
	.footer .footer_left { 
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.footer .footer_right {
		width: 100%;
		float: none;
	}
	.square_links {
		width: 40px;
	}
	.square_links a {
		background-size: contain;
		width: 40px;
		height: 40px;
	}

}