:root{
  --green400:#6ccbc2;
  --green500:#00b8ae;  
  --green600:#0ba193;
}

.child-posts{
  padding-bottom: 0;
}

.br_pc { display:block; }
.br_sp { display:none; }
@media (max-width: 680px) {
  .br_pc {display: none;}
  .br_sp{display: block;}
}

.post_content h2{
  border-left:none!important;
  padding:0!important;
  margin-top:0!important;
  font-size: 2em;
}
@media (max-width: 820px) {
  .post_content h2{
    font-size:1.6em!important;
  }
}

.u-caution__txt{
  font-size:80%;
}


 .link--arrow-black a{
 list-style: none;
 position: relative;
 padding-left: 15px;
 margin-bottom:1em;
 text-decoration-color:#0ba193;
}

 .link--arrow-black a::before {
 content: "";
 position: absolute;
 top: .3em;
 left: -10px;
 width: 17px;
 height: 17px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 border-radius: 50%;
 background-color: #000;
}

.link--arrow-black a::after {
 content: "";
 position: absolute;
 top: .7em;
 left: -5px;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 width: 5px;
 height: 5px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
}



.sub-txt{
  margin-bottom:0!important;
    position: relative;
    padding-left: 35px;  /* 丸が入るスペースを確保 */
}

/* ::beforeで1つ目の緑の丸 */
.sub-txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #0ba193;
    border-radius: 50%;
}

/* ::afterで2つ目の緑の丸 */
.sub-txt::after {
    content: '';
    position: absolute;
    left: 12px;  /* 2つ目の丸の位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #73be5f;
    border-radius: 50%;
}


.alignfull>.wp-block-cover__inner-container, .alignfull>.wp-block-group__inner-container {
  max-width: 1200px;
}

/*! ボタン初期化 */
.wp-block-buttons .wp-block-button .wp-block-button__link{
  text-shadow: none!important;
  padding:0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  position: unset;
  background-image:none!important;
  border:none;
}

/*! ボタン */
.btn--outline {
  justify-content: center;
  padding:0;
}

.btn--outline a {
  color:var(--green600)!important;
  background: #fff!important;
  border:2px solid var(--green600)!important;
  border-radius: 10px!important;
  padding: 1em 3em!important;
  position: relative!important;
  display: inline-block!important;

}
.btn--outline a:before {
  content: ''!important;
  width: 22px!important;
  height: 22px!important;
  background: var(--green600)!important;
  border-radius: 50%!important;
  position: absolute!important;
  top: 0!important;
  left:unset!important;
  right: 10px!important;
  bottom: 0!important;
  margin: auto!important;
}
.btn--outline a:after {
  content: ''!important;
  width: 8px!important;
  height: 8px!important;
  border: 0!important;
  border-top: solid 2px #fff!important;
  border-right: solid 2px #fff!important;
  transform: rotate(45deg)!important;
  position: absolute!important;
  top: 0!important;
  right: 18px!important;
  bottom: 0!important;
  margin: auto!important;
}


.wp-block-group__inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

/*! new */

#new {
    position: relative;
    background: linear-gradient(90deg, #10a391 15%, #68BB65 100%);
    //padding: 40px 20px 20px;
    padding:30px 4em;
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
}

#new p {
    color: white;
    font-size: 1.4em!important;
    margin: 15px 0;
    text-align: left;
    position: relative;
    z-index: 5;
    //text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

.new-content p:first-child {
    position: relative;
    padding-left: 0;
}

.new-content p::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    border:solid 1px #fff;
    //background: linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.3), rgba(255,255,255,0));
}

.new-content p:last-child::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    border:none;
    //background: linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.3), rgba(255,255,255,0));
}

.new-content a{
  //text-decoration: none;
}

#new p:last-child {
    margin-top: 30px;
}

#new p br {
    display: none;
}

#new > div{
  margin:0 auto;
}

.new-content{
  //width: 950px;
  //margin:0 0 0 auto;
}


#new .news--ribbon {  
  display: inline-block;
  position: absolute;
  top: -10px;
  margin: 0;
  padding: 35px 0;
  z-index: 2;
  width: 190px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: #B92D2D;
  border-radius: 2px 0 0 0;
  font-size: 1.5em;
  }

#new .news--ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -11px;
  border: none;
  border-bottom: solid 11px #870B0B;
  border-right: solid 11px transparent;
}

@media (max-width: 1024px) {
    .new-content{
  padding-left:20px;
}

}

@media (max-width: 768px) {
    #new {
        padding: 2em 4em;
    }
    
    #new::before {
        top: -5px;
        left: 20px;
        padding: 10px 15px 17px;
        font-size: 11px;
        min-width: 70px;
    }
    
    #new::after {
        left: 14px;
        width: 6px;
        height: 35px;
    }
    
    #new .wp-block-group__inner-container {
        padding: 10px 15px;
    }
    
    #new > div {
      margin-top: 1.5em!important;
    }
    
    #new .news--ribbon{
      padding: 15px 0;
      font-size: 1.2em!important;
    }
}

@media (max-width: 680px) {
  #new {
      padding: 2em 0.5em 1.5em;
  }
  
  #new p {
      font-size: 15px!important;
  }
  
  #new .wp-block-group__inner-container {
      padding: 0 15px;
  }
}


@media (min-width: 769px) {
    #new {
        //padding: 45px 30px 25px;
    }
    
    #new::before {
        left: 40px;
        padding: 12px 20px 20px;
        font-size: 14px;
        min-width: 90px;
    }
    
    #new::after {
        left: 32px;
        width: 8px;
        height: 43px;
    }
    
    .wp-block-group__inner-container {
        //padding: 10px 40px;
    }
    
    #new p {
        font-size: 17px;
    }
    
    #new p:last-child {
        font-size: 20px;
    }
    
    #new p br {
        display: inline;
    }
    
}

@media (min-width: 1024px) {
    #new {
//        padding: 50px 40px 30px;
    }
    
    #new::before {
        left: 50px;
    }
    
    #new::after {
        left: 42px;
        height: 43px;
    }
    
    .wp-block-group__inner-container {
        //padding: 10px 60px;
    }
    
    #new p {
        font-size: 18px;
    }
    
    #new p:last-child {
        font-size: 22px;
    }
}


/*! price & quickry */
#price-quickley{
  padding:4em 6em 5em;
  margin-bottom:0;
}

