/* line 1, ../sass/room/room-post-top.scss */
#RoomPostTop {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px);
  background: url(/img/bg-04.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 4px solid #527c7e;
}

/* line 10, ../sass/room/room-post-top.scss */
#RoomPostTopBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0, transparent 50%, transparent 65%, rgba(0, 0, 0, 0.45));
}
/* line 18, ../sass/room/room-post-top.scss */
#RoomPostTopBg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #3f5355 0, #374140);
  opacity: .9;
}

/* line 30, ../sass/room/room-post-top.scss */
#RoomPostTopH {
  position: relative;
  overflow: hidden;
  margin-top: 20vh;
  margin-bottom: 60px;
}
/* line 36, ../sass/room/room-post-top.scss */
#RoomPostTopH span {
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 50px;
  text-transform: uppercase;
  max-width: 400px;
}
/* line 48, ../sass/room/room-post-top.scss */
#RoomPostTopH h1 {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 46px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold';
}

/* line 60, ../sass/room/room-post-top.scss */
#RoomPostTopInfo {
  position: relative;
  overflow: hidden;
}
/* line 64, ../sass/room/room-post-top.scss */
#RoomPostTopInfo a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0px 40px;
  line-height: 40px;
  height: 40px;
  background: #2f3036;
  color: #fff;
  margin-top: 50px;
}
/* line 76, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul {
  position: relative;
  overflow: hidden;
}
/* line 80, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul li {
  position: relative;
  overflow: hidden;
  padding-left: 54px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 16px;
  max-width: 260px;
  font-family: 'ProximaNova-Bold';
  margin-bottom: 20px;
  min-height: 50px;
}
/* line 94, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul li:nth-child(1) {
  background: url(/img/icon-07.svg) left 5px no-repeat;
  background-size: 30px auto;
}
/* line 99, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul li:nth-child(2) {
  background: url(/img/icon-08.svg) left 5px no-repeat;
  background-size: 30px auto;
}
/* line 104, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul li:nth-child(3) {
  background: url(/img/icon-09.svg) left 5px no-repeat;
  background-size: 30px auto;
}
/* line 109, ../sass/room/room-post-top.scss */
#RoomPostTopInfo ul li:nth-child(4) {
  background: url(/img/icon-06.svg) left 5px no-repeat;
  background-size: 30px auto;
}

/* line 117, ../sass/room/room-post-top.scss */
#IndexTopReserve {
  position: absolute;
  bottom: 10vh;
  right: 0;
  height: 75px;
}
/* line 123, ../sass/room/room-post-top.scss */
#IndexTopReserve a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  background: #527c7e;
  cursor: pointer;
  color: #fff;
  font-family: 'ProximaNova-Bold';
  padding: 0 30px;
  padding-left: 110px;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 138, ../sass/room/room-post-top.scss */
#IndexTopReserve a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(/img/icon-10.svg) center center no-repeat;
  background-size: auto 40px;
  width: 75px;
  height: 75px;
}
/* line 150, ../sass/room/room-post-top.scss */
#IndexTopReserve a:hover {
  opacity: 0.9;
}

