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

.stay_lead {
  height: 550px;
  padding-top: 92px;
  background: url(../img/stay/couple_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.stay_lead .sec_tit {
  margin-bottom: 24px;
  color: currentColor;
  text-align: left;
}
.stay_lead .sec_tit .en {
  margin-bottom: 16px;
  opacity: 1;
  line-height: 1;
}
.stay_lead .lead_txt {
  max-width: 350px;
  margin-left: auto;
}

.sec_tit:has(.num) {
  margin-bottom: 32px;
}
.sec_tit:has(.num) .en {
  margin-bottom: -20px;
  color: #b8d0e9;
  font-size: 8.8rem;
}
.sec_tit:has(.num) .num {
  display: inline-block;
  margin-top: -8px;
  margin-right: 24px;
  margin-bottom: 0;
  color: #0056b1;
  font-size: 6.4rem;
  line-height: 1;
  vertical-align: middle;
}

.stay_col {
  align-items: center;
}
.stay_col .col_pic {
  width: 50%;
  text-align: right;
}
.stay_col .col_pic img {
  object-fit: cover;
}
.stay_col .col_txt {
  width: 50%;
  padding: 0 62px;
}
.stay_col .col_txt .txt_container {
  max-width: 478px;
}
.stay_col .col_txt .sec_tit {
  text-align: left;
}
.stay_col .col_txt .txt_btn {
  margin-top: 48px;
}
.stay_col .col_txt .txt_btn .btn {
  width: 320px;
}
.stay_col .noarrow_slide {
  max-width: 880px;
  margin-left: auto;
}
.stay_col .noarrow_slide .slick-dots {
  padding: 0 20px;
  text-align: right;
}
.stay_col .noarrow_slide .slide_item img {
  min-height: 440px;
}
.stay_col.reverse .col_pic {
  text-align: left;
}
.stay_col.reverse .col_pic .noarrow_slide {
  margin-left: 0;
}
.stay_col.reverse .col_pic .noarrow_slide .slick-dots {
  text-align: left;
}
.stay_col.reverse .col_txt .txt_container {
  margin-left: auto;
}
.stay_col + .stay_col {
  margin-top: 64px;
}

.room_slide_nav {
  margin: 56px auto 40px;
  text-align: center;
}
.room_slide_nav .slide_item {
  display: flex !important;
  height: 56px;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 100vmax;
  line-height: 1.3;
  transition: all 0.3s;
}
.room_slide_nav .slick-slide {
  padding: 0 4px;
}
.room_slide_nav .slick-current .slide_item {
  background: #4c89c8;
  color: #fff;
}

.room_slide {
  max-width: 880px;
  margin: 0 auto 56px;
}
.room_slide .slick-list {
  overflow: visible;
}
.room_slide .slick-slide {
  filter: brightness(50%);
  transition: all 0.5s;
}
.room_slide .slick-active {
  filter: brightness(100%);
}
.room_slide .slide_item {
  background: #4c89c8;
}
.room_slide .slide_item .item_pic {
  position: relative;
}
.room_slide .slide_item .item_pic .sec_tit02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.room_slide .slide_item .item_pic .sec_tit02 .en {
  color: currentColor;
  font-size: 4rem;
  margin-right: 32px;
  opacity: 0.8;
}
.room_slide .slide_item .item_body {
  padding: 40px 40px;
  color: #fff;
  letter-spacing: 0.05em;
}
.room_slide .slide_item .item_body .body_btn {
  margin-top: 32px;
  text-align: center;
}
.room_slide .slide_item .item_body .body_btn .btn {
  width: 320px;
  background: rgba(255, 255, 255, 0.8);
  color: #0056b1;
}
@media (any-hover: hover) {
  .room_slide .slide_item .item_body .body_btn .btn:hover {
    background: #0056b1;
    color: #fff;
  }
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/stay/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  .stay_lead {
    height: auto;
    padding: 50vw 0 40px;
    background: url(../img/stay/couple_bg_01_sp.jpg) no-repeat center top, #76992e;
    background-size: 100%;
  }
  .stay_lead .sec_tit {
    margin-bottom: 20px;
  }
  .stay_lead .sec_tit .en img {
    width: 240px;
    height: auto;
  }
  .stay_lead .lead_txt {
    max-width: 100%;
    margin-left: 0;
  }
  .sec_tit:has(.num) {
    margin-bottom: 32px;
  }
  .sec_tit:has(.num) .en {
    margin-bottom: -16px;
    font-size: 5rem;
    letter-spacing: 0.08em;
  }
  .sec_tit:has(.num) .num {
    margin-top: 0;
    margin-right: 16px;
    font-size: 4.4rem;
    vertical-align: baseline;
  }
  .stay_col .col_pic {
    width: calc(100% - 48px);
    margin: 0 auto 24px;
    text-align: center;
  }
  .stay_col .col_pic > img {
    aspect-ratio: 654/478;
  }
  .stay_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .stay_col .col_txt .txt_container {
    max-width: 100%;
  }
  .stay_col .col_txt .sec_tit {
    text-align: center;
  }
  .stay_col .col_txt .txt_btn {
    margin-top: 24px;
  }
  .stay_col .col_txt .txt_btn .btn {
    width: 100%;
  }
  .stay_col .noarrow_slide {
    max-width: 100%;
    margin: 0 auto;
  }
  .stay_col .noarrow_slide .slick-dots {
    text-align: center;
  }
  .stay_col .noarrow_slide .slide_item img {
    aspect-ratio: 684/592;
    min-height: 0;
  }
  .stay_col.reverse .col_pic {
    text-align: left;
  }
  .stay_col.reverse .col_pic .noarrow_slide {
    margin-left: 0;
  }
  .stay_col.reverse .col_pic .noarrow_slide .slick-dots {
    text-align: center;
  }
  .stay_col.reverse .col_txt .txt_container {
    margin-left: auto;
  }
  .stay_col + .stay_col {
    margin-top: 32px;
  }
  .room_slide_nav {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .room_slide_nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 8px;
    transform: unset !important;
  }
  .room_slide_nav .slick-track::before {
    content: none;
  }
  .room_slide_nav .slide_item {
    height: 42px;
  }
  .room_slide_nav .slick-slide {
    width: calc(50% - 4px) !important;
    padding: 0px;
  }
  .room_slide {
    max-width: 92%;
    margin: 0 auto 32px;
  }
  .room_slide .slick-prev,
  .room_slide .slick-next {
    top: 42vw;
  }
  .room_slide .slick-prev {
    left: -8px;
  }
  .room_slide .slick-next {
    right: -8px;
  }
  .room_slide .slide_item .item_pic img {
    aspect-ratio: 684/592;
    object-fit: cover;
  }
  .room_slide .slide_item .item_pic .sec_tit02 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .room_slide .slide_item .item_pic .sec_tit02 .en {
    display: block;
    font-size: 3.6rem;
    margin-right: 0;
    letter-spacing: 0.12em;
  }
  .room_slide .slide_item .item_body {
    padding: 24px 24px 32px;
    letter-spacing: 0.05em;
  }
  .room_slide .slide_item .item_body .body_btn {
    margin-top: 24px;
  }
  .room_slide .slide_item .item_body .body_btn .btn {
    width: 268px;
    padding-left: 16px;
  }
}
/* ---------------------------------------------------
	couple
------------------------------------------------------ */
#couple_ss {
  padding: 88px 0 96px;
}
#couple_ss .ss_lead {
  margin-bottom: 56px;
  text-align: center;
}
#couple_ss .stay_col .col_txt {
  width: 45%;
  padding: 0;
}
#couple_ss .stay_col .col_txt .txt_container {
  width: 100%;
  margin: 0;
}