#price-quickley h2{
  font-weight: 500;
  font-size: 4.3em;
  color:#0D2a25;
  text-align: center;
  border-left:none;
  opacity: 0.6;
  padding:0;
  margin-bottom:1em;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#price-quickley h2 .swl-fz{
  padding-top:6px;
}

@media (max-width: 680px) {
  
  #price-quickley {
      padding: 3em 1em;
  }
  
  #price-quickley h2{
    font-size: 2em!important;
    line-height: 1;

  }
  
  .price-quickley__head-txt{
    font-size:1.4em!important;
  }
}

@media (max-width: 1024px) {
  .price-quickley__head-txt{
    font-size:1.3em!important;
  }
}

/*! recommended-menu */
#recommended-menu{
  margin-bottom:0;
  padding:4em 6em;
}

#recommended-menu h2{
  text-align:center;
}

#recommended-menu h3{
  background: #6ccbc2;
  color:#fff;
  padding:20px;
  text-align: center;
  font-size:1.4em;
}

#recommended-menu .recommended-menu__content .wp-block-columns{
  gap:0!important;
}

.recommended-menu__column{
  gap:3em!important;
  width: 85%;
  margin:0 auto;
}

.recommended-menu__content>.wp-block-columns{
  margin-bottom:0;
}
.recommended-menu__content .wp-block-columns:nth-child(2){
  padding:1.5em 0;
  border:2px solid #929090;
}

 .recommended-menu__plan{
   background: var(--green600);
   color:#fff;
   padding:10px;
   font-weight: 600;
   font-size: 1.2em;
 }
 
 .recommended-menu__per-piece{
   background: #00b8ae;
    color:#fff;
    padding:10px;
    font-weight: 600;
    font-size: 1.2em;
 }
 
 .recommended-menu__img p{
   margin-bottom:0;
 }
 
 .recommended-menu__piece{
   font-size: 2em;
 }
 
 #recommended-menu .recommended--ribbon {  
   display: inline-block;
   position: absolute;
   top: -10px;
   margin: 0;
   padding: 35px 0;
   z-index: 2;
   width: 190px;
   font-weight: 500;
   text-align: center;
   color: white;
   background-image: linear-gradient(90deg, #10a391,#68bb65);
   border-radius: 2px 0 0 0;
   font-size: 1.5em;
   }
 
 #recommended-menu .recommended--ribbon:before {
   position: absolute;
   content: '';
   top: 0;
   right: -11px;
   border: none;
   border-bottom: solid 11px #105750;
   border-right: solid 11px transparent;
 }
 
 
 @media (max-width: 820px) {
   #recommended-menu{
     padding: 4em 1em 3em;
   }
   
   #recommended-menu .recommended--ribbon {
     padding: 15px 0;
     font-size: 1.2em!important;

   }
   
   #recommended-menu h2 {
     margin-top:0.7em!important;
   } 
   
   .recommended-menu__piece {
       font-size: 1.5em;
   }
 }
 
 /* !menu */
 /*
 #menu{
   background: #f6f7f9;
   padding:4em 6em;
 }
 
 .menu__grid{
   width: 85%;
   margin:0 auto 1em;
 }
 
 .menu_card{
   background: #fff;
   padding:1em 1.5em 1.5em;
 }
 
 .menu__media figure{
   margin-bottom:0;
 }
 
 .menu__media img{
   width: 55%;
 }
 
 .menu__media a{
   font-size: 1.15em;
 }
 
 .menu__list{
   display: flex;
   justify-content: center;
   padding-top: 10px;
 }
 
 .menu__list li{
   list-style: none;
   position: relative;
   padding-left: 15px;
   margin-bottom:1em;
   font-size: 1.12em;
  }
  
   .menu__list li:before {
   content: "";
   position: absolute;
   top: 5px;
   left: -15px;
   width: 18px;
   height: 18px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #000;
  }
  
  .menu__list li:after {
   content: "";
   position: absolute;
   top: 11px;
   left: -11px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 6px;
   height: 6px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
  }
  
  @media (max-width: 820px) {
   #menu{
     padding: 4em 1em 5em;
   }
   
   .menu__grid{
     width: 95%;
   }
 }
   


 @media (max-width: 781px) {
   #menu .menu_card {
     flex-basis: 45% !important;
   }
}

 @media (max-width: 600px) {
   #menu .menu_card {
     flex-basis: 100% !important;
   }
   
   #menu .menu_card > .wp-block-columns{
     gap:15px!important;
   }
   
   .menu__list li{
    margin-bottom:0.4em;
   }
   
   .menu__list{
     padding-top: 0;
   }
   
   .menu__media img{
     width: auto;
   }
}
*/
#menu{
   background: #f6f7f9;
   padding:4em 6em;
 }
 
 .menu__grid{
   width: 85%;
   margin:0 auto 1em;
 }
 
 .menu_card{
   background: #fff;
   padding:1em 1em 1.5em;
 }

/* PC表示用：グリッドレイアウト */
.menu_card > .wp-block-columns {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: auto auto;
   gap: 0!important;
}

/* タイトル: 左下 */
.menu__head {
   grid-row: 2;
   grid-column: 1;
}

.menu__head p {
   margin: 0.5em 0 0;
   text-align: center;
}

.menu__head a{
   font-size: 1.15em;
}

/* 画像: 左上 */
.menu__media {
   grid-row: 1;
   grid-column: 1;
}
 
.menu__media figure{
   margin-bottom:0;
   text-align: center;
}
 
.menu__media img{
   width: 55%;
}

/* リスト: 右側（1-2行にまたがる） */
.menu__list{
   grid-row: 1 / 3;
   grid-column: 2;
   display: flex;
   justify-content: center;
   padding-top: 10px;
}
 
.menu__list li{
   list-style: none;
   position: relative;
   padding-left: 15px;
   margin-bottom:1.2em;
   font-size: 1.12em;
}

.menu__list li:last-child{
  margin-bottom: 0;
}
  
.menu__list li:before {
   content: "";
   position: absolute;
   top: 5px;
   left: -15px;
   width: 18px;
   height: 18px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #000;
}
  
.menu__list li:after {
   content: "";
   position: absolute;
   top: 11px;
   left: -11px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 6px;
   height: 6px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
}
  
