/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.9;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 3px;
}

.top_slid h2 img {
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_slid h2 img {
    width: 160px;
  }
}

.top_slid h2 span.subtitle {
  font-size: 28px;
  letter-spacing: 1px;
}

.top_slid h2 span.openday {
  font-family: "Kaushan Script", cursive;
  position: relative;
  font-size: 23px;
  padding-right: 18px;
}

/*.top_slid h2 span.openday::before {
	content: "ー";
	position: absolute;
	top: -3px;
	left: -34px;
}
.top_slid h2 span.openday::after {
	content: "ー";
	position: absolute;
	top: -1px;
	right: -20px;
}*/
@media screen and (max-width: 896px) {
  .top_slid {
    padding-top: 0;
  }

  .top_slid h2 {
    top: 60%;
    font-size: 20px;
  }

  .top_slid h2 span.subtitle {
    font-size: 14px;
  }

  .top_slid h2 span.openday {
    font-size: 18px;
  }
}

.top_view .container {
  display: flex;
  align-items: center;
  height: 100%;
}

/*.top_news {
  padding: 30px 0;
  background: #fff;
}

.top_news .container {
  display: flex;
  justify-content: space-around;
}
.top_news ul {
  max-height: 180px;
  overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}
@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.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 22px 0 30px;
}

.top_news ul li span.cate {
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}

@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_list {
  margin-top: 56px;
}

.top_news_list a {
  border: 1px solid #69948A;
  padding: 10px;
}

@media screen and (max-width:896px) {
  .top_news_list {
    margin-top: 20px;
  }

  .top_news_list p {
    text-align: center;
  }
}
*/
/*NEWS*/
.top_news {
  padding: 50px 0;
  background: #fff;
}

.top_news ul {
  max-height: 180px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}

.top_news ul li span.cate {
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
  background-color: rgba(231, 209, 61, 0.8);
}

@media screen and (max-width: 896px) {
  .top_news {
    padding: 50px 0 0;
  }

  .top_news ul {
    max-height: 135px;
  }
}

@media screen and (min-width: 724px) and (max-width: 895px) {
  .top_navi {
    margin: 210px auto 0;
  }
}

@media screen and (min-width: 501px) and (max-width: 723px) {
  .top_navi {
    margin: 140px auto 0;
  }
}

.top_news h2 span {
  font-size: 14px;
}

.top_news h2 a {
  color: #c0c0c0;
}

.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}

.top_news ul li a {
  color: #2d2d2d;
  font-size: 13px;
}

@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 22px 0 30px;
  color: #2d2d2d;
}

.top_news ul li span.cate {
  color: #fff;
  background: #e6b800;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}

@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;
}

/*END NEWS*/
.top_msg_bk {
  background: url(../img/top/top_bk.jpg) bottom;
  background-size: cover;
}

.top_msg .inner {
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  padding: 110px 0;
  background: #1e1510;
  background: rgba(30, 21, 16, 0.6);
}

.top_msg .inner p {
  color: #fff;
}

