@charset "utf-8";
@media screen and (max-width:1000px) {
}
@media screen and (min-width:769px) {
  .sp {
    display: none!important;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  h2.hukidashi {
    font-size: 4vw;
  }
  h2.hukidashi span {
    font-size: 5vw;
  }
  .cv {
    padding: 20px 0;
  }
  .midashi02 {
    font-size: 7vw;
  }
  .midashi03 {
    font-size: 7vw;
  }
  .flowbox {
    flex-direction: column;
    width: 80%;
  }
  .flowbox_img {
    width: 100%;
  }
  .flowbox_txt {
    width: 100%;
    margin-top: 20px;
  }
  .linebox {
    flex-direction: column;
  }
  .clinic {
    padding: 40px 0 0 0;
  }
  .casebox {
    flex-direction: column;
  }
  .casebox_txt {
    width: 100%;
  }
  .casebox_img {
    width: 100%;
    text-align: center;
  }
  .incho {
    flex-direction: column;
  }
  .incho_txt {
    width: 100%;
    text-align: center;
  }
  .incho_txt h3 {
    margin-top: 0;
  }
  .incho_img {
    width: 100%;
    text-align: center;
  }
  .map {
    height: 150px;
  }
  .footer_list {
    flex-direction: column;
  }
  .footer_list li {
    margin-right: 0px;
  }
  .footer_list li:after {
    content:'';
    margin-left: 0px;
  }
}
@media screen and (max-width:660px) {
  header {
    height: 68px;
  }
  h1 {
    top: 4px;
  }
  h1 img {
    width: 60%;
  }
  .cv_header {
    top: 15px;
    width: 160px;
  }
  h2.hukidashi {
    font-size: 5vw;
  }
  h2.hukidashi span {
    font-size: 6vw;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    z-index: 10;
  }
  footer {
    margin-bottom: 76px;
  }
}
