.leales-1857 .leales-element.leales-element-0a8bc0d{margin-top:-250px;margin-bottom:0px;}.leales-1857 .leales-element.leales-element-b428e4c > .leales-container{max-width:772px;}.leales-1857 .leales-element.leales-element-b428e4c{margin-top:-770px;margin-bottom:199px;}.leales-1857 .leales-element.leales-element-65d10a6{text-align:right;}.leales-1857 .leales-element.leales-element-65d10a6 .leales-image img{width:62%;}.leales-1857 .leales-element.leales-element-00f9909{margin-top:-1px;margin-bottom:0px;}.leales-1857 .leales-element.leales-element-7ac1cc6:not(.leales-motion-effects-element-type-background), .leales-1857 .leales-element.leales-element-7ac1cc6 > .leales-motion-effects-container > .leales-motion-effects-layer{background-image:url("https://samadori-isigaki-diving.com/gehalt/uploads/2025/09/Mask-group-min-2025-09-28T213516.718.png");background-repeat:no-repeat;background-size:cover;}.leales-1857 .leales-element.leales-element-7ac1cc6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.leales-1857 .leales-element.leales-element-7ac1cc6 > .leales-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.leales-1857 .leales-element.leales-element-c939ac4{margin-top:-382px;margin-bottom:0px;}.leales-1857 .leales-element.leales-element-c268cc1{text-align:left;}.leales-1857 .leales-element.leales-element-c268cc1 .leales-image img{width:27%;}.leales-1857 .leales-element.leales-element-0948efb{margin-top:-158px;margin-bottom:203px;}.leales-1857 .leales-element.leales-element-95b1a7f{text-align:right;}.leales-1857 .leales-element.leales-element-95b1a7f .leales-image img{width:27%;}.leales-1857 .leales-element.leales-element-caee1b7 > .leales-container{max-width:650px;}.leales-1857 .leales-element.leales-element-caee1b7{margin-top:-485px;margin-bottom:108px;}.leales-1857 .leales-element.leales-element-e798029 > .leales-container{max-width:650px;}.leales-1857 .leales-element.leales-element-e798029{margin-top:0px;margin-bottom:91px;}.leales-1857 .leales-element.leales-element-e1692ff:not(.leales-motion-effects-element-type-background), .leales-1857 .leales-element.leales-element-e1692ff > .leales-motion-effects-container > .leales-motion-effects-layer{background-color:#FFFFFF;}.leales-1857 .leales-element.leales-element-e1692ff{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:30px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-e1692ff > .leales-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.leales-1857 .leales-element.leales-element-96ea1a3 > .leales-widget-container{margin:0px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-7a2504a > .leales-widget-container{margin:0px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-41be829 > .leales-widget-container{margin:0px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-31bef02 > .leales-container{max-width:650px;}.leales-1857 .leales-element.leales-element-31bef02{margin-top:-177px;margin-bottom:91px;}.leales-1857 .leales-element.leales-element-f59e449 > .leales-widget-container{margin:0px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-8ba3cee > .leales-container{max-width:650px;}.leales-1857 .leales-element.leales-element-8ba3cee{margin-top:-513px;margin-bottom:108px;}.leales-1857 .leales-element.leales-element-eb835c4{margin-top:300px;margin-bottom:100px;}.leales-1857 .leales-element.leales-element-a41a318 > .leales-widget-container{margin:030px 0px 30px 0px;}.leales-1857 .leales-element.leales-element-9679755{margin-top:20px;margin-bottom:20px;z-index:710;}.leales-1857 .leales-element.leales-element-fadb407 .leales-image img{width:95%;}.leales-1857 .leales-element.leales-element-fadb407 > .leales-widget-container{margin:0px 0px 0px 0px;}.leales-1857 .leales-element.leales-element-876eb9d .leales-image img{width:95%;}@media(max-width:767px){.leales-1857 .leales-element.leales-element-9679755{margin-top:0px;margin-bottom:20px;}.leales-1857 .leales-element.leales-element-51aba18{width:50%;}.leales-1857 .leales-element.leales-element-97996e7{width:50%;}}/* Start custom CSS for image, class: .leales-element-65d10a6 *//* アニメーションのキーフレーム定義 */
@keyframes bounce {
  0% {
    transform: translateY(0); /* 開始時（元の位置） */
  }
  50% {
    transform: translateY(-20px); /* 50%で少し上に移動 */
  }
  100% {
    transform: translateY(0); /* 終了時（元の位置に戻る） */
  }
}

/* クラス名imgupdowmを持つ要素にアニメーションを適用 */
.imgupdowm {
  /* アニメーション名、アニメーションの持続時間、アニメーションの速度曲線（イージング）、
     アニメーションの遅延時間、アニメーションの再生回数（無限）を指定 */
  animation: bounce 2s ease-in-out infinite;
}

/* 画像要素自体にスタイルを設定する場合（例） */
.imgupdowm img {
  display: block; /* img要素をブロック要素にすることで、より正確にtransformが適用される */
  width: 100px; /* 画像の幅を調整 */
  height: auto; /* 画像の高さは自動調整 */
  position: relative;
  right: 0%;
}/* End custom CSS */
/* Start custom CSS for image, class: .leales-element-c268cc1 *//* アニメーションのキーフレーム定義 */
@keyframes bounce {
  0% {
    transform: translateY(0); /* 開始時（元の位置） */
  }
  50% {
    transform: translateY(-20px); /* 50%で少し上に移動 */
  }
  100% {
    transform: translateY(0); /* 終了時（元の位置に戻る） */
  }
}

/* クラス名imgupdowmを持つ要素にアニメーションを適用 */
.imgupdowm2 {
  /* アニメーション名、アニメーションの持続時間、アニメーションの速度曲線（イージング）、
     アニメーションの遅延時間、アニメーションの再生回数（無限）を指定 */
  animation: bounce 2s ease-in-out infinite;
}

/* 画像要素自体にスタイルを設定する場合（例） */
.imgupdowm img {
  display: block; /* img要素をブロック要素にすることで、より正確にtransformが適用される */
  width: 100px; /* 画像の幅を調整 */
  height: auto; /* 画像の高さは自動調整 */
  position: relative;
  right: 0%;
}/* End custom CSS */
/* Start custom CSS for image, class: .leales-element-95b1a7f *//* アニメーションのキーフレーム定義 */
@keyframes bounce {
  0% {
    transform: translateY(0); /* 開始時（元の位置） */
  }
  50% {
    transform: translateY(-20px); /* 50%で少し上に移動 */
  }
  100% {
    transform: translateY(0); /* 終了時（元の位置に戻る） */
  }
}

/* クラス名imgupdowmを持つ要素にアニメーションを適用 */
.imgupdowm2 {
  /* アニメーション名、アニメーションの持続時間、アニメーションの速度曲線（イージング）、
     アニメーションの遅延時間、アニメーションの再生回数（無限）を指定 */
  animation: bounce 2s ease-in-out infinite;
}

/* 画像要素自体にスタイルを設定する場合（例） */
.imgupdowm img {
  display: block; /* img要素をブロック要素にすることで、より正確にtransformが適用される */
  width: 100px; /* 画像の幅を調整 */
  height: auto; /* 画像の高さは自動調整 */
  position: relative;
  right: 0%;
}/* End custom CSS */
/* Start custom CSS for html, class: .leales-element-feee79d *//* 基本のリセット */
body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
    background-color: #f4f7f6; /* 背景色 */
    margin: 0;
}

