@charset "UTF-8";


.p-mv {
  background: url("../../../images/page/stay/fv_stay_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-stay-sidebar-wrapper {
  flex: 0 0 auto; /* 固定幅（追従部分） */
  padding: 0 170px 0 30px;
}


.p-stay-nav li {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

.p-stay-nav li + li {
  margin-top: 20px;
}

.p-stay-nav li a {
  text-decoration: none;
  color: #777777;
  display: inline-block;
  padding: 0 25px 0 0;
}

.p-stay-nav li a.is-current {
  color: #231815;
  background: url("../../../images/page/stay/ico_arrow.svg")no-repeat;
  background-size: 18px;
  background-position: right center;
}


.p-block {
  position: relative;
}

.p-block + .p-block {
  margin: 80px 0 0;
}

.p-en {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 10px;
  left: 10px;
  writing-mode: vertical-rl; /* 縦書き方向（右から左へ） */
  text-align: right;         /* 右寄せ */
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding: 30px 0 0;
}

.p-en::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 25px;
  top: 0;
  left: 8px;
}


.p-pic {
    margin: 0 0 30px;
}

.p-inner {
    max-width: 690px;
    padding: 0 30px 0 0;
}

.p-heading {
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    padding: 0 0 20px;
}



@media screen and (max-width: 1440px) {
  .p-stay-sidebar-wrapper {
    flex: 0 0 auto; /* 固定幅（追従部分） */
    padding: 0 50px 0 30px;
  }
}

@media screen and (min-width: 768px){

  .p-stay-container {
    display: flex;
    padding: 120px 0 0;
    justify-content: flex-end;
  }


  .p-stay-sidebar {
    position: sticky;
    top: 210px;
  }

  .p-stay-content {
    width: 72%;
  }

}


@media screen and (max-width: 767px){

  .p-mv {
    background: url("../../../images/page/stay/fv_stay_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-stay-content {
    padding: 0 0 0 20px;
  }

  .p-stay-sidebar {
    display: none;
  }

  .p-inner {
      padding: 0 20px 0 0;
  }

  .p-block {
    padding: 0 0 0 35px;
  }

  .p-en {
    color: #000;
    top: 0;
    left: 0;   /* 右寄せ */
    font-size: 1.2rem;
  }

  .p-en::before {
    background: #000;
  }

  .p-stay-content {
      padding: 0 0 0 20px;
  }

  .p-pic {
      margin: 0 0 25px;
  }

  .p-heading {
      padding: 0 0 15px;
      font-size: 1.8rem;
  }


}
