@charset "UTF-8";


.img_wrapper.ticket {
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .img_wrapper.ticket .icn_ticket {
    display: none;
  }
}
.img_wrapper.ticket .icn_ticket img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
#mv {
  position: relative;
}

@media screen and (max-width: 959.98px) {
  #mv {
    height: calc(100vh - 12rem);
  }
}
.mv-swiper {
  height: 100%;
}

.mv_block {
  height: 100%;
}

.mv_inner {
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .mv_inner {
    height: 100%;
  }
}
.mv_inner .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-controller-wrapper {
  position: absolute;
  bottom: 6rem;
  left: 7rem;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 3.4rem;
  z-index: 100;
}

@media screen and (max-width: 959.98px) {
  .mv-controller-wrapper {
    bottom: 5.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100vw - 4rem);
  }
}
.mv-swiper-pagination {
  position: static;
}

.mv-swiper-prev,
.mv-swiper-next {
  width: 2rem;
  height: 2rem;
  position: absolute;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-prev,
.mv-swiper-next {
    position: relative;
    width: 5rem;
    height: 5rem;
  }
}
.mv-swiper-prev::before,
.mv-swiper-next::before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 67%;
  transform: translateY(-50%) scale(0.9);
  opacity: 0;
  border-color: #fff;
  transition: 0.3s transform, 0.3s opacity;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-prev::before,
.mv-swiper-next::before {
    display: none;
  }
}
.mv-swiper-prev::after,
.mv-swiper-next::after {
  border-color: #fff;
  width: 0.6rem;
  height: 0.6rem;
  top: 67%;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-prev::after,
.mv-swiper-next::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
  }
}
.mv-swiper-prev {
  left: 0;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-prev {
    right: 2rem;
    left: auto;
  }
}
@media (any-hover: hover) {
  .mv-swiper-prev:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: transparent;
    border-color: #fff;
  }
}
.mv-swiper-prev::after {
  left: 0.8rem;
  transform: translateY(-50%) rotate(225deg) scale(0.9);
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-prev::after {
    left: auto;
  }
}
.mv-swiper-next {
  right: 0;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-next {
    right: auto;
    left: 2rem;
  }
}
@media (any-hover: hover) {
  .mv-swiper-next:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: transparent;
    border-color: #fff;
  }
}
.mv-swiper-next::after {
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-next::after {
    left: 0;
    right: 0;
  }
}
.mv_txt_wrapper {
  position: absolute;
  bottom: 9.3rem;
  right: 10rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .mv_txt_wrapper {
    width: calc(100vw - 12.6rem);
    right: 6.3rem;
    bottom: 23.3rem;
  }
}
.mv_ttl {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.125;
}

@media screen and (max-width: 959.98px) {
  .mv_ttl {
    font-size: 8rem;
    text-align: right;
  }
}
.mv_link {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  width: fit-content;
  margin-left: auto;
  position: relative;
  padding-right: 3.5rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 2rem;
}

@media (any-hover: hover) {
  .mv_link:hover,
.mv_link:focus {
    font-weight: 600;
  }
  .mv_link:hover::before,
.mv_link:focus::before {
    transform: translateY(-50%) scale(1.1);
  }
}
@media screen and (max-width: 959.98px) {
  .mv_link {
    margin-top: 3.5rem;
    font-size: 3rem;
    padding-right: 7rem;
    text-align: right;
  }
}
.mv_link::before,
.mv_link::after {
  content: "";
  position: absolute;
  top: 50%;
}

.mv_link::before {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #fff;
  border-radius: 100px;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s transform;
}

@media screen and (max-width: 959.98px) {
  .mv_link::before {
    width: 5rem;
    height: 5rem;
  }
}
.mv_link::after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 1rem;
}

