#archive-facilities .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive-facilities .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive-facilities .cate-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
  }
}
#archive-facilities .cate-menu__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
}
@media screen and (max-width: 959px) {
  #archive-facilities .cate-menu__item {
    height: 40px;
  }
}
#archive-facilities .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  background: #F39800;
  border: solid 1px #F39800;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  #archive-facilities .cate-menu__item a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .cate-menu__item a {
    border-radius: calc(8px * 0.5);
  }
}
#archive-facilities .cate-menu__item a {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  #archive-facilities .cate-menu__item a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .cate-menu__item a {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
#archive-facilities .cate-menu__item a:hover {
  background: #ffffff;
  color: #F39800;
}
#archive-facilities .cate-menu__item.is-current a {
  background: #ffffff;
  color: #F39800;
}
#archive-facilities .pagenation,
#archive-facilities .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation,
  #archive-facilities .wp-pagenavi {
    position: relative;
    gap: 12px;
    padding-bottom: 48px;
  }
}
#archive-facilities .pagenation .page-numbers,
#archive-facilities .pagenation .page,
#archive-facilities .pagenation .current,
#archive-facilities .pagenation .nextpostslink,
#archive-facilities .pagenation .previouspostslink,
#archive-facilities .wp-pagenavi .page-numbers,
#archive-facilities .wp-pagenavi .page,
#archive-facilities .wp-pagenavi .current,
#archive-facilities .wp-pagenavi .nextpostslink,
#archive-facilities .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #F39800;
  background: #ffffff;
  border-radius: 48px;
  color: #F39800;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive-facilities .pagenation .page-numbers,
  #archive-facilities .pagenation .page,
  #archive-facilities .pagenation .current,
  #archive-facilities .pagenation .nextpostslink,
  #archive-facilities .pagenation .previouspostslink,
  #archive-facilities .wp-pagenavi .page-numbers,
  #archive-facilities .wp-pagenavi .page,
  #archive-facilities .wp-pagenavi .current,
  #archive-facilities .wp-pagenavi .nextpostslink,
  #archive-facilities .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation .page-numbers,
  #archive-facilities .pagenation .page,
  #archive-facilities .pagenation .current,
  #archive-facilities .pagenation .nextpostslink,
  #archive-facilities .pagenation .previouspostslink,
  #archive-facilities .wp-pagenavi .page-numbers,
  #archive-facilities .wp-pagenavi .page,
  #archive-facilities .wp-pagenavi .current,
  #archive-facilities .wp-pagenavi .nextpostslink,
  #archive-facilities .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}
#archive-facilities .pagenation .page-numbers:not(.current):hover,
#archive-facilities .pagenation .page:not(.current):hover,
#archive-facilities .pagenation .current:not(.current):hover,
#archive-facilities .pagenation .nextpostslink:not(.current):hover,
#archive-facilities .pagenation .previouspostslink:not(.current):hover,
#archive-facilities .wp-pagenavi .page-numbers:not(.current):hover,
#archive-facilities .wp-pagenavi .page:not(.current):hover,
#archive-facilities .wp-pagenavi .current:not(.current):hover,
#archive-facilities .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-facilities .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #F39800;
  color: #ffffff;
}
#archive-facilities .pagenation .current,
#archive-facilities .wp-pagenavi .current {
  background: #F39800;
  color: #ffffff;
}
#archive-facilities .pagenation .page-numbers,
#archive-facilities .pagenation .page,
#archive-facilities .pagenation .current,
#archive-facilities .wp-pagenavi .page-numbers,
#archive-facilities .wp-pagenavi .page,
#archive-facilities .wp-pagenavi .current {
  max-width: 80px;
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation .page-numbers,
  #archive-facilities .pagenation .page,
  #archive-facilities .pagenation .current,
  #archive-facilities .wp-pagenavi .page-numbers,
  #archive-facilities .wp-pagenavi .page,
  #archive-facilities .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#archive-facilities .pagenation .page-numbers.next,
