@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



@media (min-width: 560px) {

/* 20250529 PCTOPリニューアル */


.block {
    margin: 0 0 40px;
}

  /* ─────────────── 上部の1000円 ─────────────── */


.top-2column {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.top-2column > .block {
  width: 35% !important;
}

div#pageBody .top-2column div.block dl {
  padding: 15px;
}

div#pageBody .top-2column div.block div.box {
  height: 220px;
}

div#pageBody .top-2column div.block h2 {
  font-size: 22px;
}

div#pageBody .top-2column div.block .h2:before {
  vertical-align: -26%;
}


.top-price {
  width: 62%;
  position: relative;
  top: -20px;
}

.top-price .price-tags {
  margin: 10px;
}

.top-price .price-box.horizontal .tag-item {
  padding: 7px 0;
  background: #fff;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  border: 2px solid #050505;
}

.top-price .price-tags .plus-left {
    left: calc(50% - 84px);
}

.top-price .price-tags .plus-right {
    right: calc(50% - 84px);
}

.top-price .price-value {
    margin: 0 0 -20px 8px;
}



.price-box.horizontal {
  display: flex;
  flex-wrap: nowrap; 
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 12px 0 0; /* 左上 右上 左下 右下 */
  padding: 15px 5px 12px 10px;
  margin: 25px 10px 0;
  flex-wrap: wrap;
  background: #1b60ad; /*#1d518b*/
  z-index: 2;
}


.price-box.horizontal-note {
  position: relative;
  background: #111;
  color: #fff;
  text-align: justify;
  border-radius: 0 0 12px 12px; /* 左上 右上 左下 右下 */
  padding: 10px 18px;
  margin: 0 10px;
}



.price-box.horizontal .price-badge {
  background: linear-gradient(to bottom, #d60300, #8e0900);
  color: #fff;
  left: -8px;
  padding: 5px 11px;
  border-radius: 3px;
}

.price-box.horizontal .price-in {
  position: unset;
  background: #fefff6;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 5px 4px;
  margin: 10px 5px 0 0;
  border: 2px solid #000;
  border-radius: 10px;
}

.price-left,
.price-right {
  flex: 1;
  max-width: 100%;
}

.price-box.horizontal .price-label {
    margin: 8px 0 -30px 15px;
}


.price-box.horizontal .price-note {
  letter-spacing: 0.05em;
  margin: 0 auto;
}




  /* ─────────────── ナビ ─────────────── */
 .link-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 5px; 
   margin: 40px 4px;
  }
 
  .link-card {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }
 
  .card-image {
    position: relative;
  }
 
  .card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
 
  .link-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
  }
 
  .link-text h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
  }
 
  .link-text p {
    margin-right: 69px;
    text-align: left;
    line-height: 1.4;
  }



  /* ─────────────── 満足度と治療効果 ─────────────── */
