/*
  温泉旅行特集LP
  stylelintルール適用版
*/

/* サイト共通レイアウト
-------------------------------------------------- */
.mv_sec_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_inner {
  /* .sec_innerから変更 */
  width: 94.667%;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs li {
  display: none;
}

.breadcrumbs li:nth-of-type(2) {
  display: inline-block;
}

.special_onsen_area {
  padding: 30px 0 20px;
}

/* stylelint-disable-next-line selector-id-pattern */
section#onsen_pickup.special_onsen_area {
  padding-bottom: 0;
}

/* stylelint-disable-next-line selector-id-pattern */
section#onsen_arealist.special_onsen_area {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .mv_sec_inner {
    max-width: 1080px;
  }

  .section_inner {
    max-width: 1080px;
  }

  .breadcrumbs li {
    display: inline-block;
  }

  .special_onsen_area {
    padding: 40px 0 30px;
  }

  /* stylelint-disable-next-line selector-id-pattern */
  section#onsen_pickup.special_onsen_area {
    padding-bottom: 30px;
  }

  /* stylelint-disable-next-line selector-id-pattern */
  section#onsen_arealist.special_onsen_area {
    padding-bottom: 90px;
  }
}

/* SP first */

/* MVセクション
-------------------------------------------------- */
.special_onsen_mv {
  background: #e5e2db;
  padding: 0;
}

.special_onsen_mv_img_wrap {
  line-height: 0;
}

.special_onsen_mv_img_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.special_onsen_mv_cnt {
  text-align: left;
  padding: 12px 10px 0;
}

.special_onsen_mv_lead {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #000;
}

.special_onsen_mv_lead .no-space {
  letter-spacing: -0.09em; /* マイナスの値を指定して文字間を詰める */
}

.special_onsen_mv_txt {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 16px;
  text-align: left;
  color: #000;
}

.special_onsen_mv_nav {
  margin: 13px 0;
  padding: 16px 10px;
}

.special_onsen_mv_nav_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 9px;
}

.special_onsen_mv_nav_list li:nth-child(4) {
  grid-column: 1 / 2;
}

.special_onsen_mv_nav_list li:nth-child(5) {
  grid-column: 2 / 3;
}

.special_onsen_mv_nav_list li:nth-child(2) .nav_text,
.special_onsen_mv_nav_list li:nth-child(4) .nav_text {
  flex-grow: 1;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え（念のため） */
  padding-top: 0;
}

.special_onsen_mv_nav_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 5px 10px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  height: 100%;
  min-height: 70px;
  transition: opacity 0.3s;
}

.special_onsen_mv_nav_list li a:hover {
  opacity: 0.8;
}

.special_onsen_mv_nav_list li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: 8px;
}

/* おすすめ温泉地セクション
-------------------------------------------------- */

.special_onsen_title_area {
  text-align: center;
}

.special_onsen_title {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.special_onsen_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/-/media/tfc/ts3travel/file/special_list/onsen/img/icon_onsen.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.special_onsen_subtitle {
  font-size: 13px;
  color: #000;
  text-align: left;
  margin-top: 16px;
  line-height: 1.7;
}

/* 温泉地カードエリア
-------------------------------------------------- */
.onsen_area_block {
  margin-top: 30px;
}

.onsen_area_block > .section_inner {
  text-align: center;
}

.onsen_area_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.onsen_area_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #f9e76b;
  z-index: -1;
}

.onsen_card_list {
  margin-top: 30px;
  width: 94.667%;
  margin-left: auto;
  margin-right: auto;
}

.onsen_card_item {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 12%);
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
}

.onsen_card_header {
  position: relative;
  line-height: 0;
}

.onsen_card_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 30%) 0%, rgba(255, 255, 255, 0%) 100%);
}

.onsen_card_header img {
  width: 100%;
  max-height: 152px;
  object-fit: cover;
}

.onsen_card_title_wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  align-items: flex-start;
}

.onsen_card_access {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  padding: 4px 8px 4px 30px;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/icon_car.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 16px 16px;
}

.onsen_card_access span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
}

.onsen_card_title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 50%);
  margin: 0;
}

.onsen_card_body {
  padding: 12px 10px;
}

