@charset "UTF-8";
/************************** */
/*salon用CSS */
/**************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
s {
  font-style: normal;
  text-decoration: none; }

header.salon.v3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px; }
  header.salon.v3.scrolled a.contact {
    right: 0;
    border: none; }
  header.salon.v3 a.tel {
    top: 22px;
    right: 30px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 24px; }
    header.salon.v3 a.tel ion-icon {
      font-size: 24px;
      position: relative;
      top: 6px; }

.bg_video {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }
  .bg_video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/pattern10.png); }
  .bg_video video {
    position: relative;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%; }

progress {
  display: none; }

#sm_wrapper {
  z-index: 2; }

#content_v3 {
  position: relative;
  z-index: 2; }
  #content_v3 #fv_salon {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: #fff;
    z-index: 2; }
    #content_v3 #fv_salon a.contact {
      position: absolute;
      height: 200px;
      width: 440px;
      bottom: -100px;
      right: 0;
      background: #FF3B3B;
      padding: 40px;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.2em;
      color: #fff;
      font-size: 32px;
      text-align: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      display: flex; }
      #content_v3 #fv_salon a.contact span {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 15px; }
    #content_v3 #fv_salon .fv_img {
      position: absolute;
      width: calc(100vw - 200px);
      height: 100vh;
      top: 0;
      right: 0;
      display: block;
      overflow: hidden; }
      #content_v3 #fv_salon .fv_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        height: 105%; }
  #content_v3 .container .row {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
    #content_v3 .container .row.rr {
      flex-direction: row-reverse; }
      #content_v3 .container .row.rr .r {
        padding: 150px 0 150px 100px; }
        #content_v3 .container .row.rr .r h2 {
          position: absolute;
          top: 100px;
          right: 0;
          margin-left: auto;
          text-align: right;
          margin-right: 30px; }
          #content_v3 .container .row.rr .r h2 s {
            letter-spacing: -0.2em; }
            #content_v3 .container .row.rr .r h2 s:nth-of-type(1) {
              color: #212121; }
          #content_v3 .container .row.rr .r h2:first-letter {
            color: #212121; }
    #content_v3 .container .row .l {
      width: 200px;
      background: none; }
    #content_v3 .container .row .r {
      width: calc(100% - 200px);
      padding: 100px 0 100px 100px;
      position: relative;
      background: #fff; }
      #content_v3 .container .row .r .tit_txt {
        font-size: 120px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        position: absolute;
        bottom: -20px;
        line-height: 1;
        right: 200px;
        padding-right: 20px;
        overflow: hidden; }
        #content_v3 .container .row .r .tit_txt.bl {
          color: #212121; }
        #content_v3 .container .row .r .tit_txt i {
          display: inline-block;
          letter-spacing: -0.2em;
          transform: translateY(100px);
          opacity: 0; }
      #content_v3 .container .row .r .buttons {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 0; }
        #content_v3 .container .row .r .buttons a {
          width: 220px;
          padding: 20px 10px;
          background: #fff;
          text-align: center;
          font-family: "Poppins", sans-serif;
          letter-spacing: 0.15em;
          font-size: 20px;
          margin-right: 30px;
          font-weight: bold; }
      #content_v3 .container .row .r h2 {
        font-size: 70px;
        font-weight: bold;
        font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
        margin-left: -165px;
        position: relative;
        z-index: 2;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.2em; }
        #content_v3 .container .row .r h2 s {
          display: inline-block; }
          #content_v3 .container .row .r h2 s:nth-of-type(1) {
            color: #fff; }
        #content_v3 .container .row .r h2:first-letter {
          color: #fff; }
        #content_v3 .container .row .r h2 i {
          font-size: 20px;
          letter-spacing: 0.2em;
          display: inline-block;
          margin-left: 40px; }
  #content_v3 .container .top_info .slides_container .tabs {
    display: flex;
    margin: 20px 0; }
    #content_v3 .container .top_info .slides_container .tabs span {
      padding: 6px 15px;
      font-size: 13px;
      color: #212121;
      border: 2px solid #212121;
      border-radius: 50px;
      margin-right: 5px;
      cursor: pointer;
      background: #fff; }
      #content_v3 .container .top_info .slides_container .tabs span.active {
        background: #212121;
        color: #fff; }
  #content_v3 .container .top_info .slides_container .slider-pro {
    display: none; }
    #content_v3 .container .top_info .slides_container .slider-pro.active {
      display: block; }
  #content_v3 .container .top_info .slides_container .sp-slide span.date {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin-top: 10px; }
  #content_v3 .container .top_info .slides_container .sp-slide .img {
    width: 100%;
    height: 300px; }
    #content_v3 .container .top_info .slides_container .sp-slide .img a.no_img {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px; }
      #content_v3 .container .top_info .slides_container .sp-slide .img a.no_img img {
        height: auto; }
    #content_v3 .container .top_info .slides_container .sp-slide .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #content_v3 .container .concept .r {
    background: none; }
    #content_v3 .container .concept .r p {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.2em;
      color: #fff;
      line-height: 2.2; }
  #content_v3 .container .staff .staff_con {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px; }
    #content_v3 .container .staff .staff_con .staff_box {
      letter-spacing: 0.1em;
      width: 300px;
      margin-right: 30px;
      margin-bottom: 30px; }
      #content_v3 .container .staff .staff_con .staff_box .img {
        width: 100%;
        height: 380px;
        overflow: hidden;
        display: block;
        cursor: pointer; }
        #content_v3 .container .staff .staff_con .staff_box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          height: 110%; }
      #content_v3 .container .staff .staff_con .staff_box h3 {
        font-size: 22px; }
        #content_v3 .container .staff .staff_con .staff_box h3 em {
          display: block;
          font-size: 15px; }
        #content_v3 .container .staff .staff_con .staff_box h3 span {
          display: inline-block;
          font-size: 15px;
          margin-left: 10px; }
      #content_v3 .container .staff .staff_con .staff_box a.reserv {
        display: inline-block;
        padding: 4px 13px;
        border: 2px solid #212121;
        border-radius: 40px;
        font-size: 16px;
        font-weight: bold; }
  #content_v3 .container .salon_info .r {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important; }
    #content_v3 .container .salon_info .r .map {
      width: 50%; }
      #content_v3 .container .salon_info .r .map iframe {
        width: 100%;
        display: block;
        height: 100%; }
    #content_v3 .container .salon_info .r .info {
      width: 50%;
      background: #edeae6;
      padding: 60px 70px; }
      #content_v3 .container .salon_info .r .info table {
        width: 100%; }
        #content_v3 .container .salon_info .r .info table tr th {
          width: 150px;
          border-right: 1px solid #212121;
          text-align: left;
          padding: 20px 0; }
        #content_v3 .container .salon_info .r .info table tr td {
          padding: 20px 0 20px 50px;
          width: calc(100% - 150px); }
  #content_v3 .container .row.hairstyles .r {
    padding-top: 200px;
    background: #edeae6; }
    #content_v3 .container .row.hairstyles .r .tit_txt {
      right: auto;
      left: 100px;
      bottom: auto;
      top: 120px;
      z-index: 3; }
      #content_v3 .container .row.hairstyles .r .tit_txt i {
        color: #000; }
    #content_v3 .container .row.hairstyles .r h2 {
      right: auto;
      left: 100px;
      top: 0;
      letter-spacing: 0.1em;
      font-size: 100px; }
  #content_v3 .container .row.hairstyles .style_grid {
    display: flex;
    flex-wrap: wrap; }
    #content_v3 .container .row.hairstyles .style_grid a {
      width: 300px;
      margin-right: 30px;
      height: 400px;
      margin-bottom: 30px;
      opacity: 0;
      transform: translateY(10px); }
      #content_v3 .container .row.hairstyles .style_grid a img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #content_v3 .bland_book {
    padding-bottom: 50px; }
    #content_v3 .bland_book a.recruit {
      padding: 50px;
      text-align: center;
      font-size: 22px;
      color: #fff;
      position: relative;
      width: 1000px;
      max-width: 100%;
      margin: 80px auto;
      display: block;
      opacity: 0;
      transition: 0.4s ease; }
      #content_v3 .bland_book a.recruit.active {
        opacity: 1; }
      #content_v3 .bland_book a.recruit p {
        position: relative;
        z-index: 2;
        letter-spacing: 0.1em;
        font-weight: bold;
        z-index: 3; }
      #content_v3 .bland_book a.recruit:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3); }
      #content_v3 .bland_book a.recruit img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content_v3 .bland_book .ib {
      padding: 120px 0 60px; }
      #content_v3 .bland_book .ib .df {
        display: inline;
        display: flex;
        justify-content: space-between; }
        #content_v3 .bland_book .ib .df .box {
          width: 50%;
          padding: 0px 120px;
          text-align: center;
          opacity: 0; }
          #content_v3 .bland_book .ib .df .box .bnr {
            display: block;
            width: 100%; }
            #content_v3 .bland_book .ib .df .box .bnr img {
              display: block;
              width: 100%; }
          #content_v3 .bland_book .ib .df .box.left {
            transform: translateX(50px); }
          #content_v3 .bland_book .ib .df .box.right {
            transform: translateX(-50px); }
          #content_v3 .bland_book .ib .df .box h2 {
            margin-top: 0px;
            margin-bottom: 60px;
            text-align: left;
            color: #fff;
            font-family: "Poppins", sans-serif;
            letter-spacing: 0.15em;
            font-size: 44px; }
          #content_v3 .bland_book .ib .df .box:nth-of-type(1) {
            padding-left: 0;
            border-right: 1px solid #eee; }
          #content_v3 .bland_book .ib .df .box:nth-of-type(2) {
            padding-right: 0; }
          #content_v3 .bland_book .ib .df .box h4 {
            font-size: 18px;
            color: #fff; }
          #content_v3 .bland_book .ib .df .box p {
            color: #fff;
            line-height: 2; }
          #content_v3 .bland_book .ib .df .box .img {
            width: 440px;
            margin: 50px auto;
            height: 400px;
            overflow: hidden;
            position: relative; }
            #content_v3 .bland_book .ib .df .box .img.logo {
              width: 210px;
              height: 210px;
              margin-bottom: 60px; }
              #content_v3 .bland_book .ib .df .box .img.logo svg path {
                fill: #fff; }
              #content_v3 .bland_book .ib .df .box .img.logo img {
                height: 100%;
                position: relative; }
            #content_v3 .bland_book .ib .df .box .img img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              height: 110%;
              position: absolute;
              left: 0;
              bottom: 0; }
          #content_v3 .bland_book .ib .df .box a.btn {
            margin: 30px auto;
            background: #fff;
            color: #212121; }

/*# sourceMappingURL=style_salon_v3.css.map */
