html {
  font-size: 62.5%;
  width: 1400px;
  margin: auto;
}

body {
  background-color: black;
  color: white;
  width: 1400px;
  margin: auto;
  text-align: center;
}

body #header {
  width: 1400px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body #header .grouplogo {
  text-align: center;
  width: 600px;
  height: auto;
  padding-top: 50px;
  margin: auto;
}

body #header .grouplogo img {
  width: 100%;
  height: auto;
}

body #header .salonpage-g-logo {
  padding-bottom: 100px;
}

body #header .shoplogo {
  width: 600px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #header .shoplogo img {
  height: auto;
  margin: auto;
}

body #page-select {
  padding-top: 2rem;
  margin: auto;
  width: 950px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #page-select a {
  background-color: gray;
  color: #222;
  font-size: 2.8rem;
  width: 20rem;
  text-decoration: none;
  text-align: center;
  font-family: 'Amiri', serif;
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 5px;
}

body .top-img {
  width: 1200px;
  padding-top: 8rem;
  height: 180px;
  width: 1400px;
  margin: auto;
  padding-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body .top-img img {
  height: 180px;
  width: 90%;
  margin: auto;
}

body #footer {
  width: 1000px;
  margin: auto;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #footer #forPagetop a {
  color: #B78E5F;
  text-decoration: none;
}

body #footer #forPagetop a:hover {
  color: #d2c1ac;
  text-decoration: underline;
}

body .shops {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding-top: 5rem;
}

body .shops .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .shops .shop .building {
  height: 450px;
  width: 250px;
}

body .shops .shop .shopinfo {
  padding: 50px 0 30px 0;
}

body .shops .shop .building {
  height: auto;
}

body .business-hours {
  font-size: 1.8rem;
  line-height: 2.6rem;
  width: 90rem;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .introspection {
  width: 100rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .introspection img {
  width: 25%;
}

body #menu {
  padding-top: 10rem;
  color: #B78E5F;
  font-size: 2rem;
  text-align: center;
}

body #menu p {
  padding-top: 2.5rem;
}

body #menu img {
  width: 80%;
}

#page-select a {
  background: -webkit-gradient(linear, right top, left top, from(black), color-stop(20%, #777), color-stop(80%, #777), to(black));
  background: linear-gradient(to left, black, #777 20%, #777 80%, black);
  color: #222;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
}

#page-select a:hover {
  background: -webkit-gradient(linear, right top, left top, from(black), color-stop(20%, #999), color-stop(80%, #999), to(black));
  background: linear-gradient(to left, black, #999 20%, #999 80%, black);
}

.menu {
  font-style: oblique;
  font-family: "century";
  font-weight: bold;
}

.menu01 {
  color: white;
  font-weight: lighter;
  font-size: 14px;
  padding-bottom: 2rem;
  line-height: 3rem;
  text-align: left;
  width: 59rem;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */