.facility {
  margin-bottom: 11.8rem;
}
.facility img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility_visual {
  margin-bottom: 11.9rem;
  display: block;
  position: relative;
}
.facility_visual::before {
  content: "";
  display: block;
  width: 47.2rem;
  height: 24.1rem;
  background: url("../../img/facility/visual_txt.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -15.5rem;
  left: 0;
}
.facility_inner {
  margin: 0 auto;
  max-width: 120rem;
}
.facility_ttl {
  margin-bottom: 0.2rem;
  color: #A39483;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.facility_lead {
  margin-bottom: 5rem;
  color: #A39483;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.facility_catch {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.facility_desc {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
}

.location {
  margin-bottom: 6.4rem;
}
.location_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 6.9rem;
}
.location_content {
  width: 68.1rem;
}
.location_thumb {
  margin-bottom: 5rem;
  width: 68.1rem;
  position: relative;
}
.location_thumb::before {
  content: "";
  display: block;
  width: 90.3rem;
  height: 25.5rem;
  background: url("../../img/facility/location_txt.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -6.7rem;
  left: 24.9rem;
  z-index: 1;
}
.location_image {
  display: block;
  margin-bottom: 3rem;
  width: calc(50% - 14.4rem);
}
.location .facility_desc {
  max-width: 59.1rem;
}

.lobby {
  margin-bottom: 9rem;
}
.lobby_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 12.7rem;
	margin-bottom: 180px;
}
.lobby_content {
  width: 38.6rem;
}
.lobby_content .facility_lead {
  margin-bottom: 3rem;
}
.lobby_thumb {
  width: calc(50% + 8.8rem);
}

.list {
  margin-bottom: 11.5rem;
  display: flex;
  flex-flow: row wrap;
  gap: 4.2rem 3.6rem;
}
.list_item {
  width: calc(33.33% - 2.4rem);
}
.list_thumb {
  margin-bottom: 1.6rem;
}
.list_ttl {
  margin-bottom: 0.8rem;
  color: #A39483;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.list_desc {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.92;
}