#archive-facilities .pagenation .page-numbers.prev,
#archive-facilities .pagenation .nextpostslink,
#archive-facilities .pagenation .previouspostslink,
#archive-facilities .wp-pagenavi .page-numbers.next,
#archive-facilities .wp-pagenavi .page-numbers.prev,
#archive-facilities .wp-pagenavi .nextpostslink,
#archive-facilities .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive-facilities .pagenation .page-numbers.next,
  #archive-facilities .pagenation .page-numbers.prev,
  #archive-facilities .pagenation .nextpostslink,
  #archive-facilities .pagenation .previouspostslink,
  #archive-facilities .wp-pagenavi .page-numbers.next,
  #archive-facilities .wp-pagenavi .page-numbers.prev,
  #archive-facilities .wp-pagenavi .nextpostslink,
  #archive-facilities .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation .page-numbers.next,
  #archive-facilities .pagenation .page-numbers.prev,
  #archive-facilities .pagenation .nextpostslink,
  #archive-facilities .pagenation .previouspostslink,
  #archive-facilities .wp-pagenavi .page-numbers.next,
  #archive-facilities .wp-pagenavi .page-numbers.prev,
  #archive-facilities .wp-pagenavi .nextpostslink,
  #archive-facilities .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation .page-numbers.prev,
  #archive-facilities .pagenation .previouspostslink,
  #archive-facilities .wp-pagenavi .page-numbers.prev,
  #archive-facilities .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive-facilities .pagenation .page-numbers.next,
#archive-facilities .pagenation .nextpostslink,
#archive-facilities .wp-pagenavi .page-numbers.next,
#archive-facilities .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive-facilities .pagenation .page-numbers.next,
  #archive-facilities .pagenation .nextpostslink,
  #archive-facilities .wp-pagenavi .page-numbers.next,
  #archive-facilities .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive-facilities .facilities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  #archive-facilities .facilities-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #archive-facilities .facilities-list {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #archive-facilities .facilities-list {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list {
    gap: 20px;
    padding: 0 16px;
  }
}
#archive-facilities .facilities-list__item {
  overflow: clip;
  width: calc(100% / 3 - 96px / 3);
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list__item {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item {
    border-radius: calc(16px * 0.5);
  }
}
#archive-facilities .facilities-list__item {
  background: #F9F9F9;
}
@media screen and (max-width: 1279px) {
  #archive-facilities .facilities-list__item {
    width: calc(100% / 3 - 80px / 3);
  }
}
@media screen and (max-width: 1023px) {
  #archive-facilities .facilities-list__item {
    width: calc(100% / 3 - 64px / 3);
  }
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list__item {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 767px) {
  #archive-facilities .facilities-list__item {
    width: 100%;
  }
}
#archive-facilities .facilities-list__item:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list__item:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #archive-facilities .facilities-list__item:nth-of-type(4) {
    display: none;
  }
}
#archive-facilities .facilities-list__item .facilities-vsl {
  overflow: clip;
  position: relative;
  aspect-ratio: 600/400;
  position: relative;
}
#archive-facilities .facilities-list__item .facilities-vsl a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#archive-facilities .facilities-list__item .facilities-vsl a:hover img {
  scale: 1.05;
}
#archive-facilities .facilities-list__item .facilities-vsl__more {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 12px 8px 36px;
  background: #22B58B;
  border-radius: 12px 0 0 12px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item .facilities-vsl__more {
    padding: 12px 8px 32px;
  }
}
#archive-facilities .facilities-list__item .facilities-vsl__more .ico-arrow {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  margin: 0 auto;
  aspect-ratio: 20/20;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item .facilities-vsl__more .ico-arrow {
    width: 16px;
  }
}
#archive-facilities .facilities-list__item .facilities-vsl__more .ico-arrow::before {
  content: "";
  width: 8px;
  aspect-ratio: 20/10;
  background: #22B58B;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#archive-facilities .facilities-list__item .facilities-dtl {
  padding: 28px;
}
@media screen and (max-width: 1279px) {
  #archive-facilities .facilities-list__item .facilities-dtl {
    padding: 24px;
  }
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list__item .facilities-dtl {
    padding: 20px;
  }
}
#archive-facilities .facilities-list__item .facilities-dtl__area {
  margin-bottom: 12px;
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item .facilities-dtl__area {
    margin-bottom: 8px;
  }
}
#archive-facilities .facilities-list__item .facilities-dtl__area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 12px;
  border: solid 1px #22B58B;
  border-radius: 30px;
  color: #22B58B;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item .facilities-dtl__area a {
    height: 24px;
    font-size: 1.2rem;
  }
}
#archive-facilities .facilities-list__item .facilities-dtl__area a .ico-map-pin {
  width: 11px;
  aspect-ratio: 11/14;
  background: #FF689D;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#archive-facilities .facilities-list__item .facilities-dtl__name {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #archive-facilities .facilities-list__item .facilities-dtl__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #archive-facilities .facilities-list__item .facilities-dtl__name {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
