@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
}
ol,
ul {
  list-style: none;
}

#htlContents {
  min-width: auto !important;
  width: 1190px;
  margin: 0 auto !important;
}
#htlHeader,
#htlMainContent {
  width: 1920px !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto !important;
}
#RthCustomizeW {
  width: auto !important;
}
#htlSide-A {
  top: 1000px !important;
  position: absolute;
  left: 0;
  margin-top: -25px;
}
#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", sans-serif;
  color: #303030;
  position: relative;
  top: -8px;
}
/* Copy owner header and footer without coding */
/* Header */
#cus_page .header {
  position: relative;
}
#cus_page .header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
#cus_page .header h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
/* Footer */
#cus_page footer {
}

/* Main Content */
/* Write your code down here */

/*====================================*/
/* 過ごし方 */
/*====================================*/
.stay {
  max-width: calc(1080px + 40px * 2);
  padding-inline: 40px;
  margin-inline: auto;
}
.stay-headings {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: center;
  margin-block-end: 80px;
}
.stay-heading {
  color: #303030;

  /* PC/Noto Serif JP_H2 */
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}
.stay-heading-sub {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.stay-day {
  color: var(--main-txt, #303030);
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-block-end: 80px;
}
.stay-day::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.stay-cards {
  display: flex;
  flex-direction: column;
  row-gap: 76px;
  margin-block-end: 120px;
}
.stay-cards:last-child {
  margin-block-end: 160px;
}
.stay-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 40px;
}
/*====================================*/
/* card */
/*====================================*/
.card-content {
  position: relative;
}
.card-content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 82%;
  background: #000;
  top: 18%;
  left: 27px;
}
.card-content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 56px;
  background: #c1c1c1;
  top: calc(100% + 8px);
  left: 27px;
}
.stay-card:last-child .card-content::after {
  display: none;
}
.card-time {
  color: #333;
  text-align: center;

  /* PC/Noto Serif JP_H3 */
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
}
.card-description-wrapper {
  padding-inline-start: 61px;
}
.card-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}
.card-text {
  margin-block-start: 8px;
  color: #000;

  /* PC/Noto Serif JP_p */
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
}
.card-image {
  width: calc(493 / 1080 * 100%);
  aspect-ratio: 493 / 277;
  height: 100%;
  flex-shrink: 0;
}
.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --------------slide-----------------
/* ================================
   本題のCSS
=============================== */
.stay-slide__swiper-container,
.stay-slide__swiper,
.stay-slide__swiper-wrapper,
.stay-slide__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 8px);
  width: fit-content;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  opacity: 1;
  width: 80px;
  height: 4px;
  background: #e4e4e4;
  margin-inline: calc(7px / 2);
  border-radius: 0;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  background: #000;
}
