@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    color: red !important;
}
body {
    background-color: #fff;
    color: #666;
    height: 100%;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.6;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align: center;
    word-break : break-all;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
}
img {
  width: 100%;
}



#contents-wrap {
    display: flex;
}
#pc-bg {
    text-align: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    left: 0;
    overflow: hidden;

}
#pc-bg video {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100vh;
    margin: 0 auto 0 0;
}
#sp-body {
    margin: 0 auto 0 ;
    padding:  0;
    width: 480px;
    background: #fff;
    min-height: 100%;
    height: 100%;
}
#header-logo {
  width:300px;
}
#header-logo img {
    width: 100%;
    height: auto;
  }

  #main-visual {
    background-color: #f5e4e7;
    width: 100%;
    min-height: 80vh;
    margin:0 auto;
    background-image: url(../img/main-visual.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
    #main-visual::after {
      content: '';
      background-color: rgba(245, 218, 219, 0.8);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
  }
  #main-visual img {
    width: 100%;
    height: auto;
  }
  #main-visual-content {
    margin: auto;
    display: block;
    width: fit-content;
    height: fit-content;
    width: 64%;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  #main-visual #logo {
    margin: 0 auto 60px;
  }
#sns-link {
    margin: 20px 20px auto auto;
    display: block;
    width: fit-content;
    height: fit-content;
    width: auto;
    height: 10px;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
  }
  #sns-link p {
    height: 60px;
  }
  #sns-link img {
    width: auto;
    height: 100%;
  }

  #concept {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
    position: relative;
  }

  #concept h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #concept h1 span {
    display: block;
  }

  #concept-content-wrap {
    display: flex;
  }

  #concept-img {
    width: 50%;
    height: fit-content;
  }
  #concept-text {
    text-align: left;
    width: 50%;
    font-size: 14px;
  }

  #concept-text p {
    color:#7c6d27;
    line-height: 2.0;
    margin: 0 auto 2em;
  }


  #salon {
    background-color: #fbf6f1;
    margin: 0 auto;
    padding: 120px 4%;
  }
    #salon h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #salon dl {
    display: flex;
    margin: 0 auto 30px;
  }
  #salon dt {
    width: 45%;
    margin: 0 30px 0 0;
  }
  #salon dd {
      width: 50%;
      text-align: left;
      font-size: 14px;
  }
  #salon dd h2 {
      font-size: 18px;
      font-weight: 100;
      margin: 0 0 10px;
  }

  #menu {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
  }
  #salon h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }
  #menu h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    margin: 60px 0 10px;
  }
  .menu-list {
    text-align: left;
    margin:0 auto 60px;
  }
    .menu-list ul {
    color: #7c6d27;
    width: 100%;
    list-style: none;
    padding: 0 0 0 1em;
  }
      .menu-list li {
    padding: 0 0 1em;
  }

  #menu {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
  }
  #salon h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

   #reservation {
    background-color: #f5e4e7;
    margin: 0 auto;
    padding: 120px 4%;
    background-image: url(../img/reservation-img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
   }
  #reservation h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #reservation h1 span {
    display: block;
  }

  #reservation-content-wrap {
    display: flex;
  }

  #reservation-img {
    width: 50%;
    height: fit-content;
  }
  #reservation-text {
    text-align: left;
    width: 50%;
    font-size: 14px;
  }

  #reservation-text p {
    color:#7c6d27;
    line-height: 2.0;
    margin: 0 auto 2em;
  }

  .cv-button p {
    margin: 60px auto;
    background-color: #fff;
    padding: 20px 10px;
    max-width: 300px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
  }
  .cv-button {
    color: #666;
    text-decoration: none;
  }