@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto+Condensed:wght@700&display=swap');



.font01 {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:100;
}
.font02 {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:300;
}
.font03 {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:400;
}
.font04 {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:500;
}
.font05 {
font-family: 'Noto Sans JP', sans-serif;
 font-weight:600;
}
.font06 {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:700;
}
.font07 {
  font-family: 'Noto Sans JP', sans-serif;
 font-weight:900;
}

/*カスタマイズ*/
.author{
    display:none !important;
}
.new-entry{
	background-color: none!important;
	border:solid 1px #ccc!important;
    border-radius:30px;
}

.i-box{
width:48%!important;
	float:left!important;
	margin-left:1%;
}



.pop_title{
	margin:5px 0px!important;
}
.com_stamp p{
	margin:0px 0px!important;
	pading:0px 0px!important;
}
.com_stamp ul{
	margin:0!important;
	padding:0!important;
}



/* ----------------------------------------
  base
---------------------------------------- */
html {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}
body {
  color: #fff;
  background: #000;
  font-size: 1.7rem;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto;

}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2, .wrapper3 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 30px;
}
.wrapper {
  width: 100%;
}
.wrapper2 {
  width: 100%;
  max-width: 1600px;
}
.wrapper4 {
  width: 98%;
  max-width: 1400px;
  margin:0 auto;
	
}
.c-box{
 clear:both!important;
}

.item-option dt{
	/*width:30%!important;*/
	/*float:left;*/
	text-align: left;
	height:40px;
	padding-top:15px;
}
.item-option dd{
	/*width:70%!important;*/
	/*float:right;*/
}
.field_price{
	clear:both!important;
	
}


.wf-hannari { font-family: "Hannari"; }
.wrapper3 {
  width: 100%;
  max-width: 1200px;
}
.deco a {
  text-decoration: none;
}
.bg01 {
  background-color:rgb(240,235, 235,0.4);
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  width: 100%;
	position:fixed;
  background-color: #000;
  z-index: 9997;
	top:0px;
	left:0px;
}
#head h1 {
  float: left;
  width: 500px;
  transition: 0.4s ease-in-out;
  margin-top:20px;
 
}
.head-bg h1 {
  width: 600px !important;
}
#head h1 img {
  /*display: block;	*/
}

.logoh{
	width:50%;
	float:left;
}

.free{
	max-width:230px;
	width:50%;
	float:right;
	margin-left:10px;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  float: right;
  overflow: hidden;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin-bottom:20px;

}
.head-bg #gnav {
}
#gnav li {
  display: inline-block;
z-index:10000;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.0;
  text-align: center;
  transition: 0.4s ease-in-out;
  padding:0 20px;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.total-quant{
	 display: inline-block!important;
 background: #ff0000!important;
 border-radius: 50%!important; 
	width: 20px!important;
    height: 20px!important;
	line-height: 20px!important;
	color:#fff!important;
	margin-left:10px!important;
}


/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #000;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 70px 0 0 0;
  text-align: left;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #ccc;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:400;
  font-size: 1.7rem;
  line-height: 8vh;
  text-decoration: none;
paddin-left:10px;
}

/* ----------------------------------------
  side-category
---------------------------------------- */
aside .widget_welcart_category{
	background-color:#fff!important;
	text-align:left!important;
	 padding:5%!important;
}

aside .widget_welcart_category .widget_title{
	border-bottom:solid 1px #efefef!important;
	color:#4B4949!important;
	padding-top:2%!important;
}

aside .widget_welcart_category li{
	padding:5% auto!important;
	border-bottom:solid 1px #efefef;
    margin-bottom:3%;
}

