/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*-- トップページのセクションタイトル --*/

br.top_sec_br{
	display: none;
}

@media (max-width: 767px) {
    .top-section-title .elementor-heading-title {
        font-size: 27px !important;
        line-height: 1.3;
    }
	
	br.top_sec_br{
		display: block;
	}
}

/* 親をflex化 */
.hfe-post-info__terms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* カンマを消す */
.hfe-post-info__terms-list::after,
.hfe-post-info__terms-list-item + text {
  display: none;
}

/* タームをバッジ化 */
.hfe-post-info__terms-list-item {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0b2c54;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;

  white-space: nowrap;       /* 通常は1行 */
  word-break: keep-all;
}

/* もし長い特集がある場合だけ改行OK */
.hfe-post-info__terms-list-item:first-child {
  white-space: normal;
  max-width: 100%;
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .elementor-562 .elementor-element.elementor-element-cb7ab03 .eael-breadcrumbs .eael-breadcrumbs__content {
        font-size: 13px;
        line-height: 1.6;
        display: flex;
        flex-wrap: wrap;
    }
	.hfe-post-info__terms-list a{
		font-size: 13px;
	}
	
	.aioseo-breadcrumb a{
		font-size: 14px !important;
	}
	
	.aioseo-breadcrumb {
		font-size: 14px !important;
	}
}

.aioseo-breadcrumb a{
	color: #111 !important;
}

/* Loop Gridカードのリンク下線を消す */
.elementor-loop-container .elementor-heading-title a,
.elementor-loop-container .elementor-post-info__terms-list a {
  text-decoration: none !important;
}

.elementor-loop-container .elementor-heading-title a:hover,
.elementor-loop-container .elementor-post-info__terms-list a:hover {
  color: #295683 !important;
	transition: color .3s ease !important;
}

/*--旅行条件書内の表スタイリング--*/

.sp_table_captopn{
	display: none;
}

table.joukensho_table thead td,
table.joukensho_table tbody td{
	font-size: 15px !important;

}

table.joukensho_table thead td{
	background: #eee !important;
	text-align: center !important;
	vertical-align: middle !important;
}

table.joukensho_table tbody td{
	background: #fff !important;
	
}

table.joukensho_table thead td.wh{
	background: #fff !important;
}

table.joukensho_table tbody td[rowspan] {
  vertical-align: middle; /* 縦方向の中央寄せ */
}

@media (max-width: 767px) {
	
	.sp_table_captopn{
		display: block;
	}
	
	table.joukensho_table thead td,
	table.joukensho_table tbody td{
		font-size: 14px !important;
	}
	
	.jouken_table_wrap{
		overflow-x: scroll;
	}

	.jouken_table_wrap table{
		width: 800px;
	}

	
}


/* =========================================
   共通：ツアー検索フォーム全体
========================================= */

.intro-search-block {
  width: 100%;
}

.intro-search-form {
  width: 100%;
}

.intro-search-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: nowrap;
  padding: 24px;
  background: #333;
  box-sizing: border-box;
}

.intro-search-example {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}

/* =========================================
   共通：フリーワード
========================================= */

.intro-search-keyword-wrap {
  flex: 1.8 1 0%;
  min-width: 0;
  width: auto;
  display: flex;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.intro-search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  border: none;
  outline: none;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  padding: 0 14px;
  min-height: 46px;
  height: 46px;
  box-sizing: border-box;
}

.intro-search-input::placeholder {
  color: #777;
}

.intro-search-mode {
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
  border: none;
  border-left: 1px solid #ddd;
  outline: none;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  padding: 0 8px;
  min-height: 46px;
  height: 46px;
  box-sizing: border-box;
}

/* =========================================
   共通：通常select（スマホ用）
========================================= */

.intro-search-select {
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
  border: none;
  outline: none;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  padding: 0 14px;
  min-height: 46px;
  height: 46px;
  box-sizing: border-box;
}

/* =========================================
   共通：検索ボタン
========================================= */