@media screen and (max-width: 896px) {
  .top_msg_bk {
    background: url(../img/top/top_bk.jpg) bottom;
    background-size: cover;
  }

  .top_msg {
    height: 650px;
    position: relative;
  }

  .top_msg .inner {
    height: 650px;
    padding: 50px 18px 80px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  padding-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .top_msg h2 {
    font-size: 2rem;
    line-height: 1.6;
    padding: 5%;
    text-align: left;
  }
}

.top_msg img {
  width: 300px;
  margin: 0 auto;
}

.top_msg p {
  text-align: center;
  color: #222;
  line-height: 1.7;
}

@media screen and (max-width: 896px) {
  .top_msg img {
    width: 150px;
  }

  .top_msg p {
    padding: 0 5%;
    text-align: left;
  }
}

/* 20260218 add 魅力用スライダーCSS start */
.feature_left {
  width: 50%;
  overflow: hidden;
}

.sec2-flex-right {
  width: 45%;
  padding: 5% 2.5% 0px;
}

.swiper_container {
  width: 100%;
}

.swiper_container .swiper {
  width: 100%;
}

.swiper_container .swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.swiper_container .swiper-slide-thumb-active {
  opacity: 0.6;
}

.swiper_container .swiper-button-next,
.swiper_container .swiper-button-prev {
  display: none;
}

.slider-thumbnail .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-thumbnail .swiper-slide img {
  margin-bottom: 1rem;
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 896px) {
  .slider-thumbnail .swiper-slide {
    display: flex;
    justify-content: center;
    margin: unset;
  }

  .slider-thumbnail .swiper-slide img {
    height: 80px;
  }
}

/* 20260218 add 魅力用スライダーCSS end */

.top_feature {
  padding: 85px 0 15px;
  background: #bfd1d5;
}

@media screen and (max-width: 896px) {
  .top_feature {
    padding: 10% 0;
    height: auto;
  }
}

.top_feature p {
  line-height: 2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.top_feature h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  width: 100%;
}

.top_feature h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #165a67;
  border-radius: 2px;
}

@media screen and (max-width: 896px) {

  .top_feature h2,
  .top_facility h2 {
    font-size: 2.4rem;
    margin: 0 0 25px !important;
  }
}

.top_feature h2 span,
.top_facility h2 span {
  font-size: 1.5rem;
  color: #165a67;
}

.top_feature h2 span.ten {
  font-size: 5rem;
  color: #165a67;
}

.top_box,
.top_box_re {
  width: 100%;
  margin: 80px auto 120px;
  display: flex;
  position: relative;
}

.top_box_re {
  justify-content: flex-end;
}

@media screen and (max-width: 1023px) {

  .top_box,
  .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
}

.top_box .feature_mainimg,
.top_box_re .feature_mainimg {
  width: 60%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {

  .top_box .feature_mainimg,
  .top_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
}

.top_box .feature_mainimg img,
.top_box_re .feature_mainimg img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media screen and (max-width: 896px) {

  .top_box .feature_mainimg img,
  .top_box_re .feature_mainimg img {
    margin-bottom: 0;
  }
}

.top_box .feature_txtarea,
.top_box_re .feature_txtarea {
  max-width: 630px;
  height: 500px;
  position: absolute;
  top: 36px;
  right: 0;
  width: 50%;
  box-sizing: border-box;
  z-index: 1;
  background: rgba(231, 209, 61, 0.8);
}

.top_box_re .feature_txtarea {
  left: 0;
  background: rgba(55, 168, 112, 0.8);
}

.feature_txtarea .btn_more p {
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {

  .top_box .feature_txtarea,
  .top_box_re .feature_txtarea {
    width: 65%;
  }
}

@media screen and (max-width: 896px) {

  .top_box .feature_txtarea,
  .top_box_re .feature_txtarea {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: static;
  }
}

@media screen and (min-width: 1800px) {
  .top_box .feature_txtarea {
    max-width: 1030px;
    height: 600px;
    top: 56px;
    right: 0;
  }

  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: 600px;
    top: 56px;
    left: 0;
  }
}

.top_textarea_p {
  padding: 3rem 5rem;
}

@media screen and (max-width: 896px) {
  .top_textarea_p {
    padding: 10% 6% 16%;
  }

  /*.top_textarea_p.f_t_on_p {
    margin-bottom: 120px;
  }*/
}

.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.top_textarea_p h3 span.point_n {
  font-size: 5rem;
  /*color: #FBE342;*/
  color: #12467b;
}

.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}

@media screen and (max-width: 896px) {
  .top_textarea_p h3 {
    padding-bottom: 20px;
  }
}

.top_textarea_p .feature_t_on_p {
  position: absolute;
  padding: 15px;
  background: #f6f6f6;
  right: 8%;
  left: 8%;
  border-radius: 5px;
}

.top_textarea_p .feature_t_on_p p.feature_t_on_p_text {
  font-size: 1.4rem;
  line-height: 1.2;
}