.case2-1{
   display: flex;
}
  /* 黒い縁取り用の文字（下に重ねる） */
  .result-title2 .text-outline {
    position: absolute;
top: 23px;
    left: 91px;
    color: black;
    z-index: 1;
    text-shadow: 3px 3px 0 #000;
    -webkit-text-stroke: 5px #000;
    font-size: 30px;
  }
  /* 金グラデの塗り文字（上に重ねる） */
  .result-title2 .text-fill {
    background: linear-gradient(to bottom, #fff58d, #cfa600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    font-size: 30px;
  }
.result-title2-1 {
    font-size:31px;
    position: absolute;
    font-weight:600;
    top:84px; 
  }
.result-title-text3 {
    z-index: 1;
    position: absolute;
    top: 144px;
    left: -21px;
    white-space: nowrap;
}
.result-title-text31{
    z-index: 1;
    position: absolute;
    top: 182px; 
    letter-spacing: -4px;
    white-space: nowrap;
}
.text-outline3 {
    position: absolute;
    top: 33px;
    left: 94px;
    color: black;
    -webkit-text-stroke: 5px #000;
    z-index: 0;
    font-size: 26px;
}
.text-outline3-2 {
    position: absolute;
    top: 34px;
    left: 95px;
    color: black;
    -webkit-text-stroke: 4px #000;
    z-index: 0;
    font-size:60px;
    font-family: 'Bahnschrift'; 
}
  .text-outline3-2 span {
   font-size:15px;
   color:#f4f1dc;
   letter-spacing: -1px;
}
  .komoji {
  font-size:12px;
  position: absolute;
  top:337px; 
  line-height:1.3; 
  text-align: center;
}
  .komoji span {
  font-family: 'Bahnschrift';
  letter-spacing: 2px;
  font-size:15px;
}
.text-fill3 {
  font-size:26px;
  position: absolute;/*重ねたい子要素にabsolute*/
  top:33px;
  left: 94px;
  color: #fff;
}
  .text-fill3-2 {
  font-family: 'Bahnschrift';
  font-size:60px;
  color:#ff7812;
  position: absolute;
  top:34px;
  left: 94px;
}
.case2-22{
   background: #cccccc;
   width: 436px;
   height: 590px;
   position: relative;
}
.case2-22a{
   background-color: #fff;
   padding: 3px 10px 3px;
}
.trapezoid-bg3 {
   width: 200px;
   height: 25px;
   background: #000;
   clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
   z-index: 0;
   position: absolute; 
   left: 16px;
}
.trapezoid-bg3 p {
   font-size:15px;
   font-weight:600;
   color:#fff;
   position: absolute;
   top: 1px;
   left: 11px;
}
.box-case{
   display: flex;
   justify-content: space-between;
   position: relative;
}
  .case1 {
   font-size:15px;
   font-weight:600;
   position: absolute;
   top: -3px;
   left: 36px
}
  .case3 {
   font-size:15px;
   font-weight:600;
   position: absolute;
   top: -3px;
   left: 166px;
}
  .case4 {
   font-size:15px;
   font-weight:600;
   color:#e60033;
   position: absolute;
   top: -3px;
   left: 299px;
}
.box-case2{
   display: flex;
   justify-content: space-between;
   margin: 18px 0 5px;
}
.box-case2 img{
   border:2px solid #cccccc;
}
.manzoku p{
  -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
  position: absolute;
}
.box-case2 > .triangle {
  position: relative;
  width: 0;
  height: 0;
}
.box-case2 > .triangle::before {
  content: '';
  position: absolute;
  top: 39px;
  left: -2px;
  border-top: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000;
}
.box-case2 > .triangle::after {
  content: '';
  position: absolute;
  top: 40px;
  left: -1px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ff7812;
}
.text-outline {
  position: absolute;
  top: -12px;
  left: 35px;
  color: black;
  -webkit-text-stroke: 2px black;
  z-index: 1;
  font-size: 22px;
}
.text-fill {
  position: absolute;
  top: 23px;
  left: 91px;
  color: white;
  z-index: 2;
  text-align: center;
}



  /* ─────────────── 治療のこだわり ─────────────── */
.box-kodawari{
    position: relative;
    background: linear-gradient(180deg, #f4f4f4, #fff);
    border: 6px solid #fff;
    padding: 20px 20px;
}
.point-wrap2{
   display: flex;
   justify-content: space-between;
   margin: 15px 0 0;
}
.point-wrap2-1{
   border: 2px solid #000000;
   width: calc(33.333% - 14px); /* 3つ横並びにできる幅を明示 */
   box-sizing: border-box;
   background:#fff;
   position: relative;
}
.point-wrap2-1 img{
   width:100%
}
.point-wrap2-1 p{
   line-height:1.5;
   letter-spacing: 0.03em;
   padding: 13px;
}
.point-box2{
   background: #000;
   padding: 20px 14px;
   color: #fff;
   font-size:19px;
   font-weight:600;
   line-height:1.3;
}
.point-box2 span{
   color:#ffd200;
}
.plus{
   font-family: 'Bahnschrift';
   font-size:86px;
   font-weight:bold;
   color: rgb(204, 0, 0);
   z-index:2;
   position: absolute;
   top:285px;
   text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff,
          -3px 3px 0px #fff,  3px -3px 0px #fff,
           3px 0px 0px #fff, -3px  0px 0px #fff,
           0px 3px 0px #fff,  0px -3px 0px #fff;
}



  /* ─────────────── 共通 ─────────────── */
  .banner-slant .result-title {
    top: -3px;
  }
.title-main{
    background: #000;
    padding: 6px 15px 8px;
    font-size:27px;
    color:#fff;
    margin: -20px -18px 20px;
    width: calc(100% + 6px);
}
.title-sub{
    color: #ff7812;
    font-size: 20px;
}
.title-emphasis{
    color: #ff7812;
    font-size: 29px;
    margin-bottom:18px;
}
.paragraph2{
    margin-bottom:16px;
}
.result-title-wrapper {
   position: relative;
}

.banner-slant {
   position: relative;
   margin: 30px 0 30px;
}

.result-title-bg {
   background: #000;
   clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
   height: 45px;
   width: 100%;
}
.result-title-text4 {
   text-align: center;
}
.text-outline4 {
    position: absolute;
    top: -8px;
    left: 52%;
    transform: translateX(-50%);
    color: black;
    -webkit-text-stroke: 5px black;
    z-index: 0;
    font-size: 22px;
    width: 100%;
    line-height: 1.2;
}
.text-fill4 {
   position: absolute;
   top: -8px;
   left: 52%;
   transform: translateX(-50%);
   font-size:22px;
   color: #fff;
    width: 100%;
   line-height: 1.2;
}


.footer-banner {
   position: relative; 
   background: #000;
   color: #fff;
   text-align: center;
   padding: 10px 10px;
   font-size: 24px;
   line-height:1.3;
}

.footer-banner span {
   color: #ffd200;
}


  /* ─────────────── 治療の止め方は ─────────────── */



   .section-inner .result-title {
    all: unset;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
    text-align: center;
  }
.block-2{
    display: flex;
    font-weight:600;
}

div#pageBody .block-2 div.block{
     flex: 1;
}

.footer-banner span {
   color: #ffd200;
}

.block-2 .footer-banner {
   width: calc(100% + 13px);
   margin-left: -16px;
   margin-bottom: -19px;
}

.block-2 .case-section {
   width: calc(100% + 33px);
   margin-left: -16px;
}

.block-2 .case-section img {
   width: 100%;
}




  /* ─────────────── 対面診療が重要なのはなぜ？ ─────────────── */
.kome {
    display: flex;
}
  .link2 {
    margin-left: 5px;
    margin-bottom:10px;
    font-size:10px;
    font-weight: normal;
  }
a {
    color: #28a1ee;
}



  /* ─────────────── 充実の対面診療体制 ─────────────── */
.recommend-img img {
    margin-bottom: 0px;
}
.recommend-img {
  width: 160px;
  margin: 10px auto 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
  transform: translateY(-30%);
}
.title-main2{
  background: #000;
  font-size: 32px;
  padding: 0 0 4px;
  text-align: center;
  color:#fff;
  font-weight: 600;
}
.title-large {
  font-size: 40px;
}
.clinic-image2 {
  width: 100%;
  margin: 0 auto;
}
.clinic-image2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 高さを明示的に指定しているときに有効 */
}
.taimenor {
  display: flex;
}
.taimenor1{
  padding: 0 25px 20px;
}
.round-banner2 {
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 27px;
  padding: 5px 16px;
  margin-top: 15px;
}
.round-banner2 .strong {
  color: #ffd200;
}
.koushi {
  background: #fff url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='20' height='20' fill='none' stroke='%23ccc' stroke-width='0.5' /%3E%3C/svg%3E") repeat;
    width: 54%;
}
.taimenor2{
  background: #e1e7ea;
  position: relative; 
}
.title-banner2 span,
.title-banner3 span {
  color: #ffd200;
}
.title-banner2{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 30px; 
  left: 22px;  
  line-height:1.3;
}
.title-banner3{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 30px; 
  left: 243px;  
  line-height:1.3;
  letter-spacing: -0.01em;
}
.leftt {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 50px;
  line-height:1.2;
  position: relative; 
}
.section-inner img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 18px;
    }
.title-main2 .number {
    font-size: 160%;
    font-family: "Rajdhani", sans-serif;
}



  /* ─────────────── 治療費 ─────────────── */
