@charset "utf-8";
:root {
    --ana-blue: #0059B8;
    /* --ana-blue: #0F1E54; */
    --light-gray: #F4F4F4;
}
img {
    display: inline-block;
}
div {
    color: #000000;
}
body {
    font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    NotoSansCJKjp,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    Arial,
    Meiryo,
    sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: var(--light-gray);
}
ol, ul {
    list-style: none;
}
header {
    color: white;
    display: block;
}
.l-site_header {
    background-color: white;
    width: 100%;
    height: 50px;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eee;
}
.l-site_header-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.breadcrumb {
    padding: 8px 0;
    background-color: #fff;
}
.breadcrumb .breadcrumb-list {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wrap-content {
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb .breadcrumb-list-item {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    font-size: 13px;
}
.breadcrumb .breadcrumb-list-item-link {
    color: #004ea2;
    text-decoration: none;
    font-size: 13px;
    padding-right: 2px;
}
.breadcrumb .breadcrumb-list-item:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1em;
	height: 1em;
	font-size: .8em;
	background-image: url("../_assets/img/icon_arrow_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
.breadcrumb .breadcrumb-list-item:last-child:after {
	display: none;
}

.l-site_header-logo {
    height: 67px;
    position: absolute;
    left: 10px;
    width: 100%;
}
main.main-container {
    font-family: "Noto Sans JP", sans-serif;
}
.pc_kv {
    text-align: center;
    background-color: #F5F5F5;
}
.sp_kv {
    display: none;
    background-color: #F5F5F5;
}
h1 {
    margin: 0;
    font-size: 2.5em;
}
.container {
    background-color: #FFFFFF;
}
.main-content {
    background-color: white;
    border-radius: 10px;
    padding: 10px 80px 50px 80px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-width: 1280px;
    margin: auto;
}
h2 {
    color: #FFFFFF;
    border-bottom: 2px solid var(--ana-blue);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    background-color: var(--ana-blue);
    border-radius: 15px;
}
.highlight {
    background-color: #FFF3B0;
    padding: 2px 5px;
    font-weight: bold;
}
.highlight-blue {
    background-color: #0B318F;
    padding: 6px 5px;
    font-weight: bold;
    margin-left: 28px;
    color: #FFDD00;
}
#countdown {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    color: var(--ana-blue);
    background-color: var(--light-gray);
    padding: 15px;
    border-radius: 8px;
    border: 3px solid;
}
/* 数字部分だけのスタイル */
.count-num {
    font-size: 35px;
    font-weight: bold; /* 太字にするとより強調されます（任意） */
}

/* 全体のフォントサイズ（必要に応じて） */
#countdown {
    font-size: 24px; /* 「時間」「分」などの文字サイズ */
}
.sale-info {
    background-color: var(--light-gray);
    border-left: 5px solid var(--ana-blue);
    padding: 15px;
    margin: 20px 0;
}
.sale-info h2 {
    background-color: var(--light-gray);
    color: var(--ana-blue);
    border-radius: 0;
    font-size: 23px;
    text-align: start;
}
.sale-info p {
    font-size: 17px;
    padding: 10px 0;
}
.sale-contents {
    padding: 0;
    padding-left: 30px;
    line-height: 2.3;
}
.sale-contents li,.sale-point li {
    font-size: 15px;
    padding: 5px 0;
}
.sale-point {
    padding-left: 30px;
}
.sale-point li {
    font-size: 18px;
    line-height: 1.8;
}
.sale-point li span {
    font-size: 20px;
    font-weight: 900;
}
.points-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    color: #333;
}

/* カードのスタイル */
.point-card {
    position: relative; /* バッジを絶対配置するために必要 */
    border: 3px solid #0059B8; /* 水色の枠線 */
    border-radius: 12px;
    padding: 40px 30px 30px; /* 上の余白を多めにとってアイコンと被らないように */
    width: 340px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px; /* バッジが飛び出る分の余白 */
}