.top_facility {
  padding: 60px 0 80px;
}

.top_facility p {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .top_facility {
    padding: 0;
  }

  .top_facility_box {
    display: flex;
    flex-direction: column;
  }
}

.facility_title {
  width: 16%;
  margin: 0 auto;
}

.top_facility h2 {
  font-size: 2.6rem;
  /* margin: 16px 10px 16px 50px; */
  text-align: center;
}

.facility_caption {
  margin: 0 auto;
  width: 64%;
}

.facility_mainimg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.rooms {
  width: 100%;
  /* padding: 0 50px; */
  padding: 0 10%;
  box-sizing: border-box;
}

.rooms .rm_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rooms .rm_flex .room_box {
  /* width: 30%; */
  width: 48%;
  padding: 5px 52px;
}

.rooms .rm_flex .room_box img {
  width: 100%;
}

.rooms .rm_flex .room_box .room_name {
  width: 100%;
  height: auto;
  background-color: #12467b;
  padding: 5px;
}

.rooms .rm_flex .room_box p {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 896px) {
  .facility_title {
    width: 94%;
    padding: 0 3%;
  }

  .top_facility h2 {
    text-align: center;
  }

  .facility_caption {
    width: 94%;
    padding: 0 3%;
  }

  .facility_mainimg img {
    height: 240px;
  }

  .rooms .rm_flex .room_box p {
    padding-bottom: 1%;
  }

  .rooms {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .rooms .rm_flex .room_box {
    width: 100%;
    height: 17%;
    margin: 5px auto;
    padding: 0;
  }

  .top_facility .tf_p {
    text-align: center;
  }
}

.facility_subimg_flex {
  display: flex;
  width: 100%;
}

.facility_subimg {
  width: 50%;
}

.facility_subimg img {
  width: 100%;
}

.facility_txtarea {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0 60px;
}

.btn_more {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .facility_txtarea {
    flex-direction: column;
  }

  .facility_txtarea .btn_more {
    margin: 0 auto;
  }
}

.top_menu {
  padding: 0 0 80px;
}

@media screen and (max-width: 896px) {
  .top_menu {
    padding: 0 0 0;
    margin-bottom: 3%;
  }
}

.top_menu_box {
  display: flex;
}

@media screen and (max-width: 896px) {
  .top_menu_box {
    flex-direction: column-reverse;
  }
}

.top_menu_box .top_textarea_p {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #80a492;
}

@media screen and (max-width: 896px) {
  .top_menu_box .top_textarea_p {
    width: 100%;
    text-align: center;
    padding: 40px 3% 60px;
  }
}

.top_menu h2 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.7;
  margin-top: 60px;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .top_menu h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.top_menu p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2;
  color: #fff;
}

.top_menu img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_menu img {
    height: 300px;
  }
}

@media screen and (min-width: 1800px) {
  .top_menu img {
    height: auto;
  }
}

.top_menu .bbq_menu {
  display: flex;
  padding: 30px 0 30px 30px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .top_menu .bbq_menu {
    padding: 20px 0 20px 20px;
  }
}

.top_menu .bbq_menu dt {
  float: left;
  font-size: 3rem;
  width: 500px;
  color: #e3aa7b;
}

@media screen and (max-width: 896px) {
  .top_menu .bbq_menu dt {
    float: left;
    font-size: 1.8rem;
    width: auto;
  }
}

.top_menu .bbq_menu dd ul {
  border-left: #e3d6cc 1px solid;
  padding-left: 10px;
}

.top_menu .bbq_menu dd ul li {
  padding: 5px 0 5px 0;
}

.top_menu .bbq_menu dd ul li:first-child {
  padding: 0 0 5px 0;
}

.top_menu .bbq_menu dd ul li:last-child {
  padding: 5px 0 0 0;
}

.top_insta {
  padding: 80px 45px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .top_insta {
    padding: 10% 3%;
  }
}

.top_insta h2 {
  margin-bottom: 30px;
}

