@charset "utf-8";
#htlSide-A {
  top: 778px;
}
body {
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/bg_room.png) no-repeat;
}
.room_top .top_mv {
  height: 450px;
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/room_mv.jpg) no-repeat;
  position: relative;
}
.room_top .top_mv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
.room_top .top_mv p {
  padding-top: 8%;
  text-align: center;
}
.main {
  color: #191D3D;
}
.main .fw_bold {
  font-weight: bold;
}
.room_info_ttl {
  position: relative;
}
.room_info_ttl h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.8px;
  margin: 70px 0 0 90px;
  padding-bottom: 10px;
  border-bottom: 2px dotted;
  width: 80%;
}
.room_info_ttl h2::first-letter {
  color: #B53A3B;
}
.room_info_ttl h2::before {
  position: absolute;
  content: '';
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/room_icon.png) no-repeat;
  width: 24%;
  height: 114px;
  left: 27%;
  top: -100px;
}
.cate_nav_area {
  margin-top: 38px;
  position: relative;
}
.cate_nav_area p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 60px;
}
.cate_nav_area p::before {
  position: absolute;
  content: '';
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/cate_icon.png) no-repeat;
  width: 35px;
  height: 35px;
  left: 10px;
  top: -8px;
}
.cate_nav_area .flx_box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.cate_nav_area .flx_box li {
  margin-right: 3px;
}
.cate_nav_area .flx_box li:nth-child(3) {
  margin-right: 0;
}
.cate_nav_area .flx_box.r_nav a:hover {
  opacity: 0.6;
}
.wrap {
  overflow: hidden;
  margin: 10px 0 ;
}
#std_room {
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/bg_std.png) no-repeat;
  background-size: cover;
}
#sp_room {
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/bg_sp.png) no-repeat;
  background-size: cover;
}
#jp_room {
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/bg_jp.png) no-repeat;
  background-size: cover;
  border-bottom: 12px solid #191D3D;
  margin-bottom: 38px;
}
.box_area {
  background: #FAF7F4;
  width: 840px;
  margin: 65px 55px;
  overflow: hidden;
  position: relative;
}
.box_area h3 {
  text-align: center;
  margin: 35px 0;
  font-size: 20px;
}
#std_room .box_area::before {
  position: absolute;
  content: '';
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/std_cnr.png) no-repeat;
  width: 120px;
  height: 120px;
}
#sp_room .box_area::before {
  position: absolute;
  content: '';
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/sp_cnr.png) no-repeat;
  width: 120px;
  height: 120px;
}
#jp_room .box_area::before {
  position: absolute;
  content: '';
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/jp_cnr.png) no-repeat;
  width: 120px;
  height: 120px;
}
.main .wrap .box_area .img_box {
  width: 762px;
  margin: 0 auto;
}
.box_area .rm_caption {
  margin: 54px 0 32px;
  text-align: center;
}
.box_area .rm_caption dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.box_area .rm_caption dl dd {
  font-size: 14px;
}
.box_area .flx_box{
  display: flex;
  width: 50%;
}
.box_area .flx_box.rm_table {
  flex-wrap: wrap;
  border: 3px solid #191D3D;
  border-radius: 5px;
  width: 88%;
  margin: 0 auto 34px;
}
.box_area .flx_box.rm_table dl dt {
  background: #191D3D;
  color: #FAF7F4;
  width: 40%;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_area .rm_table .bd_btm dt {
border-bottom: 1px solid #fff;
}
.box_area .rm_table dl dd {
  padding: 17px 0;
  font-size: 14px;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.box_area .rm_table .bd_btm dd {
  border-bottom: 1px solid #191D3D;
}
#amenities .flx_box.ame_ttl_area,
#support .flx_box.spt_ttl_area {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  border-bottom: 2px solid #191D3D;
  width: 90%;
}
.ame_ttl_area .fw_bold,
.spt_ttl_area .fw_bold {
  margin: 0 0 13px 24px;
  font-size: 20px;
}
.ame_area {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #191D3D;
}
#amenities .bd_l {
  margin: 20px 0;
  border-left: 10px solid;
  font-size: 20px;
  padding-left: 10px;
}
.ame_area .flx_box.ame_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.ame_area .flx_box.ame_icon li {
  margin-right: 23px;
}
.ame_area .flx_box.ame_icon .ame_txt {
  display: block;
  font-size: 14px;
  margin: 5px 0 38px 0;
  text-align: center;
}
.rf_area {
  border-bottom: none;
}
#amenities {
  border-bottom: 12px solid #191D3D;
}
#support {
  border-top: 12px solid #927247;
  border-bottom: 12px solid #927247;
  background: #FAF7F4;
  margin-top: 0;
}
#support .flx_box.spt_ttl_area {
  margin-top: 24px;
}
.spt_item {
  width: 90%;
  margin: 0 auto;
}
.spt_item ul {
  padding: 32px 0 46px 0;
}
.spt_item ul li {
  margin-bottom: 53px;
}
.spt_item ul li:last-child {
  margin-bottom: 0;
}
#lounge {
  margin-top: 0;
  background: transparent linear-gradient(to bottom, rgba(27,61,90,0.968) 0%, #050C12 100%) 0% 0% no-repeat;
  background: -moz-linear-gradient(to bottom, rgba(27,61,90,0.968) 0%, #050C12 100%) 0% 0% no-repeat; 
  background: -ms-linear-gradient(top, rgba(27,61,90,0.968), #050C12);
  color: #fff;
}
.lg_ttl_area {
  position: relative;
  margin-bottom: 36px;
}
.lg_ttl_area .box_top {
  width: 200px;
  background: #B53A3B;
  padding: 5px 14px;
  text-align: center;
  margin: 0 0 44px 48px;
}
.lg_ttl_area ul {
  text-align: center;
}
.lg_ttl_area ul li {
  margin-bottom: 8px;
}
.lg_ttl_area ul::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/lg_img_right.png) no-repeat;
  top: 60px;
  right: -27px;
}
.lg_ttl_area ul::before {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  background: url(https://www.neoxone.co.jp/hotel/gmr/rakuten/images/rooms/lg_img_left.png) no-repeat;
  top: 207px;
  left: 50px;
}
.lg_area {
  width: 95%;
  margin: 0 auto;
}
.lg_area .lg_info_area {
  display: flex;
  margin: 34px 18px 43px;
}
.lg_area .lg_info_area .lg_mv {
  text-align: center;
}
.lg_area .lg_info_area .right_area {
  padding-left: 39px;
  width: 470px;
}
.lg_area .lg_info_area .left_area img {
  border-radius: 5px;
}
.lg_area .lg_info_area .right_area .fw_bold {
  font-size: 20px;
  margin-bottom: 16px;
}
.lg_area .lg_info_area .right_area .cp {
  line-height: 1.8;
}
.lg_area .lg_info_area .right_area .lg_info_table {
  margin-top: 21px;
  border: 3px solid #B53A3B;
  border-radius: 5px 5px 5px 5px;
  box-sizing: border-box;
}
.lg_area .lg_info_area .right_area .lg_info_table dl {
  display: flex;
  align-items: center;
}
.lg_area .lg_info_area .right_area .lg_info_table dl dt {
  width: 31%;
  background: #B53A3B;
  text-align: center;
}
.lg_area .lg_info_area .right_area .lg_info_table dl dd {
  font-size: 14px;
  padding-left:28px;
  width: 70%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.right_area .lg_info_table .tbl_top li {
  margin-bottom: 6px;
}
.right_area .lg_info_table .tbl_top dt {
  border-bottom: 2px solid #191D3D;
  padding: 45px 0;
}
.right_area .lg_info_table .tbl_top dd {
  border-bottom: 2px solid #B53A3B;
}
.right_area .lg_info_table .tbl_btm dt {
  padding: 15px 0;
}


@media all and (-ms-high-contrast: none) {
  .cate_nav_area .flx_box li {
    margin-bottom: 4px;
  }
}



.main .wrap .img_box .slick-slide {
  height: 398px;
}