/* タブ全体を囲むコンテナ */
.tab-container {
    max-width: 700px;
    margin: 40px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
}

/* タブボタン部分 */
.tab-buttons {
    display: flex;
    background-color: #3B90E3; /* タブの背景色（青緑系） */
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* 個別のタブボタン */
.tab-button {
    flex: 1; /* 均等な幅にする */
    text-align: center;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.2); /* 区切り線 */
}
.tab-button:last-child {
    border-right: none;
}

/* アクティブなタブボタン */
.tab-button.active {
    background-color: #ffffff; /* アクティブなタブは白背景 */
    color: #00bcd4; /* 文字色をメインカラーに */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

/* タブコンテンツを囲むボックス */
.content-box {
    padding: 20px;
}

/* タブコンテンツ全体 */
.tab-content {
    display: none; /* 初期状態ではすべて非表示 */
}

/* アクティブなコンテンツ（表示する） */
.tab-content.active {
    display: block; /* 'active'クラスが付いたものだけ表示 */
}


/* スケジュール表のスタイル (前回から変更なし) */
.schedule-table {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.table-header {
    display: flex;
    background-color: #e0f7fa; /* ヘッダーの背景色 */
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table-row {
    display: flex;
    border-bottom: 1px solid #eee;
}
.table-row:last-child {
    border-bottom: none;
}

.table-header .col, .table-row .col {
    padding: 8px 10px;
    text-align: center;
    flex: 1;
}

.table-header .col:nth-child(1),
.table-header .col:nth-child(2),
.table-row .col:nth-child(1),
.table-row .col:nth-child(2) {
    flex: 0 0 25%; /* 午前/午後コースの幅を調整 */
}

.table-header .col:nth-child(3),
.table-row .col:nth-child(3) {
    flex: 2; /* 内容の幅を広く */
    text-align: left;
}

.highlight {
    background-color: #fffde7; /* 重要な行をハイライト */
    font-weight: bold;
}

/* --- プランコンテンツの新しいスタイルここから --- */
.plan-card {
    display: flex; /* 画像と詳細を横並びにする */
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px; /* 余白 */
}

.plan-image-wrapper {
    flex: 0 0 40%; /* 画像の幅を固定 */
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden; /* 角丸にする */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.plan-image {
    width: 100%;
    height: auto;
    display: block;
}

.plan-details {
    flex: 1; /* 残りの幅を詳細情報が占める */
}

.plan-title {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
}

.plan-catchcopy {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee; /* 点線 */
}

.plan-features {
    list-style: none; /* デフォルトのリストスタイルを削除 */
    padding: 0;
    margin-bottom: 20px;
    background-color: #e0f7fa; /* 特徴リストの背景色 */
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #00bcd4;
}

.plan-features li {
    font-size: 0.95em;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px; /* アイコン分のスペース */
}

.plan-features li:last-child {
    margin-bottom: 0;
}

.plan-features li::before {
    content: '✓'; /* チェックマーク */
    color: #00bcd4; /* チェックマークの色 */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.plan-price-info {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    align-items: baseline;
    margin-bottom: 0px;
}

.price-adult, .price-child {
    background-color: #ffe0b2; /* オレンジ系の背景色 */
    color: #d84315; /* 濃いオレンジの文字色 */
        padding: 4px 6px;
    border-radius: 8px; /* 角丸 */
    font-weight: bold;
    margin-right: 10px;
    display: inline-flex;
    align-items: baseline;
}
.price-adult span:first-child, .price-child span:nth-child(2) {
    font-size: 1.1em;
    margin-right: 3px;
}
.price-adult span:last-child, .price-child span:last-child {
    font-size: 1.3em;
}

.price-child {
    background-color: #fff9c4; /* 薄い黄色の背景色 */
    color: #f18518; /* 黄色の文字色 */
}

.plan-buttons {
    display: flex;
    gap: 10px; /* ボタン間のスペース */
}

.plan-button {
    flex: 1; /* ボタンを均等な幅にする */
    padding: 12px 10px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-align: center;
}

.plan-button.outline {
    background-color: #ffffff;
    color: #00bcd4;
    border: 2px solid #00bcd4;
}
.plan-button.outline:hover {
    background-color: #e0f7fa;
}

.plan-button.filled {
    background-color: #0060BD;
    color: #ffffff;
    border: 2px solid #0060BD; /* filledにもボーダーを設定 */
}
.plan-button.filled:hover {
    cursor: default;
}

img.runk{
    position: absolute;
    width: 17%;
    left: 4%;
    top:15%;
    z-index: 100;
}



.plan-image-wrapper {
    position: relative; 
}

/* 画像共通の設定 */
.plan-image {
    position: absolute; /* 親要素のplan-image-wrapperを基準に配置 */
    top: 0;
    left: 0;
    width: 100%; /* 親要素に合わせる */
    height: 100%;
    opacity: 0; /* 非アクティブな画像を非表示にする */
    transition: opacity 1s ease-in-out; /* フェードイン・アウト用のトランジション */
}

/* 表示する画像 */
.plan-image.active-image {
    opacity: 1; /* アクティブな画像を表示する */
}

.plan-image-wrapper{
    height: 485px;
}
.plan-image{
    height: 100% !important;
    object-fit: cover;
}


/* 確実に縦並びにするための変更 */
.plan-price-info {
    display: flex;
    flex-direction: column; /* 縦並びの指定 */
    margin-bottom: 10px;
}
/* 価格の間の横マージンを解除し、代わりに縦マージンを設定 */
.price-adult, .price-child {
    margin-right: 0;
    margin-bottom: 10px; /* 縦の隙間 */
}
/* 価格の文字を大きくする */
.price-adult span:first-child, .price-child span:nth-child(2) {
    font-size: 1.3em; 
}
.price-adult span:last-child, .price-child span:last-child {
    font-size: 1.8em; 
}/* End custom CSS */
/* Start custom CSS for html, class: .leales-element-76cc749 *//* タブ全体を囲むコンテナ */
.tab-container2 {
    max-width: 700px;
    margin: 40px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
}

/* タブボタン部分 */
.tab-buttons2 {
    display: flex;
    background-color: #3B90E3; /* タブの背景色（青緑系） */
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* 個別のタブボタン */
.tab-button2 {
    flex: 1; /* 均等な幅にする */
    text-align: center;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.2); /* 区切り線 */
}
.tab-button2:last-child {
    border-right: none;
}

/* アクティブなタブボタン */
.tab-button2.active2 {
    background-color: #ffffff; /* アクティブなタブは白背景 */
    color: #00bcd4; /* 文字色をメインカラーに */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

/* タブコンテンツを囲むボックス */
.content-box2 {
    padding: 20px;
}

/* タブコンテンツ全体 */
.tab-content2 {
    display: none; /* 初期状態ではすべて非表示 */
}

/* アクティブなコンテンツ（表示する） */
.tab-content2.active2 {
    display: block; /* 'active'クラスが付いたものだけ表示 */
}


/* スケジュール表のスタイル (前回から変更なし) */
.schedule-table2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.table-header2 {
    display: flex;
    background-color: #e0f7fa; /* ヘッダーの背景色 */
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table-row2 {
    display: flex;
    border-bottom: 1px solid #eee;
}
.table-row2:last-child {
    border-bottom: none;
}

.table-header2 .col2, .table-row2 .col2 {
    padding: 8px 10px;
    text-align: center;
    flex: 1;
}

.table-header2 .col2:nth-child(1),
.table-header2 .col2:nth-child(2),
.table-row2 .col2:nth-child(1),
.table-row2 .col2:nth-child(2) {
    flex: 0 0 25%; /* 午前/午後コースの幅を調整 */
}

.table-header2 .col2:nth-child(3),
.table-row2 .col2:nth-child(3) {
    flex: 2; /* 内容の幅を広く */
    text-align: left;
}

.highlight2 {
    background-color: #fffde7; /* 重要な行をハイライト */
    font-weight: bold;
}

/* --- プランコンテンツの新しいスタイルここから --- */
.plan-card2 {
    display: flex; /* 画像と詳細を横並びにする */
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px; /* 余白 */
}

.plan-image-wrapper2 {
    flex: 0 0 40%; /* 画像の幅を固定 */
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden; /* 角丸にする */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.plan-image2 {
    width: 100%;
    height: auto;
    display: block;
}

.plan-details2 {
    flex: 1; /* 残りの幅を詳細情報が占める */
}

.plan-title2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
}

.plan-catchcopy2 {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee; /* 点線 */
}

.plan-features2 {
    list-style: none; /* デフォルトのリストスタイルを削除 */
    padding: 0;
    margin-bottom: 20px;
    background-color: #e0f7fa; /* 特徴リストの背景色 */
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #00bcd4;
}

.plan-features2 li {
    font-size: 0.95em;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px; /* アイコン分のスペース */
}

.plan-features2 li:last-child {
    margin-bottom: 0;
}

.plan-features2 li::before {
    content: '✓'; /* チェックマーク */
    color: #00bcd4; /* チェックマークの色 */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.plan-price-info2 {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    align-items: baseline;
    margin-bottom: 20px;
}

.price-adult2, .price-child2 {
    background-color: #ffe0b2; /* オレンジ系の背景色 */
    color: #d84315; /* 濃いオレンジの文字色 */
    padding: 4px 6px;
    border-radius: 8px; /* 角丸 */
    font-weight: bold;
    margin-right: 10px;
    display: inline-flex;
    align-items: baseline;
}
.price-adult2 span:first-child, .price-child2 span:nth-child(2) {
    font-size: 1.1em;
    margin-right: 3px;
}
.price-adult2 span:last-child, .price-child2 span:last-child {
    font-size: 1.3em;
}

.price-child2 {
    background-color: #fff9c4; /* 薄い黄色の背景色 */
    color: #f18518; /* 黄色の文字色 */
}

.plan-buttons2 {
    display: flex;
    gap: 10px; /* ボタン間のスペース */
}

.plan-button2 {
    flex: 1; /* ボタンを均等な幅にする */
    padding: 12px 10px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-align: center;
}

.plan-button2.outline2 {
    background-color: #ffffff;
    color: #00bcd4;
    border: 2px solid #00bcd4;
}
.plan-button2.outline2:hover {
    background-color: #e0f7fa;
}

.plan-button2.filled2 {
    background-color: #0060BD;
    color: #ffffff;
    border: 2px solid #0060BD; /* filledにもボーダーを設定 */
}
.plan-button2.filled2:hover {
    cursor: default;
}

img.runk2{
    position: absolute;
    width: 17%;
    left: 4%;
    top:15%;    
    z-index: 100;
}

.plan-image-wrapper2 {
    position: relative; 
}

/* 画像共通の設定 */
.plan-image2 {
    position: absolute; /* 親要素のplan-image-wrapperを基準に配置 */
    top: 0;
    left: 0;
    width: 100%; /* 親要素に合わせる */
    height: 100%;
    opacity: 0; /* 非アクティブな画像を非表示にする */
    transition: opacity 1s ease-in-out; /* フェードイン・アウト用のトランジション */
}

/* 表示する画像 */
.plan-image2.active-image2 {
    opacity: 1; /* アクティブな画像を表示する */
}


.plan-image-wrapper2{
    height: 690px;
}
.plan-image2{
    height: 100% !important;
    object-fit: cover;
}

/* 確実に縦並びにするための変更 */
.plan-price-info2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.price-adult2, .price-child2 {
    margin-right: 0;
    margin-bottom: 10px;
}

.price-adult2 span:first-child, .price-child2 span:nth-child(2) {
    font-size: 1.3em; 
}
.price-adult2 span:last-child, .price-child2 span:last-child {
    font-size: 1.8em; 
}/* End custom CSS */
/* Start custom CSS for html, class: .leales-element-9f6bac3 *//* タブ全体を囲むコンテナ */
.tab-container3 {
    max-width: 700px;
    margin: 40px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
}

/* タブボタン部分 */
.tab-buttons3 {
    display: flex;
    background-color: #3B90E3; /* タブの背景色（青緑系） */
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* 個別のタブボタン */
.tab-button3 {
    flex: 1; /* 均等な幅にする */
    text-align: center;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.2); /* 区切り線 */
}
.tab-button3:last-child {
    border-right: none;
}

/* アクティブなタブボタン */
.tab-button3.active3 {
    background-color: #ffffff; /* アクティブなタブは白背景 */
    color: #00bcd4; /* 文字色をメインカラーに */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

/* タブコンテンツを囲むボックス */
.content-box3 {
    padding: 20px;
}

/* タブコンテンツ全体 */
.tab-content3 {
    display: none; /* 初期状態ではすべて非表示 */
}

/* アクティブなコンテンツ（表示する） */
.tab-content3.active3 {
    display: block; /* 'active'クラスが付いたものだけ表示 */
}


/* スケジュール表のスタイル (前回から変更なし) */
.schedule-table3 {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.table-header3 {
    display: flex;
    background-color: #e0f7fa; /* ヘッダーの背景色 */
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table-row3 {
    display: flex;
    border-bottom: 1px solid #eee;
}
.table-row3:last-child {
    border-bottom: none;
}

.table-header3 .col3, .table-row3 .col3 {
    padding: 8px 10px;
    text-align: center;
    flex: 1;
}

.table-header3 .col3:nth-child(1),
.table-header3 .col3:nth-child(2),
.table-row3 .col3:nth-child(1),
.table-row3 .col3:nth-child(2) {
    flex: 0 0 45%; /* 午前/午後コースの幅を調整 */
}

.table-header3 .col3:nth-child(3),
.table-row3 .col3:nth-child(3) {
    flex: 2; /* 内容の幅を広く */
    text-align: left;
}

.highlight3 {
    background-color: #fffde7; /* 重要な行をハイライト */
    font-weight: bold;
}

/* --- プランコンテンツの新しいスタイルここから --- */
.plan-card3 {
    display: flex; /* 画像と詳細を横並びにする */
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px; /* 余白 */
}

.plan-image-wrapper3 {
    flex: 0 0 40%; /* 画像の幅を固定 */
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden; /* 角丸にする */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 550px;
}

.plan-image3 {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.plan-details3 {
    flex: 1; /* 残りの幅を詳細情報が占める */
}

.plan-title3 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
}

.plan-catchcopy3 {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee; /* 点線 */
}

.plan-features3 {
    list-style: none; /* デフォルトのリストスタイルを削除 */
    padding: 0;
    margin-bottom: 20px;
    background-color: #e0f7fa; /* 特徴リストの背景色 */
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #00bcd4;
}

.plan-features3 li {
    font-size: 0.95em;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px; /* アイコン分のスペース */
}

.plan-features3 li:last-child {
    margin-bottom: 0;
}

.plan-features3 li::before {
    content: '✓'; /* チェックマーク */
    color: #00bcd4; /* チェックマークの色 */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.plan-price-info3 {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    align-items: baseline;
    margin-bottom: 20px;
}

.price-adult3, .price-child3 {
    background-color: #ffe0b2; /* オレンジ系の背景色 */
    color: #d84315; /* 濃いオレンジの文字色 */
    padding: 4px 6px;
    border-radius: 8px; /* 角丸 */
    font-weight: bold;
    margin-right: 10px;
    display: inline-flex;
    align-items: baseline;
}
.price-adult3 span:first-child, .price-child3 span:nth-child(2) {
    font-size: 1.1em;
    margin-right: 3px;
}
.price-adult3 span:last-child, .price-child3 span:last-child {
    font-size: 1.3em;
}

.price-child3 {
    background-color: #fff9c4; /* 薄い黄色の背景色 */
    color: #fbc02d; /* 黄色の文字色 */
}

.plan-buttons3 {
    display: flex;
    gap: 10px; /* ボタン間のスペース */
}

.plan-button3 {
    flex: 1; /* ボタンを均等な幅にする */
    padding: 12px 10px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-align: center;
}

.plan-button3.outline3 {
    background-color: #ffffff;
    color: #00bcd4;
    border: 2px solid #00bcd4;
}
.plan-button3.outline3:hover {
    background-color: #e0f7fa;
}

.plan-button3.filled3 {
    background-color: #0060BD;
    color: #ffffff;
    border: 2px solid #0060BD; /* filledにもボーダーを設定 */
}
.plan-button3.filled3:hover {
    cursor: default;
}

img.runk3{
    position: absolute;
    width: 17%;
    left: 4%;
    top:15%;
    z-index: 100;
}
/* タブコンテンツ全体 */
.tab-content3 {
    display: none; /* 初期状態ではすべて非表示 */
}

/* アクティブなコンテンツ（表示する） */
.tab-content3.active3 {
    display: block; /* 'active'クラスが付いたものだけ表示 */
}
.plan-buttons3 {
    display: flex;
    gap: 10px; /* ボタン間のスペース */
    
    /* ★追加・変更点1: 折り返しを許可する */
    flex-wrap: wrap; 
    /* justify-content: flex-start;  必要に応じて。ボタンを左寄せにする */
}

.plan-button3.filled3 {
    /* flex: 1; は削除または変更 */
    
    /* ★追加・変更点2: 2つずつ横並びにするために幅を48%に設定 */
    /* gap 10pxを考慮して50%より少し小さく設定します */
    flex: 0 0 calc(50% - 5px); 
    
    padding: 12px 10px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-align: center;
    
    background-color: #0060BD;
    color: #ffffff;
    border: 2px solid #0060BD;
}


.plan-image-wrapper3 {
    position: relative;
}


.plan-image3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.plan-image3.active-image3 {
    opacity: 1; 
}

/* 確実に縦並びにするための変更 */
.plan-price-info3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.price-adult3, .price-child3 {
    margin-right: 0;
    margin-bottom: 10px;
}

.price-adult3 span:first-child, .price-child3 span:nth-child(2) {
    font-size: 1.3em; 
}
.price-adult3 span:last-child, .price-child3 span:last-child {
    font-size: 1.8em; 
}/* End custom CSS */
/* Start custom CSS for section, class: .leales-element-9679755 */.fix-btn{
    max-width:750px !important;

        position: fixed;

    margin: auto;
    bottom: 0px;
}

@media screen and (max-width: 480px) {
    .fix-btn{
    }
}/* End custom CSS */