#couple_room {
  padding: 32px 0 96px;
  background: #e5eef7;
}

#couple_dinner {
  padding: 96px 0 0;
}

#couple_breakfast {
  padding: 96px 0;
}

@media screen and (max-width: 810px) {
  #couple_ss {
    padding: 48px 0 48px;
  }
  #couple_ss .ss_lead {
    margin-bottom: 32px;
    text-align: center;
  }
  #couple_ss .stay_col .col_pic {
    width: 100%;
  }
  #couple_ss .stay_col .col_txt {
    width: 100%;
    padding: 0;
  }
  #couple_ss .stay_col .col_txt .txt_container {
    width: 100%;
    margin: 0;
  }
  #couple_ss .stay_col .col_txt .caption {
    text-align: center;
  }
  #couple_room {
    padding: 0 0 44px;
    background: #e5eef7;
  }
  #couple_room .sec_tit .en:not(.num) {
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
  }
  #couple_dinner {
    margin-top: 40px;
    padding: 48px 0 0;
  }
  #couple_breakfast {
    padding: 48px 0;
  }
}
/* ---------------------------------------------------
	family
------------------------------------------------------ */
#family .stay_lead {
  height: 550px;
  padding-top: 92px;
  background: url(../img/stay/family_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #000;
}
#family .stay_lead .sec_tit {
  color: #0056b1;
}
#family .stay_lead .lead_txt {
  margin-left: 0;
}

