@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.dn {
  display: none !important;
}

.dn2 {
  display: none !important;
}

.font-alt {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #F0ECE9;
}

div.header {
  position: fixed;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 10001;
  background-color: #BE542D;
}
div.header ul {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
div.header ul li {
  letter-spacing: 0.1rem;
  padding: 0 18px;
}
div.header ul li:nth-last-of-type(1) {
  padding: 0;
}
div.header ul img {
  width: auto;
}
div.header ul a {
  color: #fff;
  text-decoration: none;
}
div.header ul a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
div.header ul .li-icon {
  margin-right: 25px;
}
div.header ul .li-tel {
  margin-right: 0;
  padding-right: 15px;
}

.fv {
  position: relative;
}
.fv div.maincopy {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: #BE542D;
}
.fv div.maincopy p:nth-of-type(1) {
  font-size: clamp(7rem, 6.333rem + 2.22vw, 9rem);
  letter-spacing: 0.2rem;
  line-height: 0.8;
}
.fv div.maincopy p:nth-of-type(2) {
  font-size: clamp(2.2rem, 1.7rem + 1.67vw, 3.7rem);
  letter-spacing: 0.2rem;
}

.container {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px;
  justify-content: space-between;
}

h1 {
  position: fixed;
  left: 3.8%;
  top: 35px;
}
h1 img {
  width: 196px;
}

.slick-slider {
  line-height: 0;
}

.concept {
  margin-bottom: 60px;
}
.concept h2 {
  font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
  color: #BE542D;
  line-height: 0.5;
  padding: 120px 0 0 10%;
}

.concept-inner {
  background-color: #BE542D;
}

.concept-wrapper {
  position: relative;
  padding: 100px 20px 0 20px;
  max-width: 1240px;
  display: flex;
  align-items: end;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  justify-content: center;
}
.concept-wrapper > div:nth-of-type(1) {
  width: 50%;
  padding: 0 0 0 0px;
}
.concept-wrapper > div:nth-of-type(1) p {
  margin-bottom: -60px;
}
.concept-wrapper > div:nth-of-type(2) {
  width: 50%;
  padding: 0 0 0 120px;
}

.concept-text1 {
  font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-bottom: 40px;
}
.concept-text1 strong {
  display: block;
  padding: 30px 0;
  font-size: clamp(2rem, 1.9rem + 0.33vw, 2.3rem);
}

.party {
  padding: 40px 0 0 0;
}
.party h2 {
  font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
  color: #BE542D;
  line-height: 0.5;
  padding: 120px 0 0 10%;
  color: #95B5C4;
}
.party .party-inner {
  background-color: #95B5C4;
  padding: 0 0 160px 0;
}
.party h3.lead {
  color: #fff;
  font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
  line-height: 1.8;
  padding: 110px 0;
  text-align: center;
  font-weight: normal;
}
.party .slider-party .slick-img img {
  height: auto;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.party .slider-party .slick-center img {
  transform: scale(1);
}
.party .slider-party .prev-arrow {
  position: absolute;
  left: 38% !important;
  bottom: -65px !important;
  z-index: 100;
  cursor: pointer;
}
.party .slider-party .next-arrow {
  position: absolute;
  right: 56% !important;
  top: auto !important;
  bottom: -65px !important;
  z-index: 100;
  cursor: pointer;
}
.party .slider-party .slick-dots {
  position: absolute;
  text-align: right !important;
  bottom: -60px !important;
  left: 45% !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto !important;
}
.party .slider-party .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000 !important;
}
.party .slider-party .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px !important;
  padding: 0;
  cursor: pointer;
}
.party .slider-party .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff !important;
}
.party .slider-party .slide-arrow img {
  width: 33px;
}
.party .garden-party {
  background-color: #BE542D;
  padding: 70px 0;
}
.party .garden-party h2 {
  line-height: 1;
  color: #fff;
  padding: 0;
  margin-bottom: 40px;
}
.party .garden-party h3 {
  color: #fff;
  font-weight: normal;
  font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
}
.party .garden-party .garden-party-inner {
  padding: 0 10%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.party .garden-party .garden-party-inner > div:nth-of-type(1) {
  width: 35%;
}
.party .garden-party .garden-party-inner > div:nth-of-type(2) {
  width: 58%;
}
.party .garden-party .slider-garden-party {
  border-radius: 20px;
  overflow: hidden;
}
.party .garden-party .slick-img img {
  transition: opacity 0.5s;
  width: 100%;
  border-radius: 20px;
}
.party .garden-party .slider-area {
  position: relative;
}
.party .garden-party .slick-arrow {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 50%;
  right: -2.5%;
}
.party .garden-party .slide-arrow img {
  width: 33px;
}
.party .garden-party .slick-prev {
  display: none !important;
}
.party .poolside-party {
  background-color: #95B5C4;
  padding: 70px 0;
}
.party .poolside-party h2 {
  line-height: 1;
  color: #fff;
  padding: 0;
  margin-bottom: 40px;
}
.party .poolside-party h3 {
  color: #fff;
  font-weight: normal;
  font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
}
.party .poolside-party .poolside-party-inner {
  padding: 0 10%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.party .poolside-party .poolside-party-inner > div:nth-of-type(1) {
  width: 35%;
}
.party .poolside-party .poolside-party-inner > div:nth-of-type(2) {
  width: 58%;
}
.party .poolside-party .slider-poolside-party {
  border-radius: 20px;
  overflow: hidden;
}
.party .poolside-party .slick-img img {
  transition: opacity 0.5s;
  width: 100%;
  border-radius: 20px;
}
.party .poolside-party .slider-area {
  position: relative;
}
.party .poolside-party .slick-arrow {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 50%;
  right: -2.5%;
}
.party .poolside-party .slide-arrow img {
  width: 33px;
}
.party .poolside-party .slick-prev {
  display: none !important;
}

.pt60 {
  margin-top: 60px !important;
}

.facilty {
  padding-bottom: 40px;
}
.facilty h2 {
  font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
  color: #BE542D;
  line-height: 0.5;
  padding: 80px 0 0 10%;
}
.facilty .facilty-inner {
  background-color: #BE542D;
}

.facilty-capacity {
  font-size: 1.6rem;
  margin-bottom: 46px;
}

.facilty-image {
  margin: 0 auto;
}

#silde-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 210px;
}

.youtube {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}

.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-party .slick-img img {
  height: auto;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.slider-party .slick-center img {
  transform: scale(1);
}
.slider-party .prev-arrow {
  position: absolute;
  left: 38% !important;
  bottom: -65px !important;
  z-index: 100;
  cursor: pointer;
}
.slider-party .next-arrow {
  position: absolute;
  right: 55% !important;
  top: auto !important;
  bottom: -65px !important;
  z-index: 100;
  cursor: pointer;
}
.slider-party .slick-dots {
  position: absolute;
  text-align: right !important;
  bottom: -55px !important;
  left: 45% !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 150px !important;
}
.slider-party .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000 !important;
}
.slider-party .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px !important;
  padding: 0;
  cursor: pointer;
}
.slider-party .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff !important;
}
.slider-party .slide-arrow img {
  width: 40px;
}

