#subpage .wide_content .clinic_images {
  display: flex;
  justify-content: space-between;
}
#subpage .wide_content .clinic_images .img_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 604px;
  flex-shrink: 0;
}
#subpage .wide_content .clinic_images .img_box01 figure {
  width: 50%;
}
#subpage .wide_content .clinic_images .img_box01 figure.wide {
  width: 100%;
}
#subpage .wide_content .clinic_images .img_box02 {
  width: 360px;
}
#subpage .wide_content .text h3 {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #subpage .wide_content .clinic_images {
    display: block;
  }
  #subpage .wide_content .clinic_images figure {
    margin: 0;
  }
  #subpage .wide_content .clinic_images .img_box01 {
    width: 100%;
  }
  #subpage .wide_content .clinic_images .img_box01 figure {
    width: 50%;
  }
  #subpage .wide_content .clinic_images .img_box01 figure.wide {
    width: 100%;
  }
  #subpage .wide_content .clinic_images .img_box02 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #subpage .wide_content .text h3 {
    text-align: justify;
  }
}
#subpage .googlemap {
  width: 100%;
  height: 560px;
  position: relative;
  margin-bottom: 80px;
}
#subpage .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
#subpage .table_type01 tbody tr th {
  background: #f6f6f6;
  width: 30%;
}
#subpage .table_type01 tbody tr td {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #subpage .googlemap {
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
  }
  #subpage .table_type01 tbody tr th {
    width: 80px;
  }
  #subpage .table_type01 tbody tr td {
    text-align: justify;
  }
}

/*# sourceMappingURL=style.css.map */
