@charset "UTF-8";
.d-button {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  border: solid 1px #ffffff;
  padding: 20px;
}
.d-button:hover {
  background-color: rgb(51, 51, 51);
}
@media (max-width: 599px) {
  .d-button {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}
/* CSS Document */
.news-top-slider:hover,
article:hover,
.ig-wrap li:hover {
  opacity: 0.5;
}

.news_desc p {
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
}
.continuation-wrap {
  text-align: right;
}
.hero-img {
  padding-left: 80px;
}
#top-slider {
  width: 100%;
  height: 100vh !important; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.top-hero-slider {
  height: 100vh;
}

.top-hero-slider .n2-ss-3-align .n2-padding .n2-ss-slider .n2-ss-slider-1 {
  height: 100vh;
}
.top-hero-slider {
  padding-left: 80px;
}
.top_rogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  width: 21%;
  z-index: 2;
  padding-left: 80px;
}
.top_rogo img {
  margin: 0;
  font-size: 52px;
  color: #fff;
  width: 100%;
}
.container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-left: 80px;
}

.rgbKineticSlider {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.rgbKineticSlider canvas {
  position: absolute;
  display: block;
}

.tn-s a {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 20px;
}

.tn-s a.next {
  right: 90px;
}

.tn-s a.prev {
  left: 90px;
}

svg {
  width: 28px;
}

.menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #f5f5f5;
}

.slider {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #fff 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.slider:hover {
  transform: scale(1.5);
}
.slider.prev svg {
  transform: rotate(-180deg);
}

.wrapper {
  max-width: 900px;
  width: 88%;
  top: calc(100% - 160px);
  right: 50%;
  transform: translatex(50%);
  position: absolute;
  color: #fff;
}

.separator {
  border: 1px solid #fdfdfe;
}
.separator-text {
  position: absolute;
  top: 20px;
}