.intro-search-button {
  flex: 0 0 150px;
  width: 150px;
  min-width: 150px;
  min-height: 46px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.intro-search-button:hover {
  background: #fff;
  color: #000;
}

/* =========================================
   PC / タブレット：Tom Select
========================================= */

.intro-search-form .ts-wrapper,
.intro-search-form .ts-wrapper.single {
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
  box-sizing: border-box;
}

.intro-search-form .ts-wrapper.single .ts-control {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  height: 46px;
  padding: 0 38px 0 14px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

/* フォーカス時の黒枠を消す */
.intro-search-form .ts-wrapper.focus .ts-control,
.intro-search-form .ts-wrapper.single.focus .ts-control,
.intro-search-form .ts-control:focus,
.intro-search-form .ts-control input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Tom Selectの内部ラベル */
.intro-search-form .ts-wrapper.single .ts-control .item,
.intro-search-form .ts-wrapper.single .ts-control .placeholder {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  background: transparent !important;
  color: #222;
  font-size: 15px;
  box-shadow: none;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 入力欄っぽさを消す */
.intro-search-form .ts-wrapper.single .ts-control input {
  display: none !important;
}

/* 矢印 */
.intro-search-form .ts-wrapper.single .ts-control:after {
  right: 14px;
  margin-top: -3px;
  border-color: #666 transparent transparent transparent;
}

/* ドロップダウン */
.intro-search-form .ts-dropdown {
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  background: #fff;
  box-sizing: border-box;
}

/* ここが高さ上限 + 内部スクロール */
.intro-search-form .ts-dropdown .ts-dropdown-content {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 候補 */
.intro-search-form .ts-dropdown .option {
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  white-space: normal;
}

/* hover / active */
.intro-search-form .ts-dropdown .option.active,
.intro-search-form .ts-dropdown .option:hover {
  background: #f2f2f2;
  color: #000;
}

/* 候補なし */
.intro-search-form .ts-dropdown .no-results {
  padding: 12px 14px;
  font-size: 14px;
  color: #666;
}

/* =========================================
   タブレット
========================================= */

@media (max-width: 1200px) {
  .intro-search-row {
    flex-wrap: wrap;
  }

  .intro-search-keyword-wrap {
    flex: 1 1 calc(50% - 8px);
  }

  .intro-search-form .ts-wrapper,
  .intro-search-select {
    flex: 1 1 calc(50% - 8px);
  }

  .intro-search-button {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
  }
}

/* =========================================
   スマホ共通
========================================= */

@media (max-width: 767px) {
  .intro-search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }

  .intro-search-keyword-wrap,
  .intro-search-select,
  .intro-search-button,
  .intro-search-form .ts-wrapper {
    width: 100%;
    min-width: 100%;
    flex: none;
  }

  .intro-search-example {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* =========================================
   スマホ Popup 専用（ネイティブselect）
========================================= */

.intro-search-block-mobile .intro-search-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.intro-search-block-mobile .intro-search-keyword-wrap,
.intro-search-block-mobile .intro-search-select,
.intro-search-block-mobile .intro-search-button {
  width: 100%;
  min-width: 100%;
}

.intro-search-block-mobile .intro-search-select {
  appearance: auto;
  -webkit-appearance: menulist;
}

.intro-search-block-mobile .intro-search-example {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.intro-search-block-mobile .intro-search-input,
.intro-search-block-mobile .intro-search-select,
.intro-search-block-mobile .intro-search-button {
  min-height: 48px;
  height: 48px;
}

/* =========================================
   タブレット専用：2段レイアウト
   768px - 1200px
========================================= */
@media (min-width: 768px) and (max-width: 1200px) {

  .intro-search-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  /* 1段目：フリーワードを広め + エリア */
  .intro-search-keyword-wrap {
    flex: 1 1 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
  }

  .intro-search-form .ts-wrapper,
  .intro-search-select {
    flex: 1 1 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
  }

  /* 2段目の検索ボタン */
  .intro-search-button {
    flex: 0 0 180px !important;
    width: 180px !important;
    min-width: 180px !important;
  }

  /* Tom Select の箱も列幅に追従 */
  .intro-search-form .ts-wrapper.single,
  .intro-search-form .ts-wrapper.single .ts-control {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 検索例は次の行に落とす */
  .intro-search-example {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-top: 8px !important;
  }
}

/* Tom Select 矢印を表示 */

.intro-search-form .ts-wrapper.single .ts-control:after{
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  margin-top:-3px;

  border-style:solid;
  border-width:6px 5px 0 5px;
  border-color:#666 transparent transparent transparent;

  pointer-events:none;
}

/* =========================================
   検索結果まわり
========================================= */

.introduce-search-summary {
  margin: 0 0 16px;
  padding: 16px 18px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.introduce-search-summary__title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.introduce-search-summary__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.introduce-search-summary__item {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.introduce-search-summary__label {
  font-weight: 700;
}

.introduce-search-count {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

.introduce-search-count strong {
  font-size: 20px;
	font-weight: bold;
}

.introduce-search-reset-wrap {
  margin: 0 0 20px;
}

.introduce-search-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #ccc;
  background: #555;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease;
	border-radius: 5px;
	font-weight: 500;
}

.introduce-search-reset:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.introduce-search-empty-note {
  margin: 0 0 20px;
  padding: 18px 20px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 767px) {
  .introduce-search-summary {
    padding: 14px 14px;
  }

  .introduce-search-summary__items {
    display: block;
  }

  .introduce-search-summary__item + .introduce-search-summary__item {
    margin-top: 6px;
  }

  .introduce-search-count {
    font-size: 14px;
  }

  .introduce-search-count strong {
    font-size: 16px;
  }
}

/*--- ツアーカード ---*/

.tour-card,
.tour-card * {
    box-sizing: border-box;
}

.tour-card {
    width: 100%;
    max-width: 100%;
}

.tour-card img {
    display: block;
    width: 100%;
    height: auto;
}

.tour-card-meta {
  margin-top: 10px;
}

.tour-card-feature {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}

.tour-card-meta .elementor-icon-list-items {
  margin: 0;
  padding: 0;
}

.tour-card-meta .elementor-icon-list-item {
  margin-bottom: 4px;
}

.tour-card-meta .elementor-icon-list-text {
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}

.tour-card {
  transition: transform .25s ease, box-shadow .25s ease;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 10px 15px 30px rgba(0,0,0,.3);
}

.tour-card-image {
  overflow: hidden;
}

.tour-card-image img {
  transition: transform .35s ease;
}

.tour-card:hover .tour-card-image img {
  transform: scale(1.04);
}
/* エリア / 出発地リンクを横並びにする */
.tour-card-meta .elementor-icon-list-text,
.tour-card-meta .elementor-icon-list-text * {
  display: inline;
}

.tour-card-meta .elementor-icon-list-text a {
  display: inline !important;
  color: inherit;
  text-decoration: none;
}

.tour-card-meta .elementor-icon-list-text a:hover {
  text-decoration: underline;
}

/* 目的が空のときアイコンごと非表示 */
.tour-card-meta .elementor-icon-list-item:has(.elementor-icon-list-text:empty){
  display:none;
}

.tour-card  .tour-card-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.introduce-list-only .sort-tabs {
    display: none;
}

/* 並び替えタブ全体 */
.sort-tabs {
    display: flex;
    width: 100%;
    margin: 24px 0 28px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

/* 左ラベル */
.sort-tabs .sort-label {
    flex: 0 0 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 16px;
    background: #295683;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
}

/* ボタン共通 */
.sort-tabs .sort-btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 16px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #d8d8d8;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* hover */
.sort-tabs a.sort-btn:hover {
    background: #fafafa !important;
    color: #111;
    text-decoration: none;
}

/* active */
.sort-tabs a.sort-btn.is-active {
    background-color: #efefef !important;
    font-weight: 600 !important;
}

/* スマホ */
@media (max-width: 767px) {
    .sort-tabs {
        flex-direction: column;
        margin: 20px 0 24px;
    }

    .sort-tabs .sort-label {
        flex: none;
        width: 100%;
        min-height: 52px;
        font-size: 15px;
    }

    .sort-tabs .sort-btn {
        width: 100%;
        min-height: 52px;
        font-size: 15px;
        border-left: none;
        border-top: 1px solid #d8d8d8;
    }
}

/* ツールバー全体 */
.introduce-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 10px 0 15px;
}

/* 総件数 */
.introduce-result-count {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}

/* ページネーション全体 */
.introduce-pagination ul {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
	justify-content: flex-end;
}

/* 各番号 */
.introduce-pagination li {
    margin: 0;
    padding: 0;
}

/* リンク・現在ページ */
.introduce-pagination a,
.introduce-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-left: 1px solid #fff;
    background: #bfbfbf;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
}

/* 現在ページ */
.introduce-pagination .current {
    background: #000;
    color: #fff;
}

/* hover */
.introduce-pagination a:hover {
    background: #a9a9a9;
    color: #fff;
    text-decoration: none;
}

/* 前へ・次へ */
.introduce-pagination .prev,
.introduce-pagination .next {
    font-size: 18px;
}

/* スマホ */
@media (max-width: 767px) {
    .introduce-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .introduce-pagination ul {
        flex-wrap: wrap;
    }

    .introduce-pagination a,
    .introduce-pagination span {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }
}

/* アーカイブページのタイトル表示 */

.introduce-page-title{
font-size:32px;
font-weight:500 !important;
	margin: 0 !important;
	color: #295683 !important;
}

@media (max-width:767px){

.introduce-page-title{
font-size:24px;
}

}

/*--ACFのカスタムフィールドで作成したツアー詳細ページ--*/

.tour-section{

}

.tour-section-title h4{
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 0 !important;
	background: #295683;
	padding: 15px 25px;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.tour-section-body, .tour-section-body-facility-info{
	line-height:1.8;
	margin-left: 15px;
	color: #111 !important
}

.tour-section-body a{
	text-decoration: underline;
	color: #295683 !important;
}

@media (max-width:767px){
	
	.tour-section-title h4{
		font-size: 16px !important;
		font-weight: 500;
		margin-bottom: 0 !important;
	}

	.tour-section-body, .tour-section-body-facility-info{
		font-size: 14px !important;
		line-height:1.8;
	}
	
}

/*--ツアー詳細ページスライダー--*/

.introduce-hero-slider {
    width: 100%;
    overflow: hidden;
}

.introduce-hero-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.introduce-hero-slider .swiper-button-prev,
.introduce-hero-slider .swiper-button-next {
    color: #fff;
}

.introduce-hero-slider .swiper-pagination-bullet {
    opacity: 0.6;
}

.introduce-hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

/*--左側のショートカットメニュー--*/

.shortcut_menu_container{
	position: sticky !important;
	top: 20px;
}

.shortcut_menu_container a{
transition: all .25s ease !important;
}

.shortcut_menu_container a:hover{
transform: translateX(4px) !important;
}

.room-type-tabs-wrap {
  margin-top: 24px;
}

.room-type-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
	  display: flex;
  flex-wrap: wrap;
}

.room-type-tab-btn {
  appearance: none;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.25s ease;
	white-space: normal;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}

.room-type-tab-btn:hover {
  background: #f5f5f5;
	color: #333;
	  border-color: #333;
}

.room-type-tab-btn.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.room-type-tab-panel {
  display: none;
}

.room-type-tab-panel.is-active {
  display: block;
}

.room-type-tab-text {
  margin-bottom: 20px;
}

.room-type-tab-text p:last-child {
  margin-bottom: 0;
}

.room-type-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 36px;
  margin-bottom: 28px;
}

.room-type-slide-inner {
  overflow: hidden;
  border-radius: 12px;
}

.room-type-slide-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-type-swiper-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.room-type-swiper-prev,
.room-type-swiper-next {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex: 0 0 40px;
  background: #fff;
  transition: all 0.25s ease;
}

.room-type-swiper-prev:hover,
.room-type-swiper-next:hover {
  background: #f5f5f5;
}

.room-type-swiper-prev::before,
.room-type-swiper-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
}

.room-type-swiper-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.room-type-swiper-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.room-type-swiper-pagination {
  margin-top: 14px;
  text-align: center;
}

.room-type-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.room-type-tab-amenity {
  margin-top: 10px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.room-type-amenity-title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}

.room-type-amenity-content p:last-child,
.room-type-amenity-content ul:last-child,
.room-type-amenity-content ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .room-type-tabs-nav {
    gap: 8px;
  }

  .room-type-tab-btn {
    font-size: 13px;
    padding: 9px 14px;
	  width: 100%;
  }

  .room-type-tab-amenity {
    padding: 16px;
  }

  .room-type-amenity-title {
    font-size: 16px;
  }
	
	.room-type-tab-amenity p {
    	font-size: 14px;
  }
}

/*--日程表（ACF＆PHPショートコード連動）--*/

.tour-schedule-timeline {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tour-schedule-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: start;
}

.tour-schedule-side {
  position: relative;
  display: flex;
  justify-content: center;
}

.tour-schedule-daybox {
  width: 72px;
  min-height: 110px;
  background: #5c8aff !important;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.tour-schedule-day {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.tour-schedule-daylabel {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  opacity: .95;
}

.tour-schedule-card {
  background: #f6f6f6;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

.tour-schedule-card-inner {
  padding: 22px 22px 18px;
}

.tour-schedule-title{
    margin: 0 0 14px;
    color: #5c8aff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
}

.tour-schedule-transport {
  color: #3b3b3b;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.tour-schedule-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.tour-schedule-block {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
}

.tour-schedule-badge {
  display: inline-block;
  background: #c8a12b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.tour-schedule-note {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.tour-schedule-hotel-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #c8a12b;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 767px) {
  .tour-schedule-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tour-schedule-side {
    justify-content: flex-start;
  }

  .tour-schedule-daybox {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }

  .tour-schedule-day {
    margin-bottom: 0;
    font-size: 18px;
  }

  .tour-schedule-daylabel {
    font-size: 12px;
  }

  .tour-schedule-line {
    display: none;
  }

  .tour-schedule-card-inner {
    padding: 18px 16px;
  }

  .tour-schedule-title {
    font-size: 22px;
  }

  .tour-schedule-blocks {
    grid-template-columns: 1fr;
  }

  .tour-schedule-block-text {
    font-size: 15px;
  }
}