@media screen and (max-width: 959.98px) {
  .mv_link::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 2.1rem;
  }
}
.mv-swiper-pagination {
  font-family: "Inter", sans-serif;
  height: auto !important;
  background-color: transparent;
  color: #fff;
  font-size: 1.3rem;
  align-items: center;
  gap: 0 1.8rem;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-pagination {
    font-size: 2.4rem;
    gap: 0 3.2rem;
    width: 50%;
    margin: 0 auto;
    overflow: auto;
  }
}
.mv-swiper-pagination .pagination-item {
  cursor: pointer;
  transition: 0.3s font-size;
  position: relative;
  padding-left: 0.8em;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-pagination .pagination-item {
    padding: 1.2rem 2rem;
    border-radius: 1rem;
  }
}
.mv-swiper-pagination .pagination-item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 100px;
  left: 0;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-pagination .pagination-item::before {
    display: none;
  }
}
.mv-swiper-pagination .pagination-item.active {
  font-weight: 600;
  font-size: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .mv-swiper-pagination .pagination-item.active {
    font-size: 2.8rem;
    background-color: #0066bf;
  }
}
.mv-swiper-pagination .pagination-item.active::before {
  width: 0.7rem;
  height: 0.7rem;
  top: 0.6em;
}

.text-swiper {
  width: 35rem;
  padding-top: 0.2rem;
}

.win .text-swiper {
  padding-top: 0.4rem;
}

@media screen and (max-width: 959.98px) {
  .text-swiper {
    width: 46rem;
  }
}
.text-swiper .swiper-wrapper {
  align-items: center;
}

.text-swiper .swiper-wrapper p {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  width: fit-content;
  position: relative;
  padding-left: 0.5em;
}

@media screen and (max-width: 959.98px) {
  .text-swiper .swiper-wrapper p {
    font-size: 2.4rem;
  }
}
.text-swiper .swiper-wrapper p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 959.98px) {
  .text-swiper .swiper-wrapper p::before {
    display: none;
  }
}
.text-swiper .swiper-slide {
  width: fit-content;
  text-align: center;
}

.text-swiper .swiper-slide-active p {
  font-weight: bold;
  padding-left: 1em;
}

@media screen and (max-width: 959.98px) {
  .text-swiper .swiper-slide-active p {
    background-color: #0066bf;
    border-radius: 1rem;
    padding: 1rem 2rem;
  }
}
.text-swiper .swiper-slide-active p::before {
  width: 0.7rem;
  height: 0.7rem;
}

/* ----------------------------------------------------------------------------------------------------
*	#trafficinfo
* --------------------------------------------------------------------------------------------------*/
#trafficinfo {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

#trafficinfo .txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
#trafficinfo .txt_btn_wrapper {
  display: flex;
  gap: 0 4rem;
  margin: 4rem auto 0;
  max-width: 97.4rem;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .txt_btn_wrapper {
    margin-top: 5rem;
    display: block;
    max-width: inherit;
  }
}
#trafficinfo .btn_wrapper {
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .btn_wrapper {
    margin: 5rem auto 0;
  }
}
#trafficinfo .btn[target=_blank] {
  display: flex;
  align-items: center;
}

@media (any-hover: hover) {
  #trafficinfo .btn[target=_blank]:hover .icn {
    fill: #002952;
  }
}
#trafficinfo .btn[target=_blank] .icn {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  margin-left: 0.6rem;
  display: inline-block;
  fill: #fff;
  transition: 0.3s fill;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .btn[target=_blank] .icn {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.2rem;
  }
}
.win #trafficinfo .btn[target=_blank] .icn {
  position: relative;
  top: -0.1rem;
}

#trafficinfo .block_title {
  display: none;
}

#trafficinfo .block_state {
  margin-top: 4rem;
  background-color: #ebf2f7;
  border-radius: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .block_state {
    margin-top: 5rem;
  }
}
#trafficinfo .list_area ul {
  display: flex;
  padding: 1rem 5rem;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .list_area ul {
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
}
#trafficinfo .list_area ul li {
  flex-grow: 1;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .list_area ul li {
    width: 50%;
  }
}
#trafficinfo .list_area ul li .md {
  display: none;
}

