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

#IndexTopMain {
  position: relative;
  overflow: hidden;
 /*  background-position-x: 10%; */
/*   height: calc(100vh - 100px); */
height: 100%;
background: url(/img/2.png) 40% 50% no-repeat;
/* background-position-x: 1%; */
  background-size: cover;
  border-bottom: 4px solid #527c7e;
}
#IndexTopMain #IndexTopBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#ffffff', GradientType=1 );
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 232, ../sass/index/index-top.scss */
  #IndexTopMain {
    border-bottom: unset;
    background-size: contain;
    height: 330px;
  }
  #IndexTop {
    height: 330px;
    overflow: unset;
  }
}

/* line 10, ../sass/index/index-top.scss */
#IndexTopBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  background: -moz-linear-gradient(left, rgba(18, 18, 18, 0.4) 0%, rgba(255, 255, 255, 0.17) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18, 18, 18, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.17)));
  background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0.4) 0%, rgba(255, 255, 255, 0.17) 100%);
  background: -o-linear-gradient(left, rgba(18, 18, 18, 0.4) 0%, rgba(255, 255, 255, 0.17) 100%);
  background: -ms-linear-gradient(left, rgba(18, 18, 18, 0.4) 0%, rgba(255, 255, 255, 0.17) 100%);
  background: linear-gradient(to right, rgba(18, 18, 18, 0.4) 0%, rgba(255, 255, 255, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#ffffff', GradientType=1 );
}

/* line 26, ../sass/index/index-top.scss */
#IndexTopH {
  position: relative;
  overflow: hidden;
  margin-top: 20vh;
  margin-bottom: 60px;
}
/* line 32, ../sass/index/index-top.scss */
#IndexTopH h1 {
  position: relative;
  overflow: hidden;
  color: #fedfa0;
  font-size: 5vw;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 42, ../sass/index/index-top.scss */
#IndexTopH p {
  position: relative;
  overflow: hidden;
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
}

/* line 52, ../sass/index/index-top.scss */
#IndexTopInfo {
  position: relative;
  overflow: hidden;
}
/* line 56, ../sass/index/index-top.scss */
#IndexTopInfo ul {
  position: relative;
  overflow: hidden;
}
/* line 60, ../sass/index/index-top.scss */
#IndexTopInfo ul li {
  position: relative;
  overflow: hidden;
  padding-left: 42px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 13px;
  max-width: 170px;
  font-family: 'ProximaNova-Bold';
  margin-bottom: 20px;
}
/* line 73, ../sass/index/index-top.scss */
#IndexTopInfo ul li:nth-child(1) {
  background: url(/img/swimming.svg) left 5px no-repeat;
  background-size: 30px auto;
}
#IndexTopInfo ul li:nth-child(2) {
  background: url(/img/icon-02.svg) left 5px no-repeat;
  background-size: 30px auto;
}
/* line 78, ../sass/index/index-top.scss */
#IndexTopInfo ul li:nth-child(3) {
  background: url(/img/icon-04.svg) left 5px no-repeat;
  background-size: 30px auto;
}
/* line 83, ../sass/index/index-top.scss */
#IndexTopInfo ul li:nth-child(4) {
  background: url(/img/icon-03.svg) left 5px no-repeat;
  background-size: 30px auto;
  max-width: 195px;
}

/* line 92, ../sass/index/index-top.scss */
#IndexTopReserve {
 /*  position: absolute;
  bottom: 22vh;
  left: 4%;
  height: 75px; */
  position: absolute;
  top:70%;
left:50%;
transform:translate(-50%, -50%);
}
/* line 98, ../sass/index/index-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 113, ../sass/index/index-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 125, ../sass/index/index-top.scss */
#IndexTopReserve a:hover {
  opacity: 0.9;
}
#IndexFormAbout {
  margin: 60px 0px
}
#IndexFormAbout p{
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
}
#IndexFormAbout h2{
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  #IndexFormAbout p{
  font-size: 5vw;
}
#IndexFormAbout h2{
font-size: 7vw;
}
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 133, ../sass/index/index-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 136, ../sass/index/index-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 142, ../sass/index/index-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 154, ../sass/index/index-top.scss */
  #IndexTopH {
    margin-top: 10vh;
    margin-bottom: 60px;
  }
  /* line 158, ../sass/index/index-top.scss */
  #IndexTopH h1 {
    position: relative;
    overflow: hidden;
    color: #fedfa0;
    font-size: 5vw;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  /* line 168, ../sass/index/index-top.scss */
  #IndexTopH p {
    position: relative;
    overflow: hidden;
    color: #fff;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 182, ../sass/index/index-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 185, ../sass/index/index-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 191, ../sass/index/index-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 203, ../sass/index/index-top.scss */
  #IndexTopReserve {
    height: 60px;
  }
  /* line 206, ../sass/index/index-top.scss */
  #IndexTopReserve a {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    font-size: 16px;
  }
  /* line 212, ../sass/index/index-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 35px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) and (max-height: 650px) {
  /* line 224, ../sass/index/index-top.scss */
  #IndexTopH {
    margin-top: 10vh;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 232, ../sass/index/index-top.scss */
  #IndexTop {
    height: 135vw;
    background: url(/img/index-top-bg-mob.JPG) center top no-repeat;
    background-size: cover;
  }

  /* line 238, ../sass/index/index-top.scss */
  #IndexTopH {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  /* line 242, ../sass/index/index-top.scss */
  #IndexTopH h1 {
    font-size: 9vw;
    margin-bottom: 3vw;
  }
  /* line 247, ../sass/index/index-top.scss */
  #IndexTopH p {
    font-size: 6vw;
  }

  /* line 252, ../sass/index/index-top.scss */
  #IndexTopReserve {
    bottom: 10vw;
    height: 15vw;
        top: unset;
    left: unset;
    transform: unset;