@-webkit-keyframes bg-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bg-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 986px) {
  .ticket-list:nth-child(3),
  .ticket-list:nth-child(4) {
    display: none;
  }
}
@media (max-width: 800px) {
  .ticket-list:nth-child(2) {
    display: none;
  }

  .tn-s a.next {
    right: 20px;
  }

  .tn-s a.prev {
    left: 20px;
  }
}
@media (max-width: 590px) {
  .ticket-list:nth-child(5),
  .ticket-list:nth-child(6) {
    display: none;
  }

  .y-no {
    font-size: 14px;
    letter-spacing: 3px;
    padding-top: 30px;
  }

  .slider {
    width: 26px;
    height: 26px;
  }
  .slider svg {
    width: 20px;
  }
  .slider:hover {
    transform: scale(1.1);
  }

  .main-nav {
    top: 0;
    padding: 20px 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .tn-s a.next {
    left: 48px;
  }

  .tn-s a.prev {
    left: 10px;
  }
}

.intro {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  width: 100%;
  margin: 80px auto;
  max-width: 900px;
  position: relative;
  white-space: nowrap;
  height: 500px;
}
.intro-inner {
  display: inline;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.intro-m {
  margin: 0 30px;
}
.intro h1 {
  display: block;
  margin: 0 0 0 60px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 300;
}
.intro p {
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 100;
}
/*movie-------------------------------------------------------------------------------------------*/
.section_movie {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.section_movie h3 {
  font-family: futura-pt, sans-serif;

  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  margin: 100px 0 80px 0;
  padding-left: 1.5rem;
}
@media (max-width: 599px) {
  .section_movie {
    padding: 0 20px;
  }
  .section_movie h3 {
    font-family: futura-pt, sans-serif;

    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 50px 0 40px 0;
    padding-left: 1.5rem;
  }
  .section_information h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin: 40px 0 40px 0 !important;
    padding-left: 1.5rem;
    letter-spacing: 1rem !important;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*news-------------------------------------------------------------------------------------------*/
.section-news {
  display: block;
  max-width: 900px;
  margin: 80px auto;
}
.news-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin-top: 50px;
}
article {
  width: 33%;
}
.news_pic img {
  width: 100%;
  height: 100%;
}
.n2_clear,
.n2-ss-no-bga-fixed {
  display: block;
  width: 100%;
}
.news-top-slider {
  display: block;
  width: 100% !important;
  margin: 40px auto 0;
}
.news_time {
  font-size: 12px;
  font-weight: 100;
  margin: 5px 0 2px 0;
  display: block;
}
.news_title {
  font-size: 14px;
  line-height: 25px;
  font-weight: 800;
}

/*予約バー-------------------------------------------------------------------------------------*/
.re-bar {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-top: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  max-width: 900px;
}
.re-bar-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px 0px 25px;
  font-family: "Noto Serif JP", serif;
}
.obj_per_num,
.obj_stay_num,
.obj_room_num {
  width: 85px;
  height: 30px;
  border: none;
  background: none;
  border-bottom: solid 0.5px #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}
.obj_year {
  width: 85px;
  height: 30px;
  border: none;
  background: none;
  border-bottom: solid 0.5px #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
  text-align: -webkit-center;
}
.obj_month,
.obj_day {
  width: 85px;
  height: 30px;
  border: none;
  background: none;
  border-bottom: solid 0.5px #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}
.re-bar-wrapper li {
  list-style: none;
  margin: 0 5px;
  width: 60%;
}
.re-bar-wrapper h2 {
  margin-bottom: 15px;
  font-weight: 400;
}
.bar-wrap {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

/*IE用*/
select::-ms-expand {
  display: block;
}
input {
  background: none;
  color: #fff;
  border: 0.5px solid #fff;
  font-family: "Noto Serif JP", serif !important;
  padding: 10px 40px;
  letter-spacing: 3px;
  font-size: 14px !important;
  font-weight: 100;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}
.search-button {
  display: block;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}
.search-button input:hover {
  opacity: 0.5;
  cursor: pointer;
}
.bar-wrap select:hover {
  cursor: pointer;
}

.bar-wrap02,
.bar-wrap03,
.bar-wrap04 {
  position: relative;
}
.bar-wrap02::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.bar-wrap03::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.bar-wrap04::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

/*concept----------------------------------------------------------------------------------*/
.section-concept {
  display: block;
  margin: 80px auto;
  width: 100%;
}
.concept-wrapper {
  display: block;
  width: 100%;
}
.concept-wrapper li {
  display: flex;
  flex-wrap: nowrap;
  margin: 85px auto;
}
.concept-wrapper img {
  width: 75%;
}
.concept-text-wrapper {
  width: 25%;
  writing-mode: vertical-rl;
}
.concept-text-wrapper p {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 3px;
  font-weight: 100;
  text-orientation: upright;
}
.concept-text-wrapper h3 {
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 400;
  margin: 0 80px 0 20px;
}
.concept-second {
  flex-flow: row-reverse;
}

/*features----------------------------------------------------------------------------------*/
.section_features {
  display: block;
  margin: 80px auto;
  max-width: 900px;
}
.sectionfeatures_text01 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px 0 20px 0;
  line-height: 4rem;
}
.section_features_text02 {
  font-family: "Noto Serif JP", serif;
  /*color:#333A00;*/
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 2px;
  margin: -38px 0 20px 0;
  line-height: 4rem;
}
.section_features_text03 {
  font-family: "Noto Serif JP", serif;
  /*color:#333A00;*/
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 2px;
  margin: -153px 0 20px 0;
  line-height: 4rem;
}
.section_features_text04 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 2px;
  margin: -100px 0 20px 0;
  line-height: 4rem;
}
.section_features_text_detail01 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-weight: 100;
  margin-top: 20px;
}
.section_features_text_detail02 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-weight: 100;
  margin-top: 20px;
}
.section_features_text_detail03 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-weight: 100;
  margin-top: 20px;
}
.section_features_text_detail04 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-weight: 100;
  margin-top: 20px;
}
.cp_accordionslide07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 80vh;
  margin: 60px 0;
}

.slideitem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100%;
}

/*featuresその２=================================================================*/
.cp_accordionslide08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0c0c0c;
  margin: 80px auto;
}
.cp_accordionslide08:hover .slideitem {
  width: 20%;
}
.cp_accordionslide08 .slideitem {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 80vh;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  appearance: none;
}
.cp_accordionslide08 .slideitem:nth-child(1) {
  background-image: url("../01_images/fea01.jpg");
}
.cp_accordionslide08 .slideitem:nth-child(2) {
  background-image: url("../01_images/fe02.jpg");
}
.cp_accordionslide08 .slideitem:nth-child(3) {
  background-image: url("../01_images/fea03.jpg");
}
.cp_accordionslide08 .slideitem:nth-child(4) {
  background-image: url("../01_images/fe04.jpg");
}