#archive-facilities .facilities-list__item .facilities-dtl__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#single-facilities .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-facilities .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single-facilities .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-facilities .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1279px) {
  #single-facilities .post-meta {
    width: 230px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .post-meta {
    width: 100%;
    gap: 8px;
  }
}
#single-facilities .post-meta__cate {
  padding: 2px 16px;
  border-radius: 40px;
  background: #ffffff;
  border: solid 1px #F39800;
  color: #F39800;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-meta__cate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-meta__cate {
    padding: 0 12px;
    font-size: 1rem;
  }
}
#single-facilities .post-meta__date {
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  #single-facilities .post-meta__date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .post-meta__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-meta__date {
    font-size: 1.4rem;
  }
}
#single-facilities .post-tag {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-facilities .post-tag__item a {
  color: #A4A4A4;
}
#single-facilities .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single-facilities .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  #single-facilities .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-ttl {
    font-size: 2rem;
  }
}
#single-facilities .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h2 {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h2 {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-facilities .post-dtl h2 {
  padding-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  #single-facilities .post-dtl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#single-facilities .post-dtl h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  aspect-ratio: 64/4;
  margin: 0 auto;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h2::before {
    width: 48px;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h2::before {
    width: 32px;
  }
}
#single-facilities .post-dtl h3 {
  margin-top: 40px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h3 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h3 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-facilities .post-dtl h3 {
  padding-bottom: 12px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #23A3DA, #23A3DA 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  #single-facilities .post-dtl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#single-facilities .post-dtl h4 {
  margin-top: 32px;
  position: relative;
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h4 {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h4 {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
#single-facilities .post-dtl h4 {
  padding-left: 18px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h4 {
    padding-left: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h4 {
    padding-left: 12px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#single-facilities .post-dtl h4::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  aspect-ratio: 10/10;
  background: #23A3DA;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl h4::before {
    width: 7px;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl h4::before {
    width: 5px;
  }
}
#single-facilities .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single-facilities .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
#single-facilities .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}
#single-facilities .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single-facilities .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single-facilities .post-dtl .has-red-color {
  color: #F84741;
}
#single-facilities .post-dtl .has-blu-color {
  color: #23A3DA;
}
#single-facilities .post-dtl .has-grn-color {
  color: #22B58B;
}
#single-facilities .post-dtl .has-yel-color {
  color: #ffff00;
}
#single-facilities .post-dtl .has-orn-color {
  color: #F39800;
}
#single-facilities .post-dtl .has-beg-color {
  color: #f5f5dc;
}
#single-facilities .post-dtl .has-pnk-color {
  color: #FF689D;
}
#single-facilities .post-dtl .has-ppl-color {
  color: #c54ea0;
}
#single-facilities .post-dtl .has-vio-color {
  color: #704cbc;
}
#single-facilities .post-dtl .has-blk-color {
  color: #333333;
}
#single-facilities .post-dtl .has-wht-color {
  color: #ffffff;
}
#single-facilities .post-dtl .has-l-gry-color {
  color: #F9F9F9;
}
#single-facilities .post-dtl .has-gry-color {
  color: #D9D9D9;
}
#single-facilities .post-dtl .has-d-gry-color {
  color: #A4A4A4;
}
#single-facilities .post-dtl .has-red-background-color {
  background-color: #F84741;
}
#single-facilities .post-dtl .has-blu-background-color {
  background-color: #23A3DA;
}
#single-facilities .post-dtl .has-grn-background-color {
  background-color: #22B58B;
}
#single-facilities .post-dtl .has-yel-background-color {
  background-color: #ffff00;
}
#single-facilities .post-dtl .has-orn-background-color {
  background-color: #F39800;
}
#single-facilities .post-dtl .has-beg-background-color {
  background-color: #f5f5dc;
}
#single-facilities .post-dtl .has-pnk-background-color {
  background-color: #FF689D;
}
#single-facilities .post-dtl .has-ppl-background-color {
  background-color: #c54ea0;
}
#single-facilities .post-dtl .has-vio-background-color {
  background-color: #704cbc;
}
#single-facilities .post-dtl .has-blk-background-color {
  background-color: #333333;
}
#single-facilities .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single-facilities .post-dtl .has-l-gry-background-color {
  background-color: #F9F9F9;
}
#single-facilities .post-dtl .has-gry-background-color {
  background-color: #D9D9D9;
}
#single-facilities .post-dtl .has-d-gry-background-color {
  background-color: #A4A4A4;
}
#single-facilities .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single-facilities .post-dtl strong {
  font-weight: bold;
}
#single-facilities .post-dtl em {
  font-style: italic;
}
#single-facilities .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single-facilities .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single-facilities .post-dtl a {
  text-decoration: underline;
  color: #23A3DA;
}
#single-facilities .post-dtl a:hover {
  text-decoration: none;
}
#single-facilities .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl ul {
    margin-top: 12px;
  }
}
#single-facilities .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 18px;
  line-height: 1.4;
  text-indent: 0;
}
#single-facilities .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single-facilities .post-dtl ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  aspect-ratio: 1/1;
  background: #333333;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl ul > li::before {
    top: 7px;
  }
}
#single-facilities .post-dtl ul > li ul,
#single-facilities .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single-facilities .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl ol {
    margin-top: 12px;
  }
}
#single-facilities .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single-facilities .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single-facilities .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single-facilities .post-dtl ol > li > div {
  display: inline;
}
#single-facilities .post-dtl ol > li ul,
#single-facilities .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single-facilities .post-dtl .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single-facilities .post-dtl .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 16px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #333333;
  border-radius: 2px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