.top_insta p {
  text-align: center;
}

ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.glam_list li {
  width: 484px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 896px) {
  ul.glam_list li {
    margin: 0 auto 10%;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  max-width: 485px;
  height: auto;
  width: 100%;
}

ul.glam_list li .txt {
  background: #fff;
  width: 85%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: 300px;
}

ul.glam_list li .txt .inner {
  border: 1px solid #e3d6cc;
  padding: 0 32px 20px;
  height: 278px;
}

@media screen and (max-width: 896px) {
  ul.glam_list li:nth-child(2) .txt {
    height: 400px;
  }

  ul.glam_list li:nth-child(2) .txt .inner {
    height: 378px;
  }
}

ul.glam_list li .txt h3 {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
}

/*アクティビティ、ピックアップ、レンタル*/
.container_pickup {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_pickup_list {
  padding: 80px 0;
}

.top_pickup_list h2 {
  margin-bottom: 30px;
}

.top_pickup_list ul li {
  width: 22%;
  height: auto;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  background-color: #80a492;
}

@media screen and (max-width: 896px) {
  .top_pickup_list ul li {
    width: 100%;
    margin: 1%;
  }
}

.top_pickup_list ul li h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.top_pickup_list p.top_pickup_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (min-width: 1800px) {
  .top_pickup_list ul li {
    margin: 30px 20px;
  }

  .top_pickup_list p.top_pickup_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}

.top_pickup_list p.top_pickup_text {
  padding: 0 20px 30px;
  color: #fff;
}

/*レンタル*/
.top_pickup_list .rental_area_tag .rental_tag {
  border: 1px solid #165a67;
  border-radius: 16px;
  width: 100px;
  text-align: center;
  margin: 0 0 10px 20px;
}

.top_pickup_list .rental_area_tag .sell_tag {
  color: #fff;
  background: #165a67;
  border-radius: 16px;
  width: 100px;
  text-align: center;
  margin: 0 0 10px 20px;
}

.top_pickup_list .rental_area_tag .price {
  text-indent: 20px;
}

.top_pickup_list.facility_list li {
  margin: 1rem;
}

.top_pickup_list.facility_list p.top_pickup_text {
  padding: 0 20px 30px;
  color: #fff;
  height: fit-content;
}

.top_pickup_list.facility_list p.top_pickup_img img {
  height: auto;
}

@media screen and (max-width: 896px) {
  .top_pickup_list p.rental_img_sp img {
    height: 240px;
  }

  .top_pickup_list.facility_list p.top_pickup_text {
    width: 100%;
    margin: 0.5rem;
  }
}

.top_gf {
  background: #eef0f4;
  padding: 80px 0;
}

@media screen and (max-width: 896px) {
  .top_gf {
    padding: 10% 0;
  }
}

.top_gf h2 {
  margin-bottom: 30px;
}

.top_gf ul li {
  width: 32%;
  padding-bottom: 60px;
  margin: 30px 10px;
  background: #fff;
}

.top_gf ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_gf ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .top_gf ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_gf ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 500;
}

.top_gf ul li h3.spot {
  border-bottom: 1px dotted #69948a;
  width: 80%;
  margin: 0 auto;
}

.top_gf ul li h3.shop {
  background: #bbe0ef;
}

.top_gf ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.top_access {
  padding: 80px 0 30px;
}

@media screen and (max-width: 896px) {
  .top_access {
    padding: 10% 0;
  }
}

.top_access h2 {
  margin-bottom: 40px;
}

.top_access .g_map {
  height: 400px;
  margin-bottom: 40px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 896px) {
  .top_access .g_map {
    height: 360px;
    margin-bottom: 40px;
  }

  .top_access .g_map iframe {
    width: 100%;
    height: 360px;
  }
}

@media screen and (min-width: 1800px) {
  .top_access .g_map {
    height: 720px;
    margin-bottom: 40px;
  }

  .top_access .g_map iframe {
    width: 100%;
    height: 720px;
  }
}

.top_access ul {
  margin: 80px 50px 0;
}

@media screen and (max-width: 896px) {
  .top_access ul {
    margin: 80px 3% 0;
  }
}

.top_access li {
  display: flex;
  border: 1px solid #d6e5e8;
  color: #333;
  margin-bottom: 30px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .top_access li {
    flex-direction: column;
  }
}

@media screen and (min-width: 1800px) {
  .top_access li {
    margin-bottom: 80px;
  }
}

.top_access li h3 {
  background: #bfd1d5;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-right: 1px solid #bfd1d5;
}

@media screen and (max-width: 896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #d6e5e8;
  }
}

