/* line 1, ../sass/room.scss */
#Room {
  position: relative;
  overflow: hidden;
}

/* line 6, ../sass/room.scss */
#RoomTop {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #d0d1d2;
}
/* line 12, ../sass/room.scss */
#RoomTop h1 {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 22, ../sass/room.scss */
#RoomTop p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 54px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 18px;
  max-width: 1000px;
}

/* line 34, ../sass/room.scss */
#RoomInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 60px 0;
}

/* line 43, ../sass/room.scss */
.RoomB {
  position: relative;
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  height: 525px;
  box-sizing: border-box;
  padding: 65px;
}
/* line 52, ../sass/room.scss */
.RoomB:nth-child(3) {
  margin-right: 0;
}
/* line 56, ../sass/room.scss */
.RoomB:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.5s ease;
}
/* line 69, ../sass/room.scss */
.RoomB a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 79, ../sass/room.scss */
.RoomB span {
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #f6e2a8;
  font-size: 18px;
  line-height: 1.4;
  z-index: 2;
  font-family: 'ProximaNova-Bold';
  margin-bottom: 10px;
}
/* line 92, ../sass/room.scss */
.RoomB h3 {
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: 'ProximaNova-Light';
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
/* line 103, ../sass/room.scss */
.RoomB p {
  position: relative;
  overflow: hidden;
  font-family: 'ProximaNova-Bold';
  color: #fff;
  z-index: 2;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 180px;
}
/* line 114, ../sass/room.scss */
.RoomB strong {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #f6e2a8;
  color: #000;
  font-family: 'ProximaNova-Bold';
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 30px;
  z-index: 2;
}
/* line 128, ../sass/room.scss */
.RoomB:hover:after {
  background: transparent;
  transition: 0.5s ease;
}

@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 138, ../sass/room.scss */
  #RoomTop h1 {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  /* line 144, ../sass/room.scss */
  #RoomInner {
    margin: 40px 0;
  }

  /* line 148, ../sass/room.scss */
  .RoomB {
    height: 450px;
    padding: 40px;
  }
  /* line 152, ../sass/room.scss */
  .RoomB h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 162, ../sass/room.scss */
  #RoomTop h1 {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  /* line 168, ../sass/room.scss */
  #RoomInner {
    margin: 40px 0;
  }

  /* line 172, ../sass/room.scss */
  .RoomB {
    height: 370px;
    padding: 20px;
  }
  /* line 176, ../sass/room.scss */
  .RoomB h3 {
    font-size: 36px;
  }
  /* line 180, ../sass/room.scss */
  .RoomB p {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 190, ../sass/room.scss */
  #RoomTop h1 {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  /* line 196, ../sass/room.scss */
  #RoomInner {
    margin: 40px 0;
  }

  /* line 200, ../sass/room.scss */
  .RoomB {
    height: 320px;
    padding: 10px;
  }
  /* line 204, ../sass/room.scss */
  .RoomB h3 {
    font-size: 32px;
  }
  /* line 208, ../sass/room.scss */
  .RoomB p {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 219, ../sass/room.scss */
  #RoomTop h1 {
    margin-top: 70px;
    margin-bottom: 35px;
    font-size: 26px;
    letter-spacing: 1px;
  }
  /* line 226, ../sass/room.scss */
  #RoomTop p {
    margin-left: 0px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 18px;
    max-width: 90%;
  }

  /* line 235, ../sass/room.scss */
  #RoomInner {
    margin: 30px 0;
    display: block;
  }

  /* line 240, ../sass/room.scss */
  .RoomB {
    width: 100%;
    margin-right: 0%;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 2%;
  }
  /* line 248, ../sass/room.scss */
  .RoomB:nth-child(3) {
    margin-right: 3%;
  }
  /* line 252, ../sass/room.scss */
  .RoomB span {
    font-size: 18px;
  }
  /* line 256, ../sass/room.scss */
  .RoomB h3 {
    font-size: 40px;
  }
  /* line 260, ../sass/room.scss */
  .RoomB p {
    font-size: 16px;
    margin-top: 180px;
  }
  /* line 265, ../sass/room.scss */
  .RoomB strong {
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 30px;
  }
}