aside{
	max-width:400px;
	width:25%!important;
}
aside .widget_welcart_category li a::after{
font-family: FontAwesome;
content: "\f054";
overflow:hidden;
float:right;
margin-top:5px;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title{
position: relative;
}
#page-title .page-img{
width: 80%;
margin-left: 20%;
padding-top: 550px;
}
#page-title h1{
position: absolute;
top: 250px;
left: 9%;
z-index: 100;
line-height: 1;
color: #000;
font-size: 6rem;
text-align: left;
}
#page-title h1 i{
display: block;
font-size: 3.2rem;
font-style: normal;
margin-top: 30px;
}
#page-title h1 span{
display: block;
color: #2e99dc;
font-size: 2rem;
margin-top: 30px;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #740003;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.cmn-title01 span{
  display: block;
  color: #2e99dc;
  font-size: 1.6rem;
  padding-top: 20px;
}
.cmn-title02 {
  color: #740003;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}

/*----------------------------------------
layout Box
----------------------------------------*/
.service{
	padding:3% 0;
	margin:2% auto;
}

.cont-r{
position: relative;
}

.cont-r .page-img{
margin-right:45%;
padding-top: 550px;
}

.cont-r .box-r{
position: absolute;
top: 30px;
left: 60%;
z-index: 100;
width:35%;

}

.box-r h1{
line-height: 1;
color: #000;
font-size: 4rem;
text-align: left;
}

.cont-r h1 i{
display: block;
font-size: 2.2rem;
font-style: normal;
margin-top: 30px;
}

.cont-r h1 span{
color: #740003;
font-size: 1.6rem;

}

.box-r p{
text-align:left!important;
	margin-top:50px!important;
	margin-bottom:50px!important;
	font-size:1.6rem;
}


.cont-l{
position: relative;
}
.cont-l .page-img{
margin-left:45%;
padding-top: 550px;
}
.cont-l .box-l{
position: absolute;
top: 30px;
left: 5%;
z-index: 100;
width:35%;
text-align:left!important;

}

.box-l h1{
line-height: 1;
color: #000;
font-size: 4rem;
text-align: left;
}

.cont-l h1 i{
display: block;
font-size: 2.2rem;
font-style: normal;
margin-top: 30px;
}

.cont-l h1 span{
color: #740003;
font-size: 1.6rem;

}

.box-l p{
	margin-top:50px!important;
	margin-bottom:50px!important;
	font-size:1.6rem;
}


.service h2{
line-height: 1;
color: #000;
font-size: 6rem;
text-align: left;
margin-left:2%;
}

.service h2  span{
color: #740003;
font-size: 1.6rem;
}


.service h2 i{
font-size: 1.8rem;
font-style: normal;
font-weight:500!important;
margin-top: 30px;
float:right;
margin-right:3%;
color:#000;	
	
}
.common-parts{
	margin-top:5.5%!important;
}
.cart_page_title{
	margin-top:6%!important;
}
.product-list .title{
	text-align: left!important;
}
/* ----------------------------------------
  item-area
---------------------------------------- */
.item_page_title{
  text-align:left!important;
	font-size: 2.0rem!important;
	font-family: 'Noto Sans JP', sans-serif;
 font-weight:400;
	color:#4b4949!important;
}
.item-name{
	text-align:left!important;
	font-size: 1.7rem!important;
	font-family: 'Noto Sans JP', sans-serif!important;
 font-weight:400;
	color:#4b4949!important;
	margin-bottom:45px!important;
}
.item-description{
	text-align:left!important;
	font-size: 1.5rem!important;
	font-family: 'Noto Sans JP', sans-serif;
 font-weight:400;
	color:#4b4949!important;
}
.skuname{
	display:none!important;
}



/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 280px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px;
background-color: #e9546b;
	
	
}
.cmn-btn01 a:hover {
 color: #fff;
text-decoration: none;
	
	
}
.cmn-btn02 a {
  display: inline-block;
  min-width: 250px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #434343;
  border-left: 4px solid #2e99dc;
  padding: 10px;
}
.cmn-btn02 a i {
  margin-left: 10px;
}
.cmn-btn03 a {
  display: inline-block;
  min-width: 250px;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  font-size: 1.7rem;
  text-align: center;
  border: 1px solid #434343;
  padding: 10px;
}
.cmn-btn03 a i {
  margin-left: 10px;
}

.widget-area h3{
	 font-family: 'Noto Sans JP', sans-serif;
 font-weight:500;
	font-size:2.0rem;
	color:#4b4949;
}

.entry-header,.entry-content{
	text-align:left!important;
}


/*店舗紹介*/
#tenposhoukai h3{
	line-height:50px;
  margin:20px auto;
}
#tenposhoukai p{
	margin:20px auto;
}

