/*--------------------------------------



--------------------------------------*/
.facilityImgWrap {
  max-width: 275px;
  margin: 35px auto 40px;
}

.facilityImg {
  margin: 0 auto 20px;
}
.facilityImg:not(:last-of-type) {
  margin: 0 auto 10px;
}

.facilityTableWrap {
  margin: 0 0 10px;
}

.facilityTable {
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  width: 100%;
}

.facilityTableHead, .facilityTableData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}

.facilityTableHead {
  background: #F9F9F9;
  padding: 15px;
  vertical-align: top;
  text-align: center;
  font-weight: 400;
  display: block;
}

.facilityTableData {
  padding: 15px;
  display: block;
}
.facilityTableData a {
  color: #444;
  transition: 0.3s;
  text-decoration: none;
}

.eventWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 30px;
}

.eventImg {
  width: calc(33% - 10px);
}

.eventImgText {
  text-align: center;
}

.hashTag {
  color: #31a0a8;
}

.contentSignature {
  text-align: right;
  margin-bottom: 40px;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.staffItem {
  position: relative;
}
.staffItem::before {
  content: "";
  margin: -5px 5px 0 0;
  width: 10px;
  height: 10px;
  background: #61D2DB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.staffItem:not(:last-of-type) {
  margin: 0 0 5px;
}

.inquiryTableTime {
  display: flex;
}

.inquiryWeek {
  width: 120px;
}

.inquiryTime {
  width: calc(100% - 120px);
}

@media print, screen and (min-width: 768px) {
  .facilityTableHead {
    text-align: left;
    display: table-cell;
    width: 180px;
  }
  .facilityTableData {
    display: table-cell;
  }
}

@media print, screen and (min-width: 960px) {
  .facilityImgWrap {
    max-width: 100%;
    margin: 35px 0 40px;
    display: flex;
    justify-content: center;
  }
  .facilityImg {
    margin: 0 20px 0;
    width: calc(33.33333% - 10px);
  }
  .facilityImg:not(:last-of-type) {
    margin: 0 20px 0;
  }
}

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