.slider-facility .slider-area {
  padding-top: 80px;
}
.slider-facility .slick-img img {
  height: auto;
  transform: scale(0.85);
  transform-origin: top center;
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.slider-facility .slick-center img {
  transform: scale(1);
}
.slider-facility .prev-arrow {
  position: absolute;
  left: auto !important;
  right: 28% !important;
  top: auto !important;
  bottom: -5px !important;
  z-index: 100;
  cursor: pointer;
}
.slider-facility .next-arrow {
  position: absolute;
  right: 24.5% !important;
  top: auto !important;
  bottom: -5px !important;
  z-index: 100;
  cursor: pointer;
}
.slider-facility .slick-dots {
  position: absolute;
  text-align: right !important;
  bottom: 0 !important;
  right: 15% !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 150px !important;
}
.slider-facility .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px !important;
  padding: 0;
  cursor: pointer;
}
.slider-facility .slide-arrow img {
  width: 33px;
}
.slider-facility .slick-dots li.slick-active button:before {
  color: #BE542D !important;
}
.slider-facility .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #000 !important;
}

.h2-facilty {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 120px 0 0 0 !important;
}

.h3-facilty {
  text-align: center;
  font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
  line-height: 1.8;
  color: #BE542D;
  margin-bottom: 60px;
}