@media only screen and (min-width: 1401px) and (max-width: 1700px) {
  /* line 158, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 10vh;
    margin-bottom: 40px;
  }
  /* line 162, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 30px;
  }
  /* line 166, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 175, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 10vh;
    margin-bottom: 30px;
  }
  /* line 179, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 30px;
    max-width: 450px;
  }
  /* line 184, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 36px;
  }

  /* line 190, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo a {
    margin-top: 30px;
    line-height: 38px;
  }
  /* line 196, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo ul li {
    font-size: 14px;
    min-height: 40px;
  }

  /* line 203, ../sass/room/room-post-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 206, ../sass/room/room-post-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 212, ../sass/room/room-post-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 35px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) and (max-height: 650px) {
  /* line 224, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 5vh;
    margin-bottom: 10px;
  }
  /* line 228, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 10px;
    max-width: 450px;
  }
  /* line 233, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 30px;
  }

  /* line 239, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo a {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 248, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 10vh;
    margin-bottom: 30px;
  }
  /* line 252, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 30px;
    max-width: 450px;
  }
  /* line 257, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 36px;
  }

  /* line 263, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo a {
    margin-top: 30px;
    line-height: 38px;
  }
  /* line 269, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo ul li {
    font-size: 14px;
    min-height: 40px;
  }

  /* line 276, ../sass/room/room-post-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 279, ../sass/room/room-post-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 285, ../sass/room/room-post-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 35px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 297, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 10vh;
    margin-bottom: 30px;
  }
  /* line 301, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 30px;
    max-width: 450px;
  }
  /* line 306, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 36px;
  }

  /* line 312, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo a {
    margin-top: 30px;
    line-height: 38px;
  }
  /* line 318, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo ul li {
    font-size: 14px;
    min-height: 40px;
  }

  /* line 325, ../sass/room/room-post-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 328, ../sass/room/room-post-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 334, ../sass/room/room-post-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 35px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 346, ../sass/room/room-post-top.scss */
  #RoomPostTop {
    height: 135vw;
  }

  /* line 350, ../sass/room/room-post-top.scss */
  #RoomPostTopBg {
    width: 83%;
    height: 100%;
  }

  /* line 355, ../sass/room/room-post-top.scss */
  #RoomPostTopH {
    margin-top: 5vw;
    margin-bottom: 0;
  }
  /* line 359, ../sass/room/room-post-top.scss */
  #RoomPostTopH span {
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
  /* line 364, ../sass/room/room-post-top.scss */
  #RoomPostTopH h1 {
    font-size: 10vw;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  /* line 373, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo a {
    padding: 0px 40px;
    line-height: 40px;
    height: 40px;
    margin-top: 0px;
  }
  /* line 382, ../sass/room/room-post-top.scss */
  #RoomPostTopInfo ul li {
    padding-left: 40px;
    font-size: 4vw;
    max-width: 260px;
    margin-bottom: 2vw;
    min-height: 45px;
    line-height: 1.5;
  }

  /* line 393, ../sass/room/room-post-top.scss */
  #IndexTopReserve {
    bottom: 0;
    height: 45px;
  }
  /* line 397, ../sass/room/room-post-top.scss */
  #IndexTopReserve a {
    height: 45px;
    line-height: 48px;
    padding: 0 20px;
    padding-left: 90px;
    font-size: 16px;
  }
  /* line 404, ../sass/room/room-post-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 30px;
    width: 45px;
    height: 45px;
  }
}
/* line 1, ../sass/room/room-post-desc.scss */
#RoomPostDesc {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;
}
/* line 7, ../sass/room/room-post-desc.scss */
#RoomPostDesc h2 {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 17, ../sass/room/room-post-desc.scss */
#RoomPostDesc p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 18px;
  max-width: 700px;
}
/* line 27, ../sass/room/room-post-desc.scss */
#RoomPostDesc ul {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 33, ../sass/room/room-post-desc.scss */
#RoomPostDesc ul li {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 7px;
  font-size: 18px;
  max-width: 700px;
}
/* line 45, ../sass/room/room-post-desc.scss */
#RoomPostDesc img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  border-bottom: 4px solid #527c7e;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 58, ../sass/room/room-post-desc.scss */
  #RoomPostDesc {
    margin-bottom: 70px;
  }
  /* line 61, ../sass/room/room-post-desc.scss */
  #RoomPostDesc h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 73, ../sass/room/room-post-desc.scss */
  #RoomPostDesc h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 85, ../sass/room/room-post-desc.scss */
  #RoomPostDesc h2 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 100, ../sass/room/room-post-desc.scss */
  #RoomPostDesc h2 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 26px;
  }
}
/* line 1, ../sass/index/index-rooms.scss */
#IndexRooms {
  position: relative;
  overflow: hidden;
}