#trafficinfo .list_area ul li:last-of-type::after {
  display: none;
}

#trafficinfo .list_area ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  background-color: #000;
  height: 2rem;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .list_area ul li::after {
    display: none;
  }
}
#trafficinfo .list_area ul .trans {
  padding: 1rem 0;
  border-bottom: none;
  min-width: inherit;
}

#trafficinfo .out_service {
  display: none;
}

#trafficinfo .txt_wrapper {
  width: fit-content;
  margin: 4rem auto 0;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .txt_wrapper {
    margin-top: 5rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
*	Recommendation Destinations
* --------------------------------------------------------------------------------------------------*/
#rd {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #rd {
    padding-top: 4rem;
    padding-bottom: 13rem;
  }
}
#rd .ttl_wrapper {
  width: calc(50% - 1.5rem);
  display: grid;
  place-content: center;
}

@media screen and (max-width: 959.98px) {
  #rd .ttl_wrapper {
    width: auto;
    margin-bottom: 5rem;
  }
}
#rd .section_ttl {
  text-align: center;
}

#rd .btn_wrapper {
  margin: 4rem 0 0 auto;
}

@media screen and (max-width: 959.98px) {
  #rd .btn_wrapper {
    margin: 5rem auto 0;
  }
}
.rd_content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 959.98px) {
  .rd_content {
    display: block;
  }
}
@media screen and (max-width: 959.98px) {
  .rd_box {
    height: 39.7rem;
  }
  .rd_box + .rd_box {
    margin-top: 4rem;
  }
}
.rd_box.size-50 {
  width: calc(50% - 1.5rem);
}

@media screen and (max-width: 959.98px) {
  .rd_box.size-50 {
    width: 100%;
  }
}
.rd_box.size-33 {
  width: calc(32.9% - 1.5rem);
}

@media screen and (max-width: 959.98px) {
  .rd_box.size-33 {
    width: 100%;
  }
}
.rd_box.size-40 {
  width: calc(43% - 1.5rem);
}

@media screen and (max-width: 959.98px) {
  .rd_box.size-40 {
    width: 100%;
  }
}
.rd_box.size-60 {
  width: calc(57% - 1.5rem);
}

@media screen and (max-width: 959.98px) {
  .rd_box.size-60 {
    width: 100%;
  }
}
.rd_box a,
.rd_inner {
  height: 100%;
  overflow: hidden;
}

.rd_box a .img_wrapper,
.rd_inner .img_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}

.rd_box a img,
.rd_inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s transform;
}

.rd_inner {
  position: relative;
}

.rd_inner .img_wrapper {
  overflow: hidden;
  border-radius: 1.6rem;
}

.rd_inner .ttl {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  bottom: 3.2rem;
  left: 3.6rem;
  width: calc(100% - 7.2rem);
  line-height: 1.4;
  line-break: strict;
}

@media screen and (max-width: 959.98px) {
  .rd_inner .ttl {
    font-size: 4.2rem;
  }
}
@media (any-hover: hover) {
  .rd_box a:hover .img_wrapper > img,
.rd_box a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
}
/* ----------------------------------------------------------------------------------------------------
*	Tickets & Passes
* --------------------------------------------------------------------------------------------------*/
#tap {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #tap {
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
#tap .ttl_wrapper {
  max-width: 30.6rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  #tap .ttl_wrapper {
    max-width: inherit;
    padding-bottom: 5rem;
  }
}
.tap_content {
  display: flex;
  gap: 0 9rem;
}

@media screen and (max-width: 959.98px) {
  .tap_content {
    display: block;
  }
}
.tap_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}

@media screen and (max-width: 959.98px) {
  .tap_list {
    display: block;
  }
}
.tap_list .card_item {
  width: 38.7rem;
}