#single-facilities .post-dtl .wp-block-button__link:hover {
  background: #333333;
  color: #ffffff;
}
#single-facilities .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single-facilities .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
}
#single-facilities .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #999999;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  color: #333333;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .wp-block-table table thead {
    display: none;
  }
}
#single-facilities .post-dtl .wp-block-table table tbody tr th,
#single-facilities .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
#single-facilities .post-dtl .wp-block-table table tbody tr th {
  background: #F9F9F9;
}
#single-facilities .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #F9F9F9;
}
#single-facilities .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single-facilities .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #A4A4A4;
}
#single-facilities .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single-facilities .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-facilities .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single-facilities .post-dtl .wp-block-image img {
  width: auto;
}
#single-facilities .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-facilities .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single-facilities .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single-facilities .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-facilities .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #22B58B;
  text-decoration: underline;
}
#single-facilities .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single-facilities .post-dtl .wp-block-file .wp-block-file__button {
  background: #22B58B;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}
#single-facilities .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single-facilities .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single-facilities .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-facilities .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single-facilities .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-facilities .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single-facilities .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #F9F9F9;
  cursor: pointer;
}
#single-facilities .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-facilities .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-facilities .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #333333;
  border: solid 1px #333333;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single-facilities .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single-facilities .gallery__item .gallery-zoom::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single-facilities .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single-facilities .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single-facilities .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #333333;
}
#single-facilities .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px));
}
#single-facilities .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  #single-facilities .pagelink {
    gap: 12px;
  }
}
#single-facilities .pagelink__prev a, #single-facilities .pagelink__next a, #single-facilities .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #F39800;
  border: solid 1px #F39800;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  #single-facilities .pagelink__prev a, #single-facilities .pagelink__next a, #single-facilities .pagelink__back a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .pagelink__prev a, #single-facilities .pagelink__next a, #single-facilities .pagelink__back a {
    border-radius: calc(8px * 0.5);
  }
}
#single-facilities .pagelink__prev a, #single-facilities .pagelink__next a, #single-facilities .pagelink__back a {
  color: #ffffff;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-facilities .pagelink__prev a, #single-facilities .pagelink__next a, #single-facilities .pagelink__back a {
    font-size: 1.4rem;
  }
}
#single-facilities .pagelink__prev a:hover, #single-facilities .pagelink__next a:hover, #single-facilities .pagelink__back a:hover {
  background: #ffffff;
  color: #F39800;
}
#single-facilities .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single-facilities .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single-facilities .pagelink__prev, #single-facilities .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single-facilities .pagelink__prev, #single-facilities .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .pagelink__prev, #single-facilities .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single-facilities .facilities-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: solid 1px #22B58B;
  border-radius: 30px;
  color: #22B58B;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-area {
    height: 24px;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
