/* TOPページ */

.top_slid {
  position: relative;
}

.top_mv h2 {
  color: #fff;
  font-weight: 800;
  position: absolute;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: min(6vw, 80px);
  line-height: 1.3;
  text-shadow: 0px 2px 10px rgba(53, 107, 142, 0.49);
  text-align: left;
  letter-spacing: 0.08em;
  margin: auto 0;
  inset: 0 auto 0 8%;
  width: fit-content;
  height: fit-content;
  z-index: 1;
  bottom: -240px;
  left: 15px;
}

.top_mv h2 img {
  display: block;
  width: 75%;
  background-color: rgba(266, 266, 266, 0.5);
  padding: 50px;
  border-radius: 20px;
}

.top_mv h2 .sbttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  display: block;
  letter-spacing: 0.1em;
  font-size: 26px;
}

@media screen and (max-width: 896px) {
  .top_mv h2 {
    font-size: 24px;
    /* left: 15px; */
    /* bottom: -380px; */
    bottom: -250px;
  }

  .top_mv h2 img {
    width: 50%;
    padding: 25px;
  }

  .top_mv h2 span {
    font-size: 4rem;
  }

  .top_mv h2 .sbttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width:896px) {
  .top_slid {
    padding-top: 0;
  }
}

p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
  color: #fff;
}

p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

@media screen and (max-width:896px) {
  p.color_p {
    text-align: 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 {
    padding: 0;
  }
}

/* .top_news h2 {
  border-right: 1px solid #6A5FA0;
  width: 165px;
  display: flex;
  align-items: center;
} */

/* @media screen and (max-width:896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #6A5FA0;
    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 span.cate {
  color: #fff;
  background: #79B38C;
  padding: 4px 10px;
  margin-right: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width:896px) {
  .top_news span.date {
    padding: 0;
  }

  .top_news span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}

.top_news span.cate a {
  color: #fff;
}

.news_wrap {
  width: 100%;
  margin: 0 auto;
}

.news_list {
  width: calc(100% - 140px);
  margin: 0 auto;
}

/* @media screen and (max-width: 896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #6a5fa0;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
} */

/* .top_news ul li {
  padding: 15px 0;
  border-bottom: 1px solid var(--heading-dark);
} */

/* @media screen and (max-width: 896px) {
  .top_news ul li {
    padding: 1% 0;
    line-height: 3;
  }

  .news_list {
    width: 100%;
  }
} */

.top_news .swiper-slide span.date {
  vertical-align: middle;
}

/* .top_news ul li span.cate {
  color: #fff;
  background: var(--back-dark-color);
  padding: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
} */

/* @media screen and (max-width: 896px) {
  .top_news ul li span.cate {
    padding: 5px 10px;
  }

  .top_news ul li span.date {
    padding: 0;
    margin: 0;
  }
} */

/* .top_news ul li span.cate a {
  color: #fff;
} */

.top_news .newsswiper {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.top_news .news_swipe_img {
  width: 100%;
  height: 280px;
}

.top_news .news_swipe_img img {
  width: 100%;
  height: 280px;
  display: inline;
  object-fit: cover;
}

.top_news .news_swipe_note {
  background-color: #fff;
  padding: 15px 10px;
}

.top_news .newsswiper .swiper-button-next,
.top_news .newsswiper .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;
}

.top_news .newsswiper .swiper-button-next:after,
.top_news .newsswiper .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}

@media only screen and (max-width: 768px) {
  .top_news .news_swipe_img {
    width: 100%;
    height: 200px;
  }

  .top_news .news_swipe_img img {
    width: 100%;
    height: 200px;
    display: inline;
    object-fit: cover;
  }

  .top_news .newsswiper .swiper-button-next,
  .top_news .newsswiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .top_news .newsswiper .swiper-button-next:after,
  .top_news .newsswiper .swiper-button-prev:after {
    font-size: 12px;
  }
}

/* 
.news_swipe_note span.cate {
  color: #fff;
  background: var(--back-dark-color);
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
} */

.top_location {
  margin-top: 150px;
  display: flex;
  gap: 5%;
}

.top_location_img {
  flex-shrink: 0;
  width: 52%;
  text-align: center;
}

.top_location h2 {
  text-align: left;
}

.top_location_txt {
  padding-right: 6%;
  width: 48%;
  position: relative;
  z-index: 0;
}

.top_location_txt:after {
  content: "";
  background-color: #fffbe7;
  width: 30.31vw;
  height: 21.67vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top_location_txt .txt--en {
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .top_location {
    margin-top: 70px;
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }

  .top_location_img {
    width: 100%;
  }

  .top_location h2 {
    text-align: center;
  }

  .top_location_txt {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
  }

  .top_location_txt:after {
    top: 245px;
    right: -15px;
    width: 65vw;
    height: auto;
  }

  .top_location_txt .txt--en img {
    width: 322px;
  }
}

/* ===================================================
EXPREIENCE共通
=================================================== */
.top_experience_section {
  margin-top: 130px;
}

.top_experience_section--lead {
  display: flex;
  align-items: flex-start;
}

.top_experience_section--lead .img {
  text-align: center;
  width: 57.67%;
}

.top_experience_section--lead .sli_img {
  text-align: center;
  width: 54.67%;
}

.top_experience_section--lead .txt {
  margin-left: -75px;
  width: calc(100% - 57.67% + 75px);
  min-width: 500px;
  position: relative;
}

.top_experience_section--lead .sli_txt {
  margin-left: -75px;
  width: calc(100% - 54.67%);
  min-width: 500px;
  position: relative;
}

.top_experience_section--lead .sli_txt h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-align: left;
}