.cp_accordionslide08 .slideitem:before,
.cp_accordionslide08 .slideitem:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  appearance: none;
}
.cp_accordionslide08 .slideitem:after {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  appearance: none;
}
.cp_accordionslide08 .slideitem:before {
  z-index: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0) translateY(50%);
  transform: translate3d(0, 0, 0) translateY(50%);
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(75%, #000000)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
  appearance: none;
}
.cp_accordionslide08 .slideitem:hover {
  width: 60% !important;
}
.cp_accordionslide08 .slideitem:hover:after {
  opacity: 0;
}
.cp_accordionslide08 .slideitem:hover:before {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s,
    -webkit-transform 1s ease 0.25s;
  appearance: none;
}
.cp_accordionslide08 .slideitem:hover .slidecont {
  -webkit-transition: all 0.75s ease 0.5s;
  transition: all 0.75s ease 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  top: -8% !important;
  appearance: none;
}
.cp_accordionslide08 .slideitem h2 {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1rem;
  padding-left: 1rem;
  position: absolute;
  z-index: 1;
  top: 47%;
  left: 50%;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  appearance: none;
}
.cp_accordionslide08 .slideitem h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.cp_accordionslide08 .slideitem h3 {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 5px;
  padding-left: 1rem;
  position: absolute;
  z-index: 1;
  top: 53%;
  left: 50%;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  appearance: none;
}

.cp_accordionslide08 .slideitem h3::before {
  display: none;
}

.cp_accordionslide08 .slideitem:hover h2 {
  top: 7%;
}
.cp_accordionslide08 .slideitem:hover h3 {
  top: 12%;
}
.cp_accordionslide08 .slidecont {
  position: relative;
  z-index: 1;
  top: -20%;
  margin: 0 1.618em;
  -webkit-transform: translate3d(0, 0, 0) translateY(25px);
  transform: translate3d(0, 0, 0) translateY(25px);
  text-align: left;
  opacity: 0;
  appearance: none;
}
@media (max-width: 599px) {
  .slt {
    font-size: 22px !important;
  }
  .n2_clear {
    padding-left: 0px;
  }
  .cp_accordionslide08 {
    display: block;
    appearance: none;
  }
  .cp_accordionslide08:hover .slideitem {
    width: 100%;
    height: 20vh;
  }
  .cp_accordionslide08 .slideitem {
    width: 100%;
    height: 20vh;
  }
  .cp_accordionslide08 .slideitem:hover {
    width: 100% !important;
    height: 100vh !important;
  }
  .cp_accordionslide08 .slideitem h2 {
    top: 50%;
  }
  .cp_accordionslide08 .slideitem:nth-child(1) {
    background-image: url("../01_images/fea01.jpg");
    background-position: 50% 80%;
  }
  .cp_accordionslide08 .slideitem:nth-child(3) {
    background-image: url("../01_images/fea03.jpg");
    background-position: 50% 80%;
  }
  .cp_accordionslide08 .slideitem:nth-child(4) {
    background-image: url("../01_images/ca04.jpg");
    background-position: 50% 70%;
  }
  .cp_accordionslide08 .slidecont {
    position: relative;
    z-index: 1;
    top: -20%;
    margin: 0 1.618em;
    -webkit-transform: translate3d(0, 0, 0) translateY(25px);
    transform: translate3d(0, 0, 0) translateY(25px);
    text-align: center;
    opacity: 0;
  }
  .section_features_text_detail {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: left;
  }
  .section_features_text01 {
    font-family: "Secular One", sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: 80px 0 20px 0;
    line-height: 4rem;
  }
  .section_features_text02 {
    font-family: "Secular One", sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: 10px 0 20px 0;
    line-height: 4rem;
  }
  .section_features_text03 {
    font-family: "Secular One", sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: -115px 0 20px 0;
    line-height: 4rem;
  }
  .sectionfeatures_text04 {
    font-family: "Secular One", sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: -100px 0 20px 0;
    line-height: 4rem;
  }
  .section_features h4 {
    font-family: "Secular One", sans-serif;
    color: #333a00;
    font-style: normal;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 100px 0 80px 0;
    padding-left: 0.2rem;
  }

  .cp_accordionslide08 .slideitem:hover:before {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s,
      -webkit-transform 1s ease 0.25s;
    appearance: none;
  }
  .cp_accordionslide08 .slideitem:hover .slidecont {
    -webkit-transition: -webkit-transform 0.75s ease 0.5s;
    transition: -webkit-transform 0.75s ease 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: -8% !important;
    appearance: none;
  }
}