/* line 6, ../sass/index/index-rooms.scss */
#IndexRoomsInfoTop {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 105px;
  text-align: center;
}
/* line 13, ../sass/index/index-rooms.scss */
#IndexRoomsInfoTop h2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 2px;
  font-size: 36px;
  text-transform: uppercase;
}
/* line 23, ../sass/index/index-rooms.scss */
#IndexRoomsInfoTop p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.5;
  width: 800px;
}

/* line 35, ../sass/index/index-rooms.scss */
#IndexRoomsImg {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 95px;
}
/* line 41, ../sass/index/index-rooms.scss */
#IndexRoomsImg .owl-controls {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
/* line 46, ../sass/index/index-rooms.scss */
#IndexRoomsImg .owl-controls .owl-dots {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
}
/* line 52, ../sass/index/index-rooms.scss */
#IndexRoomsImg .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 4px;
  margin-right: 10px;
  background: #e1e1e2;
}
/* line 61, ../sass/index/index-rooms.scss */
#IndexRoomsImg .owl-controls .owl-dots .owl-dot.active, #IndexRoomsImg .owl-controls .owl-dots .owl-dot:hover {
  background: #527c7e;
}

/* line 69, ../sass/index/index-rooms.scss */
#IndexRoomsInfo {
  position: relative;
  overflow: hidden;
}
/* line 73, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoLBL {
  position: relative;
  overflow: hidden;
  float: left;
  width: 240px;
  margin-right: 130px;
}
/* line 80, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoLBL .IndexRoomsInfoB {
  position: relative;
  overflow: hidden;
}
/* line 85, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoLBL p {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 95, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoLBL span {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  margin-bottom: 70px;
  font-size: 56px;
  color: #527c7e;
  font-family: 'ProximaNova-Bold';
}
/* line 105, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoLBL span b {
  position: relative;
  top: -25px;
  font-size: 30px;
}
/* line 113, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% - 240px - 130px);
}
/* line 119, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl h3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}
/* line 129, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl p {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
}
/* line 137, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  border-top: 2px solid #d0d1d2;
  padding-top: 22px;
}
/* line 144, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService h4 {
  position: relative;
  overflow: hidden;
  float: left;
  color: #44474c;
  width: 210px;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
}
/* line 156, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% / 2 - 110px);
}
/* line 162, ../sass/index/index-rooms.scss */
#IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul li {
  position: relative;
  overflow: hidden;
  display: block;
  color: #44474c;
  margin-bottom: 24px;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  font-size: 18px;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 179, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop {
    margin-top: 50px;
    margin-bottom: 55px;
  }
  /* line 183, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  /* line 188, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop p {
    font-size: 16px;
    width: 800px;
  }

  /* line 194, ../sass/index/index-rooms.scss */
  #IndexRoomsImg {
    margin-bottom: 50px;
  }
  /* line 197, ../sass/index/index-rooms.scss */
  #IndexRoomsImg .owl-controls {
    margin-top: 30px;
  }

  /* line 203, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL {
    margin-right: 60px;
  }
  /* line 206, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL p {
    font-size: 16px;
  }
  /* line 210, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL span {
    font-size: 50px;
  }
  /* line 215, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl {
    width: calc(100% - 240px - 60px);
  }
  /* line 218, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl h3 {
    margin-bottom: 30px;
    font-size: 21px;
  }
  /* line 223, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl p {
    font-size: 16px;
  }
  /* line 227, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService {
    margin-top: 50px;
  }
  /* line 230, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService h4 {
    font-size: 16px;
  }
  /* line 235, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 248, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  /* line 252, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop h2 {
    margin-bottom: 5vw;
    font-size: 3.6vw;
  }
  /* line 257, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop p {
    font-size: 2.3vw;
    width: 90vw;
  }

  /* line 263, ../sass/index/index-rooms.scss */
  #IndexRoomsImg {
    margin-bottom: 7vw;
  }

  /* line 268, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL {
    width: 17vw;
    margin-right: 5vw;
  }
  /* line 272, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL p {
    margin-bottom: 2vw;
    font-size: 2.3vw;
  }
  /* line 277, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  /* line 281, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL span b {
    top: -3vw;
    font-size: 3vw;
  }
  /* line 288, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl {
    width: calc(100% - 23vw);
  }
  /* line 291, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl h3 {
    margin-bottom: 5vw;
    font-size: 3vw;
  }
  /* line 296, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl p {
    font-size: 2.3vw;
  }
  /* line 300, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService {
    margin-top: 5vw;
    padding-top: 3vw;
  }
  /* line 304, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService h4 {
    width: calc(100% / 3);
    font-size: 2vw;
  }
  /* line 309, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% / 3);
  }
  /* line 315, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul li {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 328, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  /* line 332, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop h2 {
    margin-bottom: 5vw;
    font-size: 7vw;
  }
  /* line 337, ../sass/index/index-rooms.scss */
  #IndexRoomsInfoTop p {
    font-size: 5vw;
    width: 90vw;
  }

  /* line 343, ../sass/index/index-rooms.scss */
  #IndexRoomsImg {
    margin-bottom: 10vw;
  }
  /* line 346, ../sass/index/index-rooms.scss */
  #IndexRoomsImg .owl-controls {
    margin-top: 5vw;
  }

  /* line 351, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo {
    position: relative;
    overflow: hidden;
  }
  /* line 355, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL {
    float: none;
    width: 100%;
    margin-right: 0;
    border-top: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
    margin-bottom: 10vw;
  }
  /* line 363, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL .IndexRoomsInfoB {
    width: calc(100% / 3 - 1px);
    float: left;
    border-right: 1px solid #d0d1d2;
  }
  /* line 368, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL .IndexRoomsInfoB:nth-child(3) {
    border-right: none;
  }
  /* line 373, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL p {
    margin-top: 5vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    min-height: 10vw;
  }
  /* line 380, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL span {
    margin-bottom: 5vw;
    font-size: 10vw;
  }
  /* line 384, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoLBL span b {
    top: -5vw;
    font-size: 5vw;
  }
  /* line 391, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl {
    float: none;
    width: 100%;
  }
  /* line 395, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl h3 {
    margin-bottom: 5vw;
    font-size: 7vw;
  }
  /* line 400, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl p {
    font-size: 5vw;
  }
  /* line 404, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService {
    margin-top: 5vw;
    padding-top: 3vw;
  }
  /* line 408, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService h4 {
    float: none;
    width: 100%;
    font-size: 7vw;
    text-align: center;
    margin-bottom: 5vw;
  }
  /* line 416, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul {
    width: calc(100% / 2);
  }
  /* line 419, ../sass/index/index-rooms.scss */
  #IndexRoomsInfo #IndexRoomsInfoRBl #IndexRoomsInfoRBlService ul li {
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}
/* line 2, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02 {
  position: relative;
  overflow: hidden;
  padding: 70px 0px;
  margin-top: 50px;
  background: #527c7e;
}

/* line 10, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02LBl {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% - 400px);
}
/* line 16, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02LBl p {
  position: relative;
  overflow: hidden;
  float: left;
  padding-left: 60px;
  line-height: 1.7;
  color: #cec498;
  font-size: 18px;
  width: calc(50% - 60px);
}
/* line 27, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02LBl p span {
  position: relative;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 2px;
  color: #fff;
}

/* line 40, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02RBl {
  position: relative;
  overflow: hidden;
  float: right;
  width: 300px;
}
/* line 46, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02RBl ul {
  position: relative;
  overflow: hidden;
}
/* line 50, ../sass/room/room-post-desc02.scss */
#RoomsPostDesc02RBl ul li {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 67, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02 {
    padding: 50px 0px;
    margin-top: 30px;
  }

  /* line 72, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl {
    width: calc(100% - 300px);
  }
  /* line 75, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p {
    font-size: 16px;
  }
  /* line 78, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p span {
    font-size: 18px;
  }

  /* line 84, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl {
    width: 250px;
  }
  /* line 88, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 101, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02 {
    padding: 40px 0px;
    margin-top: 30px;
  }

  /* line 106, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl {
    width: calc(100% - 250px);
  }
  /* line 109, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p {
    font-size: 15px;
    line-height: 1.5;
  }
  /* line 113, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p span {
    font-size: 16px;
  }

  /* line 119, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl {
    width: 200px;
  }
  /* line 123, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 134, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02 {
    padding: 70px 0px;
    margin-top: 50px;
  }

  /* line 139, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl {
    float: none;
    width: 100%;
  }
  /* line 143, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p {
    float: none;
    padding-left: 20px;
    font-size: 18px;
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  /* line 151, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02LBl p span {
    font-size: 20px;
  }

  /* line 157, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl {
    float: none;
    padding-left: 20px;
    width: calc(100% - 20px);
  }
  /* line 164, ../sass/room/room-post-desc02.scss */
  #RoomsPostDesc02RBl ul li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