#single-facilities .facilities-area .ico-map-pin {
  width: 11px;
  aspect-ratio: 11/14;
  background: #FF689D;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#single-facilities .facilities-introduction {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-introduction {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-introduction {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single-facilities .facilities-introduction {
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-introduction {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-introduction {
    padding: calc(8px * 4 * 0.5);
  }
}
#single-facilities .facilities-introduction {
  background: #F9F9F9;
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-introduction {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-introduction {
    border-radius: calc(16px * 0.5);
  }
}
#single-facilities .facilities-vsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-vsl {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .facilities-vsl {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-vsl {
    gap: 12px;
  }
}
#single-facilities .facilities-vsl__item {
  overflow: clip;
  width: calc(100% / 2 - 32px / 2);
  aspect-ratio: 600/400;
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-vsl__item {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-vsl__item {
    border-radius: calc(16px * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-vsl__item {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .facilities-vsl__item {
    width: calc(100% / 2 - 16px / 2);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-vsl__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
#single-facilities .facilities-vsl__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-facilities .facilities-img img {
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-img img {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .facilities-img img {
    border-radius: calc(16px * 0.5);
  }
}
#single-facilities .facilities-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 32px;
  margin-top: -12px;
}
#single-facilities .facilities-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 24px;
  width: calc(100% / 2 - 32px / 2);
  padding: 12px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #23A3DA, #23A3DA 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (max-width: 959px) {
  #single-facilities .facilities-data__item {
    width: 100%;
  }
}
#single-facilities .facilities-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 136px;
  color: #23A3DA;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #single-facilities .facilities-data__item dt {
    width: 100%;
    margin-bottom: 4px;
  }
}
#single-facilities .facilities-data__item dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  #single-facilities .facilities-data__item dd {
    width: 100%;
  }
}
#single-facilities .facilities-data__item.--full {
  width: 100%;
}
#single-facilities .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 32px;
}
#single-facilities .voice-unit__vsl {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  #single-facilities .voice-unit__vsl {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .voice-unit__vsl {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
#single-facilities .voice-unit__vsl img {
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  #single-facilities .voice-unit__vsl img {
    border-radius: calc(10px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-facilities .voice-unit__vsl img {
    border-radius: calc(10px * 0.5);
  }
}
#single-facilities .voice-unit__dtl {
  width: calc(100% - 332px);
}
@media screen and (max-width: 1023px) {
  #single-facilities .voice-unit__dtl {
    width: calc(100% - 232px);
  }
}
@media screen and (max-width: 767px) {
  #single-facilities .voice-unit__dtl {
    width: 100%;
  }
}
/*# sourceMappingURL=../../maps/pages/facilities.css.map */