@media screen and (max-width: 959.98px) {
  .tap_list .card_item {
    width: auto;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	card slide
* --------------------------------------------------------------------------------------------------*/
#card-slide {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 959.98px) {
  #card-slide {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
#card-slide .btn_wrapper {
  margin: -4.7rem 0 0 auto;
}

@media screen and (max-width: 959.98px) {
  #card-slide .btn_wrapper {
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 959.98px) {
  #card-slide .card_item a .img_wrapper::before,
#card-slide .card_item a .img_wrapper::after {
    display: none;
  }
}
.card-slider {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .card-slider .swiper {
    margin-right: calc(50% - 50vw);
  }
}
.card-swiper-btn-wrapper {
  position: relative;
}

.card-swiper-pagination {
  margin-top: 5rem;
}

@media screen and (max-width: 959.98px) {
  .card-swiper-pagination {
    margin-top: 4rem;
  }
}
.card-swiper-btn-wrapper {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 959.98px) {
  .card-swiper-btn-wrapper {
    margin-top: 4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	banner
* --------------------------------------------------------------------------------------------------*/
.banner {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.banner .section_ttl {
  text-align: center;
}

@media screen and (max-width: 959.98px) {
  .banner .section_ttl {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.banner .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}

@media screen and (max-width: 959.98px) {
  .banner .swiper-slide {
    transform: scale(1);
  }
}
.banner .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.banner-swiper {
  margin-top: 5rem;
}

@media (any-hover: hover) {
  .banner-swiper .swiper-slide-active .swiper-content a:hover .img_wrapper > img,
.banner-swiper .swiper-slide-active .swiper-content a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .banner-swiper .swiper-slide-active .swiper-content a:hover .img_wrapper::before,
.banner-swiper .swiper-slide-active .swiper-content a:focus .img_wrapper::before {
    background-color: #d6e0ea;
    transform: scale(0.9);
    border-color: transparent;
  }
  .banner-swiper .swiper-slide-active .swiper-content a:hover .sticker,
.banner-swiper .swiper-slide-active .swiper-content a:focus .sticker {
    background-color: #d6e0ea;
  }
}
.banner-swiper .swiper-content a {
  text-decoration: none;
}

.banner-swiper .swiper-content .img_wrapper {
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 633/300;
}

.banner-swiper .swiper-content .img_wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform;
}

.banner-swiper .swiper-content .sticker {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  background-color: #fff;
  border-radius: 1rem;
  left: 2rem;
  bottom: 2rem;
  border: 1px solid #002952;
  color: #002952;
  font-size: 1.6rem;
  min-height: 5.6rem;
  padding: 1.8rem 2.6rem;
  border-radius: 1rem;
  transition: 0.3s background-color;
}

.win .banner-swiper .swiper-content .sticker,
.gecko .banner-swiper .swiper-content .sticker {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper .swiper-content .sticker {
    position: static;
    font-size: 3.2rem;
    margin-top: 5rem;
    max-width: 31.6rem;
    padding: 1.8rem 3.2rem;
  }
}
.banner-swiper .swiper-content .sticker .icn {
  width: 1.6rem;
  height: 1.6rem;
  fill: #000;
  margin-right: 0.6rem;
}

.win .banner-swiper .swiper-content .sticker .icn,
.gecko .banner-swiper .swiper-content .sticker .icn {
  position: relative;
  top: -0.15rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper .swiper-content .sticker .icn {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
  }
}
.banner_content {
  position: relative;
}

.banner-swiper-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
  margin: 4rem auto 0;
  width: 21rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-btn-wrapper {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 10;
    padding: 2rem 6.4rem 1.5rem 0;
    gap: 0 1rem;
  }
}
.win .banner-swiper-btn-wrapper .banner-swiper-pagination {
  margin-top: 0.5rem;
}

.banner-swiper-prev,
.banner-swiper-next,
.banner-swiper-pagination {
  position: static !important;
  width: fit-content !important;
  height: auto;
  background-color: transparent;
}

.banner-swiper-prev::after {
  top: 1.53rem;
  left: 0.2rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-prev::after {
    top: 45.3%;
    transform: translateX(-50%) rotate(225deg);
    left: 3.7rem;
  }
}
.banner-swiper-next::after {
  top: 1.53rem;
  right: 0.1rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-next::after {
    top: 45.3%;
    right: 8.1rem;
    transform: translateX(-50%) rotate(45deg);
  }
}
.banner-swiper-pagination {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-pagination {
    font-size: 2.4rem;
  }
}
.banner-swiper-pagination .swiper-pagination-current {
  padding-right: 1em;
  min-width: 2em;
  display: inline-block;
}

.banner-swiper-pagination .swiper-pagination-total {
  color: #b0c5d5;
  padding-left: 1em;
  min-width: 2em;
  display: inline-block;
}

.btn_wrapper {
  width: fit-content;
}

/* ----------------------------------------------------------------------------------------------------
*	accommodation
* --------------------------------------------------------------------------------------------------*/
#accommodation {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 959.98px) {
  #accommodation {
    padding-bottom: 10rem;
  }
}
#accommodation .heading_txt {
  max-width: 68.8rem;
  margin: 4rem auto 0;
}

