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



--------------------------------------*/
.pageTitleWrap {
  margin: 0;
  position: relative;
}

.pageTitle {
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px 0;
  font-size: calc(1.525rem + 2.475vw);
  font-weight: bold;
}

.pageImg img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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



--------------------------------------*/
.mainWrap {
  display: flex;
  flex-direction: column;
}

.content {
  width: 100%;
}

.contentTitleWrap {
  border-top: solid 1px #FFAE44;
  border-bottom: solid 1px #FFAE44;
  padding: 10px 0;
  margin: 0 0 30px;
}

.contentBox {
  margin: 0 0 70px;
}

.contentSubBox {
  margin: 0 0 55px;
}

.contentTitle {
  border-left: solid 10px #FFAE44;
  padding: 0 0 0 20px;
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 400;
}

.contentMinTitle {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 500;
  border-bottom: solid #EEEEEE 3px;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 2px;
}
.contentMinTitle::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 80px;
  background: #FFAE44;
  z-index: 1;
}

.contentSubTitle {
  border-left: solid 10px #FFAE44;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}

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

.contentTableHead, .contentTableData {
  display: block;
  width: 100%;
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 10px 20px;
}

.contentTableHead {
  background: #F9F9F9;
  font-weight: 400;
}
.contentTableData a {
  color: #444;
  transition: 0.3s;
  text-decoration: none;
}
.contentTableData a:hover {
  opacity: 0.8;
}

.facilityList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.facilityItem {
  margin: 0 auto 40px;
  max-width: 420px;
}

.facilityItemPic {
  margin: 0 0 10px;
}

.facilityName {
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 700;
  margin: 0 0 10px;
}

.facilityInfo {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
}

.facilitylink {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFAE44;
  color: #fff;
  border-radius: 18px;
  padding: 5px 15px;
  text-decoration: none;
  transition: 0.3s;
}
.facilitylink:hover {
  opacity: 0.8;
}

.facilityInfoTel {
  margin: 0 20px 0 0;
}
.facilityInfoTel a {
  text-decoration: none;
  transition: 0.3s;
  color: #444;
}
.facilityInfoTel a:hover {
  opacity: 0.8;
}

.facilityLeadBox {
  margin: 0 0 60px;
}

.facilityLead {
  margin: 0 0 20px;
}

.facilityLeadImg {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.careItem {
  position: relative;
  padding: 10px 0 10px 40px;
  font-weight: 400;
  border-bottom: dotted 2px #ccc;
}
.careItem span {
  font-size: calc(1.305rem + 0.495vw);
  background: #FFAE44;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.missionTitle {
  font-size: calc(1.325rem + 0.675vw);
  margin: 0 0 50px;
}

.serviceBox {
  padding: 15px 0 0 15px;
  position: relative;
}
.serviceBox:not(:last-of-type) {
  margin: 0 0 30px;
}

.serviceTitle {
  position: absolute;
  left: 0;
  top: 0;
  font-size: calc(1.305rem + 0.495vw);
  background: #FFAE44;
  color: #fff;
  padding: 2px 13px;
  font-weight: 400;
}

.serviceList {
  background: #FFFCEE;
  padding: 40px 15px 30px;
}

.stepWrap {
  margin: 0 0 30px;
}

.stepBox {
  display: flex;
  align-items: center;
}
.stepBox:not(:last-of-type) {
  margin: 0 0 20px;
}

.stepNum {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  min-width: 80px;
  padding: 2px 10px;
  border-radius: 17px;
  font-size: calc(1.265rem + 0.135vw);
  font-weight: 700;
  background: #FFAE44;
  color: #fff;
  margin: 0 10px 0 0;
}
.stepNum span {
  font-size: calc(1.325rem + 0.675vw);
  margin: -2px 0 0 5px;
}

.stepEndText {
  margin: 0 0 65px;
}

.privacyWrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 25px;
}

.privacyInner {
  background: #FFFCF1;
  border-radius: 15px;
  padding: 35px 30px 30px;
  text-align: center;
  font-size: calc(1.305rem + 0.495vw);
  color: #77480B;
}

.privacyImgLeft {
  position: absolute;
  left: 0;
  top: 0;
}

.privacyImgRight {
  position: absolute;
  right: 0;
  bottom: 0;
}

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



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

.sideBar {
  border: solid 1px #FFAE44;
  border-radius: 10px;
  margin: 0 0 20px;
}

.sidenavTitle {
  background: #FFAE44;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
  padding: 13px 15px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.sideNav {
  padding: 10px;
}

.sideNavItem:not(:last-of-type) {
  border-bottom: dotted 2px #ccc;
}

.sideNavLink {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  color: #444;
  text-decoration: none;
}
.sideNavLink:hover {
  color: #FFAE44;
}

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



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

@media (min-width: 1000px) {
  .pageTitle {
    font-size: 4rem;
  }
  .contentTitle {
    font-size: 2.5rem;
  }
  .contentMinTitle {
    font-size: 2rem;
  }
  .contentSubTitle {
    font-size: 1.8rem;
  }
  .facilityName {
    font-size: 1.8rem;
  }
  .careItem span {
    font-size: 1.8rem;
  }
  .missionTitle {
    font-size: 2rem;
  }
  .serviceTitle {
    font-size: 1.8rem;
  }
  .stepNum {
    font-size: 1.4rem;
  }
  .stepNum span {
    font-size: 2rem;
  }
  .privacyInner {
    font-size: 1.8rem;
  }
  .sidenavTitle {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 960px) {
  .pageTitleWrap {
    margin: 57px 0 0;
  }
  .pageTitle {
    min-height: 240px;
  }
  .mainWrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contentTableHead {
    text-align: left;
    display: table-cell;
    width: 180px;
    vertical-align: top;
  }
  .contentTableHead300 {
    width: 300px;
  }
  .contentTableData {
    display: table-cell;
    width: auto;
  }
  .facilityItem {
    max-width: 100%;
    width: calc(50% - 10px);
    margin: 0 0 70px;
  }
  .facilityLeadBox {
    margin: 0 0 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .facilityLead {
    margin: 0;
  }
  .facilityLeadImg {
    margin: 0 0 0 20px;
    min-width: 43.1818181818%;
  }
  .missionTitle {
    margin: 0 0 70px;
  }
  .privacyInner {
    padding: 55px 60px 40px;
  }
  .content {
    width: calc(100% - 300px);
  }
  .sideBar {
    margin: 0 0 0 20px;
    min-width: 280px;
    max-width: 280px;
    position: sticky;
    top: 0;
  }
}

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