@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 100; }

h2 {
  font-size: 45px;
  font-weight: 400;
  color: #928178;
  text-align: center;
  line-height: 1; }

.english {
  font-size: 18px;
  text-align: center;
  color: #928178 !important;
  margin: 10px 0 30px 0; }

header {
  height: 100px;
  width: 100%;
  background-color: #928178;
  position: relative; }
  header .headerLogo {
    width: 400px;
    height: 65px;
    display: block;
    position: absolute;
    top: 25px;
    left: 100px;
    transition: .3s all; }
    header .headerLogo:hover {
      transform: translateY(-10px); }
    header .headerLogo img {
      height: 50px; }
  header ul {
    display: flex;
    justify-content: space-between;
    width: 850px;
    position: absolute;
    top: 40px;
    right: 100px; }
    header ul li a {
      color: white;
      font-size: 18px; }
    header ul li a.line {
      width: 100%;
      height: 100%;
      position: relative; }
      header ul li a.line::before, header ul li a.line::after {
        border-bottom: solid 1px white;
        bottom: -5px;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0; }
      header ul li a.line::before {
        left: 50%; }
      header ul li a.line::after {
        right: 50%; }
      header ul li a.line:hover::before, header ul li a.line:hover::after {
        width: 50%; }

#booking {
  padding: 150px 0;
  background: #d4cabd; }
  #booking > div {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto; }
    #booking > div a {
      background-color: #8f3255;
      width: 270px;
      border-radius: 5px;
      margin: 0 auto;
      transition: 0.3s all;
      position: relative; }
      #booking > div a img {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 80px; }
      #booking > div a:hover {
        background-color: #a67c52; }
    #booking > div a:first-of-type {
      width: 270px;
      padding: 30px 0; }
      #booking > div a:first-of-type p {
        color: white;
        font-size: 24px;
        text-align: center; }
    #booking > div a:nth-of-type(2) {
      width: 500px;
      height: 96px; }
      #booking > div a:nth-of-type(2) p {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 18px;
        left: 264px; }

footer {
  height: 315px;
  background-color: #1F2F54;
  position: relative; }
  footer .left {
    padding-top: 50px;
    margin: 0px 0 0 100px; }
    footer .left img {
      height: 140px;
      display: inline-block;
      vertical-align: top; }
    footer .left p {
      display: inline-block;
      vertical-align: top;
      color: #d4cabd;
      margin-left: 20px;
      line-height: 1.7; }
  footer .right {
    position: absolute;
    bottom: 50px;
    right: 100px; }
    footer .right a:first-of-type {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:first-of-type img {
        width: 100%; }
      footer .right a:first-of-type:hover {
        transform: translateY(-10px); }
    footer .right a:nth-of-type(2), footer .right a:nth-of-type(3) {
      width: 220px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:nth-of-type(2):hover, footer .right a:nth-of-type(3):hover {
        transform: translateY(-10px); }
  footer .tel p {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 47px; }
    footer .tel p:before {
      content: "";
      background-image: url("../img/icon_tel.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 24px;
      height: 30px;
      position: absolute;
      top: 5px;
      left: -28px; }
    footer .tel p:after {
      content: "（受付時間 10：00〜22：30）";
      position: absolute;
      font-size: 10px;
      display: block;
      bottom: -10px;
      left: 0px;
      width: 140px; }
  footer .mail p {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    left: 52px; }
    footer .mail p:before {
      content: "";
      background-image: url("../img/icon_mail.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 35px;
      height: 25px;
      position: absolute;
      top: 0px;
      left: -40px; }

#footerBtn {
  display: none; }

@media (max-width: 768px) {
  header {
    display: none; }

  footer {
    height: 380px;
    background-color: #1F2F54;
    position: relative; }
    footer .right {
      display: none; }
    footer .left {
      padding-top: 50px;
      width: 90%;
      display: block;
      margin: 0 auto; }
      footer .left img {
        height: 100px;
        display: inline-block;
        margin-bottom: 10px; }
      footer .left p {
        display: inline-block;
        vertical-align: top;
        color: #d4cabd;
        margin-left: 20px;
        line-height: 1.7; }
        footer .left p span {
          font-size: 12px; }

  #booking {
    padding: 70px 0;
    background: #d4cabd; }
    #booking > div {
      display: block;
      width: 90%;
      margin: 0 auto; }
      #booking > div a {
        background-color: #8f3255;
        width: 100%;
        border-radius: 5px;
        margin: 0 auto;
        transition: 0.3s all;
        position: relative;
        display: block; }
        #booking > div a img {
          position: absolute;
          top: 8px;
          left: 8px;
          height: 80px; }
        #booking > div a:hover {
          background-color: #a67c52; }
      #booking > div a:first-of-type {
        padding: 30px 0;
        margin-bottom: 30px;
        width: 80%; }
        #booking > div a:first-of-type p {
          color: white;
          font-size: 24px;
          text-align: center; }
      #booking > div a:nth-of-type(2) {
        height: auto;
        width: 80%;
        padding: 20px 0; }
        #booking > div a:nth-of-type(2) img {
          display: block;
          margin: 0 auto 20px auto;
          height: auto;
          width: 90%;
          position: static;
          top: auto;
          left: auto; }
        #booking > div a:nth-of-type(2) p {
          color: white;
          font-size: 20px;
          position: static;
          top: auto;
          left: auto;
          display: block;
          margin: 0 auto;
          width: fit-content; }

  #footerBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block; }
    #footerBtn a {
      width: 49.5%;
      background: #a67c52;
      margin-right: 1%;
      display: inline-block;
      height: 60px;
      font-size: 18px;
      text-align: center;
      padding-top: 15px;
      color: white; }
      #footerBtn a:last-of-type {
        margin-right: 0; } }
