@charset "UTF-8";
/*--------------------------------------------------------------
<768px col-md- Tablet
--------------------------------------------------------------*/
@media (max-width: 768px) {
  /*-----Header------*/
  #header .logo img {
    padding-top: 0.1em;
    margin: 0;
    max-height: 60px;
  }
  .mobile-nav-toggle {
    padding: 20px;
    font-size: 34px;
  }
  /*-----Policy-----*/
  .inner-catch {
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
  }
  .link-box > a {
    font-size: 1em;
  }
  /*-----Hero Section-------*/
  #hero {
    height: calc(70vh - 68px);
  }
  #hero .carousel-item {
    width: 100%;
    height: calc(70vh - 68px);
    background-size: cover;
  }
  #hero .carousel-container {
    align-items: flex-start;
  }
  #hero .carousel-content {
    text-align: center;
  }
  #hero .carousel-indicators {
    display: none;
  }
  /*---- Hero Catch　→削除　----*/
 
  /*---- Hero Inner info ----*/
  .inner-info {
    bottom: 15px;
  }
  /*-----About Lists-----*/
  .about-lists .content-item .about-icon img {
    width: 25%;
    margin-bottom: 0.5em;
  }
  /*------Policy-------*/
  .inner-catch {
    font-size: 1.8em;
  }
  /*------Services（関連施設）-------*/
  .services .title {
    font-size: 1.4em;
  }
  .services .description {
    font-size: 90%;
    padding: 5px 20px;
  }
  /*-----Footer------*/
  #footer {
    font-size: 16px;
  }
  #footer .footer-top {
    background-size: auto 30%;
    background-position: 480px 280px;
  }
  #footer .footer-top .footer-info {}
  .hospital-img {
    padding-right: 0;
  }
  .hospital-img img {
    width: 100vw;
  }
  .hospital-info img {
    width: 45%;
  }
}
/*--------------------------------------------------------------
<576px col-　Mobile
--------------------------------------------------------------*/
@media (max-width: 576px) {
  .btn {
    padding: 0.6em 0.4em 0.7em 0.4em;
  }
  .btn-sakura, .btn-sora, .btn-cha, .btn-ki {
    transition: unset;
  }
  /*---Back to top button----*/
  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
  #header {
    height: 60px;
  }
  #header .logo img {
    padding-bottom: 0.1em;
    max-height: 45px;
  }
  #header .container {
    padding: 0 15px;
  }
  .mobile-nav-toggle {
    padding: 15px;
    font-size: 28px;
  }
  /*-----Hero Section-------*/
  #hero {
    height: 500px;
  }
  #hero .carousel-item {
    width: 100%;
    height: 500px;
    background-size: auto 40%;
    background-position: bottom;
  }
  #hero .carousel-container {
    align-items: flex-start;
  }
  #hero .carousel-content {
    text-align: center;
  }
  #hero .carousel-indicators {
    display: none;
  }
  /*---- Hero Catch　----*/
  .carousel-catch img {
    padding-top: 20px;
    height: 200px;
  }
  /*---- Hero Inner info ----*/
  .inner-info {
    font-size: 0.7em;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    border-radius: 0;
    border-top: 2px solid #e7b9d5;
    border-bottom: 2px solid #e7b9d5;
  }
  .contact-title {
    font-size: 1.2em;
    padding: 0.3em;
  }
  /*-----　 診療　----*/
  .items {
    margin-bottom: 0.4em;
    border: 1px solid #CDCDCD;
  }
  .items .info-item:nth-child(odd) {
    width: 24%;
  }
  .items .info-item:nth-child(2) {
    width: 44%;
    padding-bottom: 0.4em;
  }
  .items .info-item:nth-child(3) {
    width: 32%;
  }
  .info-title {
    font-size: 1.1em;
    text-align: center;
    padding: 0.4em 0.2em 0.2em 0.2em;
  }
  .info-body {
    font-size: 1.1em;
    padding: 0.2em;
  }
  .info-body .i-time {
    padding-left: 0.5em;
  }
  .info-body .i-time span {
    margin-right: 0.8em;
  }
  /*-----　 相談　----*/
  .info-contact {}
  .contact-way {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .contact-tel {
    width: 100%;
    margin-bottom: 1em;
  }
  .contact-tel i {
    font-size: 2em;
    padding-right: 0.2em;
  }
  .call-num {
    font-size: 2.4em;
  }
  .contact-tel .num-box {
    padding: 0.2em 0;
  }
  .contact-tel .small {
    font-size: 1.1em;
    line-height: 1em;
  }
  /*-----Sections General-----*/
  section {
    padding: 30px 0px;
  }
  .section-title {
    padding-bottom: 15px;
  }
  /*-----About Lists-----*/
  .about-lists .container {
    padding: 0;
  }
  .about-lists .content-item .about-icon img {
    width: 22%;
    margin-bottom: 0.5em;
  }
  .about-lists .content-item {
    padding: 15px 0 0 0;
  }
  .about-lists .content-item h4 {
    font-size: 1.1em;
  }
  .about-lists .content-item p {
    font-size: 12px;
    padding: 0;
  }
  /*-----Gateway-----*/
  .gateway .container {
    margin-top: -20px;
  }
  .gateway-unit {
    box-shadow: 0 3px 3px 3px rgba(214, 215, 216, 0.6);
    padding: 15px;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .gateway img {
    padding: 10px;
  }
  .gateway .gateway-content {
    padding: 10px;
  }
  /*-----News-----*/
  .blogbox {
    height: auto;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    font-size: 1em;
  }
  .blogbox dl.list dt {
    float: none;
    margin: 0;
    width: 5.5em;
    padding: 0;
    border: none;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.5em;
    margin-left: 0;
    padding-bottom: 0.3em;
    border-bottom: 1px dotted #E2CECF;
  }
  .blogbox dl.list dd:last-child {
    border: none;
  }
  .bnr-box {
    padding: 10px 15px;
  }
  /*-----Policy-----*/
  .policy {
    padding: 10px 0;
  }
  .policy .image-inner {
    width: 100%;
    height: 350px;
    background-position: 82%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .inner-catch {
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
  }
  .link-box > a {}
  .bar-link {
    transition: unset;
  }
  .bar-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #E29AC9;
    transition: unset;
    transform: none;
  }
  /*------Services（関連施設）-------*/
  .services .col-12:first-child {
    padding-bottom: 15px;
  }
  .services .icon-box {
    padding: 15px 15px 20px 15px;
  }
  .services .icon-ph img {
    width: 140px;
    height: 140px;
  }
  .services .title {
    font-size: 1.3em;
    padding-bottom: 10px;
  }
  .services .description {
    text-align: center;
    font-size: 0.9em;
    padding: 5px 10px;
  }
  /*-----Footer------*/
  #footer {
    padding: 0 0 25px 0;
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 30px 0;
    background-size: auto 27%;
    background-position: top 110px left 230px;
  }
  .hospital-img {
    padding-right: 0;
  }
  .hospital-info img {
    padding: 20px 20px 10px 0px;
    width: 70%;
  }
  #footer .footer-top .footer-links {
    padding-top: 1em;
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  #footer .footer-top .footer-links ul {
    padding: 0px 0px 15px 0px;
  }
  #footer .footer-top .footer-links .in-list {
    padding: 0.3em 0em 0.5em 1em;
  }
  #footer .copyright {
    font-size: 0.8em;
    padding-top: 25px;
  }
}