@charset "UTF-8";



body {
    background-color: #fff;
    color: #001e43;
    font-family: "Public Sans", "Zen Kagu Gothic New", sans-serif;
}

#event-all {
    scroll-margin-top: 120px;
}

#kansatu {
    scroll-margin-top: 120px;
}

#yoyaku {
    scroll-margin-top: 120px;
}

/* リンクボタン */
/* .c-btn img {
    width: 15px;
} */

/* リンクボタンホバー時のアニメーション */
/* .c-btn {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 36px;
    gap: 10px;
    background-color: #ffff8f;
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    text-align: right
}

.planetarium-link a .c-btn-inner {
    display: block;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.planetarium-link a:hover .c-btn-inner {
    transform: translateX(4px);
} */


/* タイトル  */
.title-with-ruby {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.title-with-ruby rt {
    display: inline;
    font-size: 20px;
    font-weight: bold;
}


/* メイン画像 */
.main-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
}

/* フォントサイズ設定 */
h1 {
    font-size: 40px;
}

h2 {
    font-size: 25px;
    text-align: center;
}

main p {
    text-align: center;
    font-size: 16px;
}

/* 星観察会の内容、ステップの電話番号サイズ設定 */
.tel {
    font-size: 25px;
    color: #001e43;
}


/* 間隔設定 */

#event-tunen,
#kinzitu-event,
#schedule,
#teiin,
#price,
#place,
#motimono,
#kansatu,
#yoyaku,
#event-all,
h1 {
    margin-top: 80px;
    margin: 80px;
    margin-left: 5%;
    margin-right: 5%;
}

p {
    margin: 20px;
}

.address p {
    margin: 0;
}

h1 {
    margin-bottom: 100px;
    margin-top: 80px;
}

.step2-custom {
    margin-bottom: -150px;
}

#event-all {
    margin-bottom: -200px;
}

.header-all {
    margin-bottom: -60px;
}

#event-tunen {
    margin-top: 100px;
}


/* 表全体の設定 */
table {
    border-collapse: collapse;
}

table td {
    line-height: 1.3em;
    font-size: 18px;
}

th,
td {
    padding: 12px;
}

.date {
    width: 180px;
}

.event-table {
    text-align: center;
}

.content-text {
    text-align: left;
}

.tel {
    margin-top: 200px;
}

.table-scroll-container table td {
    font-size: 16px;
    line-height: 1.6;
}


/* 【通年開催、近日開催】 */

/*　表の幅設定 */

section table {
    width: 100%;
}

#event-tunen {
    margin-top: 300px;
}

.event-text {
    text-align: center;
    margin-bottom: 30px;
}

.line-date {
    display: none;
}

/* 表の幅変更（追加） */
.date-kaisai,
.time-kaisai {
    width: 160px;
}

.event-kaisai {
    width: 330px;
}


/* リンク設定 */

.link {
    color: #3333ff !important;
    text-decoration: underline !important;
    transition: color 0.3s ease;
}

/* クリックした瞬間や、マウスが乗った時の色 */
.link:hover,
.link:active {
    color: #ff3333 !important;
    text-decoration: none !important;
}


/*　それぞれの表の幅設定 */

.event {
    width: 350px;
}

.contact {
    width: 400px;
}

.date,
.time {
    width: 150px;
}


/* 【スケジュール】 */

/* 表全体の設定 */
.schedule-table {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.free,
.touzitu {
    width: 120px;
}

.schedule-text {
    text-align: center;
    margin-bottom: 30px;
}

.date,
.time,
.moon {
    width: 250px;
}


/* タイルみたいな表（コピペ） */

table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

table th,
table td {
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
}

table th {
    background-color: #8989ff;
    color: white;
    border: solid 1px #5151ff;
}

table td {
    background-color: #f1f1ff;
    border: solid 1px #d2d2ff;
    padding: 10px;
}


/* イベント案内 */

#event-all {
    margin-top: 120px;
}

/* 画像3枚を並べる */
.event-image-container {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
}

/* 画像の設定 */
.event-thumb {
    width: calc(33.333% - 14px);
    max-width: 500px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}


/* 星空観察会の内容 */

#kansatu header {
    margin-top: 120px;
    margin-bottom: 100px;
    padding: 0 5%;
    box-sizing: border-box;
}

