@charset "UTF-8";

h5.unl {
margin:5px;
text-decoration:underline;
font-size:17px;
font-weight:900:
}

/* コンテナ全体 */
.piano-css-tabs {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  font-family: inherit;
  box-sizing: border-box;
}

/* ラジオボタンは非表示にする */
.piano-css-tabs input[type="radio"] {
  display: none;
}

/* タブボタン（ラベル）の配置 */
.piano-css-tabs .piano-tab-buttons {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #ccc;
}

/* 各タブボタンのスタイル */
.piano-css-tabs .piano-tab-btn {
  flex: 1;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  color: #555;
  transition: background-color 0.3s, color 0.3s;
}

.piano-css-tabs .piano-tab-btn:hover {
  background-color: #e2e2e2;
}

/* コンテンツの初期状態（すべて非表示） */
.piano-css-tabs .piano-tab-content {
  display: none;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

/* ラジオボタンがチェックされたときの連動表示・タブのアクティブ化 */
#tab-upright:checked ~ .piano-tab-buttons label[for="tab-upright"],
#tab-grand:checked ~ .piano-tab-buttons label[for="tab-grand"] {
  background-color: #ffffff;
  color: #2c3e50;
  border-top: 3px solid #3498db;
}

#tab-upright:checked ~ .piano-tab-contents #content-upright,
#tab-grand:checked ~ .piano-tab-contents #content-grand {
  display: block;
}

/* スマホ表示向けの調整 */
@media (max-width: 480px) {
  .piano-css-tabs .piano-tab-btn {
    font-size: 14px;
    padding: 10px 5px;
  }
  .piano-css-tabs .piano-tab-content {
    padding: 16px;
  }
}


/* デザイン用CSS例 */
.repair-plan-card.tokutoku-plan {
  background: #ffffff;
  border: 2px solid #3b82f6; /* 信頼感のあるブルーをアクセントに */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
  padding: 10px;
  max-width: 900px;
  margin: 20px auto;
  font-family: sans-serif;
  box-sizing: border-box;
}

.plan-header {
  border-bottom: 2px dashed #e5e7eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.plan-title {
  font-size: 1.8rem;
  color: #1f2937;
  margin: 0 0 10px 0;
}

.plan-price {
  font-size: 1.2rem;
  color: #ef4444; /* 金額は目立たせる */
  font-weight: bold;
}

.price-num {
  font-size: 2.2rem;
  letter-spacing: -1px;
}

.price-note {
  font-size: 1.4rem;
  color: #6b7280;
  font-weight: normal;
}

.target-box {
  background: #f9fafb;
  border-left: 4px solid #10b981;
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
}

.target-heading {
  font-size: 1.5rem;
  color: #065f46;
  margin: 0 0 8px 0;
}

.target-lead, .target-list {
  font-size: 1.4rem;
  color: #4b5563;
  margin: 0;
  padding-left: 20px;
}

.work-box {
  margin-bottom: 20px;
}

.work-heading {
  font-size: 1.6rem;
  color: #1f2937;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.work-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.work-list li {
  font-size: 1.2rem;
  color: #374151;
  background: #fdf2f8; /* 軽やかなピンク/グレー系などお好みで */
  background: #f3f4f6;
  padding: 8px 12px;
  border-radius: 6px;
}

.check-icon {
  color: #3b82f6;
  font-weight: bold;
  margin-right: 6px;
}

.plan-cta-btn {
  display: block;
  background: #3b82f6;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.plan-cta-btn:hover {
  background: #2563eb;
}


span.case {
  font-size:15px;
  font-size:1.5rem;
  line-height: 1.57143;
  color:#24564f;
  font-weight:bold;
}
.plan {
  padding: 5px;
  border:5px solid #ffee1e;
  border-radius:18px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fffefa;
  line-height: 1.6;
  width:fit-content;
}

