@charset "utf-8";

.bl_eyeCatch {
  background-image: url(../../img/top/fv04.webp);
}

.bg_roomView {
  background: url(../../img/rooms/bg_washitsu.webp) no-repeat center center / cover;
  background-attachment: fixed;
  height: 500px;
}

/* md */
@media not screen and (min-width:960px) {
  .bg_roomView {
    background-attachment: scroll;
    height: 350px;
  }
}

.el_lv2Rooms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: .85em;
  position: relative;
  text-align: center;
  margin-bottom: 1.15em;
  text-align: center;
  line-height: 1.0;
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 0.05em;
}

.el_lv2Rooms > span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.el_lv2Rooms::after {
  content: attr(data-en);
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
}

/* md */
@media not screen and (min-width:960px) {
  .el_lv2Rooms {
    font-size: 30px;
  }

  .el_lv2Rooms::after {
    font-size: 15px;
  }
}