@charset "UTF-8";
/* 変数定義
----------------------------------------- */
.facilities_description {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-weight: 500;
  text-align: center;
}

.facilities_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 90px;
  padding: 0 20px;
}

.facilities_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 60px;
}

.facilities_item {
  width: 48%;
  margin-bottom: 30px;
}

.facilities_item_image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 80%;
}
.facilities_item_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities_item_name {
  font-size: 1.4rem;
  text-align: center;
}

.hinan_container {
  text-align: center;
}

.hinan_title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.hinan_title::before, .hinan_title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background: #452C17;
  border-radius: 3px;
}
.hinan_title::before {
  left: -20px;
  transform: rotate(-35deg);
}
.hinan_title::after {
  right: -20px;
  transform: rotate(35deg);
}

.hinan_text {
  margin-bottom: 30px;
  text-align: left;
}

.hinan_image {
  width: 100%;
  margin-bottom: 20px;
}
.hinan_image img {
  width: 100%;
}/*# sourceMappingURL=facilities.css.map */