/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/facilities/pagetit_bg.jpg) center;
  background-size: cover;
}

.page_nav .small {
  display: inline-block;
  margin-left: 16px;
  font-size: 0.75em;
}

.fac_sec {
  padding: 80px 0;
}
.fac_sec .slide_wrap {
  position: relative;
  margin-top: 44px;
  margin-bottom: 148px;
}
.fac_sec .slide_wrap .append_arrow {
  left: 50px;
}
.fac_sec .fac_img {
  margin-top: 44px;
  margin-bottom: 96px;
}
.fac_sec .fac_col .col_txt {
  width: 35%;
}
.fac_sec .fac_col .col_txt .border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #9fc7d8;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.fac_sec .fac_col .col_img {
  width: 60.2%;
  max-width: 650px;
}
.fac_sec .fac_col .col_img.flexbox > div {
  position: relative;
  width: 50%;
}
.fac_sec .fac_imglist {
  gap: 8px;
}
.fac_sec .fac_imglist .img_wide {
  width: calc(50% - 4px);
}
.fac_sec .fac_imglist .img_min {
  width: calc(25% - 6px);
}

@media screen and (max-width: 810px) {
  .fac_sec {
    padding: 48px 0 64px;
  }
  .fac_sec .slide_wrap {
    width: 100vw;
    margin: 32px -24px 72px;
  }
  .fac_sec .slide_wrap .slide_item img {
    aspect-ratio: 13/9;
    object-fit: cover;
  }
  .fac_sec .slide_wrap .slick-dots {
    right: 20px;
  }
  .fac_sec .slide_wrap .append_arrow {
    left: 24px;
  }
  .fac_sec .fac_img {
    margin: 32px -24px 32px;
  }
  .fac_sec .fac_img img {
    aspect-ratio: 13/9;
    object-fit: cover;
  }
  .fac_sec .fac_col .col_txt {
    width: 100%;
  }
  .fac_sec .fac_col .col_txt .border {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #9fc7d8;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .fac_sec .fac_col .col_img {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .fac_sec .fac_imglist {
    gap: 8px;
  }
  .fac_sec .fac_imglist .img_wide {
    width: 100%;
  }
  .fac_sec .fac_imglist .img_min {
    width: calc(50% - 4px);
  }
}
/* ---------------------------------------------------
		about
------------------------------------------------------ */
#about {
  position: relative;
}
#about::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -220px;
  background: url(../img/facilities/about_bg_01.png) no-repeat center top;
  width: 100%;
  height: 1328px;
  pointer-events: none;
}
#about > * {
  position: relative;
  z-index: 1;
}
#about .fac_imglist {
  margin-top: 96px;
}

@media screen and (max-width: 810px) {
  #about {
    position: relative;
  }
  #about::before {
    bottom: -120px;
    background: url(../img/facilities/about_bg_01.png) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
  }
  #about .fac_imglist {
    margin-top: 8px;
  }
}
/* ---------------------------------------------------
		lobby
------------------------------------------------------ */
#lobby > * {
  position: relative;
  z-index: 1;
}

/* ---------------------------------------------------
		restaurant
------------------------------------------------------ */
#restaurant .fac_col {
  align-items: flex-end;
}

@media screen and (max-width: 810px) {
  #restaurant .sec_tit .en {
    letter-spacing: 0.1em;
  }
}
/* ---------------------------------------------------
	others
------------------------------------------------------ */
#others {
  padding: 80px 0 156px;
}
#others .others_col {
  justify-content: flex-start;
}
#others .others_col .col_item {
  width: 29.3%;
  max-width: 316px;
  margin-right: 6.05%;
  letter-spacing: 0.08em;
}
#others .others_col .col_item:nth-of-type(3n) {
  margin-right: 0;
}
#others .others_col .col_item .item_img {
  margin-bottom: 20px;
}
#others .others_col .col_item .sec_lead {
  margin-bottom: 12px;
}

