@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(../web_images/F165905811092.png);
	background-position: 9px 4px;
    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: 400px;
    height: 100px;
}
#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(../web_images/F165905815547.png);
}
/*#mainnav .facebook_topbtn {
	background-image: url();
}*/
#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(../web_images/F165905817657.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: 6vw;
}
.about-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(../web_images/F165905821456.jpg);
	background-position: 70% bottom;
	background-repeat: no-repeat;
	background-size: 200%;
	opacity: 0.6;
}
.about-all .about-center {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}
.about-pic {
	position: relative;
	width: 100%;
}
.about-txt {
	position: relative;
    width: 100%;
    max-width: 650px;
    padding: 6%;
    margin: auto;
}
.about-all .edit-title h2 {
	margin-left: 0;
	padding-bottom: 17px;
}
.about-txt p {
	position: relative;
    padding-top: 30px;
	border-top: 5px solid #55A38A;
    line-height: 40px;
}
.about-txt b {
	position: relative;
    display: block;
    color: #1F5357;
    margin-bottom: 20px;
}
.call-box {
    padding: 20px 0;
    text-align: left;
}
.call-btn {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    width: 240px;
    padding: 10px;
    padding-left: 47px;
    margin: 10px 0;
    margin-right: 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(64,123,104) 24%, rgb(32,84,87) 82%);
	background: -webkit-linear-gradient(left, rgb(64,123,104) 24%,rgb(32,84,87) 82%); 
	background: linear-gradient(to right, rgb(64,123,104) 24%,rgb(32,84,87) 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(../web_images/F165905824913.png);
}
.call-btn.call-line:before {
	background-image: url(../web_images/F165905827254.png);
}
@media screen and (min-width: 1170px){
	.about-txt {
	    padding: 2%;
	}
	.about-pic {
		width: 50%;
	}
	.about-txt {
	    width: 50%;
	    margin-left: 0;
	}
	.about-all:before {
		background-position: right bottom;
		background-size: contain;
		opacity: 1;
	}
}






/* service */
.service-all {
	position: relative;
	padding-bottom: 5vw;
}
.service-all:before {
	position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../web_images/F165905892108.jpg);
    background-position: 70% top;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-center {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.service-pic {
	position: relative;
	width: 100%;
	max-width: 1120px;
}
.service-pic img {
    transform: translateY(0px);
}
.service-txt {
	position: relative;
	width: 100%;
	padding: 3%;
    padding-left: 7%;
    text-align: -webkit-center;
}
.service-txt .edit-title h2 {
	margin: 35px auto 0 auto;
	padding-bottom: 17px;
}
.service-list {
	position: relative;
	text-align: center;
	max-width: 335px;
}
.service-list li {
	position: relative;
	padding-top: 33px;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}
.service-list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 52px;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.service-list .item-01:before {
	background-image: url(../web_images/F165905915629.png);
}
.service-list .item-02:before {
	background-image: url(../web_images/F165905917359.png);
}
.service-list .item-03:before {
	background-image: url(../web_images/F165905918955.png);
}
.service-list .item-04:before {
	background-image: url(../web_images/F165905920444.png);
}
.service-list .item-05:before {
	background-image: url(../web_images/F165905922042.png);
}
.service-list .item-06:before {
	background-image: url(../web_images/F165905923546.png);
}

@media screen and (min-width: 900px){
	.service-all {
		padding-bottom: 0;
	}
	.service-all:before {
	    background-position: right top;
	}
	.service-pic {
		width: 60%;
	}
	.service-pic img {
	    transform: translateY(100px);
	}
	.service-txt {
		width: 40%;
		padding: 3%;
	    padding-left: 7%;
	    text-align: center;
	}
	.service-txt .edit-title h2 {
		margin: auto;
		margin-left: 35px;
		padding-bottom: 17px;
	}
	.service-list li {
		padding-top: 40px;
	}
}








/*area*/
.area-all {
	position: relative;
	padding-top: 10vw;
}
.area-center {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: auto;
	justify-content: center;
	align-items: stretch;
}
.area-center li {
	position: relative;
    width: 80%;
    max-width: 388px;
    margin: 7px auto;
    border: 1px solid #C1E3DB;
    border-bottom: 7px solid #205457;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.area-center .area-pic {
	position: relative;
}
.area-center .area-pic b {
    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    bottom: 2px;
    text-align: center;
}
.area-center .area-txt {
	position: relative;
	padding: 20px;
	font-size: 0.8rem;
	line-height: 1.6rem;
}

@media screen and (min-width: 545px){
	.area-center li {
		width: calc(50% - 16px);
		margin: 8px;
	}
	@media screen and (min-width: 1065px){
		.area-center li {
			width: calc(25% - 10px);
			margin: 5px;
		}
		.area-center .area-txt {
			font-size: 1rem;
		}
	}
}





/* C-mode */

#products_list {
	padding: 5vw 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: #1F5257;
}
.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;
}
.product_txt .call-btn {
    position: relative;
    display: inline-block;
    width: 270px;
    padding: 10px;
    padding-left: 47px;
    margin: 10px;
    margin-right: 5px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
}
.product_txt .call-btn:before {
	position: absolute;
	display: block;
	content: '';
	width: 34px;
	height: 32px;
	top: 11px;
	left: 18px;
	background-image: url(../web_images/F165905824913.png)
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}



@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: 100%;
	height: 100%;
	left: : 0;
	bottom: 0;
	background: url(../web_images/F165905933725.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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: #205457;
    border: 1px solid #205457;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #205457;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
@media screen and (max-width: 768px){
	#Contact:before {
		background-size: 200%;
		background-position: 58% bottom;
	}
	@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: #fff;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #fff;
}
.footer .copyR a {
	color: #fff;
}
.footer {
	position: relative;
	padding-top: 0;
	text-align: left;
}

/* */
.footer {
	position: relative;
	background-image: url(../web_images/F165905935921.jpg);
	background-position: 70% top;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-all {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    width: 90%;
    padding: 4vw;
    margin: auto;
}
.footer-left {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
}
.footer-left img {
	position: relative;
	margin: auto;
}
.footer-right {
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.footer-btn-box a {
	position: relative;
	display: inline-block;
	width: 56px;
    height: 56px;
    margin: 10px 7px;
    border-radius: 20%;
    background: -webkit-linear-gradient(90deg, #153739 20%, #205457 65%);
    box-shadow: 4px 4px 15px rgb(0 0 0 / 40%);
}
.footer-btn-box a:before {
	position: absolute;
	display: block;
	content: '';
	width: 60%;
	height: 60%;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translate(-50%,-50%);
}
.footer-btn-box .tel:before{
	background-image: url(../web_images/F165905938169.png);
}
.footer-btn-box .line:before{
	background-image: url(../web_images/F165905939865.png);
}
.footer-info {
	position: relative;
    margin: 10px auto;
    color: #fff;
    line-height: 1.5em;
}
.footer-info li {
	position: relative;
	margin: 5px 0;
}

@media screen and (min-width: 750px) {
	.footer {
		background-position: right top;
	}
	.footer-left {
		width: 50%;
	}
	.footer-left img {
		margin: auto 30px auto auto;
	}
	.footer-right {
		width: 50%;
		padding: 20px;
		text-align: left;
}





.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(../web_images/F165905941931.png);
}
.float_call {
	background-color: #205457;
	background-image: url(../web_images/F165905943560.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;
	}
}