.realimage .realimage-inner {
  background-color: #95B5C4;
  padding-bottom: 60px;
}
.realimage h2 {
  font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
  color: #95B5C4;
  line-height: 0.5;
  padding: 120px 0 0 10%;
}
.realimage .slider-realimage {
  padding: 60px 0;
  position: relative;
}
.realimage .slider-realimage .slider-area {
  padding-top: 80px;
}
.realimage .slider-realimage .slick-img img {
  height: auto;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.realimage .slider-realimage .slick-center img {
  transform: scale(1);
}
.realimage .slider-realimage .prev-arrow {
  position: absolute;
  left: auto !important;
  left: 17% !important;
  top: 50% !important;
  bottom: -5px !important;
  z-index: 100;
  cursor: pointer;
}
.realimage .slider-realimage .next-arrow {
  position: absolute;
  right: 17% !important;
  top: 50% !important;
  bottom: -5px !important;
  z-index: 100;
  cursor: pointer;
}
.realimage .slider-realimage .slick-dots {
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.realimage .slider-realimage .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px !important;
  padding: 0;
  cursor: pointer;
}
.realimage .slider-realimage .slide-arrow img {
  width: 33px;
}
.realimage .slider-realimage .slick-dots li.slick-active button:before {
  color: #000 !important;
}
.realimage .slider-realimage .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff !important;
}

.access {
  padding: 150px 0;
  color: #BE542D;
}
.access p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-size: clamp(1.2rem, 1.133rem + 0.22vw, 1.4rem);
}
.access p strong {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  display: block;
  margin-bottom: 10px;
}
.access p strong a {
  text-decoration: none;
  text-align: center;
  color: #000;
  width: 150px;
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 20px;
  transition: 0.3s;
  margin: 20px 0 60px 0;
}
.access p strong a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.access p span {
  font-size: clamp(1.1rem, 0.967rem + 0.11vw, 1.1rem);
  display: block;
  color: #BE542D;
}
.access span.memo {
  display: inline !important;
}
.access h2.title {
  font-size: 4rem;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
.access .access-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  font-weight: 400;
}
.access .access-inner div:nth-of-type(2) {
  width: 62.5%;
}
.access .access-inner img.map1 {
  display: block;
  width: 68px;
  height: auto;
  margin-top: 10px;
}
.access .access-inner img.map2 {
  display: block;
  width: 68px;
  height: auto;
  margin-top: 10px;
}
.access strong {
  font-weight: normal;
}
.access span a {
  color: #000;
  text-decoration: none;
}
.access .map {
  position: relative;
  width: 100%;
  padding-top: 42%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .access-txt {
  padding: 30px 0 50px 0;
}
.access .access-txt span {
  margin-top: 10px;
}

.to-top {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 4%;
  top: -30px;
}

footer {
  position: relative;
  background-color: #BE542D;
  padding: 120px 0 90px 0;
  font-family: "chapman", sans-serif;
  font-weight: 400;
}

.logo-mono img {
  width: auto;
  max-width: 460px;
  margin: 0 auto 90px auto;
}

.logo-wc img {
  width: auto;
  max-width: 460px;
  margin: 0 auto 35px auto;
}

.footer-sns {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  align-items: center;
}
.footer-sns img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.footer-sns div:nth-of-type(1) {
  margin-right: 40px;
}
.footer-sns a {
  color: #fff;
  text-decoration: none;
}

small {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
}

.lb-details {
  display: none !important;
}

.lightboxOverlay {
  z-index: 30000 !important;
}

#lightbox {
  z-index: 30001 !important;
}

.float-contact {
  position: fixed;
  width: 233px;
  right: 20px;
  bottom: 20px;
  z-index: 15000;
  transition: 0.3s;
}
.float-contact img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.float-contact .pc {
  width: auto;
  max-width: 230px;
  text-align: right;
}
.float-contact .sp img {
  max-width: 100%;
  width: 98%;
  margin: 0 auto;
  display: block;
}

.facility-image {
  max-width: 1000px;
  margin: 0 auto 60px auto;
}

