@charset "UTF-8";

/* 共通部分ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
body {
  color: #ffffff;
  background-color: #1a1a1a;
  font-size: 1rem;
  font-family: "FOT-マティス ProN M";
  /* font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体",
        "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
  box-sizing: border-box;
  letter-spacing: 2px;
  line-height: 2;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

ul,
li,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #ffffff;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3%;
}

header,
h2,
footer {
  font-family: "Lato", sans-serif;
}

.title {
  padding-bottom: 10%;
}

.main-title {
  font-size: 2.22rem;
  margin-bottom: -5%;
  font-weight: lighter;
}

#access .main-title,
#plan .main-title {
  margin-bottom: -1%;
}

.fac-title {
  font-size: 2.22rem;
  color: #d1b692;
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, #d7b98e 0%, transparent 100%);
  border-image: -webkit-linear-gradient(to right, #d7b98e 0%, transparent 100%);
  border-image-slice: 1;
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: lighter;
}

.subtitle {
  font-size: 1rem;
  padding-top: 0.5%;
}

.facility-wrapper {
  padding-bottom: 5%;
}

.box-design {
  padding: 5% 0;
  letter-spacing: 0.25em;
}

.box-title {
  letter-spacing: 0.3em;
  font-size: 1.75rem;
  padding-bottom: 2%;
  line-height: 1.7;
}

.arrow-1 {
  object-fit: cover;
  width: 2%;
  margin-left: 0.5rem;
}

.read-more {
  background: linear-gradient(to bottom, #000, #d7b98e);
  padding: 0.6rem;
  text-align: center;
}

.accordion-header {
  background: linear-gradient(to bottom, #d7b98e, #000);
  padding: 0.6rem;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
}

.accordion-header:hover {
  opacity: 0.5;
}

.read-more:hover {
  opacity: 0.5;
}

.accordion-header.clicked {
  background: linear-gradient(to bottom, #000, #d7b98e);
}

.accordion_wrapper {
  padding-bottom: 5%;
}

.accordion_title {
  font-size: 1.75rem;
  padding-bottom: 3%;
  line-height: 1.7;
}

.accordion_subtitle {
  font-size: 1rem;
}

.accordion_title_resto {
  font-size: 1.75rem;
  padding-bottom: 3%;
}

/* 予約ボタン */
.middle-btn-wrapper {
  position: relative;
}

.middle-btn-box {
  position: fixed;
  background: linear-gradient(to bottom,
      rgba(134, 134, 134, 0.5),
      rgba(237, 237, 237, 0.5),
      rgba(134, 134, 134, 0.5));
  right: 3%;
  bottom: 3%;
  color: #000;
  width: 25%;
  font-size: 1rem;
  padding: 1% 0;
  overflow: hidden;
}

.icon-box a {
  color: #000;
}

.middle-btn-box p {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 4%;
  font-family: "FOT-マティス ProN M";
}

.icon-box {
  display: flex;
  padding: 0 10%;
}

.line,
.insta,
.join {
  width: 50%;
  display: block;
  flex: 1;
}

.line img,
.insta img {
  width: 50%;
  padding-bottom: 4%;
}

.line p,
.insta p {
  font-size: 0.75rem;
}

/*
.join-box {
  background: linear-gradient(to bottom, #000, #d7b98e);
  padding: 0.6rem;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 5px;
  margin: 0 20%;

} */

