.info-box {
    background: #EAF6FF;
    border: 1px solid #BFE3FF;
    border-left: 6px solid #46B3FF;
    border-radius: 12px;
    padding: 20px 18px;
    margin: 20px 0;

    /* ★ 追加 */
    text-align: center;
}

.info-title {
    margin: 0 0 12px;
    font-weight: 700;

    /* ★ 文字サイズを明示的に大きく */
    font-size: 18px;
    line-height: 1.4;
    color: #0B4A6B;
}

.info-text {
    margin: 0;

    /* ★ 本文もしっかり大きめ */
    font-size: 16px;
    line-height: 1.8;
    color: #0F2A3A;
}

@media (max-width: 480px) {
    .info-title {
        font-size: 17px;
    }

    .info-text {
        font-size: 15px;
    }
}

.card-container {
    display: flex;
    margin: 35px auto;
}

.naramata_card {
    font-size: 16px;
    width: 200px;
    margin: 0 10px 0 10px;
    text-align: center;
}

.naramata_card>img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.card-text {
    width: 60%;
    margin-left: 60px;
    padding-top: 30px;
}


.show_js2 {
    display: none;
}

.show_js2_naramata {
    display: none;
}

.show_js2_fujiwara {
    display: none;
}

.show_js {
    display: none;
}

.box29 {
    margin: 2em 0;
    background: #dcefff;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.damYoutube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.damYoutube iframe {
    width: 100%;
    height: 100%;
}