/* ─────────────── 共通ボックス ─────────────── */
  .notice-box {
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 180px;
    background: #fff;
    border-radius: 12px;
  }

  .price-box {
    background: #1b60ad;
    color: #fff;
    padding: 30px 20px 20px;
    border-radius: 12px;
    border: 2px solid #000;
    box-shadow: 1px 1px 0 #000;
    position: relative;
    text-align: center;
    margin: 20px 10px;
  }

  /* ─────────────── 上部バッジ ─────────────── */
  .price-badge {
    position: absolute;
    top: -22px;
    left: -14px;
    background: #fff;
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    padding: 6px 16px;
    font-size: 19px;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 1px 1px 0 #000;
    z-index: 2;
  }

  /* ─────────────── 初月価格タイトル ─────────────── */
  .price-label {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 -25px 20px;
  }

  /* ─────────────── 金額表示エリア ─────────────── */
  .price-value {
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    margin: -5px 0 -10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
  }

  /* 大きい数字（1,000） */
  .price-value .yen {
    font-size: 90px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    color: #ffcc00;
    text-shadow: 4px 4px 0 #050505, 2px 2px 0 #050505, -2px -2px 0 #050505,
      -2px 2px 0 #050505, 2px -2px 0 #050505, 2px 0px 0 #050505,
      -2px 0px 0 #050505, 0px 2px 0 #050505, 0px -2px 0 #050505;
  }

  /* カンマだけ小さく */
  .comma {
    font-size: 60%;
    margin-right: -2px;
  }

  /* 円＋税込エリア */
  .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 26px;
  }

  .yen-group .yen {
    font-size: 30px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    color: #ffcc00;
    text-shadow: 4px 4px 0 #050505, 2px 2px 0 #050505, -2px -2px 0 #050505,
      -2px 2px 0 #050505, 2px -2px 0 #050505, 2px 0px 0 #050505,
      -2px 0px 0 #050505, 0px 2px 0 #050505, 0px -2px 0 #050505;
  }

  .yen-group .tax {
    font-size: 10px;
    color: #fff;
  }

  /* 備考文 */
  .price-note {
    font-size: 12px;
    margin: -20px 0;
  }

  /* ─────────────── 黒タグ（2列×2段） ─────────────── */
  .price-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-tags .tag-item {
    background: #111;
    color: #fff;
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.4;
    padding: 8px;
  }

  /* ─────────────── +マーク（上下） ─────────────── */
  .price-tags::before,
  .price-tags::after {
    content: "+";
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00beff;
    border: 2px solid #050505;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-tags::before {
    top: calc(50% - 42px); /* 上の中間 */
  }

  .price-tags::after {
    top: calc(50% + 15px); /* 下の中間 */
  }

  /* ─────────────── +マーク（左右） ─────────────── */
  .price-tags .plus-left,
  .price-tags .plus-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00beff;
    border: 2px solid #050505;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .price-tags .plus-left {
    left: calc(50% - 95px);
  }

  .price-tags .plus-right {
    right: calc(50% - 95px);
  }


  /* ─────────────── 2ヶ月目以降 ─────────────── */
  .price-followup {
    margin-top: 40px;
    border: 2px solid #000;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
  }

  .price-followup-header {
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    border: 2px solid #000;
    position: relative;
    top: -12px;
    left: 12px;
    z-index: 2;
  }

  .price-followup-body {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .followup-box {
    flex: 1;
    padding: 20px 10px;
    color: #fff;
  }

  .followup-box.maintain {
    background: #e8505b;
  }

  .followup-box.grow {
    background: #ea5a68;
  }

  .followup-box .label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .followup-box .range .yen {
    font-size: 24px;
    font-weight: 600;
  }

  .followup-box .unit {
    font-size: 12px;
    margin-left: 2px;
  }

  .price-breakdown-title {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 10px;
  }

  .price-breakdown-list {
    list-style: none;
    padding: 0 15px 20px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .price-breakdown-list li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .price-breakdown-list li strong {
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    flex-shrink: 0;
  }

  .price-breakdown-list li span {
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    display: block;
    text-align: right;
  }

  .followup-plans {
    display: grid;
    gap: 1px;
  }

  .plan-block {
    flex: 1;
    color: white;
    padding: 18px 6px;
    width: 230px;
  }

  .plan-block.maintain {
    background: #d93448;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-top: 30px;
  }

  .plan-block.grow {
    background: #d35564;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    border-bottom-left-radius: 10px;
  }

  .plan-label {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px;
  }

  .plan-price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding: 0 50px;
    line-height: 1.2;
  }

  .plan-to {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    margin: 0 auto;
    line-height: 1;
  }


  .followup-price {
    padding: 0px;
    background: #f2f2f2;
    color: #000;
    display: flex;
}




  .followup-price .plan-block .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .followup-price .plan-block .yen-group .yen {
    font-size: 16px;
    color: #fff;
  }

  .followup-price .plan-block .yen-group .tax {
    font-size: 6px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
  }

  .followup-price .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3px;
  }

  .followup-price .yen-group .yen {
    font-size: 16px;
    color: #000;
  }

  .followup-price .yen-group .tax {
    font-size: 6px;
    margin-bottom: -2px;
    font-weight: 600;
    color: #000;
  }


  .followup-price .yen {
    font-size: 38px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    text-shadow: none;
    color: #fff;
  }



  .price-value.haba {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1px;
    font-weight: 600;
    font-family: "Bahnschrift", sans-serif;
    color: #000;
  }

  .breakdown-title {
    text-align: center;
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 16px;
  }

  .breakdown-list {
    list-style: none;
    padding: 7px;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .breakdown-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }

  .breakdown-text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    max-width: 70%;
  }

  .breakdown-price {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
  }

  .breakdown-price .tax {
    font-size: 10px;
    color: #333;
  }

  .mark {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #000;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: #000;
    margin: auto;
  }

  .breakdown-text {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    max-width: 65%;
  }

  .breakdown-desc {
    text-align: left;
  }

  .price-value.breakdown-price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1px;
    font-weight: 600;
    font-family: "Bahnschrift", sans-serif;
    color: #000;
    letter-spacing: -0.05em;
  }

  .price-value.breakdown-price .yen {
    font-size: 28px;
    font-weight: 1000;
    color: #000;
  }

  .price-value.breakdown-price .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }

  .price-value.breakdown-price .yen-group .yen {
    font-size: 15px;
  }

  .price-value.breakdown-price .yen-group .tax {
    font-size: 6px;
    color: #000;
    margin-bottom: -2px;
  }

  .to {
    font-size: 60%;
    font-weight: normal;
    opacity: 0.6;
    vertical-align: middle;
  }

  .other-treatment {
    margin: 0 30px 20px;
  }

  .other-treatment h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .other-treatment .note {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .therapy-list {
    list-style: none;
    background: #e1e7ea;
    padding: 20px;
  }

  .therapy-list li {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }

  .therapy-list li::before {
    content: "■";
    color: #000;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
  }




  .hiyou{
   display: flex;
   margin:25px 0 20px;
   justify-content: space-around;
}
 .section10-2{
   padding: 10px 15px 0 15px;
   width: 200px;
 }
.section10-2-1{
 margin: 10px 2px 0;
}
.section10-2F{
  display: flex;
  line-height: 1.2;
  margin: auto;
}

.maru-1{
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  margin-right: 3px;
  border: 1.5px solid #000;
  font-size:22px; 
  font-weight:600; 
  background: #fff;
}
.iji3 {
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  align-items: center;        /* 縦中央揃え */
  margin-top: 1px;
}



  .suji {
    font-family: 'Rajdhani', sans-serif;
    font-weight:1000;
    font-size:28px;
  }

  .midashi {
    font-size:20px;
    font-weight:600;
  }

 .more-button {
    position: absolute;
    background: linear-gradient(to bottom, #d60300, #8e0900);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #970508;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0;
    bottom: -6px;
    right: -6px;
    margin: 0;
    padding: 8px 10px 8px 50px;
}


  .more-button::after {
    content: " >";
    margin-left: 8px;
    font-weight: 600;
  }

  .more-button:hover {
    color: #ebc5c2;
}

  .note {
    font-size: 12px;
    color: #333;
    text-align: left;
    line-height: 1.2;
    padding: 0 30px 10px;
  }
div.fContactInner div.fContactLeft div.mapContent {
    height: 299px;
}
div#footer {
    font-size: 12px;
}




}
/* 20250529 PCTOPリニューアル end */



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* HEADER */
#headerInner {
  padding-bottom: 16px !important;
}
.hSection-button {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.hSection-button a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px 24px 3px;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: inherit;
  border: 1px solid #ddd;
  &:hover {
    color: inherit;
    opacity: 0.8;
  }
}
body.home .hSection-button a {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  &:hover {
    color: #fff;
  }
}
.hSection-button a i {
  color: #c23232;
  font-size: 9px;
  display: block;
}
.hSection-button.hsb-reserve a {
  color: #000;
  background: #F7F7F7;
  letter-spacing: 2px;
  &:hover {
    opacity: 0.8;
  }
}
body.home .hSection-button.hsb-reserve a {
  color: inherit;
}
.hSection-button.hsb-reserve a i {
  font-style: normal;
  letter-spacing: normal;
}
.hContact-title {
  text-align: center;
}
.hContact-title {
  background: linear-gradient(to bottom, #D60300, #8E0900);
  color: #fff;
  font-size: 12px;
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.hContact-phone a {
  color: inherit;
  text-decoration: none;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
  &:hover {
    color: inherit;
  }
}
body.home .hContact-phone a {
  color: #fff;
  &:hover {
    color: #fff;
  }
}
.hContact-phone a img {
  display: inline-block;
  position: relative;
  top: -20px;
  margin-right: 6px;
}
.gNav2 {
  width: 963px !important;
}
.gNav2 ul {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.gNav2 li {
  width: 140px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.gNav2 li:first-child {
  width: 120px !important;
}
.gNav2 a {
  display: block;
  text-align: center;
  padding: 14px 0 9px;
  text-decoration: none;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  &:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0.8;
  }
}
.gNav2 a strong {
  color: #444;
  font-size: 15px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.gNav2 a small {
  color: #DB4D4B;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/* FOOTER */
.copyright2 {
  padding: 10px 30px;
  font-size: 10px;
}
.pageTop2 {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.pageTop2 a {
  color: inherit;
  text-decoration: none;
  &:hover {
    color: inherit;
  }
}
.pageTop2 img {
  display: inline-block;
  margin-left: 6px;
  position: relative; 
  top: 3px;
}

/* TOP */
.sp-image {
  display: block;
  position: relative;
}
.sp-slide-gradient {
  width: 600px;
  height: 126px;
  background: linear-gradient(to left, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 1) 100%);
  position: absolute;
  top: 115px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sp-slide-gradient p {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 28px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.sp-slide-gradient.ssg-right {
  left: auto;
  right: 0;
  justify-content: end;
  background: linear-gradient(to right, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 1) 100%);
}
.sp-slide-gradient.ssg-right p {
  text-align: right;
}
.sp-slide-button {
  display: inline-block;
  padding: 4px 50px 5px;
  background: linear-gradient(to bottom, #D60300, #8E0900);
  color: white;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #970508;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  position: absolute;
  right: 20px;
  bottom: 65px;
}
.slider-bar dl {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  color: #fff;
  display: flex;
}
.slider-bar dt {
  background: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-weight: bold;
  padding: 8px 50px 7px;
  color: #ddd;
}
.slider-bar dd {
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 11px 25px 7px;
  flex: 1;
}
.txtBottom-message {
  margin: 30px 0;
}
.txtBottom-message a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  width: 972px;
  height: 207px;
  background-size: cover;
  background-repeat: no-repeat;
}
.txtBottom-message a:hover {
  color: #000;
  opacity: 0.8;
}
.txtBottom-message p {
  font-family: serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.txtBottom-message-txt {
  font-size: 24px;
  position: absolute;
  left: 50px;
  top: 48px;
}

.txtBottom-message-name {
  font-size: 16px;
  position: absolute;
  right: 245px;
  top: 120px;
}

.txtBottom-message-name strong {
  font-size: 32px;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: 6px;
}

.txtBottom-first {
  margin-bottom: 30px;
}

.txtBottom-first a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 960px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  &:hover {
    opacity: 0.8;
  }
}

.txtBottom-first a .txtBottom-first-title {
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  position: absolute;
  left: 180px;
  top: 23px;
}

.txtBottom-first a .txtBottom-first-text {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  left: 180px;
  top: 63px;
}

.txtBottom-online {
  margin-bottom: 30px;
  text-align: center;
}

.txtBottom-online p {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  padding: 8px 40px;
}

.leadImage2 {
  float: left;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 6px;
  left: 6px;
}

.leadImage2 a {
  display: block;
  box-sizing: border-box;
  width: 717px;
  height: 241px;
  text-decoration: none;
  padding-left: 336px;
  padding-top: 46px;
  color: #fff;
  &:hover {
    color: #fff;
    opacity: 0.8;
  }
}

.leadImage2 a .leadImage2-title {
  font-family: serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -2px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.leadImage2 a .leadImage2-text {
  font-size: 14px;
  font-weight: normal;
}
.leadImage2 a .leadImage2-button {
  position: absolute;
  right: 25px;
  bottom: 7px;
  color: #fff;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
}

.contact2 {
  text-align: center;
  border: 5px solid #c23232;
  background: #f6f7f6;
  float: right;
  width: 231px;
  margin-top: 6px;
  box-sizing: border-box;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.contact2 p {
  padding: 0;
}
.contact2-top {
  padding: 8px 10px;
  border-bottom: 5px solid #c23232;
}
.contact2 .contact2-title {
  padding: 0 0 5px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.contact2 .contact2-title img {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -3px;
}
.contact2 .contact2-phone a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  display: block;
  padding: 5px 0;
}
.contact2 .contact2-phone img {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -7px;
}
.contact2 .contact2-option {
  text-align: left;
  font-weight: bold;
}
.contact2-button {
  padding: 10px;
}
.contact2-button a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #D60300, #8E0900);
  border: 1px solid #970508;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  &:hover {
    color: #fff;
    opacity: 0.8;
  }
}
.contact2-btnTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 2px;
}
.contact2-btnTitle strong {
  font-size: 20px;
  letter-spacing: 4px;
}
.contact2-btnText {
  font-size: 14px;
  font-weight: bold;
}
.listImage2 {
  padding: 0 0 0 6px;
  margin-top: 10px;
}

.listImage2-item {
  width: 312px;
  height: 152px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.listImage2-item:nth-child(3n) {
  margin-right: 0;
}

.listImage2-item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  text-decoration: none;
  &:hover {
    opacity: 0.8;
  }
}

.listImage2-bubble {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(to bottom, #D60300, #8E0900);
  border: 1px solid #970508;
  color: white;
  font-size: 9px;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  margin-right: 2px;
  top: -5px;
}

.listImage2-bubble:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #8E0900 transparent transparent transparent;
}

.listImage2-item a .listImage2-title {
  margin-bottom: 4px;
}

.listImage2-item a .listImage2-title h2 {
  color: #3c3c3c;
  display: inline;
  /* font-size: 24px; */
  font-size: 19px;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.listImage2-item a .listImage2-text {
  color: #000;
}

/*スマホ*/
@media screen and (max-width: 480px){
  .callBtnTop-button {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #D60300, #8E0900);
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 8px;
  }
  .callBtnTop-button img {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 2px;
  }
  .visualSlide {
    display: block;
    position: relative;
  }
  .visualSlide-gradient {
    width: 100%;
    height: 108px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 1) 100%);
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .visualSlide-gradient p {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
  .visualSlide-gradient.ssg-right {
    left: auto;
    right: 0;
    justify-content: end;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 1) 100%);
  }
  .visualSlide-gradient.ssg-right p {
    text-align: right;
  }
  .visualSlide-button {
    display: inline-block;
    padding: 3px 5px 3px;
    box-sizing: border-box;
    width: 180px;
    background: linear-gradient(to bottom, #fdfdfd, #e6e6e6);
    color: #444;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
  }
  .visualSlide-button div {
    background-image: url('./sp/images/home/arrow_white.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    text-align: center;
  }
  .visualSlide-button span {
    position: relative;
    top: 2px;
  }
  .topText2 {
    display: flex;
    padding: 7px 20px;
    background: #101010;
    color: #e3e3e3;
    font-family: 'メイリオ', 'meiryo', sans-serif;
  }
  .topText2-text {
    padding: 4px 0 0 20px;
  }
  .topText2-text h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .topText2-text p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
  }
  .topText2-text p small {
    font-size: 9px;
    font-family: serif;
  }
  .contents-message {
    margin-bottom: 15px;
  }
  .contents-message a img {
    width: 100%;
  }
  .contents-message a {
    display: block;
    text-decoration: none;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: inherit;
  }
  .contents-message a p {
    font-family: serif;
    font-weight: bold;
    position: absolute;
    font-size: 15px;
    line-height: 1.4;
    top: 12%;
    left: 15px;
  }
  .contents-first {
    margin-bottom: 15px;
  }
  .contents-first a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 104px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-family: 'メイリオ', 'meiryo', sans-serif;
  }
  .contents-first a h2 {
    color: #DB4D4B;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 110px;
    top: 15px;
  }
  .contents-first a p {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 110px;
    top: 45px;
  }
  .contents-online {
    margin-bottom: 30px;
    text-align: center;
  }
  .contents-online p {
    display: inline-block;
    color: #000;
    border: 2px solid #000;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    padding: 4px 12px;
  }

  .gNav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .gNav-list a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 92px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'メイリオ', 'meiryo', sans-serif;
    text-align: center;
  }
  .gNav-list a p.gNav-title,
  .gNav-list a h2 {
    padding: 45px 0 0;
    color: #444;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  }
  .gNav-list a p {
    color: #DB4D4B;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  }
  .topRaiin a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #D60300, #8E0900);
    border: 1px solid #970508;
    display: block;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
  }
  .footerAccessBtn a {
    color: #333;
    text-decoration: none;
    background: linear-gradient(to bottom, #fdfdfd, #f3f3f3);
    border: 1px solid #ddd;
    display: block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .topRaiin a span,
  .footerAccessBtn a span {
    background-image: url('./sp/images/home/arrow_white.png');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
  }
  .topBanner a {
    display: flex;
    text-decoration: none;
    height: 108px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    color: #333;
    padding: 0 15px;
  }
  div#contents div.commonBox .topBanner a .topBanner-title,
  div#contents div.commonBox .topBanner a h2 {
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
  }
  .topSmallBanner {
    margin-bottom: 15px;
  }
  .topSmallBanner a {
    display: flex;
    text-decoration: none;
    height: 71px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    color: #333;
    padding: 0 12px;
  }
    div#contents div.commonBox .topSmallBanner a .topSmallBanner-title,
  .topSmallBanner a h2 {
    font-size: 13px;
    font-weight: bold;
  }
  div#contents div.commonBox .topSmallBanner a p {
    font-size: 9px;
    padding: 0;
    margin-top: 2px;
  }
  .topFooterLink {
    border: 3px solid #c3c3c3;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px -1px 2px rgb(0 0 0 / 10%);
    background: #fff5f2;
    padding: 14px 15px 15px 15px;
    margin-bottom: 15px;
  }
  .topFooterLink a {
    display: flex;
    text-decoration: none;
    height: 108px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    color: #333;
    padding: 0 40px;
    margin-bottom: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .topFooterLink a h2 {
    font-weight: bold;
    font-size: 18px;
  }
  #footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
  }
  div#footer p.logoImg {
    padding-top: 0 !important;
  }
  .footerCopyright {
    font-size: 9px;
    margin-top: 3px;
  }


.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }







/* 202526 TOPリニューアル スマホ */



/* style.cssに入れても聞かないのでhome.phpに直書き
  body {
    font-family: "Lucida Grande", "Noto Sans JP", sans-serif;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
  }
*/






  /* ─────────────── 銀クリとは ─────────────── */

  .topText2 {
    padding: 7px 0 7px 15px;
    }

  .topText2-text p {
    font-weight: 400;
    font-size: 16px;
    }

  a.nav-item {
    display: flex;
    align-items: center;
    padding: 8px 0px 8px 8px;
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-decoration: none; /* ← 下線を消す */
    color: #000; /* ← 黒文字にする */
    transition: background 0.3s ease;
  }





  /* ─────────────── メニュー ─────────────── */

  .nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .nav-icon {
    width: 30px; /* 必要に応じて調整 */
    height: auto;
    margin-right: 10px;
  }
  .nav-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .nav-text .jp {
    color: #444;
    font-weight: 600;
    font-size: 15px;
  }
  .nav-text .en-title {
    color: #c00;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
  }



  /* ─────────────── 更新情報 ─────────────── */

div.nav-item {
  position: relative;
  align-items: center;
  padding: 10px 8px;
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  transition: background 0.3s ease;
}

div.nav-item .news {
  padding: 0 10px;
}

div.nav-item .h2 {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

div.nav-item h2 {
  color: #444;
  font-weight: 600;
  font-size: 16px;
}

div.nav-item .more-button.news {
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #d60300, #8e0900);
  color: #fff;
  font-size: 12px;
  border: 1px solid #970508;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%);
  border-radius: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 10px 10px 18px;
}

  /* ─────────────── 上部の1000円 ─────────────── */
.price-box.horizontal {
  display: flex;
  flex-wrap: nowrap; 
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 12px 0 0; /* 左上 右上 左下 右下 */
  padding: 15px 0 12px 4px;
  flex-wrap: wrap;
  background: #1d518b;
  z-index: 2;
}


.price-box.horizontal-note {
  position: relative;
  background: #666;
  color: #fff;
  text-align: justify;
  border-radius: 0 0 12px 12px; /* 左上 右上 左下 右下 */
  padding: 10px 8px;
  margin: 0;
}



.price-box.horizontal .price-badge {
  left: -8px;
  padding: 5px 11px;
  border-radius: 10px;
}

.price-box.horizontal .price-in {
  position: unset;
  background: #fefff6;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 5px 4px;
  margin: 10px 5px 0 0;
  border: 2px solid #000;
  border-radius: 10px;
}

.price-left,
.price-right {
  flex: 0 0 60%;
  min-width: auto;
  max-width: 60%;
}

.price-right {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 40%;
}


.price-box.horizontal .price-label {
  margin: 0 0 -25px 5px;
}

.price-box.horizontal .yen {
  letter-spacing: -0.04em;
}

.price-box.horizontal .price-note {
  margin: -20px 0;
}



.price-box.horizontal .tag-wrap {
  position: relative;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.price-box.horizontal .tag-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #111;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 0.5;
  min-width: 118px;
  height: 25px;
  box-shadow: 1px 1px 0 #000;
}

.price-box.horizontal .tag-item.dai {
  font-size: 115%;
}

.price-box.horizontal .tag-item span.small {
  display: inline;
  font-size: 11px;
}

.price-box.horizontal .tag-plus {
  position: absolute;
  top: -12px;  
  background: #00beff;
  color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid #050505;
  z-index: 2;
}




  /* ─────────────── CVbutton ─────────────── */


  .cta-button {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #d60300, #8e0900);
    border: 1px solid #970508;
    display: block;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    max-width: 680px;
    margin: 20px 10px;
    padding: 0;
  }

  .cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
  }

  .cta-text {
    display: flex;
    flex-direction: column;
  }

  .cta-main {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -3px;
  }

  .cta-sub {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
  }

  .cta-icon .icon-circle {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid #d60300;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }









  .yellow {
    color: #ffd200;
  }

  .section-inner {
    position: relative;
    border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
      -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
    padding: 14px 15px 15px 15px;
    margin: 40px auto 15px;
    max-width: 800px;
    box-sizing: border-box;
  }
  .section-inner h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .section-inner p {
    font-size: 16px;
  }
  .point-wrap {
    position: relative;
    margin-top: 20px;
    border: 1px solid #000;
    background: #fff;
  }
  .point-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 0;
  }
  .point-box {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    line-height: 1.5;
    border-top: none;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .point-wrap p {
    padding: 15px;
  }

  .plus {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    z-index: 10;
  }

  .plus-svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    color: #000;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 9999px;
    margin: 40px 40px 0;
    text-decoration: none;
    font-size: 18px;
  }


  .more-button::after {
    content: " >";
    margin-left: 8px;
    font-weight: 600;
  }



  .bold {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
  }

  .result-block {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }

  /* タイトル全体 */
  .section-inner .result-title {
    all: unset;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 2;
    line-height: 1;
    text-align: center;
  }
  .banner-slant .result-title {
    top: -8px;
  }

  /* 黒い縁取り用の文字（下に重ねる） */
  .result-title .text-outline {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    z-index: 1;
    text-shadow: 3px 3px 0 #000;
    -webkit-text-stroke: 3px #000;
  }

  /* 金グラデの塗り文字（上に重ねる） */
  .result-title .text-fill {
    background: linear-gradient(to bottom, #fff58d, #cfa600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
  }

  /* 黒帯ラベル */
  .result-label {
    display: flex;
    border-radius: 40px;
    background: #000;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.05em;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
  }

  .label-left,
  .label-right {
    flex: 1;
    padding-bottom: 20px;
    position: relative;
  }

  /* 縦線を疑似要素で制御 */
  .label-left::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
    width: 1px;
    background: #fff;
  }

  .label-left span {
    color: #ffd200;
    border-bottom: 1px dotted #ffd200;
    padding-bottom: 3px;
  }

  .label-right span {
    color: #ff7812;
    border-bottom: 1px dotted #ff7812;
    padding-bottom: 3px;
  }

  /* ▼マーク */
  .label-arrow {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #000;
  }

  .result-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0px -10px;
    box-sizing: border-box;
  }

  /* 左右のエリアを均等幅に */
  .result-left {
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 4px 0 0;
  }

  .result-right {
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 4px;
  }

  .result-line {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-left: 1px dotted #000;
    transform: translateX(-50%);
    z-index: 0;
  }

  /* 説明文の高さ固定で左右を揃える */
  .result-description {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 5px;
    text-align: justify;
    font-feature-settings: "palt";
  }

  .description-right {
    padding-right: ;
  }

  /* グラフを横並びにし、スペース確保 */
  .result-right .graph-row {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: nowrap;
  }

  .graph-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 25px; /* 上下余白 */
    box-sizing: border-box;
  }

  .graph-image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }

  .case-container {
    background: #ddd;
    padding: 20px 0 15px;
    width: calc(100% + 30px);
    margin: 40px -15px -15px;
  }

  .case-block {
    position: relative;
    background: #fff;
    margin: 40px 15px;
    padding-top: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .case-title {
    position: absolute;
    top: -29px;
    left: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 3px 20px 3px 10px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0% 100%);
  }

  .image-set {
    display: flex;
    justify-content: space-between;
    align-items: center; /* ← 矢印中央化 */
    padding: 0 5px 5px;
    position: relative;
  }

  .image-column {
    width: 30%;
    text-align: center;
    position: relative;
  }

  .image-column img {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .label {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
  }

  .label.after {
    color: #e60033;
  }

  /* ▶ 矢印のデザイン */
  .graph-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #ff7812;
    text-shadow: 1px 1px 0 #000;
    -webkit-text-stroke: 1px #000;
    z-index: 2;
    position: relative;
    left: ;
  }

  .note {
    font-size: 10px;
    color: #333;
    text-align: left;
    line-height: 1.2;
    padding: 15px 5px 0px 5px;
  }

  .case-container .note {
    padding: 15px 15px 0px 15px;
  }


  .title-main {
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    /* 横と上に広げる */
    width: calc(100% + 10px); /* 左右 padding: 15px ×2 */
    margin: -14px -15px;
    line-height: 1;
  }
  .title-sub {
    position: relative;
    display: inline-block;
    color: #ff7812;
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
  }
  .title-emphasis {
    color: #ff7812;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px;
  }

  .banner-slant {
    position: relative;
    background: #000;
    height: 40px;
    margin: 30px 0 30px;
    transform: skewX(-20deg);
  }

  .banner-slant .result-title {
    transform: translateX(-50%) skewX(20deg);
    font-size: 20px;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .case-section {
    width: calc(100% + 30px); /* 15px 左右ぶん広げる */
    margin-left: -15px; /* 左パディングを打ち消す */
    margin-right: -15px; /* （オプション）右も揃えるなら */
  }
  .case-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .case-images {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
  }
  .case-images img {
    width: 100px;
    border-radius: 5px;
  }
  .bubble {
    position: absolute;
    left: 150px;
    top: 10px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 12px;
  }
  .label-7years {
    position: absolute;
    right: 40px;
    top: 0;
    background: #ff9900;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    transform: rotate(-10deg);
    padding: 5px 10px;
    border-radius: 5px;
  }

  .footer-banner {
    position: relative;
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
    font-size: 20px;
    /* 横と下に広げるための追加 */
    width: calc(100% + 10px); /* 左右padding: 15px ×2 */
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px; /* 下パディングも打ち消す */
  }

  .white-text {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: white !important;
    color: white;
  }

  .linkset {
    margin-bottom: 10px;
  }

  .kome {
    display: flex;
    margin: -5px 0 8px;
  }

  .link {
    margin-left: 5px;
  }

  .section-inner img {
    width: 100%;
    height: auto;
    display: block;
  }
  .grid-imgs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .grid-imgs img {
    width: 48%;
  }
  .title-main .number {
    font-size: 160%;
    font-family: "Rajdhani", sans-serif;
  }
  .title-main.taimen {
    padding: 5px 10px 12px;
  }
  .clinic-image {
    width: calc(100% + 30px);
    margin: 13px -15px;
  }

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

  .title-large {
    display: block;
    font-size: 28px;
    font-weight: 600;
  }

  .round-banner {
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.05em;
    border-radius: 30px;
    padding: 8px 16px;
    margin: 20px auto;
  }

  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  padding: 8px;
  margin: 30px 40px 10px;

  .koushi {
    background: #fff
      url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='20' height='20' fill='none' stroke='%23ccc' stroke-width='0.5' /%3E%3C/svg%3E")
      repeat;
  }

  .recommend-img {
    width: 160px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }
  .recommend-img img {
    margin-bottom: 0px;
  }
  .center {
    text-align: center;
  }

  .leftt {
    text-align: left;
  }

  .graph-box {
    background: #ddd;
    padding: 10px 10px 30px;
    position: relative;
    text-align: center;
    /* セクション幅いっぱいに広げる */
    width: calc(100% + 10px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .graph-box img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
  }

  .graph-label {
    position: absolute;
    top: 18px;
    width: 42%;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }

  .graph-label.le {
    left: 10px;
  }

  .graph-label.ri {
    right: 10px;
  }

  /* ─────────────── 共通ボックス ─────────────── */
  .notice-box {
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px;
    background: #fff;
    border-radius: 12px;
  }

  .price-box {
    background: #1b60ad;
    color: #fff;
    padding: 30px 20px 20px;
    border-radius: 12px;
    border: 2px solid #000;
    box-shadow: 1px 1px 0 #000;
    position: relative;
    text-align: center;
    margin-top: 40px;
  }


  .price-box .top {
    margin: 50px 10px 20px;

  }


  /* ─────────────── 上部バッジ ─────────────── */
  .price-badge {
    position: absolute;
    top: -18px;
    left: -12px;
    background: #fff;
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    padding: 6px 16px;
    font-size: 18px;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 1px 1px 0 #000;
    z-index: 2;
  }

  /* ─────────────── 初月価格タイトル ─────────────── */
  .price-label {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 -25px 20px;
  }

  /* ─────────────── 金額表示エリア ─────────────── */
  .price-value {
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    margin: -5px 0 -10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
  }

  /* 大きい数字（1,000） */

  .price-value .yen {
    font-size: 90px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    color: #ffcc00;
    text-shadow: 4px 4px 0 #050505, 2px 2px 0 #050505, -2px -2px 0 #050505,
      -2px 2px 0 #050505, 2px -2px 0 #050505, 2px 0px 0 #050505,
      -2px 0px 0 #050505, 0px 2px 0 #050505, 0px -2px 0 #050505;
  }

  /* カンマだけ小さく */
  .comma {
    font-size: 60%;
    margin-right: -2px;
  }

  /* 円＋税込エリア */
  .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 26px;
  }

  .yen-group .yen {
    font-size: 30px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    color: #ffcc00;
    text-shadow: 4px 4px 0 #050505, 2px 2px 0 #050505, -2px -2px 0 #050505,
      -2px 2px 0 #050505, 2px -2px 0 #050505, 2px 0px 0 #050505,
      -2px 0px 0 #050505, 0px 2px 0 #050505, 0px -2px 0 #050505;
  }

  .yen-group .tax {
    font-size: 10px;
    color: #fff;
  }

  /* 備考文 */
  .price-note {
    font-size: 12px;
    margin: -20px 0;
  }

  /* ─────────────── 黒タグ（2列×2段） ─────────────── */
  .price-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-tags .tag-item {
    background: #111;
    color: #fff;
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.4;
    padding: 8px;
  }

  /* ─────────────── +マーク（上下） ─────────────── */
  .price-tags::before,
  .price-tags::after {
    content: "+";
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00beff;
    border: 2px solid #050505;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-tags::before {
    top: calc(50% - 42px); /* 上の中間 */
  }

  .price-tags::after {
    top: calc(50% + 15px); /* 下の中間 */
  }

  /* ─────────────── +マーク（左右） ─────────────── */
  .price-tags .plus-left,
  .price-tags .plus-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00beff;
    border: 2px solid #050505;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .price-tags .plus-left {
    left: calc(50% - 95px);
  }

  .price-tags .plus-right {
    right: calc(50% - 95px);
  }



  /* ─────────────── 2ヶ月目以降 ─────────────── */
  .price-followup {
    margin-top: 40px;
    border: 2px solid #000;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
  }

  .price-followup-header {
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    border: 2px solid #000;
    position: relative;
    top: -12px;
    left: 12px;
    z-index: 2;
  }

  .price-followup-body {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .followup-box {
    flex: 1;
    padding: 20px 10px;
    color: #fff;
  }

  .followup-box.maintain {
    background: #e8505b;
  }

  .followup-box.grow {
    background: #ea5a68;
  }

  .followup-box .label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .followup-box .range .yen {
    font-size: 24px;
    font-weight: 600;
  }

  .followup-box .unit {
    font-size: 12px;
    margin-left: 2px;
  }

  .price-breakdown-title {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 10px;
  }

  .price-breakdown-list {
    list-style: none;
    padding: 0 15px 20px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .price-breakdown-list li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .price-breakdown-list li strong {
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    flex-shrink: 0;
  }

  .price-breakdown-list li span {
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    display: block;
    text-align: right;
  }

  .followup-plans {
    display: flex;
    gap: 1px;
  }

  .plan-block {
    flex: 1;
    color: white;
    padding: 36px 17px;
  }

  .plan-block.maintain {
    background: #d93448;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }

  .plan-block.grow {
    background: #d35564;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    border-top-right-radius: 10px; /* ✅ 右上だけ角丸にする */
    overflow: hidden;
  }

  .plan-label {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }

  .plan-price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .plan-to {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    margin: 0 auto;
    line-height: 1;
  }

  .followup-price {
    padding: 0px;
    margin-top: 50px;
    background: #f2f2f2;
    color: #000;
  }

  .followup-price .yen {
    font-size: 38px;
    font-weight: 1000;
    font-family: "Rajdhani", sans-serif;
    text-shadow: none;
    color: #fff;
  }

  .followup-price .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .followup-price .yen-group .yen {
    font-size: 16px;
  }

  .followup-price .yen-group .tax {
    font-size: 6px;
    color: #fff;
    margin-bottom: -2px;
  }

  .price-value.haba {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1px;
    font-weight: 600;
    font-family: "Bahnschrift", sans-serif;
    color: #000;
  }

  .breakdown-title {
    text-align: center;
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 16px;
  }

  .breakdown-list {
    list-style: none;
    padding: 7px;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .breakdown-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }

  .breakdown-text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    max-width: 70%;
  }

  .breakdown-price {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
  }

  .breakdown-price .tax {
    font-size: 10px;
    color: #333;
  }

  .mark {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #000;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: #000;
    margin: auto;
  }

  .breakdown-text {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    max-width: 65%;
  }

  .breakdown-desc {
    text-align: left;
  }

  .price-value.breakdown-price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1px;
    font-weight: 600;
    font-family: "Bahnschrift", sans-serif;
    color: #000;
    letter-spacing: -0.05em;
  }

  .price-value.breakdown-price .yen {
    font-size: 28px;
    font-weight: 1000;
    color: #000;
  }

  .price-value.breakdown-price .yen-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }

  .price-value.breakdown-price .yen-group .yen {
    font-size: 15px;
  }

  .price-value.breakdown-price .yen-group .tax {
    font-size: 6px;
    color: #000;
    margin-bottom: -2px;
  }

  .to {
    font-size: 60%;
    font-weight: normal;
    opacity: 0.6;
    vertical-align: middle;
  }

  .other-treatment {
    margin-top: 30px;
  }

  .other-treatment h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .other-treatment .note {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .therapy-list {
    list-style: none;
    background: #e1e7ea;
    padding: 20px;
  }

  .therapy-list li {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }

  .therapy-list li::before {
    content: "■";
    color: #000;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
  }






  /* ─────────────── バナーリスト ─────────────── */
  .link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
  }

  .link-card {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }

  .card-image {
    position: relative;
  }

  .card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
  }

  .link-text h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
  }

  .link-text p {
    margin-right: 44px;
    font-size: 11px;
    text-align: left;
    line-height: 1.3;
  }

  .hptext p {
    font-size: 15px;
    text-align: center;
  }


/* 202526 TOPリニューアル end */

}




}


}
