@charset "UTF-8";
/*!
Theme Name: the MORAI Theme
Description: the MORAI theme.
Version: 1.0
Author: Artarakt
Author URI: https://artarakt.com
Version: 1.0
License: Artarakt
License URI: https://artarakt.com
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root,
#__next {
  isolation: isolate; }

input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #37312F; }

.en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

a {
  color: #37312F; }

small {
  font-size: 90%; }

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media screen and (max-width: 840px) {
  body {
    font-size: 14px; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto; }

.center {
  text-align: center; }

.ttl {
  font-size: 40px;
  letter-spacing: .04em; }

.ttl1 {
  font-size: 56px;
  letter-spacing: .04em; }

.ttl2 {
  font-size: 32px;
  letter-spacing: .04em; }

a.txt,
span.txt {
  position: relative;
  color: white;
  font-size: 14px; }
  a.txt::after,
  span.txt::after {
    display: inline-block;
    margin-left: 1em;
    content: '';
    width: 12px;
    height: 10px;
    background-image: url(images/ico_arw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  a.txt::before,
  span.txt::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  a.txt.bk,
  span.txt.bk {
    color: #37312F; }
    a.txt.bk::after,
    span.txt.bk::after {
      background-image: url(images/ico_arw_bk.png); }
  a.txt:hover::before,
  span.txt:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }

.gmap {
  width: 600px; }
  .gmap iframe {
    width: 100% !important; }

@media screen and (max-width: 840px) {
  .ttl {
    font-size: 24px; }
  .ttl2 {
    font-size: 18px; }
  .flex {
    display: block; }
  .gmap {
    width: 100%; } }

header {
  width: 100%;
  height: 180px;
  padding: 40px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: transparent;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  header.bk .navi .en {
    border-left: 1px solid #37312F; }
  header.bk .navi .lang {
    color: #37312F; }
    header.bk .navi .lang::after {
      border-right: 1px solid #37312F;
      border-bottom: 1px solid #37312F; }
  header.bk .navi .menu {
    color: #37312F; }
    header.bk .navi .menu::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #37312F)) top, -webkit-gradient(linear, left top, left bottom, color-stop(0, #37312F)) bottom;
      background: -webkit-linear-gradient(#37312F 0 0) top, -webkit-linear-gradient(#37312F 0 0) bottom;
      background: -o-linear-gradient(#37312F 0 0) top, -o-linear-gradient(#37312F 0 0) bottom;
      background: linear-gradient(#37312F 0 0) top, linear-gradient(#37312F 0 0) bottom;
      background-repeat: no-repeat;
      background-size: 100% 1px; }
  header.active {
    background: white; }
    header.active .logo:not(.center) {
      opacity: 0; }
    header.active .toggle {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      -webkit-transition: opacity 0.4s ease, visibility 0s 0s;
      -o-transition: opacity 0.4s ease, visibility 0s 0s;
      transition: opacity 0.4s ease, visibility 0s 0s; }
    header.active .navi .en {
      border-left: 1px solid #37312F; }
    header.active .navi .lang {
      color: #37312F; }
      header.active .navi .lang::after {
        border-right: 1px solid #37312F;
        border-bottom: 1px solid #37312F; }
    header.active .navi .menu {
      color: #37312F; }
      header.active .navi .menu::after {
        border-right: 1px solid #37312F;
        border-bottom: 1px solid #37312F; }
  header .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: white; }
    header .navi .en {
      padding-left: 32px;
      padding-right: 56px;
      border-left: 1px solid white;
      letter-spacing: 0.05em;
      position: relative;
      cursor: pointer; }
    header .navi .lang::after {
      content: "";
      position: absolute;
      right: 32px;
      top: 45%;
      -webkit-transform: translateY(-40%) rotate(45deg);
      -ms-transform: translateY(-40%) rotate(45deg);
      transform: translateY(-40%) rotate(45deg);
      width: 6px;
      height: 6px;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      pointer-events: none; }
    header .navi .menu {
      position: relative; }
      header .navi .menu::after {
        content: "";
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 6px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) top, -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) bottom;
        background: -webkit-linear-gradient(white 0 0) top, -webkit-linear-gradient(white 0 0) bottom;
        background: -o-linear-gradient(white 0 0) top, -o-linear-gradient(white 0 0) bottom;
        background: linear-gradient(white 0 0) top, linear-gradient(white 0 0) bottom;
        background-repeat: no-repeat;
        background-size: 100% 1px; }
      header .navi .menu.active::after {
        height: 1px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) center;
        background: -webkit-linear-gradient(white 0 0) center;
        background: -o-linear-gradient(white 0 0) center;
        background: linear-gradient(white 0 0) center;
        background-repeat: no-repeat;
        background-size: 100% 1px; }
  header .toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 40px 40px 80px;
    background-color: white;
    -webkit-transition: opacity 0.4s ease, visibility 0s 0.4s;
    -o-transition: opacity 0.4s ease, visibility 0s 0.4s;
    transition: opacity 0.4s ease, visibility 0s 0.4s; }
    header .toggle .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    header .toggle .txt {
      width: 100%;
      max-width: 440px; }
      header .toggle .txt .logo {
        margin-bottom: 30px; }
      header .toggle .txt .list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        gap: 0 22px; }
        header .toggle .txt .list a {
          display: inline-block;
          line-height: 1.8;
          font-size: 14px; }
    header .toggle .ph {
      width: 100%;
      max-width: 900px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px; }
      header .toggle .ph a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
        max-width: 440px; }
      header .toggle .ph img {
        display: block;
        width: 100%;
        height: auto; }

.booking {
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  z-index: 100;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .booking::after {
    content: "→";
    display: inline-block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
  .booking:hover {
    background: white; }
    .booking:hover::after {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
      opacity: 0; }

.recommend {
  padding: 100px 20px;
  background-color: #F3ECEC; }
  .recommend .posts {
    margin-top: 80px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .recommend .posts::after {
      content: none; }
    .recommend .posts article {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: calc((100% - 40px) / 3);
      min-width: 300px; }
      .recommend .posts article a {
        display: block;
        color: #37312F; }
        .recommend .posts article a .thumb {
          overflow: hidden; }
          .recommend .posts article a .thumb img {
            display: block;
            width: 100%;
            height: auto;
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: -webkit-transform 0.5s ease;
            -o-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
            transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
        .recommend .posts article a:hover .thumb img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .recommend .posts article a .txt {
          padding: 10px 20px; }
          .recommend .posts article a .txt .cat {
            font-size: 13px; }
          .recommend .posts article a .txt .ttl {
            font-size: 15px; }

footer {
  padding: 40px;
  background-color: #F3ECEC; }
  footer .flex {
    gap: 80px; }
  footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
    margin: 1em auto; }
  footer .copy {
    font-size: 15px;
    text-align: right;
    letter-spacing: .05em; }

@media screen and (max-width: 840px) {
  header {
    padding: 20px 0 20px 20px; }
    header .logo img {
      width: 75px;
      height: auto; }
    header .toggle .ph {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 4px; }
      header .toggle .ph a {
        max-width: 295px; }
    header .toggle .txt {
      max-width: 100%; }
      header .toggle .txt .logo {
        position: fixed;
        top: 20px;
        left: 20px; }
      header .toggle .txt .list {
        display: none; }
    header .toggle .list {
      max-width: 295px;
      margin: 48px auto 0; }
      header .toggle .list a {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 1rem; }
        header .toggle .list a::before {
          content: '-';
          display: inline-block;
          margin-right: 6px;
          font-size: 1rem; }
  .recommend {
    padding: 100px 20px; }
    .recommend .posts {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .recommend .posts article {
        width: calc((100% - 20px) / 2);
        min-width: 0; }
  footer {
    border-top: 1px solid #D4D4D4; }
    footer .logo {
      margin-bottom: 50px;
      text-align: center; }
      footer .logo img {
        width: 54px; }
    footer .list {
      max-width: 295px;
      margin: 0 auto 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer .list a {
        position: relative;
        display: block;
        width: 100%; }
        footer .list a::before {
          content: '-';
          display: inline-block;
          margin-right: 6px;
          font-size: 1rem; }
    footer .copy {
      margin-top: 56px;
      text-align: center;
      font-size: 12px; } }

@media screen and (max-width: 420px) {
  .recommend .posts article {
    width: 100%; } }

.front .mv {
  position: relative;
  width: 100%;
  height: 100vh; }
  .front .mv .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .front .mv .video img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .front .mv .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; }
    .front .mv .logo h1 {
      margin: 0; }
      .front .mv .logo h1 img {
        width: 216px;
        height: auto; }

.front .container {
  padding: 150px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 236, 236, 0)), color-stop(15%, rgba(243, 236, 236, 0.6)), to(#f3ecec));
  background: -webkit-linear-gradient(top, rgba(243, 236, 236, 0) 0%, rgba(243, 236, 236, 0.6) 15%, #f3ecec 100%);
  background: -o-linear-gradient(top, rgba(243, 236, 236, 0) 0%, rgba(243, 236, 236, 0.6) 15%, #f3ecec 100%);
  background: linear-gradient(to bottom, rgba(243, 236, 236, 0) 0%, rgba(243, 236, 236, 0.6) 15%, #f3ecec 100%); }
  .front .container .lead {
    line-height: 2.6; }

.front .concept .txt {
  width: 50%; }

.front .concept .catch {
  margin: 80px 0 80px; }

.front .villa .solo {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .front .villa .solo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: inherit;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    -o-transition: transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    z-index: 0; }
  .front .villa .solo:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .front .villa .solo .flex {
    color: #fff;
    gap: 32px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 160px 155px 185px;
    padding-left: clamp(20px, 8vw, 155px);
    padding-right: clamp(20px, 8vw, 155px); }
  .front .villa .solo .head {
    width: 50%; }
    .front .villa .solo .head .logo {
      margin-bottom: 24px; }
  .front .villa .solo .content {
    width: 50%;
    position: relative;
    z-index: 1; }
    .front .villa .solo .content .lead {
      font-size: 13px;
      letter-spacing: 0%;
      line-height: 2; }
    .front .villa .solo .content .link {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2em;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .front .villa .solo.chm {
    background-image: url("images/cliff_thumb.jpg"); }
  .front .villa .solo.chm2 {
    background-image: url("images/cliff2_thumb.jpg"); }
  .front .villa .solo.shihachi {
    background-image: url("images/shihachi_thumb.jpg"); }
  .front .villa .solo.yunagi {
    background-image: url("images/yunagi_thumb.jpg"); }

.front .experience .inner {
  max-width: 1230px; }

.front .experience .flex {
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.front .experience .side {
  max-width: 670px; }
  .front .experience .side .thumb img {
    display: block; }
  .front .experience .side .card {
    margin-bottom: 64px; }
  .front .experience .side div.txt {
    width: 100%;
    padding: 40px 40px 10px;
    border-left: 1px solid #37312F; }
  .front .experience .side .link {
    margin-top: 20px; }

.front .phase {
  background-image: url(images/phase_thumb.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding: 120px 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .front .phase .ttl {
    margin: 80px 0; }
  .front .phase p {
    line-height: 2.6; }

.front .access {
  position: relative;
  padding: 40px; }
  .front .access .img01 {
    position: absolute;
    top: -50px;
    left: 270px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
  .front .access .img02 {
    position: absolute;
    top: 200px;
    left: 40px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
  .front .access .flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 100px; }
  .front .access .txt .sub {
    margin-bottom: 40px; }
  .front .access .ph {
    max-width: 785px; }

@media screen and (max-width: 840px) {
  .front .container {
    padding: 120px 0; }
  .front .concept .inner {
    padding: 0 20px; }
  .front .concept .txt {
    width: 100%; }
  .front .villa .solo {
    background-image: none !important; }
    .front .villa .solo .flex {
      padding: 80px 20px;
      background-size: cover;
      background-position: center; }
    .front .villa .solo .content {
      width: 100%;
      padding: 20px 20px 85px;
      padding-left: clamp(20px, 5vw, 50px);
      padding-right: clamp(20px, 5vw, 50px);
      color: #37312F; }
      .front .villa .solo .content .link {
        gap: 7px; }
        .front .villa .solo .content .link a.txt {
          color: #37312F;
          background-color: #EADEDE;
          padding: 10px 20px; }
          .front .villa .solo .content .link a.txt::after {
            background-image: url(images/ico_arw_bk.png); }
    .front .villa .solo.chm .flex {
      background-image: url("images/cliff_thumb.jpg"); }
    .front .villa .solo.chm2 .flex {
      background-image: url("images/cliff2_thumb.jpg"); }
    .front .villa .solo.shihachi .flex {
      background-image: url("images/shihachi_thumb.jpg"); }
    .front .villa .solo.yunagi .flex {
      background-image: url("images/yunagi_thumb.jpg"); }
    .front .villa .solo .head {
      width: 100%; }
  .front .experience {
    padding: 80px 20px; }
    .front .experience div.txt {
      padding: 0px 0 80px; }
    .front .experience .side {
      max-width: 100%; }
      .front .experience .side div.txt {
        padding: 32px; }
        .front .experience .side div.txt .ttl {
          font-size: 20px;
          margin-bottom: 20px; }
  .front .phase .ttl {
    font-size: 24px; }
  .front .access {
    padding: 140px 20px 20px; }
    .front .access .img01 {
      width: 99px;
      top: -20px;
      left: calc(50% - 50px); }
    .front .access .img02 {
      width: 158px;
      top: 100px;
      left: calc(50% - 180px); }
    .front .access .ph {
      max-width: 100%;
      margin-bottom: 40px;
      text-align: center; } }

.pages {
  background-color: #F5F1EE; }
  .pages .container {
    padding: 0px 40px; }
  .pages .name {
    padding: 280px 40px 100px; }
    .pages .name .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 40px; }
      .pages .name .flex .logo,
      .pages .name .flex .lead {
        width: 50%;
        line-height: 2; }
      .pages .name .flex h1 img {
        vertical-align: middle;
        height: auto;
        display: block; }
  .pages .concept {
    padding: 160px 40px; }
    .pages .concept .flex {
      gap: 20px; }
    .pages .concept .txt {
      width: 50%;
      font-size: 13px;
      line-height: 2; }
    .pages .concept .ph {
      width: 50%; }
      .pages .concept .ph .swiper {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-bottom: 40px;
        overflow: hidden; }
      .pages .concept .ph .swiper-wrapper {
        width: 100%;
        height: 100%; }
      .pages .concept .ph .swiper-slide {
        width: 100%;
        height: 100%; }
        .pages .concept .ph .swiper-slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
      .pages .concept .ph .swiper-pagination {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .pages .concept .ph .swiper-pagination-bullet {
        width: 32px;
        height: 1px;
        border-radius: 0;
        background: lightgray;
        opacity: 1;
        margin: 0 !important;
        padding: 0; }
      .pages .concept .ph .swiper-pagination-bullet-active {
        background: #37312F; }
    .pages .concept .catch {
      margin: 60px 0 80px;
      line-height: 1.6; }
  .pages .gallery {
    background-color: rgba(55, 49, 47, 0.05);
    padding: 80px 0;
    /* ===== メインスライド（PCは900×554の枠） ===== */
    /* ===== サムネ ===== */
    /* ===== SP（アスペクト比固定解除） ===== */ }
    .pages .gallery .g-slides {
      max-width: 900px;
      margin: 0 auto; }
    .pages .gallery .gallery-main {
      width: 100%;
      overflow: hidden;
      margin-bottom: 20px;
      /* 枠固定：900×554 */
      aspect-ratio: 900 / 554;
      background: transparent; }
      .pages .gallery .gallery-main .swiper-wrapper,
      .pages .gallery .gallery-main .swiper-slide {
        width: 100%;
        height: 100%; }
      .pages .gallery .gallery-main .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden; }
      .pages .gallery .gallery-main .swiper-slide img {
        height: 100%;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .pages .gallery .gallery-thumbs {
      width: 100%;
      overflow: hidden;
      /* カレントは opacity 0.6 */ }
      .pages .gallery .gallery-thumbs .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .pages .gallery .gallery-thumbs .swiper-slide {
        width: 96px;
        height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: hidden;
        cursor: pointer;
        opacity: 1; }
      .pages .gallery .gallery-thumbs .swiper-slide img {
        height: 100%;
        width: auto;
        margin: 0 auto;
        display: block; }
      .pages .gallery .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 0.6; }
    @media (max-width: 767px) {
      .pages .gallery .gallery-main {
        aspect-ratio: auto;
        height: auto; }
        .pages .gallery .gallery-main .swiper-slide img {
          width: 100%;
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; } }
  .pages .info {
    padding: 120px 40px; }
    .pages .info .flex {
      margin-bottom: 50px;
      gap: 20px; }
      .pages .info .flex .th {
        width: 100%;
        max-width: 210px;
        border-top: 2px solid #54504E; }
        .pages .info .flex .th .ttl {
          margin-top: 48px;
          font-size: 20px; }
      .pages .info .flex .list {
        width: 100%;
        max-width: 900px; }
      .pages .info .flex dl {
        padding: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        border-bottom: 1px dashed #D4D4D4;
        font-size: 13px;
        letter-spacing: 0.01em; }
        .pages .info .flex dl dt {
          width: 95px; }
        .pages .info .flex dl dd {
          width: 100%; }
  .pages .exp {
    padding: 80px 40px;
    background-color: white; }
    .pages .exp .sub {
      margin-bottom: 40px;
      font-size: 20px; }
    .pages .exp .flex {
      gap: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .pages .exp .card {
      margin-bottom: 64px; }
      .pages .exp .card a {
        display: block; }
        .pages .exp .card a:hover .thumb img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .pages .exp .card .thumb {
        margin-bottom: 20px;
        overflow: hidden; }
        .pages .exp .card .thumb img {
          display: block;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition-duration: .6s;
          -o-transition-duration: .6s;
          transition-duration: .6s; }
      .pages .exp .card div.txt {
        width: 100%;
        line-height: 2; }
        .pages .exp .card div.txt .ttl {
          margin-bottom: 10px;
          font-size: 20px; }
        .pages .exp .card div.txt p {
          font-size: 14px; }
      .pages .exp .card .link {
        margin-top: 20px; }
  .pages .sauna .inner {
    padding: 100px 20px; }
  .pages .sauna .flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pages .sauna .flex img {
      margin-bottom: 40px; }
  .pages .access {
    position: relative;
    padding: 160px 40px; }
    .pages .access .flex {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .pages .access .txt .sub {
      margin-bottom: 40px; }
    .pages .access .gmap {
      max-width: 785px; }
  .pages .cv {
    padding: 80px;
    background-image: url(images/reserve_bg.jpg);
    background-size: cover;
    background-position: center;
    color: white; }
    .pages .cv .ttl {
      padding: 40px 0 80px; }
    .pages .cv a {
      color: white;
      font-size: 14px; }
  .pages .gallery {
    padding: 0px 0 20px; }
    .pages .gallery .gallery-thumbs {
      width: 90%; }
  .pages .others {
    padding: 20px; }
    .pages .others .flex {
      gap: 20px; }
      .pages .others .flex a:hover {
        opacity: .6; }

@media screen and (max-width: 840px) {
  .pages .name .flex .logo {
    width: 100%;
    margin-bottom: 40px; }
  .pages .name .flex .lead {
    margin-top: 50px;
    width: 100%; }
  .pages .concept {
    padding: 80px 40px; }
    .pages .concept .txt {
      width: 100%;
      margin-bottom: 40px; }
    .pages .concept .ph {
      width: 100%; }
  .pages .info {
    padding: 60px 20px 20px; }
    .pages .info .flex dl {
      padding: 32px 0; }
    .pages .info .flex dl:last-of-type {
      border-bottom: 0; }
  .pages .exp {
    padding: 64px 40px 48px; }
  .pages .others {
    padding: 64px 20px; }
    .pages .others .flex {
      text-align: center; }
  .pages .recommend {
    padding: 100px 20px; }
  .pages .access {
    padding: 100px 20px; }
    .pages .access .gmap {
      max-width: 100%;
      margin-bottom: 40px;
      text-align: center; } }

@media screen and (max-width: 420px) {
  .pages .name {
    padding: 200px 20px 40px; }
  .pages .concept {
    padding: 80px 20px; }
  .pages .info {
    padding: 60px 20px; }
    .pages .info .flex .th .ttl {
      margin-top: 24px; }
  .pages .exp {
    padding: 64px 20px 48px; }
  .pages .cv {
    margin: 0 20px; } }