@media (max-width: 599px) {
  .cp_accordionslide08 {
    display: none !important;
  }
  .spf-block {
    list-style: none;
    display: block;
    margin: 40px auto;
  }
  .spf01 {
    background-image: url("../01_images/fef01.png");
    background-position: center;
    height: 150px;
    width: 100%;
  }
  .spf02 {
    background-image: url("../01_images/fef02.png");
    background-position: center;
    height: 150px;
    width: 100%;
  }
  .spf03 {
    background-image: url("../01_images/fef03.png");
    background-position: center;
    height: 150px;
    width: 100%;
  }
  .spf04 {
    background-image: url("../01_images/fef04.png");
    background-position: center;
    height: 150px;
    width: 100%;
  }
  .spf-text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 100;
    margin: 25px 0;
  }
  .spf-text-wrap h2 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 100;
    margin-bottom: 8px;
  }
  .spf-text-wrap h3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 5px;
  }
  .spf-text-wrap {
    padding: 60px 0;
  }
  .re-bar-wrapper li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin: 15px 0;
  }
  .re-bar-wrapper h2 {
    margin-bottom: 0;
    font-weight: 400;
    width: 95px;
  }

  .bar-wrap {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .obj_year {
    width: 85px;
    height: 30px;
    border: none;
    background: none;
    border-bottom: solid 0.5px #fff;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: left;
    font-size: 14px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    padding-left: 15px;
  }
  .obj_month,
  .obj_day {
    width: 60px;
    height: 30px;
    border: none;
    background: none;
    border-bottom: solid 0.5px #fff;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: left;
    font-size: 14px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    padding-left: 15px;
  }
  .obj_per_num,
  .obj_stay_num,
  .obj_room_num {
    text-align: left;
    padding-left: 30px;
  }

  .hero-img {
    z-index: 9999999999999;
    height: 100vh;
    width: 100%;
    padding-left: 0;
  }
  .top_rogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 15px #666;
    width: 40%;
    z-index: 2;
    padding-left: 0px;
  }
  .cp_accordionslide08 .slideitem h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .cp_accordionslide08 .slideitem h2 {
    top: 40%;
  }
  .cp_accordionslide08 .slideitem h3 {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px;
    padding-left: 1rem;
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 50%;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    appearance: none;
  }

  .re-bar-wrapper {
    display: block;
  }
  .text-line::before {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    left: 0 !important;
    margin-top: 0.5em;
    border-top: 0.5px solid #fff;
  }

  .cp_accordionslide08 {
    display: block;
    appearance: none;
  }
  .cp_accordionslide08:hover .slideitem {
    width: 100%;
    height: 20vh;
  }
  .cp_accordionslide08 .slideitem {
    width: 100%;
    height: 20vh;
  }
  .cp_accordionslide08 .slideitem:hover {
    width: 100% !important;
    height: 100vh !important;
  }
  .cp_accordionslide08 .slideitem h2 {
    top: 40%;
  }
  .cp_accordionslide08 .slideitem:nth-child(1) {
    background-image: url("../01_images/fea01.jpg");
    background-position: 50% 80%;
  }
  .cp_accordionslide08 .slideitem:nth-child(3) {
    background-image: url("../01_images/fea03.jpg");
    background-position: 50% 80%;
  }
  .cp_accordionslide08 .slideitem:nth-child(4) {
    background-image: url("../01_images/fe04.jpg");
    background-position: 50% 70%;
  }
  .cp_accordionslide08 .slidecont {
    position: relative;
    z-index: 1;
    top: -20%;
    margin: 0 2%;
    -webkit-transform: translate3d(0, 0, 0) translateY(25px);
    transform: translate3d(0, 0, 0) translateY(25px);
    text-align: center;
    opacity: 0;
  }
  .section_features_text_detail {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: left;
  }
  .section_features_text01 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 80px 0 20px 0;
    line-height: 4rem;
  }
  .section_features_text02 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
    line-height: 4rem;
  }
  .section_features_text03 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -115px 0 20px 0;
    line-height: 4rem;
  }
  .section_features_text04 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -100px 0 20px 0;
    line-height: 4rem;
  }
  .section_features h4 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 100px 0 80px 0;
    padding-left: 0.2rem;
  }

  .cp_accordionslide08 .slideitem:hover:before {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s,
      -webkit-transform 1s ease 0.25s;
    appearance: none;
  }
  .cp_accordionslide08 .slideitem:hover .slidecont {
    -webkit-transition: -webkit-transform 0.75s ease 0.5s;
    transition: -webkit-transform 0.75s ease 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: -8% !important;
    appearance: none;
  }
}