@media (max-width: 820px) {
   #menu{
     padding: 2em 1em 3em;
     margin-bottom:0!important;
   }
   
   .menu__grid{
     width: 95%;
   }
}
   
@media (max-width: 781px) {
   #menu .menu_card {
     flex-basis: 45% !important;
   }
}

@media (max-width: 600px) {
   #menu .menu_card {
     flex-basis: 100% !important;
   }
   
   #menu .menu_card > .wp-block-columns{
     display: flex !important;
     flex-wrap: wrap !important;
     flex-direction: row !important;
     gap: 0 !important;
     align-items: flex-start !important;
   }
   
   /* .wp-block-columnのデフォルトスタイルを強制リセット */
   #menu .menu_card > .wp-block-columns > .wp-block-column {
     flex-basis: auto !important;
     width: auto !important;
     margin-left: 0 !important;
   }
   
   /* タイトル: 上部100%幅（確実に1行を占める） */
   #menu .menu__head {
     width: 100% !important;
     min-width: 100% !important;
     flex-basis: 100% !important;
     flex-grow: 0 !important;
     flex-shrink: 0 !important;
     order: 1 !important;
     margin: 0 0 0.8em 0 !important;
   }
   
   #menu .menu__head p {
     text-align: center;
     margin: 0;
   }
   
   /* 画像: 左側60px */
   #menu .menu__media {
     width: 60px !important;
     flex-basis: 60px !important;
     flex-grow: 0 !important;
     flex-shrink: 0 !important;
     margin: 0 1em 0 0 !important;
     order: 2 !important;
   }
   
   #menu .menu__media figure{
     margin: 0 !important;
   }
   
   #menu .menu__media img{
     width: 85px !important;
     height: 85px !important;
     object-fit: contain;
   }
   
   /* リスト: 右側（残りの幅） */
   #menu .menu__list{
     flex: 1 1 auto !important;
     width: auto !important;
     max-width: calc(100% - 60px - 1em) !important;
     padding-top: 0 !important;
     justify-content: flex-start !important;
     align-items: flex-start !important;
     order: 3 !important;
     margin-left: 0 !important;
   }
   
   #menu .menu__list li{
    margin-bottom:0.4em;
    font-size: 1em;
   }
   
   #menu .menu__list ul {
     margin: 0;
     padding: 0;
   }
}

/*! features */
#our-features{
  padding:4em 6em;
}

.features__grid{
  gap:70px!important;
  margin-bottom:3em!important;
}

.features__grid .features__content{
  border-left: 3px solid #0ba193;
  padding-left: 1.5em;
  font-size:1.1em;
}

.features__content .wp-block-columns{
  gap:10px!important;
}


@media (max-width: 820px) {
    #our-features {
        padding: 2em 1em 0.5em;
        margin-bottom:0!important;
      }
}


 @media (max-width: 768px) {
   .features__content > .wp-block-columns{
     flex-wrap: nowrap!important;
     flex-direction: row;
     gap:15px!important;
   }
   
   .features__grid {
     gap: 50px !important;
   }
   
   
 }
 
 @media (max-width: 600px) {
  #our-features .font-size: 0.9em;
   
    .features__content > .wp-block-columns{
      flex-wrap: nowrap!important;
      align-items: center!important;
    }
    
    .features__grid .features__content{
      //border-left: none;
      padding-left:1em;
    }
    
    #our-features .features__img {
      flex-basis: 20%!important;
    }
    
    .features__head{
      font-size:0.76em;
    }
    
    .features__content > .wp-block-columns > .wp-block-column img{
      width: 50px!important;
      height: 50px!important;
    }
    
    .features__txt{
      font-size: 0.9em;
    }
  }
  
/*! flow */
#flow{
  padding:4em 6em;
}


@media (max-width: 820px) {
    #flow {
        padding: 4em 1em 3em;
        margin-bottom:0;
    }
}
 
/*! cta */
#cta_page{
  margin-bottom:0;
}


#cta__point,#cta__button{
  justify-content: center;
}

.new-cta{
  text-align: center;
  background-image: linear-gradient(to right, var(--cover-gradation-a) 0%, var(--cover-gradation-z) 100%);
  padding:5rem 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.new-cta p.cta__head{
  text-align: center;
  color:#07645B;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom:1em!important;
}

/* ctaバッジ */

.cta__badge{
  position: relative;
  display: inline-block;
  background-color: #222;
  border-radius: 8px;
  padding: 15px 25px;
  overflow: visible;
}

.cta__badge a{
  background:#222!important;
  font-size: 1.1em!important;
}


.cta__badge .wp-block-button__link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.cta__badge::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 6px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  background: transparent;
}

/* 該当カラムだけ shrink-wrap化 */

#cta__point .wp-block-buttons,#cta__button .wp-block-buttons {
  padding:0;
}

.wp-block-columns .wp-block-column:has(.cta__badge) {
  flex: 0 0 auto;
  width: fit-content;
  align-self: flex-start;
}

/* ② カラム内のボタン群は横幅オートに */
.wp-block-columns .wp-block-column:has(.cta__badge) .wp-block-buttons {
  display: inline-flex;
  width: auto;
}

/* ③ バッジ自体も中身ぴったりに（念のため） */
.cta__badge {
  display: inline-flex;
  align-items: center;
  width: auto;
}

/* Gutenberg が付ける余白を該当箇所だけ無効化（必要なら） */
.wp-block-columns .wp-block-column:has(.cta__badge) .wp-block-button,
.wp-block-columns .wp-block-column:has(.cta__reservation) .wp-block-button {
  margin: 0;
}



/* CTAボタン */

#cta__button {
  gap:50px!important;
  width: 88%;
  margin: 0 auto;
}

#cta__point{
  flex-wrap: wrap !important;
  gap:15px!important;
}

.cta__reservation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4cb5a8;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  margin:0 auto;
}

/* ボタンテキスト（タイトル＋サブ） */
.cta__reservation .wp-block-button__link, .cta__line .wp-block-button__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

/* 左アイコン（お手元の素材を指定） */
.cta__reservation::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url('https://mulbell.online/wp-content/themes/swell_child/img/newfront/d-t_w.png') center/contain no-repeat;
  z-index: 2;
}

.cta__reservation a{
  background: #4cb5a8!important;
  padding: 20px 70px!important;
  font-size: 1.3em!important;
  line-height:1.1!important;
}