.onsen_card_desc {
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}

.onsen_card_desc_txt {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}

.onsen_card_desc.is-open .onsen_card_desc_txt {
  -webkit-line-clamp: unset;
}

.onsen_card_desc_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 18.2px;
}

.onsen_card_desc_btn::after {
  content: "もっと見る";
}

.onsen_card_desc_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-color: #666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin: 4px 0;
}

.onsen_card_desc.is-open .onsen_card_desc_btn::after {
  content: "閉じる";
}

.onsen_card_desc.is-open .onsen_card_desc_btn::before {
  transform: rotate(-135deg);
}

.onsen_card_subtitle {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.onsen_card_subtitle_wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}

.onsen_card_subtitle_wrap .onsen_card_subtitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.swiper-navigation {
  display: flex;
  gap: 8px;
}

.onsen_card_hotel {
  margin-top: 24px;
}

.onsen_hotel_swiper {
  margin-top: 16px;
  padding: 4px;
  overflow: hidden;
}

.onsen_hotel_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 12%);
  border-radius: 8px;
  height: 167px;
  width: 100%;
  overflow: hidden;
}

.onsen_hotel_img_wrapper {
  width: 100%;
  height: 87px;
  overflow: hidden;
  flex-shrink: 0;
}

.onsen_hotel_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.onsen_hotel_card p {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin: 4px 0;
  padding: 0 8px;
  flex-grow: 1;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  min-width: 0;
  max-height: 40px;
}

.onsen_hotel_btn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 19.5px;
  margin: 0 8px 8px;
  padding: 3px 8px;
  border: 1.5px solid #e0e0e0;
  border-radius: 60px;
  flex-shrink: 0;
}

/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-prev,
/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  background: #efede9;
  border-radius: 50%;
  color: #000;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_next_nobg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px; /* アイコンのサイズを指定 */

  --swiper-navigation-size: 28px;
}

/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-prev::after,
/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-next::after {
  display: none;
}

/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-prev {
  transform: rotate(-180deg);
}

/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.onsen_card_search {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.btn_facility_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 6px;
  text-align: center;
}

.btn_search_primary {
  background: #eb0a1e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.2px;
}

.btn_search_secondary {
  background: #e5e2db;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  padding-right: 17px;
}

.btn_search_secondary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/link_external_black.png");
  background-size: contain;
}

.onsen_card_drive {
  margin-top: 24px;
  position: relative;
}

.onsen_drive_card {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 0;
  text-decoration: none;
  color: #000;
  background: #efede9;
  border-radius: 12px;
  overflow: hidden;
}

.onsen_drive_card img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
  background-color: #d9d9d9; /* 画像がない場合に備えて背景色を指定 */
  color: transparent;
}

/* 画像がない場合のプレースホルダーのスタイル */
.onsen_drive_image_placeholder {
  width: 120px;
  height: 80px;
  background-color: #d9d9d9;
  flex-shrink: 0;
}

.onsen_drive_info {
  padding-right: 8px;
  text-align: left;
}

.onsen_drive_date {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
}

.onsen_drive_title {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* こだわり特集エリア
-------------------------------------------------- */
.special_onsen_feature {
  padding: 40px 0;
}

.feature_list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* stylelint-disable-next-line no-descending-specificity */
.feature_list li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* stylelint-disable-next-line no-descending-specificity */
.feature_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 40%) 0%, rgba(0, 0, 0, 0%) 50%);
  transition: background 0.3s;
}

.feature_list li a:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 60%) 0%, rgba(0, 0, 0, 10%) 50%);
}

.feature_list li img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}

.feature_list li a:hover img {
  transform: scale(1.05);
}

.feature_list li span {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: calc(100% - 25px);
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 50%);
}

.feature_list li a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  z-index: 2;
  transition: transform 0.3s;
}

.feature_list li a:hover::before {
  transform: scale(1.1);
}

/* テーマ別おすすめ温泉宿
        -------------------------------------------------- */
.special_onsen_theme {
  padding: 40px 0;
  background: #e5e2db; /* Figmaのデザインに合わせた背景色 */
}

.theme_block {
  margin-top: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 0;
  overflow: hidden;
}