#accommodation .swiper-slide {
  opacity: 0.5;
}

@media screen and (max-width: 959.98px) {
  #accommodation .swiper-slide {
    opacity: 1;
  }
}
#accommodation .swiper-slide-prev,
#accommodation .swiper-slide-active,
#accommodation .swiper-slide-next {
  opacity: 1;
}

#accommodation .btn_wrapper {
  margin: -5.5rem 0 0 auto;
}

@media screen and (max-width: 959.98px) {
  #accommodation .btn_wrapper {
    margin: 5rem auto 0;
  }
}
.accommodation_slider {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .accommodation_slider {
    margin-top: 5rem;
  }
}
.accommodation-swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 959.98px) {
  .accommodation-swiper {
    margin-left: 0;
  }
}
.accommodation_content a {
  text-decoration: none;
  color: currentColor;
}

@media (any-hover: hover) {
  .accommodation_content a:hover .img_wrapper > img,
.accommodation_content a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
}
.accommodation_name {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #002952;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 959.98px) {
  .accommodation_name {
    text-align: left;
    font-size: 4rem;
  }
}
.accommodation_inner .img_wrapper {
  aspect-ratio: 380/257;
  border-radius: 1.6rem;
  overflow: hidden;
}

.accommodation_inner .img_wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform;
}

.accommodation_inner .logo {
  width: 21.2rem;
  height: 9.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.8rem;
  border-radius: 1.6rem;
  border: 1px solid #9aa9ba;
  margin: -4.95rem auto 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 959.98px) {
  .accommodation_inner .logo {
    width: 25.2rem;
    height: 11.8rem;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }
}
.accommodation_inner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accommodation_body {
  padding-top: 3rem;
}

.accommodation_body .place {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin: 1rem auto 0;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .accommodation_body .place {
    font-size: 2.6rem;
    margin: 2rem 0 0;
  }
}
.accommodation_body .place .icn-mappin {
  position: relative;
  top: 0.2em;
  width: 1.2rem;
  fill: #43546a;
  margin-right: 1rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .accommodation_body .place .icn-mappin {
    width: 1.7rem;
    top: 0.3em;
  }
}
.accommodation-swiper-pagination {
  margin: 5rem auto 0;
}

.accommodation-swiper-btn-wrapper {
  margin-top: 3.8rem;
}

/* ----------------------------------------------------------------------------------------------------
*	Special Offers
* --------------------------------------------------------------------------------------------------*/
#so {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #so {
    padding-top: 6rem;
    padding-bottom: 13rem;
  }
}
#so .btn_wrapper {
  margin: 4rem auto 0;
}

