.room1_wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 150px auto 0;
  text-align: right;
}
.room1_wrap .leftCon {
  position: absolute;
  top: 0;
  right: 876px;
  left: 0;
  margin: auto;
  width: auto;
}
.room1_wrap .leftCon .loader {
  height: 800px;
}

.room1_wrap .roomInfo {
  display: inline-block;
  width: 810px;
  min-height: 800px;
  text-align: left;
  vertical-align: top;
}
.room1_wrap .roomInfo .name {
  font-family: Lora;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #222222;
  margin-bottom: 49px;
}
.room1_wrap .roomInfo .name2 {
  display: none;
}
.room1_wrap .roomInfo dl {
  margin-bottom: 40px;
}
.room1_wrap .roomInfo dl dt {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.room1_wrap .roomInfo dl dd {
  display: table;
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: keep-all;
}
.room1_wrap .roomInfo dl dd span {
  display: table-cell;
  width: 130px;
  color: #666;
}
.room1_wrap .roomInfo dl dd span.infoB {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.room1_wrap .roomInfo dl dd .c-point {
  font-size: 13px;
  color: #2b6eac;
  margin-top: 2px;
}
.room1_wrap .roomInfo .btn {
  margin-top: 40px;
}

.room1_wrap .roomInfo dl:nth-of-type(3) dd {
  display: none;
}

.room1_wrap .roomInfo dl:nth-of-type(3) dd:nth-of-type(1),
.room1_wrap .roomInfo dl:nth-of-type(3) dd:nth-of-type(2) {
  display: table;
}
.room1_wrap .travel-1__btn {
  margin-top: 20px;
}
.room1_wrap .travel-2__btn {
  display: none;
}

@media (max-width: 1420px) {
  .room1_wrap {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1024px) {
  .room1_wrap .travel-1__btn {
    display: none;
  }
  .room1_wrap .travel-2__btn {
    display: block;
    text-align: center;
    background: #3e8a96;
    color: #fff;
    border: 1px solid #3e8a96;
  }
  .room1_wrap .travel-2__btn .travel-1__span {
    color: #fff;
    border: 1px solid #3e8a96;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
		letter-spacing: 1.6px;
		padding: 0;
  }

  .room1_wrap .roomInfo .name2 {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    color: #222222;
    margin-bottom: 29px;
  }

  .room1_wrap {
    max-width: calc(100% - 30px);
    margin: 75px auto 0;
    text-align: left;
  }
  .room1_wrap .leftCon {
    display: none;
  }

  .room1_wrap .roomInfo {
    width: 100%;
    min-height: auto;
    margin: auto;
  }
  .room1_wrap .roomInfo .name {
    margin-bottom: 8px;
    font-size: 25px;
    text-align: center;
    color: #3e8a96;
  }
  .room1_wrap .roomInfo dl dt {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .room1_wrap .roomInfo dl dd {
    padding-left: 3px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .room1_wrap .roomInfo dl dd span {
    width: 100px;
  }
  .room1_wrap .roomInfo dl dd span.infoB {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .room1_wrap .roomInfo .btn {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: rgba(43, 110, 172, 1);
    line-height: 50px;
    text-align: center;
  }
  .room1_wrap .roomInfo .btn span {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 5px;
    line-height: 50px;
  }
}
