/* TOPページ */
.top_slid {
  position: relative;
}
.top_slid h2 {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 3.5rem;
  text-shadow: 2px 2px 3px #333;
  text-align: start;
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 3;
}
.top_slid h2 span.openday {
  font-size: 24px;
}
@media screen and (max-width:896px) {
  .top_slid {
    padding-top: 0;
  }
  .top_slid h2 {
    font-size: 18px;
  }
  .top_slid h2 span.openday {
    font-size: 18px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide.topsl img {
  height: 85vh;
  width: 100%;
}
@media screen and (max-width:896px) {
  .swiper-slide.topsl img {
    height: 45vh;
  }
}
p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}
p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
  color: #fff;
}
.top_bk {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/top/top_bk.jpg");
  background-size: cover;
  background-position: center;
}
.top_news {
  padding: 30px 0;
}
.top_news .container {
  display: flex;
}
@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 {
  border-right: 1px solid #e6e6e6;
  width: 165px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}
.top_news ul li {
  padding: 15px 0;
}
@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}
.top_news ul li span.date {
  padding: 0 15px;
  display: inline-block;
  width: 80px;
}
.top_news ul li span.cate {
  background: #070b27;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50px;
}
.top_news ul li a {
  font-weight: 500;
}
@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }
  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.top_news ul li span.cate a {
  color: #fff;
}
.top_msg {
  height: 400px;
  padding: 100px 0 !important;
}
@media screen and (max-width:896px) {
  .top_msg {
    height: auto;
    padding: 8% 0 !important;
    background-size: cover;
  }
}
.top_msg h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.2;
  padding-bottom: 15px;
  margin-bottom: 34px;
  color: #fff;
}
.top_msg h2 span {
  font-size: 1.6rem;
  color: #ececec;
  letter-spacing: 0.1em;
}
@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .top_msg h2 span {
    font-size: 1.4rem;
  }
}
.top_msg p {
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0;
  }
}
.top_feature {
  background-color: #f3f3f3;
}
.top_feature_bk {
  padding: 85px 0;
}
@media screen and (max-width:896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}
@media screen and (max-width:896px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}
.top_feature h2 span {
  font-size: 1.5rem;
  color: #070b27;
}
.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}
@media screen and (max-width:1024px) {
  .w-container {
    margin: auto;
  }
  .top_box {
    flex-direction: column;
  }
}
.top_box_re {
  flex-direction: row-reverse;
}
@media screen and (max-width:1024px) {
  .top_box_re {
    flex-direction: column;
  }
}
.feature_mainimg {
  width: 50%;
}
.feature_mainimg img {
  width: 100%;
  max-width: 600px;
  height: 480px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }
  .feature_mainimg img {
    height: auto;
    max-width: none;
  }
}
.feature_txtarea {
  background: #fff;
  max-width: 600px;
  height: 480px;
  margin: 0 auto;
  width: 50%;
}
.feature_txtarea .inner {
  border: 1px solid #888;
  height: 468px;
  width: 98%;
  margin: 5px;
}
@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
    max-width: none;
  }
  .feature_txtarea .inner {
    height: auto;
    width: auto;
  }
}
.textarea_p {
  padding: 2rem 3rem 3rem;
}
.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
}
.textarea_p h3 span.sub_title {
  font-size: 2.0rem;
}
.textarea_p h3 span.point_n {
  font-size: 5rem;
  font-style: italic;
}
@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}
.top_room_bk {
  padding: 80px 0;
  background-color: #e6e6e6;
}
@media screen and (max-width:896px) {
  .top_room_bk {
    padding: 10% 0;
  }
}
.top_room h2 {
  margin-bottom: 40px;
}
.top_room h3 span {
  font-size: 1.5rem;
}
.top_room h4 {
  text-align: center;
  margin-bottom: 20px;
}
.top_room .container {
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_room .container {
    padding: 0 0;
  }
}
.room_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.room_item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* カード */
.room_item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}
/* 画像 */
.room_thumb {
  position: relative;
  overflow: hidden;
}
.room_thumb img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  object-fit: cover;
}
.room_item:hover img {
  transform: scale(1.08);
}
/* テキスト */
.room_info {
  padding: 18px 20px 20px;
}
.room_info h3 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 14px;
}
.room_info h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: #070b27;
}
.room_info p {
  font-size: 1.6rem;
  color: #666;
}
/* SP */
@media screen and (max-width: 768px) {
  .room_grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px 10px;
    margin: 0;
    scroll-snap-type: x mandatory;
  }
  .room_item {
    flex: 0 0 85%; /* ←カード幅 */
    max-width: 85%;
    scroll-snap-align: start;
  }
}
/* バッジ（愛犬OK） */
.badge_dog {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #070b27;
  padding: 6px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.badge_dog i {
  margin-right: 4px;
}
/*ワークショップ*/
.top_pickup {
  padding: 80px 0 0;
}
.top_pickup h2 {
  margin-bottom: 30px;
}
.top_pickup ul {
  align-items: stretch;
  /*display: flex;
    flex-wrap: wrap;*/
  justify-content: center;
  margin-bottom: 40px;
}
.top_pickup ul li {
  width: 29%;
  margin: 10px;
  display: inline-grid;
}
@media screen and (max-width:896px) {
  .top_pickup ul li {
    width: 100%;
    display: inline-grid;
  }
}
.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 90%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
}
.top_pickup ul li .pickup-ttl::after {
  content: "";
  position: absolute;
  top: 3.5%;
  width: 96%;
  height: 91%;
  display: block;
  border: 1px solid #ccc;
}
.top_pickup ul li .inner {
  z-index: 30;
}
.top_pickup ul li a:hover {
  opacity: 1;
}
.top_pickup ul li p.pickup-title {
  font-size: 1.4rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
}
.top_pickup ul li p.period {
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  padding: 0 32px 20px;
}
.top_pickup ul li a {
  color: #333;
}
.top_pickup ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/*付帯施設*/
.top_activity_bk {
  padding: 80px 0;
  background: #12050c;
}
@media screen and (max-width:896px) {
  .top_activity_bk {
    padding: 10% 0;
  }
}
.top_activity_bk ul li {
  margin: 10px;
}
.top_content__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_content__img img {
    height: 200px;
  }
}
.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 80px;
}
/*インスタ*/
.top_insta {
  padding: 80px 0;
  background: #e6e6e6;
}
@media screen and (max-width:896px) {
  .top_insta {
    padding: 10% 0;
  }
}
.top_insta p {
  text-align: center;
}
.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
/*レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
  background: #fff;
}
.top_rental ul.rental_area {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}
.top_rental ul.rental_area > li {
  width: 30%;
  padding: 10px;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area > li {
    width: 48%;
    padding: 1%;
  }
}
.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area li.tag {
    flex-direction: column;
  }
}
.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 120px;
  }
}
.top_rental ul.rental_area h3.spot {
  background: #ececec;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
.top_rental ul.rental_area .rental_tag {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .sell_tag {
  color: #fff;
  background: #425356;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .price {
  text-indent: 20px;
}
.top_rental ul.rental_area .p_desc {
  padding: 10px;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .price {
    text-indent: 0;
    text-align: right;
  }
  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}
.rental_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rental_item {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
}

.rental_thumb img {
  width: 100%;
  height: 150px; 
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.rental_info h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  border-left: 4px solid #070b27;
  padding-left: 10px;
}

.rental_info p {
  color: #666;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .rental_grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
  }

  .rental_item {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

  .rental_thumb img {
    height: 120px;
  }
}
/*周辺観光*/
.top_area {
  padding: 80px 0;
}
@media screen and (max-width:896px) {
  .top_area {
    padding: 10% 0;
  }
}
.top_area h2 {
  margin-bottom: 30px;
}
.top_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_area ul li {
  margin: 10px;
}
.top_area ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_area ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .top_area ul li {
    margin-bottom: 60px;
  }
}
.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #e6e6e6;
}
/*.top_area ul li h3.spot {
	background: #ececec;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #ececec;
}*/
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
/*プラン*/
ul.plan_list_flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}
ul.plan_list_flex > li {
  background: #fff;
  width: 27%;
  margin: 0 10px;
}
ul.plan_list .plan_list__in {
  width: 100%;
}
ul.plan_list li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
ul.plan_list h3, .top_plan_list .p_desc {
  width: 85%;
  margin: 20px auto;
  line-height: 1.6;
}
.top_plan {
  padding: 80px 0;
  background: #12050c;
}
@media screen and (max-width:896px) {
  .top_plan {
    padding: 10% 0;
  }
}
.top_plan_list .p-plan_cat p {
  border: 1px solid #ccc;
  padding: 2px 16px;
  border-radius: 20px;
  background: #fff;
  width: 100px;
  text-align: center;
  margin-left: 38px;
}
@media screen and (max-width:896px) {
  ul.plan_list_flex {
    flex-direction: column;
  }
  ul.plan_list_flex > li {
    background: #fff;
    width: 100%;
    margin: 0 auto 40px;
  }
  ul.plan_list li img {
    height: 240px;
  }
}
.top_access {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}
.top_access h2 {
  margin-bottom: 40px;
}
.top_access .g_map {
  height: 360px;
  margin-bottom: 40px;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width:896px) {
  .top_access .g_map {
    height: 240px;
  }
  .top_access .g_map iframe {
    height: 240px;
  }
}
.top_access ul {
  /*width: 94%;*/
  margin: 80px auto 0;
}
@media screen and (max-width:896px) {
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  display: flex;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 14px 0;
}
@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
  }
}
.top_access li h3 {
  background: #ececec;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
  }
}
.top_access li p {
  width: 74%;
  padding: 16px 14px;
}
@media screen and (max-width:896px) {
  .top_access li p {
    width: 94%;
  }
}
.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}
.top_access .checkin_box {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #003201;
}
.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
}
.top_access p.checkin {
  font-size: 1.8rem;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}