.pc {
  display: block; }

.sp {
  display: none; }

#hero {
  background-image: url("../img/facial_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
  width: 100%; }

h3 {
  font-size: 23px;
  color: #754c24;
  text-align: center;
  margin-bottom: 20px;
  /*&:before {
      
      content: "";
      background-image: url("../img/comingSoon.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100px;
      height: 50px;
      margin-left: -100px;
      
  }*/ }

.outline {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  color: #4d4d4d; }

dl {
  margin-bottom: 20px; }
  dl dt {
    font-size: 18px;
    color: #8c6239; }
    dl dt span {
      color: #4d4d4d;
      font-size: 15px;
      margin-left: 10px; }
  dl dd {
    font-size: 15px;
    color: #4d4d4d; }

#section01 {
  padding: 150px 0; }
  #section01 p {
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
    color: #4d4d4d; }

#section05 h1 {
  width: 100%;
  padding: 10px;
  font-size: 35px;
  color: white;
  background-color: #928178;
  text-align: center; }
#section05 > div {
  width: 740px;
  margin: 0 auto; }
  #section05 > div img {
    width: 100%;
    margin-top: 70px; }
  #section05 > div p {
    font-size: 19px;
    text-align: justify;
    color: #333;
    margin: 30px 0 80px 0; }
  #section05 > div ul h2 {
    font-size: 27px;
    text-align: center;
    color: #8F3255;
    margin-bottom: 20px; }
  #section05 > div ul li dl dt {
    font-size: 19px;
    background-color: #8F3255;
    color: white;
    padding: 3px 0px 3px 15px;
    width: 100%; }
  #section05 > div ul li dl dd {
    font-size: 19px;
    color: #333;
    padding: 30px 15px;
    text-align: justify; }
  #section05 > div ul:nth-of-type(2) {
    margin-top: 50px; }
    #section05 > div ul:nth-of-type(2) li dl dt {
      font-size: 19px;
      color: #8F3255;
      padding: 3px 0px 3px 15px;
      width: 100%;
      border: solid thin #8F3255;
      background-color: white; }
    #section05 > div ul:nth-of-type(2) li dl dd {
      font-size: 19px;
      color: #333;
      padding: 30px 15px;
      text-align: justify; }

