@charset "UTF-8";
/* 
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
/* 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;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*============================================================================

      header

  ============================================================================*/
  header {
    display: none;
  }
  /*============================================================================

      nav

  ============================================================================*/
  .fixed {
    position: fixed;
    width: 100%;
  }
  .fixed li {
    display: block;
  }
  .sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
  }
  .sp_navi_btn_area li {
    display: block;
    width: 50% !important;
    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: #0068B6;
    font-weight: 400;
  }
  .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;
  }
  nav {
    display: none;
  }
  .sp_navi.sp {
    display: block !important;
  }
  .sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    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: rgb(255, 255, 255);
  }
  .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: #50BAEA;
    border-bottom: solid 1px #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 50px;
  }
  .sp_navi_children li a {
    background: #2f8fbb !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: #50BAEA;
  }
  .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: 16px;
  }
  .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: #50BAEA;
  }
  .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);
  }
  /*============================================================================

      #mainvisual

  ============================================================================*/
  #mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 300px;
    /* height: 200px; */
    margin-top: 124px;
    background-size: cover;
  }
  #mainvisual .inner {
    width: auto;
    height: inherit;
  }
  /* 下層ページヘッドライン */
  #mainvisual h2 {
    font-size: 22px;
  }
  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    padding: 0 6% 0;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 15px;
  }
  .mainvisual_open {
    right: 10px;
    bottom: 10px;
    width: 150px;
  }
  /* 新型コロナウイルス対策について */
  /*.mainvisual_banner {
      position: absolute;
      bottom: 75px;
      right: 0;
      width: 250px;
  }*/
  /* スタッフ募集 */
  .mainvisual_banner_staff {
    position: absolute;
    /*bottom: 215px;*/
    bottom: 19em;
    right: 0;
    width: 250px;
    z-index: 3;
  }
  .mainvisual_banner_staff a {
    display: block;
  }
  /* お問い合わせ */
  .mainvisual_banner_contact {
    position: absolute;
    /*bottom: 170px;*/
    bottom: 15.5em;
    right: 0;
    width: 250px;
    z-index: 3;
  }
  .mainvisual_banner_contact a {
    display: block;
  }
  /* コロナ */
  .mainvisual_banner_corona {
    position: absolute;
    /*bottom: 170px;*/
    bottom: 12em;
    right: 0;
    width: 250px;
    z-index: 3;
  }
  .mainvisual_banner_corona a {
    display: block;
  }
  /* 下層MV */
  .mainvisual_headline {
    padding-top: 0;
  }
  .mainvisual_headline span.headline {
    font-size: 26px;
  }
  .mainvisual_headline p {
    font-size: 14px;
  }
  /* h1 */
  .main_h1 {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main_h1 h1 {
    font-size: 16px;
    line-height: 25px;
  }
  /*============================================================================

      #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_info_overview_logo {
    width: 100%;
  }
  .footer_info_overview_logo img {
    width: 100%;
  }
  .footer_info_overview {
    width: 100%;
  }
  .footer_map_box {
    width: 100%;
  }
  .footer_info .inner {
    display: block;
    width: auto;
    padding: 40px 6%;
  }
  .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;
  }
  .pagetop {
    right: 15px;
    bottom: 10px;
  }
  .pagetop,
  .pagetop img {
    width: 50px;
    height: 50px;
  }
  .copy {
    margin-top: 35px;
  }
  /*============================================================================

      $top

  ============================================================================*/
  /* News */
  .top_news {
    margin: 0 6% 0;
  }
  .top_news .box1 .btn02 {
    position: relative;
    top: 208px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top_news .box1 {
    display: block;
    padding: 0 6% 0;
    width: 100%;
    height: 390px;
    margin: 0 0 80px;
  }
  .top_news .box2 {
    height: 550px;
  }
  .top_news .box2 .btn02 {
    top: 325px;
  }
  .top_news .btn02 a {
    width: 90%;
  }
  .top_news dt {
    width: 90px;
  }
  .news_wrap {
    margin-bottom: 25px;
  }
  .schedule .tb01 th {
    padding: 2% 3%;
  }
  .top_news + .box1 .schedule + .schedule .tb01 th,
  .schedule:nth-child(2) table th {
    padding: 2% 3%;
  }
  .top_news_flame {
    position: absolute;
    padding: 0 6% 0;
    height: 230px;
    width: 100%;
    left: 0;
  }
  .top_news .box2 .top_news_flame {
    top: 160px;
  }
  .top_news .box1 .tit02 {
    position: relative;
    padding: 20px 0 30px;
    font-size: 25px;
    line-height: 1.7;
    margin: 0;
  }
  .top_news + .box1 {
    display: block;
  }
  .top_news + .box1 .schedule {
    width: 100%;
  }
  .top_news + .box3 {
    padding: 20px;
  }
  .schedule_note li {
    font-size: 13px;
  }
  .schedule .tb01 td {
    padding: 2% 2%;
  }
  #news_sche {
    padding: 100px 0 60px;
  }
  .news_list a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top_news .news_category {
    width: 150px;
  }
  .top_news + .box1 .box1_inner {
    flex-direction: column;
  }
  .scroll_area {
    height: 100px;
  }
  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #50baea !important;
  }
  #mCSB_1_scrollbar_vertical {
    display: none !important;
  }
  /* 院長挨拶 */
  .top_doctor::after {
    display: none;
  }
  .top_doctor .box1 {
    margin: 0 0 140px;
    padding: 0 6% 0;
    width: 100%;
  }
  .top_doctor .box1 .tit02 {
    background-color: #fff;
  }
  .top_doctor .top_doctor_heading {
    margin-bottom: 30px;
  }
  /* .top_doctor .box1 .tit02 span {
      padding-top: 20px;
      font-size: 16px;
      word-wrap: break-word;
      line-height: 1.5;
  } */
  .top_doctor .box1 .tit02 span {
    line-height: 2;
  }
  .top_doctor .doctor_flex .tit02 {
    font-size: 22px;
  }
  .doctor_flex {
    display: block;
    flex-direction: column-reverse;
  }
  .top_doctor .text {
    width: auto;
  }
  .top_doctor_bg_sp {
    padding: 6%;
    background: #def3fb;
  }
  .top_doctor_bg_sp .btn02 {
    margin-bottom: 20px;
  }
  .top_doctor_img {
    position: static;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .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;
  }
  .doctor_flex .text {
    padding: 3%;
  }
  .doctor_flex .text p:nth-child(2) + .btn02 {
    text-align: center;
  }
  /* 診療案内 */
  .top_medical {
    padding: 110px 0 60px;
  }
  .top_medical_list a {
    width: 45%;
  }
  .top_medical_list a img {
    width: 38%;
  }
  .top_medical_list dl dd {
    font-size: 8px;
  }
  .top_medical_list dl dd h3 {
    font-size: 14px;
  }
  .top_medical_list dl dt {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .top_medical_list a:nth-child(2),
  .top_medical_list a:nth-child(3),
  .top_medical_list a:nth-child(4),
  .top_medical_list a:nth-child(5),
  .top_medical_list a:nth-child(6) {
    background-size: contain;
  }
  .top_medical_list a:nth-of-type(4) dl dd h3,
  .top_medical_list a:nth-of-type(6) dl dd h3 {
    font-size: 13px;
    line-height: 1.2;
  }
  /*.top_medical_list a dl .lh15{
      padding-bottom: 50px;
  }*/
  .top_medical_list a dl .lh15 h3 {
    line-height: 1.2;
    font-size: 13px;
  }
  .top_medical_list a dl .lh15 span {
    line-height: 1.2;
    display: block;
  }
  .top_medical_list a:nth-of-type(5) dl dd h3 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .top_medical_list a:nth-of-type(4) dl dd h3,
  .top_medical_list a:nth-of-type(6) dl dd h3 {
    margin-bottom: 0;
  }
  .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_feature {
    padding: 60px 0 0;
  }
  .top_feature .box2 {
    display: block;
  }
  .top_feature .item {
    width: 100%;
  }
  .top_feature .itemlast-child {
    margin-bottom: 0;
  }
  .top_feature .item_label {
    padding-bottom: 22px;
    font-size: 16px;
  }
  /*============================================================================

      $breadcrumbs ぱんくず

  ============================================================================*/
  .breadcrumbs {
    width: 100%;
    margin: -10px auto 40px;
    padding-left: 3%;
  }
  .breadcrumbs ol {
    width: 100%;
  }
  .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;
  }
  .waku {
    padding: 6%;
  }
  .waku02 {
    padding: 5%;
  }
  .waku03 {
    padding: 5%;
    width: 100%;
  }
  .btn02 {
    text-align: center;
  }
  /*============================================================================

      $見出し

  ============================================================================*/
  h1 {
    font-size: 12px;
    width: auto;
  }
  .tit01,
  .tit02,
  .tit03,
  .tit04 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
  }
  .tit02 {
    font-size: 24px;
  }
  .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;
  }
  .tit08 {
    display: inline-block;
    width: 100%;
    padding: 0 0 0.6em;
    text-align: center;
  }
  /* テーブル */
  .tb01 {
    white-space: inherit;
  }
  .tb01 td,
  .tb01 th {
    padding: 2% 3%;
  }
  .tb01 th {
    width: 105px;
    font-size: 12.5px;
  }
  .tb01 td {
    font-size: 11px;
  }
  .tb03,
  .tb03 th {
    white-space: inherit;
  }
  .tb03.w075par {
    width: 100%;
  }
  .hemodialysis,
  .tb03 td,
  .tb03 th {
    padding: 2% 3%;
    font-size: 12.5px;
    text-align: left;
  }
  .tb04,
  .tb04 th {
    white-space: normal;
  }
  .tb04 th {
    font-size: 13px;
  }
  .tb04 td,
  .tb04 th {
    padding: 2%;
  }
  .scroll-table table {
    width: 100%;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 0.8em;
  }
  .scroll-table table tr td:nth-child(1),
  .scroll-table table tr td:nth-child(2),
  .scroll-table table tr td:nth-child(3) {
    white-space: nowrap;
  }
  .scroll-table table.tb03 th,
  .scroll-table table.tb03 td {
    padding: 4px;
  }
  .scroll-table table.tb03 tr:nth-child(1) th {
    text-align: center;
    white-space: nowrap;
    background: #d7d7d7;
    line-height: 1.2;
  }
  .scroll-table table.tb03 tr:nth-child(1) th i {
    display: block;
    font-size: 8px !important;
    font-style: normal;
  }
  .scroll-table table.tb03 tr:nth-child(even) th {
    background-color: #E8E8E8;
  }
  .scroll-table table.tb03 tr:nth-child(even) td {
    background-color: #f8f8f8;
  }
  /* ボタン */
  .btn01 a {
    display: block;
  }
  /* アンカーリンク */
  .ank02 {
    width: 100%;
  }
  .ank03 {
    width: 100%;
  }
  .ank03 li {
    width: 48%;
  }
  .ank04 {
    width: 100%;
  }
  .ank04 li {
    width: 48%;
  }
  #access01 {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
  /* 画像右寄せ */
  .img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .img_fr img {
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
  }
  /*============================================================================

      $doctor

  ============================================================================*/
  /* ごあいさつ */
  .doctor_greet .text {
    float: none;
    width: auto;
  }
  /* 経歴、資格 */
  .doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #doctor .tb02 th {
    width: 26%;
  }
  #doctor .top_doctor_img {
    margin-bottom: 20px;
  }
  /*============================================================================

      $clinic

  ============================================================================*/
  /* 医院概要 */
  .clinic_sec1 dt {
    width: 30%;
  }
  .clinic_sec1 dd {
    width: 70%;
  }
  .clinic_sec1 .schedule .tb01 {
    width: 100%;
  }
  .clinic_sec1 ul + div {
    display: block;
  }
  .clinic_sec1 ul + div .schedule {
    width: 100%;
  }
  .clinic_sec1 ul + div .schedule {
    width: 100%;
  }
  .clinic_sec1 ul + div {
    display: block;
    padding: 5% 4% 5%;
  }
  /* 院内スライド */
  .clinic_slides1 {
    margin-bottom: 20px;
  }
  .clinic_slides1 .flexslider {
    float: none;
    width: 100%;
  }
  .clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
  }
  .clinic_slides1 .flexslider p {
    display: block;
  }
  .clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    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;
  }
  /*院内スライド2 サムネイル横*/
  .clinic_slide_wrap2 {
    display: block;
    flex-direction: unset;
    justify-content: unset;
  }
  .clinic_slide_wrap_flex {
    display: block;
    flex-wrap: unset;
  }
  .clinic_slide_wrap_flex #slider {
    margin: 0 auto 15px 0;
    width: auto;
  }
  .clinic_slide_wrap_flex #thumbnail-list {
    width: auto;
  }
  .clinic_slide_wrap_flex .thumbnail-item {
    flex: 0 1 15%;
  }
  .schedule_note {
    display: block;
    text-align: right;
  }
  /*スケジュール*/
  .clinic_sec1 li {
    font-size: 12px;
  }
  .clinic_sec1 li:first-child {
    padding: 0;
  }
  /*============================================================================

      $facilities

  ============================================================================*/
  .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 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 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_map dd:nth-of-type(2) {
    display: block;
    text-align: center;
  }
  .access_map dd:nth-of-type(2) img {
    width: 100%;
  }
  .access_info {
    padding: 25px 30px 5px;
    width: 100%;
  }
  .access_map dd:nth-of-type(2) img:first-child {
    margin-bottom: 50px;
    width: 100%;
  }
  .access_map dd:nth-of-type(2) img:nth-child(2),
  .access_map dd:nth-of-type(2) img:nth-child(3) {
    width: 49%;
  }
  .access_map dd:nth-of-type(2) img {
    width: 60%;
  }
  .footer_map-heading {
    font-size: 20px;
  }
  .photolist ul {
    flex-wrap: wrap;
  }
  .photolist li {
    margin: 0 0 30px;
    width: 100%;
  }
  /*============================================================================

      $first

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

      $medical

  ============================================================================*/
  .medical06_schedule {
    margin-top: 20px;
  }
  .medical06 ol.list_num li {
    font-size: 14px;
  }
  .medical06_schedule table tr:first-of-type th {
    line-height: 1.2;
  }
  .medical06_schedule table tr td {
    text-align: center;
  }
  .medical06_schedule table tr td:last-of-type {
    text-align: left;
  }
  /*==================================================================

      .layout

  ==================================================================*/
  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
  .layout01 dl {
    display: block;
  }
  .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 dl {
    width: 100%;
  }
  .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: 70%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .layout03 dd {
    width: 100%;
    padding: 15px 3% 1%;
  }
  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 dl {
    display: block;
  }
  .layout04 dt {
    width: 100%;
    padding: 2%;
  }
  .layout04 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .layout04 dd {
    width: 100%;
  }
  .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:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .layout05 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }
  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }
  .layout06 dl {
    display: block;
  }
  .layout06 dt {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }
  .layout06 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  /* 数字 */
  .layout06 dd:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .layout06 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }
  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }
  .layout07 dl {
    display: block;
    width: 100%;
  }
  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }
  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .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;
    margin: auto;
  }
  .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;
  }
  /*============================================================================

      $engslish

  ============================================================================*/
  .eng_url {
    word-break: break-all;
  }
  .english_headline h2 {
    margin: 0 20px 0 !important;
  }
  #english .flex_box {
    flex-direction: column;
    justify-content: center;
  }
  /*============================================================================

      $news

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

      $mpcloud_schedule

  ============================================================================*/
  #mpcloud_schedule {
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
  }
  .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;
  }
  .schedule table td:last-child {
    padding-right: 0;
  }
  /* 東京ドクターズバナー */
  .tokyo-drs img {
    width: 88%;
  }
  .tokyo-drs-txt {
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 1.4;
    width: 70%;
  }
  /*==================================================================

  バナー

  ==================================================================*/
  .flex-container {
    display: block;
    width: 88%;
    /* ボックスの幅 */
    height: auto;
    /* ボックスの高さ */
  }
  .flex-item {
    display: block;
    width: 100%;
  }
  .flex-item img {
    width: 100%;
  }
  /*==================================================================

  メインビジュアル　キャッチ部分(予約バナー)

  ==================================================================*/
  .yoyaku {
    bottom: 60px;
    left: 20px;
  }
  .yoyaku_img {
    width: 160px;
    height: 160px;
  }
  .yoyaku_subpage {
    /* bottom: 175px; */
    bottom: auto;
    top: 80px;
    left: auto;
    right: 8px;
    width: 100px;
  }
  .yoyaku_subpage img {
    width: 100%;
    height: auto;
  }
  /*==================================================================

  メインビジュアル　キャッチ部分

  ==================================================================*/
  /*.yakan_touseki{
      bottom: 60px;
      left: 20px;
  }
  .yakan_touseki img{
      width: 160px;
      height: 160px;
  }

  .yakan_touseki_subpage{

      bottom: auto;
      top: 80px;
      left: auto;
      right: 8px;
      width: 100px;
  }
  .yakan_touseki_subpage img{
      width: 100%;
      height: auto;
  }*/
  /*==================================================================

  電解水透析バナー 部分

  ==================================================================*/
  .bnr_denkai {
    position: absolute;
    bottom: -40px;
    left: auto;
    right: 0;
    z-index: 999;
    width: 240px;
  }
  .bnr_denkai img {
    width: 100%;
    height: auto;
  }
  .bnr_denkai_subpage {
    position: absolute;
    bottom: -8px;
    left: auto;
    right: 0;
    z-index: 999;
    width: 256px;
  }
  .bnr_denkai_subpage img {
    width: 100%;
    height: auto;
  }
  .bnr_denkai_image {
    position: absolute;
    z-index: 999;
  }
  .bnr_denkai_image img {
    width: auto;
    height: 72px;
  }
  /* 西日暮里院へのリンク */
  .nishinippori img {
    width: 120px;
    height: 120px;
  }
  .nishinippori {
    position: absolute;
    bottom: -22px;
    left: -10px;
    z-index: 998;
  }
  .mainvisual_banner,
  .mainvisual_banner_staff,
  .mainvisual_banner_contact {
    display: none;
  }
  /* 人工透析
  --------------------------- */
  .medical01-tb02 th {
    display: inline-block;
    width: 65%;
    border-bottom: none;
  }
  .medical01-tb02 td {
    display: inline-block;
    width: 35%;
  }
  .medical01-tb02 td:first-of-type {
    border-bottom: none;
  }
  .medical01-tb02 td:first-of-type img {
    padding-right: 0 !important;
  }
  .medical01-tb02 td:last-of-type {
    width: 100%;
  }
  /*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;
  }
  .footer_info_overview_tel a {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .ppt_sp {
    text-align: center;
  }
}
