/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .headnavi.cv_btn.active_cv_btn {
    display: none; } }

.guide_wrap .para_text {
  font-style: normal;
  height: auto; }
  @media screen and (max-width: 768px) {
    .guide_wrap .para_text {
      color: rgba(45, 44, 55, 0.3) !important; } }
.guide_wrap .floor_wrap {
  position: relative;
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .guide_wrap .floor_wrap {
      margin-bottom: max(100px, 26.667%); } }
  @media screen and (max-width: 480px) {
    .guide_wrap .floor_wrap .floor_in {
      flex-wrap: wrap; } }
  .guide_wrap .floor_wrap .floor_in .floor_l {
    width: 50%;
    background: rgba(255, 255, 255, 0.32); }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .floor_in .floor_l {
        width: 100%; } }
    .guide_wrap .floor_wrap .floor_in .floor_l .pc_detail {
      background-color: #2D2C37;
      color: #fff;
      font-weight: bold;
      font-size: clamp(10px, 0.885vw, 17px);
      height: 39px;
      display: flex;
      padding: 10px;
      text-align: center;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .guide_wrap .floor_wrap .floor_in .floor_l .pc_detail {
          display: none; } }
    .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper {
      padding: 20px 10px;
      /*position: relative;*/
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      @media screen and (max-width: 480px) {
        .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper {
          order: 1; } }
      .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img {
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
        position: relative; }
        @media screen and (max-width: 480px) {
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img {
            margin: 0 auto 20px; } }
        .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img li {
          position: relative;
          opacity: 0;
          transition: 0.5s opacity ease-in-out 0s;
          text-align: center; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img li.active {
            opacity: 1;
            pointer-events: all; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img li .floor_img_wrap p {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: 0.5s opacity ease-in-out 0s; }
            .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img li .floor_img_wrap p.floor1_01 {
              position: relative; }
            .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .floow_img li .floor_img_wrap p.active {
              opacity: 1; }
      .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div {
          position: absolute;
          width: 7.116%;
          cursor: pointer;
          transition: 0.3s transform ease-in-out 0s;
          transform-origin: center; }
          @media screen and (max-width: 768px) {
            .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div {
              transform: scale(1.25); } }
          body:not(.mobile) .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div:hover {
            transform: scale(1.25); }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div:before {
            content: "";
            display: block;
            padding-bottom: 100%;
            background: #2D2C37;
            border-radius: 100%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div p {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: clamp(10px, 1.133vw, 20px);
            color: #fff;
            text-align: center; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_01 {
            right: 30%;
            top: 26%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_02 {
            left: 49%;
            top: 14.343%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_03 {
            right: 17.7%;
            top: 18.954%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_04 {
            left: 18.8%;
            top: 28.159%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_05 {
            right: 5%;
            top: 26.5%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_06 {
            left: 50%;
            top: 36.365%; }
          .guide_wrap .floor_wrap .floor_in .floor_l .floor_l_wrapper .prot > div.floor1_07 {
            left: 36.5%;
            bottom: 3.611%; }
  .guide_wrap .floor_wrap .floor_in .floor_r {
    position: relative;
    background: rgba(255, 255, 255, 0.93);
    width: 50%; }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .floor_in .floor_r {
        width: 100%;
        opacity: 0;
        position: fixed;
        left: 0;
        right: 0;
        /*top:0;*/
        bottom: 0;
        margin: auto;
        height: calc(100vh - 90px);
        display: flex;
        justify-content: center;
        pointer-events: none;
        z-index: 10000;
        transition: 0.5s opacity ease-in-out 0s;
        background: #fff; } }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .floor_in .floor_r::before {
        content: '';
        position: fixed;
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        pointer-events: none;
        top: 0;
        left: 0;
        opacity: 0; } }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .floor_in .floor_r.active {
        opacity: 1;
        pointer-events: all; } }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .floor_in .floor_r.active::before {
        opacity: 0.8; } }
    .guide_wrap .floor_wrap .floor_in .floor_r .floor_close {
      display: none; }
      @media screen and (max-width: 480px) {
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_close {
          position: fixed;
          right: 10px;
          bottom: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 2; } }
      @media screen and (max-width: 480px) {
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_close span {
          font-size: 14px;
          color: #FFF; } }
    .guide_wrap .floor_wrap .floor_in .floor_r .floor_1f {
      position: relative; }
    .guide_wrap .floor_wrap .floor_in .floor_r .floor_number {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s opacity ease-in-out 0s; }
      .guide_wrap .floor_wrap .floor_in .floor_r .floor_number.active {
        position: relative;
        opacity: 1; }
      .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .photo_txt {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s opacity ease-in-out 0s; }
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .photo_txt.active {
          opacity: 1;
          position: relative; }
      .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap {
        padding: 50px 0px 0;
        max-width: 631px;
        margin: 0 auto;
        width: calc(100% - 40px);
        min-height: 300px; }
        @media screen and (max-width: 1200px) {
          .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap {
            padding: 20px 0px 0; } }
        @media screen and (max-width: 768px) {
          .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap {
            padding: 20px 0px;
            min-height: 270px; } }
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .ttl_flex {
          align-items: center;
          justify-content: flex-start; }
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .number {
          width: 39px;
          height: 39px;
          background: #000;
          border-radius: 100%;
          position: relative;
          margin-right: 17px; }
          @media screen and (max-width: 768px) {
            .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .number {
              width: 30px;
              height: 30px; } }
          .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .number span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            color: #fff; }
            @media screen and (max-width: 1200px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .number span {
                font-size: 19px; } }
            @media screen and (max-width: 768px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .number span {
                font-size: 16px; } }
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl {
          font-size: 50px;
          line-height: 1.5;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media screen and (max-width: 1500px) {
            .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl {
              font-size: 28px; } }
          @media screen and (max-width: 1200px) {
            .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl {
              font-size: 2vw; } }
          @media screen and (max-width: 768px) {
            .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl {
              font-size: 2.8vw;
              flex-wrap: wrap; } }
          @media screen and (max-width: 480px) {
            .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl {
              font-size: 5.2vw; } }
          .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl .small {
            margin-left: 20px;
            font-size: 14px;
            display: block; }
            @media screen and (max-width: 1500px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl .small {
                font-size: 12px; } }
            @media screen and (max-width: 1200px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl .small {
                font-size: 10px; } }
            @media screen and (max-width: 768px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .floor_ttl .small {
                width: 100%;
                font-size: 12px;
                margin-left: 0; } }
        .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .text {
          width: 100%;
          margin-top: 20px; }
          .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .text .read {
            font-size: 16px; }
            @media screen and (max-width: 1200px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .text .read {
                font-size: 14px; } }
            @media screen and (max-width: 768px) {
              .guide_wrap .floor_wrap .floor_in .floor_r .floor_number .text_wrap .text .read {
                font-size: 13px; } }
  .guide_wrap .floor_wrap .sp_detail {
    display: none; }
    @media screen and (max-width: 480px) {
      .guide_wrap .floor_wrap .sp_detail {
        background-color: #2D2C37;
        font-size: 17px;
        text-align: center;
        padding: 20px;
        color: #fff;
        display: block; } }
@media screen and (max-width: 480px) {
  .guide_wrap .inner8.adjust {
    padding: 0; } }
.guide_wrap .ttl_wrap .sub_ttl {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600;
  position: relative; }
  @media screen and (max-width: 768px) {
    .guide_wrap .ttl_wrap .sub_ttl {
      font-size: 20px;
      margin-top: 10px; } }
.guide_wrap .map {
  width: 100%;
  position: relative;
  padding-top: 47.25%; }
  @media screen and (max-width: 480px) {
    .guide_wrap .map {
      padding-top: 136.267%; } }
@media screen and (max-width: 480px) {
  .guide_wrap .inner.adjsut {
    padding: 0; } }
.guide_wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }
@media screen and (max-width: 1200px) {
  .guide_wrap .inner6 {
    padding-left: max(40px, 7.022%);
    padding-right: clamp(40px, 7.022%, 116px); } }
.guide_wrap .address_wrap .address_ttl {
  font-size: clamp(24px, 3.38vw, 40px);
  font-weight: normal;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .guide_wrap .address_wrap .address_ttl {
      display: none; } }
.guide_wrap .address_wrap .address_table {
  max-width: 754px;
  width: 63.63%;
  font-size: 18px;
  border-collapse: collapse; }
  @media screen and (max-width: 768px) {
    .guide_wrap .address_wrap .address_table {
      width: 100%; } }
  .guide_wrap .address_wrap .address_table tr th,
  .guide_wrap .address_wrap .address_table tr td {
    border-bottom: 1px solid #707070;
    vertical-align: top;
    padding: 30px 0; }
  .guide_wrap .address_wrap .address_table tr th {
    max-width: 166px;
    width: 22.02%;
    text-align: left;
    padding-right: 10px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .guide_wrap .address_wrap .address_table tr th {
        width: 32.654%; } }
  .guide_wrap .address_wrap .address_table tr td .cap {
    display: block;
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .guide_wrap .address_wrap .address_table tr td .cap {
        margin-top: 30px; } }
  .guide_wrap .address_wrap .address_table tr:last-of-type th,
  .guide_wrap .address_wrap .address_table tr:last-of-type td {
    border-bottom: none; }
  .guide_wrap .address_wrap .address_table tr:first-of-type th,
  .guide_wrap .address_wrap .address_table tr:first-of-type td {
    padding-top: 0; }
  .guide_wrap .address_wrap .address_table .btn {
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #2D2C37;
    border-radius: 50vw;
    font-weight: 600;
    padding: 16px 0 20px;
    display: block;
    text-align: center;
    width: 180px;
    transition: opacity 0.3s linear;
    line-height: 1;
    margin-top: 40px;
    font-size: 15px; }
    .guide_wrap .address_wrap .address_table .btn:hover {
      opacity: 0.5; }

/*# sourceMappingURL=interior-salon.css.map */
