/* 漢拏山登山シャトルバス特集ページ用CSS - Figmaデザイン準拠 */

/* 全体のレイアウト */
.content-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* メインビジュアル */
.mv {
    margin-bottom: 40px;
    text-align: center;
}

.mv img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.mv p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}

/* コンテンツボックス */
.content-inner-box {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}
.content-inner-box:has(table){
    overflow-x: auto;
}
.content-inner-box ul{
    list-style: none;
}
.content-inner-box ul li{
    position: relative;
    padding-left: 10px;
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.096px;
    text-align: left !important;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
}
.content-inner-box ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
    min-width: 20px;
}
.content-inner-box ul li{
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.content-inner-box ol{
    list-style: none;
    counter-reset: 0;
    padding-left: 0;
}
.content-inner-box ol li{
    position: relative;
    padding-left: 20px;
    counter-increment: item;
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.096px;
    text-align: left !important;
}
.content-inner-box ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
    min-width: 20px;
}
.content-inner-box:last-child {
    margin-bottom: 20px;
}

/* 見出し */
.content-inner-box h2 {
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 51.2px */
    letter-spacing: 0.192px;
    text-align: left !important;
    padding-left: 30px;
    border-left:10px solid #AD9E87;
    margin-bottom: 32px;
}
.pack_box > .pack_inc > h4{
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 64px */
    letter-spacing: 0.24px;
}
.pack_list ul li{
    width: 100%;
}
.pack_box{
    width: 100%;
}
.pack_inc p{
    padding: 14px 0;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}
.ins_rr_div .div_rr p{
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.096px;
    text-align: left !important;
}

/* 画像とキャプション */
.content-inner-img {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.content-inner-img img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.content-inner-img span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    padding-top: 8px;
    font-style: normal;
    max-width: 800px;
    margin: 0 auto;
    text-align: left !important;
}

/* テキスト */
.content-inner-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    padding: 0 ;
}

/* テーブルスタイル */
.content-inner-box .table_box{
    overflow-x: scroll;
    width: 100%;
    min-width: 800px;
}
.content-inner-box table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    border: 1px solid #ddd;
    overflow-x: scroll;
}

.content-inner-box table + table {
    margin-top: 20px;
}

.content-inner-box thead th {
    background: #FAFAFA;
    color: #fff;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
}
.content-inner-box thead th.green{
    background: #19532D;
    width: 75%;
}
.content-inner-box thead th.pale_green{
    background: #E5F2E7;
    color: #111;
}

.content-inner-box thead th:first-child {
    background: #f5f5f5;
    
}

.content-inner-box tbody td {
    padding: 12px 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    background: #fff;
}

.content-inner-box tbody td:first-child {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #ddd;
}

.content-inner-box tbody tr:nth-child(even) td {
    background: #fafafa;
}

.content-inner-box tbody tr:nth-child(even) td:first-child {
    background: #f0f0f0;
}

/* 予約ボタン */
.btn_b_list_wrap{
    padding-top: 32px;
    border-top: 1px solid #DCDCDC;
    margin-top: 100px;
    
}
.btn_b_list {
    display: inline-block;
    background: linear-gradient(267deg, #978160 0%, #806845 100%);
    color: white;
    text-decoration: none;
    width: 240px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    box-shadow: none;
    transition: all 0.3s ease;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_b_list.back_btn{
    background: #363636;
    width: 200px;
    height: 48px;
}
.btn_back a.btn_b_list{
    margin: 0;

}
.content-inner .btn_b_list p {
    font-size: 18px;
    margin: 0;
    color: white;
    padding: 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .content-inner {
        padding: 0;
    }
    
    .content-inner-box {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .content-inner-box h2 {
        padding-left: 16px;
    }
    
    .content-inner-box table {
        font-size: 12px;
    }
    
    .content-inner-box thead th,
    .content-inner-box tbody td {
        padding: 8px 4px;
    }
    
    .btn_b_list {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .content-inner-box table {
        font-size: 11px;
    }
    
    .content-inner-box thead th,
    .content-inner-box tbody td {
        padding: 6px 2px;
    }
    
    .content-inner-box h2 {
        font-size: 20px;
    }
}

/* アニメーション効果 - 無効化 */
.content-inner-box {
    animation: none;
}

/* ホバー効果 - 無効化 */
.content-inner-box:hover {
    transform: none;
    box-shadow: none;
    transition: none;
}

/* テーブル行のホバー効果 - 無効化 */
.content-inner-box tbody tr:hover td {
    background: inherit;
}

.content-inner-box tbody tr:hover td:first-child {
    background: inherit;
}
