@charset "UTF-8";
@import url(common.css);
/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3.84vh 45px 0;
  mix-blend-mode: difference;
  z-index: 100; }
  header .h-logo {
    max-width: 160px;
    min-width: 100px;
    width: 10vw; }
  header .nav-toggle {
    position: absolute;
    display: none;
    width: 70px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 102; }
    header .nav-toggle span {
      position: absolute;
      width: 40px;
      border-top: solid 2px #ffffff;
      right: 20px;
      transition: .3s; }
      header .nav-toggle span:first-child {
        top: 18px; }
      header .nav-toggle span:nth-child(2) {
        top: 33px; }
      header .nav-toggle span:last-child {
        top: 48px; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 30px 25px 0; } }
  @media screen and (max-width: 768px) {
    header {
      padding: 14px 25px; }
      header .nav-toggle {
        display: block; }
      header.open .nav-toggle span {
        width: 40px; }
        header.open .nav-toggle span:first-child {
          transform: rotate(-45deg);
          transform-origin: right top; }
        header.open .nav-toggle span:nth-child(2) {
          display: none; }
        header.open .nav-toggle span:last-child {
          transform: rotate(45deg);
          transform-origin: right bottom; } }

/* グローバルナビ
---------------------------------------------------------------------------- */
nav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 3.84vh 45px 0 0;
  width: calc(100% - 245px);
  max-width: 810px;
  mix-blend-mode: difference;
  z-index: 101; }
  @media screen and (max-width: 1024px) {
    nav {
      padding: 30px 25px 0 0;
      width: calc(100% - 230px); } }
  @media screen and (max-width: 768px) {
    nav {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      z-index: 99;
      top: 0;
      right: 0;
      width: calc(100% - 250px);
      height: 100vh;
      border-radius: 0;
      min-width: 230px;
      padding: 80px 0 0 0;
      background-color: rgba(46, 46, 46, 0);
      transform: translateX(100%);
      transition: .3s;
      isolation: isolate;
      mix-blend-mode: normal; } }
  @media screen and (max-width: 768px) {
    nav .nav-wrap {
      display: block;
      width: 100%;
      height: 100vh;
      margin: 0 auto;
      padding-left: 0; } }
  nav .nav-wrap .nav-list {
    padding-top: 0.75em;
    font-size: clamp(0.938rem, 0.418rem + 1.08vw, 1.5rem);
    font-weight: 600;
    font-family: "Playfair Display", serif; }
    @media screen and (max-width: 1024px) {
      nav .nav-wrap .nav-list {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      nav .nav-wrap .nav-list {
        width: 100% !important;
        padding: 0;
        font-size: 1.25em;
        text-align: left; } }
    nav .nav-wrap .nav-list > a {
      color: white; }
      @media screen and (max-width: 768px) {
        nav .nav-wrap .nav-list > a {
          display: block;
          padding: 1em 20px 1em 40px; } }
      nav .nav-wrap .nav-list > a:hover {
        color: #aaaaaa; }

.open + nav {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px); }

/* フッター
---------------------------------------------------------------------------- */
footer {
  background-color: #000;
  text-align: center;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff; }
  footer .footer-inner {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 0; }
    @media screen and (max-width: 768px) {
      footer .footer-inner {
        padding: 50px 0; } }
    footer .footer-inner .footer-logo {
      width: 130px;
      margin: 0 auto 40px; }
      @media screen and (max-width: 768px) {
        footer .footer-inner .footer-logo {
          margin: 0 auto 30px; } }
    footer .footer-inner .footer-address-notes {
      margin-top: 0.5em;
      font-size: 0.875em; }
    footer .footer-inner .copyright {
      margin-top: 2em;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        footer .footer-inner .copyright {
          margin-top: 1.5em; } }

/* セクションタイトル
---------------------------------------------------------------------------- */
.sec-ttl {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.625rem, 0.433rem + 4.57vw, 5rem);
  line-height: 1em;
  margin-bottom: 0.8em; }

