@charset "utf-8";

/* ------------------------------------------------------------------
location
------------------------------------------------------------------ */
/* common
-------------------------------------------------------------- */
#sv {
  background: url(../img/location/sv.jpg) no-repeat center / cover;
}



/* location
-------------------------------------------------------------- */
#location {
  padding-bottom: 100px;
}

#location figure {
  padding: 50px 0;
  text-align: center;
}
  
#location .btn a {
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  max-width: 400px;
  background: #eea405;
}

#location .btn span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width:767px) {
  #location {
    padding-bottom: 50px;
  }
  
  #location .btn a {
    padding: 10px;
    width: 90%;
  }

  #location .btn img {
    width: 30px;
  }
  #location .btn span {
    font-size: 1.6rem;
  }
}
