.mv-title {
position: absolute;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.mv-title h2 {
font-family: "zeitung", "toppan-bunkyu-midashi-go-std", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 200px;
line-height: 1;
color: #fff;
margin-bottom: -1%;
opacity: 0.8;
}
@media (max-width: 1200px) {
.mv-title h2 {
font-size: 125px;
}
}
@media (max-width: 767px) {
.mv-title h2 {
font-size: 55px;
}
}
.room-info-block {
   margin: 0 0 50px;
}
.room-type-table {
    margin: 0 auto;
    background: #fff;
    width: 750px;
    max-width: 100vw;
}
.room-type-table tr {
    border: 1px solid #ddd;
}
.room-type-table th {
    padding: 10px;
font-family: "zeitung", "toppan-bunkyu-midashi-go-std", sans-serif;
font-weight: 600;
    border: 1px solid #ddd;
    background: #f1ede0;
}
.room-type-table td {
    padding: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 600;
    border: 1px solid #ddd;
    text-align: center;
}
.room-info-block h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.info-table {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: 600px;
    margin: 20px auto;
    max-width: 100vw;
}
.info-table th {
    padding: 10px 10px;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.info-table td {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}
.room-info-block p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 767px) {
    .room-info-block h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .info-table th, .info-table td {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
}
/* Hero / video section */
.mv {
position: relative;
display: grid;
place-items: center;
overflow: hidden;
z-index: 1000;
}
/* 疑似ポスター（背景）をコンテナに設定。端末で切替可 */
.mv-video {
  position: relative;
  width: 100%;
  aspect-ratio: 1400 / 610;
  overflow: hidden;
  background-image: url("https://www.resorts.co.jp/upload/tenant_1/room-mv01tn.webp");
  background-size: cover;
  background-position: center;
}
.mv-video video {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .mv-video {
    aspect-ratio: 9 / 16;
    background-image: url("https://www.resorts.co.jp/upload/tenant_1/room-mvsp01tn.webp");
  }
}
#mainVisualVideo {
  width: 100%;
  object-fit: cover;
  display: block;
}