.top_access p.note {
  color: #f00;
}
.top_access .p_map {
  width: 1060px;
  margin: 60px auto;
}
.top_access .p_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_access .p_map {
    width: 100%;
  }
  .top_access .p_map img {
    height: 200px;
  }
}
/*グループ施設*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 240s infinite linear 1.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  position: relative;
}
@media screen and (max-width:896px) {
  .scroll-infinity__item {
    width: calc(100vw / 1.5);
    position: relative;
  }
}
.scroll-infinity__item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 3;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  width: 70%;
  font-weight: bold;
}
.scroll-infinity__item > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 5つの特徴 スワイパー */
.swiper-content-box {
  overflow: hidden;
}
.swiper-content-box .swipers {
  box-sizing: border-box;
  position: relative;
}
.swiper-content-box .swipers img {
  max-width: 100%;
}
.swiper-content-box .swipers .swiper-slide .img-box, .swiper-content-box .swipers .swiper-slide .thumb-box {
  box-sizing: border-box;
  position: relative;
}
.swiper-content-box .swipers .swiper-slide .img-box > img, .swiper-content-box .swipers .swiper-slide .thumb-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-content-box .swipers .swiper-slide .img-box {
  /* メイン画像の高さ */
  padding-bottom: 68.5%;
}
.swiper-content-box .swipers .swiper-slide .thumb-box {
  /* サムネイル画像の高さ */
  padding-bottom: 60%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-content-box .swipers .swiper-slide .thumb-box:hover {
  opacity: 1;
}
.swiper-content-box .swipers .swiper-slide.swiper-slide-thumb-active .thumb-box {
  opacity: 1;
}
.swiper-content-box .swipers .swiper-button-next, .swiper-content-box .swipers .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.swiper-content-box .swipers .swiper-button-next:after, .swiper-content-box .swipers .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}
@media only screen and (max-width: 768px) {
  .swiper-content-box .swipers .swiper-button-next, .swiper-content-box .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-content-box .swipers .swiper-button-next:after, .swiper-content-box .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}
/* 枚数が足りない（スクロール不要な）時にボタンを非表示にする */
.img-slider-thumbnail.swiper-button-lock .swiper-button-next, .img-slider-thumbnail.swiper-button-lock .swiper-button-prev, .img-slider-thumbnail .swiper-button-lock {
  display: none !important;
}
/* 5つの特徴 スワイパー END */