@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');

/****SP用の改行を非表示****/
.sp-only {
	display: none;
}



/****セクション間隔****/
.ui-static-container-space-m {
  margin-top: 40px; 
  margin-bottom: 40px; 
}

/****MV****/

.ui-static-main-visual-bg-big {
    background-image: url("../img/main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px; 
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-static-main-visual {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

/* テキストを重ねる場合
.ui-static-main-visual-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}　 */

.ui-static-main-visual-no-image {
    background: transparent;
}

/****コタキナバル説明****/

.description-kotaki .ui-static-item-card-horizontal-reverse {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
}

/* テキストエリア(左） */
.description-kotaki .ui-static-item-card-details {
    display: flex !important;
    flex-direction: column !important;
    width: 55% !important;
    flex: 0 0 55% !important;
    max-width: 55% !important;
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: none !important; /* 共通Gridを完全に無効化 */
}

/* 地図エリア(右） */
.description-kotaki .ui-static-image-container {
    width: 45% !important;
    flex: 0 0 45% !important;
    max-width: 45% !important;
    margin: 0 !important;
    display: block !important;
}

/* 地図画像 */
.description-kotaki .ui-static-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.description-kotaki .ui-static-image img {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
}

/* 見出し・サブタイトル(左） */
.description-kotaki h2.font-normal {
    font-weight: bold !important;
	font-size: 40px !important;
    text-align: center !important;
    padding-top: 30px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    display: block !important;
}

.description-kotaki .ui-static-heading-subtitle {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

/* 魅力マップ(左） */
.description-kotaki .ui-static-content-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
    display: block !important;
}

.description-kotaki .ui-static-content-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 説明文テキスト */

h2.ui-static-heading.ui-static-heading-size-huge.ui-static-heading-left.ui-static-heading-with-subtitle-top {
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.description-kotaki .ui-static-text-black {
    text-align: left !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
}


/****スケジュール表****/

.flight-schedule {
	background-color: #f2f2f2;
	padding: 40px 0;
}	

section.flight-schedule .layout-d {
    padding: 0 20px;
    box-sizing: border-box;
}

.flight-schedule .ui-static-table-table {
    background-color: #ffffff;
}

.ui-static-table-table thead th {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
}

.ui-static-table-table-wrapper {
	display: flex;
	gap: 24px;
	text-align: center;
}

 .flight-schedule .ui-static-table.ui-static-table-variant-basic .ui-static-table-table-wrapper .ui-static-table-table th, .ui-static-table.ui-static-table-variant-basic .ui-static-table-table-wrapper .ui-static-table-table td {
	flex: 1;
  　text-align: center;
}


.ui-static-text.ui-static-text-small {
    color: #000000;
}

.flight-schedule h2.ui-static-heading.ui-static-heading-size-huge.font-normal {
    font-weight: bold !important;
	font-size: 40px !important;
}

/* 早割 */
.flight-image-container .u-pc-only {
	text-align: center !important;
    width: 100%;
}

.flight-image-container .u-sp-only { display: none; }

/**** コタキナバルの楽しみ方 ****/

h2.ui-static-heading.ui-static-heading-size-enormous.ui-static-heading-center.color-green {
    margin-top: 20px ;
	margin-bottom: 10px ; 
    padding-top: 0 ;
	color: #2e7d32 ;
	font-weight:bold;
}

.ui-static-heading.ui-static-heading-size-medium.color-green.ui-static-heading-left.ui-static-heading-light-lg.ui-static-heading-bold.enjoy-kotaki {
	font-size: 25px;
	font-weight: bold;
	}

.layout-c {
    margin-top: 10px;
    margin-bottom: 80px;
}

.ui-static-item-card-details .ui-static-heading.ui-static-heading-size-medium.color-green {
    font-size: 32px;
	color: #2e7d32 !important;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.ui-static-item-card-details .ui-static-item-card-description .font-normal {
    font-size: 14px;
	font-weight: normal;
    line-height: 1.5;
    color: #333333;
    margin-top: 0;
    padding-top: 0;
}

.ui-static-item-card-details.ui-static-container-space-xs {
    padding-top: 12px;
    padding-bottom: 8px;
}

.ui-static-grid-list {
    margin-top: 20;
}


/****タブ****/

.ui-static-tab-container {
    width: 100%;
	margin-top: 80px; 
    margin-bottom: 80px; 
}

.ui-static-tab-button-list {
    display: flex;
    gap: 4px; 
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    border: none;
    background: none;
}

.ui-static-tab-button {
    flex: 1;
    padding: 16px 12px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 4px; 
    background-color: #ffffff ;
    color: #2e7d32 ;
    border: 1px solid #2e7d32;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}


.ui-static-tab-button:hover {
    background-color: #f5f5f5;
    color: #2e7d32 ;
}

.ui-static-tab-button.is-active {
    background-color: #2e7d32 ;
    color: #ffffff ;
    border-color: #2e7d32;
}

.ui-static-tab-button.is-active:hover {
    background-color: #2e7d32 ;
    color: #ffffff ;
}

.ui-static-tab-button::before {
    display: none ;
    content: none ;
}

.ui-static-tab-button.is-active::after {
    display: block ;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #2e7d32 transparent transparent transparent;
}

.ui-static-tab-button .sub {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.ui-static-tab-button .main {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.ui-static-tab-content {
    padding-top: 0px;
}

.ui-static-tab-content-item {
    display: none;
}

.ui-static-tab-content-item.is-active {
    display: block;
}




/****タブ内コンテンツ****/

/****タブ１見出し　****/


h2.ui-static-heading.ui-static-heading-size-huge.font-normal.tab-1-heading {
    font-weight: bold !important;
    font-size: 40px !important;
    color: #2e7d32 !important;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    padding-top: 0 !important;
    text-align: center;
    align-items: center;
    position: static !important; 
    display: flex !important;
    flex-direction: column-reverse !important;
}

/* サブタイトル */
section.tab-1 span.ui-static-heading-subtitle {
    display: block !important;
    position: static !important;
    transform: none !important;
    margin-bottom: 10px !important;
    font-size: 0.5em;
    font-weight: bold;
}

/* 人気No.1を強調 */
section.tab-1 .highlight-text {
	font-weight: bold;
	font-size: 20px;
	color: #342715;
	background: linear-gradient(transparent 55%, #fcdf52 55%);
	padding: 0px 2px 0px 8px;
}
	

/****リスト全体****/
.ui-static-grid-list.ui-static-grid-col-1.ui-static-grid-space-01 {
	margin-top:40px
}

/* --- カードの囲い（グリーン） --- */
.layout-e .ui-static-item-card {
    display: flex; 
    align-items: stretch;
    border: 1px solid #2e7d32; 
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px; 
    background-color: #ffffff;
    min-height: 150px;
}

/* --- 左側：画像エリア --- */
.layout-e .ui-static-image {
    flex: 0 0 200px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.layout-e .ui-static-image-container {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.layout-e .ui-static-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

/* --- 右側：テキスト詳細エリア --- */
.layout-e .ui-static-item-card-details {
    flex: 1;
    padding: 20px 20px 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: left;
}

/* --- カード内見出し --- */
.layout-e .ui-static-item-card-details h3.ui-static-heading {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    color: #2e7d32;
    font-size: 25px !important;
    font-weight: 600 !important;
}

/* 世界遺産アイコン --- */
.world_heritage-icon {
    width: auto;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}

/* --- カード内説明文 --- */
.layout-e .ui-static-item-card-description {
    margin: 0;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6;
    color: #333333;
    text-align: left;
    display: block;
}



/* 食事エリア ★SP版修正★*/

.meal-banner-container {
  margin-top: 30px;
  padding: 0 10px;
  width: 100%;
}

.meal-banner-bar {
  background-color: #ff264f;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  border-radius: 0px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.meal-banner-subtext {
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* --- 2つ目のタブ専用のデザイン指定 --- */

/* タブ2の大見出し */
.tab-2-heading {
    color: #cf3700 !important;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-top: 0 !important;
    text-align: center;
	font-weight:bold;
}

/* 日付テキストのスタイル -中止-
.ui-static-image-date {
    font-size: 30px !important;
    font-weight: 900 !important;
    margin-bottom: 10px !important;
    text-align: left;
    line-height: 1;
}

.ui-static-image-date.day2 {
    color: #cf3700 !important;
}

.ui-static-image-date.day3 {
    color: #2176ba !important;
}*/

/* キナバル公園とポーリン温泉(オレンジ枠） */
.enjoy-kotakinabalu .ui-static-item-card-full-width {
    border-color: #cf3700 !important;
} 

/* グリッド*/
.tab-item-style-02 .ui-static-grid-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    align-items: stretch !important;
}

.tab-item-style-02 .ui-static-item-card:nth-child(n+2) {
    width: calc(50% - 12px) !important; 
    flex: 0 0 calc(50% - 12px) !important;
    border: 1px solid #cf3700 !important;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 24px !important;
    align-items: stretch !important;
    gap: 12px !important;
}

/* 画像エリア */
.tab-item-style-02 .ui-static-item-card:nth-child(n+2) .ui-static-image {
	flex: 2 !important; 
    width: auto !important;
    max-width: 40% !important;
    padding: 15px !important;
    margin-bottom: 0 !important;
    aspect-ratio: 3 / 2 !important;
    overflow: hidden !important;
    align-self: flex-start !important;
    display: flex !important;
    flex-direction: column !important; 
    background: transparent !important;
}

/* 画像コンテナと中身のフィット */
.tab-item-style-02 .ui-static-image-container {
    width: 100% !important;
    height: 100% !important;
}

/* テキストエリア */
.tab-item-style-02 .ui-static-item-card:nth-child(n+2) .ui-static-item-card-details {
    flex: 3 !important;
    padding: 20px 15px 20px 0 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

/* 文字色・サイズ */
.layout-e.tab-item-style-02 .ui-static-item-card-details h3.ui-static-heading {
    color: #cf3700 !important;
    font-size: 25px !important;
	font-weight: bold;
	margin-top: 20px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.tab-item-style-02 .ui-static-item-card-description {
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* 画像自体のフィット設定 */
.tab-item-style-02 .ui-static-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* スマホ対応（992px以下は縦1列） */
@media screen and (max-width: 992px) {
    .tab-item-style-02 .ui-static-item-card:nth-child(n+2) {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* --- ２つから選べるオプショナルツアー --- */

/* 見出し（ブルー） */
.tab-2-heading.color-blue {
    color: #2176ba !important;
    margin: 40px 0 50px !important;
    text-align: center;
	font-weight:bold;
}

/* 1. グリッド親要素 */
.tab-item-style-03 .ui-static-grid-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    align-items: stretch !important;
}

/* 2. カード本体 */
.layout-e.tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width {
    width: calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px) !important;
    border: 1px solid #2176ba !important;
    background-color: #ffffff;
    border-radius: 4px;
    display: flex !important;
    flex-direction: row !important;
    overflow: hidden;
    gap: 0 !important;
    margin-bottom: 24px !important;
}

/* 画像エリア */
.tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width .ui-static-image {
    flex: 2 !important; 
    max-width: 40% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    padding: 15px !important;
    height: auto !important;
    background: none !important;
}

/* バッジ（プランA/B） */
.ui-static-image-badge {
    display: block !important;
    width: 100% !important;
    background-color: #2176ba !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    margin-bottom: 8px !important;
    border-radius: 50px;
    flex-shrink: 0;
}

/* キナバル公園用のバッジ　★SP用修正 */
.tab-item-style-02 .ui-static-image-badge {
    background-color: #cf3700 !important;
    margin-bottom: 8px !important;
}

.tab-item-style-02 .ui-static-image {
    flex-direction: column !important;
}

/* 4. 画像コンテナ */
.tab-item-style-03 .ui-static-image-container {
    width: 100% !important;
    position: relative !important;
    height: 0 !important;
    padding-top: 80% !important;
    overflow: hidden !important;
    border-radius: 2px;
}

.tab-item-style-03 .ui-static-image-container img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* テキストエリア */
.tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width .ui-static-item-card-details {
    flex: 3 !important; 
    padding: 20px 15px 20px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
}

/* テキストスタイル */
.layout-e.tab-item-style-03 .ui-static-item-card-details h3.ui-static-heading {
    color: #2176ba !important;
    font-size: 25px !important;
	font-weight: bold !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.tab-item-style-03 .ui-static-item-card-description {
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

/* スマホ対応 */
@media screen and (max-width: 992px) {
    .tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 16px !important;
    }
}

/****調整 ★SP用修正****/
/* 左側：画像エリアの余白を統一 */
.tab-item-style-02 .ui-static-image,
.tab-item-style-03 .ui-static-image {
    padding: 15px 0px 15px 15px !important; /* バッジの上端を決める */
}

/* 右側：テキストエリアの余白を左側と合わせる */
.tab-item-style-02 .ui-static-item-card-details,
.tab-item-style-03 .ui-static-item-card-details {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}

/* 1. カード本体：flex-startを削除（またはstretchに変更） */
.tab-item-style-02 .ui-static-item-card:nth-child(n+2),
.layout-e.tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width {
    align-items: stretch !important; /* これでテキスト側が画像に合わせて伸びます */
}

/* 2. 画像エリア：高さを親に合わせ、計算を安定させる */
.tab-item-style-02 .ui-static-item-card:nth-child(n+2) .ui-static-image,
.tab-item-style-03 .ui-static-item-card.ui-static-item-card-half-width .ui-static-image {
    flex: none !important;
    width: 40% !important;
    height: auto !important;
}

/* 3. 画像コンテナ：アスペクト比を3:2で固定 */
.tab-item-style-02 .ui-static-image-container,
.tab-item-style-03 .ui-static-image-container {
    width: 100% !important;
    aspect-ratio: 3 / 2 !important; /* 比率を強制 */
    height: auto !important;
    padding-top: 0 !important;
}

/* 4. 画像自体：absoluteを解除 */
.tab-item-style-02 .ui-static-image-container img,
.tab-item-style-03 .ui-static-image-container img {
    position: static !important; /* 比率を正しく反映させるため */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 2. 画像エリア：幅を40%で固定（3日目と同じ幅に合わせる） */
.tab-item-style-02 .ui-static-item-card:nth-child(n+2) .ui-static-image {
    flex: none !important;
    width: 40% !important; /* ここで3日目のmax-width: 40%と合わせます */
    max-width: 40% !important;
    min-width: 40% !important;
    height: auto !important;
}

/****おすすめホテル****/

/* --- おすすめホテル セクション全体 --- */
.hotel-section {
    background-color: #fffdf2 !important;
    padding: 20px 10px;
}

/* 見出し */
.hotel-section h2.ui-static-heading.ui-static-heading-size-enormous.ui-static-heading-center.ui-static-heading-with-icon.heading-hotel {
	margin-top: 20px;
	margin-bottom: 10px;
	color:#f39800 !important;
	font-weight:bold !important;
}

.hotel-grid-wrapper {
    width: 100% ;
    max-width: 100% ;
    margin-top: 0 ;
}

/* グリッド */
.hotel-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    align-items: stretch !important;
    justify-content: center;
	padding: 10px;
}

/* オレンジの枠 */
.hotel-card {
    width: calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px) !important;
    background-color: #ffffff;
    border: 2px solid #f39800 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
}

.hotel-content {
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* タグ（丸枠見出し） */
.hotel-tags {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-block;
    border: 1px solid #f39800;
    color: #f39800;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 50px;
}

/* ホテル名 */
.hotel-name {
    color: #f39800 !important;
    font-size: 21.5px !important;
    font-weight: bold;
    letter-spacing: normal;
    margin: 15px 0 15px 0 !important;
    line-height: 1.3 !important;
}

/* ホテル名横 ゴルフアイコン挿入 */
/* 1. 親コンテナ：文字を左端に固定し、画像に余ったスペースを割り当てる */
.hotel-header-container {
    display: flex;
    align-items: center; 
    gap: 1em;           /* 文字1文字分の半分くらいの隙間（可変） */
    margin: 1em 0 !important;
    width: 100%;
}

/* 2. ホテル名：文字の幅を最優先 */
.hotel-header-container .hotel-name {
    margin: 0 !important;
    flex: 0 1 auto;      /* 自分の幅（文字数）に合わせる */
}

/* 3. 画像の「枠」：文字との位置関係だけを決める目に見えない基準点 */
.icon-box {
    position: relative;
    flex: 0 0 3em;       /* 3文字分くらいの「場所」だけ確保 */
    height: 1em;         /* 高さは文字に合わせる */
}

/* 4. 画像本体：枠を無視して大きく表示 */
.golf-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); /* 上下中央揃え */
    
    /* pxを使わず大きさを指定 */
    width: 210%;         /* 親（icon-box）の幅に対して2.5倍のサイズではみ出す */
    max-width: none !important;
    height: auto !important;
    z-index: 5;
}

/* キャッチコピー（太字） */
.hotel-catch {
    font-weight: bold !important;
    color: #333333;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

/* 説明文 */
.hotel-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #333333;
    margin-bottom: 25px !important;
    flex-grow: 1;
}

/* 画像エリア */
.hotel-images {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.hotel-images .img-box {
    flex: 1;
    aspect-ratio: 4 / 3;
    background-color: #dfedff;
    overflow: hidden;
    border-radius: 2px;
}

.hotel-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* スマホ対応 */
@media screen and (max-width: 992px) {
    .hotel-card {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    .hotel-name {
        font-size: 20px !important;
    }
}

/****おすすめツアー****/



section.tour h2.ui-static-heading.ui-static-heading-size-enormous.ui-static-heading-center.ui-static-heading-with-icon.heading-tour {
	color:#333333;
	font-weight:bold !important;
	margin-top: 20px;
	margin-bottom: 10px;
}

.heading-tour-title{
	font-weight:bold;
}

.color-green {
	color:#2e7d32;
}

.ui-static-heading.ui-static-heading-size-enormous.ui-static-heading-center.heading-tour-title.color-green {
 font-size: 25px;
	}

/* --- セクション全体 --- */
.tour-section {
    background-color: #f5f4fd;
    padding: 40px 10px 40px 10px;
}

/****ツアー見出し部分****/にｎ
.point-heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

/****タグ****/

.tour-tag.size-small.color-purple {
	display: block;
	width: fit-content;
	border: 1px solid #6f23f2;
	color:#6f23f2;
	background-color:#FFFFFF;
	font-size: 16px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 50px;
	margin: 0 auto;
}

/****ツアー名見出し****/
h4.ui-static-heading.ui-static-heading-size-huge.ui-static-heading-left.ui-static-heading-with-subtitle-top {
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 20px;
	}

/****ツアーポイントリスト****/

/* 外側の枠 */
.point-list-wrapper {
  margin: 0 auto !important;
  width: 90%;
  padding: 0px 20px;
  background-color: #ffffff;
}

/* リスト全体 */
.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.point-item {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 5px;
  margin: 20px 5px 30px 5px;
  border-bottom: 2px dashed #d63384;
  border-bottom-weight:bold;
}

/* 画像コンテナ */
.point-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
　margin-right: 10px;
}

/* 画像 */
.point-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.point-text {
  margin-botton: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}

/*商品*/

.is-tour {
	padding:10px;
}

.is-tour li {
	background-color:#fff;"
}
.ui-static-grid-lg-space-article-card {
        margin-top:20px;
    }

.card__imgTag {
          padding: 2px 8px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          background-color: #697180;
        position: absolute;
          top: 0;
          right: 0;
          }

       &:empty {
            display: none;
}

  .ui-static-product-card[data-product-card-type=secondary] .ui-static-product-card-label {
        bottom:-22px;
	   max-width:100%;
	  text-align:left;
    }

 .ui-static-product-card[data-product-card-type=secondary] .ui-static-product-card-departure-arival-info {
        padding:0 14px;
    }

.product__list--point {
	background-color:#e90000;
	text-align:center;
	color:#fff;
	padding:3px;
	font-weight:bold;
	margin:10px 0 !important;
}

 .card__price--compact {
        display: block;
        font-size: 20px;
        color: #e90000;;
        font-weight: bold;
        word-break: auto-phrase;
      }

.card__calender,
      .product__list--notes {
        font-size: 12px;
        color: #697180;
      }


.ui-static-grid-item {
   height:100%;
	display:flex;
}

.ui-static-product-card .ui-static-product-card-inner {
    height:initial;
}

.card__imgTag {
	display:none;
}


@media (max-width: 480px) {
  .point-text {
    font-size: 14px;
  }
}

/* 商品カード下のボタン */

.ui-static-button.ui-static-button-secondary.ui-static-button-large.tour {
 margin: 0 auto;
 display: flex;
 justify-content: center;	
}

/* ２つめのツアー */

.tour-section02 {
    background-color: #f4ffef;
    padding: 40px 10px 40px 10px;
}

.point-item.color-green {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 5px;
  margin: 20px 5px 30px 5px;
  border-bottom: 2px dashed #50d528;
  border-bottom-weight:bold;
}

/* 画像コンテナ */
.point-icon.color-green {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
　margin-right: 10px;
}

/* 画像 */
.point-icon.color-green img {
  width: 100%;
  height: auto;
  display: block;
}

.tour-tag.size-small.color-green {
	display: block;
	width: fit-content;
	border: 1px solid #2e7d32;
	color:#2e7d32;
	background-color:#FFFFFF;
	font-size: 16px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 50px;
	margin: 0 auto;
}

/****おすすめ特集****/
.tokusyuWrap {
 margin-top:80px;
}

.tokusyuWrap .title-section-category {
 text-align:center;
 font-size:40px;
 font-weight: bold;
}

.tokusyu, .reco-banner__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.reco-banner__list {
  padding: min((39vw / 7.5), 30px);
  gap: min((38vw / 7.5), 40px);

}
.reco-banner__item {
  width: min((296vw / 7.5), 192px);
}
.tokusyu li a, .reco-banner__link {
  display: block;
  box-shadow: 0px 0px 0px 1px #000;
  transition: opacity .4s;
}
.tokusyu li a:hover, .reco-banner__link:hover {
  box-shadow: 0px 0px 0px 2px #000;
  opacity: 0.6;
}
.tokusyu li img, .reco-banner__image {
  width: 100%;
}

	
/* タブレット版（768px〜1024px）の調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.ui-static-tab-button .main {
		font-size: 28px;
		}

	.ui-static-tab-button.is-active::after {
		bottom: -26px;
		border-width: 20px 19px 0 20px;
	}
	
	.ui-static-tab-button .sub {
		font-size: 15px;
	}
	
	.ui-static-section-wrapper {
        padding: 40px 20px 96px;
    }
	
  .tokusyuWrap .title-section-category {
    font-size: 40px;
  }

  .tokusyu, .reco-banner__list {
	display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
	justify-content: center;
  }

  .reco-banner__item {
    width: calc(25% - 12px); 
    box-sizing: border-box;
  }}