/* line 1, ../sass/room/room-gal-top.scss */
#RoomPostGalTop {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  height: 12vw;
}

/* line 10, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB {
  display: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: calc(100% / 6);
}
/* line 17, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB img {
  width: 100%;
  min-height: 100%;
  transition: 0.5s ease;
}
/* line 23, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB span {
  display: none;
}
/* line 28, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
/* line 34, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:nth-child(1), .RoomPostGalTopB:nth-child(2), .RoomPostGalTopB:nth-child(3), .RoomPostGalTopB:nth-child(4), .RoomPostGalTopB:nth-child(5) {
  display: block;
}
/* line 38, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:nth-child(6) {
  background: #527c7e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.5s ease;
}
/* line 47, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:nth-child(6) span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'ProximaNova-Bold';
  text-transform: uppercase;
}
/* line 59, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:nth-child(6) img {
  display: none;
}
/* line 63, ../sass/room/room-gal-top.scss */
.RoomPostGalTopB:nth-child(6):hover {
  transition: 0.5s ease;
  background: #3e5e5f;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 74, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB:nth-child(6) span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 86, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB:nth-child(6) span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 96, ../sass/room/room-gal-top.scss */
  #RoomPostGalTop {
    flex-wrap: wrap;
    display: flex;
    height: 24vh;
  }

  /* line 102, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB {
    height: 50%;
    width: calc(100% / 3);
  }
  /* line 106, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB img {
    transition: 0.5s ease;
  }
  /* line 111, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB:nth-child(1), .RoomPostGalTopB:nth-child(2), .RoomPostGalTopB:nth-child(3), .RoomPostGalTopB:nth-child(4), .RoomPostGalTopB:nth-child(5) {
    display: block;
  }
  /* line 115, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB:nth-child(6) {
    transition: 0.5s ease;
  }
  /* line 118, ../sass/room/room-gal-top.scss */
  .RoomPostGalTopB:nth-child(6) span {
    font-size: 4vw;
    text-align: center;
  }
}
/* line 1, ../sass/index/index-form.scss */
#IndexForm {
  position: relative;
  overflow: hidden;
  background: #f4f1ed;
  padding: 90px 0px;
  margin-top: 60px;
}

