/* line 43, ../../sass/_mixins.scss */
.news {
  width: 100%;
  height: 71px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #415065;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
/* line 52, ../../sass/_mixins.scss */
.news .news-list {
  text-align: center;
  position: relative;
  line-height: 71px;
}
/* line 56, ../../sass/_mixins.scss */
.news .news-list .news-wrap {
  height: 71px;
  cursor: pointer;
}
/* line 61, ../../sass/_mixins.scss */
.news .news-toggle {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 67, ../../sass/_mixins.scss */
.news .highlight {
  width: 67px;
  line-height: 27px;
  text-align: center;
  border: solid 2px #415065;
  margin: 20px 20px;
  overflow: hidden;
  display: inline-block;
}
/* line 76, ../../sass/_mixins.scss */
.news .news-content {
  max-width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../../sass/_mixins.scss */
  .news {
    display: none;
  }
}

/* line 3, ../../sass/_base.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
}

/* line 8, ../../sass/_base.scss */
body {
  font-size: 16px;
}

/* line 11, ../../sass/_base.scss */
div, h1, h2, h3, h4, h5, h6, p, li, input, select, button {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}

/* line 15, ../../sass/_base.scss */
a, a:link, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

/* line 20, ../../sass/_base.scss */
h1 {
  font-size: 48px;
  color: #272e35;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../../sass/_base.scss */
  h1 {
    font-size: 36px;
  }
}

/* line 29, ../../sass/_base.scss */
h2 {
  font-size: 30px;
  color: #272e35;
  font-weight: 500;
}

/* line 35, ../../sass/_base.scss */
h3 {
  font-size: 20px;
  color: #272e35;
}

/* line 40, ../../sass/_base.scss */
p {
  font-weight: 300;
}

/* line 44, ../../sass/_base.scss */
li {
  font-weight: 500;
}

/* line 47, ../../sass/_base.scss */
.container li {
  font-weight: 300;
}

/* line 51, ../../sass/_base.scss */
select {
  cursor: pointer;
}

/* line 55, ../../sass/_base.scss */
img {
  max-width: 100%;
}

/* line 59, ../../sass/_base.scss */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 48px;
}

/* line 65, ../../sass/_base.scss */
.row {
  margin: 0;
}

/* line 68, ../../sass/_base.scss */
.gap {
  margin: 20px;
}

/* line 6, ../../sass/layouts/room.scss */
body {
  overflow-x: hidden;
}

/* line 10, ../../sass/layouts/room.scss */
main {
  width: 100%;
  height: 100%;
}

/* line 15, ../../sass/layouts/room.scss */
.rooms-title {
  margin: 1.4em 0 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #272e35;
}
/* line 21, ../../sass/layouts/room.scss */
.rooms-title span {
  position: relative;
}
/* line 23, ../../sass/layouts/room.scss */
.rooms-title span:before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: -2em;
  background: #000;
}
/* line 32, ../../sass/layouts/room.scss */
.rooms-title span:after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  right: -2em;
  background: #000;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../sass/layouts/room.scss */
  .rooms-title {
    margin: 1em 0 0;
    font-size: 1.4em;
  }
}

/* line 48, ../../sass/layouts/room.scss */
.rooms-section {
  background: #f2f2f2;
}

/* line 52, ../../sass/layouts/room.scss */
.rooms-swiper {
  /*margin: 50px 0;*/
  margin-top: 50px;
  overflow: hidden;
}
/* line 55, ../../sass/layouts/room.scss */
.rooms-swiper .swiper-slide {
  padding: 35px 0;
  background: #232b36;
}
@media only screen and (max-width: 767px) {
  /* line 55, ../../sass/layouts/room.scss */
  .rooms-swiper .swiper-slide {
    padding: 0 0 35px;
  }
}

/* line 64, ../../sass/layouts/room.scss */
.rooms-intro-container {
  margin: 50px 0;
}

