body#service .pagetitle {
  background-image: url("../images/salon/pagetitle_bg.jpg");
}
body#service .section {
  padding: 5.625rem 0;
}
body#service .section:nth-child(even) {
  background-color: #ebe7e1;
}
body#service .section .container {
  display: flex;
  justify-content: space-between;
}
body#service .section .container::after {
  display: none;
}
body#service .section .content {
  flex-basis: 56%;
}
body#service .section .content .subject {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
  color: #9a8668;
  line-height: 1.25;
}
body#service .section .content .subject h3 {
  margin-top: 1.25rem;
  font-size: 3.75rem;
  font-weight: 500;
}
body#service .section .content .subject p {
  font-size: 1.875rem;
}
body#service .section .content .detail p {
  font-size: 1.25rem;
  line-height: 1.75;
}
body#service .section figure {
  flex-basis: 40%;
  min-height: 26.25rem;
}
body#service .section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#service .section {
    padding: 20.83333vw 0;
  }
  body#service .section .container {
    display: block;
  }
  body#service .section .content {
    margin-bottom: 7.8125vw;
  }
  body#service .section .content .subject {
    margin-bottom: 5.20833vw;
  }
  body#service .section .content .subject h3 {
    margin-top: 2.60417vw;
    font-size: 1.625rem;
  }
  body#service .section .content .subject p {
    font-size: 4.16667vw;
  }
  body#service .section .content .detail p {
    font-size: 3.38542vw;
  }
  body#service .section figure {
    min-height: auto;
  }
}
