:root {
    --ana-blue: #0B318F;
    /* --ana-blue: #0F1E54; */
    --light-gray: #F4F4F4;
}
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: 10px;
    padding-left: 9px;
    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;
}
.sp_kv {
    display: none;
}
h1 {
    margin: 0;
    font-size: 2.5em;
}
.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);
}
h2 {
    color: var(--ana-blue);
    border-bottom: 2px solid var(--ana-blue);
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 21px;
    text-align: center;
}
.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 {
    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 #0B318F; /* 水色の枠線 */
    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: #0B318F;
    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;
}

.hotel-name {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
    border-bottom: none;
}

/* --- ボディ部分 --- */
.card-body {
    padding: 20px 15px;
}

/* アイコンセクション（飛行機＋ホテル） */
.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: #29a6c7; /* 水色 */
    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;
}
.g-footer {
    margin-top: 0px;
}
.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: 0;
        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;
    }
}