/* 
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }
  /* line 256, ../sass/index/index-top.scss */
  #IndexTopReserve a {
    height: 15vw;
    line-height: 15vw;
    padding: 0 5vw;
    padding-left: 20vw;
    font-size: 5vw;
  }
  /* line 263, ../sass/index/index-top.scss */
  #IndexTopReserve a:before {
    background-size: auto 10vw;
    width: 15vw;
    height: 15vw;
  }
}
/* line 1, ../sass/index/index-info.scss */
#IndexInfo {
  position: relative;
  overflow: hidden;
  display: none;
}
/* line 5, ../sass/index/index-info.scss */
#IndexInfo h2 {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 15, ../sass/index/index-info.scss */
#IndexInfo p {
  position: relative;
  overflow: hidden;
  margin-left: 54px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 18px;
  max-width: 700px;
}
/* line 25, ../sass/index/index-info.scss */
#IndexInfo img {
  position: relative;
  overflow: hidden;
  width: 700px;
  margin-bottom: 80px;
}



/* line 34, ../sass/index/index-info.scss */
#IndexInfoBg {
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  width: 25vw;
  height: 100%;
  background: url(/img/bg-03.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  /* line 48, ../sass/index/index-info.scss */
  #IndexInfo h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 60, ../sass/index/index-info.scss */
  #IndexInfo h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 72, ../sass/index/index-info.scss */
  #IndexInfo h2 {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 24px;
  }
  /* line 78, ../sass/index/index-info.scss */
  #IndexInfo p {
    margin-left: 54px;
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 600px;
  }
  /* line 85, ../sass/index/index-info.scss */
  #IndexInfo img {
    width: 600px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 96, ../sass/index/index-info.scss */
  #IndexInfo h2 {
    margin-top: 8vw;
    margin-bottom: 6vw;
    font-size: 3vw;
    max-width: 75%;
  }
  /* line 103, ../sass/index/index-info.scss */
  #IndexInfo p {
    margin-left: 5vw;
    margin-bottom: 4vw;
    font-size: 2.3vw;
    max-width: 60vw;
  }
  /* line 110, ../sass/index/index-info.scss */
  #IndexInfo img {
    width: 60vw;
    margin-bottom: 6vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 121, ../sass/index/index-info.scss */
  #IndexInfo h2 {
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-size: 7vw;
  }
  /* line 127, ../sass/index/index-info.scss */
  #IndexInfo p {
    margin-left: 10vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    max-width: 80vw;
  }
  /* line 134, ../sass/index/index-info.scss */
  #IndexInfo img {
    width: 96vw;
    margin-bottom: 0vw;
  }

  /* line 141, ../sass/index/index-info.scss */
  #IndexInfoBg {
    display: none;
  }
}


.about {
 margin: 80px 0px;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {

  .about {
    margin: 120px 0px 60px;
   }
}

.about h3{
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 2px;
  font-size: 36px;
  text-transform: uppercase;
}

.about__inner {
  align-self: start;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  min-height: 345px
}

.about__title {
  position: relative;
  font-size: 30px
}

.about__sprite {
/*   fill: #fff; */
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto
}
.about__subtitle {
  margin-top: 20px
}
.title_fz14{
  color: #f7faff;
  font-family: 'ProximaNova-Bold';
  font-size: 19px;
  margin-bottom: 40px;
}
.about__skills {
  display: grid;
  color: #fff;
  grid-template: repeat(1, minmax(360px, auto))/repeat(3, 330px);
  grid-auto-rows: 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 100px
}

.about__skills-item {
  display: grid;
  grid-template-columns: 330px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-self: start;
  background-color: #527c7e;
  border-radius: 10px
}

/* .about__skills-item:hover {
  transform: translateY(-20px);
  top: 20px;
  transition: all .6s ease 0s
} */

.about__skills-circle {
  position: relative;
  padding: 25px 0 0 0;
  transition-delay: 1s;
  margin-bottom: 20px
}

.about__skills-text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  transition-duration: 1s
}


