@charset "UTF-8";
/************************** */
/*salon用CSS */
/**************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
header.salon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px; }
  header.salon nav .inner {
    height: 600px;
    top: calc(50% - 300px); }
  header.salon .sns {
    position: fixed;
    bottom: 0px;
    left: 30px;
    display: flex;
    width: 100px;
    padding: 15px 20px 7px;
    background: #edeae6;
    z-index: 6;
    justify-content: space-between;
    border-radius: 10px 10px 0 0; }
    header.salon .sns a {
      line-height: 1; }
      header.salon .sns a ion-icon {
        font-size: 22px;
        color: #000; }
  header.salon.v1 .spbtn {
    width: 80px;
    height: 80px;
    left: 0;
    padding: 35px 23px;
    top: calc(50% - 40px);
    background: #fff;
    border-radius: 0 40px 40px 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15); }
    header.salon.v1 .spbtn em {
      position: relative;
      display: block;
      background: #212121; }
      header.salon.v1 .spbtn em:nth-of-type(2) {
        margin-top: 8px; }
  header.salon a.tel {
    font-size: 27px;
    letter-spacing: 0.07em;
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
    font-weight: 300;
    position: absolute;
    top: 33px;
    right: 250px; }
    header.salon a.tel ion-icon {
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: 3px;
      font-size: 95%; }
  header.salon a.contact {
    transition: 0.4s ease; }
    header.salon a.contact.scrolled {
      padding: 26px 23px 13px 48px;
      right: 30px;
      border-radius: 50px;
      background: #fff;
      border: 1px solid #212121;
      color: #212121; }
    header.salon a.contact i {
      padding-left: 0; }
  header.salon .logo {
    width: 150px;
    display: block;
    margin: 20px 0;
    margin-left: 30px; }
    header.salon .logo h1 {
      width: 100%;
      margin: 0; }
      header.salon .logo h1 i {
        display: block;
        font-size: 13px;
        letter-spacing: 0.1em;
        font-weight: 400;
        margin-top: 10px; }
      header.salon .logo h1 img {
        display: block;
        width: 130px; }
  header.salon .spbtn em {
    background: #212121; }

#content.salon_page {
  background: #f1f1f1; }
  #content.salon_page ion-icon {
    font-size: 110%;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 2px; }
  #content.salon_page .ib {
    width: 1200px; }
  #content.salon_page h2 {
    font-size: 48px;
    font-family: cormorant-garamond, serif;
    letter-spacing: 0.2em; }
    #content.salon_page h2.fadein {
      opacity: 0;
      transition: 0.4s ease; }
      #content.salon_page h2.fadein.active {
        opacity: 1; }
    #content.salon_page h2 div {
      display: inline-block;
      letter-spacing: -0.2em; }
    #content.salon_page h2 span {
      display: block;
      font-size: 16px;
      margin-top: 10px; }
  #content.salon_page #fv_salon {
    height: 100vh;
    width: 100%;
    position: relative; }
    #content.salon_page #fv_salon h2 {
      font-size: 60px;
      font-family: cormorant-garamond, serif;
      color: #fff;
      position: absolute;
      margin: 0;
      bottom: 30px;
      left: 30px;
      z-index: 2;
      letter-spacing: 0.1em; }
    #content.salon_page #fv_salon .fv_img {
      width: calc(100vw - 180px);
      height: calc(100vh - 120px);
      position: absolute;
      right: 0;
      top: 120px;
      overflow: hidden; }
      #content.salon_page #fv_salon .fv_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        height: 114%; }
  #content.salon_page #concept {
    height: 70vh;
    width: 100%;
    padding-top: 140px;
    position: relative; }
    #content.salon_page #concept .ib {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      #content.salon_page #concept .ib .l {
        width: 50%;
        padding: 60px 55px;
        border-right: 1px solid #212121; }
        #content.salon_page #concept .ib .l h2 {
          font-family: cormorant-garamond, serif;
          font-size: 48px;
          text-align: right;
          letter-spacing: 0.1em; }
          #content.salon_page #concept .ib .l h2 span {
            display: block;
            font-size: 16px;
            margin-top: 10px; }
      #content.salon_page #concept .ib .r {
        width: 50%;
        padding: 40px 55px; }
        #content.salon_page #concept .ib .r p {
          font-size: 16px;
          line-height: 2.4;
          letter-spacing: 0.07em; }
  #content.salon_page .parallax {
    padding: 100px;
    position: relative;
    height: 50vh;
    margin-bottom: 100px; }
    #content.salon_page .parallax .img_cont {
      width: 60vw;
      position: absolute;
      left: 100px;
      height: 30vh;
      overflow: hidden;
      top: 0; }
      #content.salon_page .parallax .img_cont img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        height: 200%; }
      #content.salon_page .parallax .img_cont:nth-of-type(2) {
        top: 300px;
        left: auto;
        right: 100px; }
  #content.salon_page .salon_news {
    position: relative;
    padding-top: 50px;
    height: 700px; }
    #content.salon_page .salon_news h2 {
      text-align: center;
      font-size: 48px;
      font-family: cormorant-garamond, serif;
      letter-spacing: 0.2em; }
    #content.salon_page .salon_news .ib {
      position: absolute;
      right: 0;
      top: 30px 0 100px;
      padding: 100px 0;
      width: calc(50vw + 600px); }
      #content.salon_page .salon_news .ib .slides_container .tabs {
        display: flex;
        margin: 20px 0; }
        #content.salon_page .salon_news .ib .slides_container .tabs span {
          padding: 4px 12px;
          font-size: 13px;
          color: #212121;
          border: 1px solid #212121;
          border-radius: 50px;
          margin-right: 5px;
          cursor: pointer;
          background: #fff; }
          #content.salon_page .salon_news .ib .slides_container .tabs span.active {
            background: #212121;
            color: #fff; }
      #content.salon_page .salon_news .ib .slider-pro {
        display: none; }
        #content.salon_page .salon_news .ib .slider-pro.active {
          display: block; }
        #content.salon_page .salon_news .ib .slider-pro .sp-mask {
          overflow-y: visible; }
        #content.salon_page .salon_news .ib .slider-pro .sp-slide {
          background: #fff; }
          #content.salon_page .salon_news .ib .slider-pro .sp-slide .img {
            height: 240px;
            overflow: hidden; }
            #content.salon_page .salon_news .ib .slider-pro .sp-slide .img a {
              display: block;
              width: 100%;
              height: 100%; }
              #content.salon_page .salon_news .ib .slider-pro .sp-slide .img a.no_img {
                background: #fff;
                padding: 40px; }
                #content.salon_page .salon_news .ib .slider-pro .sp-slide .img a.no_img img {
                  display: block;
                  width: 140px;
                  margin: 60px auto;
                  height: auto; }
              #content.salon_page .salon_news .ib .slider-pro .sp-slide .img a img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                transition: 0.4s ease; }
                #content.salon_page .salon_news .ib .slider-pro .sp-slide .img a img:hover {
                  transform: scale(1.1); }
          #content.salon_page .salon_news .ib .slider-pro .sp-slide .detail {
            padding: 20px;
            font-family: cormorant-garamond, serif; }
            #content.salon_page .salon_news .ib .slider-pro .sp-slide .detail span {
              display: block;
              font-size: 20px; }
            #content.salon_page .salon_news .ib .slider-pro .sp-slide .detail h3 {
              font-size: 20px;
              margin: 20px 0;
              font-family: "Noto Sans JP", "Yu Gothic", sans-serif; }
  #content.salon_page .salon_members {
    background: linear-gradient(#e8e8e0, #fff);
    margin-top: -250px; }
    #content.salon_page .salon_members .ib {
      padding: 390px 0 100px; }
      #content.salon_page .salon_members .ib h2 {
        text-align: center; }
      #content.salon_page .salon_members .ib .staff_con {
        display: flex;
        flex-wrap: wrap;
        margin: 70px 0; }
        #content.salon_page .salon_members .ib .staff_con.colored .staff_box .img {
          filter: grayscale(0%); }
        #content.salon_page .salon_members .ib .staff_con .staff_box {
          width: 260px;
          margin-right: 40px;
          margin-bottom: 30px;
          cursor: pointer; }
          #content.salon_page .salon_members .ib .staff_con .staff_box:nth-of-type(4n) {
            margin-right: 0; }
          #content.salon_page .salon_members .ib .staff_con .staff_box .img {
            overflow: hidden;
            width: 100%;
            height: 260px;
            border-radius: 0;
            display: block;
            filter: grayscale(100%);
            transition: 0.4s ease; }
            #content.salon_page .salon_members .ib .staff_con .staff_box .img img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              height: 150%; }
          #content.salon_page .salon_members .ib .staff_con .staff_box h3 {
            margin: 15px 0;
            letter-spacing: 0.1em;
            font-weight: 500;
            text-align: center;
            font-size: 24px; }
            #content.salon_page .salon_members .ib .staff_con .staff_box h3 em {
              display: block;
              font-size: 16px; }
            #content.salon_page .salon_members .ib .staff_con .staff_box h3 span {
              display: block;
              font-size: 14px;
              margin-top: 5px; }
          #content.salon_page .salon_members .ib .staff_con .staff_box a.reserv {
            display: block;
            width: 130px;
            letter-spacing: 0.1em;
            margin: 9px auto 0;
            padding: 5px 10px;
            font-size: 14px;
            text-align: center;
            border-radius: 50px;
            color: #212121;
            border: 1px solid #212121;
            float: right;
            transition: 0.4s ease; }
            #content.salon_page .salon_members .ib .staff_con .staff_box a.reserv:hover {
              background: #6D6027;
              color: #fff; }
  #content.salon_page .salon_info {
    background: #fff; }
    #content.salon_page .salon_info .ib {
      padding: 100px 0; }
      #content.salon_page .salon_info .ib table {
        letter-spacing: 0.1em;
        margin: 50px 0 0; }
        #content.salon_page .salon_info .ib table tr th {
          width: 15%;
          padding: 20px 40px 20px 0;
          text-align: left;
          border-right: 1px solid #212121; }
        #content.salon_page .salon_info .ib table tr td {
          width: 85%;
          padding: 20px 0 20px 40px; }
  #content.salon_page .salon_instagram {
    background: #fff; }
    #content.salon_page .salon_instagram .ib {
      padding: 100px 0; }
      #content.salon_page .salon_instagram .ib .tiktok-embed {
        max-width: 100% !important; }
        #content.salon_page .salon_instagram .ib .tiktok-embed * {
          max-width: 100% !important; }
  #content.salon_page .dnone {
    display: none; }
  #content.salon_page .salon_map {
    padding: 0px 0;
    position: relative;
    background: #fff;
    height: 600px; }
    #content.salon_page .salon_map .map_outer {
      width: calc(100vw - 100px);
      height: 500px;
      position: absolute;
      top: 0px;
      left: 0; }
      #content.salon_page .salon_map .map_outer iframe {
        display: block;
        width: 100%;
        height: 100%; }
  #content.salon_page .salon_styles {
    background: #fff; }
    #content.salon_page .salon_styles .ib {
      padding: 60px 0; }
    #content.salon_page .salon_styles .gallery_con {
      flex-wrap: wrap;
      display: flex;
      margin: 50px 0; }
      #content.salon_page .salon_styles .gallery_con a {
        width: 25%;
        height: 300px;
        overflow: hidden; }
        #content.salon_page .salon_styles .gallery_con a img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          height: 150%; }
  #content.salon_page .style_gallery {
    background: #fff;
    padding-bottom: 120px; }
    #content.salon_page .style_gallery .ib {
      padding: 60px 0 60px; }
    #content.salon_page .style_gallery .slide_wrapper {
      display: flex;
      margin-bottom: 20px;
      width: max-content; }
      #content.salon_page .style_gallery .slide_wrapper a {
        width: 500px;
        height: 500px; }
        #content.salon_page .style_gallery .slide_wrapper a img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
  #content.salon_page .bland_book {
    padding-bottom: 50px; }
    #content.salon_page .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.salon_page .bland_book a.recruit.active {
        opacity: 1; }
      #content.salon_page .bland_book a.recruit p {
        position: relative;
        z-index: 2;
        letter-spacing: 0.1em;
        font-weight: bold;
        z-index: 3; }
      #content.salon_page .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.salon_page .bland_book a.recruit img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.salon_page .bland_book .ib {
      padding: 120px 0 60px; }
      #content.salon_page .bland_book .ib .df {
        display: inline;
        display: flex;
        justify-content: space-between; }
        #content.salon_page .bland_book .ib .df .box {
          width: 50%;
          padding: 0px 120px;
          text-align: center;
          opacity: 0; }
          #content.salon_page .bland_book .ib .df .box.left {
            transform: translateX(50px); }
          #content.salon_page .bland_book .ib .df .box.right {
            transform: translateX(-50px); }
          #content.salon_page .bland_book .ib .df .box h2 {
            text-align: center;
            margin-top: 0px;
            margin-bottom: 100px; }
          #content.salon_page .bland_book .ib .df .box:nth-of-type(1) {
            padding-left: 0;
            border-right: 1px solid #212121; }
          #content.salon_page .bland_book .ib .df .box:nth-of-type(2) {
            padding-right: 0; }
          #content.salon_page .bland_book .ib .df .box h4 {
            font-size: 18px; }
          #content.salon_page .bland_book .ib .df .box .img {
            width: 440px;
            margin: 50px auto;
            height: 530px;
            overflow: hidden;
            position: relative; }
            #content.salon_page .bland_book .ib .df .box .img.logo {
              width: 210px;
              height: 210px;
              margin-bottom: 60px; }
              #content.salon_page .bland_book .ib .df .box .img.logo img {
                height: 100%;
                position: relative; }
            #content.salon_page .bland_book .ib .df .box .img img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              height: 110%;
              position: absolute;
              left: 0;
              bottom: 0; }
          #content.salon_page .bland_book .ib .df .box a.btn {
            margin: 30px auto; }

.back_main {
  position: fixed;
  width: 120px;
  right: 150px;
  bottom: 50px; }
  .back_main img {
    display: block;
    width: 90px;
    margin: 20px auto 10px; }
  .back_main span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px; }

.popup_staff .hide_box {
  display: none;
  position: fixed;
  width: 800px;
  background: #fff;
  height: 640px;
  z-index: 990;
  left: calc(50% - 400px);
  top: calc(50% - 320px);
  border: 1px solid #ccc;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 310px 50px 50px; }
  .popup_staff .hide_box .img {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .popup_staff .hide_box .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .popup_staff .hide_box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    color: #313131; }
  .popup_staff .hide_box .detail {
    width: 460px;
    position: absolute;
    top: 50px;
    left: 310px;
    border-bottom: 1px solid #212121; }
    .popup_staff .hide_box .detail h3 {
      font-size: 44px;
      font-family: cormorant-garamond, serif;
      margin-bottom: 20px;
      margin-top: -10px; }
      .popup_staff .hide_box .detail h3 em {
        display: block;
        font-size: 14px; }
      .popup_staff .hide_box .detail h3 span {
        display: inline-block;
        font-size: 20px;
        margin-left: 15px; }
    .popup_staff .hide_box .detail p {
      font-size: 14.8px; }
      .popup_staff .hide_box .detail p em:after {
        content: ">";
        display: inline-block;
        margin: 0 10px; }
  .popup_staff .hide_box p.comments {
    font-size: 18px;
    line-height: 2;
    color: #6D6027; }
  .popup_staff .hide_box a.reserv {
    text-align: center;
    display: block;
    width: 180px;
    padding: 8px 20px;
    border: 1px solid #212121;
    border-radius: 50px;
    transition: 0.4s ease; }
    .popup_staff .hide_box a.reserv:hover {
      background: #6D6027;
      color: #fff; }
    .popup_staff .hide_box a.reserv ion-icon {
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: 2px; }

#sm_content .head_tit {
  width: calc(100vw - 100px);
  position: absolute;
  left: 0;
  top: 0px;
  height: 640px;
  z-index: 9; }
  #sm_content .head_tit:before {
    display: none; }
  #sm_content .head_tit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 115%; }
  #sm_content .head_tit h1 {
    font-family: cormorant-garamond, serif;
    letter-spacing: 0.1em;
    font-size: 40px; }
  #sm_content .head_tit .panlist {
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100vw - 100px);
    z-index: 9;
    border: none; }
    #sm_content .head_tit .panlist .ib {
      padding: 30px 0;
      letter-spacing: 0.1em;
      font-size: 14px; }

#content.salon_page.subpage {
  position: relative;
  padding-top: 650px;
  letter-spacing: 0.1em; }
  #content.salon_page.subpage .blog_list {
    margin-bottom: 100px; }
    #content.salon_page.subpage .blog_list .box {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #212121; }
      #content.salon_page.subpage .blog_list .box .img {
        width: 80px;
        height: 80px; }
        #content.salon_page.subpage .blog_list .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content.salon_page.subpage .blog_list .box .detail {
        width: calc(100% - 95px); }
        #content.salon_page.subpage .blog_list .box .detail .date {
          font-size: 14px;
          display: block; }
        #content.salon_page.subpage .blog_list .box .detail h3 {
          margin: 20px 0 0;
          font-size: 22px; }
  #content.salon_page.subpage .pager {
    margin: 30px 0; }
  #content.salon_page.subpage .wp-pagenavi {
    display: flex;
    align-items: baseline; }
    #content.salon_page.subpage .wp-pagenavi a, #content.salon_page.subpage .wp-pagenavi span {
      text-decoration: none;
      border: 1px solid #BFBFBF;
      padding: 5px 11px !important;
      margin: 2px; }
    #content.salon_page.subpage .wp-pagenavi a:hover, #content.salon_page.subpage .wp-pagenavi span.current {
      border-color: #212121 !important;
      background: #212121;
      color: #fff !important; }
  #content.salon_page.subpage .salon_members {
    margin-top: -300px; }
  #content.salon_page.subpage .date {
    display: block;
    font-size: 22px;
    font-weight: normal;
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif; }
  #content.salon_page.subpage h2 {
    border: none;
    position: relative;
    padding: 20px 20px;
    margin-bottom: 80px;
    text-align: center; }
    #content.salon_page.subpage h2 i {
      position: relative;
      z-index: 2; }
    #content.salon_page.subpage h2:before {
      content: "";
      width: calc(50vw + 600px);
      position: absolute;
      height: 100%;
      display: block;
      background: #e8e8e0;
      top: 0;
      left: 0px; }
  #content.salon_page.subpage h3 {
    margin: 70px 0;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 44px;
    font-family: cormorant-garamond, serif; }
    #content.salon_page.subpage h3 i {
      margin-top: 6px;
      font-size: 18px;
      display: block; }
  #content.salon_page.subpage .reservation {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0; }
    #content.salon_page.subpage .reservation a {
      width: 220px;
      padding: 12px 20px;
      text-align: center;
      border: 1px solid #212121;
      color: #212121;
      border-radius: 50px;
      margin-right: 20px; }
  #content.salon_page.subpage iframe {
    height: 500px;
    width: calc(50vw + 600px);
    margin-top: 100px; }
  #content.salon_page.subpage table {
    letter-spacing: 0.1em;
    position: relative; }
    #content.salon_page.subpage table.design {
      margin: 130px 0; }
      #content.salon_page.subpage table.design:before {
        height: calc(100% + 60px);
        position: absolute;
        background: #e8e8e0;
        width: calc(50vw - 32%);
        content: "";
        display: block;
        top: -30px;
        left: calc(0px - calc(50vw - 600px)); }
      #content.salon_page.subpage table.design tr {
        position: relative;
        z-index: 2; }
        #content.salon_page.subpage table.design tr th {
          border: none; }
    #content.salon_page.subpage table .menu_tit {
      background: #fff;
      font-size: 24px;
      font-family: cormorant-garamond, serif; }
      #content.salon_page.subpage table .menu_tit td {
        padding-left: 20px !important; }
      #content.salon_page.subpage table .menu_tit + tr {
        padding-top: 20px; }
    #content.salon_page.subpage table tr td {
      border: none;
      line-height: 1.8;
      padding: 25px 0;
      padding-left: 20px; }
      #content.salon_page.subpage table tr td span:nth-of-type(1) {
        font-family: cormorant-garamond, serif;
        font-size: 22px;
        color: #212121 !important; }
      #content.salon_page.subpage table tr td span span {
        font-size: inherit !important;
        font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important; }

.d_none {
  display: none !important; }

#content.styles {
  min-height: 100vh; }
  #content.styles .style_gallery {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    #content.styles .style_gallery .cards {
      position: absolute;
      width: 14rem;
      height: 18rem;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #content.styles .style_gallery .cards li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 14rem;
        height: 18rem;
        text-align: center;
        line-height: 18rem;
        font-size: 2rem;
        font-family: sans-serif;
        background-color: #9d7cce;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0.8rem; }

#content.style :root {
  --base-color:#3f3352;
  --overlayH:263;
  --overlayS:23%;
  --overlayL:26%; }
#content.style * {
  box-sizing: border-box; }
#content.style .button-inline {
  padding: 0;
  display: inline;
  background: transparent;
  color: inherit;
  text-decoration: underline; }
#content.style main {
  max-width: 1400px;
  margin: 1.5rem auto;
  display: grid;
  gap: 1rem; }
@media (min-width: 800px) {
  #content.style {
    gap: 2rem; }
    #content.style main {
      grid-template-columns: 1fr; }
    #content.style img, #content.style a {
      display: block;
      height: 100%; }
    #content.style article a {
      position: absolute;
      left: 0;
      right: 0; }
    #content.style img {
      max-width: 100%;
      width: 100%;
      object-fit: cover; }
    #content.style .grid {
      display: grid;
      grid-gap: 1.5rem;
      list-style: none;
      margin: 0;
      padding: 0;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: minmax(16rem, max-content);
      position: relative; }
    #content.style article {
      --max:0;
      position: relative;
      overflow: hidden;
      min-height: 450px; } }
@media (min-width: 1024px) {
  #content.style .grid {
    grid-template-columns: 1fr 1fr 1fr; }
  #content.style article:not(.details) button {
    display: none; }
  #content.style article:first-child button {
    display: none; }
  #content.style article p:last-of-type {
    margin: 0; }
  #content.style .description {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1rem, 2.5vmin, 2.25rem); }
  #content.style article.details {
    grid-row: span 2;
    grid-column: span 2; }
  #content.style .details-view {
    color: white;
    opacity: 0;
    transform: translateY(100%); }
  #content.style .article-6 {
    --overlayH:47;
    --overlayS:92%;
    --overlayL:32%; }
  #content.style .article-2 {
    --overlayH:353;
    --overlayS:34%;
    --overlayL:58%; }
  #content.style .article-5 {
    --overlayH:136;
    --overlayS:62%;
    --overlayL:25%;
    --overlayH:176;
    --overlayS:49%;
    --overlayL:16%; } }

#content .ib {
  padding-bottom: 100px; }
  #content .ib p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.08em; }
  #content .ib input[type="submit"], #content .ib button {
    width: 300px;
    padding: 22px;
    text-align: center;
    color: #fff;
    border-radius: 30px 0 30px 0;
    background: #212121;
    display: block;
    margin: 40px auto;
    cursor: pointer;
    transition: 0.4s ease;
    border: none; }
    #content .ib input[type="submit"]:hover, #content .ib button:hover {
      background: #6D6027;
      border-radius: 0 30px 0px 30px; }
#content .l_img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 30px;
  position: relative; }
  #content .l_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    height: 250%;
    position: absolute;
    left: 0;
    bottom: 0; }
#content .bland {
  background: #f1f1f1; }
  #content .bland .ib {
    padding: 50px 0 70px; }
    #content .bland .ib .bland_con .box {
      justify-content: space-between;
      margin-bottom: 50px;
      display: flex; }
      #content .bland .ib .bland_con .box .img {
        width: 300px;
        height: 300px; }
        #content .bland .ib .bland_con .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content .bland .ib .bland_con .box .detail {
        width: calc(100% - 330px); }

#content.contact .salon_members {
  background: #fff; }
#content.contact .ib table {
  margin: 80px 0; }
  #content.contact .ib table tr:last-child th, #content.contact .ib table tr:last-child td {
    padding-bottom: 0; }
  #content.contact .ib table tr:first-child th, #content.contact .ib table tr:first-child td {
    padding-top: 0; }
  #content.contact .ib table tr th {
    width: 20%;
    padding: 25px 0;
    font-family: cormorant-garamond, serif;
    border-bottom: none;
    border-right: 1px solid #212121; }
  #content.contact .ib table tr td {
    width: 80%;
    padding: 25px 0 25px 25px; }
    #content.contact .ib table tr td input, #content.contact .ib table tr td textarea {
      padding: 20px; }

footer.salon#footer {
  background: #e8e8e0;
  letter-spacing: 0.1em; }
  footer.salon#footer .ib {
    padding: 100px 0 60px; }
    footer.salon#footer .ib .logo {
      width: 140px;
      display: block;
      margin: 30px auto; }
      footer.salon#footer .ib .logo img {
        width: 100%; }
    footer.salon#footer .ib p {
      line-height: 2;
      font-size: 15px; }
    footer.salon#footer .ib a.tel {
      display: block;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
      footer.salon#footer .ib a.tel ion-icon {
        display: inline-block;
        margin-right: 3px;
        position: relative;
        top: 2px; }
    footer.salon#footer .ib nav {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      margin-top: 60px; }
      footer.salon#footer .ib nav .area_box {
        width: 32%; }
        footer.salon#footer .ib nav .area_box .shop_list + h3 {
          margin-top: 50px; }
        footer.salon#footer .ib nav .area_box h3 {
          margin: 0 0 40px;
          padding: 10px 20px;
          font-size: 16px;
          text-align: center;
          background: #d8d8cf;
          border-radius: 40px; }
        footer.salon#footer .ib nav .area_box p {
          font-size: 15px;
          margin-bottom: 10px;
          font-weight: 400;
          text-align: left; }

/*# sourceMappingURL=style_salon.css.map */