/*section-villa-type-----------------------------------------------------------------------------------------------------------------------------------*/
.section-villa-type {
  display: block;
  max-width: 900px;
  margin: 80px auto;
}
.img-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  margin: 80px auto;
}
.img-wrapper li {
  display: block;
  margin: 0 auto;
  width: 50%;
  list-style: none;
}
.img-wrapper a {
  text-decoration: none;
}
.img-wrapper h4 {
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.img-wrapper p {
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 3px;
}
.text-wrapper {
  color: #fff;
  padding: 20px 0;
  border-top: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  margin-top: 20px;
}
/*plan----------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-plan {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

/*gallery--------------------------------------------------------------------------------------------------------------*/
.section-gallery {
  display: flex;
  margin: 80px auto;
  max-width: 900px;
}
[class^="swiper-button-"] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 14px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 25px;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

/*access----------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-access {
  display: block;
  margin: 80px auto 80px auto;
  max-width: 900px;
}
.access-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px auto;
}
.access-wrapper li {
  width: 50%;
  list-style: none;
  margin: auto 0;
}
.text-line::before {
  content: "";
  display: block;
  width: 36%;
  position: absolute;
  left: 180px;
  margin-top: 0.5em;
  border-top: 0.5px solid #fff;
}
.text-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.y-no {
  font-size: 14px;
  letter-spacing: 3px;
}
.y-no h3 {
  margin-bottom: 8px;
}
iframe {
  width: 100%;
}
.by {
  display: block;
  margin: 40px 0;
  letter-spacing: 3px;
}
.top-tell {
  font-size: 14px;
  letter-spacing: 3px;
  margin: 35px 0;
}
.ac-tel {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 20px;
}

/*Link-area-----------------------------------------------------------------------------------------------------------------------------------------------*/
.section_link_area {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  padding-left: 80px;
}
.img-left,
.img-right {
  display: block;
  width: 50%;
}
.section_link_area img {
  width: 100%;
}
/*faq-----------------------------------------------------------------------------------------------------------------------*/
.section-faq {
  display: block;
  margin: 80px auto;
  max-width: 900px;
}
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #0c0c0c;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-size: 14px;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-bottom: solid 0.5px #fff;
}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #fff;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: "A";
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
  line-height: 25px;
  font-size: 14px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid #0c0c0c;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #fff;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*Instagram-----------------------------------------------------------------------------------------------------------------------------------------------*/
