body#salon .pagetitle {
  background-image: url("../images/salon/pagetitle_bg.jpg");
}
body#salon .section {
  padding: 5.625rem 0;
}
body#salon .section:nth-child(even) {
  background-color: #ebe7e1;
}
body#salon .section.greeting .container {
  display: flex;
  justify-content: space-between;
}
body#salon .section.greeting .container::after {
  display: none;
}
body#salon .section.greeting .content {
  flex-basis: 70%;
}
body#salon .section.greeting .content .subject {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
  color: #9a8668;
  line-height: 1.25;
}
body#salon .section.greeting .content .subject h3 {
  margin-top: 1.25rem;
  font-size: 4.375rem;
  font-weight: 500;
}
body#salon .section.greeting .content .subject p {
  font-size: 1.875rem;
}
body#salon .section.greeting .content .detail p {
  font-size: 1.125rem;
  line-height: 1.75;
}
body#salon .section.greeting figure {
  flex-basis: 26%;
  position: relative;
  min-height: 26.25rem;
}
body#salon .section.greeting figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#salon .section.greeting figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
body#salon .section.greeting figure figcaption dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  line-height: 1.25;
}
body#salon .section.greeting figure figcaption dl dt {
  margin-right: 0.625rem;
  font-size: 1rem;
}
body#salon .section.greeting figure figcaption dl dd {
  font-size: 1.5rem;
}
body#salon .section.info .subject {
  margin-bottom: 2.5rem;
  color: #9a8668;
  text-align: center;
  line-height: 1.25;
}
body#salon .section.info .subject h3 {
  font-size: 4.375rem;
}
body#salon .section.info .content {
  display: flex;
  justify-content: space-between;
}
body#salon .section.info .content .detail {
  flex-basis: 46%;
}
body#salon .section.info .content .detail table {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75;
}
body#salon .section.info .content .detail table tbody tr th, body#salon .section.info .content .detail table tbody tr td {
  padding: 1.875rem 0 0.625rem;
  border-bottom: solid 1px #231815;
  vertical-align: top;
}
body#salon .section.info .content .detail table tbody tr th {
  width: 30%;
}
body#salon .section.access .subject {
  margin-bottom: 3.75rem;
  color: #9a8668;
  text-align: center;
  line-height: 1.25;
}
body#salon .section.access .subject h3 {
  font-size: 4.375rem;
}
body#salon .section.access .content .googlemap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30rem;
  margin-bottom: 4.375rem;
}
body#salon .section.access .content .nav {
  text-align: center;
}
body#salon .section.access .content .nav a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 20rem;
  padding: 1.5rem 3.125rem 1rem 5rem;
  border: solid 1px #9a8668;
  color: #9a8668;
  font-size: 1.875rem;
  text-decoration: none;
  line-height: 1.25;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
body#salon .section.access .content .nav a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1.25rem;
  border-color: transparent transparent transparent #9a8668;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#salon .section.access .content .nav a:hover {
  color: #ffffff;
  background-color: #9a8668;
}
body#salon .section.access .content .nav a:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#salon .section {
    padding: 20.83333vw 0;
  }
  body#salon .section.greeting .container {
    display: block;
  }
  body#salon .section.greeting .content {
    margin-bottom: 7.8125vw;
  }
  body#salon .section.greeting .content .subject {
    margin-bottom: 5.20833vw;
  }
  body#salon .section.greeting .content .subject h3 {
    margin-top: 2.60417vw;
    font-size: 7.8125vw;
  }
  body#salon .section.greeting .content .subject p {
    font-size: 4.16667vw;
  }
  body#salon .section.greeting .content .detail p {
    font-size: 3.38542vw;
  }
  body#salon .section.greeting figure {
    min-height: auto;
  }
  body#salon .section.greeting figure figcaption dl {
    padding: 2.60417vw;
  }
  body#salon .section.greeting figure figcaption dl dt {
    margin-right: 1.30208vw;
    font-size: 3.64583vw;
  }
  body#salon .section.greeting figure figcaption dl dd {
    font-size: 4.6875vw;
  }
  body#salon .section.info .subject {
    margin-bottom: 7.8125vw;
  }
  body#salon .section.info .subject h3 {
    font-size: 9.375vw;
  }
  body#salon .section.info .content {
    display: block;
  }
  body#salon .section.info .content .detail table {
    font-size: 3.64583vw;
  }
  body#salon .section.info .content .detail table tbody tr th, body#salon .section.info .content .detail table tbody tr td {
    padding: 7.8125vw 0 2.60417vw;
  }
  body#salon .section.access .subject {
    margin-bottom: 10.41667vw;
  }
  body#salon .section.access .subject h3 {
    font-size: 9.375vw;
  }
  body#salon .section.access .content .googlemap {
    height: 125vw;
    margin-bottom: 10.41667vw;
  }
  body#salon .section.access .content .nav {
    text-align: center;
  }
  body#salon .section.access .content .nav a {
    display: block;
    min-width: auto;
    padding: 5.20833vw 5.20833vw 3.64583vw 13.02083vw;
    font-size: 5.20833vw;
    -moz-border-radius: 2.60417vw;
    -webkit-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
  }
  body#salon .section.access .content .nav a::before {
    left: 18.22917vw;
    border-width: 1.82292vw 0 1.82292vw 3.64583vw;
  }
}