/* line 68, ../../sass/layouts/room.scss */
.rooms-intro {
  color: #272e35;
  text-align: center;
  width: 90%;
  height: 500px;
  margin: 0 auto;
  padding: 40px 25px 40px 25px;
  border-top: 5px solid #2d3746;
  border-bottom: 5px solid #2d3746;
  box-shadow: #fff 0 5px 0 0 inset, #fff 0 -5px 0 0 inset, #415065 0 6px 0 0 inset, #415065 0 -6px 0 0 inset;
}
@media only screen and (max-width: 991px) {
  /* line 68, ../../sass/layouts/room.scss */
  .rooms-intro {
    height: auto;
  }
}
/* line 81, ../../sass/layouts/room.scss */
.rooms-intro .title {
  margin: 0 0 1.2em;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 86, ../../sass/layouts/room.scss */
.rooms-intro .desc {
  font-size: 1.2em;
  line-height: 1.8;
}


/* line 92, ../../sass/layouts/room.scss */
.opt-rooms-new {
  padding: 1em 0 1.4em;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
  background: #f2f2f2;
}
/* line 98, ../../sass/layouts/room.scss */
.opt-rooms-new li {
  display: inline-block;
  position: relative;
}
/* line 101, ../../sass/layouts/room.scss */
.opt-rooms-new li a {
  padding: 15px 22px 15px 23px;
  display: block;
}
/* line 105, ../../sass/layouts/room.scss */
.opt-rooms-new li.is-active {
  color: #415065;
}
/* line 107, ../../sass/layouts/room.scss */
.opt-rooms-new li.is-active:after {
  width: 32px;
}
/* line 111, ../../sass/layouts/room.scss */
.opt-rooms-new li:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #415065;
  position: absolute;
  left: calc(50% - 16px);
  bottom: 0;
  transition: all 0.2s ease-out;
}
/* line 121, ../../sass/layouts/room.scss */
.opt-rooms-new li:hover:after {
  width: 32px;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../../sass/layouts/room.scss */
  .opt-rooms-new {
    display: none;
    padding: 0.5em 0 1em 0;
  }
}

/* line 131, ../../sass/layouts/room.scss */
.m-opt-rooms-new {
  display: none;
  width: 100%;
  background: #f2f2f2;
  font-weight: bold;
  height: 2.6em;
  text-indent: 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 131, ../../sass/layouts/room.scss */
  .m-opt-rooms-new {
    display: block;
  }
}

/* line 143, ../../sass/layouts/room.scss */
.swiper-container {
  z-index: 0;
  position: relative;
  width: 100%;
}
/* line 147, ../../sass/layouts/room.scss */
.swiper-container .swiper-slide {
  height: calc(100vh - 99px - 46px - 60px);
  color: #fff;
}
/* line 150, ../../sass/layouts/room.scss */
.swiper-container .swiper-slide .img-container {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  color: #fff;
  height: calc(100vh - 99px - 46px - 60px);
}
/* line 157, ../../sass/layouts/room.scss */
.swiper-container .swiper-slide .img-container:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* line 163, ../../sass/layouts/room.scss */
.swiper-container .swiper-slide .room-type {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 28px;
  letter-spacing: 2.4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 131px 35px;
}
/* line 172, ../../sass/layouts/room.scss */
.swiper-container .swiper-slide .room-desc {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin: 96px 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 188, ../../sass/layouts/room.scss */
.intro-title {
  background: #ccc;
  text-align: center;
  width: 100%;
  color: #fff;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}

/* line 199, ../../sass/layouts/room.scss */
h1 {
  margin: 30px 0;
  color: #272e35;
}

/* line 204, ../../sass/layouts/room.scss */
.intro {
  margin-top: 1em;
}
/* line 206, ../../sass/layouts/room.scss */
.intro .title {
  float: left;
  padding-left: 22px;
  font-size: 20px;
  width: 164px;
  letter-spacing: 4px;
  color: #272e35;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 206, ../../sass/layouts/room.scss */
  .intro .title {
    margin-top: 1em;
  }
}
/* line 218, ../../sass/layouts/room.scss */
.intro .content {
  padding-left: 22px;
}
/* line 221, ../../sass/layouts/room.scss */
.intro .intro-desc {
  line-height: 36px;
  letter-spacing: 1.8px;
}
/* line 224, ../../sass/layouts/room.scss */
.intro .intro-desc .intro-list {
  margin-bottom: 21px;
}
/* line 226, ../../sass/layouts/room.scss */
.intro .intro-desc .intro-list ul {
  display: inline-block;
  padding-right: 30px;
}
/* line 229, ../../sass/layouts/room.scss */
.intro .intro-desc .intro-list ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 234, ../../sass/layouts/room.scss */
  .intro .intro-desc .intro-list ul:nth-of-type(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 244, ../../sass/layouts/room.scss */
  .swiper-container .swiper-slide {
    height: calc(100vh - 60px - 60px);
  }
  /* line 246, ../../sass/layouts/room.scss */
  .swiper-container .swiper-slide .img-container {
    height: calc(100vh - 60px - 60px);
  }
  /* line 249, ../../sass/layouts/room.scss */
  .swiper-container .swiper-slide .room-type {
    margin: 71px 35px;
  }
  /* line 252, ../../sass/layouts/room.scss */
  .swiper-container .swiper-slide .room-desc {
    margin: 36px 35px;
  }
}

/*# sourceMappingURL=room.css.map */
