@media screen and (max-width: 899px) {
  .footer__1 {
    display: none;
  }
}
.facilities_area {
  background: repeating-linear-gradient(-45deg, #f3f1f6, #f3f1f6 2px, #fff 0, #fff 4px);
  padding-top: 45px;
  padding-bottom: 40px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .facilities_area {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.facilities_area .container {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 899px) {
  .facilities_area .container {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.facilities_area__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .facilities_area__head {
    margin-bottom: 30px;
  }
}
.facilities_area__head__link {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e3def4;
  background-color: #f2f0f6;
  padding: 20px 50px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.facilities_area__head__link::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/common/img/facility/ext.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.facilities_area__head__link__img {
  width: 263px;
}
.facilities_area__head__link__img img {
  width: 100%;
  display: block;
}
.facilities_area__head__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .facilities_area__head__link {
    height: 90px;
  }
  .facilities_area__head__link__img {
    width: 220px;
  }
}
.facilities_area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 2.78vw, 30px);
  -moz-column-gap: clamp(15px, 2.78vw, 30px);
  column-gap: clamp(15px, 2.78vw, 30px);
  row-gap: clamp(10px, 1.85vw, 20px);
}
@media screen and (max-width: 999px) {
  .facilities_area__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 610px) {
  .facilities_area__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.facilities_area__list .facilities_area__link {
  height: 100%;
}
.facilities_area__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.facilities_area__link::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/common/img/facility/ext.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: clamp(10px, 1.55vw, 20px);
  bottom: 0;
  left: auto;
  margin: auto;
}
.facilities_area__link__img {
  display: block;
  width: 100px;
  height: 100%;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.facilities_area__link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.facilities_area__link__text {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px clamp(30px, 3.24vw, 35px) 10px clamp(15px, 2.78vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
}
.facilities_area__link:hover .facilities_area__link__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 999px) {
  .facilities_area__link__text {
    padding: 10px 30px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .facilities_area__link__text {
    padding: 10px 30px 10px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 610px) {
  .facilities_area__link__text {
    padding: 10px 30px 10px 20px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=footer_facility.css.map */