/* line 9, ../sass/index/index-form.scss */
#IndexFormInfo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 40%;
}
/* line 15, ../sass/index/index-form.scss */
#IndexFormInfo h2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 24, ../sass/index/index-form.scss */
#IndexFormInfo p {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
}
/* line 33, ../sass/index/index-form.scss */
#IndexFormInfo ul {
  position: relative;
  overflow: hidden;
}
/* line 37, ../sass/index/index-form.scss */
#IndexFormInfo ul li {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 47, ../sass/index/index-form.scss */
#IndexFormInfo ul li a {
  position: relative;
  color: #000;
}
/* line 51, ../sass/index/index-form.scss */
#IndexFormInfo ul li a:hover {
  color: #527c7e;
}
/* line 57, ../sass/index/index-form.scss */
#IndexFormInfo ul li:nth-child(1) a {
  text-decoration: underline;
}
/* line 62, ../sass/index/index-form.scss */
#IndexFormInfo ul li:nth-child(2) {
  padding-top: 40px;
}
/* line 65, ../sass/index/index-form.scss */
#IndexFormInfo ul li:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 106px;
  height: 30px;
  background: url(/img/icon-011.svg) left center no-repeat, url(/img/icon-012.svg) 40px center no-repeat, url(/img/icon-013.svg) 80px center no-repeat;
  background-size: auto 30px, auto 25px, auto 25px;
}