.theme_block_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: absolute; /* 絶対配置 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; /* タイトルの改行を防ぐ */
}

.theme_block_header {
  position: relative; /* 子要素を絶対配置する基準点 */
  height: 50px; /* ヘッダーエリアに高さを設ける（この数値は調整可能） */
  padding: 0;
}

.theme-swiper-navigation {
  display: flex; /* 中のボタンを横並びにする */
  gap: 8px;
  position: absolute; /* 絶対配置 */
}

/*
  * ======================================
  * A. 改行しない場合（.is-multiline がない時）
  * ======================================
  */
.theme_block_header:not(.is-multiline) {
  height: 52px; /* ヘッダーの高さを設定 */
}

.theme_block_header:not(.is-multiline) .theme_block_title {
  /* タイトルを上下左右中央に */
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.theme_block_header:not(.is-multiline) .theme-swiper-navigation {
  /* ボタンを右・上下中央に */
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/*
  * ======================================
  * B. 改行する場合（.is-multiline がある時）
  * ======================================
  */
.theme_block_header.is-multiline {
  height: 54px;
}

.theme_block_header.is-multiline .theme_block_title {
  /* タイトルを上下左右中央に（改行を許容） */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* 中央揃えの基準にするため幅を指定 */
}

.theme_block_header.is-multiline .theme-swiper-navigation {
  /* ボタンを右下に */
  right: 16px;
  bottom: -1px;
}

.theme_block_header .swiper-button-prev,
.theme_block_header .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  background-color: #efede9;
  border-radius: 50%;
  color: #000;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_next_nobg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;

  --swiper-navigation-size: 28px;
}

/* 前へボタンの矢印反転も同様に限定する */
.theme_block_header .swiper-button-prev {
  transform: scaleX(-1);
}

.theme_swiper {
  margin-top: 20px;
  padding: 0 16px;
}

.theme_swiper .swiper-slide {
  width: auto; /* カードの幅に合わせる */
  display: flex;
  height: auto;
}

.theme_card {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

/* 隣接兄弟セレクタ */
.theme_card > * + * {
  margin-top: 8px;
}

.theme_card_tags + .theme_card_name {
  margin-top: 4px;
}

.theme_card_img_wrapper {
  width: 100%;
  height: 87px; /* ← imgのheightをこちらに移動 */
  overflow: hidden; /* ← はみ出しを非表示にする */
  border-radius: 8px; /* ← imgの角丸もこちらに移動 */
}

/* stylelint-disable-next-line no-descending-specificity */
.theme_card img {
  width: 100%;
  height: 100%; /* SP版の画像高さ */
  object-fit: cover;
  transform: scale(1.2); /* ← 拡大 */
  border-radius: 0;
}

.theme_card_tags {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #000;
  border: 1px solid #efede9;
  overflow: hidden;
}

.theme_card_tag {
  min-width: 47px;
  padding: 2px 5px;
  background: #efede9;
}

.theme_card_tag_area {
  padding: 2px 5px;
}

/* stylelint-disable-next-line no-descending-specificity */
.theme_card_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 19.6px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 39.2px; /* 2行分の高さを確保 */
  margin-bottom: 8px;
}

.theme_card_btn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 19.5px;
  padding: 3px 8px;
  border: 1.5px solid #e0e0e0;
  border-radius: 60px;
  margin-top: auto;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.theme_card:hover {
  background-color: #f0f0f0;
}

/*
    よくある質問
-------------------------------------------------- */

.faq_list {
  margin-top: 24px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}

.faq_item {
  border-bottom: 2px solid #efede9;
}

.faq_item:last-child {
  border-bottom: none;
}

.faq_question {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}

/* 質問の右端にある矢印アイコン */
.faq_question::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
  height: 13px;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_next_nobg.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s ease;
}

/* is-openクラスが付与された時の矢印の向き */
.faq_item.is-open .faq_question::after {
  transform: translateY(-50%) rotate(-90deg);
}

.faq_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.faq_icon_q {
  background-color: #efede9;
  color: #000;
}

.faq_icon_a {
  background-color: #fcdadd;
  color: #ec0a1e;
}