.join-content {
  background: linear-gradient(to bottom, #000, #d7b98e);
  padding: 0.6rem;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 5px;
  margin: 0 20%;

}

.join a {
  color: #fff;
}

.grayscale {
  filter: grayscale(30%);
}

.ipad {
  display: none;
}

.min {
  display: none;
}

/* headerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
header {
  position: fixed;
  width: 100%;
  height: 120px;
  background-color: #333333;
  text-align: center;
  z-index: 99;
  opacity: 0.9;
}

.logo {
  width: 5%;
}

.header-container {
  padding: 0 3%;
}

.hd-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
  padding: 2% 0;
  height: 120px;
}

.hd {
  display: flex;
}

nav {
  width: 100%;
}

.hd-navi {
  display: flex;
  gap: 3%;
  align-items: baseline;
  justify-content: space-between;
}

.navi-item {
  white-space: nowrap;
}

.sub-navi {
  display: block;
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "FOT-マティス ProN M";
}

.menu-trigger {
  display: none;
}

@media screen and (max-width: 950px) {
  .navi-item {
    white-space: normal;
    line-height: 1.5;
  }
}

@media screen and (max-width: 800px) {
  body.no-scroll {
    position: fixed;
    overflow: hidden;
  }

  header {
    height: 80px;
  }

  .logo {
    width: 9%;
  }

  .hd-wrapper {
    gap: 10%;
    padding: 2% 0;
    height: 80px;
  }

  .menu-trigger {
    display: block;
    z-index: 99;
    width: 10%;
  }

  .open-trigger {
    display: block;
  }

  .open-trigger.active {
    display: none;
  }

  .close-trigger {
    display: none;
  }

  .close-trigger.active {
    display: block;
    padding: 25px 0;
  }

  .close-trigger::before,
  .close-trigger::after {
    display: block;
    content: "";
    width: 45px;
    height: 1px;
    background: #fff;
  }

  .close-trigger::before {
    transform: rotate(-45deg);
  }

  .close-trigger::after {
    transform: rotate(45deg);
  }

  .g-navi {
    transform: translate(200%, 45%);
    transition: 0.5s ease-in-out;
  }

  .g-navi.active {
    transform: translate(50%, 45%);
    text-align: start;
    background-color: #000;
    height: 150vh;
    padding: 5%;
    transition: 0.5s ease-in-out;
  }

  .hd-navi {
    display: block;
    padding-top: 20%;
  }

  .hd-navi li {
    padding-bottom: 5%;
  }

  .navi-item {
    white-space: nowrap;
  }

  .sub-navi br {
    display: none;
  }
}

@media screen and (max-width: 428px) {
  .menu-trigger {
    width: 15%;
  }

  .hd-navi {
    display: block;
    padding-top: 30%;
  }

  .hd-navi li {
    padding-bottom: 10%;
  }

  .close-trigger::before,
  .close-trigger::after {
    width: 35px;
  }

  .sp-container {
    width: 100%;
    overflow-x: auto;
  }

  .program-box {
    width: 170%;

  }


}

/* topーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#top {
  /* margin-top: 120px; */
  position: relative;
}

/* @media screen and (max-width: 800px) {
    #top {
        margin-top: 80px;
    }
} */

.top-img {
  height: 100vh;
}

/* .slide{
    height: 100vh;
} */

/* .top-container{
    margin: 0 3%;
} */

.logo-wrapper {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  padding-top: 120px;
}

@media screen and (min-width: 1180px) {
  .logo-wrapper {
    width: 40%;
  }
}

.slide img {
  width: 100%;
  filter: brightness(0.7);
  height: 100vh;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* videoーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#movie {
  padding-top: 10%;
}

video {
  width: 100%;
}

/* conceptーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#concept {
  padding-top: 10%;
  text-align: center;
  color: #d3d3d3;
  padding-bottom: 10%;
  /* font-size: 0.875rem; */
}

.concept-img {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 1%;
}

/* infoーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#info {
  background: #1a1a1a;
  /* background: linear-gradient(to bottom, #1a1a1a, #4d4d4d); */
  padding: 10% 0;
}

.info-wrapper {
  display: flex;
  align-items: flex-start;
}

.more-list {
  width: 100%;
  padding-left: 10%;
}

.more-list ul li:first-child {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
}

.more-list ul li {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
  border-right: none;
  border-left: none;
  border-top: none;
}

.article-container {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
  border-right: none;
  border-left: none;
}

.more-list ul li:last-child {
  border: none;
}

.article-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

.info-img {
  width: 35%;
}

.more-list .image-trim {
  position: relative;
  padding-top: 20%;
}

.more-list .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-container img {
  width: 100%;
}

.article-container .article-contents {
  width: 55%;
  margin-left: 5vw;
}

.no-list {
  text-align: center;
  padding: 20% 0;
}

