#footer {
    border: none;
    color: #333;
}
#footer a:hover{
  text-decoration: none!important;
}

.footer {
    /* background-image: url("../img/bg_blue.jpg"); */
    background-size: cover;
    padding: 50px 0 ;
}

.shop-info p{
  color: #9F6D45!important;
  font-size: 18px;
  font-weight: 600!important;
}

.shop-info .textsm{
  font-size: 14px!important;
}

p.tel-textsm{
  text-align: left;
  margin-top: 15px!important;
  font-size: 14px!important;
}


/* ---------------------------- */
/* footer */
/* ---------------------------- */

.footer-bg{
  background:#FDEDE4;
  padding: 40px 0;
}
#footer{
  letter-spacing: 0;
  padding: 0 0 30px;
  color: #9F6D45!important;
  position: relative;
}
#footer .contact{
  display:block;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  background: #FDEDE4;
  border-radius: 15px;
  font-size: 0.9rem;
  top: -72px;
  left: 50%;
  padding: 10px 15px;
  width: 200px;
  margin: 0 auto;
}
#footer .left{
  /* width: 758px; */
}

#footer .left>div:nth-child(1){
  font-size: 0.7rem;
  display:block;
}
#footer .left>div:nth-child(2){
  background-image: url("../img/dot.png");
  height: 2px;
  background-size: contain;
  margin: 4px 8px 4px 0;
}
.office-time>span:last-child{
  font-size: 0.9rem;
  margin: 0 6px;
  display: inline-block;
}
#footer .left>div:nth-child(4){
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2rem;
}
#footer .left>div:nth-child(4)>span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin: 0 10px;
}


#footer .right{
  text-align: center;
}
#footer .right img{
  width: 100px;
}
#footer .right>div:nth-child(1){
  font-size: 0.6rem;
  line-height: 0.8rem;
  width: 100px;
  text-align: center;
}

.arrow-b>div{
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #DD5E6F #DD5E6F transparent transparent;
  transform: rotate(135deg);
  margin: auto;
}
@media screen and (max-width: 768px){
  #footer .contact{
    font-size: 1.1rem;
  }
  .shop-info{
    display: block;
  }
  #footer .left{
    width: 100%;
    text-align: center;
  }

  .office-time>span:first-child{
    display: block;
  }
  #footer .left>div:nth-child(4){
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  #footer .right{
    margin: 30px auto 0;
  }
  #footer .right>div:nth-child(1) {
    width: auto;
  }
  .arrow-b{
    margin: 10px;
  }
  #footer .right img{
    width: 100px;
  }

}










.nav-footer {
    border: none;
    color: #fff;
    background:#5DC2D0 ;
    color: #fff;
}

.nav-footer p{
  color: #fff!important;
}

.nav-footer a:hover{
  text-decoration: none!important;
}

.footer {
    /* background-image: url("../img/bg_blue.jpg"); */
    background-size: cover;
    padding: 50px 0 ;
}


/* ---------------------------- */
/* footer */
/* ---------------------------- */

.nav-footer{
  letter-spacing: 0;
  padding: 0 0 30px;
}
.nav-footer .contact{
  display: inline-block;
  text-align: left;
  position: relative;
  background: #fff;
  color: #5DC2D0;
  border-radius: 15px;
  font-size: 0.9rem;
  top: -16px;
  left: 23px;
  padding: 0 15px;
}
.nav-footer .left{
  width: 590px;
  text-align: left;
  padding: 0 10px;
}

.nav-footer .left>div:nth-child(1){
  font-size: 0.7rem;
  display: inline-block;
}
.nav-footer .left>div:nth-child(2){
  background-image: url("../img/dot2.png");
  height: 2px;
  background-size: contain;
  margin: 4px 8px 4px 0;
}
.office-time>span:last-child{
  font-size: 0.9rem;
  margin: 0 6px;
  display: inline-block;
}
.nav-footer .left>div:nth-child(4){
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2rem;
}
.nav-footer .left>div:nth-child(4)>span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin: 0 10px;
}


.nav-footer .right{
  text-align: center;
}
.nav-footer .right img{
  width: 100px;
}
.nav-footer .right>div:nth-child(1){
  font-size: 0.6rem;
  line-height: 0.8rem;
  width: 100px;
  text-align: center;
}

.arrow-b>div{
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #DD5E6F #DD5E6F transparent transparent;
  transform: rotate(135deg);
  margin: auto;
}
@media screen and (max-width: 768px){
 .nav-footer .contact{
    font-size: 1.1rem;
  }
  .shop-info{
    display: block;
  }
  .nav-footer .left{
    width: 100%;
    text-align: center;
  }

  .office-time>span:first-child{
    display: block;
  }
 .nav-footer .left>div:nth-child(4){
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
  }

 .nav-footer .right{
    margin: 30px auto 0;
  }
  .nav-footer .right>div:nth-child(1) {
    width: auto;
  }
  .arrow-b{
    margin: 10px;
  }
  .nav-footer .right img{
    width: 100px;
  }

}