#kansatu header h2 {
    margin-bottom: 50px;
}

.kansatu-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.header-all {
    flex: 1;
}

.header-all h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.header-all p {
    line-height: 1.6;
}


/* 画像エリア */
.kansatu-image {
    flex: 0 0 35%;
    text-align: right;
}

.kansatu-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: -95px;
}


/* 定員 */

#teiin {
    text-align: center;
    line-height: 2.5rem;
}

#teiin h3 {
    margin-top: 30px;
}

#teiin .note {
    display: block;
    line-height: 1.5rem;
    font-size: 0.95em;
}

.number {
    font-size: 30px;
}


/* 料金 */

#place {
    margin-top: 30px;
}

#price h3 {
    margin-top: 30px;
}

.price-table {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1ff;
}

.price-text {
    text-align: center;
    margin-bottom: 20px;
}

.price-table-container table td {
    font-size: 16px;
}

.koukou,
.chugaku,
.youzi {
    width: 150px;
}


/* 場所 */

#place {
    text-align: center;
    line-height: 2.3rem;
}

#place .place-note {
    display: inline-block;
    text-align: left;
    line-height: 1.6;
    max-width: 90%;
    font-size: 0.9em;
}

#place .place-side>p {
    display: inline-block;
    max-width: 600px;
    width: 90%;
    line-height: 1.6;
    font-size: 0.9em;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.place-image {
    width: 30%;
    height: auto;
}

.place-note {
    margin-top: 12px;
}


/* 持ち物 */

/* 持ち物全体 */
#motimono {
    margin: 80px auto;
    padding: 0 5%;
    text-align: center;
}

#motimono h3 {
    margin-bottom: 60px;
    font-size: 24px;
}

/* 画像とテキスト横並び */
.motimono-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 180px;
    margin-top: -50px;
}

/* 各アイテム */
.motimono-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

/* 画像の箱 */
.motimono-image-wrapper {
    height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

/* 懐中電灯（左） */
.motimono-image {
    width: 110px;
    height: auto;
    margin-bottom: 10px;
}

/* スマホ（右）のみサイズを大きくし、文字に近づける */
.motimono-image.iphone-image {
    width: 150px;
    margin-bottom: -15px;
}

/* or の位置調整*/
.motimono-or {
    font-size: 30px;
    padding-bottom: 60px;
}

/* 文字*/
.motimono-item p {
    font-size: 20px;
    margin: 0;
    white-space: nowrap;
}


/* 予約方法 */

/* line-heightの設定 */
#yoyaku .step-maintext {
    line-height: 1.6;
}

/* 予約方法セクション全体 */
#yoyaku {
    margin-top: -50px;
    background-color: #f1f1ff;
    border: solid 1px #d2d2ff;
    padding: 80px 0;
    width: 90%;
    overflow: hidden;
}

/* 中身を中央に寄せるための設定 */
#yoyaku .inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ヘッダーの設定 */
#yoyaku header {
    text-align: center;
    width: 100%;
}

/* PC版のヘッダーとステップを中央に寄せる */
#yoyaku header,
.step-123 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* タイトル部分 */
#yoyaku header {
    text-align: center;
    margin-bottom: 60px;
}

/* ステップを囲むコンテナ */
.step-123 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* 各ステップの内側コンテナ */
.step1,
.step2,
.step3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.step-123 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 各ステップの塊（1, 2, 3共通） */
.step-all {
    width: 100%;
    max-width: 800px;
    margin-bottom: 80px;
}

/* 見出しと画像の横並び */
.step-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

/* タイトル部分：画像を右端に飛ばす */
.step {
    flex-grow: 1;
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    color: #001e43;
}

/* 画像の右突き出し(-100px)を削除。代わりにgapで調整 */
.step-header img {
    margin-right: 0 !important;
}

/* 本文エリア：ここを左寄せにする最重要ポイント */
.step-text {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin: 0;
}

/* 見出しを横揃え */
.step-number {
    display: none;
}

/* 画像：ここが縦に揃うようになります */
.step-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 20px;
}

/* 全てのPタグとULタグを左寄せに固定 */
.step-text p,
.step-text ul,
.step-text li {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0;
    list-style-position: inside;
}

