@charset "UTF-8";
.footer-common {
  border: none;
}

.section-facility-gallery {
  position: relative;
}
.section-facility-gallery::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-facility-gallery {
    margin-bottom: -0.06rem;
    padding: 0.87rem 0 1rem;
  }
  .section-facility-gallery::before {
    bottom: 0;
    width: 3.75rem;
    height: 2.74rem;
    background: url("../img/common/sp/decoration_img_01.png") no-repeat 0 0/auto 100%;
  }
  .section-facility-gallery .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-facility-gallery {
    padding: 80px 0 33px;
  }
  .section-facility-gallery::before {
    bottom: 34px;
    width: 758px;
    height: 554px;
    background: url("../img/common/decoration_img_01.png") no-repeat 0 0/auto 100%;
  }
  .section-facility-gallery .title-common-primary {
    margin-bottom: 60px;
  }
}
.list-facility-gallery .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-facility-gallery .item-wrapper {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .list-facility-gallery .item-wrapper:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.list-facility-gallery .item-image {
  position: relative;
  overflow: hidden;
}
.list-facility-gallery .item-image img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
.list-facility-gallery .item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #caecff;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", verdana, sans-serif;
  font-weight: 600;
}
html.is-android .list-facility-gallery .item-label {
  font-weight: 700;
}
.list-facility-gallery .item-label::before {
  content: "";
  position: absolute;
  background: center/contain no-repeat;
}
.list-facility-gallery .label-wrapper {
  position: relative;
}
.list-facility-gallery .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}
.list-facility-gallery .item-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: bottom left/100% auto no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-facility-gallery .list-wrapper {
    margin: 0 -0.115rem -0.31rem;
  }
  .list-facility-gallery .list-item {
    width: 50%;
    margin-bottom: 0.31rem;
    padding: 0 0.115rem;
  }
  .list-facility-gallery .item-image {
    height: 1.17rem;
    margin-bottom: 0.11rem;
    border-radius: 0.1rem;
  }
  .list-facility-gallery .item-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0.31rem;
    padding-bottom: 0.07rem;
    font-size: 0.16rem;
  }
  .list-facility-gallery .item-title::before {
    background-image: url("../img/facility/sp/decoration_title.png");
  }
  .list-facility-gallery .item-label {
    top: 0.98rem;
    right: 0.15rem;
    width: 0.35rem;
    height: 0.36rem;
  }
  .list-facility-gallery .item-label::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/facility/sp/icon_gallery_zoom.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-facility-gallery .list-wrapper {
    margin: 0 -15px -100px;
  }
  .list-facility-gallery .list-item {
    width: 33.3333333333%;
    margin-bottom: 100px;
    padding: 0 15px;
  }
  .list-facility-gallery .item-image {
    height: 270px;
    border-radius: 20px;
  }
  .list-facility-gallery .item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 68px;
    padding-bottom: 4px;
    font-size: 0.2rem;
  }
  .list-facility-gallery .item-title::before {
    background-image: url("../img/facility/decoration_title.png");
  }
  .list-facility-gallery .item-label {
    top: 212px;
    right: 10px;
    padding: 10px 31px 10px 56px;
  }
  .list-facility-gallery .item-label::before {
    top: 50%;
    left: 20px;
    width: 29px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/facility/icon_gallery_zoom.svg");
  }
  .list-facility-gallery .label-wrapper {
    top: 1px;
  }
}
.section-facility-information {
  position: relative;
  background-color: #fff;
}
.section-facility-information::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: top left/100% 100% no-repeat;
}
.section-facility-information .information-viewport {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.47%, #eff9ff), to(#daf1ff));
  background: linear-gradient(180deg, #eff9ff 37.47%, #daf1ff 100%);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-facility-information {
    padding-top: 1.2rem;
  }
  .section-facility-information .information-viewport {
    padding-bottom: 1.81rem;
  }
  .section-facility-information::before {
    top: 1.18rem;
    height: 0.27rem;
    background-image: url("../img/facility/sp/decoration_information.svg");
  }
  .section-facility-information .title-common-primary {
    top: -1.06rem;
    margin-bottom: -0.38rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-facility-information {
    padding-top: 90px;
  }
  .section-facility-information .information-viewport {
    margin-top: 47px;
    padding-bottom: 180px;
  }
  .section-facility-information::before {
    top: 137px;
    height: 137px;
    background-image: url("../img/facility/decoration_information.svg");
  }
  .section-facility-information .title-common-primary {
    top: -47px;
    margin-bottom: 70px;
  }
}
.list-facility-information {
  position: relative;
}
.list-facility-information .title-common-secondary {
  margin: 0;
}
.list-facility-information .title-common-secondary .title-label {
  color: #004b69;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.list-facility-information .title-common-secondary .title-label::after {
  display: none;
}
.list-facility-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-facility-information .list-item:last-child {
  margin-bottom: 0;
}
.list-facility-information .content-text {
  font-size: 0.16rem;
  line-height: 2;
}
.list-facility-information .content-text:last-child {
  margin-bottom: 0;
}
.list-facility-information .content-image {
  overflow: hidden;
  border-radius: 0.2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-facility-information .title-common-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 0.22rem;
  }
  .list-facility-information .title-common-secondary::before {
    top: -0.13rem;
    bottom: -0.17rem;
  }
  .list-facility-information .title-common-secondary .title-wrapper {
    margin-right: 0.15rem;
    padding: 0;
    font-size: 0.28rem;
  }
  .list-facility-information .title-common-secondary .title-label {
    top: -0.02rem;
    font-size: 0.18rem;
  }
  .list-facility-information .list-item {
    margin-bottom: 0.75rem;
  }
  .list-facility-information .item-heading {
    margin-bottom: 0.37rem;
  }
  .list-facility-information .content-image {
    width: 2.8rem;
    height: 2.1rem;
    margin: 0 auto 0.31rem;
  }
  .list-facility-information .content-text {
    margin-bottom: 0.33rem;
  }
  .list-facility-information .list-common-dots {
    margin-top: -0.12rem;
  }
  .list-facility-information .list-common-dots li {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-facility-information .title-common-secondary::before {
    top: 8px;
    bottom: 2px;
    width: 9px;
  }
  .list-facility-information .title-common-secondary .title-wrapper {
    padding: 0 0 0 29px;
    font-size: 0.36rem;
  }
  .list-facility-information .title-common-secondary .title-label {
    font-size: 0.2rem;
  }
  .list-facility-information .list-item {
    margin-bottom: 93px;
  }
  .list-facility-information .item-heading {
    margin-bottom: 18px;
  }
  .list-facility-information .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-facility-information .content-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
    height: 240px;
    margin-right: 60px;
  }
  .list-facility-information .content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
  }
  .list-facility-information .content-text {
    margin-bottom: 32px;
  }
  .list-facility-information .list-common-dots {
    margin-top: -12px;
  }
}
@media print {
  .list-facility-information .list-item {
    padding-top: 20px;
  }
  .list-facility-information .list-item:last-child {
    page-break-before: always;
  }
}
.block-facility-information {
  background-color: #fff;
}
.block-facility-information .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.block-facility-information .title-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.09rem;
}
.block-facility-information .title-text {
  position: relative;
}
.block-facility-information .block-description {
  margin: 0;
  font-size: 0.16rem;
  line-height: 2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-facility-information {
    margin-top: 0.3rem;
    padding: 0.18rem;
  }
  .block-facility-information .block-title {
    margin-bottom: 0.08rem;
  }
  .block-facility-information .title-icon {
    width: 0.32rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-facility-information {
    margin-top: 40px;
    padding: 28px 38px;
  }
  .block-facility-information .block-title {
    margin-bottom: 14px;
  }
  .block-facility-information .title-icon {
    width: 37px;
  }
  .block-facility-information .title-text {
    top: 2px;
  }
}
.table-facility-information .table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
  background-color: #468fcc;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", verdana, sans-serif;
  font-weight: 600;
  line-height: 1;
}
html.is-android .table-facility-information .table-heading {
  font-weight: 700;
}
.table-facility-information .heading-wrapper {
  position: relative;
  top: 1px;
}
.table-facility-information .content-list {
  margin: 0;
  list-style: none;
}
.table-facility-information .content-item {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
}
.table-facility-information .list-common-tick {
  font-weight: 700;
}
.table-facility-information .list-common-tick .child-title::before {
  width: 0.2rem;
  height: 0.2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-facility-information {
    margin-top: 0.3rem;
  }
  .table-facility-information + .block-facility-information {
    margin-top: 0.38rem;
  }
  .table-facility-information .table-heading {
    margin-bottom: 0.27rem;
    padding: 0.1rem;
  }
  .table-facility-information .list-common-tick {
    margin-bottom: -0.07rem;
  }
  .table-facility-information .list-common-tick .list-child {
    margin-bottom: 0.07rem;
  }
  .table-facility-information .list-common-tick .child-title {
    padding-right: 0.05rem;
    padding-left: 0.3rem;
    line-height: 2;
  }
  .table-facility-information .list-common-tick .child-title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .table-facility-information .content-list {
    padding-left: 0.35rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-facility-information {
    margin-top: 40px;
  }
  .table-facility-information .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table-facility-information .table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    margin-right: 50px;
    padding: 10px;
  }
  .table-facility-information .table-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 6px;
  }
  .table-facility-information .list-common-tick {
    margin-bottom: -12px;
  }
  .table-facility-information .list-common-tick .list-child {
    margin-bottom: 12px;
  }
  .table-facility-information .list-common-tick .child-title {
    padding-left: 30px;
  }
  .table-facility-information .list-common-tick .child-title::before {
    top: 3px;
  }
  .table-facility-information .list-common-tick.is-flexible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-facility-information .list-common-tick.is-flexible .list-child {
    min-width: 264px;
    margin-right: 60px;
  }
  .table-facility-information .list-common-tick.is-flexible .list-child:nth-child(2n) {
    min-width: 355px;
    margin-right: 0;
  }
  .table-facility-information .content-list {
    margin-top: 3px;
    padding-left: 35px;
  }
}
/*# sourceMappingURL=facility.css.map */