.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;
  margin-bottom: 1em;
  padding: 0 10px;
  box-sizing: border-box;
}

.top_access .checkin_box p {
  text-align: center;
}

.top_access .checkin_wrapper {
  padding: 10px 64px;
  border: 1px solid #69948a;
}

@media screen and (max-width: 896px) {
  .top_access .checkin_wrapper {
    padding: 10px 20px;
  }
}

.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 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl span {
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.top_access p.note {
  color: #f00;
  text-align: left;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_access p.note {
    width: 100%;
  }
}

.top_map {
  padding: 80px 0;
  background: #eef0f4;
}

.top_map h2 {
  margin-bottom: 40px;
}

.top_map img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .top_map {
    padding: 10% 0;
  }
}

/*ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.campbtn,
a.campbtn,
button.campbtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 19px;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;
  content: "＼";
}

.btn-copy:after {
  margin-left: 1rem;
  content: "／";
}

a.btn--yellow {
  color: #fff;
  background-color: #809e80;
}

a.btn--yellow:hover {
  color: #fff;
  background: #607760;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #607760;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #809e80;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}

.camp {
  text-align: center;
  margin: 60px 0 134px;
}

/*バナー*/
.top_bnr {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.bnr_item,
.bnr_container {
  width: 100%;
}

.top_bnr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_bnr li {
  box-sizing: border-box;
  padding: 0 10px;
}

.top_bnr a {
  display: block;
}

.top_bnr img {
  display: block;
  width: 100%;
  height: auto;
}

/* Slick調整 */
.top_bnr .slick-track {
  display: flex;
  align-items: center;
}

.top_bnr .slick-slide {
  height: auto;
}

.top_bnr .slick-slide>div {
  height: 100%;
}

.top_bnr .slick-list {
  margin: 0 -10px;
}

/* ドット */
.top_bnr .slick-dots {
  bottom: -35px;
}

.top_bnr .slick-dots li button:before {
  font-size: 12px;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_bnr {
    width: 94%;
    max-width: 100%;
    padding: 30px 0;
  }

  .top_bnr li {
    padding: 0 5px;
  }

  .top_bnr .slick-list {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 700px) {
  .top_bnr {
    width: 100%;
  }

  .top_bnr li {
    padding: 0;
  }

  .top_bnr .slick-list {
    margin: 0;
  }
}

/*おすすめの宿泊プラン一覧*/
.top_plan_bk {
  background: #bfd1d5;
  padding: 120px 0 80px;
}

.top_plan_box_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 100px !important;
}

.top_plan ul.rental_area {
  width: 96%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto 20px;
}

@media screen and (max-width: 896px) {
  .top_plan ul.rental_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top_plan ul.rental_area>li {
  width: 100%;
}

.top_plan ul.rental_area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top_plan ul.rental_area h3.spot {
  background: #d7d7d7;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

/* ==================================================
   過ごし方 HOW TO STAY
================================================== */
.howto {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background: #fff;
}

.howto_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/* DAY
-------------------------------------------------- */
.howto_day {
  margin-bottom: 100px;
}

.howto_day_title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 35px;
}

.howto_day_title span {
  font-size: 16px;
  letter-spacing: 0.15em;
}

.howto_day_title strong {
  font-size: 42px;
  font-weight: 400;
}

/* 時間ライン
-------------------------------------------------- */
.howto_timeline_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.howto_timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: max-content;
  min-width: 100%;
  padding: 0 30px;
}

/* 横線 */
.howto_timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #222;
}