.ticket_table {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.ticket_th,
.ticket_td {
    padding: 3px;
    width: 200px;
    height: 25px;
}

.night_th {
    padding: 3px;
    width: 100px;
    height: 25px;
    background: #eaf5f9;
}

.night_td {
    padding: 3px;
    width: 300px;
    height: 25px;

}

.ticket_th {
    background: #eaf5f9;
}

.box2 {
    width: fit-content;
    padding: 0.5em 1em;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 1.5px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.box2 p {
    margin: 0;
    padding: 0;
}

.dam_ul {
    padding: 0.3em 1em 0.3em 2em;
    position: relative;
}

.dam_ul li {
    line-height: 1.2;
    padding: 0.3em 0;
    list-style-type: none !important;
}

.list:before {
    content: "■";
    font-size: 23px;
    /*アイコンの種類*/
    position: absolute;
    left: 6px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
    line-height: 23px;
}

.lilist:before {
    content: "●";
    /*アイコンの種類*/
    position: absolute;
    left: 4px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.careful {
    margin: 0;
    padding: 0;

}

.careful:before {
    content: "※";
    /*アイコンの種類*/
    position: absolute;
    left: 15px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.lililist {
    margin: 0;
    padding: 0 0 0 3em;
}

.lililist:before {
    content: "・";
    /*アイコンの種類*/
    position: absolute;
    left: 14px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.shimau2 {
    text-align: center;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 25px;
    margin: 25px 0;
    border: #595959 2px solid;
}

.shimau {
    text-align: center;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 25px;
    margin: 25px 0;
    border: #595959 2px solid;
}

.dam_title {
    text-align: center;
    background: #eaf5f9;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 21px;
    margin: 25px 0;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 0px;
    background: #007dbb;
    display: block;
    order: -1;
}

.tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/* アクティブなタブ */

.tab-switch:checked+.tab-label {
    background: #007dbb;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */

.tab-switch {
    display: none;
}

strong {
    line-height: 25px;
}

.table_car {
    width: 100%;
    font-size: 13px;
}

.th_car {
    width: 100px;
}

.td_car {
    width: 250px;
    vertical-align: top;
}

.item_title {
    width: 100%;
    font-size: 18px;
    color: #94243a;
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px;
}

.item_discription {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #575757;
}

.item_comment {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 30px;
}

.comment {
    margin-bottom: 30px;
}

.damMAP {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
}

.dam {
    display: inline-block;
}

.damMAP img {
    width: 70%;
    text-align: center;
    margin-right: 2%;
}

.gaiyou {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.chirashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.dam_plan {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.dampamphlet {
    text-align: center;
}

.dampamphlet img {
    width: 300px;
}

.youtube {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 20px 0;
}

.damYoutube {
    margin: 50px 0 50px 0;
    text-align: center;
}

@media screen and (max-width:600px) {
    .card-container {
        display: initial;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .naramata_card {
        margin: 0 auto;
    }

    .card-text {
        width: 100%;
        margin: 0;
    }
}


.show_js2 {
    display: none;
}

.show_js2_naramata {
    display: none;
}

.show_js2_fujiwara {
    display: none;
}

.show_js {
    display: none;
}

.box29 {
    margin: 2em 0;
    background: #dcefff;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.damYoutube {
    width: 100%;
}

.ticket_table {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.ticket_th,
.ticket_td {
    padding: 3px;
    width: 200px;
    height: 25px;
}

.ticket_th {
    background: #eaf5f9;
}

.box2 {
    width: fit-content;
    padding: 0.5em 1em;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 1.5px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.box2 p {
    margin: 0;
    padding: 0;
}

.dam_ul {
    padding: 0.5em 1em 0.5em 2em;
    position: relative;
}

.dam_ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
}

.list:before {
    content: "■";
    font-size: 23px;
    /*アイコンの種類*/
    position: absolute;
    left: 6px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.lilist:before {
    content: "●";
    /*アイコンの種類*/
    position: absolute;
    left: 4px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.careful {
    margin: 0;
    padding: 0;
}

.careful:before {
    content: "※";
    /*アイコンの種類*/
    position: absolute;
    left: 4px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.lililist {
    margin: 0;
    padding: 0;
}

.lililist:before {
    content: "・";
    /*アイコンの種類*/
    position: absolute;
    left: 4px;
    /*左端からのアイコンまでの距離*/
    color: #007dbb;
    /*アイコン色*/
}

.shimau2 {
    text-align: center;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 25px;
    margin: 25px 0;
    border: #595959 2px solid;
}

.shimau {
    text-align: center;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 25px;
    margin: 25px 0;
    border: #595959 2px solid;
}

.dam_title {
    text-align: center;
    background: #eaf5f9;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 23px;
    margin: 25px 0;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 0px;
    background: #007dbb;
    display: block;
    order: -1;
}

.tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}


/* アクティブなタブ */

.tab-switch:checked+.tab-label {
    background: #007dbb;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}


/* ラジオボタン非表示 */

.tab-switch {
    display: none;
}

strong {
    line-height: 25px;
}

.table_car {
    width: 100%;
    font-size: 13px;
}

.th_car {
    width: 100px;
}

.td_car {
    width: 250px;
    vertical-align: top;
}

.item_title {
    width: 100%;
    font-size: 18px;
    color: #94243a;
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px;
}

.item_discription {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #575757;
}

.item_comment {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 30px;
}

.comment {
    margin-bottom: 30px;
}

.damMAP {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
}

.dam {
    display: inline-block;
}

.damMAP img {
    width: 70%;
    text-align: center;
    margin-right: 2%;
}

.gaiyou {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.chirashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.dam_plan {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 50px 0;
}

.youtube {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #94243a;
    margin: 50px 0 20px 0;
}

.damYoutube {
    margin: 50px 0 50px 0;
    text-align: center;
}

.iframe-css {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-css iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dam_card {
    width: 60%;
}

.table_date {
    width: 60%;
}

.table_fee {
    width: 50%
}

.table_th {
    width: 20%;
}

.dam_name {
    width: 25%;
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    width: 30px;
    padding: 3px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 639px) {
    .dam_card {
        width: 100%;
    }

    .table_date {
        width: 100%;
    }

    .table_fee {
        width: 100%;
    }

    table {
        width: 100%;
    }

    .sp_none {
        display: none !important;
    }

    .pc {
        float: left;
    }
}

@media (min-width: 800px) {
    .tour {
        width: 75%;
        margin: 0 auto;
    }

}