.cta__reservation a:before{
content: '' !important;
width: 22px !important;
height: 22px !important;
background: #fff !important;
border-radius: 50% !important;
position: absolute !important;
top: 0 !important;
left: unset !important;
right: 20px !important;
bottom: 0 !important;
margin: auto !important;
}

.cta__reservation a:after{
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  border: 0 !important;
  border-top: solid 2px #4cb5a8 !important;
  border-right: solid 2px #4cb5a8 !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  top: 0 !important;
  right: 28px !important;
  bottom: 0 !important;
  margin: auto !important;
}


 .cta__line{
   position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #06c052;
     border-radius: 8px;
     box-sizing: border-box;
     overflow: visible;
     width: 100%;
     margin:0 auto;
 }
 
 .cta__line::before {
   content: "";
   position: absolute;
   left: 20px;
   top: 50%;
   transform: translateY(-50%);
   width: 35px;
   height: 35px;
   background: url('https://mulbell.online/wp-content/themes/swell_child/img/newfront/d-t_w.png') center/contain no-repeat;
   z-index: 2;
 }
 
 .cta__line a{
   background: #06c052!important;
   padding: 20px 70px!important;
   font-size: 1.3em!important;
   line-height:1.1!important;
 }
 
 .cta__line a:before{
 content: '' !important;
 width: 22px !important;
 height: 22px !important;
 background: #fff !important;
 border-radius: 50% !important;
 position: absolute !important;
 top: 0 !important;
 left: unset !important;
 right: 20px !important;
 bottom: 0 !important;
 margin: auto !important;
 }
 
 .cta__line a:after{
   content: '' !important;
   width: 8px !important;
   height: 8px !important;
   border: 0 !important;
   border-top: solid 2px #4cb5a8 !important;
   border-right: solid 2px #4cb5a8 !important;
   transform: rotate(45deg) !important;
   position: absolute !important;
   top: 0 !important;
   right: 28px !important;
   bottom: 0 !important;
   margin: auto !important;
 }

@media (max-width: 1199px) {
   #cta__point {
     display: grid;
     grid-template-columns: repeat(12, 50px);
     column-gap: 12px;
     row-gap: 8px;
     justify-content: center;
   }
 
   /* 上段：すべて200pxに固定 */
   #cta__point > .wp-block-column:nth-child(1),
   #cta__point > .wp-block-column:nth-child(2),
   #cta__point > .wp-block-column:nth-child(3) {
     width: 200px;                /* ←固定幅 */
     justify-self: center;        /* セル内中央寄せ */
   }
 
   #cta__point > .wp-block-column:nth-child(1) { grid-column: 1 / span 4; }
   #cta__point > .wp-block-column:nth-child(2) { grid-column: 5 / span 4; }
   #cta__point > .wp-block-column:nth-child(3) { grid-column: 9 / span 4; }
 
   /* 下段：250pxで中央寄せ */
   #cta__point > .wp-block-column:nth-child(4) {
     grid-column: 2 / span 5;
     justify-self: center;
     width: 250px;
   }
   #cta__point > .wp-block-column:nth-child(5) {
     grid-column: 7 / span 5;
     justify-self: center;
     width: 300px;
   }
 
   /* 中身を親幅いっぱいに */
   #cta__point .wp-block-buttons.is-layout-flex { display: block; width: 100%; }
   #cta__point .wp-block-button,
   #cta__point .cta__badge { display: block; width: 100%; box-sizing: border-box; }
   #cta__point .wp-block-button__link.wp-element-button {
    /* display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
     */
   }
 }
 
 @media (max-width: 768px) {
    #cta__button {
    gap: 25px !important;
  }
 }

 
 /* 👇スマホ（680px以下）では1カラム */
 @media (max-width: 680px) {
   
   #cta__button{
     width: 100%;
   }
   
   #cta__point {
     grid-template-columns: 1fr;  /* 1列に */
     column-gap: 0;
     row-gap: 10px;               /* 縦の間隔を少し広めに */
   }
 
   #cta__point > .wp-block-column {
     grid-column: auto !important; /* PCの配置指定をリセット */
     width: 100% !important;
     justify-self: stretch;       /* 横幅いっぱい */
   }
   /* 💡 スマホ時のテキスト中央寄せ対策 */
   #cta__point .wp-block-button__link.wp-element-button {
     justify-content: center !important; /* 横方向中央寄せ */
     text-align: center !important;      /* テキスト中央 */
   }
   
   /* 念のためaタグ直下もリセット */
   #cta__point .cta__badge a {
     text-align: center;
     justify-content: center;
   }
 }
 
 /*! info */
 #info{
   padding:4em 6em;
 }
 
 .info__grid{
   gap: 4em !important;
 }
 
 .info__txt{
   border-bottom: 1px solid #707070;
   padding-bottom: 15px;
   margin-bottom: 20px;
 }
 
 .info__list li {
     padding-left: 1.4em!important;
     position: relative;
 }
 
 .info__list li::before{
   background-color:#0ba193!important;
   height: 10px!important;
   width: 10px!important;
   top: calc(.75em - 4px)!important;
 }
 
 @media (max-width: 820px) {
     #info {
         padding: 2em 1em 2.5em;
         margin-bottom:0;
     }
     
     .info__grid{
       gap:50px!important;
     }
 }
 
 /*! 既存CTA調整分 */
 #cta_page .cta_list div:first-child {
    margin-top: 0.5em!important;
 }
 
 .mounjaro_catch h4{
   border-left: none!important;
   margin: 3em 0 0.5em;
 }

 
 /*! faq */
 #faq{
   padding:4em 6em;
 }
 
 .faq__contents{
   gap:2em 4em;
 }
 
 .faq__content{
   background: #fff;
   padding: 2em;
 }
 
 .faq__grid{
   gap:5em!important;
 }
 
 
 .faq__q{
   font-weight: 600;
   font-size:1.1em;
   border-bottom:1px solid #707070;
   padding-bottom:1em;
 }
 
 
 @media (max-width: 820px) {
      #faq {
          padding: 2em 1em 3em;
          margin-bottom:0;
      }
  }
  
  @media (max-width: 600px) {
    .faq__content {
      padding:1em;
    }
    
      .faq__contents > .wp-block-group__inner-container{
          padding: 0;
      }
      
      .faq__grid{
        gap:30px!important;
        margin-bottom:30px;
      }
      
      .faq__contents{
        grid-template-columns: repeat(1,1fr)!important;
      }
  }
 
