@charset "utf-8";
/*  style　[ 岡田・石堂クリニック：病院紹介 ]
=================================================================== */
.timetable {
  border: #ccc 1px solid;
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}

.timetable th {
  border: #ccc 1px solid;
  border-collapse: collapse;
  padding: 5px;
  font-weight: normal;
  text-align: center;
}

.timetable td {
  border: #ccc 1px solid;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
}

th.day {
  width: 5em;
  padding: 0;
}
.frame th{
  text-align: center;
  background-color: #f5f5f5;;
}

.cost-text{
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.cost-frame th{
  background-color: #FAE0D0;
  text-align: center;
}
.caution{
  text-align: right;
  font-size: 12px;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .timetable {
    font-size: 0.9em;
  }
  
  .timetable th {
    display: table-cell;
    width: auto;
  }

  .timetable td {
  display: table-cell;
    width: auto;
  }

  th.day {
    width: 2em;
  padding: 0;
  }

}


/* かかりつけ医としての取り組み */

.home-doctor {
  display: table;
  margin: 1em auto;
}
.home-doctor02 {
  border: #333 1px solid;
  /*display: table;*/
  margin: 0 auto 1em auto;
  font-size: 1.5em;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.home-doctor03 {
  padding: 0 0 0 1em;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    .home-doctor02 {
    font-size: 1.2em;
  }
}


/* 院内設備 */
.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
       align-content: stretch;
margin-left: 10px;
}

.photo-item {
  width: 32%;
  text-align: center;
  margin: 1em 5px;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
}

.photo-item img {
  margin: 0 auto;
}
.photo-item p {
  text-align: left;
  margin-top: 10px;
}

.photo-item a:hover img {
  opacity: 0.8;
}

/* 767px(xs)～ ____________________________________________________ */
@media screen and (min-width: 768px) and  (max-width: 991px) {
    .photo-item {
    width: 48%;
    text-align: center;
    margin: 1em auto;
  }
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-around ;
    -ms-flex-pack: space-around ;
    justify-content: space-around ;
/*  -ms-flex-line-pack: stretch;
       align-content: stretch;*/
  margin-left: 0;
  }
  .photo-item {
    width: 98%;
    text-align: center;
    margin: 1em auto;
  }
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