#tenposhoukai dl{
	width:100%;
	margin:20px auto 40px;
	overflow:hidden;
}

#tenposhoukai .pic01,#tenposhoukai .pic02,#tenposhoukai .pic03,#tenposhoukai .pic04{	     width:47%;
	margin:10px;
	float:left;
	
}

#tenposhoukai .imgGroup{
	overflow:hidden;
}
#tenposhoukai dt,#tenposhoukai dd{
	width:50%;
	float:left;
	line-height:20px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:dotted 1px #4B4949;
	display: block;
	
}

#tenposhoukai dt{
	clear:left;
}
@media screen and (max-width: 782px) {
	#tenposhoukai .pic01,#tenposhoukai .pic02,#tenposhoukai .pic03,#tenposhoukai .pic04{	     width:44%;
	margin:10px;
	float:left;
	
}
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
 solution
------------------------------------------- */
#solution{
	margin-top:100px;
	
}
#solution h2 {
  color: #740003;
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
#solution h2 span {
  display: inline-block;
  position: relative;
}
#solution h2::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 50px;
  height: 1px;
  top: -0.4em;
  background-color: #740003;
  margin-right: 5px;
}
#solution h2::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 50px;
  height: 1px;
  top: -0.4em;
  background-color: #740003;
  margin-left: 5px;
}
#solution ul {
  overflow: hidden;
}
#solution ul li {
  float: left;
  width: 31%;
  text-align: center;
  margin-right: 3.5%;
}
#solution ul li a {
  color: #740003;
  font-size: 2.4rem;
  text-align: center;
}
#solution ul li:nth-child(3n) {
  margin-right: 0;
}
#solution ul li img {
  margin-bottom: 10px;
}
#solution ul li i {
  display: block;
  color: #740003;
}
/* ----------------------------------------
 about
------------------------------------------- */
#about .cmn-box01 {
  background: url("../images/cmn-images/bg.jpg") 50% 100% no-repeat;
  background-size: cover;
	height:250px;
	filter: brightness(130%) saturate(180%);
	
	
}
#about h2 {
  color: #000;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 30px;
}
#about h3 {
  color: #740003;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 30px;
}
#about .aCap {
  width:50%
}
/* ----------------------------------------
  fnav
---------------------------------------- */
footer{
	background-color:#666!important;
	padding-top:30px;
}


footer .widget_welcart_category{
	width:18%!important;
	float:left!important;
	margin-left:2%!important;
	
}
footer .widget_welcart_category h2{
	text-align:left!important;
	font-size:1.5rem!important;
	border-bottom:solid 1px #fff;
	color:#FFFFFF!important;
	padding:10px 0!important;
}
footer .widget_welcart_category ul{
	text-align:left!important;
	font-size:1.3rem!important;
	display: block!important;
	margin-top:20px!important;
	
}
footer .widget_welcart_category ul li a{
	color:#FFFFFF!important;
}

footer .bottom{
	background-color:#000!important;
}

footer .bottom .fNav li{
	float:left!important;
	font-size:1.4rem!important;
	border-left:solid 1px #fff!important;
	padding:0 10px!important;
}

footer .bottom .fNav li a{
	color:#fff!important;
}

footer .bottom .fNav{
	width:80%!important;
	margin:0 auto;
	clear:both!important;
}


footer .bottom .boxfl{
	width:10%!important;
}
footer .bottom .boxfr{
	width:10%!important;
}

footer .bottom h1{
	color:#fff!important;
	font-size:1.5rem!important;
	text-align: left;
	float:right;
	font-family: 'Noto Sans JP', sans-serif;
 font-weight:400;
	display:block;
	
}
footer .bottom p{
	color:#fff!important;
	font-size:1.5rem!important;
	text-align: left;
	float:right;
}
footer .bottom .fleft{
	float:left!important;
	width:40%!important;
}
footer .bottom .fleft img{
	width:800px!important;
}
footer .bottom .fright{
	float:right!important;
	width:60%!important;
}
.finfo{
	clear:both;
	max-width:1200px!important;
	margin:20px auto!important;
}
footer .copy{
	color:#fff!important;
	width:100%!important;
	margin:50px auto -15px!important;
	font-size:1.5rem!important;
}