/*! column */
#column{
  padding:4em 6em;
}

h2.column_title {
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.4em;
    line-height: 1em;
    text-align: center;
    margin: 1em 0 2em 0;
    padding: 0;
}

h2.column_title::before, h2.column_title::after {
    flex-grow: 0;
}

h2.column_title::before {
    margin-right: 1em;
}

h2.column_title::after {
    margin-left: 1em;
}


.article_list_main{
  max-width: 1200px;
  margin:0 auto;
  width: 100%;
}

#column .article_list_main{
  margin-bottom:0!important;
}

#column .btn--outline{
  margin: 0 auto 60px !important;
}

.child-list{
  width: 32%;
  margin-bottom:3%;
}

.post-dates{
  margin:5px 0;
}

.post-category{
  margin-bottom:5px;
}

 @media (max-width: 820px) {
    #column {
        padding: 2em 1em;
    }
}

@media (max-width: 600px) {
  .child-list, .post_content div>.child-list:last-child {
      width: 100%;
      margin-bottom:30px!important;
  }
  
  
}

.column-catlist ul{
  display: flex;
  justify-content:center;
}

.column-catlist li{
  list-style: none;
  margin:0 0.5em 1em;;
}
.column-catlist li a{
  padding: 3px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #0d8668;
  border-radius: 3px;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .column-catlist ul{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  #column .btn--outline{
    margin: 0 auto 50px !important;
  }
}

/*! flow */
.flow-grid{
  gap:3em!important;
}


.wp-block-columns > .flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 15px 32px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  min-height: 100%;
  isolation: isolate;
}

.wp-block-columns > .flow-step + .flow-step {
  margin-left: 24px;
}

.wp-block-columns > .flow-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  width: 0;
  height: 0;
  border-left: 20px solid #dfe8e5;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transform: translateY(-50%);
  z-index: 1;
}

.wp-block-columns > .flow-step:last-child::after {
  display: none;
}

.flow-step > .wp-block-columns{
  gap:1em!important;
}

.flow-step .wp-block-columns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.flow-step-txt p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: right;
  line-height:0.9;
  color:#0ba193;
}

.flow-stepno{
  font-size: 3em!important;
}

.flow-smtxt{
  margin-right: 5px;
}


.flow-step-img img {
  display: block;
  width: 56px;
  height: auto;
}

.flow-step > p {
  margin: 0;
  line-height: 1.6;
  color: #333333;
  font-size: 0.95em
}

.flow-step > p strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.07em;
  font-weight: 700;
  color: #222222;
  text-align: center;
}


.flow-step .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  background: #1ca296;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.flow-step .swell-block-button__link:hover {
  background: #158a80;
}

@media (max-width: 900px) {
  .wp-block-columns {
    flex-direction: column;
  }

  .wp-block-columns > .flow-step {
    margin-left: 0;
    margin-bottom: 48px;
  }

  .wp-block-columns > .flow-step::after {
    top: auto;
    bottom: -35px;
    right: 50%;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #dfe8e5;
    border-bottom: 0;
    transform: translateX(50%);
  }

  .wp-block-columns > .flow-step:last-child {
    margin-bottom: 0;
  }

  .wp-block-columns > .flow-step:last-child::after {
    display: none;
  }
  
  .flow-step > .wp-block-columns {
    flex-direction: row;
  }
  
}

/*! ***MV*** */

/* MV Section */
#mv {
    position: relative;
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom:0!important;
}

/* 4 Layer Diagonal Layout */
.mv-layer {
    position: absolute;
    top: 0;
    height: 100%;
}

/* Layer 1: Light Green */
.mv-layer-1 {
    left: 0;
    width: 20%;
    background-color: #d4f1d4;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
    z-index: 1;
}

/* Layer 2: Light Blue/Cyan */
.mv-layer-2 {
/*    left: 0%;
    clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
    background-color: #b8e6d5;
    */
    width: 100%;
    background: linear-gradient(90deg, #c7f3fc 0%, #edfced 55%);
    z-index: 2;
}

/* Layer 3: Photo */
.mv-layer-3 {
    left: 40%;
    width: 65%;
    background-image: url("https://mulbell.online/wp-content/themes/swell_child/img/newfront/mv-back.jpg");
    background-size: cover;
    background-position: center;
    clip-path: polygon(35% 0, 100% 0, 70% 100%, 0 100%);
    z-index: 3;
}

/* Layer 4: Right Green Edge */
.mv-layer-4 {
    right: 0;
    width: 20%;
    background: linear-gradient(135deg, #80d5d8 0%, #a8dfd6 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 4;
}

#mv .wp-block-group__inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding:60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.mv-content {
    max-width: 600px;
}

/* Title */
.mv-title {
    font-size: 47px!important;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 30px;
    color: #333;
}

.mv-title-green {
    color: #00a896;
}

/* Text */
.mv-txt {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 35px;
    color: #333;
}

/* Button */
.mv-button {
    margin: 30px 0 15px;
}

 #mv .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 70px;
    background-color: #00a896;
    background-image: none;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    letter-spacing: 0px !important;
}

 #mv .button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px;
    position: relative;
}

 #mv .button-icon::after {
    content: '';
    width: 20px;
    height: 0;
    border-left: 7px solid #00a896;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 8px;
}

 #mv .wp-block-button__link:hover {
    background-color: #008c7a;
}

/* Link */
.mv-link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    font-weight: 500;
}

#mv .link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

#mv .link-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 2px;
}
a.mv-btn-link{
  position: relative;
}

a.mv-btn-link::before{
  content: '' !important;
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 0 !important;
  left: unset !important;
  right: 32px !important;
  bottom: 0 !important;
  margin: auto !important;
}

a.mv-btn-link::after{
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  border: 0 !important;
  border-top: solid 2px var(--green600)!important;
  border-right: solid 2px var(--green600) !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  top: 0 !important;
  right: 40px !important;
  bottom: 0 !important;
  margin: auto !important;
}


a.mv-txt-link{
  position: relative;
  padding-left:1.3em;
}

a.mv-txt-link::before{
  content: "";
  position: absolute;
  top: .3em;
  left: -3px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
}

a.mv-txt-link::after{
  content: "";
  position: absolute;
  top: .7em;
  left: 1.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}