/* メインビジュアル
---------------------------------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 16.3666vh;
  /* スクロールダウンの位置 */
  /* 線のアニメーション */ }
  .mainvisual .mainvisual-wrap {
    position: relative; }
    .mainvisual .mainvisual-wrap .mainvisual-image {
      width: 51.5%;
      height: 58.4288vh;
      margin: 0 auto;
      background-color: #C4BFB9; }
      @media screen and (max-width: 768px) {
        .mainvisual .mainvisual-wrap .mainvisual-image {
          width: 85%;
          height: 50vh; } }
      .mainvisual .mainvisual-wrap .mainvisual-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .mainvisual .mainvisual-wrap .catchcopy {
      justify-content: flex-start;
      align-items: flex-end;
      color: #000000;
      font-size: clamp(40px, 1.636rem + 2.88vw, 78px);
      margin-top: -0.63em;
      padding-left: 5.5%; }
      @media screen and (max-width: 768px) {
        .mainvisual .mainvisual-wrap .catchcopy {
          padding-left: 5%;
          font-size: clamp(30px, 1.429rem + 2.23vw, 40px); } }
      .mainvisual .mainvisual-wrap .catchcopy h2 {
        line-height: 1.45em;
        letter-spacing: 0.025em;
        font-family: "Playfair Display", serif;
        font-weight: 700; }
        .mainvisual .mainvisual-wrap .catchcopy h2 span {
          letter-spacing: 0; }
      .mainvisual .mainvisual-wrap .catchcopy p {
        padding: 0 0 0.625em 10px;
        font-size: clamp(16px, 0.885rem + 0.24vw, 18px);
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: clamp(40px, 1.636rem + 2.88vw, 78px); }
        @media screen and (max-width: 768px) {
          .mainvisual .mainvisual-wrap .catchcopy p {
            display: block;
            padding: 0.5em 0 0 0;
            font-size: clamp(14px, 0.786rem + 0.45vw, 16px);
            line-height: clamp(30px, 1.429rem + 2.23vw, 40px); } }
  .mainvisual::before, .mainvisual::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0%;
    background-color: #F7F4ED;
    z-index: -1; }
  .mainvisual::before {
    top: 0;
    left: 0;
    animation: stretch-anim 1s 0.5s 1 forwards; }
  .mainvisual::after {
    bottom: 0;
    right: 0;
    animation: stretch-anim 1s 0.5s 1 forwards; }
@keyframes stretch-anim {
  100% {
    height: 57.5%; } }
  .mainvisual .scroll {
    position: absolute;
    right: 3.5%;
    bottom: calc(11vh + 69px);
    writing-mode: vertical-rl;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    /* 線のアニメーション部分 */ }
    @media screen and (max-width: 768px) {
      .mainvisual .scroll {
        display: none; } }
    .mainvisual .scroll span {
      position: absolute;
      right: -14px;
      bottom: 0;
      width: 24px;
      height: 69px; }
    .mainvisual .scroll::before {
      animation: scroll 2s infinite;
      background-color: #000;
      bottom: calc(-27.823vh - 0.5em);
      content: "";
      height: 27.823vh;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 1px; }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