/* 上部の「Point X」バッジ */
.point-badge {
    position: absolute;
    top: -20px; /* 枠線の上に半分乗せる */
    left: 50%;
    transform: translateX(-50%); /* 中央寄せ */
    background-color: #0059B8;
    color: #fff;
    padding: 8px 30px;
    border-radius: 20px; /* カプセル型にする */
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

/* アイコンエリア */
.card-icon {
    font-size: 50px; /* アイコンのサイズ */
    color: #003366; /* 濃い青色 */
    margin-top: 20px;
    margin-bottom: 30px;
    height: 60px; /* 高さ固定でレイアウトズレ防止 */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* タイトル（青文字） */
.card-title {
    color: #1D4F8F; /* 少し濃い青 */
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* 説明文 */
.card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    text-align: start;
}

.reservation-info,.reservation {
    text-align: start;
    padding-left: 25px;
}



.booking {
    padding: 6px 0;
    padding-left: 30px;
    line-height: 2;
}
.wrap-content {
    background-color: #FFFFFF;
    border-radius: 15px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}
.flex-wrap ul {
    width: 25%;
    padding-left: 0;
}
.dotted_line .dep_area {
    color: #0069ff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.dotted_line .dep {
    padding: 20px 5px 35px 5px;
    text-align: center;
    width: 160px;
    margin: auto;
}
.dotted_line .dep a {
    color: #ffffff;
    font-size: 15px;
    background-color: #EC407A;
    padding: 10px 30px;
    border-radius: 40px;
    border: solid 5px #ffffff;
    text-decoration: none;
}
.dotted_line .dep a .video_play {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.05em solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    margin-bottom: -3px;
    margin-right: 10px;
}
.dotted_line .dep a .video_play::before {
    position: absolute;
    color: #EC407A;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
}
/* コンテナ（3列並び） */
.tour-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    margin: 0 auto;
    flex-wrap: wrap; /* スマホで折り返す設定 */
}

/* カード全体 */
.tour-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; /* 角丸からはみ出ないように */
    width: 340px; /* カード幅 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

/* --- ヘッダー部分 --- */
.card-header {
    background-color: #0B318F; /* 水色 */
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    min-height: 80px; /* 高さ揃え */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-title {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #FFFFFF;
}

.hotel-name {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
    border-bottom: none;
    background-color: #0B318F;
}

/* --- ボディ部分 --- */
.card-body {
    padding: 20px 15px;
}
.fa-solid img {
    width: 100px;
}
/* アイコンセクション（飛行機＋ホテル） */
.icon-section {
    display: flex;
    justify-content: center;
    align-items: center; /* 垂直方向中央 */
    margin-bottom: 20px;
}

.icon-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border: 2px solid #95348b; /* 紫色の枠線 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #95348b;
    font-size: 24px;
    margin-bottom: 5px;
}

.icon-label {
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.plus-sign {
    font-size: 30px;
    font-weight: bold;
    color: #95348b;
    margin: 0 10px 20px; /* アイコンの位置調整のため下マージン多め */
}

/* 画像エリア */
.hotel-img-wrapper {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.hotel-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3; /* 画像比率を固定 */
    object-fit: cover;
}

/* 出発地・目的地情報 */
.route-info {
    text-align: center;
    margin-bottom: 10px;
}

.departure {
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.destination-badge {
    background-color: var(--ana-blue);
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
}

/* エリア情報 */
.area-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.area-label {
    font-size: 12px;
    margin-right: 10px;
}

.area-badge {
    background-color: #ccc; /* グレー */
    color: #333;
    font-size: 11px;
    padding: 3px 15px;
    border-radius: 12px;
}

/* --- ボタンリスト --- */
.button-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tour-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bcd4; /* 水色 */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    position: relative; /* 矢印配置用 */
    font-size: 20px;
    transition: opacity 0.2s;
}

.tour-btn:hover {
    opacity: 0.8;
}

.tour-btn i {
    position: absolute;
    right: 15px; /* 右端に配置 */
    font-size: 12px;
}



.l-site-footer {
    background-color: #004EA2;
}
.l-site-footer-list {
    display: flex;
    flex-wrap: wrap;
}
.l-site-footer-list .l-site-footer-list-item:first-child {
    border-left: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item {
    width: 25%;
    border-right: 1px solid rgba(238, 238, 238, 0.4);
    background-color: #004EA2;
    text-align: center;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item-link {
    transition: .3s;
    display: block;
    padding: 20px 15px;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.l-site-footer-copyright {
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
    font-size: 8px;
}
.footer__inner {
    background-color: #f2f2f2;
    text-align: center;
    padding: 30px 0;
}

.footer-logo img {
    text-align: center;
}
.g-footer {
    margin-top: 0px;
}












/* --- カレンダー枠の基本設定 --- */
  .flatpickr-calendar {
    width: 100% !important;
    max-width: 400px !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important;
    padding: 0 !important;
    background: #fff;
    overflow: hidden;
  }
  
  .flatpickr-rContainer {
    width: 100% !important;
  }

  /* --- ヘッダー --- */
  .custom-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 100;
  }
  .custom-header-title { font-weight: bold; font-size: 16px; color: #202124; margin-left: 24px; flex-grow: 1; text-align: center; }
  .custom-close-btn { cursor: pointer; display: flex; flex-direction: column; align-items: center; color: #1a73e8; font-size: 10px; width: 40px; }
  .custom-close-icon { font-size: 20px; line-height: 1; }

  /* --- 年月ナビゲーション（青いバー） --- */
  .flatpickr-month {
    background-color: #004ea2 !important;
    color: #fff !important;
    /* 【変更】高さを50pxに設定 */
    height: 50px !important; 
    position: relative;
    display: flex;
    align-items: center; /* これで中の要素は自動的に垂直中央になります */
    justify-content: space-between !important;
    padding: 0 5px !important;
    overflow: visible !important;
  }

  /* 独自ボタン */
  .custom-month-nav {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    cursor: pointer;
    padding: 0 10px !important;
    height: 100%; /* 50pxいっぱいに広がりクリックしやすく */
    display: flex;
    align-items: center; /* ボタンの文字も垂直中央 */
    white-space: nowrap;
    z-index: 999;
    user-select: none;
  }
  .custom-month-nav:hover { opacity: 0.8; }
  
  .flatpickr-prev-month, .flatpickr-next-month { display: none !important; }

  /* --- 年月表示エリア --- */
  .flatpickr-current-month {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 0 !important;
    height: 100% !important; /* 50pxいっぱいに広がる */
    width: auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; /* 年月文字を垂直中央 */
    color: #fff !important;
    pointer-events: none;
  }
  
  .flatpickr-current-month .numInputWrapper, 
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    pointer-events: auto;
    display: flex;
    align-items: center;
  }

  .numInputWrapper { 
    width: auto !important; 
    height: auto !important;
    margin-top: 1px;
  }
  .flatpickr-current-month input.cur-year {
    background: transparent !important; border: none !important; color: #fff !important; font-size: 18px !important; font-weight: bold !important; padding: 0 !important; margin: 0 !important; width: 45px !important; text-align: right; -webkit-appearance: none;
    line-height: normal !important;
    height: auto !important;
    vertical-align: middle;
  }
  .numInputWrapper::after { 
    content: "年"; color: #fff; font-size: 18px; font-weight: bold; margin: 0 4px 0 1px; 
    line-height: normal !important; 
    display: inline-block;
  }
  .numInputWrapper span { display: none !important; }

  .flatpickr-monthDropdown-months {
    appearance: none; -webkit-appearance: none; background: transparent !important; border: none !important; color: #fff !important; font-size: 18px !important; font-weight: bold !important; padding: 0 !important; margin: 0 !important; cursor: pointer; text-align: left; width: auto !important;
    line-height: normal !important;
    height: auto !important;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover { background: transparent !important; }
  
  /* プルダウン文字色（黒） */
  .flatpickr-monthDropdown-months option {
    color: #000000;
    background-color: #fff;
  }

  /* --- 曜日・日付 --- */
  .flatpickr-weekdays { 
    background: #fff !important; 
    height: 40px !important; 
    border-bottom: 1px solid #f0f0f0;
    width: 100% !important; 
    display: flex !important;
  }
  
  span.flatpickr-weekday { 
    background: transparent !important; 
    color: #3c4043 !important; 
    font-size: 12px !important; 
    font-weight: bold !important; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex: 1 0 0 !important; 
  }
  span.flatpickr-weekday:nth-child(1) { color: #d93025 !important; }
  span.flatpickr-weekday:nth-child(7) { color: #1a73e8 !important; }

  .flatpickr-days { 
    padding: 10px 0; 
    width: 100% !important; 
    display: flex !important;
  }
  
  .dayContainer {
    padding: 0 !important;
    outline: 0 !important;
    text-align: left !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
  }

  .flatpickr-day { 
    color: #3c4043 !important; 
    font-size: 14px !important; 
    border-radius: 50%; 
    border: 1px solid transparent !important; 
    height: 40px; 
    line-height: 40px; 
    width: 14.2857% !important; 
    max-width: 14.2857% !important;
    flex-basis: 14.2857% !important;
    margin: 5px 0 0 0 !important; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* 日曜・土曜の色 */
  .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) { color: #d93025 !important; }
  .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) { color: #1a73e8 !important; }

  /* 祝日の色設定 */
  .flatpickr-day.is-holiday,
  .flatpickr-day.is-holiday:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay) {
    color: #d93025 !important;
    font-weight: bold;
  }

  .flatpickr-day.flatpickr-disabled, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay { color: #d0d0d0 !important; cursor: default !important; }
  .flatpickr-day.selected { background: #1a73e8 !important; color: #fff !important; font-weight: bold; border-color: #1a73e8 !important; }
  .flatpickr-day.selected.is-holiday { color: #fff !important; }








.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
@media (max-width: 768px) {
    .container {
        padding: 0;
    }
    .main-content {
        padding: 20px;
    }
    h1 {
        font-size: 2em;
    }
    .pc_kv {
        display: none;
    }
    .sp_kv {
        display: block;
    }
    #countdown {
        font-size: 3.5vw;
        margin: -15px 0 30px 0;
    }
    .count-num {
        font-size: 26px;
    }
    .sale-info {
        padding: 10px;
    }
    .sale-info h2 {
        font-size: 20px;
    }
    .sale-info p {
        font-size: 13px;
        letter-spacing: -0.2px;
    }
    .sale-contents li, .sale-point li {
        line-height: 1.8;
    }
    .reservation-info, .reservation {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .points-container {
        flex-direction: column;
        align-items: center;
    }
    
    .point-card {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }
    .highlight-blue {
        display: block;
        margin-left: 0;
        padding: 6px;
    }
    .flex-wrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .flex-wrap ul {
        width: 50%;
    }
    .tour-container {
        flex-direction: column;
        align-items: center;
    }
    
    .tour-card {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }
    .dotted_line .dep_area {
        font-size: 16px;
    }
    .dotted_line .dep {
        padding: 20px 0px 35px 0px;
    }
    .sale-contents,.sale-point,.booking {
        padding-left: 0;
    }
    /* --- スマホ用レスポンシブ調整 --- */
  /* カレンダー全体の幅とサイズを調整 */
  .flatpickr-calendar {
    width: 90% !important; /* 画面幅の90%に収める */
    max-width: 350px !important; /* 最大幅を少し小さく */
    left: 50% !important; /* 左端を画面中央に */
    transform: translateX(-50%) !important; /* そのまま中央揃え */
    margin-top: 10px !important; /* 上に少し隙間 */
  }

  /* 青いバー（年月）の高さを少し詰める */
  .flatpickr-month {
    height: 40px !important;
  }
  
  /* ナビゲーションボタン（前の月・次の月）の文字サイズを小さく */
  .custom-month-nav {
    font-size: 10px !important;
    padding: 0 8px !important;
  }

  /* 年月の文字サイズを小さく */
  .flatpickr-current-month input.cur-year,
  .flatpickr-monthDropdown-months,
  .numInputWrapper::after {
    font-size: 16px !important;
  }
  
  /* 日付のマス目を少し小さく・詰め込む */
  .flatpickr-day {
    height: 36px !important;
    line-height: 36px !important;
    font-size: 13px !important;
  }
  
  /* 曜日の高さを調整 */
  .flatpickr-weekdays {
    height: 30px !important;
  }
}
