@charset "utf-8";

/*------------- 院内紹介 --------------*/

/*---- 写真表示 ----*/

@media screen and (min-width:850px) and (max-width:1159px) {

.hospital-photo-flex img{
  width: 30vw;
  height: auto;
}

  /* .hospital-photo-main img {
    max-width: 100%;
    min-width: 789px;
  } */

}

@media screen and (max-width:850px) {

  .hospital-photo-flex img{
    width: 25vw;
    height: auto;
  }

  .hospital-photo-contents p {
    font-size: 12px;
    margin-top: 10px;
  }

/* 
  .hospital-photo-main {
    width: 100%;
    max-width: 680px;
    min-width: 360px;
  }

  .hospital-photo-main img {
    width: 100%;
  }

  .hospital-photo-sub {
    display: flex;
    margin-top: 15px;
  }

  .hospital-photo-sub__img img {
    width: 146px;
    height: auto;
  } */

  /* 最終行左寄せ解除 */
/* .hospital-photo-sub__flex::before {
display: none;
}

.hospital-photo-sub__flex::after {
  display: none;
} */
}

@media screen and (max-width:450px){

  .hospital-photo-flex {
    display: block;
    /* width: 100%; */
  }

  .hospital-photo-flex img{
    width: 100%;
    height: auto;
  }

  .hospital-photo-contents p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  }


} 


/*---- MEDICAL HOURS ----*/

@media screen and (min-width:850px) and (max-width:1159px) {

  /* 表 */
  table.hospital-time-table {
    width: 100%;
    min-width: 789px;
  }
}

@media screen and (max-width:850px) {

  .medical-hours {
    margin-top: 60px;
  }

  /* 表 */
  table.hospital-time-table {
    font-size: 16px;
    width: 100%;
    max-width: 680px;
    min-width: 360px;
  margin-top: 20px;
  }

  .hospital-time-table tr {
    height: 35px;
    line-height: 35px;
  }

  /* dl */
  .medical-hours-section {
    display: block;
  margin-top: 15px;

  }
}

@media screen and (max-width:650px) {
  table.hospital-time-table {
    font-size: 11px;
  }

}

@media screen and (max-width:450px) {

  /* 表 */
  table.hospital-time-table {
    font-size: 10px;
    max-width: 362px;
  }

  .hospital-time-table tr {
    height: 23px;
    line-height: 23px;
  }

/* dl */

  .dl-medical-hours dt {
    font-size: 16px;
  }
  
  .dl-medical-hours dd {
    font-size: 14px;
  }

}


/*---- ACCESS ----*/

@media screen and (max-width:850px) {

  .access {
    margin: 50px 0 100px 0;
  }

  .access iframe {
    margin: 20px auto 20px auto;
  }
  

  /* 電話番号 */
.access-tel-container {
  display: block;
}

.access-tel {
  width: 100%;
}

.access-tel__1{
  margin-bottom: 15px;
}

.access-tel dt {
  margin-bottom: 5px;
  margin-left: 20px;
}

.access-tel dd {
  margin-left: 20px;
}

/* dl-access */
.dl-access {
  display: block;
  position: relative;
}

.dl-access:last-child {
  margin-top: 10px;
}

.dl-access__1 dd {
  margin-left: 0px;
}

.dl-access__2 dd {
  margin-left: 0px;
}
}

@media screen and (max-width:450px) {

  .access iframe {
    max-width: 362px;
    width: 100%;
    height: 164px;
  }
  
  /* 電話番号 */
  .access-tel {
    padding: 20px 0;
  }

  .access-tel dt {
    font-size: 16px;
  }


/* dl-access */
.dl-access dt {
  font-size: 16px;
}

.dl-access dd {
  font-size: 14px;
}


}