/* 下層セクション
---------------------------------------------------------------------------- */
[class^="content-"] {
  padding-top: 120px;
  background-color: #ffffff; }
  [class^="content-"] .box-text p {
    line-height: 1.667em;
    margin-bottom: 1.5em;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    [class^="content-"] {
      padding-top: 80px; } }

.content {
  /* ABOUT US
  ---------------------------------------------------------------------------- */
  /* Profile
  ---------------------------------------------------------------------------- */
  /* Service/price
  ---------------------------------------------------------------------------- */
  /* スライドショー
  ---------------------------------------------------------------------------- */
  /* Faq
  ---------------------------------------------------------------------------- */
  /* Instagram
  ---------------------------------------------------------------------------- */
  /* Contact
  ---------------------------------------------------------------------------- */ }
  .content-aboutus {
    position: relative;
    padding-bottom: 135px;
    background-color: #000;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .content-aboutus {
        padding-bottom: 100px; } }
    @media screen and (max-width: 768px) {
      .content-aboutus {
        padding-bottom: 60px; } }
    .content-aboutus .box-text {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .content-aboutus .box-text {
          width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 560px) {
        .content-aboutus .box-text {
          text-align: left; }
          .content-aboutus .box-text .sec-ttl {
            text-align: center; } }
      .content-aboutus .box-text p {
        line-height: 2em;
        margin-bottom: 2em; }
    .content-aboutus .box-image {
      position: absolute;
      bottom: -1%;
      left: 50%;
      transform: translateX(-50%);
      width: 84.034%; }
      @media screen and (max-width: 560px) {
        .content-aboutus .box-image {
          bottom: -0.5%;
          width: 98%; } }
  .content-profile {
    padding: 0;
    overflow-x: hidden;
    border-bottom: solid 1px #000; }
    .content-profile .inblock-b {
      position: relative; }
    @media screen and (max-width: 768px) {
      .content-profile .sec-ttl {
        text-align: center; } }
    .content-profile .box-text {
      width: 50%;
      max-width: 455px;
      margin: 0 auto;
      padding: 50px 20px 40px 0; }
      @media screen and (max-width: 768px) {
        .content-profile .box-text {
          width: 100%;
          padding: 80px 0 40px; } }
      .content-profile .box-text .box-profile-job {
        font-size: 0.938em;
        margin-bottom: 0; }
      .content-profile .box-text .box-profile-name {
        font-size: 1.5em; }
        .content-profile .box-text .box-profile-name span {
          font-size: 1.125rem;
          font-family: "Playfair Display", serif;
          font-weight: 400;
          color: #b0b0b0;
          margin-left: 2rem; }
          @media screen and (max-width: 1024px) {
            .content-profile .box-text .box-profile-name span {
              display: block;
              line-height: 1em;
              margin-left: 0; } }
    .content-profile .box-image {
      width: 50vw;
      height: auto;
      margin-right: calc(50% - 50vw);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      align-self: stretch;
      overflow: hidden;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .content-profile .box-image {
          width: 100vw;
          height: 50%;
          max-height: 450px;
          margin-left: -5vw; } }
      .content-profile .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 1200px) {
          .content-profile .box-image img {
            width: auto;
            height: 100%; } }
  .content-service {
    padding: 0; }
    .content-service .flex {
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .content-service .flex {
          flex-wrap: wrap; } }
    .content-service .box-left {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-top: 130px;
      padding-right: 6.5%; }
      @media screen and (max-width: 768px) {
        .content-service .box-left {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          padding: 80px 0 40px;
          margin: 0 auto; } }
      .content-service .box-left .sec-ttl {
        margin-left: 40px; }
        @media screen and (max-width: 768px) {
          .content-service .box-left .sec-ttl {
            margin-left: 0;
            margin-bottom: 30px;
            text-align: center; } }
    .content-service .box-right {
      padding: 100px 0 0 6.5%;
      border-left: 1px solid #000;
      flex-grow: 2; }
      @media screen and (max-width: 768px) {
        .content-service .box-right {
          padding: 40px 0 0;
          border-left: none;
          border-top: 1px solid #000; } }
      .content-service .box-right h3 {
        font-size: 1.875em;
        background: #000;
        color: #fff;
        line-height: 3.875rem;
        padding-left: 20px; }
        @media screen and (max-width: 768px) {
          .content-service .box-right h3 {
            font-size: 1.375em; } }
      .content-service .box-right .menu-list {
        margin-top: 15px;
        padding-bottom: 110px; }
        @media screen and (max-width: 768px) {
          .content-service .box-right .menu-list {
            padding-bottom: 60px; } }
        .content-service .box-right .menu-list li {
          padding: 30px 0;
          border-bottom: 1px solid #e4e4e4;
          font-size: 0.9375em; }
          @media screen and (max-width: 768px) {
            .content-service .box-right .menu-list li {
              padding: 20px 0; } }
        .content-service .box-right .menu-list-h4 {
          position: relative;
          font-size: 1.25em;
          padding-left: 27px; }
          .content-service .box-right .menu-list-h4::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 0;
            width: 6px;
            height: 30px;
            background: #000; }
        .content-service .box-right .menu-list-p {
          margin-top: 1.125em;
          padding-left: 25px; }
    @media screen and (max-width: 1024px) {
      .content-service .facility-list {
        gap: 30px 0; }
        .content-service .facility-list li {
          width: calc(33.333% - 10px); } }
    @media screen and (max-width: 768px) {
      .content-service .facility-list {
        gap: 25px 0; }
        .content-service .facility-list li {
          width: calc(50% - 6.25px); }
        .content-service .facility-list-title {
          font-size: 12px; } }
  .content-slideshow {
    padding-top: 0; }
    .content-slideshow .slick-slide {
      margin-left: 3px; }
  .content-faq {
    background: #f6f4ed;
    padding-bottom: 160px; }
    @media screen and (max-width: 768px) {
      .content-faq {
        padding-bottom: 90px; } }
    .content-faq .sec-ttl {
      text-align: center; }
    .content-faq .accordion_one {
      margin-bottom: 1em; }
      .content-faq .accordion_one .ac_header {
        background-color: #ffffff;
        padding: 1.65rem 3rem 1.65rem 3.125rem;
        position: relative;
        z-index: +1;
        cursor: pointer;
        transition: .2s; }
        @media screen and (max-width: 768px) {
          .content-faq .accordion_one .ac_header {
            padding: 1.65rem 2.5rem 1.65rem 1.125rem; } }
        .content-faq .accordion_one .ac_header:not(.open):hover {
          background-color: #FAFAFA; }
        .content-faq .accordion_one .ac_header .i_box {
          position: absolute;
          top: 50%;
          right: 1.5rem;
          width: 27px;
          height: 27px;
          margin-top: -13px; }
          @media screen and (max-width: 768px) {
            .content-faq .accordion_one .ac_header .i_box {
              right: 0.875rem;
              width: 21px;
              height: 21px;
              margin-top: -10px; } }
          .content-faq .accordion_one .ac_header .i_box:before, .content-faq .accordion_one .ac_header .i_box:after {
            position: absolute;
            content: "";
            margin: auto;
            box-sizing: border-box;
            vertical-align: middle; }
          .content-faq .accordion_one .ac_header .i_box:before {
            border-top: 1px solid #000000;
            width: 27px;
            height: 0;
            top: 0;
            bottom: 0;
            right: 0; }
            @media screen and (max-width: 768px) {
              .content-faq .accordion_one .ac_header .i_box:before {
                width: 21px; } }
          .content-faq .accordion_one .ac_header .i_box:after {
            border-left: 1px solid #000000;
            width: 0;
            height: 27px;
            top: 0;
            bottom: 0;
            right: 13px;
            transition: .3s; }
            @media screen and (max-width: 768px) {
              .content-faq .accordion_one .ac_header .i_box:after {
                height: 21px;
                right: 10px; } }
        .content-faq .accordion_one .ac_header.open .i_box:after {
          height: 0; }
      .content-faq .accordion_one .ac_inner {
        display: none;
        padding: 1.65rem 3rem 1.65rem 3.125rem;
        box-sizing: border-box;
        background: #ffffff;
        color: #000;
        border-top: 1px solid #999999; }
        @media screen and (max-width: 768px) {
          .content-faq .accordion_one .ac_inner {
            padding: 1.65rem 1.125rem 1.65rem 1.125rem; } }
    .content-faq .p-faq__headinner {
      display: block;
      padding-left: 3.5em;
      position: relative;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .content-faq .p-faq__headinner {
          padding-left: 2.5em; } }
      .content-faq .p-faq__headinner::before {
        position: absolute;
        left: 0;
        top: -0.425em;
        content: "Q";
        color: #000;
        font-size: 36px;
        font-family: "Playfair Display", serif;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .content-faq .p-faq__headinner::before {
            font-size: 30px; } }
      .content-faq .p-faq__headinner p.p-faq__q-txt {
        font-size: 1.125em; }
        @media screen and (max-width: 768px) {
          .content-faq .p-faq__headinner p.p-faq__q-txt {
            font-size: 1em; } }
    .content-faq .p-faq__bodyinner {
      display: block;
      padding-left: 3.5em;
      position: relative;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .content-faq .p-faq__bodyinner {
          padding-left: 2.5em; } }
      .content-faq .p-faq__bodyinner::before {
        position: absolute;
        left: 0;
        top: -0.425em;
        content: "A";
        color: #D10101;
        font-size: 36px;
        font-family: "Playfair Display", serif;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .content-faq .p-faq__bodyinner::before {
            font-size: 30px; } }
      .content-faq .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 1.125em; }
        @media screen and (max-width: 768px) {
          .content-faq .p-faq__bodyinner p.p-faq__a-txt {
            font-size: 1em; } }
  .content-instagram {
    padding: 140px 0;
    border-bottom: 1px solid #000; }
    .content-instagram ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -5%; }
      @media screen and (max-width: 768px) {
        .content-instagram ul {
          margin: 0 -2%; } }
      .content-instagram ul li {
        padding: 0.5%;
        width: 25%; }
        @media screen and (max-width: 768px) {
          .content-instagram ul li {
            width: 33.3333%; } }
        @media screen and (max-width: 560px) {
          .content-instagram ul li {
            width: 50%; } }
    @media screen and (max-width: 768px) {
      .content-instagram {
        padding: 80px 0; } }
  .content-contact {
    padding-bottom: 140px; }
    @media screen and (max-width: 768px) {
      .content-contact {
        padding-bottom: 80px; } }
    .content-contact .sec-ttl {
      text-align: center; }
    .content-contact p {
      text-align: center; }
    .content-contact .box-sns {
      width: 245px;
      margin: 60px auto 0; }
      @media screen and (max-width: 768px) {
        .content-contact .box-sns {
          width: 200px; } }
      @media screen and (max-width: 560px) {
        .content-contact .box-sns {
          margin: 40px auto 0;
          width: 170px; } }
      .content-contact .box-sns li {
        width: 63px; }
        @media screen and (max-width: 560px) {
          .content-contact .box-sns li {
            width: 54px; } }

/*# sourceMappingURL=style.css.map */