/* ステップ番号（枠） */
.step-decoration {
    border: 1px solid #001e43;
    color: #001e43;
    padding: 10px;
    min-width: 80px;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* リストの行間設定 */
ul li {
    line-height: 1.6;
}

/* 矢印の位置調整（ステップの開始位置に合わせる） */
.dli-chevron-down {
    display: block;
    margin: -25px auto 65px 45%;
    width: 20px;
    height: 20px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(135deg);
}

/* あしらい */
.hikouki {
    width: 100px;
    height: auto;
    margin-top: -120px;
    margin-left: 100px;
}

/* イラスト位置変更 */
.rocket {
    width: 80px;
    height: auto;
    margin-top: -70px;
    margin-left: 690px;
}


/* イラストふわふわ浮く動き */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.rocket,
.hikouki {
    animation: float 3s ease-in-out infinite;
}



/* レスポンシブ */

@media (max-width: 800px) {

    /* あしらい */
    .rocket,
    .hikouki {
        display: none;
    }

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    body p.schedule-text2 {
        font-size: 16px !important;
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    body p {
        font-size: 17px !important;
        line-height: 1.6 !important;
        margin-bottom: 1em !important;
        text-align: left !important;
        display: block !important;
    }

    /* メイン画像 */
    .main-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: bottom;
    }

    /* タイトル全体を左寄せにする */
    .title-with-ruby {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding-left: 20px !important;
        line-height: 1.3 !important;
    }

    /*  ルビ部分（下の日本語）の設定 */
    .title-with-ruby rt {
        display: block !important;
        font-size: 0.55em !important;
        margin-top: 4px !important;
        text-align: left !important;
    }

    /*  HTMLにrubyタグが含まれる場合の親要素リセット */
    .title-with-ruby ruby {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    h3 {
        font-size: 18px;
    }

    h2 {
        text-align: center;
    }


    .step-decoration.feadin {
        font-size: 18px;
    }

    p.feadin {
        font-size: 16px;
    }

    /* 注釈フォントサイズ */
    .cottage,
    .zisin {
        font-size: 16px;
    }

    .step-decoration {
        font-size: 18px;
    }

    .schedule-text2 {
        font-size: 14px;
    }


    /* イベント案内 */
    #event-all {
        margin-top: 60px;
    }

    #event-all p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    #event-tunen {
        margin-top: 320px;
    }


    /* イベント画像 */
    .event-image-container {
        justify-content: space-between;
        gap: 10px;
    }

    .event-thumb {
        width: 30%;
        height: 80px;
        margin-bottom: -30px;
    }

    /* 矢印設定 */
    .yoko {
        display: none;
    }

    .sita {
        display: block;
    }

    /* 改行設定 */
    .line-date {
        display: block;
    }


    /* 星空観察会の内容 */
    #kansatu {
        margin-top: -30px;
    }

    #schedule {
        margin-top: -90px;
    }

    .header-all p {
        font-size: 18px;
        line-height: 1.3em;
    }

    .br {
        display: block;
    }

    /* 星空観察会の内容画像 */

    .kansatu-flex-container {
        flex-direction: column;
        text-align: left;
    }

    .kansatu-image {
        width: 80%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 150px;
    }

    .kansatu-header {
        margin-top: 80px;
    }



    /* 定員テキスト */
    #teiin .note {
        display: inline-block;
        text-align: left;
        max-width: 90%;
        font-size: 16px;
    }

    .p-center {
        text-align: center !important;
    }



    /* 料金表 */

    /*　表の構造をリセット */
    .price-table {
        width: 100%;
        display: block;
        background-color: transparent;
        border: none;
    }

    /* グリッドの設定 */
    .price-table tbody {
        display: grid;
        grid-template-columns: 130px 1fr;
        gap: 5px;
    }

    .price-table tr {
        display: contents;
    }

    /* セル共通の基本スタイル（角丸・中央揃え） */
    .price-table th,
    .price-table td {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        text-align: center;
        padding: 10px 5px;
        font-size: 14px;
        min-height: 50px;
        box-sizing: border-box;
        margin: 0;
        width: auto;
    }

    /* 見出しのデザイン */
    .price-table th {
        background-color: #8989ff;
        color: white !important;
        font-weight: bold;
        border-radius: 0%;
    }

    /* データのデザイン */
    .price-table td {
        background-color: #f1f1ff;
        font-size: 16px;
        border-radius: 0%;
    }

    /* 並び順*/
    .price-table th:nth-child(1) {
        order: 1;
    }

    /* 高校生以上 */
    .price-table td:nth-child(1) {
        order: 2;
    }

    /* 330円 */
    .price-table th:nth-child(2) {
        order: 3;
    }

    /* 小中学生 */
    .price-table td:nth-child(2) {
        order: 4;
    }

    /* 220円 */
    .price-table th:nth-child(3) {
        order: 5;
    }

    /* 幼児 */
    .price-table td:nth-child(3) {
        order: 6;
    }

    /* 無料 */
    .price-table th:nth-child(4) {
        order: 7;
    }

    /* 宿泊者 */
    .price-table td:nth-child(4) {
        order: 8;
    }



    /* 場所テキスト */
    #place .place-side>p {
        display: inline-block;
        max-width: 600px;
        width: 90%;
        line-height: 1.6;
        text-align: left;
        font-size: 0.8em;
    }

    #place .place-note {
        font-size: 0.8em;
        line-height: 1.4;
    }

    .place-manten {
        font-size: 18px;
    }


    /* 地図・駐車場の画像サイズ */
    .place-image {
        width: 45%;
    }

    /* 持ち物 */
    #motimono {
        font-size: 18px;
        margin-bottom: -50px;
    }


    /* ステップの調整 */

    #yoyaku {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-color: #f1f1ff;
        border: solid 1px #d2d2ff;
        padding: 50px 0;
        box-sizing: border-box;
    }

    /* 中身のコンテナ：ここを左に寄せて、右側を空ける */
    #yoyaku .inner {
        width: 90% !important;
        margin-left: 20px !important;
        margin-right: auto !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .yoyaku-text {
        font-size: 18px;
    }

    /* タイトル部分の「右へ押し出す力」を完全に消す */
    .step {
        flex-grow: 0 !important;
        width: auto !important;
        margin: 15px auto 15px !important;
        text-align: center !important;
    }

    /* コンテナ自体を中央揃えの箱にする */
    .step-123 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .step-all {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .step-text {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .step-text p {
        font-size: 18px;
        line-height: 1.3em;
    }

    .step-text ul {
        font-size: 16px;
    }


    /* ボーダーの箱を小さくする */
    .step-decoration {
        padding: 4px 10px;
        font-size: 11px;
        border-width: 1px;
    }

    /* ヘッダー（番号・タイトル・画像）の枠を中央揃えに強制 */
    .step-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    /* 「ステップ1」下の余白 */
    .step-decoration {
        margin-bottom: 4px;
        padding: 6px 100px;
    }

    /* TELのフォントサイズ */
    .before {
        font-size: 17px
    }


    /* ステップ画像 */
    .step-image {
        display: block !important;
        width: 200px !important;
        height: 150px !important;
        object-fit: cover;
        margin-left: 0% !important;
        position: static !important;
        flex-shrink: 0 !important;
        transform: none !important;
        margin-top: 20px;
    }

    /* 矢印 */
    .dli-chevron-down {
        margin-top: -30px;
        margin-bottom: 100px
    }



    /* 持ち物 */

    /* 全体を縦並びにする */
    .motimono-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /* 各アイテムの箱 */
    .motimono-item {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 画像の箱 */
    .motimono-image-wrapper {
        height: auto;
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    /* 懐中電灯（左）の画像 */
    .motimono-image {
        width: 120px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    /* スマホ（右）の画像 */
    .motimono-image.image-large {
        width: 150px;
        margin-bottom: 0;
    }

    /* or の文字 */
    .motimono-or {
        font-size: 25px;
        padding-top: 30px;
        margin-bottom: -100px;
    }

    /* 文字 */
    .motimono-item p {
        font-size: 18px;
        margin-top: 10px;
    }


    /* スケジュール表 */
    .schedule-table tr td {
        font-size: 16px;
    }

    /* スクロールを解除し、幅を100%に固定 */
    .table-scroll-container {
        overflow-x: visible;
    }

    .schedule-table {
        table-layout: fixed;
        width: 100%;
        border-spacing: 2px;
    }

    /* ヘッダーを縦書き */
    .schedule-table th {
        writing-mode: vertical-rl;
        text-orientation: upright;
        padding: 10px 2px;
        width: 40px;
        letter-spacing: 0.1em;
        font-size: 14px;
    }

    /* 各データのセル設定 */
    .schedule-table td {
        padding: 8px 2px;
        font-size: 14px;
    }

    /* 列ごとの幅指定（合計100%になるように調整） */
    .schedule-table .date {
        width: auto;
    }

    /* 日付はなりゆき（一番広く取る） */
    .schedule-table .time {
        width: 95px;
    }

    /* 時間は最低限の幅 */
    .schedule-table .moon {
        width: 35px;
    }

    /* 縦書きヘッダーに合わせる */
    .schedule-table .free {
        width: 35px;
    }

    /* 〇✕のみなので狭く */
    .schedule-table .touzitu {
        width: 35px;
    }

    /* 〇✕のみなので狭く */

    /* セル内の文字がはみ出さないように調整 */
    .schedule-table td {
        word-break: break-all;
        line-height: 1.2;
    }

    .schedule-table th {
        background-color: #8989ff;
        color: white !important;
        font-weight: bold;
        border-radius: 0%;
    }

    /* データのデザイン */
    .schedule-table td {
        background-color: #f1f1ff;
        font-size: 16px;
        border-radius: 0%;
    }




    /* 表（通年開催／近日開催） */


    /* 指定した表のみ構造をブロック化（縦並びの準備） */
    #event-tunen table,
    #kinzitu-event table,
    #event-tunen tbody,
    #kinzitu-event tbody,
    #event-tunen tr,
    #kinzitu-event tr,
    #event-tunen td,
    #kinzitu-event td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* PC用の見出し行を非表示にする（近日開催の上の謎の空白も解消） */
    #event-tunen .first,
    #kinzitu-event tr:not(.line) {
        display: none !important;
    }

    /* 1つのイベント（行）を独立したカードにする */
    #event-tunen tr.line,
    #kinzitu-event tr.line {
        margin-bottom: 20px !important;
        background-color: #f1f1ff !important;
        border: 1px solid #d2d2ff !important;
        overflow: hidden !important;
        padding: 0 !important;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    }

    /* カード内の各項目を横並びに整列（flexbox） */
    #event-tunen td,
    #kinzitu-event td {
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        border: none !important;
        border-bottom: 1px solid rgba(210, 210, 255, 0.5) !important;
        background-color: transparent !important;
        min-height: 48px;
        height: auto !important;
        white-space: normal !important;
    }

    #event-tunen td:last-child,
    #kinzitu-event td:last-child {
        border-bottom: none !important;
    }

    /* 左側の青いラベル部分 */
    #event-tunen td::before,
    #kinzitu-event td::before {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #8989ff !important;
        color: white !important;
        font-weight: bold !important;
        font-size: 11px !important;
        min-width: 75px !important;
        max-width: 75px !important;
        align-self: stretch !important;
        margin-right: 10px !important;
        margin-left: 10px;
        flex-shrink: 0 !important;
    }

    /* ラベル名の設定（通年と近日で個別に指定してズレを防止） */

    /* 通年開催（3列構成を想定） */
    #event-tunen td:nth-of-type(1)::before {
        content: "開催日";
    }

    #event-tunen td:nth-of-type(2)::before {
        content: "イベント";
    }

    #event-tunen td:nth-of-type(3)::before {
        content: "内容";
    }

    /* 近日開催（4列構成を想定） */
    #kinzitu-event td:nth-of-type(1)::before {
        content: "日にち";
    }

    #kinzitu-event td:nth-of-type(2)::before {
        content: "時間";
    }

    #kinzitu-event td:nth-of-type(3)::before {
        content: "イベント";
    }

    #kinzitu-event td:nth-of-type(4)::before {
        content: "内容";
    }

    /* 内容テキストの調整（料金表と同じ色） */
    #event-tunen td,
    #kinzitu-event td {
        padding: 8px 10px 8px 0 !important;
        font-size: 15px !important;
        color: #000000 !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

    /* 日にちの不要な改行を消す */
    br {
        display: none;
    }

    .content-text span {
        display: none;
    }

    table br.end-br {
        display: block;
    }

}

/* 1. 初期状態 */
.feadin {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 2. 表示状態 */
.feadin.is-visible {
    opacity: 1;
    transform: translateY(0);
}