﻿#room .con_title .title_image {
  background: url("../images/home/bg_top_rooms.webp");
  background-size: cover;
  background-position: center center;
}
.room_intro {
	margin-bottom: 80px;
  padding: 0 0 80px 12.5vw;
  background: #F2F2F2 url("../images/rooms/bg_rooms_intro.png") no-repeat;
}
.room_intro .bg_movie {
  position: relative;
  height: 60vh;
  max-height: 600px;
}
.room_intro .bg_movie_in {
  width: 100%;
  height: 60vh;
  max-height: 600px;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.room_intro .bg_movie_in video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.room_intro .room_intro_txt {
  padding: 55px 100px 30px 40px;
  background: #F2F2F2 url("../images/rooms/bg_rooms_intro.png") no-repeat -5.208vw -18.75vw;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 2;
  letter-spacing: .1em;
}
.room_intro .room_intro_txt .madem {
  color: #FF5445;
  margin-bottom: 10px;
}
.room_intro .room_intro_txt h2 {
  font-size: min(30px, 2.5vw);
}
.room_intro .txt {
  margin-top: 20px;
  margin-left: -60px
}
@media only screen and (max-width: 767px) {
  .room_intro {
    padding: 0 0 40px 0;
	  margin-bottom: 60px;
  }
  .room_intro .bg_movie {
    height: auto;
  }
  .room_intro .room_intro_txt {
    padding: 55px 30px 30px 30px;
    position: initial;
    background: none;
  }
  .room_intro .bg_movie_in {
    position: relative;
    height: 350px;
  }
  .room_intro .room_intro_txt h2 {
    font-size: 20px;
  }
  .room_intro .txt {
    margin: 0 30px;
    font-size: 13px
  }
}
.room_category_title {
  background: url("../images/rooms/bg_standard.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 60px 160px
}
.room_category_title.premier {
  background: url("../images/rooms/bg_premier.png") no-repeat;
  background-size: cover;
}
.room_category_title .inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.room_category_title .title h2 {
  font-size: clamp(60px, 5.208vw, 70px);
  color: #9FD3F2;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  padding-top: 60px
}
.room_category_title.premier .title h2 {
  color: #E3C9B3;
}
.room_category_title .title h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background-color: #9FD3F2;
}
.room_category_title.premier .title h2:before {
  background-color: #E3C9B3;
}
.room_category_title .title p {
  font-weight: 500;
  letter-spacing: .1em;
}
.room_category_title .txt {
  text-align: right;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .room_category_title {
    padding: 80px 30px 120px;
  }
  .room_category_title .inner {
    display: block;
  }
  .room_category_title .title h2 {
    font-size: 50px;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .room_category_title .title h2:before {
    width: 70px;
    height: 2px;
  }
  .room_category_title .title p {
    font-size: 15px;
  }
  .room_category_title .txt {
    margin-top: 25px;
    font-size: 12px;
    color: #ddd;
  }
}
.room_3col {
  margin: -80px 60px 120px;
}
.room_2col {
  margin: -80px 60px 40px;
}
.room_inner {
  max-width: 1380px;
  margin: 0 auto;
}
.room_inner {
  display: flex;
  justify-content: center;
  column-gap: 2%
}
.room_2col .room_inner {
  flex-wrap: wrap;
}
.room_box {
  background: #fff;
}
.room_3col .room_box {
  width: 32%;
}
.room_2col .room_box {
  width: 49%;
  margin-bottom: 80px
}
.room_box a {
  text-decoration: none;
}
.room_box_img {
  height: 20.438vw;
  position: relative;
  overflow: hidden
}
.room_box_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  transition: all .4s ease;
}
.room_box_img span.arrow, .room_type_5col span.arrow {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  border: 1px solid #fff;
  right: 1.563vw;
  bottom: 1.563vw;
  z-index: 1;
}
.room_box_img span.arrow::before, .room_box_img span.arrow::after, .room_type_5col span.arrow::before, .room_type_5col span.arrow::after {
  content: "→";
  position: absolute;
  font-family: 'MADEMirage';
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room_box_img span.arrow::after, .room_type_5col span.arrow::after {
  transform: translateX(-100%);
  transition-delay: 0s;
}
@media (hover: hover) {
  .room_box:hover .room_box_img img, .room_type_5col li:hover img {
    transform: scale(1.2);
  }
  .room_box:hover .arrow::before, .room_type_5col li:hover .arrow::before {
    animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0s;
  }
  .room_box:hover .arrow::after, .room_type_5col li:hover .arrow::after {
    animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0.2s;
  }
}
.room_box_txt h3 {
  font-size: clamp(1.25rem, 1.563vw, 28px);
  font-weight: 500;
  letter-spacing: .05em;
  margin-top: 10px;
  padding-bottom: 1.042vw;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
.room_box_txt h3 span {
  font-size: 12px;
  color: #999;
  display: block
}
.room_box_txt .info_premier {
  margin: 0.781vw 0 0.26vw;
}
.room_box_txt .info {
  margin: 0.781vw 0 1.042vw;
  ;
}
.room_box_txt .info li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 30px;
  font-size: 12px;
}
.room_box_txt .info li.floor {
  background: url("../images/common/ico_floor.png") no-repeat 0;
  background-size: 20px;
}
.room_box_txt .info li.area {
  background: url("../images/common/ico_area.png") no-repeat 0;
  background-size: 20px;
}
.room_box_txt .info_premier li {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background: #FF5445;
}
.room_box_txt p.txt {
  font-size: 12px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .room_3col, .room_2col {
    margin: -80px 30px 120px;
  }
  .room_inner {
    display: block;
  }
  .room_3col .room_box, .room_2col .room_box {
    width: 100%;
    margin-bottom: 60px
  }
  .room_box_img {
    height: 200px;
  }
  .room_box_txt h3 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-top: 10px;
  }
  .room_box_txt h3 span {
    font-size: 12px;
    line-height: 1;
  }
  .room_box_txt .info_premier {
    margin: 10px 0 0;
  }
  .room_box_txt .info li {
    padding-left: 25px;
  }
  .room_box_txt .info li.floor, .room_box_txt .info li.area {
    background-size: 15px;
  }
}
/*プレミアプラス特典
------------------------------------------------------- */
#premier_plus .con_title .title_image {
  background: url("../images/service/bg_premier.png");
  background-size: cover;
  background-position: center center;
}
.un_premier-plus {
  margin: 0 auto 120px;
  width: 80vw;
  max-width: 1000px;
  background: #FF5445;
  border-radius: 0 60px 0 0;
  transition: .4s ease-out
}
.un_premier-plus a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.un_premier-plus .txt {
  padding: 60px 50px;
  width: 60%;
}
.un_premier-plus .tit {
  font-size: 60px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.un_premier-plus .tit span.arrow {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  border: 1px solid #fff;
  right: 0;
  top: 16px;
  z-index: 1;
  font-size: 20px
}
.un_premier-plus .tit span.arrow::before, .un_premier-plus .tit span.arrow::after {
  content: "→";
  position: absolute;
  font-family: 'MADEMirage';
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.un_premier-plus .tit span.arrow::after {
  transform: translateX(-100%);
  transition-delay: 0s;
}
@media (hover: hover) {
  .un_premier-plus:hover {
    opacity: 0.7
  }
  .un_premier-plus:hover .arrow::before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  .un_premier-plus:hover .arrow::after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
}
.un_premier-plus h2 span {
  display: block;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: bold;
  letter-spacing: .3em;
  margin: 10px 0 50px;
}
.un_premier-plus .img {
  width: 40%;
}
.un_premier-plus .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  border-radius: 0 60px 0 0
}
@media only screen and (max-width:767px) {
  .un_premier-plus {
    width: auto;
    margin: 0 30px 120px;
  }
  .un_premier-plus a {
    flex-direction: column-reverse;
  }
  .un_premier-plus .txt {
    padding: 30px 30px 40px;
    width: calc(100% - (30px *2));
  }
  .un_premier-plus h2 {
    font-size: 50px;
  }
  .un_premier-plus h2 span {
    font-size: 13px;
    margin: 10px 0 30px;
  }
  .un_premier-plus p {
    font-size: 13px
  }
  .un_premier-plus .img {
    width: 100%;
    height: 200px;
  }
}
.un_2col {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  column-gap: 2%;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.un_2col_box {
  background: #fff;
  display: flex;
  width: 100%
}
.un_2col_box .img {
  width: 15.625vw;
  flex-shrink: 0;
}
.un_2col_box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.un_2col_box .txt {
  padding: 8%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.un_2col_box .txt h3 {
  font-size: max(1.375rem, 22px);
  margin-bottom: 1.5vw;
  font-weight: 500
}
.un_2col_box .txt ul.app {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-top: 40px
}
.un_2col_box .txt ul.app li img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .un_2col {
    flex-direction: column;
    gap: 30px 0;
  }
  .un_2col_box .img {
    width: 35%;
  }
  .un_2col_box .txt {
    letter-spacing: 0
  }
  .un_2col_box .txt p {
    font-size: 13px;
    line-height: 1.8
  }
  .un_2col_box .txt ul.app {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
  .un_2col_box .txt ul.app li img {
    height: 40px;
  }
  .un_gray {
    padding: 80px 25px;
  }
}
/* 客室詳細------------------------------------------------------- */
.room_txt {
  text-align: center;
  margin: 0 30px 120px;
}
@media only screen and (max-width: 767px) {
  .room_txt {
    text-align: left;
  }
}
.room_info {
  margin: 0 30px;
}
.room_info_box {
  margin: 0 auto 120px;
  max-width: 1380px;
}
.room_info_box h2, .room_amenities h2, .room_premiere_plus h2 {
  text-align: center;
  font-size: max(60px, 3.125vw);
  line-height: 1;
  margin-bottom: 80px;
}
.room_info_box h2 span, .room_amenities h2 span, .room_premiere_plus h2 span {
  font-size: clamp(16px, 1vw, 18px);
  display: block;
  letter-spacing: .2em;
  margin-top: 20px
}
.premier table.tbl_basic tr th {
  color: #856B55;
}
.premier table.tbl_basic tr:first-child th:before, table.tbl_basic tr th:after {
  background: #856B55
}
.room_info_box th span {
  padding-left: 30px;
}
.premier .room_info_box th.floor span {
  background: url("../images/rooms/ico_floor.png") no-repeat 0 50%;
  background-size: 20px;
}
.premier .room_info_box th.area span {
  background: url("../images/rooms/ico_area.png") no-repeat 0 50%;
  background-size: 20px;
}
.premier .room_info_box th.bed span {
  background: url("../images/rooms/ico_bed.png") no-repeat 0 50%;
  background-size: 20px;
}
.premier .room_info_box th.people span {
  background: url("../images/rooms/ico_people.png") no-repeat 0 50%;
  background-size: 20px;
}
.premier .room_info_box th.internet span {
  background: url("../images/rooms/ico_internet.png") no-repeat 0 50%;
  background-size: 20px;
}
@media only screen and (max-width: 767px) {
  .room_info_box {
    margin: 0 auto 80px;
  }
  .room_info_box h2, .room_amenities h2, .room_premiere_plus h2 {
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 0.8;
  }
  .room_info_box th span {
    padding-left: 20px;
  }
  .premier .room_info_box th.floor span, .premier .room_info_box th.area span, .premier .room_info_box th.bed span, .premier .room_info_box th.people span, .premier .room_info_box th.internet span {
    background-size: 14px;
  }
}
.box_2col {
  display: flex;
  margin: 0 30px 120px;
  gap: 60px
}
.box_2col .box_2col_in {
  border: 1px solid #D9D9D9;
  padding: 3% 0;
  width: 100%;
  margin: 0 auto;
  text-align: center
}
.box_2col .box_2col_in h3 {
  font-weight: 500;
  font-size: clamp(16px, 1.458vw, 24px);
  letter-spacing: .1em;
  text-align: left
}
.premier .box_2col .box_2col_in h3 {
  color: #856B55;
  position: relative;
  padding-left: 50px;
}
.premier .box_2col .box_2col_in h3:before {
  content: '';
  position: absolute;
  background: #856B55;
  height: 2px;
  width: 30px;
  left: 0;
  top: calc(50% - 1px);
}
@media only screen and (max-width: 767px) {
  .box_2col {
    flex-direction: column;
    margin: 0 0 120px;
    gap: 40px;
  }
  .box_2col .box_2col_in {
    padding: 15px 0
  }
  .box_2col .box_2col_in h3 {
    font-size: clamp(16px, 1vw, 18px);
  }
}
.room_amenities {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 45px, rgba(242, 242, 242, 1) 45px);
  padding: 0 30px 80px;
  margin-bottom: 120px
}
.room_amenities h2 {
  margin: 0;
}
.room_amenities_in {
  display: flex;
  justify-content: space-around;
  gap: 2.5%;
  max-width: 1380px;
  margin: 90px auto 0;
}
.room_amenities_box {
  flex-basis: 30%;
  padding: 0 1.25%;
  position: relative;
  flex-shrink: 1;
}
.room_amenities_box:nth-child(2) {
  flex-shrink: 10;
}
.room_amenities_box:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #856B55;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
.room_amenities_box:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}
.room_amenities_box:last-child:before, .room_amenities_box:last-child:after {
  content: none;
}
.room_amenities_box h3 {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: clamp(18px, 1.8vw, 24px);
  letter-spacing: .1em
}
.premier .room_amenities_box h3 {
  color: #856B55;
}
.room_amenities_box ul {
  display: inline-grid;
  column-gap: 2em;
  grid-auto-flow: column;
  grid-template-rows: repeat(13, auto);
}
.in_2col {
  display: flex;
}
.in_2col .img {
  flex-shrink: 0;
  width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .room_amenities {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 25px, rgba(242, 242, 242, 1) 25px);
  }
  .room_amenities_in {
    flex-direction: column;
    gap: 20px;
    margin: 60px auto 0;
  }
  .room_amenities_box {
    padding: 0 0 30px;
  }
  .room_amenities_box:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #856B55;
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .room_amenities_box:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .room_amenities_box h3 {
    margin-bottom: 15px;
    font-size: clamp(16px, 1vw, 18px);
  }
  .in_2col .img {
    width: 40%;
    margin-right: 20px;
  }
}
.room_premiere_plus {
  background: no-repeat center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 45px, rgba(255, 255, 255, 0) 45px), url("../images/service/bg_plus.png");
  background-size: cover;
  margin: 120px 0;
  padding: 0 30px 80px;
  position: relative;
  z-index: 1
}
.room_premiere_plus h2 {
  color: #CE9635
}
.room_premiere_plus_in {
  max-width: 1380px;
  margin: 0 auto
}
.room_premiere_plus ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
  justify-content: center;
  margin-bottom: 60px;
}
.room_premiere_plus ul li {
  width: 18.4%;
  color: #CE9635;
  position: relative
}
.room_premiere_plus ul li .img {
  border-radius: 210px 210px 0 0;
  position: relative;
}
.room_premiere_plus ul li .img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(225deg, rgba(255, 255, 255, 0) 40%, rgba(238, 248, 255, 1));
  z-index: 1;
}
.room_premiere_plus ul li img {
  border-radius: 210px 210px 0 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.room_premiere_plus ul li .num {
  font-size: 60px;
  position: absolute;
  top: 13vw;
  left: 15px;
  line-height: 1;
  z-index: 1;
}
.room_premiere_plus ul li .tit {
  margin-top: 30px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .room_premiere_plus {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 25px, rgba(255, 255, 255, 0) 25px), url(../images/service/bg_plus.png);
  }
  .room_premiere_plus ul {
    justify-content: space-between;
    gap: 30px 2%;
  }
  .room_premiere_plus ul li {
    width: 48%;
  }
  .room_premiere_plus ul li .num {
    font-size: 12vw;
    top: 33vw;
    left: 10px;
  }
  .room_premiere_plus ul li .tit {
    line-height: 1.5;
    width: 90%;
    margin: 30px auto 0
  }
}
/* プレミア+特典------------------------------------------------------- */
.premiere_plus_service {
  background: url("../images/service/bg_plus.png") no-repeat center;
  background-size: cover;
  padding: 120px 30px 120px;
  margin-bottom: 150px;
  overflow: hidden;
}
h2.horizontal {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: .15em;
  line-height: 1;
  margin-bottom: 40px;
  gap: 60px
}
#premier_plus .en_center {
  color: #CE9635;
}
h2.horizontal span.saint {
  display: block;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 30px
}
h2.horizontal::before, h2.horizontal::after {
  background-color: #CE9635;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.premiere_plus_service h2.horizontal::before {
  margin-left: -30px;
}
.premiere_plus_service h2.horizontal::after {
  margin-right: -30px;
}
h2.horizontal {
  color: #CE9635;
}
.premiere_plus_service_in {
  max-width: 1380px;
  margin: 0 auto
}
.premiere_plus_service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 5%;
  justify-content: center;
  align-items: flex-start;
}
.premiere_plus_service ul li {
  width: 30%;
  color: #CE9635;
  position: relative
}
.premiere_plus_service ul li:nth-child(2), .premiere_plus_service ul li:nth-child(5), .premiere_plus_service ul li:nth-child(8) {
  margin-top: 30px
}
.premiere_plus_service ul li:nth-child(3n) {
  margin-top: 60px
}
.premiere_plus_service ul li .img {
  height: 18vw;
  border-radius: 210px 210px 0 0;
  position: relative;
}
.premiere_plus_service ul li .img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(225deg, rgba(255, 255, 255, 0) 40%, rgba(238, 248, 255, 1));
  z-index: 1;
  border-radius: 210px 210px 0 0;
}
.premiere_plus_service ul li img {
  border-radius: 210px 210px 0 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.premiere_plus_service ul li .num {
  font-size: 5.5vw;
  position: absolute;
  top: 15vw;
  left: 15px;
  line-height: 1;
  z-index: 1;
}
.premiere_plus_service ul li .tit {
  font-size: clamp(1.25rem, 1.563vw, 28px);
  line-height: 1.5;
  margin-top: 2.865vw;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 500
}
.premiere_plus_service ul li .txt {
  color: #3f3f3f;
  margin-top: 20px
}
.premiere_plus_service ul li .link {
  margin-top: 20px
}
@media only screen and (max-width: 767px) {
  h2.horizontal {
    font-size: min(28px, 2vw);
    font-weight: 500;
    line-height: 1.5;
    gap: 30px;
  }
  h2.horizontal span.saint {
    line-height: 1
  }
  .premiere_plus_service ul {
    gap: 35px 6%;
  }
  .premiere_plus_service ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px
  }
  .premiere_plus_service ul li:nth-child(2n), .premiere_plus_service ul li:nth-child(3n) {
    margin: 0
  }
  .premiere_plus_service ul li .img {
    flex-shrink: 0;
    width: 40%;
    height: 180px;
  }
  .premiere_plus_service ul li .img:before {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 20%, rgba(238, 248, 255, 1));
  }
  .premiere_plus_service ul li .tit {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin: 25px 0 0 10px;
    padding: 15px 0 0px 0px;
    border-top: 1px solid
  }
  .premiere_plus_service ul li .num {
    font-size: 15vw;
    top: 0px;
    left: 25%;
  }
  .premiere_plus_service ul li .txt {
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .premiere_plus_service ul li .link {
    font-size: 13px
  }
}
.lounge_list {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 30%), linear-gradient(45deg, rgba(255, 239, 226, 1), rgba(255, 229, 226, 1));
  padding: 0 30px 60px;
}
.lounge_list ul {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  gap: 2%
}
.lounge_list ul li {
  width: 23.5%
}
.lounge_list ul li .img {
  border-radius: 210px 210px 0 0;
}
.lounge_list ul li .img img {
  border-radius: 210px 210px 0 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.lounge_list ul li .tit, .lounge_list ul li .time {
  text-align: center;
  font-weight: 500;
}
.lounge_list ul li .tit {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.5;
  color: #FF5445;
  margin: 10px 0 15px
}
.lounge_list ul li .time {
  color: #856B55;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .intro_txt:has(+ .lounge_list) {
    margin: 0 30px 80px;
  }
  .lounge_list {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 15%), linear-gradient(225deg, rgba(255, 239, 226, 1), rgba(255, 229, 226, 1));
    padding: 40px 30px;
  }
  .lounge_list ul {
    flex-direction: column;
    gap: 35px
  }
  .lounge_list ul li {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .lounge_list ul li .img {
    flex-shrink: 0;
    width: 40%;
    height: 180px;
  }
  .lounge_list ul li .tit {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
  }
  .lounge_list ul li .time {
    text-align: left;
  }
  .lounge_list ul li .txt {
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0
  }
}
section.un_cont.mbnon {
  margin: 0 auto
}
ul.room_type_5col {
  display: flex;
  gap: 2%
}
ul.room_type_5col li a {
  text-decoration: none
}
ul.room_type_5col li .img {
  height: 200px;
  overflow: hidden;
  position: relative
}
ul.room_type_5col li .img img {
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all .4s ease;
}
.room_type_5col span.arrow {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  border: 1px solid #fff;
  right: 1.563vw;
  bottom: 1.563vw;
  z-index: 1;
}
ul.room_type_5col li p.txt {
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  ul.room_type_5col {
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  ul.room_type_5col li {
    width: 48%;
  }
  ul.room_type_5col li .img {
    height: 150px;
  }
  .room_type_5col span.arrow {
    width: 30px;
    height: 30px;
  }
}
.room_info_box table.tbl_basic {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .room_info_box table.tbl_basic {
    width: 100%;
  }
}
.un_room_4col {
  margin-top: 120px;
}
.un_room_4col_box {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 30px;
}
.un_room_4col .room_box {
  width: 24%
}
.un_room_4col .room_box_img {
  height: 200px;
  border-radius: 4px;
}
.un_room_4col .room_box_img span.arrow {
  right: 0.8vw;
  bottom: 0.8vw;
}
.un_room_4col .room_box_txt h3 {
  font-size: clamp(16px, 1vw, 18px);
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 5px;
}
.un_room_4col .room_box_txt .info_premier {
  margin: 5px 0 0;
  line-height: 1;
}
.un_room_4col .room_box_txt .info_premier li {
  font-size: 10px;
  margin-bottom: 5px;
  background: #999;
}
@media only screen and (max-width: 767px) {
  .un_room_4col .room_box {
    width: 48%
  }
  .un_room_4col .room_box_img {
    height: 100px;
  }
  .un_room_4col .room_box_txt h3 {
    font-size: min(.844rem, 14.5px);
    line-height: 1.5
  }
  .un_room_4col .room_box_txt h3 span,
	.un_room_4col .room_box_txt .info_premier{
    display: none;
  }
  .un_room_4col .room_box_img span.arrow {
    width: 30px;
    height: 30px;
    right: 1.563vw;
    bottom: 1.563vw;
  }
}