@charset "utf-8";





@media only screen and (max-width: 480px) {



#h2-bg-menu{
	background: transparent url(../i/h2_bg_menu.jpg) no-repeat center center ;
	background-size: cover;
}




.head-lead{
	width:100%;
	margin: 0 0 45px 0;
	text-align: left;
}

.lead-h3{
	font-size:27px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}

.lead-h3 span{
	display: block;
	color:#f29600;
	font-size:16px;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 0 0 0 0;
	margin: 0 0 0px 0;
}


.page-link{
	width:100%;
	margin: 0 0 45px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-link-col{
	width:48%;
	text-align: left;
	margin: 0 0 30px 0;
}

.page-link-col h4{
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 0 0 36px 0;
	position:relative;
}

.page-link-col h4:after{
	content:"";
	display:block;
	width:80px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-15px;
	left:0px;
	}

.page-link-col a{
	display: block;
	width:120px;
	height: 36px;
	text-align: center;
	color:#fff;
	border-radius: 45px;
	padding: 6px 0 0 9px;
	font-size: 15px;
	background: #000 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:15px auto;
}

.page-link-col a:hover{
	background: #f29600 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:18px auto;
}



.menu-h3{
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 15px 0 30px 0;
	position:relative;
}

.menu-h3:after{
	content:"";
	display:block;
	width:90px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-15px;
	left:0px;
	}
	

.page-to-price{
	width:100%;
	margin:45px auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

.page-to-price a{
	display: block;
	height: 220px;
	background: transparent url(../i/menu_price_bg.jpg) no-repeat center center ;
	padding: 30px 21px 30px 21px;
}

.page-to-price a:hover{
	opacity: 0.8;
}

.to-price-h4{
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.25em;
	color:#f29600;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.page-to-price p{
	color:#fff;
}

.page-to-price span{
	display: inline-block;
	color: #fff;
	width: 120px;
	height: 42px;
	border-radius: 42px;
	padding: 12px 0 0 0;
	font-size: 20px;
	background: #000 url(../i/anchor_wh.png) no-repeat center center ;
	background-size:18px auto;
}





ul.check{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style: none;
}
ul.check li{
	font-size:18px;
	line-height: 30px;
	margin: 15px 0 15px 0;
	padding:0 0 0 24px;
	background: transparent url(../i/check_listmark.png) no-repeat left 2px ;
	background-size:22px auto;
	
}




.head-photo{
	width: 100%;
	margin: 24px 0 30px 0;;
}
.head-photo img{
	width: 100%;
}


.coating-lead{
	margin-bottom: 0px;
	text-align: left;
}


.coating-point{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.coating-point-col{
	width: 48%;
	margin-bottom: 24px;
}

.coating-point-photo{
	width: 100%;
	margin-bottom: 12px;
}
.coating-point-photo img{
	width: 100%;
}
.coating-point-note{
	text-align: left;
	font-size:14px;
	line-height: 1.5;
}


.coating-recommend-wrapper{
	width: 100%;
	margin: 60px 0 45px 0;
}

.coating-recommend-h3{
	font-size:24px;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
}

.coating-recommend-h3 span{
	display: block;
	font-size:14px;
	color:#f29600;
	margin-top: 15px;
}

.coating-recommend{
	width: 100%;
	display: block;
	justify-content: space-between;
	text-align: left;
}

.coating-recommend-left{
	width: 100%;
}

.coating-recommend-right{
	width: ;
	text-align: center;
}

.coating-recommend-p{
	margin-top: 21px;
	margin-bottom: 21px;
}


.coating-price{
	text-align: left;
	margin: 60px 0 60px 0;
}


}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {
	

#h2-bg-menu{
	background: transparent url(../i/h2_bg_menu.jpg) no-repeat center center ;
	background-size: cover;
}

.head-lead{
	width:100%;
	margin: 0 0 45px 0;
	text-align: left;
}

.lead-h3{
	font-size:30px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}

.lead-h3 span{
	display: block;
	color:#f29600;
	font-size:21px;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}


.page-link{
	width:100%;
	margin: 0 0 45px 0;
	display: flex;
	justify-content: space-between;
}

.page-link-col{
	width:200px;
	text-align: left;
}

.page-link-col h4{
	font-size: 21px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 0 0 36px 0;
	position:relative;
}

.page-link-col h4:after{
	content:"";
	display:block;
	width:80px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-15px;
	left:0px;
	}

.page-link-col a{
	display: block;
	width:120px;
	height: 45px;
	text-align: center;
	color:#fff;
	border-radius: 45px;
	padding: 10px 0 0 9px;
	font-size: 15px;
	background: #000 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:18px auto;
}

.page-link-col a:hover{
	background: #f29600 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:18px auto;
}



.menu-h3{
	font-size: 21px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 15px 0 36px 0;
	position:relative;
}

.menu-h3:after{
	content:"";
	display:block;
	width:120px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-15px;
	left:0px;
	}
	

.page-to-price{
	width:1000px;
	height: 220px;
	margin:60px auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

.page-to-price a{
	display: block;
	height: 220px;
	background: transparent url(../i/menu_price_bg.jpg) no-repeat center center ;
}

.page-to-price a:hover{
	opacity: 0.8;
}

.to-price-h4{
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.25em;
	color:#f29600;
	margin: 0px 0 0 0;
	padding: 51px 0 0 0;
}

.page-to-price p{
	color:#fff;
}

.page-to-price span{
	display: inline-block;
	color: #fff;
	width: 120px;
	height: 42px;
	border-radius: 42px;
	padding: 12px 0 0 0;
	font-size: 20px;
	background: #000 url(../i/anchor_wh.png) no-repeat center center ;
	background-size:18px auto;
}





ul.check{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style: none;
}
ul.check li{
	font-size:18px;
	line-height: 30px;
	margin: 15px 0 15px 0;
	padding:0 0 0 24px;
	background: transparent url(../i/check_listmark.png) no-repeat left 2px ;
	background-size:22px auto;
	
}


.head-photo{
	width: 100%;
	margin: 24px 0 30px 0;;
}
.head-photo img{
	width: 100%;
}


.coating-lead{
	margin-bottom: 60px;
	text-align: left;
}


.coating-point{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.coating-point-col{
	width: 220px;
}

.coating-point-photo{
	width: 100%;
	margin-bottom: 12px;
}
.coating-point-photo img{
	width: 100%;
}
.coating-point-note{
	text-align: left;
	font-size:14px;
	line-height: 1.5;
}


.coating-recommend-wrapper{
	width: 100%;
	margin: 60px 0 45px 0;
}

.coating-recommend-h3{
	font-size:30px;
	border-bottom: 1px solid #333;
	padding-bottom: 18px;
}

.coating-recommend-h3 span{
	display: block;
	font-size:15px;
	color:#f29600;
	margin-top: 18px;
}

.coating-recommend{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.coating-recommend-left{
	width: 600px;
}

.coating-recommend-right{
	width: ;
	text-align: right;
}

.coating-recommend-p{
	margin-top: 45px;
}


.coating-price{
	text-align: left;
	margin: 60px 0 60px 0;
}



}/*//end  min-width: 481px ///////////////////////*/











