#page_facility {
  /* .btn_more {
    a {
      margin-left: auto;
      margin-right: auto;
    }
  } */
}
#page_facility .content_wrap .center_tit .en {
  /*font-size: 58rem;*/
  /*font-size: 36rem;*/
  font-size: 26rem;
  line-height: 1;
}
#page_facility .content_wrap .center_tit .jp {
  font-size: 18rem;
}
#page_facility .content_wrap .center_tit.under_tit .en {
  margin-top: 14rem;
}
#page_facility .notes {
  font-size: 12rem;
  margin-top: 0;
}
#page_facility .under_mv {
  background-image: url(/assets/img/ph_facility_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
}
#page_facility .floor_box {
  color: #fff;
  font-size: 24rem;
  width: 120rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #38332C; */
  background-color: #FAF7F8;
  background-color: #2d1508;
}
#page_facility .floor_box.center {
  margin-left: auto;
  margin-right: auto;
}
#page_facility .floor_guide {
  /*padding-top: 120rem;*/
  padding-bottom: 120rem;
}
#page_facility .floor_guide .floor_table {
  margin-top: 64rem;
  padding-left: 55rem;
  padding-right: 55rem;
  width: 700rem;
}
#page_facility .floor_guide .floor_table table {
  width: 100%;
}
#page_facility .floor_guide .floor_table table tr th,
#page_facility .floor_guide .floor_table table tr td {
  border-bottom: 1px solid #38332C;
  padding: 16rem;
}
#page_facility .floor_guide .floor_table table tr th {
  font-size: 40rem;
  width: 125rem;
  line-height: 1;
}
#page_facility .floor_guide .floor_table table tr td {
  vertical-align: middle;
}
#page_facility .floor_guide .floor_table table tr td ul {
  margin-top: 10rem;
}
#page_facility .floor_guide .floor_table table tr td ul li + li {
  margin-top: 6rem;
}
#page_facility .floor_guide .content_wrap {
  margin-top: 120rem;
  display: flex;
}
#page_facility .floor_guide .content_wrap .text_box {
  width: 50%;
}
#page_facility .floor_guide .content_wrap .text_box .center_tit {
  text-align: left;
}
#page_facility .floor_guide .content_wrap .text_box .center_tit .en {
  display: flex;
  align-items: center;
  gap: 22rem;
}
#page_facility .floor_guide .content_wrap .text_box .detail {
  margin-top: 32rem;
}
#page_facility .floor_guide .content_wrap .text_box .detail .txt {
  line-height: 1.8;
}
#page_facility .floor_guide .content_wrap .text_box .detail .checkin_out {
  border: 1px solid;
  margin-top: 38rem;
  display: flex;
  align-items: center;
  padding: 20rem;
  /* background-color: #FAF7F8; */
  width: -moz-fit-content;
  width: fit-content;
  gap: 8rem;
}
#page_facility .floor_guide .content_wrap .text_box .detail .checkin_out dl {
  gap: 6rem;
  display: flex;
}
#page_facility .floor_guide .content_wrap .text_box .detail .list {
  padding-left: 20rem;
  border-left: 1px solid #d84021;
}
#page_facility .floor_guide .content_wrap .text_box .detail .list ul li {
  margin-top: 5rem;
}
#page_facility .floor_guide .content_wrap .text_box .detail .btn_more {
  margin-top: 40rem;
}
#page_facility .floor_guide .content_wrap .image_box {
  width: 50%;
  height: 400rem;
}
#page_facility .floor_guide .content_wrap .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_facility .others {
  padding-top: 120rem;
  padding-bottom: 120rem;
}
#page_facility .service {
  padding-top: 120rem;
  padding-bottom: 120rem;
}
#page_facility .service .content_wrap {
  margin-top: 64rem;
}
#page_facility .service .content_wrap ul {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}
#page_facility .service .content_wrap ul li {
  width: 33%;
}
#page_facility .service .content_wrap ul li .pic {
  margin-left: auto;
  margin-right: auto;
  width: 160rem;
  height: 160rem;
  border-radius: 50%;
  border: 1px solid #d84021;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#page_facility .service .content_wrap ul li .pic .icon {
  width: 68rem;
  margin: 30rem auto 0;
}
#page_facility .service .content_wrap ul li .pic i {
  color: #d84021;
  font-size: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_facility .service .content_wrap ul li .pic .name {
  color: #d84021;
  font-size: 14rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
}
#page_facility .service .content_wrap ul li .desc {
  margin-top: 22rem;
  text-align: center;
}

/*@media screen and (max-width: 1279px) {}*/
@media screen and (max-width: 680px) {
  #page_facility .content_wrap .center_tit {
    /*&.under_tit {
      .en {}
      .jp {}
    }*/
  }
  #page_facility .content_wrap .center_tit .en {
    /*font-size: 29rem;*/
    /*font-size: 22rem;*/
    font-size: 16rem;
  }
  #page_facility .content_wrap .center_tit .jp {
    font-size: 14rem;
  }
  #page_facility .notes {
    font-size: 11rem;
  }
  #page_facility .floor_box {
    font-size: 14rem;
    width: 65rem;
    height: 24rem;
  }
  #page_facility .floor_guide {
    /*padding-top: 56rem;*/
    padding-bottom: 56rem;
  }
  #page_facility .floor_guide .floor_table {
    margin-top: 40rem;
    padding-left: 10rem;
    padding-right: 10rem;
    width: 280rem;
  }
  #page_facility .floor_guide .floor_table table tr th,
  #page_facility .floor_guide .floor_table table tr td {
    padding: 8rem;
  }
  #page_facility .floor_guide .floor_table table tr th {
    font-size: 24rem;
    width: 60rem;
  }
  #page_facility .floor_guide .floor_table table tr td ul {
    margin-top: 0;
  }
  #page_facility .floor_guide .content_wrap {
    flex-direction: column-reverse;
    gap: 10rem;
    align-items: flex-start;
    margin-top: 40rem;
  }
  #page_facility .floor_guide .content_wrap .text_box {
    width: 100%;
  }
  #page_facility .floor_guide .content_wrap .text_box .detail {
    margin-top: 20rem;
  }
  #page_facility .floor_guide .content_wrap .text_box .detail .checkin_out {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20rem;
  }
  #page_facility .floor_guide .content_wrap .text_box .detail .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
  #page_facility .floor_guide .content_wrap .image_box {
    width: 100%;
    height: 230rem;
  }
  #page_facility .others {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }
  #page_facility .service {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }
  #page_facility .service .content_wrap {
    margin-top: 40rem;
  }
  #page_facility .service .content_wrap ul {
    flex-direction: column;
    gap: 30rem;
  }
  #page_facility .service .content_wrap ul li {
    width: 100%;
  }
  #page_facility .service .content_wrap ul li .pic {
    width: 120rem;
    height: 120rem;
  }
  #page_facility .service .content_wrap ul li .pic .icon {
    width: 55rem;
    margin-top: 24rem;
  }
  #page_facility .service .content_wrap ul li .pic .name {
    /*margin-top: -3rem;*/
    font-size: 12rem;
  }
  #page_facility .service .content_wrap ul li .desc {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=facility.css.map */