.faq_question_text {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

/* 回答部分の開閉アニメーション */
.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.faq_item.is-open .faq_answer {
  max-height: 20rem;
}

.faq_answer_inner {
  overflow: hidden;
  display: flex;
  gap: 12px;
  padding: 0 16px 16px;
  align-items: center;
}

.faq_answer_text {
  padding-top: 4px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-align: left;
}

/* stylelint-disable-next-line no-descending-specificity */
.faq_answer_text a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}

/* stylelint-disable-next-line no-descending-specificity */
.faq_answer_text a:hover {
  opacity: 0.7;
}

/*
全国の温泉地一覧 (ここから追加)
-------------------------------------------------- */
.arealist_list {
  margin-top: 24px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}

.arealist_item {
  border-bottom: 2px solid #efede9;
}

.arealist_item:last-child {
  border-bottom: none;
}

.arealist_region {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5; /* 19.5px */
  color: #000;
}

.arealist_region::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
  height: 13px;
  background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_next_nobg.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.arealist_item.is-open .arealist_region::after {
  transform: translateY(-50%) rotate(-90deg);
}

.arealist_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: transparent;
}

.arealist_item.is-open .arealist_content {
  max-height: 100rem; /* 十分な高さを確保 */
}

.arealist_links {
  padding: 16px;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: start;
}

.arealist_links li.pref_heading {
  text-decoration: none; /* リンクの下線を削除 */
  margin-top: 20px; /* 上のグループとの間隔 */
  margin-bottom: 4px; /* 下の温泉地リンクとの間隔 */
  pointer-events: none; /* クリックできないようにする */
  font-size: 13px;
  font-weight: 300;
}

.arealist_links li:not(.pref_heading) {
  padding-left: 1em; /* インデント幅（1文字分）。16pxなどに変更してもOKです */
}

.arealist_links li.pref_heading:first-child {
  margin-top: 0;
}