#section06 {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 100px; }
  #section06 h1 {
    font-size: 21px;
    text-align: center;
    width: 510px;
    border-radius: 50px;
    padding: 3px 0px 5px 0px;
    background-color: #928178;
    color: white;
    display: block;
    margin: 0 auto; }
  #section06 ul {
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    border: solid thin #928178;
    margin-top: -20px; }
    #section06 ul li {
      position: relative;
      height: 40px;
      width: 500px;
      margin: 0 auto; }
      #section06 ul li p {
        color: #333;
        font-size: 19px;
        margin-bottom: 5px;
        position: absolute;
        left: 25px; }
      #section06 ul li:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: 24px;
        /*画像の幅*/
        height: 24px;
        /*画像の高さ*/
        background-image: url("../img/checkMark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute; }
  #section06 .comment {
    font-size: 20px;
    color: #8C6239;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: #333;
    text-align: center;
    margin-top: 50px; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    background-image: url("../img/facial_top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 360px;
    width: 100%; }

  h3 {
    font-size: 23px;
    color: #754c24;
    text-align: center;
    margin-bottom: 20px;
    /* &:before {
         
         content: "";
         background-image: url("../img/comingSoon.svg");
         background-size: contain;
         background-repeat: no-repeat;
         display: block;
         width: 100px;
         height: 50px;
         margin: 0 auto 20px auto;
         
     }*/ }

  .outline {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    color: #4d4d4d; }

  #section01 {
    padding: 100px 0; }
    #section01 p {
      text-align: center;
      line-height: 1.8;
      font-size: 18px;
      color: #4d4d4d; }

  #section05 h1 {
    width: 100%;
    padding: 10px;
    font-size: 35px;
    color: white;
    background-color: #928178;
    text-align: center; }
  #section05 > div {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
    #section05 > div img {
      width: 100%; }
    #section05 > div p {
      font-size: 19px;
      text-align: justify;
      color: #333;
      margin: 20px 0 80px 0; }
    #section05 > div ul {
      padding: 0; }
      #section05 > div ul h2 {
        font-size: 27px;
        text-align: center;
        color: #8F3255;
        margin-bottom: 20px;
        line-height: 1.5; }
      #section05 > div ul li dl {
        width: 100%; }
        #section05 > div ul li dl dt {
          font-size: 19px;
          background-color: #8F3255;
          color: white;
          padding: 3px 0px 3px 15px;
          width: 100%; }
        #section05 > div ul li dl dd {
          font-size: 19px;
          color: #333;
          padding: 30px 15px;
          text-align: justify; }
    #section05 > div ul:nth-of-type(2) {
      margin-top: 50px; }
      #section05 > div ul:nth-of-type(2) li dl dt {
        font-size: 19px;
        color: #8F3255;
        padding: 3px 0px 3px 15px;
        width: 100%;
        border: solid thin #8F3255;
        background-color: white; }
      #section05 > div ul:nth-of-type(2) li dl dd {
        font-size: 19px;
        color: #333333;
        padding: 30px 15px;
        text-align: justify; }

  #section06 {
    width: 95%;
    margin: 0 auto; }
    #section06 h1 {
      font-size: 21px;
      text-align: center;
      width: 85%;
      border-radius: 50px;
      padding: 3px 0px 5px 0px;
      background-color: #928178;
      color: white;
      display: block;
      margin: 0 auto; }
    #section06 ul {
      padding: 40px 20px 20px 20px;
      border-radius: 10px;
      border: solid thin #928178;
      margin-top: -20px; }
      #section06 ul li {
        position: relative;
        height: 70px;
        width: 100%;
        margin: 0 auto; }
        #section06 ul li p {
          color: #333;
          font-size: 19px;
          margin-bottom: 5px;
          position: absolute;
          left: 25px; }
        #section06 ul li:before {
          content: '';
          /*何も入れない*/
          display: inline-block;
          width: 24px;
          /*画像の幅*/
          height: 24px;
          /*画像の高さ*/
          background-image: url("../img/checkMark.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute; }
    #section06 .comment {
      font-size: 20px;
      color: #8C6239;
      text-decoration: underline;
      text-underline-offset: 5px;
      text-decoration-thickness: 1px;
      text-decoration-color: #333;
      text-align: center;
      margin-top: 50px; } }