@media screen and (max-width: 810px) {
  #others {
    padding: 48px 0 64px;
  }
  #others .others_col {
    gap: 40px;
    max-width: 80%;
    margin: 0 auto;
  }
  #others .others_col .col_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    letter-spacing: 0.08em;
  }
  #others .others_col .col_item .item_img {
    margin-bottom: 20px;
  }
  #others .others_col .col_item .sec_lead {
    margin-bottom: 12px;
  }
}
/* ---------------------------------------------------
	sec
------------------------------------------------------ */
#scenery {
  padding: 124px 0;
  background: url(../img/facilities/scenery_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#scenery .fac_imglist {
  margin-top: 44px;
  margin-bottom: 56px;
}

.bg_parallax {
  position: relative;
  height: 490px;
  overflow: hidden;
  z-index: 0;
}
.bg_parallax img {
  margin: 0 auto;
  max-width: none;
  min-width: 100%;
  min-height: 110%;
  object-fit: cover;
}

@media screen and (max-width: 810px) {
  #scenery {
    padding: 64px 0;
  }
  #scenery .fac_imglist {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .bg_parallax {
    height: 70vw;
  }
}
/* ---------------------------------------------------
	around
------------------------------------------------------ */
#around {
  margin-top: 80px;
  padding: 80px 0;
}
#around .around_col {
  max-width: 1440px;
  margin: 96px auto 0;
}
#around .around_col + .around_col {
  margin-top: 96px;
}
#around .around_col .col_img {
  width: calc(50% + 108px);
}
#around .around_col .col_img img {
  min-height: 500px;
  object-fit: cover;
}
#around .around_col .col_img.flexbox > div {
  position: relative;
  width: 50%;
}
#around .around_col .col_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 14px 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#around .around_col .col_txt {
  width: calc(50% - 108px);
  padding: 0 48px;
}
#around .around_col .col_txt .txt_container {
  max-width: 380px;
  margin-left: auto;
}
#around .around_col .col_txt .txt_tit {
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#around .around_col .col_txt .txt_tit .icon {
  margin-right: 24px;
}
#around .around_col .col_txt .txt_tit .icon + span {
  display: inline-block;
  vertical-align: middle;
}
#around .around_col .col_txt .txt_tit .small {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#around .around_col .col_txt .txt_btn {
  margin-top: 32px;
  text-align: right;
}
#around .around_col .col_txt .txt_btn .btn .icon {
  margin-right: 10px;
}

@media screen and (max-width: 810px) {
  #around {
    margin-top: 48px;
    padding: 48px 0;
  }
  #around .around_col {
    width: calc(100% - 48px);
    margin-top: 48px;
  }
  #around .around_col + .around_col {
    margin-top: 64px;
  }
  #around .around_col .col_img {
    width: 100%;
  }
  #around .around_col .col_img img {
    min-height: 0;
  }
  #around .around_col .col_img .img_caption {
    padding: 24px 10px 8px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #around .around_col .col_txt {
    width: 100%;
    margin-top: 24px;
    padding: 0;
  }
  #around .around_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: auto;
  }
  #around .around_col .col_txt .txt_tit {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    white-space: wrap;
  }
  #around .around_col .col_txt .txt_tit .icon {
    width: 100px;
    height: auto;
    margin-right: 20px;
  }
  #around .around_col .col_txt .txt_tit .small {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  #around .around_col .col_txt .txt_btn {
    margin-top: 24px;
  }
  #around .around_col .col_txt .txt_btn .btn .icon {
    top: auto;
    width: 20px;
    height: auto;
  }
}
/* ---------------------------------------------------
				info
------------------------------------------------------ */
#info {
  padding: 80px 0 192px;
}
#info .sec_tit02 {
  margin-bottom: 16px;
}
#info .table th,
#info .table td {
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0;
}
#info .table a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  #info .table a:hover {
    text-decoration: none;
  }
}
#info .table .icon {
  margin-right: 5px;
}

@media screen and (max-width: 810px) {
  #info {
    padding: 48px 0 96px;
  }
  #info .sec_tit02 {
    margin-bottom: 24px;
  }
}