/* Tablet and Mobile Styles */
@media screen and (max-width: 768px) {
    #mv {
        min-height: 700px;
        flex-direction: column;
    }

    .mv-layer-1 {
        width: 100%;
        height: 45%;
        clip-path: none;
        background: linear-gradient(90deg, #c7f3fc 0%, #edfced 100%);
    }

    .mv-layer-2,
    .mv-layer-4 {
        display: none;
    }

    .mv-layer-3 {
        width: 100%;
        height: 45%;
        top: 27%;
        left: 55%;
        transform: translateX(-50%);
        clip-path: none;
        border-radius: 20px 0 0 20px;
        background-position: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        background-size: cover;
    }

    #mv .wp-block-group__inner-container {
        padding:20px;
    }

    .mv-content {
        max-width: 100%;
    }

    .mv-title {
        font-size: 26px!important;
        margin-bottom: 20px;
    }

    .mv-title-green {
        font-size: 24px;
    }

    .mv-txt {
        font-size: 15px;
        margin-bottom: 400px;
    }

    #mv .wp-block-button__link {
        display: block;
        width: 100%;
        padding: 18px 30px;
        font-size: 16px;
    }
    
    .mv-button > .wp-block-button{
      width: 100%;
    }

    .mv-link {
        font-size: 14px;
    }

    #mv .link-icon {
        width: 28px;
        height: 28px;
    }
}

/* Full Width */
 #mv .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

 #mv .is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

 #mv .is-layout-constrained {
    max-width: 1200px;
    margin: 0 auto;
}

/***************/
/*! 固定ページ用 */
/***************/
.u-mt-1 { margin-top: 1rem!important; }
.u-mt-2 { margin-top: 2rem!important; }
.u-mt-3 { margin-top: 3rem!important; }
.u-mt-4 { margin-top: 4rem!important; }
.u-mt-5 { margin-top: 5rem!important; }

.u-mb-1 { margin-bottom: 1rem!important; }
.u-mb-2 { margin-bottom: 2rem!important; }
.u-mb-3 { margin-bottom: 3rem!important; }
.u-mb-4 { margin-bottom: 4rem!important; }
.u-mb-5 { margin-bottom: 5rem!important; }

.breadcrumb {
  max-width: 1200px;
  padding:1em 1.3em 2em;
}

.heading--with-sub{
  margin-bottom:2em!important;
}


/*! クリニック概要 */
#overview-clinic-info{
  padding: 0 10px;
}

#overview-clinic-info figure{
  border-left: 2px solid var(--green500);
  padding-left: 2.5em;
}

.overview-clinic-info-heading{
  margin-bottom:2em;
}

#overview-clinic-info td{
  padding:1em;
}

#overview-consultation-fee{
  padding: 0 10px;
}

#overview-consultation-fee .info__grid .wp-block-column > p{
  margin-bottom:0!important;
}



#overview-consultation-fee .wp-block-separator{
  margin:0.7em 0;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

#overview-consultation-fee .consultation-fee-cautions{
  background: #f2f2f2;
  padding:2em;
  display: flex;
  align-items: center!important;
  gap:0!important;
  margin:4rem 0!important;
}

.consultation-fee-cautions-heading{
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

.consultation-fee-cautions-txt{
  font-size: 0.9em;
}

@media (max-width: 820px) {
  #overview-consultation-fee .info__grid{
    padding:0;
  }
  
  #overview-clinic-info figure{
    padding-left: 1.5em;
  }

  
}


/*! price */
#price{
  padding:0!important;
}


#price h3 {
    background: #6ccbc2;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 1.4em;
}

#price h3 + p{
  margin:1.5rem 0 2.5rem;
}


@media (max-width: 820px) {
    #price {
        padding: 4em 1em 5em;
    }

    .price-catch-txt{
      font-size: 1rem;
    }

}

#price .h2-subtxt{
  margin:5em 0 3em!important;
}

#price .h2-subtxt .has-background{
  background: #f2f2f2!important;
}

#price .btn--outline .wp-block-button{
  width: 100%;
}


#price .btn--outline a:after {
content: '' !important;
width: 8px !important;
height: 8px !important;
border: 0 !important;
border-top: solid 2px #fff !important;
border-right: solid 2px #fff !important;
transform: rotate(135deg) !important;
position: absolute !important;
top: -4px !important;
right: 17px !important;
}

#price p.link--arrow-black{
  line-height: 1.3;
  margin-top: -5px !important;
}

#price .link--arrow-black a{
  font-size: 170%;
}

#price .link--arrow-black a::before {
  top: .4em;
  left: -12px;
  width: 23px;
  height: 23px;
}

#price .link--arrow-black a::after {
  left: -7px;
  width: 8px;
  height: 8px;
}

@media (max-width: 780px) {
  #price p.link--arrow-black{
    text-align: center;
  }
  #price .link--arrow-black a{
    font-size: 155%;
  }
}

.post_content div p.price-catch-txt{
  margin-bottom:0.3rem!important;
  margin-top:1rem!important;
}


.price-pic-table{
  margin:2rem 0 2.5rem;
}