@media only screen and (min-width: 709px) and (max-width: 1136px) {

  .about__skills {
    display: grid;
    color: #fff;
    grid-template: repeat(1, minmax(320px, auto))/repeat(3, 290px);
    grid-auto-rows: 1fr;
    column-gap: 30px;
    row-gap: 20px;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 100px
  }
  .about__skills-item {

    grid-template-columns: 290px;

  }
}


@media only screen and (max-width: 991px) {

  .about__skills {
    display: grid;
    color: #fff;
    grid-template: repeat(1, minmax(330px, auto))/repeat(1, 330px);
    grid-auto-rows: 1fr;
    column-gap: 30px;
    row-gap: 20px;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 0px
  }
  .about__skills-item {

    grid-template-columns: 330px;

  }
}





/* line 1, ../sass/index/index-why.scss */
#IndexWhy {
  position: relative;
  overflow: hidden;
  padding: 70px 0px;
  text-align: center;
  background: #527c7e;
}
/* line 8, ../sass/index/index-why.scss */
#IndexWhy p {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 1px;
}
/* line 19, ../sass/index/index-why.scss */
#IndexWhy span {
  position: relative;
  overflow: hidden;
  display: block;
  color: #cec498;
  line-height: 1.6;
  font-size: 18px;
}

/* line 29, ../sass/index/index-why.scss */
#IndexPhotoBG {
  height: 350px;
  background: url(/img/index-ph-bg.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 37, ../sass/index/index-why.scss */
  #IndexWhy {
    padding: 40px 0px;
  }
  /* line 40, ../sass/index/index-why.scss */
  #IndexWhy p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  /* line 45, ../sass/index/index-why.scss */
  #IndexWhy span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 54, ../sass/index/index-why.scss */
  #IndexWhy {
    padding: 7vw 0px;
  }
  /* line 57, ../sass/index/index-why.scss */
  #IndexWhy p {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  /* line 62, ../sass/index/index-why.scss */
  #IndexWhy span {
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 71, ../sass/index/index-why.scss */
  #IndexWhy {
    padding: 5vw 0px;
  }
  /* line 74, ../sass/index/index-why.scss */
  #IndexWhy p {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  /* line 79, ../sass/index/index-why.scss */
  #IndexWhy span {
    font-size: 5vw;
  }
}
/* line 1, ../sass/index/index-rooms.scss */
#IndexRooms {
  position: relative;
  overflow: hidden;
  display: none;
}

/* 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 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;
}
#IndexFormInfo svg{
  height: 30px;
}
#IndexFormInfo svg path{
  height: 30px;
}
/* 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: 0px;
}
/* line 65, ../sass/index/index-form.scss */
#IndexFormInfo ul li:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  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;
  display: none;
}

/* 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 1, ../sass/index/index-near.scss */
#IndexObjectNear {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}
/* line 7, ../sass/index/index-near.scss */
#IndexObjectNear h2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 18, ../sass/index/index-near.scss */
#IndexObjectNear .owl-carousel2 {
  margin: 0 50px;
  width: calc(100% - 100px);
}
/* line 23, ../sass/index/index-near.scss */
#IndexObjectNear .owl-prev, #IndexObjectNear .owl-next {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: calc(100% - 69px);
  z-index: 9;
  background: url(/img/arrow-left.svg) left center no-repeat;
  background-size: auto 40px;
}
/* line 33, ../sass/index/index-near.scss */
#IndexObjectNear .owl-prev:hover, #IndexObjectNear .owl-next:hover {
  background: url(/img/arrow-left-h.svg) left center no-repeat;
  background-size: auto 40px;
}
/* line 39, ../sass/index/index-near.scss */
#IndexObjectNear .owl-next {
  left: initial;
  right: -40px;
  background: url(/img/arrow-right.svg) right center no-repeat;
  background-size: auto 40px;
}
/* line 45, ../sass/index/index-near.scss */
#IndexObjectNear .owl-next:hover {
  background: url(/img/arrow-right-h.svg) right center no-repeat;
  background-size: auto 40px;
}
/* line 51, ../sass/index/index-near.scss */
#IndexObjectNear .owl-dots {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  text-align: left;
}
/* line 58, ../sass/index/index-near.scss */
#IndexObjectNear .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 4px;
  margin-right: 10px;
  background: #e1e1e2;
}
/* line 67, ../sass/index/index-near.scss */
#IndexObjectNear .owl-dots .owl-dot.active, #IndexObjectNear .owl-dots .owl-dot:hover {
  background: #527c7e;
}