.list02 {
  max-width: 115rem;
  margin: 0 0 5.8rem auto;
  padding-bottom: 13.2rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 8.5rem;
  position: relative;
}
.list02::before {
  content: "";
  display: block;
  width: 200vw;
  height: 0.1rem;
  background: #DDDAD2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  transform: translate(-50%, 0);
}
.list02_item {
  width: calc(50% - 4.25rem);
}
.list02_item:nth-of-type(1) .list02_thumb::before {
  width: 43.3rem;
  height: 9.2rem;
  background: url("../../img/facility/restaurant_txt.svg") center center no-repeat;
  background-size: contain;
  left: -5rem;
}
.list02_item:nth-of-type(2) .list02_thumb::before {
  width: 23.5rem;
  height: 8.2rem;
  background: url("../../img/facility/hotel_txt.svg") center center no-repeat;
  background-size: contain;
  left: -4rem;
}
.list02_thumb {
  margin-bottom: 3rem;
  position: relative;
}
.list02_thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
}
.list02_head {
  margin-bottom: 1rem;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  gap: 0 1.6rem;
  align-items: center;
}
.list02_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.list02_lead {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.list02_catch {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.list02_desc {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.07;
}

.otherSpace .facility_inner {
  position: relative;
}
.otherSpace .facility_inner::before {
  content: "";
  display: block;
  width: 22rem;
  height: 51.8rem;
  background: url("../../img/facility/other_speace_txt.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -12.5rem;
  left: 0.6rem;
  z-index: 1;
}
.otherSpace_list {
  max-width: 101.8rem;
  margin: 0 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 0 3.9rem;
}
.otherSpace_list_item {
  width: calc(50% - 1.95rem);
}
.otherSpace_list_thumb {
  display: block;
  margin-bottom: 2rem;
}
.otherSpace_list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otherSpace_list_head {
  margin-bottom: 0.8rem;
  color: #A39483;
  display: flex;
  flex-flow: row wrap;
  gap: 0 2rem;
  align-items: center;
}
.otherSpace_list_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.otherSpace_list_lead {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.otherSpace_list_catch {
  margin-bottom: 1.6rem;
  color: #A39483;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.otherSpace_list_link {
  display: block;
  width: 24.2rem;
}
.otherSpace_list_link .ttl {
  margin-bottom: 0.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #A39483;
  color: #A39483;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.otherSpace_list_link .ttl::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.9em;
  background: url("../../img/common/icon_arrow_02.svg") center center no-repeat;
  background-size: contain;
}
.otherSpace_list_link .txt {
  color: #C9BC9C;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.hidden-sp {
  display: block;
}

.visible-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .ttl_page {
    padding-bottom: 8.8rem;
  }
  .facility {
    margin-bottom: 8rem;
  }
  .facility_visual {
    margin-bottom: 5rem;
  }
  .facility_visual::before {
    width: 33rem;
    height: 16.8rem;
    top: -5.5rem;
  }
  .facility_inner {
    max-width: 100%;
  }
  .facility_ttl {
    padding-left: 2rem;
    margin-bottom: 0.2rem;
    font-size: 3rem;
  }
  .facility_lead {
    padding-left: 2rem;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
  .facility_catch {
    max-width: 35rem;
    padding-left: 2rem;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.66;
  }
  .facility_desc {
    max-width: 35rem;
    padding-left: 2rem;
    line-height: 2.07;
  }
  .location {
    margin-bottom: 6.4rem;
  }
  .location_inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.6rem 0;
  }
  .location_thumb {
    margin: 0 0 12.4rem;
    width: 100vw;
  }
  .location_thumb::before {
    width: 38rem;
    height: 15.7rem;
    background: url("../../img/facility/location_txt_sp.svg") center center no-repeat;
    background-size: contain;
    top: auto;
    bottom: -10rem;
    left: auto;
    right: 0;
  }
  .location_image {
    margin: 0 0 0 auto;
    width: calc(100% - 2rem);
  }
  .location .facility_desc {
    max-width: 35rem;
  }
  .lobby {
    margin-bottom: 3.2rem;
  }
  .lobby .facility_ttl {
    margin-bottom: 3rem;
  }
  .lobby_inner {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem 0;
  }
  .lobby_content {
    width: 100%;
  }
  .lobby_thumb {
    width: 100%;
  }
  .list {
    max-width: 31rem;
    margin: 0 auto;
    margin-bottom: 11.8rem;
    flex-flow: column;
    gap: 2.4rem 0;
  }
  .list_item {
    width: 100%;
  }
  .list_thumb {
    margin-bottom: 1.6rem;
  }
  .list_ttl {
    margin-bottom: 0.6rem;
  }
  .list_desc {
    font-size: 1.3rem;
  }
  .list02 {
    max-width: 100%;
    margin: 0 0 11.2rem;
    padding-bottom: 8.2rem;
    flex-flow: column;
    gap: 8rem 0;
  }
  .list02_item {
    width: 100%;
  }
  .list02_item:nth-of-type(1) .list02_thumb::before {
    width: 34.6rem;
    height: 7.3rem;
    left: 0;
  }
  .list02_item:nth-of-type(2) .list02_thumb::before {
    width: 18.6rem;
    height: 6.5rem;
    left: auto;
    right: 0;
  }
  .list02_thumb {
    margin-bottom: 2.4rem;
  }
  .list02_head {
    padding: 0 2rem;
    margin-bottom: 1.2rem;
  }
  .list02_catch {
    padding: 0 2rem;
    margin-bottom: 1.4rem;
    line-height: 1.93;
  }
  .list02_desc {
    padding: 0 2rem;
    font-size: 1.3rem;
  }
  .otherSpace .facility_inner::before {
    width: 30.6rem;
    height: 13rem;
    background: url("../../img/facility/other_speace_txt_sp.svg") center center no-repeat;
    background-size: contain;
    top: -15rem;
    left: 0;
    z-index: 1;
  }
  .otherSpace_list {
    max-width: 31rem;
    margin: 0 auto;
    flex-flow: column;
    gap: 4rem 0;
  }
  .otherSpace_list_item {
    width: 100%;
  }
  .otherSpace_list_thumb {
    margin-bottom: 2rem;
  }
  .otherSpace_list_head {
    margin-bottom: 1rem;
    gap: 0 2.1rem;
  }
  .otherSpace_list_ttl {
    font-size: 2rem;
  }
  .otherSpace_list_lead {
    font-size: 1.2rem;
  }
  .otherSpace_list_catch {
    margin-bottom: 2rem;
  }
  .otherSpace_list_link {
    padding: 1.3rem 1.8rem;
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    gap: 0.4rem 0;
    background: #F2F4EF;
    border-bottom: 0.1rem solid #A39483;
  }
  .otherSpace_list_link .ttl {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none;
    color: #A39483;
    font-size: 1.3rem;
  }
  .otherSpace_list_link .ttl::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.9em;
    background: url("../../img/common/icon_arrow_02.svg") center center no-repeat;
    background-size: contain;
    position: relative;
    top: -1rem;
  }
  .hidden-sp {
    display: none;
  }
  .visible-sp {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