@media screen and (max-width: 959.98px) {
  #so .btn_wrapper {
    max-width: 39.4rem;
    margin-top: 5rem;
  }
}
.heading_txt {
  max-width: 68.8rem;
  margin: 4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  .heading_txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.so_list {
  /* gap: min(3.3333333333%, 4rem); */
  width: 88rem;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7rem 4rem;
}

@media screen and (max-width: 959.98px) {
  .so_list {
    width: 100%;
    gap: 4.2rem;
    justify-content: flex-start;
  }
}
.so_item {
  width: 26.4rem;
}

@media screen and (max-width: 959.98px) {
  .so_item {
    width: 29rem;
  }
}
.so_item a {
  text-decoration: none;
  color: #002952;
}

@media (any-hover: hover) {
  .so_item a:hover .img_wrapper > img,
.so_item a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .so_item a:hover .img_wrapper::before,
.so_item a:focus .img_wrapper::before {
    background-color: #d6e0ea;
    transform: scale(0.9);
    border-color: transparent;
  }
  .so_item a:hover .ttl,
.so_item a:focus .ttl {
    color: #0066bf;
  }
}
.so_inner .img_wrapper {
  aspect-ratio: 270/310;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959.98px) {
  .so_inner .img_wrapper {
    aspect-ratio: 290/240;
  }
}
.so_inner .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform;
}

.so_inner .ttl {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #002952;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .so_inner .ttl {
    text-align: left;
    font-size: 4rem;
    line-height: 1.3;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	Things to do
* --------------------------------------------------------------------------------------------------*/
#ttd .heading_txt {
  max-width: 30.6rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 959.98px) {
  #ttd .heading_txt {
    max-width: inherit;
  }
}
#ttd .btn_wrapper {
  margin: 4.8rem 0 0 auto;
}

@media screen and (max-width: 959.98px) {
  #ttd .btn_wrapper {
    margin: 5rem auto 0;
  }
}
.ttd_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 959.98px) {
  .ttd_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5rem 4rem;
  }
}
@media screen and (max-width: 959.98px) {
  .ttd_block {
    width: 29rem;
  }
  .ttd_block.sp-wide {
    width: 100%;
  }
  .ttd_block.sp-wide .img_wrapper {
    width: 100%;
  }
}
.ttd_block a {
  text-decoration: none;
}

@media (any-hover: hover) {
  .ttd_block a:hover .img_wrapper > img,
.ttd_block a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
}
.ttd_inner {
  position: relative;
}

.ttd_inner .img_wrapper {
  height: 33rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .ttd_inner .img_wrapper {
    height: 24.9rem;
  }
}
.ttd_inner .img_wrapper img {
  transition: 0.3s transform;
}

.ttd_body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 8rem 1rem 1rem;
  text-align: center;
}

@media screen and (max-width: 959.98px) {
  .ttd_body {
    position: static;
    text-align: left;
    padding: 2rem 0 0;
  }
}
.ttd_body .icn {
  display: inline-block;
  width: 11.6rem;
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 959.98px) {
  .ttd_body .icn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6.7rem;
    z-index: 10;
  }
}
.ttd_body .ttl {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.3333333333;
}

@media screen and (max-width: 959.98px) {
  .ttd_body .ttl {
    font-size: 3.6rem;
    color: #002952;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	Useful information before you travel
* --------------------------------------------------------------------------------------------------*/
#uibyt .heading_txt {
  text-align: center;
  max-width: 43.2rem;
}

@media screen and (max-width: 959.98px) {
  #uibyt .heading_txt {
    max-width: inherit;
    text-align: left;
  }
}
#uibyt .btn_wrapper {
  margin: 4rem auto 0;
  width: fit-content;
}

.uibyt_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 8rem 6rem;
}

@media screen and (max-width: 959.98px) {
  .uibyt_content {
    display: block;
  }
}
.uibyt_content .ttl_wrapper {
  grid-row: 1/2;
  grid-column: 2/3;
}