/* 時間 */
.howto_time {
  position: relative;
  width: 20%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
}

/* 丸 */
.howto_time::before {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  margin: 0 auto 18px;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease;
}

/* 時間文字 */
.howto_time span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}

/* active */
.howto_time.active::before {
  background: #222;
}

.howto_time.active span {
  font-weight: 600;
}


/* コンテンツ
-------------------------------------------------- */
.howto_contents {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  /* スクロール時に要素の頭にピタッと止める */
  padding-left: 0;
  /* JSの「- 0」オフセットと位置を完璧に合わせる */
}

.howto_contents::-webkit-scrollbar {
  display: none;
}

.howto_contents::after {
  content: "";
  display: block;
  /* 最後の要素を左端に持ってきた時に、右側に画面幅分の空きを作る */
  flex: 0 0 80%;
  width: 80%;
  min-width: 80%;
  pointer-events: none;
}

/* ドラッグ中 */
.howto_contents.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

/* 画像と文章のネイティブドラッグ・選択を無効化（🚫マーク防止） */
.howto_contents img,
.howto_contents article {
  -webkit-user-drag: none;
  /* Chrome, Safari, Edgeで画像のドラッグを禁止 */
  user-select: none;
  /* テキスト選択を禁止 */
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* アイテム */
.howto_item {
  display: block !important;
  flex: 0 0 45% !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: 45% !important;
  width: 45% !important;
  min-width: 45% !important;
  max-width: 45% !important;
  grid-column: auto !important;
  grid-row: auto !important;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  scroll-snap-align: start;
  /* 移動時の基準位置を「左端（スタート）」に固定する */
}

/* 画像 */
.howto_item .howto_item_image {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
}

.howto_item .howto_item_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキスト */
.howto_item .howto_item_text {
  display: block !important;
  width: 100% !important;
  padding: 25px 0 0;
  box-sizing: border-box;
}

.howto_item_time {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.howto_item_text h3 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 500;
}

.howto_item_text p {
  margin: 0;
  line-height: 2;
  font-size: 15px;
}

/* drag
-------------------------------------------------- */
.howto_drag {
  margin: 25px 0 0;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 896px) {
  .howto {
    padding: 70px 0;
  }

  .howto_inner {
    width: 92%;
  }

  .howto_day {
    margin-bottom: 70px;
  }

  .howto_timeline_wrap {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    /* 背景を白にして下のコンテンツが透けないようにする */
    padding: 10px 0;
  }

  .howto_time {
    width: 100px;
  }

  .howto_item_text {
    padding: 20px 6%;
  }

  .howto_item_text h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .howto {
    padding: 60px 0;
  }

  .howto_day_title {
    margin-bottom: 25px;
  }

  .howto_day_title strong {
    font-size: 32px;
  }

  /* 時間 */
  .howto_timeline_wrap {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .howto_timeline_wrap::-webkit-scrollbar {
    display: none;
  }

  .howto_timeline {
    min-width: max-content;
    padding: 0 20px;
  }

  .howto_timeline::before {
    left: 20px;
    right: 20px;
  }

  .howto_item {
    flex: 0 0 90% !important;
    flex-basis: 90% !important;
    width: 110px !important;
    min-width: 90% !important;
    max-width: 90% !important;
  }

  .howto_time span {
    font-size: 13px;
  }

  .howto_contents {
    padding-left: 15px;
  }

  /* コンテンツ */
  .howto_item {
    flex: 0 0 85%;
    padding-right: 15px;
  }

  .howto_item_image {
    aspect-ratio: 1.4 / 1;
  }

  .howto_item_text {
    padding-top: 20px;
  }

  .howto_item_text h3 {
    font-size: 21px;
  }

  .howto_item_text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .howto_drag {
    margin-top: 20px;
  }
}

/* バナースライド　Slick初期化前の縦崩れを防ぐ */
.multiple-item2:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.multiple-item2:not(.slick-initialized)>div:not(:first-child) {
  display: none;
}