.accordion-header-info {
  background-color: #393939;
  color: #fff;
  padding: 0.6rem 0;
  margin: 5% auto 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}

.accordion-header-info:hover {
  transition: 0.3s;
  cursor: pointer;
  background-color: #5d5d5d;
}

/* saunaーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#sauna {
  padding-top: 10%;
}

.sauna-grid1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2%;
  margin-bottom: 2%;
}

.sauna-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
  margin-bottom: 2%;
}

/* .f_i_1{
    height: 30vh;
} */

.s_g_1 {
  height: 30vh;
}

.image-trim {
  position: relative;
}

.sauna-grid1 .image-trim img,
.sauna-grid2 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.sauna-grid1 .image-trim img {
  object-position: right bottom;
}

/* gymーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#gym {
  padding-top: 10%;
}

.gym-wrapper {
  position: relative;
}

.gym-box {
  bottom: 0;
  right: 0;
  text-align: start;
}

.gym-grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
  margin-bottom: 2%;
}

.gym-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}

/* golfーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#golf {
  padding-top: 10%;
}

.golf-wrapper {
  position: relative;
}

.golf-box {
  bottom: 0;
  right: 0;
  text-align: start;
}

.golf-grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-bottom: 2%;
}

.golf-grid1 .section_1_tree {
  position: relative;
  /* height: 30vh; */
}

.golf-grid1 .section_1_tree img {
  width: 30%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.golf-grid1 .section_1_tree img:nth-child(2) {
  right: 50%;
  transform: translate(50%, 0);
  object-position: right;
}

.golf-grid1 .section_1_tree img:last-child {
  top: 0;
  right: 0;
}

.golf-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}

.golf-grid2 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* poolーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#pool {
  padding-top: 10%;
}

.pool-wrapper {
  display: flex;
}

.pool-box {
  padding: 5% 0;
}

.pool-grid1 {
  margin-bottom: 2%;
}

.pool-grid1 .image-trim {
  overflow: hidden;
  padding-top: 25%;
}

.pool-grid1 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 80%;
}

.pool-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-bottom: 2%;
}

.pool-grid3 {
  position: relative;
  overflow: hidden;
  padding-top: 25%;
}

.pool-grid3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pool-flex {
  display: flex;
  align-items: center;
}

.pool-flex:nth-child(2) {
  flex-direction: row-reverse;
}

.pool-text,
.pool-img {
  width: 50%;
}

.pool-flex:nth-child(2) .pool-text {
  padding-left: 5%;
}

.poolimg-flex {
  display: flex;
  gap: 2%;
  height: 35vh;
}

.poolimg-flex img {
  width: 50%;
}

.pool-block {
  width: 100%;
}

/* loungeーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#lounge {
  padding-top: 10%;
}

.lounge-wrapper {
  position: relative;
}

.lounge-grid1 {
  margin-bottom: 2%;
}

.lounge-grid1 .image-trim {
  overflow: hidden;
  padding-top: 30%;
}

.lounge-grid1 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.lounge-grid2 {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  gap: 2%;
}

.lounge-grid2 .image-trim {
  overflow: hidden;
  padding-top: 50%;
}

.lounge-grid2 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.lounge-flex {
  display: flex;
  align-items: center;
}

.lounge-flex:first-child {
  padding-bottom: 3%;
}

.lounge-text {
  width: 60%;
  padding-left: 5%;
}

.lounge_contents {
  text-align: end;
}

.lounge-img {
  width: 40%;
}

.pool-flex:nth-child(2) .pool-text {
  padding-left: 5%;
}

/* otherーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#other {
  padding-top: 10%;
}

.resto-flex {
  display: flex;
  gap: 2%;
}

.resto-grid1 {
  width: 65%;
}

.resto-grid2 {
  display: block;
  width: 35%;
}

.resto-grid2 .image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 39.5%;
  margin-bottom: 2%;
}

.resto-grid2 .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-flex {
  display: flex;
  gap: 2%;
}

.shop-box {
  position: relative;
  width: 50%;
}

.shop-box .image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.shop-box .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.over-element {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4%;
  width: 18%;
}

.shop-name {
  overflow-wrap: break-word;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
  display: inline-block;
  color: #d7b98e;
  font-size: 1.3rem;
}

.menu-wrapper {
  padding: 7% 0;
  margin-bottom: 10%;
}

.menu-title {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3%;
}

.menu-title p {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
  display: inline-block;
}

.menu-content {
  display: flex;
  gap: 2%;
}

/* アートギャラリー */
.art-wrapper {
  /* position: relative; */
  margin-bottom: 20%;
}