/* line 74, ../sass/index/index-near.scss */
.IndexObjectNearB {
  position: relative;
  overflow: hidden;
  height: 525px;
  box-sizing: border-box;
  padding: 65px;
}
/* line 81, ../sass/index/index-near.scss */
.IndexObjectNearB:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 93, ../sass/index/index-near.scss */
.IndexObjectNearB 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 106, ../sass/index/index-near.scss */
.IndexObjectNearB 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 117, ../sass/index/index-near.scss */
.IndexObjectNearB p {
  position: absolute;
  overflow: hidden;
  bottom: 140px;
  left: 65px;
  font-family: 'ProximaNova-Bold';
  color: #fff;
  z-index: 2;
  font-size: 16px;
  line-height: 1.4;
}
/* line 129, ../sass/index/index-near.scss */
.IndexObjectNearB strong {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  bottom: 65px;
  left: 65px;
  background: #f6e2a8;
  color: #000;
  font-family: 'ProximaNova-Bold';
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 30px;
  z-index: 2;
}

@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 147, ../sass/index/index-near.scss */
  #IndexObjectNear {
    margin-top: 80px;
  }

  /* line 151, ../sass/index/index-near.scss */
  .IndexObjectNearB {
    height: 475px;
    padding: 40px;
  }
  /* line 155, ../sass/index/index-near.scss */
  .IndexObjectNearB p {
    bottom: 120px;
    left: 40px;
  }
  /* line 160, ../sass/index/index-near.scss */
  .IndexObjectNearB strong {
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 170, ../sass/index/index-near.scss */
  #IndexObjectNear {
    margin-top: 70px;
  }
  /* line 174, ../sass/index/index-near.scss */
  #IndexObjectNear h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  /* line 180, ../sass/index/index-near.scss */
  .IndexObjectNearB {
    height: 420px;
    padding: 30px;
  }
  /* line 184, ../sass/index/index-near.scss */
  .IndexObjectNearB p {
    bottom: 100px;
    left: 30px;
  }
  /* line 189, ../sass/index/index-near.scss */
  .IndexObjectNearB strong {
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 199, ../sass/index/index-near.scss */
  #IndexObjectNear {
    margin-top: 8vw;
  }
  /* line 203, ../sass/index/index-near.scss */
  #IndexObjectNear h2 {
    margin-bottom: 5vw;
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 213, ../sass/index/index-near.scss */
  #IndexObjectNear {
    margin-top: 10vw;
  }
  /* line 216, ../sass/index/index-near.scss */
  #IndexObjectNear h2 {
    margin-bottom: 5vw;
    font-size: 7vw;
  }
  /* line 222, ../sass/index/index-near.scss */
  #IndexObjectNear .owl-carousel2 {
    margin: 0;
    width: 100%;
  }
  /* line 227, ../sass/index/index-near.scss */
  #IndexObjectNear .owl-prev, #IndexObjectNear .owl-next {
    left: 0;
  }
  /* line 231, ../sass/index/index-near.scss */
  #IndexObjectNear .owl-next {
    left: initial;
    right: 0;
  }
  /* line 236, ../sass/index/index-near.scss */
  #IndexObjectNear .owl-dots {
    margin-top: 5vw;
  }

  /* line 241, ../sass/index/index-near.scss */
  .IndexObjectNearB {
    height: 100vw;
    padding: 5vw;
  }
  /* line 245, ../sass/index/index-near.scss */
  .IndexObjectNearB span {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  /* line 250, ../sass/index/index-near.scss */
  .IndexObjectNearB h3 {
    font-size: 10vw;
  }
  /* line 254, ../sass/index/index-near.scss */
  .IndexObjectNearB p {
    bottom: 20vw;
    left: 5vw;
    font-size: 5vw;
  }
  /* line 260, ../sass/index/index-near.scss */
  .IndexObjectNearB strong {
    bottom: 5vw;
    left: 5vw;
    font-size: 6vw;
    padding: 3vw 10vw;
  }
}
/* line 1, ../sass/index/index-gal.scss */
#IndexGal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 8, ../sass/index/index-gal.scss */
#IndexGal a {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
}
/* line 15, ../sass/index/index-gal.scss */
#IndexGal a img {
  display: block;
  width: 100%;
  min-height: 100%;
  transition: 0.5s ease;
}
/* line 23, ../sass/index/index-gal.scss */
#IndexGal a:hover img {
  transition: 0.5s ease;
  transform: scale(1.1);
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 34, ../sass/index/index-gal.scss */
  #IndexGal a {
    display: none;
    width: 100%;
  }
  /* line 38, ../sass/index/index-gal.scss */
  #IndexGal a:nth-child(1) {
    display: block;
  }
}


/*  */


/* 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 h2 {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 120px) and (max-width: 709px) { 
  #RoomTop h2 {
 
    margin-top: 0px;

  }

}
/* 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;
  }
}