#family_ss {
  padding: 88px 0 96px;
}
#family_ss .ss_lead {
  margin-bottom: 56px;
  text-align: center;
}
#family_ss .stay_col .col_txt {
  width: 45%;
  padding: 0;
}
#family_ss .stay_col .col_txt .txt_container {
  width: 100%;
  margin: 0;
}

#family_room {
  padding: 32px 0 96px;
  background: #e5eef7;
}

#family_dinner {
  padding: 96px 0 0;
}

#family_breakfast {
  padding: 96px 0;
}

@media screen and (max-width: 810px) {
  #family .stay_lead {
    height: auto;
    padding-top: 50vw;
    background: url(../img/stay/family_bg_01_sp.jpg) no-repeat center top, #abd1e2;
    background-size: cover;
    color: #000;
  }
  #family .stay_lead .sec_tit {
    margin-bottom: 16px;
  }
  #family .stay_lead .sec_tit .en {
    margin-bottom: 4px;
  }
  #family .stay_lead .sec_tit .en img {
    width: 230px;
  }
  #family .stay_lead .lead_txt {
    margin-left: 0;
  }
  #family_ss {
    padding: 48px 0 48px;
  }
  #family_ss .ss_lead {
    margin-bottom: 32px;
    text-align: center;
  }
  #family_ss .stay_col .col_pic {
    width: 100%;
  }
  #family_ss .stay_col .col_txt {
    width: 100%;
    padding: 0;
  }
  #family_ss .stay_col .col_txt .txt_container {
    width: 100%;
    margin: 0;
  }
  #family_ss .stay_col .col_txt .caption {
    text-align: center;
  }
  #family_room {
    padding: 0 0 44px;
  }
  #family_room .sec_tit .en:not(.num) {
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
  }
  #family_dinner {
    margin-top: 40px;
    padding: 48px 0 0;
  }
  #family_breakfast {
    padding: 48px 0;
  }
}
/* ---------------------------------------------------
	ss
------------------------------------------------------ */
#ss {
  margin-bottom: 96px;
  padding: 64px 0;
  border: 1px solid #99bbe0;
}
#ss .ss_col {
  margin-bottom: 56px;
  flex-wrap: nowrap;
}
#ss .ss_col .col_item {
  position: relative;
}
#ss .ss_col .col_item .item_tit {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.095em;
  line-height: 1.5;
  text-align: center;
}
#ss .ss_col .col_item .item_tit .en {
  display: block;
  font-size: 4rem;
  opacity: 0.8;
  letter-spacing: 0.12em;
  line-height: 1;
}
#ss .ss_btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #ss {
    margin-bottom: 48px;
    padding: 32px 0;
  }
  #ss .ss_col {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  #ss .ss_col .col_item img {
    width: 100%;
  }
  #ss .ss_col .col_item .item_tit {
    bottom: 16px;
    font-size: 2rem;
    letter-spacing: 0.095em;
  }
  #ss .ss_col .col_item .item_tit .en {
    font-size: 3rem;
    letter-spacing: 0.12em;
  }
  #ss .taC {
    text-align: left;
  }
  #ss .ss_btn {
    margin-top: 32px;
  }
}