.art-flex {
  display: flex;
  /* position: relative; */
}

.art-contents {
  margin-right: 3%;
  margin-top: 3%;
}

.art-text {
  width: 50%;
  /* position: absolute; */
  z-index: 1;
}

.art-img {
  width: 50%;
  /* margin-left: 40%; */
  margin-bottom: 2%;
}

.art-box {
  width: 70%;
  display: flex;
  gap: 5%;
  /* position: absolute; */
  /* top: 85%; */
  margin-top: 5%;
}

.art-box .image-trim:first-child {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  width: 25%;
}

.art-box .image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.art-box .image-trim:nth-child(2) {
  width: 25%;
}

.art-box .image-trim:nth-child(2) img {
  top: 60%;
  transform: translate(-60%, -50%);
  object-position: center;
}

.art-box .image-trim:nth-child(3) {
  width: 25%;
}

.art-box .image-trim:nth-child(3) img {
  top: 70%;
  transform: translate(-70%, -50%);
  object-position: right bottom;
}

/* その他 */
.other-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 8%;
}

.other-flex {
  display: flex;
  gap: 2%;
  align-items: center;
}

.cruising .other-flex {
  flex-direction: row-reverse;
}

.other-img,
.other-text {
  width: 50%;
}

.other-img {
  padding: 4% 0;
}

.other-title {
  font-size: 1.75rem;
  line-height: 1.3;
}

.hire,
.cruising {
  margin-bottom: 5%;
}

/* plan共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#plan {
  padding: 10% 0;
}

.program {
  margin-bottom: 10%;
  font-size: 0.875rem;
}

.program-title {
  font-size: 2.1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  margin-bottom: 5%;
  padding: 3% 0;
  text-align: center;
}

.plan-contents {
  margin: 0 auto;
  text-align: center;
}

.benefits {
  text-align: start;
  display: flex;
  gap: 2%;
  width: 70%;
  align-items: center;
  font-size: 10px;
}

.program-title-top {
  font-size: 2.1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  margin-bottom: 2%;
  padding: 1% 0;
  text-align: center;
  margin: 0 auto 2%;
  width: 70%;
}

.program-title-top.gold,
.program-title.gold {
  border-image: linear-gradient(to right, #333, #d7b98e, #333);
  border-image-slice: 1;
}

.program-title.platina {
  border-image: linear-gradient(to right, #333, #ecffe5, #333);
  border-image-slice: 1;
}

.program-title.diamond {
  border-image: linear-gradient(to right, #333, #d8f7ff, #333);
  border-image-slice: 1;
}

/* 横並びver */
.program-title-other {
  font-size: 1.5rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  padding: 8% 0;
  text-align: center;
  line-height: 1.3;
}

