@charset "utf-8";

section.sp_nav {
  display: none;
}

/*** 院長の再生医療に関する想い ***/
#no04 .doctor_name {
  font-size: 120%;
  text-align: right;
}
#no04 .doctor_name span {
  font-size: 80%;
}

/*** 治療費について ***/
.p-index_price__detail{
	max-width: 330px;
}
.p-index_price__detail dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_price__detail dd,
.p-index_price__detail dt {
  line-height: 1.5;
}

/*** footer ***/
.footer_mal_btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  html.js {
    padding-top: 0 !important;
  }
  div#wprmenu_bar {
    display: none;
  }
  div#js-drawer {
    overflow: auto;
  }
  .clinic_bn {
    padding: 20px 30px;
  }

  .c-cta_mail_button a {
    padding: 1em;
  }

  /*** MV ***/
  .p-index_kv__copy {
    width: 100%;
  }

  .p-index_trouble__inner.js-anim_elm.c-fade_y.is-act img {
    margin: auto;
  }

  /*** sp_nav ***/
  section.sp_nav {
    display: block;
    padding: 20px 0;
    background: #efefef;
  }
  section.sp_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 91%;
    margin: auto;
  }
  section.sp_nav ul li {
    width: 23.5%;
    display: flex;
  }
  section.sp_nav ul li a {
    background: #0b398a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    padding: 20px 5px;
    text-align: center;
    font-size: 85%;
    border-radius: 5px;
  }

  /*** 院長の再生医療に関する想い ***/
  #no04 .doctor_name {
    font-size: 110%;
  }

  /***  YouTubeサムネ ***/
  .p-index_method__youtube iframe {
    height: 210px;
  }

  /*** footer ***/
  .l-footer__copy {
    margin-bottom: 30px;
  }
  .FloatingTopLink a {
    bottom: 60px !important;
  }
  .footer_mal_btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
  }
  .footer_mal_btn a {
    display: block;
    background: #666;
    background-image: linear-gradient(180deg, #f9b926, #f06600);
    color: #fff;
    padding: 10px;
    border-radius: 15px 15px 0 0;
  }
  .footer_mal_btn a i {
    margin-right: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .c-container {
    margin-bottom: 30px;
  }
}
/* 220708_来院追加 */
.c-cta_mail_button a {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .c-cta_mail_button a .add_sub {
  padding: 0px 10px 1px;
  margin-top: 0;
  margin-left: 8px;
}
.add_sub {
  line-height: 1;
  font-size: 0.8em;
  padding: 1px 16px 2px;
  border-radius: 2px;
  border: 1px solid white;
  margin-top: 2px;
}
.c-button01 a {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-index_kv__copy {
    padding-bottom: 20px;
  }
}