.section-sns {
  display: block;
  margin: 80px auto;
  max-width: 900px;
}
.ig-wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 40px;
}
.section-sns img {
  width: 100%;
}
.section-sns li {
  list-style: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-fe {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

.gallery {
  font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
}
.horizontal.gallery-item {
  grid-column: span 2;
}

.gallery-item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 22%;
}
.figure {
  margin: 0;
}
::selection {
  color: white;
  background: black;
  text-shadow: none;
}
.gallery-item a {
  display: block;
}
.gallery-item a {
  position: relative;
}
.gallery-item a.active:before,
.lazy-images .gallery-item a.image-lazyloaded:before,
html:not(.lazy-images) .gallery-item a:before {
  border-width: 0.5rem;
}
.gallery-item a:before,
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
}
.fadein.lazyloaded {
  opacity: 1;
  width: 100%;
}
.gallery-item img,
.gallery-item a {
  display: block;
}
.fadein {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
img,
svg {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.gallery-item a.active:after,
.lazy-images .gallery-item a.image-lazyloaded:after,
html:not(.lazy-images) .gallery-item a:after {
  border-width: 2px;
}
.gallery-item a:hover:after {
  transform: scale(0.9);
  border-color: white;
}
.gallery-item a:after {
  margin: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-clip-path: polygon(
    0 calc(100% - 1rem),
    0 100%,
    1rem 100%,
    1rem 0,
    0 0,
    0 1rem,
    100% 1rem,
    100% 0,
    calc(100% - 1rem) 0,
    calc(100% - 1rem) 100%,
    100% 100%,
    100% calc(100% - 1rem)
  );
  clip-path: polygon(
    0 calc(100% - 1rem),
    0 100%,
    1rem 100%,
    1rem 0,
    0 0,
    0 1rem,
    100% 1rem,
    100% 0,
    calc(100% - 1rem) 0,
    calc(100% - 1rem) 100%,
    100% 100%,
    100% calc(100% - 1rem)
  );
}
.gallery-item a:before,
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
}
@media (min-width: 640px) {
  html:not(.touchevents) .gallery-caption {
    font-size: 14px;
  }
}
html:not(.touchevents) .gallery-caption {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0);
  padding: 1.25em 1.5em;
  transition: all 0.2s ease;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}
figcaption,
figure,
main {
  display: block;
}
html:not(.touchevents) .gallery-caption:before {
  top: auto;
  height: 3px;
  transform: scale(0, 1);
  transform-origin: bottom left;
  transition-delay: 0.6s;
}
html:not(.touchevents) .gallery-caption:before,
html:not(.touchevents) .gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
html:not(.touchevents) .gallery-caption:after {
  transform: scale(1, 0);
  transform-origin: bottom;
  transition-delay: 0.3s;
}
html:not(.touchevents) .gallery-caption:before,
html:not(.touchevents) .gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  display: block;
  /*
	width: 100%!important;
	height: auto!important;
*/
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--left:before {
  left: 60px !important;
}
.pswp__button--arrow--right:before {
  right: 60px !important;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.tab-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 60px;
}
.tab-h li {
  list-style: none;
  width: 47%;
}
.tab-h li.active-h a {
  background: #444;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active-h {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.tab-h li a {
  display: block;
  border: solid 1px #fff;
  padding: 15px 0px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
}
/*link-------------------------------------------------------------------------*/