.top_experience_section--lead .txt_inner {
  background-color: #fff;
  position: relative;
  padding: 68px 65px;
  z-index: 1;
}

.top_experience_section--lead .txt_inner:before {
  content: "";
  border: 1px solid #355F43;
  position: absolute;
  inset: 15px;
  pointer-events: none;
}

.top_experience_section--lead .txt_head {
  margin-bottom: -46px;
  position: relative;
  z-index: 2;
}

.top_experience_section--lead .txt_head span {
  display: block;
}

.top_experience_section--lead .txt_head .ja {
  font-size: 16px;
}

.top_experience_section--lead .txt_head .en {
  font-size: 90px;
  font-weight: 700;
  background: #79B38C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  height: fit-content;
  padding-bottom: 20px;
  opacity: 0.7;
}

.top_experience_section--lead .btn a {
  font-size: 15px;
}

@media screen and (max-width: 896px) {
  .top_experience_section {
    margin-top: 50px;
  }

  .top_experience_section--lead {
    flex-direction: column;
    align-items: normal;
    gap: 30px;
  }

  .top_experience_section--lead .img {
    width: 100%;
  }

  .top_experience_section--lead .txt {
    margin-left: 0;
    width: 100%;
    min-width: auto;
  }

  .top_experience_section--lead .txt_inner {
    padding: 50px 20px;
  }

  .top_experience_section--lead .txt_inner:before {
    inset: 10px;
  }

  .top_experience_section--lead .txt_head {
    margin-bottom: -38px;
  }

  .top_experience_section--lead .txt_head .ja {
    font-size: 12px;
  }

  .top_experience_section--lead .txt_head .en {
    font-size: 55px;
  }

  .top_experience_section .sbttl {
    font-size: 15px;
    line-height: 1.5;
  }

  .top_experience_section--lead .sli_txt h2 {
    font-size: 2rem;
    font-weight: 700;
  }
}

/* ===================================================
EXPERIENCEの奇数番目
=================================================== */

.top_odd--lead .txt {
  order: -1;
  margin-right: -5%;
  margin-left: 0;
}

.top_odd--lead .txt_head {
  margin-left: 20px;
}

@media screen and (max-width: 896px) {
  .top_odd--lead .txt {
    order: 0;
    margin-right: 0;
  }
}

/* ===================================================
EXPERIENCEの偶数番目
=================================================== */
.top_even h3 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

.top_even--lead .txt_head {
  margin-left: 95px;
}

@media screen and (max-width: 896px) {
  .top_even--lead .txt_head {
    margin-left: 20px;
  }

  .top_even h3 {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

/* ===================================================
Room 選べる部屋タイプ
=================================================== */
.top_room {
  margin-top: 150px;
  padding: 80px 0;
}

.top_title {
  line-height: 1.3;
}

.top_title span {
  display: block;
}

.top_title .ja {
  font-size: 16px;
}

.top_title .en {
  font-size: 60px;
  font-weight: 700;
}

.room_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0 100px;
}

.room_list_item {
  width: 45%;
  background-color: #fff;
}

.room_list_item .img img {
  width: 100%;
}

.room_list_item .txt .txt_head {
  margin: 20px 0;
  padding: 0 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

.room_list_item .txt p {
  padding: 0 15px 15px;
}

@media screen and (max-width:896px) {
  .top_title .en {
    font-size: 50px;
  }

  .top_room {
    margin-top: 50px;
    padding: 40px 0;
  }

  .room_list {
    padding: 0;
    flex-direction: column;
  }

  .room_list_item {
    width: 100%;
  }
}

/* ===================================================
how to enjoy 楽しみ方
=================================================== */
.top_pickup_list ul.post-slider {
  margin: 0px auto 60px;
}

.top_pickup h2 {
  margin-bottom: 30px;
}

.top_pickup ul {
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}

h3.top_activity_ttl {
  margin: 0 auto 10px;
  padding: 5px 20px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  width: fit-content;
}

h3.top_activity_ttl div {
  width: 70px;
  height: auto;
  margin: 0 auto;
}

h3.top_activity_ttl div img {
  width: 100%;
}

h3.top_activity_ttl .en {
  color: #79B38C;
  font-weight: 700;
  font-size: 4rem;
}

@media screen and (max-width:896px) {
  h3.top_activity_ttl div {
    width: 50px;
  }

  h3.top_activity_ttl .en {
    font-size: 3rem;
  }

}



/* ===================================================
Instagram インスタグラム
=================================================== */
.top_insta {
  margin-top: 150px;
  padding: 80px 0;
}

@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;
}

/* ===================================================
Area Info 周辺観光
=================================================== */


/* ===================================================
Access アクセス
=================================================== */

.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;
}

.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: 0 auto;
}

@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: #dcede1;
  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 #555B36;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 20px;
}

.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: 60px auto 20px;
  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;
}

/* ===================================================
フローティングバナー（追従バナー）
=================================================== */
#floating-banner {
  position: fixed;
  z-index: 99;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* PCデフォルト */
@media (min-width: 897px) {
  #floating-banner {
    top: 63%;
    right: 0px;
    transform: translateY(-50%);
  }

  .banner-box img {
    max-width: 220px;
    height: auto;
  }
}

/* SP表示 */
@media (max-width: 896px) {
  #floating-banner {
    bottom: 60px;
    right: 0px;
  }

  .banner-box img {
    max-width: 150px;
    height: auto;
  }
}

.banner-box {
  position: relative;
  display: inline-block;
}

.banner-box img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}