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

.page_nav .small {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.fac_sec {
  padding: 72px 0 128px;
}
.fac_sec .sec_tit .small {
  display: block;
  margin-top: 8px;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
.fac_sec .common_slide {
  margin-bottom: 64px;
}
.fac_sec .common_slide .slide_item {
  opacity: 0.5;
  transition: opacity 0.6s;
}
.fac_sec .common_slide .slick-active .slide_item {
  opacity: 1;
}
.fac_sec .fac_col {
  align-items: flex-start;
  margin: 96px auto 0;
}
.fac_sec .fac_col .col_img {
  width: calc(50% + 102px);
  overflow: hidden;
}
.fac_sec .fac_col .col_img .common_slide {
  margin-bottom: 24px;
}
.fac_sec .fac_col .col_img .slick-list {
  max-width: 662px;
  margin-left: auto;
  overflow: visible;
}
.fac_sec .fac_col .col_img .slide_item {
  padding-left: 20px;
  opacity: 1;
  transition: unset;
}
.fac_sec .fac_col .col_img .slick-dots {
  text-align: right;
}
.fac_sec .fac_col .col_txt {
  width: calc(50% - 102px);
  padding: 56px 48px 0;
}
.fac_sec .fac_col .col_txt .txt_container {
  max-width: 389px;
}
.fac_sec .fac_col .col_txt .txt_tit {
  margin-bottom: 24px;
}
.fac_sec .fac_col02 {
  margin-top: 96px;
  line-height: 2.25;
  justify-content: flex-start;
}
.fac_sec .fac_col02 .col_item {
  width: 32%;
  max-width: 345px;
  margin-right: 2%;
}
.fac_sec .fac_col02 .col_item:nth-of-type(3n) {
  margin-right: 0;
}
.fac_sec .fac_col02 .col_item .item_img {
  margin-bottom: 44px;
}
.fac_sec .fac_col02 .col_item .item_tit {
  margin-bottom: 28px;
  line-height: 1.75;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/facilities/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  .fac_sec {
    padding: 40px 0 64px;
  }
  .fac_sec .sec_tit .small {
    margin-top: 8px;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .fac_sec .common_slide {
    margin-bottom: 48px;
  }
  .fac_sec .common_slide .slide_item {
    opacity: 1;
  }
  .fac_sec .fac_col {
    width: 100%;
    margin-top: 64px;
  }
  .fac_sec .fac_col .col_img {
    width: 90%;
    margin: 0 auto 0;
  }
  .fac_sec .fac_col .col_img .common_slide {
    margin-bottom: 16px;
  }
  .fac_sec .fac_col .col_img .slick-dots {
    text-align: center;
  }
  .fac_sec .fac_col .col_img .slide_item {
    padding: 0 8px;
  }
  .fac_sec .fac_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 24px 0 0;
  }
  .fac_sec .fac_col .col_txt .txt_container {
    max-width: 100%;
  }
  .fac_sec .fac_col .col_txt .txt_tit {
    margin-bottom: 16px;
  }
  .fac_sec .fac_col02 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .fac_sec .fac_col02 {
    justify-content: space-between;
    gap: 40px 0;
    letter-spacing: 0;
  }
  .fac_sec .fac_col02 .col_item {
    width: calc(50% - 12px);
    max-width: 100%;
    margin-right: 0;
  }
  .fac_sec .fac_col02 .col_item .item_img {
    margin-bottom: 16px;
  }
  .fac_sec .fac_col02 .col_item .item_tit {
    margin-bottom: 16px;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
}
/* ---------------------------------------------------
	exterior
------------------------------------------------------ */
#exterior {
  background: url(../img/facilities/exterior_bg_01.png) no-repeat left calc(50vw + 8px) top 660px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}

/* ---------------------------------------------------
	front
------------------------------------------------------ */
#front {
  background: url(../img/facilities/front_bg_01.png) no-repeat left calc(50vw + 64px) top 660px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}

@media screen and (max-width: 810px) {
  #front {
    background: url(../img/facilities/front_bg_01.png) no-repeat center top calc(50vw + 200px), linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
    background-size: 400px;
  }
  #front .sec_tit .en {
    font-size: 5.4rem;
  }
}
/* ---------------------------------------------------
	onsen
------------------------------------------------------ */
#onsen .txt_color {
  padding: 1px 16px 3px;
  background: #b9272d;
}
#onsen .table {
  margin-top: 16px;
}
#onsen .table th,
#onsen .table td {
  padding-left: 24px;
}

@media screen and (max-width: 810px) {
  #onsen .txt_color {
    display: inline-block;
    line-height: 1.6;
  }
  #onsen .table {
    margin-top: 32px;
  }
  #onsen .table th,
  #onsen .table td {
    padding-left: 10px;
  }
}
/* ---------------------------------------------------
	dining
------------------------------------------------------ */
#dining {
  background: url(../img/facilities/dining_bg_01.png) no-repeat left calc(50vw + 48px) top 640px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}

@media screen and (max-width: 810px) {
  #dining {
    background: url(../img/facilities/dining_bg_01.png) no-repeat center top calc(35vw + 200px), linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
    background-size: 420px;
  }
}
/* ---------------------------------------------------
	approach
------------------------------------------------------ */
#approach {
  background: url(../img/facilities/approach_bg_01.png) no-repeat left calc(50vw + 48px) top 660px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}

@media screen and (max-width: 810px) {
  #approach {
    background: url(../img/facilities/approach_bg_01.png) no-repeat center top calc(35vw + 200px), linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
  }
}
/* ---------------------------------------------------
	other
------------------------------------------------------ */
#other .fac_col02 {
  margin-top: 0;
}

/* ---------------------------------------------------
	info
------------------------------------------------------ */
#info {
  padding: 128px 0 24px;
}
#info .bg_box {
  padding-top: 24px;
}

@media screen and (max-width: 810px) {
  #info {
    padding: 64px 0 0;
  }
  #info .bg_box {
    padding-top: 24px;
  }
}
/* ---------------------------------------------------
	map
------------------------------------------------------ */
#map {
  padding: 128px 0 192px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #map {
    padding: 64px 0 96px;
  }
}