/** Shopify CDN: Minification failed

Line 93:19 Unexpected "{"

**/
  .footer {
    background-color: #efebe6;
    padding: 58px 20px 49px;
  }


  @media screen and (max-width: 640px) {
  .footer {
    padding: 38px 20px 49px;
  }
  }


  .footer_container{
    display:flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }

  @media screen and (max-width: 640px) {
  .footer_container{
    flex-direction: column;
  }
  }

  .footer_container > .logo{
  max-width: 280px;
    height: 126px;
  }

  @media screen and (max-width: 640px) {
  .footer_container > .logo{
    max-width: 160px;
    height: 76px;
    margin: 0 auto 38px;
  }
  }


@media screen and (max-width: 989px) {
    .footer_container > .box-menu{
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
    .footer_container > .box-menu{
    margin-left: 0;
      margin: 0 auto;
  }
}


  .list-menu{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    max-width: 620px;
margin-bottom: 8px;
  }

@media screen and (max-width: 989px) {
  .list-menu{
    max-width: 410px;
  }
}

@media screen and (max-width: 480px) {
  .list-menu{
  justify-content:center;
  }
}

  .menu{
    margin-bottom: 14px;
  }

@media screen and (max-width: 480px) {
  .menu{
   margin: 0 5px 14px;
  }
}

.menu:nth-child(1),
.menu:nth-child(2),
.menu:nth-child(4),
.menu:nth-child(5),{
   margin-right: 12px;
}

  .menu > .link{
    display: inline-block;
    border-radius:50px;
    background-color:#ffffff;
    width:192px;
    font-family: "ten-mincho", serif;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 6px;
  }

.contact_number{
 font-family: "ten-mincho", serif;
font-size: 15px;
  margin: 0;
}

.contact_number > a{
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 989px) {
.contact_number{
      font-size: 11px;
}
}

@media screen and (max-width: 480px) {
.contact_number{
     text-align:center;
}
}


.contact_number > .xs{
display: none;
}


@media screen and (max-width: 480px) {
.contact_number > .xs{
display: block;
}

}