/* stylelint-disable-next-line no-descending-specificity */
.arealist_links li a {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.arealist_links li a:hover {
  opacity: 0.7;
}

/* PC (768px以上)
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .special_onsen_mv {
    padding: 30px 0 0;
  }

  .special_onsen_mv_cnt {
    padding: 20px 0 0;
  }

  .special_onsen_mv_lead {
    font-size: 14px;
    text-align: left;
  }

  .special_onsen_mv_txt {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 24px;
  }

  .special_onsen_mv_nav {
    margin: 0;
    padding: 32px 0;
  }

  .special_onsen_mv_nav_list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .special_onsen_mv_nav_list li {
    width: 100%;
  }

  .special_onsen_mv_nav_list li a {
    padding: 12px 5px;
    font-size: 14px;
    min-height: auto;
  }

  .special_onsen_mv_nav_list li a::after {
    margin-top: 0;
    margin-left: 8px;
  }

  .special_onsen_title {
    padding-left: 42px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36.4px;
  }

  .special_onsen_title::before {
    width: 36px;
    height: 36px;
  }

  .special_onsen_subtitle {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }

  .onsen_area_block {
    margin-top: 60px;
  }

  .onsen_area_title {
    font-size: 24px;
    line-height: 33.6px;
  }

  .onsen_area_title::after {
    height: 10px;
    bottom: 5px;
  }

  .onsen_card_list {
    max-width: 1080px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
    align-items: start;
  }

  .onsen_card_item {
    margin-bottom: 0;
  }

  .onsen_card_inner {
    padding: 16px;
  }

  .onsen_card_header {
    margin: -20px -20px 0;
  }

  .onsen_card_header img {
    max-height: 227px;
  }

  .onsen_card_title {
    font-size: 24px;
    line-height: 33.6px;
  }

  .onsen_card_body {
    padding: 16px 0 0;
  }

  .onsen_card_desc_txt {
    font-size: 14px;
    line-height: 19.6px;
  }

  .onsen_card_desc_btn {
    font-size: 14px;
    text-align: left;
  }

  .onsen_card_subtitle {
    font-size: 18px;
    line-height: 25.2px;
  }

  .onsen_hotel_swiper {
    margin: 12px 2px 0;
    overflow: hidden;
  }

  .onsen_hotel_card {
    height: 204px;
  }

  .onsen_hotel_img_wrapper {
    height: 120px;
  }

  .onsen_hotel_card img {
    height: 100%;
  }

  /* stylelint-disable-next-line selector-class-pattern */
  .swiper-button-prev,
  /* stylelint-disable-next-line selector-class-pattern */
  .swiper-button-next {
    display: flex;
    background: #efede9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #000;
    background-image: url("/-/media/tfc/ts3travel/file/common/img/ico/arw_next_nobg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px; /* アイコンのサイズを指定 */

    --swiper-navigation-size: 28px;
  }

  /* stylelint-disable-next-line selector-class-pattern */
  .swiper-button-prev::after,
/* stylelint-disable-next-line selector-class-pattern */
.swiper-button-next::after {
    display: none;
  }

  /* stylelint-disable-next-line selector-class-pattern */
  .swiper-button-prev {
    left: -16px;
    transform: rotate(-180deg);
  }

  /* stylelint-disable-next-line selector-class-pattern */
  .swiper-button-next {
    right: -16px;
  }

  .swiper-navigation {
    justify-content: flex-end;
    width: auto;
  }

  .onsen_hotel_card p {
    font-size: 14px;
    line-height: 19.6px;
    max-height: 42px;
  }

  .onsen_hotel_btn {
    font-size: 14px;
  }

  .onsen_card_search {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .btn_facility_list {
    font-size: 14px;
    line-height: 14px;
    padding: 12px;
  }

  .btn_search_secondary::after {
    right: 12px;
  }

  .onsen_card_drive {
    margin-left: 4px;
    margin-right: 4px;
  }

  .onsen_drive_card img,
  .onsen_drive_image_placeholder {
    width: 152px;
    height: 97px;
  }

  .onsen_drive_date {
    font-size: 14px;
    line-height: 19.6px;
  }

  .onsen_drive_title {
    font-size: 14px;
  }

  .special_onsen_feature {
    padding: 60px 0;
  }

  .feature_list {
    margin-top: 32px;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .feature_list li span {
    font-size: 18px;
  }

  .feature_list li a::before {
    bottom: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
  }

  .special_onsen_theme {
    padding: 60px 0;
  }

  .theme_block {
    margin-top: 32px;
    padding: 30px;
  }

  .theme_block_header {
    padding: 0 16px;
    position: relative;
  }

  .theme_block_title {
    font-size: 24px;
    line-height: 33.6px;
    text-align: center;
    margin: 0;
  }

  .theme-swiper-navigation {
    display: none;
  }

  .theme_swiper .swiper-slide {
    width: auto; /* カードの幅に合わせる */
  }

  .theme_swiper {
    padding: 0;
  }

  /* PCではSwiperを無効化するため、wrapperでレイアウトを調整 */
  .theme_swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .theme_card {
    width: 167px; /* PC版のカード幅 */
  }

  .theme_card_img_wrapper {
    width: 100%;
    height: 126px;
    overflow: hidden;
    border-radius: 8px;
  }

  .theme_card img {
    width: 100%;
    height: 100%;
  }

  .theme_card_tags {
    line-height: 16.8px;
  }

  .theme_card_name {
    font-size: 14px;
    line-height: 19.6px;
    min-height: 39.2px;
  }

  .theme_card_btn {
    font-size: 14px;
  }

  .faq_list {
    margin-top: 32px;
    padding: 20px 40px;
  }

  .faq_question {
    padding: 10px;
  }

  .faq_question_text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
  }

  .faq_item .faq_question_text {
    font-weight: 300;
  }

  .faq_icon_q + .faq_question_text {
    font-weight: 300;
  }

  .faq_answer_inner {
    padding: 0 30px 20px 10px;
  }

  .faq_answer_text {
    font-size: 14px;
    line-height: 1.4;
  }

  .arealist_list {
    margin-top: 32px;
    padding: 30px 40px;
  }

  .arealist_region {
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

  .arealist_links {
    padding: 24px;
  }

  .arealist_links li a {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* ユーティリティ
-------------------------------------------------- */
.txt_bold {
  font-weight: 600 !important;
}
