:root{
    --accent:#e88945;        /* メインカラー */
    --accent-soft:#f7dec9;   /* 同系色の淡色 */
    --ink:#222;
    --muted:#6b7280;
    --bg:#fff;
    --max:1120px;
    --radius:18px;
    --shadow:0 10px 25px rgba(0,0,0,.08);
  }
.my-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    h4.oseibo1_title {
        border-bottom: dotted 1px var(--accent);
        margin-bottom: 0.3em;
        padding-bottom: 0.2em;
        font-size: 1.1em;
        font-weight: bold;
    }

    .oseibo1 .oseibo1_subtitle {
        text-align: center;
        font-size: 0.9em;
        margin-top: 0.2em;
        margin-bottom: 0.6em;
    }
    .oseibo1 .oseibo1_subtitle span.b{
        font-weight: normal;
        color: var(--accent);
    }

    .flex.cl3 .oseibo1 .cnt {
        width: 48%;
    }

    .oseibo1_price {
        text-align: right;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .oseibo1 .btnRound {
        text-align: center;
        margin-top: 0.3em;
    }

    .my-wrapper .oseibo1 p {
        padding-bottom: 0;
    }

    .oseibo1_sub_copy {
        position: relative;
        padding: 0.3rem;
        margin-bottom: 0.2rem;
        border: 1px solid var(--accent);
        color: var(--accent);
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
        display: inline-block;
        background: #fff;
    }

    .oseibo1_sub_copy:before,
    .oseibo1_sub_copy:after {
        position: absolute;
        top: 100%;
        left: 50%;
        content: "";
        height: 0;
        width: 0;
    }

    .oseibo1_sub_copy:before {
        border: 12px solid;
        border-color: transparent;
        border-top-color: var(--accent);
        margin-left: -12px;
    }

    .oseibo1_sub_copy:after {
        border: 10px solid;
        border-color: transparent;
        border-top-color: white;
        margin-left: -10px;
    }

    .margin-top-oseibo1 {
        margin-top: 0.8em;
    }

    /* 全体の余白調整 */
    .my-wrapper .post {
        margin-top: 2em;
    }

    /* .my-wrapper h2 {
        font-size: 1.6em;
        margin-bottom: 0.8em;
        text-align: center;
    } */
    .my-wrapper h2 {
        font-size: 1.8em;
        font-weight: bold;
        color: #e88945;
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 3px solid #e88945;
        position: relative;
        text-align: center;
      }
      
      .my-wrapper h2::before {
        content: ""; /* 空にして必ず書く */
        display: inline-block; /* 幅・高さを持たせるため */
        width: 25px;  /* 画像の幅 */
        height: 25px; /* 画像の高さ */
        background-image: url("onsen_mark.png?1441"); /* 画像パス */
        background-size: contain;  /* 画像サイズを要素に収める */
        background-repeat: no-repeat;
        margin-right: 6px; /* テキストとの間隔 */
        vertical-align: middle; /* テキストに対して中央寄せ */
      }

    .my-wrapper h3 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }

    .my-wrapper p {
        line-height: 1.8;
    }

    @media screen and (max-width: 600px) {
        .flex.cl3 .oseibo1 .cnt {
            width: 90%;
        }

        .flex.cl3 .oseibo1 .margin-top-oseibo1 {
            margin-top: 1em;
        }

        .my-wrapper h2 {
            font-size: 1.4em;
        }

        .my-wrapper h3 {
            font-size: 1.2em;
        }
    }

    .oseibo-h3{font-size:clamp(20px,3vw,26px);margin:0 0 12px;line-height:1.5;position:relative;padding-left:14px}
    .oseibo-h3::before{
      content:"";position:absolute;left:0;top:.25em;width:6px;height:1.2em;border-radius:6px;
      background:linear-gradient(180deg,var(--accent),var(--accent-soft));
    }

    .flex{
        margin: 4em 0!important;
        align-items: center;
    }
    .best5-button{
        display:inline-block;padding:10px 16px;border-radius:999px;
        background:var(--accent);color:#fff;text-decoration:none;font-weight:700;
        box-shadow:0 6px 18px rgba(232,137,69,.28);transition:transform .06s ease
      }
      .best5-button:hover{transform:translateY(-1px)}
      .w100{
        text-align: center;
      }

      .my-wrapper .last-post{
        margin-top: 3em;
      }
      .last-btn{
        margin-top: 1em;
        margin-bottom: 3em;
      }
      
      .oseibo1_price{margin:0 0 8px;font-size: 20px;font-weight:700;color:#e74c3c;}
.oseibo1_price span:first-child {
  font-size: 13px;
  margin-right: 2px;
}
.oseibo1_price span:last-child {
  font-size: 13px;
  color: #666;
  margin-left: 5px;
  font-weight: normal;
}