@media screen and (max-width: 959.98px) {
  .uibyt_content .ttl_wrapper {
    padding-bottom: 5rem;
  }
}
.uibyt_content .uibyt_large {
  grid-row: 1/2;
  grid-column: 1/2;
}

.uibyt_content .uibyt_large .uibyt_body {
  padding-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  .uibyt_content .uibyt_large .uibyt_body {
    padding-top: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .uibyt_block {
    border-top: 1px solid #002952;
    padding-top: 4rem;
  }
  .uibyt_block + .uibyt_block {
    margin-top: 4rem;
  }
}
.uibyt_block a {
  text-decoration: none;
  color: currentColor;
}

@media (any-hover: hover) {
  .uibyt_block a:hover .img_wrapper > img,
.uibyt_block a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .uibyt_block a:hover .uibyt_body .ttl,
.uibyt_block a:focus .uibyt_body .ttl {
    color: #0066bf;
  }
  .uibyt_block a:hover .btn_arrow,
.uibyt_block a:focus .btn_arrow {
    color: #0066bf;
  }
  .uibyt_block a:hover .btn_arrow::before,
.uibyt_block a:focus .btn_arrow::before {
    transform: translateY(-50%) scale(0.9);
    background-color: #d6e0ea;
    border-color: transparent;
  }
}
@media screen and (max-width: 959.98px) {
  .uibyt_block a .img_wrapper {
    position: relative;
  }
  .uibyt_block a .img_wrapper::before {
    content: "";
    position: absolute;
    border: 1px solid #b0c5d5;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9;
    width: 4.8rem;
    height: 4.8rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
  .uibyt_block a .img_wrapper::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #002952;
    border-right: 2px solid #002952;
    z-index: 10;
    transform: rotate(45deg);
    border-width: 1px;
    right: 3.9rem;
    bottom: 3.5rem;
  }
}
@media screen and (max-width: 959.98px) {
  .uibyt_inner {
    display: flex;
    align-items: flex-start;
    gap: 0 3.2rem;
  }
}
.uibyt_inner .img_wrapper {
  margin: 0;
  aspect-ratio: 580/328;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .uibyt_inner .img_wrapper {
    width: 30.8rem;
    aspect-ratio: 308/205;
    flex-shrink: 0;
  }
}
.uibyt_inner .img_wrapper img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uibyt_body .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin-bottom: 2rem;
  color: #002952;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .uibyt_body .ttl {
    font-size: 4rem;
    line-height: 1.3;
  }
}
.uibyt_body .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .uibyt_body .txt {
    font-size: 2.6rem;
    line-height: 1.6153846154;
  }
}
.uibyt_body .btn_arrow {
  margin-top: 2rem;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .uibyt_body .btn_arrow {
    display: none;
  }
}
.uibyt_middle .uibyt_inner {
  display: flex;
  gap: 0 2.3rem;
  align-items: flex-start;
}

@media screen and (max-width: 959.98px) {
  .uibyt_middle .uibyt_inner {
    gap: 0 3.2rem;
  }
}
.uibyt_middle .uibyt_inner .img_wrapper {
  width: 28.3rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .uibyt_middle .uibyt_inner .img_wrapper {
    width: 30.8rem;
    aspect-ratio: 308/205;
    flex-shrink: 0;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	instagram
* --------------------------------------------------------------------------------------------------*/
#instagram {
  padding-top: 8rem;
}

@media screen and (max-width: 959.98px) {
  #instagram {
    padding-top: 12rem;
  }
}
#instagram .ttl_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959.98px) {
  #instagram .ttl_wrapper {
    display: block;
    margin-bottom: 5rem;
  }
}
#instagram .section_ttl {
  text-align: left;
}

@media screen and (max-width: 959.98px) {
  #instagram .section_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 959.98px) {
  #instagram .btn_wrapper {
    margin: 5rem auto 0;
  }
}
.destinations {
  padding-top: 12rem;
}