.footInfo{
	text-align:left;
	margin-left:3%;
	width:20%;
}

#fnav {
  text-align: left;
  padding: 20px 0;
	margin-right:3%;
	width:100%;
}
.fRblock{
	margin-right:10%;
}

#fnav li {
  display: inline-block;
	vertical-align:top!important;
}
#fnav li a {
  display: block;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: left;
  padding: 0 20px;
  transition: 0.4s ease-in-out;
	
}

#fnav li ul li{
  display: block;
	text-align: left;
	font-size: 1.2rem;
	padding: 5px 20px;
	text-indent: 1rem;
	
}
#fnav li ul li a{
	display: block;
	font-size: 1.2rem;
	padding: 0px 0px;
	padding: 5px 3px;
	transition: 0.4s ease-in-out;
	
}

.footCom{
	text-align:left;
	margin-left:5%;
	font-size: 1.2rem;
	margin-bottom:20px;
	margin-top:25px;
}
#companyName{
	font-size: 1.4rem;
}
#companyName span{
	font-size: 1.0rem;
}

#fsns {
  text-align: left;
  padding: 20px 0;
	margin-right:3%;
	width:100%;
}
.fRblock{
	margin-right:10%;
}

#fsns li {
  display: inline-block;
  vertical-align:bottom!important;
}
#fsns li a {
  display: block;
  color: #333;
  font-size: 2.8rem;
  line-height: 1.1;
  text-align: left;
  padding: 0 5px;
  transition: 0.4s ease-in-out;
	
}

#fsns li span{
 display: block;
  color: #999;
  font-size: 1.1rem;
}



/* ----------------------------------------
  foot
---------------------------------------- */
#foot .copy {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #740003;
  padding: 10px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #740003;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (max-width:1399px) {
  #head h1 {
 
  }
  .head-bg h1 {
 
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav {
  
  }
  .head-bg #gnav {
  
  }
  #gnav li a {
  }
}
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:980px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }

 /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    padding: 0;
    width:1000px;
	  
  }
  #fnav ul {
	  display: block;
	  margin-left:-28%;
	  
	}
  #fnav li {
  } 
  #fnav li a {
    position: relative;
    text-align: left;
    padding: 15px 5%;
  }
  
  
#foot{
	padding-top:35px;
	}	
.footInfo{
	width:95%;
	text-align:center;
	}	
.footCom{
	width:100%;
	text-align:center;
	margin:20px auto 20px;
	}
.fRblock{
	width:55%;
	text-align:center;	
	}
#foot #address{
	margin:10px auto;	
	}
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .copy {
    font-size: 1.1rem;
  }	
	
	
}





/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2, .wrapper3 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
  }
  #head h1 {
    max-width: 250px;
	width:70%;
    padding: 15px 0;
  }
  .head-bg h1 {
    width: 250px !important;
    padding: 15px 0 !important;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title{
position: relative;
}
#page-title .page-img{
width: 80%;
margin-left: 20%;
padding-top: 250px;
}
#page-title h1{
top: 130px;
left: 5%;
font-size: 2.4rem;
}
#page-title h1 i{
font-size: 1.4rem;
margin-top: 15px;
}
#page-title h1 span{
font-size: 1.3rem;
margin-top: 15px;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.cmn-title01 span{
  font-size: 1.4rem;
  padding-top: 10px;
}
.cmn-title02 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 250px;
    font-size: 1.4rem;
  }
  .cmn-btn02 a {
    min-width: 250px;
    font-size: 1.3rem;
  }
  .cmn-btn03 a {
    min-width: 250px;
    font-size: 1.4rem;
  }
  /* ----------------------------------------
 solution
------------------------------------------- */
  #solution h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  #solution h2::before {
    width: 20px;
  }
  #solution h2::after {
    width: 20px;
  }
  #solution ul li a {
    font-size: 1.4rem;
  }
  #solution ul li img {
    margin-bottom: 5px;
  }
  /* ----------------------------------------
 about
------------------------------------------- */
  #about h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  #about h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    padding: 0;
  }
  #fnav ul {}
  #fnav li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  #fnav li a {
    position: relative;
    text-align: left;
    padding: 15px 5%;
  }
  #fnav li a::after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    right: 5%;
    color: #333;
  }
