/* CSS Document */

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  body,
  #mainvisual .inner,
  header,
  footer {
    min-width: 100%;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*============================================================================

	header

============================================================================*/

  header {
    display: none;
  }

  /*============================================================================

	nav

============================================================================*/
  .fixed ul li:last-child {
    display: unset;
  }

  .fixed ul li:last-child a {
    padding: 0;
  }

  .fixed {
    position: fixed;
    width: 100%;
  }

  .fixed li a {
  }

  .fixed li {
  }

  .sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 20px);
    z-index: 1;
    margin-left: 4px;
  }

  .sp_navi_btn_area li {
    display: block;
    width: calc(100% / 3);
    float: left;
    text-align: center;
  }

  .sp_navi_btn_area li a {
    display: block;
    color: #fff;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 4vw;
    background: #69b7ec;
    font-weight: 400;
  }

  .sp_navi_btn_area li:nth-child(1),
  .sp_navi_btn_area li:nth-child(2) {
    width: calc((100% - 54px) / 2) !important;
  }

  .sp_navi_btn_area li:nth-child(3) {
    width: 54px !important;
  }

  .sp_navi_btn_area li:nth-child(3) a {
    background: #fff;
  }

  .sp_navi_btn_area li:nth-child(3) img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
  }

  .sp_navi_btn_area li i {
    margin-right: 5px;
  }

  .sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
  }

  .sp_navi_btn_area li:first-child a {
    /*pointer-events: none;*/
  }

  nav {
    display: none;
  }

  .sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 10000;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
  }

  .sp_navi_fixed_area {
    z-index: 999;
  }

  .sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
  }

  .sp_navi .header_logo span,
  .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
  }

  .sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    z-index: 9999;
    position: relative;
  }

  .sp_navi dl {
    background-color: rgba(255, 255, 255, 1);
  }

  .sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
  }

  .sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
  }

  .sp_navi_list {
    display: none;
  }

  .sp_navi ul {
    /*padding:4% 2% 4% 8%;*/
  }

  .sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }

  .sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
  }

  .sp_navi_list i.fa-facebook-square,
  .sp_navi ul li i.fa-home {
    font-size: 16px;
  }

  .sp_navi_list li a,
  .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #a9db67;
    border-bottom: solid 1px #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 50px;
  }

  .sp_navi_children li a {
    background: #89c13f !important;
  }

  .sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: "Font Awesome 5 free";
    font-weight: bold;
    content: "\f067";
    font-size: 1em;
  }

  .sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: "Font Awesome 5 free";
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1em;
  }

  .sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
  }

  /*ボタンの動き*/
  .sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #a9db67;
  }

  .sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
  }

  .sp_navi dt a span {
    display: block;
    background: #fff;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  .sp_navi dt a span:nth-child(1) {
    top: 14px;
  }

  .sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
  }

  .sp_navi dt a span:nth-child(3) {
    bottom: 29px;
  }

  .sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
  }

  .sp_navi dt a.active {
    background: #a9db67;
  }

  .sp_navi dt a.active i {
    color: #fff;
  }

  .sp_navi dt a.active span {
    background: #fff;
  }

  .sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
  }

  .sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
  }

  .sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
  }

  .tiktok_sp {
    position: fixed;
    /* 追従 */
    z-index: 99999;
    /* 他の要素の下に隠れないように */
    bottom: 80px;
    /* バナーの上下の位置 */
    right: 0;
    /* バナーの左右の位置 */
  }

  .tiktok_sp a {
    display: block;
  }

  .tiktok_sp a img {
    width: 62px;
    height: auto;
  }

  .tiktok_sp ul li:first-child a img:first-child {
    margin-bottom: 5px;
  }

  .sp_line {
    position: fixed;
    bottom: 0;
    background-color: #06c755;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }

  .sp_line img {
    max-height: 55px;
  }

  /*============================================================================

	#mainvisual

============================================================================*/
  #mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 240px;
    margin-top: 45px;
  }

  #mainvisual .inner {
    width: auto;
    height: inherit;
  }

  /* 下層ページヘッドライン */
  #mainvisual h2 {
    font-size: 22px;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: relative;
    top: 175px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }

  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .mainvisual_catch p {
    font-size: 15px;
  }

  .mainvisual_open {
    right: 10px;
    bottom: 10px;
    width: 150px;
  }

  /* インスタグラム */
  .mainvisual_insta_sp {
    position: relative;
    top: 140px;
    left: -18px;
    width: 100%;
    text-align: right;
  }

  .mainvisual_insta_sp img {
    width: 15%;
    height: auto;
  }

  .mainvisual_insta_sp a {
    display: block;
  }

  .mainvisual_insta_sp a:hover {
    opacity: 0.7;
  }

  /*============================================================================

	#contents

============================================================================*/

  .box1 {
    width: auto;
    margin: 0 6% 80px;
  }

  .box2 {
    width: auto;
    margin: 0 6% 80px;
  }

  #contents {
    width: auto;
  }

  #contents_left {
    width: auto;
    float: none;
    margin-right: 0;
  }

  #contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
  }

  /*============================================================================

	footer

============================================================================*/
  .footer_left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_right {
    width: 100%;
  }

  .footer_right iframe {
    width: 100%;
  }

  .footer_info_overview_logo {
    width: 100%;
    height: auto;
  }

  .footer_info .inner {
    display: block;
    width: auto;
    padding: 40px 6%;
  }

  .footer_info_sche .tb01 td {
    padding: 0;
  }

  .footer_btn_flex_sp {
    margin-top: 30px;
    text-align: center;
  }

  .footer_btn_flex_sp a {
    display: block;
  }

  .footer_btn_flex_sp a:first-child {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
  }

  .footer_info dl {
    float: none;
    width: auto;
    padding: 0 6%;
  }

  .footer_info dl dt {
    float: none;
    text-align: center;
    margin: 0 auto 30px;
  }

  .footer_info_logo,
  .footer_info_logo img {
    width: 222px;
    height: 148px;
  }

  .footer_info dl dd {
    float: none;
    margin-left: 0;
  }

  .footer_info_overview_tel {
    padding-bottom: 20px;
  }

  .footer_info_sche {
    float: none;
    width: 100%;
    font-size: 13.5px;
  }

  .footer_info_sche p {
    margin: 0;
  }

  .footer_navi {
    display: none;
  }

  .copy {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .img_flex {
    display: block;
  }

  .img_flexbox {
    margin-bottom: 30px;
  }

  .img_flex img {
    margin-bottom: 35px;
  }

  .flex_last .img_flex img:last-child {
    margin-bottom: 0;
  }

  .img_flex p {
    margin-bottom: 30px;
  }

  .bnr_box {
    display: block;
    text-align: center;
  }

  .bnr_box p {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /*============================================================================

	$top

============================================================================*/
  .pc_nav {
    height: 0;
  }

  /* 新規開院 */
  .open_info {
    background: #fff;
  }

  .open_info .box1 {
    margin: 0 6% 0;
    padding: 30px 0 30px;
    text-align: center;
  }

  .open_info .box1 p:first-child img {
    /*border: 1px solid #69b7ec;*/
    border-radius: 5px;
  }

  .open_info .box1 p:first-child img {
    margin-top: 30px;
  }

  /*.open_info .box1 p:last-child {
	margin-top: 20px;
}*/
  .open_info .box1 p {
    margin-bottom: 15px;
  }

  .open_info .box1 p img {
    width: 83%;
  }

  /*.open_info .box1 p:last-child img {
	width: 83%;
}*/

  /* お知らせ */
  .top_news {
    padding: 30px 0 30px;
  }

  .news_box {
    width: 90%;
    margin: 30px auto;
    border: solid 1px #8fabcb;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #8fabcb;
  }

  .top_news .box1 {
    display: block;
    width: auto;
    margin: 0 6% 0;
  }

  .news_left {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding-bottom: 20px;
  }

  .top_news_flame {
    padding: 20px 3% 20px 7%;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }

  .top_news_flame .scroll_area {
    height: auto;
  }

  .top_news_flame .news_list li {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding: 16px 0;
  }

  .top_news_flame .news_list a {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top_news .btn01 {
    margin: 0 auto;
    padding-top: 5px;
    width: 70%;
    top: 0;
  }

  .news_left h2 {
    font-size: 20px;
    padding-top: 38px;
  }

  .news_left h2::before {
    top: 19px;
  }

  .news_left h2#h2_blog {
    padding-top: 54px;
  }

  .news_left h2#h2_blog::before {
    background-size: 32px;
    width: 32px;
    height: 33px;
  }

  .news_list em,
  .news_text_list em {
    min-width: 112px !important;
  }

  .top_blog {
    margin-bottom: 100px;
    padding: 70px 0 70px;
  }

  .top_blog ul.news_list li:nth-child(3),
  .top_blog ul.news_list li:nth-child(4),
  .top_blog ul.news_list li:nth-child(5) {
    display: none;
  }

  /* 基本方針 */
  .top_philosophy {
    padding-top: 0;
  }

  .top_philosophy_box {
    padding-bottom: 80px;
  }

  .top_philosophy .box1 {
    margin: 0 6% 15px;
  }

  .top_philo_bg {
    position: relative;
    top: 13px;
    background: url(../images/philosophy_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
  }

  .philo_text::after {
    width: 100%;
  }

  .top_philosophy .box1::before {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin: auto;
    top: -75px;
    background-size: cover;
  }

  .top_philosophy .box1 .inner {
    margin-top: -80px;
  }

  .top_philosophy_box_img_sp {
    margin: 0 6% 0;
    text-align: center;
  }

  .top_philosophy_box_img_sp img {
    width: 94%;
  }

  /* 当院の特徴 */
  .feature_flex {
    display: block;
  }

  .feature_flex .feature_flex_box {
    width: 100%;
    margin: 0 0 30px;
  }

  .feature_flex .feature_flex_box:last-child{
    margin: 0;
  }

  /* 診療案内 */
  .top_medical {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .top_medical_list {
    display: block;
  }

  .top_medical_list a {
    width: 100%;
    margin-bottom: 80px;
  }

  .top_medical_list2 {
    display: block;
  }

  .top_medical_list2 a {
    width: 100%;
    margin-bottom: 80px;
  }

  /*
.top_medical2_list a {
    width: 46%;
    margin-right: 8%;
}
.top_medical2_list a:nth-child(even) {
    margin-right: 0;
}
.top_medical3_list li {
    width: 46%;
    margin-right: 8%;
}
.top_medical3_list li:nth-child(even) {
    margin-right: 0;
}
.top_medical4_list {
    width: auto;
    margin: 0 8%;
}
.top_medical4_list dl {
    width: 45%;
    margin-right: 0;
}
*/

  /* 院長ご挨拶 */
  .top_doctor {
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .top_doctor .box2 {
    margin: 0 0 80px;
  }

  .doctor_flex_bg {
    padding: 0 6% 30px;
  }

  .doctor_text {
    padding-bottom: 0px;
  }

  .doctor_name {
    text-align: center;
  }

  .doctor_name span {
    padding-left: 0;
  }

  .doctor_flex {
    flex-direction: column-reverse;
  }

  .top_doctor .text {
    width: auto;
  }

  .doctor_flex_bg-m05 .doctor_flex .text {
    width: 100%;
    background: none;
  }

  .doctor_flex_bg-m05 .doctor_flex {
    width: 100%;
    padding-top: 10px;
}
  .top_doctor_img {
    width: auto;
    margin-bottom: 15px;
  }

  .top_doctor_img p {
    text-align: center;
  }

  .top_doctor_img p img {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  .top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
  }

  .top_doctor_img dd {
    text-align: center;
  }



  /*============================================================================

	$インプラント実績セクション

============================================================================*/
.Achievements-flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
   margin: 20px 20px 5px;
}

.Ac-flexbox{
  width: 100%;
  height: auto;

}

 /*============================================================================

	$インプラント症例報告セクション

============================================================================*/

.report {
    padding: 48px 16px;
  }

  .report__heading-title {
    font-size: 22px;
  }

  .report__card-body {
    padding: 24px 18px;
  }

  .report__card-header {
    padding: 12px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  /* Images go vertical on mobile */
  .report__images {
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
  }

  .report__arrow {
    padding: 0;
    transform: rotate(90deg);
  }

  .report__image-block {
    width: 100%;
  }

  .report__image-wrap {
    max-width: 100%;
  }



.doctor_flex_bg-m05 .doctor-text-box {
    padding-top: 6.8125vw;
    padding-bottom: 30px;
}


 /*============================================================================

	$キャンセルポリシー

============================================================================*/


   .cancel-main { padding: 20px 12px 48px; }

      .cn-hero { padding: 36px 24px 28px; }
      .cn-hero__tooth { top: 20px; right: 16px; }
      .cn-hero__tooth img {display: none; }

      .cn-section01,.cn-section02,.cn-section03 { padding: 28px 20px; }

      .cn-hero__body {font-size: 10px;
      }

      .cn-section__title{
        font-size: 20px;
      }

      /* Fee grid → 縦並び */
      .cn-fee-grid {
        grid-template-columns: 1fr;
      }
      .cn-fee-card + .cn-fee-card {
        border-left: none;
        border-top: 1px solid var(--border);
      }

      /* Reason grid → 2×2 */
      .cn-reason-grid {
        grid-template-columns: repeat(1, 1fr);
      }

      /* Payment → 縦並び */
      .cn-payment { padding: 20px 18px; }
      .cn-payment__row {
        flex-direction: column;
        gap: 12px;
      }
      .cn-payment__item {
        width: 100%;
        justify-content: flex-start;
      }
      .cn-payment__item--right {
        justify-content: flex-start;
      }

  
      .cn-clinic__logo { 
      display: none;
      }


  /*============================================================================

	$breadcrumbs ぱんくず

============================================================================*/
  .breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
  }

  .breadcrumbs li {
    display: inline-block;
  }

  /*============================================================================

	$共通

============================================================================*/

  #contents {
    padding-bottom: 70px;
  }

  .box {
    width: auto;
    padding: 0 6% 8%;
  }

  .text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }

  .text.price {
    width: auto;
  }

  /*============================================================================

	$見出し

============================================================================*/
  h1 {
    position: relative;
    padding: 0 5% 0;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    width: auto;
  }

  .tit01,
  .tit02,
  .tit03,
  .tit04 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
  }

  .tit02::before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 57px;
    background-image: url(../images/tit02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nowrap {
    white-space: normal;
  }

  /* テーブル */
  .tb01 {
    white-space: inherit;
  }

  .tb01 th {
    padding: 1%;
    width: 35%;
    box-sizing: border-box;
    font-size: 3vw;
    text-align: center;
  }

  .tb01 td {
    padding: 1%;
    box-sizing: border-box;
    font-size: 3vw;
    text-align: center;
  }

  .tb03,
  .tb03 th {
    white-space: inherit;
  }

  .tb03.w075par {
    width: 100%;
  }

  .tb04,
  .tb04 th {
    white-space: normal;
  }

  .tb04 th {
    font-size: 13px;
  }

  .tb04 td,
  .tb04 th {
    padding: 2%;
  }

  /* ボタン */
  .btn01 a {
    display: block;
  }

  /* アンカーリンク */
  .ank02 {
    width: 100%;
  }

  .ank02 li {
  }

  .ank03 {
    width: 100%;
  }

  .ank03 li {
    width: 48%;
  }

  .ank04 {
    width: 100%;
  }

  .ank04 li {
    width: 48%;
  }

  /* 画像右寄せ */
  .img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .img_fr img {
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
  }

  /*============================================================================

	$doctor

============================================================================*/
  .doctor_flex {
    width: auto;
  }

  .top_doctor .btn01 {
    position: static;
  }

  .top_doctor_img p {
    font-size: 14px;
    color: unset;
  }

  .top_doctor_img p span {
    font-size: 18px;
  }

  .doctor_inner {
    margin: 0;
  }

  /* ごあいさつ */
  .doctor_greet {
  }

  .doctor_greet .text {
    float: none;
    width: auto;
  }

  /* 経歴、資格 */
  .doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .staff_flex .carr_sec2_sp {
    width: 100%;
  }

  /* スタッフ */
  .top_staff .box2 {
    margin: 0 0 80px;
  }

  .staff_flex {
    width: auto;
    padding-top: 50px;
    flex-direction: column-reverse;
  }

  .staff_inner {
    margin: 0;
  }

  .top_staff {
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .staff_flex_bg {
    padding: 0 6% 30px;
  }

  .top_staff .text {
    margin-bottom: 20px;
    width: auto;
  }

  .staff_name {
    text-align: center;
  }

  .staff_name span {
    padding-left: 0;
  }

  .top_staff_img .staff_name img {
    height: 40px;
    width: auto;
  }
  .top_staff_img .staff_name img.doctorname-05 {
    height: 50px; /* ← この画像だけ別の高さに */
  }
  .top_staff_img {
    width: auto;
    margin-bottom: 15px;
  }

  .top_staff_img p {
    text-align: center;
  }

  .top_staff_img p img {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  .top_staff2 .order_1 {
    width: 100%;
  }

  .top_staff2 .text {
    width: 100%;
  }

  .order_1,
  .order_2 {
    order: 0;
  }

  .order_1 .staff_name {
    text-align: center;
  }

  .staff_all_img {
    margin-top: 50px;
  }

  .staff_all_img img {
    width: 100%;
  }

  /*============================================================================

	$clinic

============================================================================*/
  .clinic .h2_tit {
    margin-top: 80px;
  }

  /* 医院概要 */
  .clinic_sec1 dt {
    width: 30%;
  }

  .clinic_sec1 dd {
    width: 70%;
  }

  .clinic_sec1 .schedule .tb01 {
    width: 100%;
  }

  #contents.clinic .schedule_note li {
    color: #3e3a3a;
  }

  /* 院内スライド */
  .clinic_slides1 {
    margin-bottom: 20px;
  }

  .clinic_slides1 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }

  .clinic_slides1 .flexslider p {
    display: block;
  }

  .clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: relative;
    right: auto;
    width: auto;
    top: auto;
    bottom: 7%;
    z-index: 2;
  }

  .clinic_slides1 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides1 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  .clinic_slides2 {
    margin-bottom: 90px;
  }

  .clinic_slides2 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides2 .flexslider li div {
    display: block;
    width: 100%;
    margin-top: 6%;
    margin-left: 0;
    text-align: center;
  }

  .clinic_slides2 .flexslider p {
    display: block;
  }

  .clinic_slides2 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -17%;
    z-index: 2;
  }

  .clinic_slides2 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides2 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  .clinic_slides3 {
    margin-bottom: 120px;
  }

  .clinic_slides3 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides3 .flexslider li div {
    display: block;
    width: 100%;
    margin-top: 7%;
    margin-right: 0;
    margin-left: 0;
  }

  .clinic_slides3 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .clinic_slides3 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
  }

  .clinic_slides3 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -17%;
    z-index: 2;
  }

  .clinic_slides3 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides3 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  .clinic_slides4 {
    margin-bottom: 120px;
  }

  .clinic_slides4 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides4 .flexslider li div {
    display: block;
    position: absolute;
    bottom: auto;
    width: 100%;
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
  }

  .clinic_slides4 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .clinic_slides4 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
  }

  .clinic_slides4 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -15%;
    z-index: 2;
  }

  .clinic_slides4 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides4 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  .clinic_slides5 {
    margin-bottom: 120px;
  }

  .clinic_slides5 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides5 .flexslider li div {
    display: block;
    bottom: -19%;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
  }

  .clinic_slides5 .flexslider h4 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .clinic_slides5 .flexslider p {
    display: block;
    text-align: center;
    padding: 0;
  }

  .clinic_slides5 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: -14%;
    z-index: 2;
  }

  .clinic_slides5 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides5 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  /*============================================================================

	$link

============================================================================*/

  .link {
    width: 90%;
  }

  .partner_link_area {
    display: block;
    text-align: center;
  }

  .partner_link_area li {
    margin-bottom: 15px;
  }

  /*============================================================================

	$feature

============================================================================*/
  #feature {
    margin: 0;
  }

  /*============================================================================

	$facilities

============================================================================*/

  .facilities_equip {
  }

  .facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
  }

  .facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
  }

  .facilities_equip_img img {
    width: 300px;
  }

  .facilities_equip2 {
  }

  .facilities_equip2 dl,
  .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  .facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
  }

  .facilities_equip3 {
  }

  .facilities_equip3 dl {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  .facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
  }

  .facilities_equip3 dl,
  .facilities_equip3 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  /*============================================================================

	$access

============================================================================*/
  .access_list {
    padding: 30px 15px 0;
  }

  .access_list dl {
    width: 100%;
    margin-bottom: 30px;
  }

  /*============================================================================

	$first

============================================================================*/
  .first_box dl {
    margin-bottom: 40px;
  }

  .first_box dt em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    top: -18px;
  }

  .first_box {
    margin-top: 60px;
  }

  /*============================================================================

	$medical

============================================================================*/
  .header_mainvisual {
    height: 300px;
  }

  .h2_tit p {
    font-size: 38px;
  }

  .medical .h2_tit {
    margin-top: 80px;
  }

  .medical .h2_tit::before {
    top: -20px;
  }

  .tit02 {
    padding-left: 0;
  }

  .tit02::before {
    position: relative;
    margin-right: 16px;
    top: 10px;
    width: 33px;
    height: 31px;
    display: inline-block;
  }

  .mainvisual_headline p.headline {
    font-size: 18px;
  }

  .implant .layout04 dl {
    height: auto;
  }

  /*============================================================================

	$general

============================================================================*/
  .general .layout04 dt {
    padding: 2.5% 2.5% 0;
  }

  .general .layout04 dt img {
    width: 100%;
  }

  /*============================================================================

	$pedodontics

============================================================================*/
  .pedodontics .layout03 dl {
    height: auto;
  }

  .pedodontics .layout03 dt {
    width: 100%;
  }

  /*============================================================================

	$cosmetic

============================================================================*/
  .cosmetic .layout03 dl {
    height: auto;
  }

  .cosmetic .layout03 dt {
    width: 100%;
  }

  /*============================================================================

	$preventive

============================================================================*/
  .preventive .layout06 dt {
    width: 100%;
  }

  .preventive .layout04 dt {
    padding: 2.5% 2.5% 0;
  }

  .preventive .layout04 dt img {
    width: 100%;
  }

  /*==================================================================

	.layout

==================================================================*/

  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

  .layout01 {
  }

  .layout01:before {
  }

  .layout01 dl {
    display: block;
  }

  .layout01 dl:after {
  }

  .layout01 dt {
    width: 100%;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
  .layout02 {
    display: block;
  }

  .layout02::after {
  }

  .layout02 dl {
    width: 100%;
  }

  .layout02 dl:nth-child(even) {
  }

  .layout02 dt {
  }

  .layout02 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
  .layout03 {
    margin: 0 0 15px;
  }

  .layout03 dl {
    display: block;
  }

  .layout03 dt {
    width: 100%;
  }

  .layout03 dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }

  .layout03 dd {
    width: 100%;
    padding: 15px 3% 1%;
  }

  .layout03 dd h5 {
  }

  .layout03 dd h5 em {
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 {
  }

  .layout04 dl {
    display: block;
  }

  .layout04 dt {
    width: 100%;
    padding: 2%;
  }

  .layout04 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 dd {
    width: 100%;
  }

  .layout04 dd h5 {
  }

  .layout04 dd h5 span {
  }

  /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
  .layout05 {
  }

  .layout05 dl {
    display: block;
  }

  .layout05 dt {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout05 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout05 dd {
  }

  .layout05 dd:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout05 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout05 dd h5 em {
  }

  .layout05 dd h5 {
  }

  .layout05_text1 {
  }

  .layout05_text1 ul {
  }

  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }

  .layout06 dl {
    display: block;
  }

  .layout06 dl:before {
  }

  .layout06 dl:last-child:after {
  }

  .layout06 dt {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }

  .layout06 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout06 dl:last-of-type {
  }

  /* 数字 */
  .layout06 dt em {
  }

  .layout06 dd {
  }

  .layout06 dd:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout06 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout06 dd h5 {
  }

  .layout06_text1 {
  }

  .layout06_text1 ul {
  }

  .layout06_text1 ul li span {
  }

  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }

  .layout07::after {
  }

  .layout07 dl {
    display: block;
    width: 100%;
  }

  .layout07 dl:nth-child(3n) {
  }

  .layout07 dl dt {
  }

  .layout07 dl dt em {
  }

  .layout07 dl dd {
  }

  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }

  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .layout08 dl:nth-child(3n) {
  }

  .layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    content: "";
    bottom: 0;
  }

  .layout08 dl:nth-child(3n)::before {
    display: none;
  }

  .layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: "Quicksand", sans-serif;
  }

  .layout08 dl dd {
    line-height: 1.5;
  }

  /*============================================================================

	院内ビュー

============================================================================*/
  .view {
    width: 90%;
  }

  .view iframe {
    height: 300px;
  }

  /*============================================================================

	$mpcloud_schedule

============================================================================*/

  #mpcloud_schedule {
    width: 100%;
    right: 0;
    left: 0;
    /*border-radius: 0;*/
    bottom: 62px;
  }

  .time_close {
    right: 20px;
    font-size: 17px;
  }

  .schedule_time {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .schedule_time dt {
    width: 35%;
    margin-bottom: 5px;
  }

  .schedule_time dd {
    width: 65%;
    margin-bottom: 5px;
  }

  .schedule_time dd i {
    margin: 0 3px 0 15px;
    vertical-align: text-bottom;
  }

  /*common*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc_inline {
    display: none !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .pc_table {
    display: table !important;
  }

  .sp_table {
    display: table !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp_mb00 {
    margin-bottom: 0 !important;
  }

  .sp_mr00 {
    margin-right: 0 !important;
  }

  .sp_ml00 {
    margin-left: 0 !important;
  }

  .sp_mt00 {
    margin-top: 0 !important;
  }

  .sp_pb00 {
    padding-bottom: 0 !important;
  }

  .sp_pr00 {
    padding-right: 0 !important;
  }

  .sp_pl00 {
    padding-left: 0 !important;
  }

  .sp_pt00 {
    padding-top: 0 !important;
  }

  .sp_center {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
  }

  .sp_inline_iP {
    display: inline !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 1230px) {
  body {
    min-width: 1300px;
  }

  .doctor_inner {
    margin: auto;
    width: 100%;
  }

  .doctor_carr {
    margin-bottom: 80px;
    justify-content: space-around;
  }

  .staff_inner {
    margin: auto;
    width: 100%;
  }

  #feature {
    margin: auto;
    width: 100%;
  }

  .schedule .tb01 th {
    padding: 2% 0;
  }

  .top_doctor .btn01 {
    top: 430px;
    left: 520px;
  }

  .top_doctor .btn01 a {
    padding: 20px 50px 20px 40px;
    font-size: 15px;
  }

  .top_doctor .btn01 a::after {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  .doctor-schedule {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .case09 .tb03 th {
    text-align: center;
    width: 20%;
    min-width: 90px;
  }
}

/* 動画ボックス レスポンシブ対応 */
@media screen and (max-width: 640px) {
  .movie_box {
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }
  .movie_box video {
    max-width: 80%;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  /* FAQ 回答テキスト・Introduce 本文フォントサイズ */
  .faq_list .faq_answer p,
  .introduce_text_wrapper p {
    font-size: 16px;
  }

  /* Introduce 後の余白を縮小 */
  .top_faq_introduce {
    padding-bottom: 70px;
    margin-bottom: 100px;
  }

  .top_faq_introduce .box1:last-child {
    margin-bottom: 0;
  }

  /* 下層ページ FAQ ラッパー スマホ時は左右パディング無し */
  .medical_faq_introduce {
    padding: 10px 0 60px;
    width: 100%;
  }

  /* box2のmargin-bottomを無効化し、ラッパーのpadding-bottomで下余白を管理 */
  .medical_faq_introduce .box2.top:last-child {
    margin-bottom: 0;
  }
}