.access-inner a {
  color: #BE542D;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .dn {
    display: block !important;
  }
  .dn2 {
    display: block !important;
  }
  div.headerpc {
    display: none;
  }
  .sp-header {
    background-color: #BE542D;
    position: fixed;
    width: 100%;
    z-index: 1001;
    padding: 15px;
  }
  .mn-logo {
    padding: 15px;
    margin-bottom: 40px;
  }
  .mn-logo p {
    width: 126px;
  }
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    z-index: 30000;
  }
  #nav-toggle > div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  .logo-sp {
    z-index: 40000;
    width: 126px;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: rgba(190, 84, 45, 0.95);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20010;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow-y: scroll;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
    width: 70%;
    margin: 0 auto;
  }
  #gloval-nav ul li {
    transition: transform 0.6s ease, opacity 0.2s ease;
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
    margin-bottom: 30px;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.75s;
    border-top: 1px solid #fff;
    padding-top: 30px;
    font-size: 1.3rem;
  }
  #gloval-nav ul li:nth-child(7) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  #gloval-nav ul li:nth-child(8) {
    transition-delay: 0.9s;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  #gloval-nav ul li:nth-child(8) img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  h1 {
    width: 100%;
    max-width: 100px;
  }
  h1 img {
    width: auto;
  }
  .fv {
    position: relative;
    margin-bottom: 0;
  }
  .fv div.header {
    position: fixed;
    width: 100%;
    top: 33px;
    padding: 0 5%;
    display: block;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: difference;
    z-index: 8000;
  }
  .fv div.header ul {
    display: flex;
    align-items: center;
  }
  .fv div.header ul li {
    margin-right: 50px;
    letter-spacing: 0.1rem;
  }
  .fv div.header ul img {
    width: auto;
  }
  .fv div.header ul a {
    color: #fff;
    text-decoration: none;
  }
  .fv div.header ul a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.header ul .li-access::after {
    content: "|";
    color: #fff;
    padding-left: 50px;
  }
  .fv div.header ul .li-icon {
    margin-right: 25px;
  }
  .fv div.header ul .li-contact {
    margin-right: 0;
  }
  .fv div.header ul .li-contact a {
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 30px 4px 30px;
    transition: 0.3s;
  }
  .fv div.header ul .li-contact a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .fv div.logo {
    width: 100%;
    max-width: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  div.maincopy {
    position: absolute;
    width: 360px;
    z-index: 1000;
    top: 20% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: #fff;
  }
  div.maincopy p:nth-of-type(1) {
    margin-bottom: 15px;
    text-align: center;
  }
  div.maincopy p:nth-of-type(2) {
    text-align: center;
  }
  .concept {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .concept h2 {
    padding-top: 80px;
  }
  .concept-wrapper {
    display: block;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 900px;
    color: #fff;
    margin: 0 auto;
    justify-content: space-between;
    padding: 60px 25px;
  }
  .concept-wrapper div:nth-of-type(1) {
    width: 100%;
  }
  .concept-wrapper div:nth-of-type(1) p {
    margin-bottom: 0;
  }
  .concept-wrapper div:nth-of-type(2) {
    width: 100%;
    max-width: none;
    padding: 60px 0 0 0;
  }
  .concept-text1 {
    line-height: 1.5;
    letter-spacing: 0.1rem;
    width: 80%;
    margin: 0 auto;
  }
  #silde-wrapper {
    position: relative;
    z-index: 10;
    margin-bottom: 90px;
  }
  .party {
    padding: 0 0 0 0;
  }
  .party h2 {
    padding-top: 100px;
  }
  .party .lead {
    padding: 80px 0 !important;
  }
  .party .h2-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.6rem, 1.167rem + 1.44vw, 2.9rem);
    margin-bottom: 40px;
  }
  .party .h2-sub:before,
  .party .h2-sub:after {
    border-top: 1px solid;
    content: "";
    width: 1em;
  }
  .party .h2-sub:before {
    margin-right: 1em;
  }
  .party .h2-sub:after {
    margin-left: 1em;
  }
  .party .slider-party .slick-img img {
    height: auto;
    transform: scale(0.85);
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
  }
  .party .slider-party .slick-center img {
    transform: scale(1);
  }
  .party .slider-party .prev-arrow {
    position: absolute;
    left: 15% !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .party .slider-party .next-arrow {
    position: absolute;
    left: 25% !important;
    top: auto !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .party .slider-party .slick-dots {
    position: absolute;
    text-align: right !important;
    bottom: -65px !important;
    left: 35% !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto !important;
  }
  .party .slider-party .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000 !important;
  }
  .party .slider-party .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px !important;
    padding: 0;
    cursor: pointer;
  }
  .party .slider-party .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff !important;
  }
  .party .slider-party .slide-arrow img {
    width: 25px;
  }
  .party .garden-party {
    background-color: #BE542D;
    padding: 70px 0;
  }
  .party .garden-party h2 {
    line-height: 1;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
  }
  .party .garden-party h3 {
    color: #fff;
    font-weight: normal;
    font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
  }
  .party .garden-party .garden-party-inner {
    padding: 0 10%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .party .garden-party .garden-party-inner > div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  .party .garden-party .garden-party-inner > div:nth-of-type(2) {
    width: 100%;
  }
  .party .garden-party .slider-garden-party {
    border-radius: 20px;
    overflow: hidden;
  }
  .party .garden-party .slick-img img {
    transition: opacity 0.5s;
    width: 100%;
    border-radius: 20px;
  }
  .party .garden-party .slider-area {
    position: relative;
  }
  .party .garden-party .slick-arrow {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 45%;
    right: -5%;
  }
  .party .garden-party .slide-arrow img {
    width: 33px;
  }
  .party .garden-party .slick-prev {
    display: none !important;
  }
  .party .poolside-party {
    background-color: #95B5C4;
    padding: 70px 0;
  }
  .party .poolside-party h2 {
    line-height: 1;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
  }
  .party .poolside-party h3 {
    color: #fff;
    font-weight: normal;
    font-size: clamp(1.3rem, 1.267rem + 0.11vw, 1.4rem);
  }
  .party .poolside-party .poolside-party-inner {
    padding: 0 10%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .party .poolside-party .poolside-party-inner > div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  .party .poolside-party .poolside-party-inner > div:nth-of-type(2) {
    width: 100%;
  }
  .party .poolside-party .slider-poolside-party {
    border-radius: 20px;
    overflow: hidden;
  }
  .party .poolside-party .slick-img img {
    transition: opacity 0.5s;
    width: 100%;
    border-radius: 20px;
  }
  .party .poolside-party .slider-area {
    position: relative;
  }
  .party .poolside-party .slick-arrow {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 45%;
    right: -5%;
  }
  .party .poolside-party .slide-arrow img {
    width: 33px;
  }
  .party .poolside-party .slick-prev {
    display: none !important;
  }
  .slider-facility .slider-area {
    padding-top: 80px;
  }
  .slider-facility .slick-img img {
    height: auto;
    transform: scale(0.85);
    transform-origin: top center;
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
  }
  .slider-facility .slick-center img {
    transform: scale(1);
  }
  .slider-facility .prev-arrow {
    position: absolute;
    left: auto !important;
    left: 15% !important;
    right: 0 !important;
    transform: none;
    top: auto !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .slider-facility .next-arrow {
    position: absolute;
    left: 24% !important;
    right: 0 !important;
    transform: none;
    top: auto !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .slider-facility .slick-dots {
    position: absolute;
    text-align: right !important;
    bottom: -65px !important;
    left: 31% !important;
    right: 0 !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 150px !important;
  }
  .slider-facility .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px !important;
    padding: 0;
    cursor: pointer;
  }
  .slider-facility .slide-arrow img {
    width: 25px;
  }
  .slider-facility .slick-dots li.slick-active button:before {
    color: #BE542D !important;
  }
  .slider-facility .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    color: #000 !important;
  }
  .movie {
    background-color: #000;
    padding: 45px 0;
    color: #fff;
  }
  .movie .movie-inner {
    padding: 0 10%;
  }
  .movie h2.title {
    color: #fff;
    margin-bottom: 100px;
  }
  .movie h2.title::before {
    background: #fff;
  }
  .youtube {
    padding: 0;
  }
  .movie-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .facilty {
    padding: 0 0 100px 0;
  }
  .facilty h2 {
    padding-top: 100px;
  }
  .facilty h2 .slider-party .slick-img img {
    height: auto;
    transform: scale(0.85);
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
  }
  .facilty h2 .slider-party .slick-center img {
    transform: scale(1);
  }
  .facilty h2 .slider-party .prev-arrow {
    position: absolute;
    left: 15% !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .facilty h2 .slider-party .next-arrow {
    position: absolute;
    left: 31% !important;
    top: auto !important;
    bottom: -65px !important;
    z-index: 100;
    cursor: pointer;
  }
  .facilty h2 .slider-party .slick-dots {
    position: absolute;
    text-align: right !important;
    bottom: -65px !important;
    left: 35% !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto !important;
  }
  .facilty h2 .slider-party .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000 !important;
  }
  .facilty h2 .slider-party .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px !important;
    padding: 0;
    cursor: pointer;
  }
  .facilty h2 .slider-party .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff !important;
  }
  .facilty h2 .slider-party .slide-arrow img {
    width: 25px;
  }
  .facilty .pt60 {
    margin-top: 0 !important;
  }
  .facilty .facilty-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
  }
  .facilty-capacity {
    font-size: 1.6rem;
    margin-bottom: 46px;
  }
  .facilty-image {
    margin: 0 auto;
  }
  .h2-facilty {
    padding-top: 100px !important;
    margin-top: 40px !important;
  }
  .movie-wrapper-fst {
    margin-bottom: 100px;
  }
  .facility-image {
    padding: 0 30px;
  }
  .realimage h2 {
    padding-top: 40px;
  }
  .realimage .slider-area {
    padding-top: 0px;
  }
  .realimage .realimage-inner {
    background-color: #95B5C4;
    padding-bottom: 30px;
  }
  .realimage h2 {
    font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
    color: #95B5C4;
    line-height: 0.5;
    padding: 120px 0 0 10%;
  }
  .realimage .slider-realimage {
    padding: 60px 0;
    position: relative;
    margin-bottom: 0 !important;
  }
  .realimage .slider-realimage .slider-area {
    padding-top: 80px;
  }
  .realimage .slider-realimage .slick-img img {
    height: auto;
    transform: scale(0.9);
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
  }
  .realimage .slider-realimage .slick-center img {
    transform: scale(1);
  }
  .realimage .slider-realimage .prev-arrow {
    position: absolute;
    left: 10% !important;
    top: 50% !important;
    bottom: -5px !important;
    z-index: 100;
    cursor: pointer;
  }
  .realimage .slider-realimage .next-arrow {
    position: absolute;
    right: 10% !important;
    top: 50% !important;
    bottom: -5px !important;
    z-index: 100;
    cursor: pointer;
  }
  .realimage .slider-realimage .slick-dots {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .realimage .slider-realimage .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px !important;
    padding: 0;
    cursor: pointer;
  }
  .realimage .slider-realimage .slide-arrow img {
    width: 33px;
  }
  .realimage .slider-realimage .slick-dots li.slick-active button:before {
    color: #000 !important;
  }
  .realimage .slider-realimage .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff !important;
  }
  .movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access {
    padding: 80px 0;
    background-color: #E0DFDB;
  }
  .access p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .access p strong a {
    text-decoration: none;
    text-align: center;
    color: #000;
    width: 150px;
    display: block;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px 20px;
    transition: 0.3s;
    margin: 20px 0 60px 0;
  }
  .access p strong a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  .access p span {
    display: block;
  }
  .access h2.title {
    margin: 0 0 30px 0 !important;
    padding-left: 10% !important;
  }
  .access .access-inner {
    display: block;
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    justify-content: space-between;
    font-weight: 400;
  }
  .access .access-inner div:nth-of-type(1) {
    width: 100%;
  }
  .access .access-inner div:nth-of-type(2) {
    width: 100%;
  }
  .access .map1 {
    display: block !important;
    padding-left: 0 !important;
    padding-top: 15px;
    width: 111px !important;
  }
  .access .map2 {
    display: block !important;
    padding-left: 0 !important;
    padding-top: 15px;
    width: 111px !important;
  }
  .access span a {
    color: #000;
    text-decoration: none;
  }
  .access .map {
    position: relative;
    width: 100%;
    padding-top: 70%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin-top: 40px;
  }
  .access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    padding: 70px 0 140px 0;
  }
  .logo-mono img {
    width: auto;
    max-width: 194px;
    margin: 0 auto 36px auto;
  }
  .footer-sns {
    display: block;
    justify-content: center;
    color: #fff;
    margin-bottom: 55px;
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .footer-sns img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .footer-sns div:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  small {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  .float-contact {
    position: fixed;
    left: calc(50% - 167.5px);
    right: auto;
    text-align: center;
    bottom: 20px;
    z-index: 20000;
    transition: 0.3s;
  }
  .float-contact img {
    width: 335px;
    max-width: none;
  }
  .float-contact img:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .float-contact .sp img {
    max-width: 100%;
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  .logo-wc img {
    width: auto;
    max-width: 258px;
    margin: 0 auto 26px auto;
  }
}
/*****768****/