p.paytex {
  font-size:14px;
  font-size:1.4rem;
  line-height: 1.57143;
}
p.syuristep {
  color:red;
  font-weight:bold;
  font-size:16px;
}
.fnormal {
  font-weight:normal;
  font-size: 14px;
  font-size: 1.4rem;
}
span.replis {
  font-size: 18px;
  color: #ef3b3b;
  text-decoration: underline;
}
.syulist {
  float: left;
  width:95%;
  margin:5px;
  font-size:14px;
  font-size:1.4rem;
  line-height: 1.5;
}
.syulist3 {
  float: left;
  width:95%;
  margin:5px;
  font-size:14px;
  font-size:1.4rem;
  line-height: 1.5;
}
.page-solo1 {
  padding: 8px;
  border:2px solid #bb3c00;
  font-size: 14px;
  font-size: 1.4rem;
  color: #bb3c00;
  font-weight: bold;
  width:fit-content;
}
.page-case {
  padding: 4px;
  border:2px solid #f70303;
  font-size: 14px;
  font-size: 1.4rem;
  color: #262525;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 5px;
  width:fit-content;
}
.page-solocome {
  padding: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #746964;
  font-weight: normal;
}
.page-mid1 {
  padding: 5px;
  border:2px solid #bb3c00;
  font-size: 22px;
  font-size: 2.2rem;
  color: #bb3c00;
  font-weight: bold;
  width:fit-content;
}
.midtext {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}
.kyotyo {
  padding: 5px;
  border:5px double #ffee1e;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: red;
  line-height: 2.2;
  color: #ffffff;
  font-weight: bold;
  width:fit-content;
}
img.twofour {
 width:49%;
}

@media screen and (min-width: 768px) {
img.twofour {
 width:24%;
}
.plan-title {
  font-size: 2.5rem;
  color: #1f2937;
  margin: 0 0 10px 0;
}
.price-num {
  font-size: 2.8rem;
  letter-spacing: -1px;
}
.target-heading {
  font-size: 2.0rem;
  color: #065f46;
  margin: 0 0 8px 0;
}
.work-list li {
  font-size: 1.6rem;
  color: #374151;
  background: #fdf2f8; /* 軽やかなピンク/グレー系などお好みで */
  background: #f3f4f6;
  padding: 8px 12px;
  border-radius: 6px;
}
.page-mid1 {
  padding: 5px;
  border:2px solid #bb3c00;
  font-size: 27px;
  font-size: 2.7rem;
  color: #bb3c00;
  font-weight: bold;
  width:fit-content;
 }
.page-case {
  padding: 4px;
  border:2px solid #f70303;
  font-size: 15px;
  font-size: 1.5rem;
  color: #262525;
  font-weight: normal;
  margin: 0 auto;
  width:fit-content;
 }
.page-solo1 {
  padding: 8px;
  border:2px solid #bb3c00;
  font-size: 20px;
  font-size: 2.0rem;
  color: #bb3c00;
  font-weight: bold;
  width:fit-content;
 }
.page-solocome {
  padding: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #746964;
  font-weight: normal;
 }
span.case {
  font-size:17px;
  font-size:1.7rem;
  line-height: 1.83;
  color:#24564f;
  font-weight:bold;
 }
p.paytex {
  font-size:15px;
  font-size:1.5rem;
  line-height: 1.57143;
 }
.fnormal {
  font-weight:normal;
  font-size: 15px;
  font-size: 1.5rem;
 }
.midtext {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
 }
.kyotyo {
  padding: 5px;
  border:5px double #ffee1e;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3;
  background-color: red;
  color: #ffffff;
  margin:0 auto;
  font-weight: bold;
  width:fit-content;
 }
.syulist {
  float:left;
  width:48%;
  margin:10px;
  font-size:15px;
  font-size:1.5rem;
  line-height: 1.5;
 }
.syulist3 {
  text-align:center;
  float: left;
  width:32%;
  margin:3px;
  font-size:14px;
  font-size:1.4rem;
  line-height: 1.5;
}
.tab-content h2 {
            margin-top: 0;
            color: #2c3e50;
            font-size: 22px;
            border-bottom: 2px solid #f0f3f6;
            padding-bottom: 10px;
 }
}

/* スクロールエリアのコンテナ */
        .scroll-container {
            width: 100%;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 20px 0;
            display: flex;
        }

        /* 画像を横一列に並べるラッパー */
        .scroll-wrapper {
            display: flex;
            /* 速度調整：10s（10秒）の部分を変更することでスクロール速度を調整できます。
               数字を大きくすると遅くなり、小さくすると速くなります。
            */
            animation: scroll-left 10s linear infinite;
        }

        /* 各画像ブロックのスタイル */
        .scroll-item {
            flex-shrink: 0;
            padding: 0 10px;
        }

        .scroll-item img {
            height: 200px; /* 画像の高さを統一 */
            width: auto;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            display: block;
        }

        /* 右から左へ流れるアニメーションの設定
           2つの同じ画像セットを並べて、1セット分（-50%）移動した時点でループさせます
        */
        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
