@charset "UTF-8";
#top main {
  max-width: 1920px;
  margin-inline: auto;
}
#top main img {
  max-width: 100%;
}
#top main a {
  text-decoration: none;
}
#top .guestRoom-cont {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  #top .guestRoom-cont {
    padding-bottom: 90px;
  }
}
#top .guestRoom-cont.space {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #top .guestRoom-cont.space {
    padding-bottom: 92px;
  }
}
#top .guestRoom-cont .tag {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #top .guestRoom-cont .tag {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  #top .guestRoom-cont .txBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #top .guestRoom-cont .txBox .tag {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  #top .guestRoom-cont .txBox .h3page-ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  #top .guestRoom-cont .txBox .link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 175px;
    margin: 0 0 0 auto;
  }
  #top .guestRoom-cont .txBox .link.global-btn {
    padding: 11px 7px;
  }
  #top .guestRoom-cont .txBox .link.global-btn .tx {
    font-size: 13px;
  }
}
#top .h1page-ttl,
#top .h4page-ttl {
  font-weight: 500;
}

.topPage-btn .global-btn {
  padding: 15px 0;
  border: 1px solid #6f6b57;
  width: 257px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .topPage-btn .global-btn {
    padding: 9px 0;
  }
}
.topPage-btn .global-btn .tx {
  font-size: 14px;
}
@media (min-width: 768px) {
  .topPage-btn .global-btn.center-pc {
    margin-inline: auto;
  }
  .topPage-btn .global-btn.right-pc {
    margin-right: auto;
  }
  .topPage-btn .global-btn.left-pc {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .topPage-btn .global-btn.center-sp {
    margin-inline: auto;
  }
  .topPage-btn .global-btn.right-sp {
    margin-right: auto;
  }
  .topPage-btn .global-btn.left-sp {
    margin-left: auto;
  }
}

.topNew-btn {
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .topNew-btn {
    padding-right: 32px;
    padding-bottom: 60px;
  }
}
.topNew-btn .global-btn {
  width: 250px;
  background: #f0f0e8;
  border: none;
}

.rooms-btn {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .rooms-btn {
    padding: 0 0 40px 32px;
  }
}
@media (max-width: 767px) {
  .rooms-btn .global-btn {
    width: 180px;
  }
}

.facilities-btn {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .facilities-btn .global-btn {
    width: 180px;
  }
}

.foods-btn {
  pointer-events: visible;
}
@media (max-width: 767px) {
  .foods-btn .global-btn {
    width: 180px;
  }
}

.activity-btn {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .activity-btn {
    padding-bottom: 40px;
  }
}
.activity-btn .global-btn {
  width: 200px;
}
@media (max-width: 767px) {
  .activity-btn .global-btn {
    width: 175px;
  }
}

@media (max-width: 767px) {
  .access-btn .global-btn {
    width: 225px;
  }
}

.bgBox-area {
  position: relative;
}
.bgBox-area .bgBox {
  position: absolute;
  z-index: 0;
}
.bgBox-area.top-cont .bgBox {
  top: 38%;
  left: 0;
  width: 720px;
  height: 450px;
  background: #f0f0e8;
}
.bgBox-area.top-cont .sec {
  position: relative;
  z-index: 1;
}
.bgBox-area.conBg-cont {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .bgBox-area.conBg-cont {
    padding-top: 40px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f0f0e8),
      color-stop(70%, #f0f0e8),
      color-stop(70%, #fff),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      top,
      #f0f0e8 0%,
      #f0f0e8 70%,
      #fff 70%,
      #fff 100%
    );
    background: linear-gradient(180deg, #f0f0e8 0%, #f0f0e8 70%, #fff 70%, #fff 100%);
  }
}
.bgBox-area.conBg-cont .bgBox {
  background: #f0f0e8;
  width: 477px;
  height: 305px;
  bottom: 0;
  right: 0;
}
.bgBox-area.foods-cont .bgBox {
  width: 800px;
  height: 370px;
  background: #f0f0e8;
  z-index: 0;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .bgBox-area.foods-cont .bgBox {
    top: 45%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bgBox-area.foods-cont .bgBox {
    width: 340px;
    height: 460px;
    top: 64%;
  }
}

.topMainVisual {
  position: relative;
  z-index: 1;
  margin: 80px 0 70px;
  width: 100%;
  max-width: 1920px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .topMainVisual {
    margin: 65px 0 43px;
  }
}
@media (min-width: 768px) {
  .topMainVisual .box {
    padding-left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.topMainVisual .lead {
  width: calc(24.7% - 32px);
}
@media (max-width: 767px) {
  .topMainVisual .lead {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .topMainVisual .lead-main {
    padding-left: 30px;
  }
}
.topMainVisual .mvSwiper {
  width: 73%;
  max-width: 1378px;
}
@media (max-width: 767px) {
  .topMainVisual .mvSwiper {
    width: 100%;
  }
}
.topMainVisual .mvSwiper .swiper-slide img {
  width: 100%;
}
.topMainVisual .tag {
  width: 205px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .topMainVisual .tag {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(277deg) brightness(103%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(277deg) brightness(103%) contrast(101%);
  }
}
.topMainVisual .main-tx {
  text-align: left;
  padding-bottom: 36px;
}
.topMainVisual .main-tx.h1page-ttl {
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .topMainVisual .main-tx {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .topMainVisual .sub-tx {
    position: absolute;
    bottom: 12px;
    right: 24px;
  }
}
.topMainVisual .sub-tx .sub {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  color: #3d3d3d;
}
@media (max-width: 1000px) {
  .topMainVisual .sub-tx .sub {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .topMainVisual .sub-tx .sub {
    color: #fff;
  }
}

.topNew-list {
  max-width: 1144px;
  margin-inline: auto;
  padding: 0 32px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .topNew-list {
    padding: 0 32px 20px;
  }
}
.topNew-list ul {
  gap: 5.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .topNew-list ul {
    gap: 4.9%;
  }
}
.topNew-list ul li {
  width: 21.175%;
}
@media (max-width: 767px) {
  .topNew-list ul li {
    width: 47.55%;
  }
  .topNew-list ul li:nth-child(n + 3) {
    margin-top: 16px;
  }
}
.topNew-list ul li .img {
  aspect-ratio: 5 / 6;
  overflow: hidden;
}
.topNew-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mvSwiper .swiper {
  position: relative;
}
.mvSwiper .swiper-controller {
  width: 130px;
  height: 8px;
  position: absolute;
  right: 45px;
  bottom: 25px;
  color: #fff;
  pointer-events: none;
}
.mvSwiper .swiper-pagination-bullet-active {
  background: none;
}
.mvSwiper .swiper-pagination-bullet {
  position: relative;
  font-size: 14px;
  opacity: 1;
  background: none;
  height: auto;
  margin: 0 7px !important;
  pointer-events: visible;
}
.mvSwiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 49%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100vw;
}
.mvSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #94873f;
}
.mvSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #94873f;
}
@media (min-width: 768px) {
  .mvSwiper .swiper-pagination-bullet:hover {
    color: #94873f;
  }
}
.mvSwiper .swiper-button-prev,
.mvSwiper .swiper-button-next {
  position: absolute;
  top: 90%;
  width: 14px;
  height: 14px;
  pointer-events: visible;
}
.mvSwiper .swiper-button-prev::after,
.mvSwiper .swiper-button-next::after {
  display: none;
}
.mvSwiper .swiper-button-prev .imgBox,
.mvSwiper .swiper-button-next .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.mvSwiper .swiper-button-prev .img,
.mvSwiper .swiper-button-next .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mvSwiper .swiper-button-prev .img.hover,
.mvSwiper .swiper-button-next .img.hover {
  opacity: 0;
}
.mvSwiper .swiper-button-prev .img.rotate,
.mvSwiper .swiper-button-next .img.rotate {
  -webkit-transform: translate(-50%, 0%) rotate(180deg);
  transform: translate(-50%, 0%) rotate(180deg);
  top: 25%;
}
@media (min-width: 768px) {
  .mvSwiper .swiper-button-prev:hover .img,
  .mvSwiper .swiper-button-next:hover .img {
    opacity: 0;
  }
  .mvSwiper .swiper-button-prev:hover .img:hover,
  .mvSwiper .swiper-button-next:hover .img:hover {
    opacity: 1;
  }
}
.mvSwiper .swiper-button-prev {
  left: 0;
}
.mvSwiper .swiper-button-next {
  right: 0;
}

.conSwiper .swiper {
  overflow: auto;
  overflow-y: visible;
  padding-bottom: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.conSwiper .swiper::-webkit-scrollbar {
  display: none;
}
.conSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.conSwiper .swiper-slide:nth-child(2n) {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.concept-cont {
  max-width: 1490px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  margin-bottom: 73px;
  padding: 0 0 67px 32px;
}
@media (min-width: 768px) {
  .concept-cont {
    gap: 4.8%;
  }
}
@media (max-width: 1500px) {
  .concept-cont {
    max-width: 1232px;
  }
}
@media (max-width: 767px) {
  .concept-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 0 0;
  }
}
.concept-cont .h2page-ttl,
.concept-cont .h1page-ttl {
  text-align: left;
}
.concept-cont .main {
  width: 336px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .concept-cont .main {
    padding: 0 32px 52px;
  }
}
@media (min-width: 768px) {
  .concept-cont .conSwiper {
    width: calc(100% - 336px - 4.8%);
  }
}
.concept-cont .head {
  padding-bottom: 24px;
}
.concept-cont .lead {
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .concept-cont .lead {
    padding-bottom: 24px;
  }
}

.map-img {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .map-img {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .rooms-ttl {
    padding: 0 0 0 32px;
  }
}
@media (max-width: 767px) {
  .rooms-ttl .h2page-ttl,
  .rooms-ttl .h1page-ttl,
  .rooms-ttl .h3page-ttl {
    text-align: left;
  }
}
.rooms-ttl .h2page-ttl {
  padding-bottom: 5px;
}
.rooms-ttl .h1page-ttl {
  padding-bottom: 14px;
}
.rooms-ttl .h3page-ttl {
  padding-bottom: 24px;
  padding-left: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .rooms-ttl .h3page-ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 0;
  }
}
.rooms-ttl .h3page-ttl span {
  font-weight: 500;
}
.rooms-ttl .h3page-ttl .bar {
  width: 18px;
  height: 1px;
  border-bottom: 1px solid #3d3d3d;
}

.sec-facilities {
  padding: 80px 0 88px;
}
@media (max-width: 767px) {
  .sec-facilities {
    padding: 60px 32px;
  }
}

.facilities-ttl .h2page-ttl {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .facilities-ttl .h2page-ttl {
    text-align: left;
  }
}
.facilities-ttl .h1page-ttl {
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .facilities-ttl .h1page-ttl {
    text-align: left;
  }
}
.facilities-ttl .h3page-ttl {
  padding-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .facilities-ttl .h3page-ttl {
    text-align: left;
  }
}

.facilities-itemWrap {
  max-width: 800px;
  margin-inline: auto;
}
.facilities-itemWrap ul {
  padding: 10px 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .facilities-itemWrap ul {
    gap: 7%;
  }
}
@media (max-width: 767px) {
  .facilities-itemWrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 17px;
  }
}
@media (min-width: 768px) {
  .facilities-itemWrap ul li {
    width: 46.5%;
  }
}
@media (max-width: 767px) {
  .facilities-itemWrap ul li:nth-child(n + 2) {
    margin-top: 40px;
  }
}
.facilities-itemWrap .tx.center {
  text-align: center;
}
.facilities-itemWrap .h1page-ttl {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .facilities-itemWrap .h1page-ttl {
    padding-bottom: 7px;
  }
}

.facilities-item .caption {
  padding: 8px 18px;
}
.facilities-item .img {
  margin-bottom: 16px;
}
.facilities-item .ttl {
  position: relative;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .facilities-item .ttl {
    padding-bottom: 0;
  }
}
.facilities-item.mainCabin {
  max-width: 600px;
  margin-inline: auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .facilities-item.mainCabin {
    padding-bottom: 80px;
  }
}

.foods-ttl {
  position: relative;
  z-index: 3;
}
.foods-ttl .h2page-ttl {
  text-align: left;
  padding-bottom: 5px;
}
.foods-ttl .h1page-ttl {
  text-align: left;
  padding-bottom: 14px;
}
.foods-ttl .h3page-ttl {
  text-align: left;
  padding-bottom: 24px;
  font-weight: 500;
}

.foods-imgBox .box {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .foods-imgBox .box {
    overflow: hidden;
  }
}
.foods-imgBox .img {
  position: absolute;
}
.foods-imgBox .img01 {
  width: 45.4%;
  max-width: 491px;
  top: 0;
  left: 32px;
}
@media (max-width: 1000px) {
  .foods-imgBox .img01 {
    width: 99.6%;
    max-width: 319px;
  }
}
@media (max-width: 767px) {
  .foods-imgBox .img01 {
    left: 0;
  }
}
.foods-imgBox .img02 {
  width: 21.1%;
  max-width: 228px;
  bottom: 0;
  right: 32px;
}
@media (max-width: 1000px) {
  .foods-imgBox .img02 {
    width: 71.7%;
  }
}
@media (max-width: 767px) {
  .foods-imgBox .img02 {
    max-width: 280px;
    right: 0;
  }
}

.foods-cont {
  aspect-ratio: 1080/552;
  max-width: 1080px;
  margin: 120px auto;
}
@media (min-width: 768px) {
  .foods-cont {
    padding: 0 32px;
  }
}
@media (max-width: 1000px) {
  .foods-cont {
    aspect-ratio: auto;
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  .foods-cont {
    max-width: 100%;
    margin: 60px 0;
  }
}
.foods-cont .foods-imgBox {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  inset: 0;
}
@media (max-width: 1000px) {
  .foods-cont .foods-imgBox {
    position: relative;
    inset: auto;
    aspect-ratio: 767/672;
  }
}
@media (max-width: 767px) {
  .foods-cont .foods-imgBox {
    aspect-ratio: auto;
    height: 672px;
  }
}
.foods-cont .main {
  position: absolute;
  right: calc(50% - 300px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 280px;
}
@media (max-width: 1000px) {
  .foods-cont .main {
    top: 34%;
  }
}
@media (max-width: 767px) {
  .foods-cont .main {
    position: relative;
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    inset: auto;
    padding-bottom: 40px;
    padding: 0 32px 40px;
  }
}

.activity-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .activity-ttl {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.activity-ttl .h2page-ttl {
  padding-bottom: 5px;
}
.activity-ttl .h1page-ttl {
  padding-bottom: 14px;
}
.activity-ttl .h3page-ttl {
  padding-bottom: 24px;
  text-align: left;
  font-weight: 400;
}

.activity-img {
  max-width: 1080px;
  margin-inline: auto;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .activity-img {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .activity-head {
    padding: 0 32px;
  }
}

.access-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .access-cont {
    gap: 9.25%;
  }
}
@media (max-width: 767px) {
  .access-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .access-cont .main {
    padding: 0 32px 47px;
  }
}
.access-cont .access-ttl {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .access-cont .access-ttl {
    width: 326px;
  }
}
@media (min-width: 768px) {
  .access-cont .access-img {
    width: calc(100% - 326px - 9.25%);
  }
}

.access-ttl .h2page-ttl {
  padding-bottom: 5px;
  text-align: left;
}
.access-ttl .h1page-ttl {
  padding-bottom: 14px;
  text-align: left;
}
.access-ttl .h3page-ttl {
  text-align: left;
  font-weight: 500;
}

.access-img {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .access-img {
    padding: 0 32px 80px;
  }
}

.guideMap-ttl .h2page-ttl {
  padding-bottom: 5px;
}

.news-ttl {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .news-ttl {
    padding: 0 0 20px 32px;
  }
}
@media (max-width: 767px) {
  .news-ttl .h2page-ttl,
  .news-ttl .h4page-ttl {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .topMainVisual .lead {
    width: 352px;
  }
  .topMainVisual .mvSwiper {
    width: calc(100% - 352px);
  }
  .guestRoom-cont .sub-img ul {
    margin-left: -5px;
  }
  .guestRoom-cont .sub-img ul li {
    width: calc(25% - 5px);
  }
}
@media (max-width: 767px) {
  .guestRoom-cont .sub-img ul {
    margin-left: 0;
  }
}
.activity-item {
  display: block;
}
@media (max-width: 1000px) {
  .activity-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
}
.activity-item .img {
  text-align: center;
}
@media (max-width: 1000px) {
  .activity-item .img {
    width: 27.3%;
  }
}
@media (max-width: 1000px) {
  .activity-item .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.activity-item .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}
@media (max-width: 1000px) {
  .activity-item .ttl {
    gap: 2px;
    width: 100%;
  }
}
.activity-item .ttl .num {
  width: 32px;
  height: 32px;
  border-radius: 100vw;
  font-size: 22px;
  line-height: 32px;
  color: #fff !important;
  display: block;
  text-align: center;
}
@media (max-width: 1000px) {
  .activity-item .ttl .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
.activity-item .ttl .ja {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  width: auto;
}
@media (max-width: 1000px) {
  .activity-item .ttl .ja {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.activity-item .linkTx {
  text-align: center;
}
@media (max-width: 1000px) {
  .activity-item .linkTx {
    width: 100%;
    font-size: 14px;
  }
}
.activity-item.point01 .num {
  background-color: #d3a260;
}
.activity-item.point01 .linkTx,
.activity-item.point01 .ttl {
  color: #d3a260;
}
.activity-item.point02 .num {
  background-color: #40aa9a;
}
.activity-item.point02 .linkTx,
.activity-item.point02 .ttl {
  color: #40aa9a;
}
.activity-item.point03 .num {
  background-color: #f390c9;
}
.activity-item.point03 .linkTx,
.activity-item.point03 .ttl {
  color: #f390c9;
}

.activity-list {
  max-width: 1008px;
  margin-inline: auto;
  padding-bottom: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .activity-list {
    padding: 0 16px 28px;
  }
}
.activity-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.3%;
}
@media (max-width: 1000px) {
  .activity-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.activity-list ul li {
  width: 31.8%;
}
@media (max-width: 1000px) {
  .activity-list ul li {
    width: 100%;
  }
  .activity-list ul li:nth-child(n + 2) {
    margin-top: 16px;
  }
}

.inst-tll {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .inst-tll {
    padding-bottom: 20px;
  }
}

.instagram-images {
  max-width: 1080px;
  margin-inline: auto;
}
.instagram-images ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.instagram-images ul li {
  width: calc((100% - 20px) / 6);
}
@media (max-width: 1000px) {
  .instagram-images ul li {
    width: calc((100% - 12px) / 4);
  }
}

.insta-link.p-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #6f6b57;
  border-radius: 4px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  padding: 10px 10px 10px 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .insta-link.p-btn:hover {
    color: #fff;
    background-color: #3d3d3d;
  }
  .insta-link.p-btn:hover:after {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .insta-link.p-btn {
    margin-top: 16px;
  }
}
.insta-link.p-btn span {
  position: relative;
  padding-right: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.insta-link.p-btn span::after {
  position: absolute;
  content: "＞";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* kasama-news-cards */
.topNew-list .kasama-news-cards li {
  width: 29.93%;
}
@media (max-width: 767px) {
  .topNew-list .kasama-news-cards li {
    width: 100%;
  }
  .topNew-list .kasama-news-cards li:nth-child(n + 2) {
    margin-top: 16px;
  }
}
.kasama-news-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kasama-news-card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.67%; /* 3:2 */
}
.kasama-news-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kasama-news-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap;
}
.kasama-news-card__tag--info {
  background: #c9a21f;
}
.kasama-news-card__tag--event {
  background: #6db33f;
}
.kasama-news-card__tag--season {
  background: #c97b3e;
}
.kasama-news-card__body {
  padding: 10px 0 0;
}
.kasama-news-card__date {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.kasama-news-card__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .kasama-news-card a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .kasama-news-card__img {
    width: 30%;
    aspect-ratio: 3 / 2;
    padding-top: 0;
    flex-shrink: 0;
  }
  .kasama-news-card__tag {
    font-size: 10px;
    padding: 2px 6px;
  }
  .kasama-news-card__body {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
  .kasama-news-card__date {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .kasama-news-card__title {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* kasama-news more button */
.kasama-news-btn {
  margin-top: 24px;
  margin-bottom: 60px;
  text-align: center;
}
.kasama-news-btn .global-btn {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px 0;
  background: #3a8c8c;
  border: 1px solid #3a8c8c;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.kasama-news-btn .global-btn .tx {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.kasama-news-btn .global-btn .arrow {
  position: absolute;
  right: 16px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .kasama-news-btn {
    margin-top: 28px;
  }
  .kasama-news-btn .global-btn {
    max-width: 220px;
    padding: 12px 0;
  }
}

/* news list (archive) page */
.newsList-cont {
  max-width: 1144px;
  margin: 0 auto;
  padding: 160px 32px 80px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .newsList-cont {
    padding: 150px 32px 60px;
  }
}
.newsList-cont .news-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.newsList-cont .topNew-list {
  padding: 0;
}
.newsList-cont .topNew-list ul {
  row-gap: 64px;
}
@media (max-width: 767px) {
  .newsList-cont .topNew-list ul {
    row-gap: 40px;
  }
}
.newsList-cont .news-empty {
  text-align: center;
  font-size: 15px;
  color: #3D3D3D;
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}
.news-pagination a,
.news-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (min-width: 1272px) {
  .news-pagination a:hover {
    background: #3D3D3D;
    color: #fff;
    border-color: #3D3D3D;
  }
}
.news-pagination .current {
  background: #94873F;
  border-color: #94873F;
  color: #fff;
}
.news-pagination .disabled {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .news-pagination {
    margin-top: 32px;
    gap: 4px;
  }
  .news-pagination a,
  .news-pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