/* 共通：余計な縮みを防ぐ＆隙間 */
.price-pic-table .wp-block-group__inner-container {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* 画像側：内容サイズを維持して潰れない */
.price-pic-table .wp-block-image {
  flex: 0 0 auto;
}
.price-pic-table .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.price-pic-table .ed-treatment__link-grid{
  grid:1rem;
}

/* テーブル側：可変。PCでは縮め可、はみ出しはしない */
.price-pic-table .wp-block-flexible-table-block-table {
  flex: 1 1 0;
  min-width: 0;  /* ←flexアイテムの潰れ／はみ出し抑制の定番 */
}

.price-pic-table .wp-block-flexible-table-block-table table tr:first-child{
  font-weight: 600;
}

.price-list-mounjaro__grid{
  padding-top: 1rem;
}

.price-mv{
   background-image: linear-gradient(90deg, #10a391,#68bb65);
 }
 
.price-mv__grid{
  padding:2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-weight: 600;
  text-align: center;
}

.price-mv__grid p{
  font-size: 1rem;
}

.price-mv__grid p:first-child{
  font-size:2.1rem;
}


@media (max-width: 768px) {
  .mv{
    padding:0 10px;
  }
  #price > .wp-block-group__inner-container{
    padding:0 10px;
  }
  
  /* 縦積み */
  .price-pic-table .wp-block-group__inner-container {
    flex-direction: column;
  }

  /* テーブル側 figure：高さ0にならないようにする */
  .price-pic-table .wp-block-flexible-table-block-table {
    flex: 0 1 auto;  /* ← これがポイント。basis: auto で内容高さを使う */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* テーブル自体は横スクロール前提で最小幅を維持 */
  .price-pic-table .wp-block-flexible-table-block-table table {
    width: auto;
    min-width: 700px; /* 既存値を明示 */
    border-collapse: collapse;
  }
  
  
  .price-mv__grid p{
    font-size: 0.7rem;
  }
  
  .price-mv__grid p:first-child{
    font-size:1.4rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  
  .price-mv__img{
    width: 15%;
  }
}


/* ---- PC（横並びを安定させる微調整：任意） ---- */
@media (min-width: 769px) {
  /* 画像の最大幅目安。必要なら調整 */
  .price-pic-table .wp-block-image {
    max-width: 40%;
  }
}
#overview-consultation-fee{
  margin-top:3.5rem;
}

.medical-weight-loss__btn{
  margin:3.5rem 0!important;
}


@media (max-width: 768px) {
  .is-scroll-on-mobile::after {
    content: '※表は横にスクロールできます';
    display: block;
    font-size: 12px;
    color: #3fa7dc;
    margin-top: 8px;
  }
  
  .is-scroll-on-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*! 右サイド固定CTA */
#side_btn{
  width: 93px;
  right: -95px;
  background: #F5FDEC;
  padding: 0.6rem 0 0.6rem 0.6rem;
  border-radius: 10px 0 0 10px;
}

.side-btn__microcopy{
  font-size: 13px;
  font-weight: 700;
  color:#007B5E;
  text-align: center;
  padding-bottom:0.2rem;
}


/**********/
/*! 新CTA */
/**********/
/* .cta-page--v2 スコープ内のスタイル */
.cta-page--v2 {
  background-image: linear-gradient(to right, var(--cover-gradation-a) 0%, var(--cover-gradation-z) 100%);
  padding: 50px 20px;
  position: relative;
}

/* タイトル部分 */
.cta-page--v2 .cta_head_mounjaro {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.cta-page--v2 .mounjaro_catch {
  position: relative;
  display: inline-block;
}

.cta-page--v2 .mounjaro_catch h4 {
  font-size: 32px;
  color: #2d6156;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.cta-page--v2 .mounjaro_catch h4::before{
  left: 0;
  content: "＼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  white-space: nowrap;
}

.cta-page--v2 .mounjaro_catch h4::after {
  right: 0;
  content: "／";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  white-space: nowrap;
}

/* メインコンテナ */
.cta-page--v2 .cta_page_wrap {
  max-width: 750px;
  margin: 0 auto;
  background-color: rgb(255 255 255 / 0.5);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  padding-top:0;
}

/* 左側セクション */
.cta-page--v2 .cta_list {
  flex: 1;
  padding: 2rem 0 2rem 4rem;
}

.cta-page--v2 h5 {
  font-size: 1.5rem;
  color: #007B5E;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.cta-page--v2 .cta_list > div {
  font-size: 1.1rem;
  color: #40867E;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.cta-page--v2 .cta_list > div:last-child {
  margin-bottom: 0;
}

/* 右側ボタンセクション */
.cta-page--v2 .cta_page_buttons {
  flex: 1;
  padding: 2rem 4rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

/* ボタン共通スタイル */
.cta-page--v2 .cta_btn a,
.cta-page--v2 .cta_btn_line a {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.5;
}

/* 診察予約ボタン */
.cta-page--v2 .cta_btn {
  position: relative;
}

.cta-page--v2 .cta_btn a.action-button {
  background: #4a8476;
  color: #ffffff;
  padding: 18px 30px;
  font-size: 19px;
  position: relative;
  width:100%;
  letter-spacing: normal;
}

.cta-page--v2 .cta_btn a.action-button::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  border:none;
}

.cta-page--v2 .cta_btn a.action-button:hover {
  background: #3d6f63;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 132, 118, 0.4);
}

.cta-page--v2 .cta_btn a.action-button .sml70 {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

/* LINEボタン */
.cta-page--v2 .cta_btn_line a.line-button {
  background: #06c755;
  color: #ffffff;
  padding: 18px 30px;
  font-size: 19px;
}

.cta-page--v2 .cta_btn_line a.line-button:hover {
  background: #05b04b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
}

.cta-page--v2 .line_wrap {
  display: flex;
  align-items: center;
  //justify-content: center;
  gap: 15px;
  //margin:0 auto;
  margin-left:1.3rem;
}

.cta-page--v2 .line_wrap div{
  gap:0!important;
}


.cta_btn .cta-page--v2 .line_wrap svg {
  width: 35px;
  height: 35px;
}

.cta_btn_line .cta-page--v2 .line_wrap svg {
  width: 45px;
  height: 45px;
}



.cta-page--v2 .line_wrap > div {
  text-align: left;
  line-height: 1.4;
}

.cta-page--v2 .line_wrap .sml70 {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

/* 注意書き */
.cta-page--v2 > p {
  text-align: center;
  color: #2d6156;
  font-size: 14px;
  margin-top: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .cta-page--v2 .mounjaro_catch h4 {
    font-size: 24px;
  }

  .cta-page--v2 .mounjaro_catch h4::before,
  .cta-page--v2 .mounjaro_catch h4::after {
    width: 60px;
  }

  .cta-page--v2 .mounjaro_catch h4::before {
    left: -70px;
  }

  .cta-page--v2 .mounjaro_catch h4::after {
    right: -70px;
  }

  .cta-page--v2 .cta_page_wrap {
    flex-direction: column;
  }

  .cta-page--v2 .cta_list {
    padding: 30px 25px;
  }

  .cta-page--v2 .mounjaro_catch h5 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .cta-page--v2 .cta_list > div {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .cta-page--v2 .cta_page_buttons {
    padding: 30px 25px;
  }

  .cta-page--v2 .cta_btn a.action-button {
    font-size: 17px;
    padding: 16px 25px;
  }

  .cta-page--v2 .cta_btn a.action-button::before {
    left: 20px;
    font-size: 24px;
  }

  .cta-page--v2 .cta_btn_line a.line-button {
    font-size: 17px;
    padding: 16px 25px;
  }
}

@media (max-width: 480px) {
  .cta-page--v2 {
    padding: 30px 15px;
  }

  .cta-page--v2 .mounjaro_catch h4 {
    font-size: 20px;
  }

  .cta-page--v2 .mounjaro_catch h4::before,
  .cta-page--v2 .mounjaro_catch h4::after {
    width: 40px;
  }

  .cta-page--v2 .mounjaro_catch h4::before {
    left: -50px;
  }

  .cta-page--v2 .mounjaro_catch h4::after {
    right: -50px;
  }

  .cta-page--v2 .mounjaro_catch h5 {
    font-size: 17px;
  }
  
  .cta-page--v2 .cta_list {
    padding: 25px 40px 0 40px;
  }

  .cta-page--v2 .cta_list h5 {
    text-align:center;
  }


  .cta-page--v2 .cta_list > div {
    font-size: 14px;
  }

  .cta-page--v2 .cta_page_buttons {
    padding: 25px 20px;
  }

  .cta-page--v2 .line_wrap {
    gap: 12px;
    width: 90%;
    margin-left: 1rem
  }

  .cta-page--v2 .line_wrap img,
  .cta-page--v2 .line_wrap svg {
    width: 30px;
    height: 30px;
  }
}


/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/
/* 全体のコンテナ */
.c-recommend {
  margin: 40px auto;
  max-width: 900px;
  padding: 0 10px; /* SP時の左右余白追加 */
}

.c-recommend > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 100%;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 各カラム */
.c-recommend > .wp-block-group__inner-container > .wp-block-group {
  margin: 0;
  position: relative;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c-recommend > .wp-block-group__inner-container > .wp-block-group:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(108, 203, 194, 0.15);
  z-index: 1;
}

.c-recommend > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ヘッダー部分 */
.c-recommend__head {
  background-color: #15b1a9;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  padding: 20px;
  margin: 0 !important;
  text-align: center;
  line-height: 1.4;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 184, 174, 0.2);
}

.c-recommend__head-name{
  font-size: 0.6em;
  font-weight: 500;
}

/* 月桂樹の装飾 - SVGアイコン風 */
.c-recommend__head::before,
.c-recommend__head::after {
  /*content: '✦';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  opacity: 0.4;
  color: #fff;*/
}

.c-recommend__head::before {
  left: 20px;
}

.c-recommend__head::after {
  right: 20px;
}

/* 段落の共通スタイル */
.c-recommend .wp-block-group__inner-container > p {
  margin: 0 !important;
  padding: 15px 20px 25px;
  text-align: center;
  line-height: 1.2;
}

/* 2番目の段落(プランと価格) */
.c-recommend .wp-block-group__inner-container > p:nth-child(2) {
  background: linear-gradient(to bottom, #fff 0%, #f8fffe 100%);
  padding: 25px 20px;
  position: relative;
  border-bottom: dotted 2px #e0e0e0;
}

/* 3番目の段落(お得情報) */
.c-recommend .wp-block-group__inner-container > p:nth-child(3) {
  padding: 25px 20px 30px;
}

/* 6ヶ月プランのスタイル */
.c-recommend__6mplan {
  display: inline-block;
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-bottom: 8px;
}

.c-recommend__6mplan-price {
  color: #00b8ae;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  display: inline-block;
  text-shadow: 0 1px 2px rgba(0, 184, 174, 0.1);
}

.c-recommend__6mplan-month {
  font-size: 20px;
  color: #666;
  font-weight: 500;
  margin-left: 4px;
}

/* 1年プランのスタイル */
.c-recommend__1yplan {
  font-size: 13px;
  color: #666;
  background: linear-gradient(transparent 60%, #FBD4E6 70%);
}

.c-recommend__1yplan-price {
  font-size: 38px;
  font-weight: 600;
  color: #555;
  display: inline-block;
  line-height: 1.5;
}

.c-recommend__1yplan-tax {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-left: 4px;
}

.c-recommend__1yplan-otoku {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%);
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  margin-top:10px;
}

/* レスポンシブ対応 - タブレット */
@media (max-width: 768px) {
  .c-recommend {
    padding: 0 15px;
  }
  
  .c-recommend__head {
    padding: 24px 12px;
    font-size: 18px;
  }
  
  .c-recommend .wp-block-group__inner-container > p:nth-child(2) {
    padding: 25px 12px;
  }
  
  .c-recommend__6mplan {
    font-size: 16px;
  }
  
  .c-recommend__6mplan-price {
    font-size: 28px;
  }
  
  .c-recommend__6mplan-month {
    font-size: 16px;
  }
  
  .c-recommend__1yplan {
    font-size: 13px;
  }
  
  .c-recommend__1yplan-price {
    font-size: 26px;
  }
  
  .c-recommend__1yplan-tax {
    font-size: 13px;
  }
  
  .c-recommend__1yplan-otoku {
    font-size: 12px;
    padding: 5px 16px;
  }
  
  .c-recommend .wp-block-group__inner-container > p:nth-child(3) {
    padding: 20px 12px 25px;
  }
}

/* レスポンシブ対応 - スマートフォン */
@media (max-width: 480px) {
  .c-recommend {
    padding: 0;
  }
  
  .c-recommend__head {
    padding: 20px 8px;
    font-size: 20px;
  }
  
  .c-recommend .wp-block-group__inner-container > p {
    padding: 10px 8px 20px;
  }
  
  .c-recommend .wp-block-group__inner-container > p:nth-child(2) {
    padding: 15px 8px;
  }
  
  .c-recommend__6mplan {
    font-size: 13px;
  }
  
  .c-recommend__6mplan-price {
    font-size: 18px;
  }
  
  .c-recommend__6mplan-month {
    font-size: 13px;
  }
  
  .c-recommend__1yplan {
    font-size: 11px;
  }
  
  .c-recommend__1yplan-price {
    font-size: 15px;
    line-height: 2.2;
  }
  
  .c-recommend__1yplan-tax {
    font-size: 10px;
    margin-left: 1px;
  }
  
  .c-recommend__1yplan-otoku {
    font-size: 11px;
    padding: 4px 12px;
  }
  
  .c-recommend .wp-block-group__inner-container > p:nth-child(3) {
    padding: 15px 8px 20px;
  }
  
  .c-recommend__1yplan-otoku{
    margin-top:0;
  }
}