@media screen and (max-width: 959.98px) {
  .destinations {
    padding-top: 13rem;
    padding-bottom: 9rem;
  }
}
.destinations_content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 38.4rem 71.4rem;
  grid-template-rows: auto 1fr;
  gap: 0px 10.2rem;
  grid-template-areas: "ttl-txt map" "slider map";
}

@media screen and (max-width: 959.98px) {
  .destinations_content {
    display: block;
  }
}
.destinations_content .ttl_tet_wrapper {
  grid-area: ttl-txt;
}

.destinations_content .swpier-content {
  grid-area: slider;
  margin-top: 5rem;
}

.destinations_content .swiper-slide {
  background-color: #fff;
  height: auto !important;
}

.area-slide_body {
  padding-top: 4rem;
}

.area-slide_body .area_name {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_name {
    font-size: 5.2rem;
  }
}
.area-slide_body .area_list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 2.8rem;
  gap: 0.5rem 0;
}

.area-slide_body .area_item {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-right: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_item {
    font-size: 3rem;
  }
}
.area-slide_body .area_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #a3a3a3;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_item:not(:last-of-type)::after {
    height: 2.2rem;
  }
}
.area-slide_body .area_item a {
  text-decoration: none;
  color: #002952;
  transition: 0.3s color;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

@media (any-hover: hover) {
  .area-slide_body .area_item a:hover {
    color: #0066bf;
  }
}
.area-slide_body .txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .txt {
    font-size: 3rem;
  }
}
.area-swiper-btn-wrapper {
  position: absolute;
  top: 30.7rem;
  right: 0.1rem;
}

@media screen and (max-width: 959.98px) {
  .area-swiper-btn-wrapper {
    top: 47.7rem;
    right: 0.5rem;
  }
}
.area-swiper-pagination {
  margin-top: 4rem;
}

.map {
  grid-area: map;
}

@media screen and (max-width: 959.98px) {
  .map {
    margin-top: 5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.banner-swiper-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
  margin: 4rem auto 0;
  width: 21rem;
}
@media screen and (max-width: 959.98px) {
  .banner-swiper-btn-wrapper {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    z-index: 10;
    padding: 2rem 6.4rem 1.5rem 0;
    gap: 0 1rem;
    left: auto;
  }
}
.win .banner-swiper-btn-wrapper .banner-swiper-pagination {
  margin-top: 0.5rem;
}

.banner-swiper-prev,
.banner-swiper-next,
.banner-swiper-pagination {
  position: static !important;
  width: fit-content !important;
  height: auto;
  background-color: transparent;
}

.banner-swiper-prev::after {
  top: 1.53rem;
  left: 0.2rem;
}
@media screen and (max-width: 959.98px) {
  .banner-swiper-prev::after {
    top: 45.3%;
    transform: translateX(-50%) rotate(225deg);
    left: 3.7rem;
  }
}

.banner-swiper-next::after {
  top: 1.53rem;
  right: 0.1rem;
}
@media screen and (max-width: 959.98px) {
  .banner-swiper-next::after {
    top: 45.3%;
    right: 8.1rem;
    transform: translateX(-50%) rotate(45deg);
  }
}

.section_ttl {
  font-size: 4.6rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2608695652;
  font-weight: 600;
  text-align: center;
  color: #002952;
}
@media screen and (max-width: 959.98px) {
  .section_ttl {
    font-size: 6.4rem;
  }
}
.section_ttl .icn {
  display: block;
  margin: 0 auto 1.2rem;
  width: 6rem;
}
@media screen and (max-width: 959.98px) {
  .section_ttl .icn {
    width: 8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .section_ttl .icn {
    width: 9rem;
  }
}
.section_ttl .icn img {
  max-width: inherit;
  width: 100%;
}

@media screen and (max-width: 959.98px) {
  .content_inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.es-footer .es-footer-btn {
  background-color: #0066bf;
}