.program-title-other.gold {
  border-image: linear-gradient(to right, #333, #d7b98e, #333);
  border-image-slice: 1;
}

.program-title-other.platina {
  border-image: linear-gradient(to right, #333, #ecffe5, #333);
  border-image-slice: 1;
}

.program-title-other.diamond {
  border-image: linear-gradient(to right, #333, #d8f7ff, #333);
  border-image-slice: 1;
}

/* planTopーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.program-text {
  text-align: center;
  /* line-height: 1.5; */
}

.price {
  display: flex;
  justify-content: space-evenly;
}

.join-price {
  font-size: 2.1rem;
}

.price-color {
  font-size: 2.1rem;
  color: #d7b98e;
}

.plan-wrapper {
  text-align: center;
}

.plan-title {
  font-size: 1.5rem;
  margin: 4% auto 1%;
}

.plan-faci {
  display: flex;
  border: 1px solid #d7b98e;
  padding: 3%;
  gap: 2%;
  margin: 0 0 4%;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 0.875rem;
}

.plan-box {
  margin-top: 1%;
}

.plan-service {
  text-align: start;
}

.faci-box {
  /* display: flex; */
  padding-top: 5%;
  /* justify-content: space-around;
align-items: end; */
}

.faci-img {
  width: 30%;
}

.faci-img p {
  line-height: 1.7;
}

.text-space {
  padding-bottom: 4%;
}

.faci-title {
  font-size: 1.1rem;
}

.faci-text {
  font-size: 1.1rem;
  color: #d7b98e;
  line-height: 1.5;
  margin: 4% 0;
}

.faci-time {
  margin-bottom: 3%;
}

.faci-goods {
  line-height: 1.5;
}

.faci-image1 {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
}

.faci-image1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 40%;
}

.banner {
  margin: 5% auto;
  width: 50%;
}

.btn-solid-gold {
  width: 100%;
  font-size: 1.2rem !important;
  color: #000;
  border-top: 4px solid #f3dec1;
  border-right: 4px solid #dda95f;
  border-bottom: 4px solid #6d5229;
  border-left: 4px solid #d7b98e;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg,
      #6d5229 0%,
      #d7b98e 35%,
      #f3dec1 50%,
      #d7b98e 65%,
      #6d5229 100%);
  background-image: linear-gradient(-45deg,
      #6d5229 0%,
      #d7b98e 35%,
      #f3dec1 50%,
      #d7b98e 65%,
      #6d5229 100%);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff;
  font-weight: bold;
  padding: 3%;
  margin: 0 auto;
  text-align: center;
}

.btn-solid-gold span {
  font-size: 1rem;
}

.contact-link {
  background: linear-gradient(#fff, #1a1a1a);
  padding: 0.8rem !important;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.program-img {
  display: flex;
}

.program-img.image-trim {
  position: relative;
  padding-top: 66%;
}

.program-img.image-trim img {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.program-img.image-trim img:first-child {
  top: 0%;
  left: 0%;
}

.program-img.image-trim img:last-child {
  top: 0%;
  right: 0%;
}

.program-img img {
  width: 50%;
}

/* 試し */
.faci-text-flex {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1%;
}

.faci-text-flex p {
  width: 30%;
  display: block;
}

.faci-img-flex {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

/* .p_i_1{
    object-position: left;
}
 */

/* plan別ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.plan-list ul li {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #333, #fff, #333);
  border-image-slice: 1;
}

.plan-list ul li:first-child,
.plan-list ul li:last-child {
  border-bottom: none;
}

.plan-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.plan-list li:first-child>.plan-container {
  padding-bottom: 0;
}

.index {
  display: block;
  width: 30%;
}

.plan-container .plan-contents {
  width: 70%;
  text-align: center;
}

/* 横一覧の場合 */
.plan-content {
  display: flex;
  gap: 2%;
  width: 70%;
  text-align: center;
  align-items: center;
}

.item-border .plan-item {
  border: none;
}

.plan-item {
  width: 33%;
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #333, #fff, #333);
  border-image-slice: 1;
}

/* .plan-item:nth-child(3) {
  border: none;
} */
.plan-item:nth-child(4) {
  border: none;
}

.plan-item3 {
  width: 100%;
}

.small-item {
  font-size: 0.75rem;
}

.member-container:first-of-type {
  margin: 5% 0;
}

.member-title {
  font-size: 1.5rem;
  margin-bottom: 3%;
}

.member-content {
  padding-bottom: 5%;
  margin: 0 5%;
  /* margin-left: 5%; */
}

.program-title-small {
  font-size: 1rem;
}



.program-intro {
  font-size: 1.75rem;
}

/* accessーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#access {
  background: linear-gradient(#333, #1a1a1a);
  padding: 10% 0;
}

.access-wrapper {
  display: flex;
  justify-content: space-between;
}

.access-map,
.access-list {
  width: 50%;
}

.access-map {
  /* position: relative;
    padding-bottom: 30%;
    height: 0; */
  filter: brightness(0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

iframe {
  /* position: absolute;
    top: 0;
    left: 0; */
  width: 80%;
  height: 30vh;
  /* height: 100%; */
  z-index: 0;
  padding-bottom: 5%;
  filter: grayscale(100%) invert(92%) contrast(83%);
}

iframe:hover {
  /* opacity: 0.5; */
  filter: grayscale(0%) invert(100%);
}

iframe::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: brightness(30%);
  z-index: -1;
}

/* .access-info {
    margin-top: 60%;
} */

.access-info a {
  display: inline-block;
}

.access-list ul li {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #1a1a1a, #fff, #1a1a1a);
  border-image-slice: 1;
}

.access-list ul li:last-child {
  border-bottom: none;
}

.access-contents {
  margin-left: 5vw;
}

/* footerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#footer {
  position: relative;
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8% 0;
  z-index: 0;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: brightness(30%);
  z-index: -1;
}

.ft-logo {
  width: 10%;
  margin: 0 auto;
}

.ft-menu-wrapper {
  display: flex;
  justify-content: space-around;
}

.ft-menu1 {
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin: 0 auto;
  padding: 4% 0;
  text-align: center;
  font-family: "FOT-マティス ProN M";
}

.ft-menu2 li {
  padding-bottom: 1%;
}

small {
  display: block;
  text-align: center;
  padding-top: 5%;
}

#page-top a {
  background-color: #333333;
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 0;
}

@media screen and (max-width: 800px) {
  .ft-menu-wrapper {
    display: none;
  }
}

/* プライバシーポリシーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#privacy {
  padding: 120px 0 40px;
}

.privacy_ttl {
  text-align: center;
  color: #d7b98e;
  padding: 10% 0;
}

.privacy_subttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
}

.privacy_mainttl {
  font-size: 26px;
  letter-spacing: 0.24em;
}

.privacy_wrapper {
  margin-bottom: 5%;
}

#privacy ol li {
  list-style: initial;
}

#privacy ol {
  padding-left: 1rem;
}

#privacy .contact-btn {
  border: solid 1px #d7b98e;
  color: white;
  width: 180px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 2%;
}

@media (max-width: 428px) {
  #privacy {
    padding: 60px 0 40px;
  }

  .privacy_wrapper {
    margin-bottom: 10%;
  }
}

/* 特定商取引法ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#commercial {
  padding: 120px 0 60px;
}

.commercial_ttl {
  color: #d7b98e;
}

table {
  margin: 10% 0;
  border-collapse: collapse;
}

th,
td {
  padding: 5% 0;
}

th {
  width: 25%;
  text-align: left;
}

.border {
  background-image: linear-gradient(to right, #333, #fff, #333);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

@media (max-width: 428px) {
  #commercial {
    padding: 60px 0 60px;
  }

  th {
    width: 35%;
  }
}

/* ipadーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (min-width: 429px) and (max-width: 1053px) {
  .ipad {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: none;
  }

  .box-title {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }

  .btn-solid-gold {
    line-height: 1.5;
  }

  .accordion_title {
    font-size: 1.2rem;
  }

  .middle-btn-box {
    width: 30%;
  }

  .pool-flex {
    margin-bottom: 2%;
  }

  .menu-box p {
    line-height: 1.3;
  }

  .shop-name {
    line-height: 1.5;
  }

  .hire,
  .cruising,
  .beauty {
    font-size: 0.95rem;
  }

  .join-price,
  .price-color {
    font-size: 1.8rem;
  }

  .plan-title {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .faci-title {
    font-size: 0.9rem;
  }

  .faci-text {
    font-size: 1rem;
  }

  .faci-img .faci-text {
    line-height: 1.5;
  }

  .ft-menu1 {
    display: block;
  }
}

/* SPーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (max-width: 428px) {

  /* 共通部分ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  body {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }

  .ipad {
    display: none;
  }

  .title {
    padding-bottom: 4%;
  }

  .main-title {
    font-size: 1.5rem;
    margin-bottom: -2%;
  }

  #access .main-title,
  #plan .main-title {
    margin-bottom: -2%;
  }

  .fac-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .subtitle {
    font-size: 0.75rem;
  }

  .facility-wrapper {
    padding-bottom: 5%;
  }

  .box-title {
    font-size: 1.3rem;
    padding-bottom: 3%;
    /* padding-bottom: 5%; */
    letter-spacing: 2.5px;
  }

  .arrow-1 {
    width: 5%;
  }

  .accordion_title {
    font-size: 1.3rem;
  }

  .accordion_subtitle {
    font-size: 0.875rem;
  }

  /* 予約ボタン */
  .middle-btn-box {
    width: 100%;
    font-size: 1rem;
    padding: 1% 0;
    bottom: 0;
    right: 0;
  }

  .middle-btn-box p {
    line-height: 1.3;
  }

  .line,
  .insta {
    width: 30%;
    margin: 0 auto;
  }

  .middle-btn-box p {
    padding-bottom: 2%;
  }

  .f_i_1 {
    height: 15vh;
  }

  /* headerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  header {
    height: 60px;
  }

  .hd-wrapper {
    height: 60px;
  }

  .logo {
    width: 15%;
  }

  .g-navi.active {
    transform: translate(50%, 46%);
  }

  /* topーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  /* #top {
    margin-top: 60px;
} */

  .logo-wrapper {
    width: 35%;
    /* top: 65%; */
    padding-top: 60px;
  }

  .top-img {
    height: 45vh;
  }

  .slide img {
    height: 45vh;
  }

  /* videoーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #movie {
    padding: 8% 0;
  }

  .video-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  /* conceptーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #concept {
    font-size: 0.7rem;
    padding-bottom: 15%;
  }

  /* infoーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #info {
    padding: 8% 0;
  }

  .info-wrapper {
    display: block;
  }

  .more-list {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }

  .article-container .article-contents {
    width: 70%;
  }

  /* saunaーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #sauna {
    padding-top: 15%;
  }

  .sauna-grid1 {
    margin-bottom: 0;
  }

  /* gymーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #gym {
    padding-top: 15%;
  }

  .gym-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  /* golfーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  /* .golf-grid1{
    display: block;
} */

  .golf-grid1 .section_1_tree {
    margin-top: 3%;
  }

  /* poolーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .pool-flex {
    display: block;
    padding: 5% 0;
  }

  .pool-text,
  .pool-img {
    width: 100%;
  }

  .pool-img {
    padding-top: 3%;
  }

  .pool-flex:nth-child(2) .pool-text {
    padding-left: 0;
  }

  /* loungeーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .lounge-flex {
    display: block;
    padding: 5% 0;
  }

  .lounge-flex:first-child {
    padding-bottom: 5%;
  }

  .lounge-text {
    width: 100%;
    padding-left: 0;
  }

  .lounge-img {
    width: 100%;
    padding-bottom: 3%;
  }

  /* otherーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .over-element {
    right: 3%;
    padding: 0;
    width: 12%;
  }

  .shop-flex {
    padding-top: 5%;
  }

  .shop-name {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-bottom: 4%;
  }

  .menu-wrapper {
    margin-bottom: 8%;
  }

  .menu-title {
    font-size: 0.875rem;
  }

  .menu-content {
    flex-wrap: wrap;
    font-size: 0.8rem;
  }

  .menu-box {
    width: 48%;
    padding-bottom: 5%;
  }

  /* アートギャラリー */
  .art-wrapper {
    margin-bottom: 35%;
  }

  .art-flex {
    flex-direction: column;
  }

  .art-text {
    width: 100%;
  }

  .art-box {
    margin-top: 0;
    width: 80%;
  }

  .art-img {
    margin: 2% 0 0 auto;
    /* margin-bottom: 15%; */
    /* margin-top: 70%; */
  }

  /* その他 */
  .other-flex {
    display: block;
  }

  .other-img,
  .other-text {
    width: 100%;
  }

  .other-title {
    font-size: 1.5rem;
    line-height: 1;
  }

  .hire,
  .cruising {
    margin-bottom: 10%;
  }

  /* plan共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #plan {
    padding: 20% 0;
  }

  .program {
    font-size: 0.625rem;
  }

  .program-title {
    font-size: 1.75rem;
    padding: 2% 0;
  }

  .program-title-top {
    font-size: 1.5rem;
    padding: 1% 0;
    margin: 2% auto 4%;
    line-height: 1.5;
  }

  /* 横並びver */
  .program-title-other {
    font-size: 0.8rem;
    margin-bottom: 8%;
    padding: 8% 0;
    line-height: 1.3;
  }

  /* planTopーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .price {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 2% 0;
  }

  .join-price {
    font-size: 1.3rem;
  }

  .price-color {
    font-size: 1.3rem;
  }

  /* .program-text {
    /* line-height: 1.7;
  } */

  .plan-title {
    font-size: 1.05rem;
    margin: 5% auto 2%;
  }

  .plan-box {
    margin-top: 2%;
  }

  .plan-faci {
    display: block;
    margin-bottom: 8%;
  }

  .faci-box {
    /* display: block; */
    /* margin-top: 2%; */
    padding-top: 0;
  }

  .faci-img {
    width: 100%;
    padding-bottom: 10%;
  }

  .faci-title {
    font-size: 1.1rem;
  }

  .faci-text {
    font-size: 1.1rem;
    color: #d7b98e;
    line-height: 1.5;
    margin: 4% 0 2%;
  }

  .faci-time {
    margin-bottom: 2%;
  }

  .faci-goods {
    line-height: 1.5;
  }

  .faci-image1 {
    position: relative;
    overflow: hidden;
    padding-top: 67%;
  }

  .faci-image1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left 40%;
  }

  .banner {
    width: 80%;
  }

  .btn-solid-gold {
    line-height: 1.5;
    font-size: 1rem !important;
  }

  .btn-solid-gold span {
    font-size: 1rem;
  }

  .plan-service {
    text-align: start;
  }

  .program-img img {
    height: 30vh;
  }

  .program-img {
    height: 30vh;
  }

  /* plan別ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .plan-container {
    padding: 1rem 0;
  }

  /* 横一覧の場合 */
  .small-item {
    font-size: 0.625rem;
  }

  .program-title-small {
    /* font-size: 0.75rem; */
    font-size: 0.7rem;
  }


  /* .plan-item.tab {
    opacity: 0.3;
  }

  .tab.active {
    opacity: 1;
  } */

  .tab:hover {
    cursor: pointer;
    opacity: 0.5;
  }

  .panel {
    display: none;
  }

  .panel.active {
    display: block;
  }

  .panel-area {
    padding-bottom: 8%;
  }

  .plan-item2 {
    width: 100%;
  }

  .member-container {
    margin-top: 10%;
  }

  .program-intro {
    font-size: 1rem;
  }

  .member-title {
    font-size: 1rem;
  }

  /* .benefit-sp {
    /* text-align: start;
        padding: 0 18%;
  } */

  .benefit-sp p {
    text-align: start;
    display: inline-block;
  }

  /* accessーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #access {
    padding: 8% 0;
  }

  .access-wrapper {
    display: block;
  }

  .access-map,
  .access-list {
    width: 100%;
  }

  .access-map {
    position: relative;
    padding-bottom: 5%;
    height: 0;
    filter: brightness(0.8);
    height: auto;
  }

  iframe {
    position: static;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
  }

  .access-info {
    margin-top: 5%;
  }

  .article-container .access-contents {
    margin-left: 0;
  }

  /* footerーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #footer {
    position: relative;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0 20%;
    z-index: 0;
  }

  #footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    filter: brightness(30%);
    z-index: -1;
  }

  .ft-logo {
    width: 10%;
    margin: 0 auto;
  }

  .ft-menu-wrapper {
    gap: 2%;
  }

  .ft-menu1 {
    display: block;
  }

  .ft-menu1 li:first-child {
    font-family: "Matiss", cursive;
  }

  .ft-menu2 li {
    padding-bottom: 1%;
  }

  small {
    display: block;
    text-align: center;
    padding-top: 5%;
  }

  #page-top a {
    background-color: #333333;
    bottom: 0;
    color: #fff;
    padding: 20px;
    position: fixed;
    right: 0;
  }
}

@media (max-width: 375px) {
  .min {
    display: block;
  }

  .lounge-box .box-title.sp {
    display: none;
  }
}