.section-link {
  display: block;
  margin: 80px auto;
  max-width: 900px;
}
.btn {
  cursor: pointer;
  background-color: #000;
  width: 100%;
  height: 64px;
  line-height: 64px;
  position: relative;
  left: 0;
  top: 33%;
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}
.img-left:hover,
.img-right-cuisine:hover,
.img-right-bp:hover {
  opacity: 0.5;
  cursor: pointer;
}
.btn span {
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  top: 33%;
}
.btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.section-link li:hover em {
  transform: scaleX(1);
}
.section-link li {
  list-style: none;
  height: 160px;
  margin-bottom: 40px;
}
.section-link ul {
  margin-top: 40px;
}
.link01 {
  background-image: url(../01_images/btn01.png);
  background-size: cover;
}
.link02 {
  background-image: url(../01_images/btn02.png);
  background-size: cover;
}
.section-link li:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 599px) {
  .title {
    font-size: 14px;
  }
  #top-slider {
    width: 100%;
    height: calc(
      100vh - 70px
    ) !important; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  .intro {
    padding: 0 20px;
  }
  .concept-wrapper li {
    display: block;
  }
  .concept-wrapper img {
    width: 100%;
  }

  .concept-text-wrapper {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .concept-text-wrapper h3 {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 10px 0 0 0;
  }
  .concept-text-wrapper p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 15px;
  }
  .concept-wrapper li {
    display: block;
    margin: 40px auto;
  }
  .section-faq {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .section-sns {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .ig-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .section-sns li {
    list-style: none;
    width: 47%;
  }
  .section-link {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .section_link_area {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
  }
  .news-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 900px;
    margin-top: 20px;
  }
  article {
    width: 48%;
  }
  article:last-child {
    display: none;
  }
  article:last-of-type {
    display: none;
  }
  .img-left,
  .img-right {
    display: block;
    width: 100%;
  }
  .section-news {
    display: block;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
  }
  .intro p {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 100;
  }
  .section-concept {
    display: block;
    margin: 40px auto;
    width: 100%;
    padding: 0 20px;
  }
  .intro h1 {
    display: block;
    margin: 0 0 0 25px;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 300;
  }
  .re-bar {
    display: block;
    width: 95%;
    margin: 0 auto;
    border-top: solid 0.5px #fff;
    border-bottom: solid 0.5px #fff;
    max-width: 900px;
    padding: 0 10px;
  }
  .search-button {
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
  }
  .section-villa-type {
    display: block;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
  }
  .img-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    margin: 40px auto;
  }
  .section_features {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .img-wrapper h4 {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
  }
  .img-wrapper p {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
  }
  .section-gallery {
    display: flex;
    margin: 40px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .section-plan {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .plan-block {
    display: block;
    width: 90%;
    border-top: solid 0.5px #fff;
    border-bottom: solid 0.5px #fff;
    padding: 20px 0;
    margin: 0 auto;
  }
  .section-access {
    display: block;
    margin: 80px auto 80px auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .access-wrapper {
    display: block;
    margin: 40px auto;
  }
  .access-wrapper li {
    width: 100%;
    list-style: none;
    margin: auto 0;
  }
  .plan-wrapper {
    margin: 80px auto;
    gap: 20px;
  }
  .plan-block:last-child,
  .plan-block:last-child {
    display: none;
  }
  .plan-name {
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 100;
  }
  .plan-button {
    text-decoration: none;
    color: #fff;
    border: solid 0.5px #fff;
    padding: 7px 0px;
    cursor: pointer;
    display: block;
    width: 80px;
    text-align: center;
    margin: 20px 0 0 auto;
    font-size: 12px;
  }
  .text-line::before {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    left: 175px !important;
    margin-top: 0.5em;
    border-top: 1px solid #fff;
  }
  .name,
  .time {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 100;
  }
  .time-l {
    font-size: 18px;
    font-weight: 400;
  }
  .swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 95%;
    padding-left: 5%;
    color: #fff;
  }
  .swiper-slide .content .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
/*タブレット----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 600px) and (max-width: 1400px) {
  #top-slider {
    width: 100%;
    height: 100vh !important; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  .intro {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 100%;
    margin: 80px auto;
    max-width: 900px;
    position: relative;
    white-space: nowrap;
    height: 500px;
    padding-left: 80px;
  }
  .top_rogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 15px #666;
    width: 43%;
    z-index: 2;
    padding-left: 80px;
  }
  .section-concept {
    display: block;
    margin: 80px auto;
    width: 100%;
    padding-left: 80px;
    max-width: 900px;
  }

  .concept-wrapper li {
    display: block;
    margin: 40px auto;
  }
  .concept-wrapper img {
    width: 100%;
  }
  .concept-text-wrapper {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .concept-text-wrapper h3 {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 10px 0 0 0;
  }
  .concept-text-wrapper p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 15px;
  }
  .section-concept {
    display: block;
    margin: 80px auto;
    width: 100%;
    padding: 0 20px 0 100px;
  }
  .section-news {
    display: block;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px 0 100px;
  }
  .section-villa-type {
    display: block;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px 0 100px;
  }
  .section-gallery {
    display: flex;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .section-access {
    display: block;
    margin: 1100px auto 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .section-faq {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .section-sns {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .section_features {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .section-link {
    display: block;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .cp_accordionslide08 .slideitem h2 {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    padding-left: 0;
    position: absolute;
    z-index: 1;
    top: 47%;
    left: 50%;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    appearance: none;
  }
  .cp_accordionslide08 .slideitem h3 {
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    padding-left: 0;
    position: absolute;
    z-index: 1;
    top: 53%;
    left: 50%;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    appearance: none;
  }
  .re-bar {
    display: block;
    width: 65%;
    margin: 0 auto;
    border-top: solid 0.5px #fff;
    border-bottom: solid 0.5px #fff;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
  .re-bar-wrapper {
    display: block;
  }
  .re-bar-wrapper li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 15px 0;
  }
  .re-bar-wrapper h2 {
    margin-bottom: 0;
    font-weight: 400;
    width: 73px;
  }
  .search-button {
    display: block;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
    text-align: center;
  }
  .section-access {
    display: block;
    margin: 80px auto 80px auto;
    max-width: 900px;
    padding: 0 20px 0 100px;
  }
}