#foot{
	padding-top:35px;
	}	
.footInfo{
	width:95%;
	text-align:center;
	}	
.footCom{
	width:100%;
	text-align:center;
	margin:20px auto 20px;
	}
.fRblock{
	width:55%;
	text-align:center;	
	}
#foot #address{
	margin:10px auto;	
	}
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .copy {
    font-size: 1.1rem;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 15px;
  }
/* ----------------------------------------
 about
------------------------------------------- */
#about .cmn-box01 {
  background: url("../images/cmn-images/bg.jpg") 50% 100% no-repeat;
  background-size: cover;
	height:300px;
	padding:50px 0;
}
#about h2 {
  color: #000;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 30px;
}
#about h3 {
  color: #740003;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 30px;
}
#about p{
display:none;
	}
#about .spBtn{
float:left;
width:90%;
text-align:left;
margin-bottom:25px;
	}
/*----------------------------------------
layoutBox
----------------------------------------*/

.service{
	padding:3% 0;
	margin:2% auto;
}

.service h2{
line-height: 1;
color: #000;
font-size: 4rem;
text-align: left;
	margin-left:2%;
}
	
.service h1{
font-size: 3.0rem;
line-height:3.4rem;
}


.service h2 span{
color: #740003;
font-size: 1.6rem;
display:block;
margin-top:25px;
}


.service h2 i{
font-size: 1.4rem;
font-style: normal;
font-weight:200!important;
margin-top: 30px;
float:left;
margin-right:1%;
color:#000;	
display:block;
	
}		
.cont-l .page-img{
margin-left:0%;
margin-bottom:450px;
padding-top: 300px;
}
.cont-l .box-l{
padding-top:300px;
display: block;
z-index: 100;
width:90%;
}	
.cont-r .page-img{
margin-right:0%;
margin-bottom:450px;
padding-top: 300px;
}
.cont-r .box-r{
padding-top:300px;
display: block;
z-index: 100;
width:90%;
margin-left:-55%;
}	


aside .widget_welcart_category{
	background-color:#fff!important;
	text-align:left!important;
	 padding:5%!important;
}

aside .widget_welcart_category .widget_title{
	border-bottom:solid 1px #efefef!important;
	color:#4B4949!important;
	padding-top:2%!important;
}

aside .widget_welcart_category li{
	padding:5% auto!important;
	border-bottom:solid 1px #efefef;
    margin-bottom:3%;
}

aside{
	max-width:1200px;
	width:100%!important;
}
aside .widget_welcart_category li a::after{
font-family: FontAwesome;
content: "\f054";
overflow:hidden;
float:right;
margin-top:5px;
}
footer .top{	
	display:none;
}

footer .bottom img{
text-align: center;
margin:0 auto;
width:60%!important;
}
footer .bottom h1{
color:#fff!important;
font-size:1.5rem!important;
text-align: center;
margin:0 auto;
	width:100%!important;
}
footer .bottom p{
	color:#fff!important;
	font-size:1.5rem!important;
text-align: center;
	margin:0 auto;
	width:100%!important;
}
footer .bottom .fleft{
	float:left!important;
	width:100%!important;
}

footer .bottom .fright{
	float:right!important;
	width:100%!important;
}
.finfo{
	clear:both;
}
footer .copy{
	color:#fff!important;
	width:100%!important;
	margin:50px auto -15px!important;
	font-size:1.5rem!important;
}
footer .bottom .fleft{
	float:left!important;
	width:100%!important;
}
footer .bottom .fleft img{
	width:100%!important;
	max-width:200px;
	margin-bottom:30px;
}
	.news-buttun-box .cmn-btn01{
		margin:0 auto!important;
		margin-top:40px!important;
	}	
	
		

.footInfo{
	text-align:center!important;
	width:100%!important;
}
	
	.fNav{
		display:none;
	}
	.searchform{
		margin-top:70px!important;
	}
.total-quant{
	 display: inline-block!important;
 background: #ff0000!important;
 border-radius: 50%!important; 
	width: 20px!important;
    height: 20px!important;
    padding-left:5px;
	line-height: 20px!important;
	color:#fff!important;
	margin-left:10px!important;
}

}