/* line 81, ../sass/index/index-form.scss */
#IndexFormForm {
  position: relative;
  overflow: hidden;
  float: right;
  width: 50%;
}
/* line 87, ../sass/index/index-form.scss */
#IndexFormForm form {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 92, ../sass/index/index-form.scss */
#IndexFormForm form label {
  display: block;
  position: relative;
  overflow: hidden;
  color: #44474c;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 5px;
}
/* line 104, ../sass/index/index-form.scss */
#IndexFormForm form .text {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: 1px solid #44474c;
  padding: 0 15px;
  font-size: 20px;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 20px;
  outline: none;
}
/* line 119, ../sass/index/index-form.scss */
#IndexFormForm form .SubmitClose {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border: 1px solid #44474c;
  color: #44474c;
  font-family: 'ProximaNova-Bold';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease;
}
/* line 136, ../sass/index/index-form.scss */
#IndexFormForm form .SubmitClose:hover {
  transition: 0.5s ease;
  background: #44474c;
  color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 147, ../sass/index/index-form.scss */
  #IndexForm {
    padding: 60px 0px;
    margin-top: 60px;
  }

  /* line 153, ../sass/index/index-form.scss */
  #IndexFormInfo h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  /* line 161, ../sass/index/index-form.scss */
  #IndexFormForm form label {
    font-size: 18px;
  }
  /* line 165, ../sass/index/index-form.scss */
  #IndexFormForm form .text {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 172, ../sass/index/index-form.scss */
  #IndexFormForm form .SubmitClose {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 185, ../sass/index/index-form.scss */
  #IndexForm {
    padding: 6vw 0px;
    margin-top: 6vw;
  }

  /* line 190, ../sass/index/index-form.scss */
  #IndexFormInfo {
    width: 100%;
  }
  /* line 193, ../sass/index/index-form.scss */
  #IndexFormInfo h2 {
    margin-bottom: 5vw;
    font-size: 3.4vw;
  }
  /* line 198, ../sass/index/index-form.scss */
  #IndexFormInfo p {
    margin-bottom: 2vw;
    font-size: 2.3vw;
  }
  /* line 204, ../sass/index/index-form.scss */
  #IndexFormInfo ul li {
    font-size: 2.3vw;
    margin-bottom: 1vw;
  }

  /* line 211, ../sass/index/index-form.scss */
  #IndexFormForm {
    width: 100%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 219, ../sass/index/index-form.scss */
  #IndexForm {
    padding: 5vw 0px;
    margin-top: 5vw;
  }

  /* line 224, ../sass/index/index-form.scss */
  #IndexFormInfo {
    width: 100%;
  }
  /* line 227, ../sass/index/index-form.scss */
  #IndexFormInfo h2 {
    margin-bottom: 5vw;
    font-size: 8vw;
  }
  /* line 232, ../sass/index/index-form.scss */
  #IndexFormInfo p {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
  /* line 238, ../sass/index/index-form.scss */
  #IndexFormInfo ul li {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  /* line 245, ../sass/index/index-form.scss */
  #IndexFormForm {
    width: 100%;
  }
  /* line 249, ../sass/index/index-form.scss */
  #IndexFormForm form label {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  /* line 254, ../sass/index/index-form.scss */
  #IndexFormForm form .text {
    height: 12vw;
    line-height: 12vw;
    padding: 0 3vw;
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  /* line 262, ../sass/index/index-form.scss */
  #IndexFormForm form .SubmitClose {
    height: 15vw;
    line-height: 15vw;
    font-size: 5vw;
    padding: 0 10vw;
    margin-top: 3vw;
  }
}
/* line 14, ../sass/room-post.scss */
#IndexForm {
  margin-top: 0;
}
