/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_ROOMS_SINGLE PAGE ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .roomDetail_section .roomTopBlock .titleBlock {
    display: flex;
    flex-direction: column;
  }
}

.roomDetail_section .roomTopBlock .imgBlock {
  width: 300px;
  padding-top: 20px;
}

@media screen and (max-width: 989px) {
  .roomDetail_section .roomTopBlock .imgBlock {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
  .roomDetail_section .roomTopBlock .imgBlock img {
    width: 100%;
  }
  .roomDetail_section .roomTopBlock .imgBlock .mapBtn {
    left: -10px;
    right: auto;
  }
  .roomDetail_section .roomTopBlock .imgBlock .mapBtn .btn_zoom {
    opacity: .85;
  }
}

.roomDetail_section .roomTopBlock p {
  overflow: hidden;
}

.roomDetail_section .roomTopBlock .btnWrap {
  margin-top: 35px;
}

@media screen and (max-width: 989px) {
  .roomDetail_section .roomTopBlock .btnWrap {
    margin: 30px 15px 0;
    order: 2;
  }
}

.stay_rooms_detail .roomDetailBlock .inner {
  overflow: hidden;
}

.stay_rooms_detail .roomDetailBlock .detail {
  float: left;
  width: 530px;
}

.stay_rooms_detail .roomDetailBlock .detail:only-child {
  float: none;
  width: auto;
}

.stay_rooms_detail .roomDetailBlock .img {
  float: right;
  width: 310px;
  margin-top: 20px;
}

.stay_rooms_detail .roomDetailBlock .table01 {
  margin-bottom: 24px;
}

.cboxPhoto {
  width: 350px !important;
  height: auto !important;
}

@media screen and (min-width: 990px) {
  .stay_rooms_detail .roomDetailBlock .table01 th {
    width: 35%;
  }
}

.stay_rooms_detail .roomDetailBlock .caution {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.6923;
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stay_rooms_detail .roomDetailBlock {
    padding-top: 18px;
    padding-bottom: 38px;
    margin-bottom: 20px;
  }
  .stay_rooms_detail .roomDetailBlock .detail {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .stay_rooms_detail .roomDetailBlock .img {
    float: none;
    width: auto;
    margin-top: 0;
    text-align: center;
  }
  .stay_rooms_detail .roomDetailBlock .img img {
    width: auto;
    max-width: 100%;
  }
  .stay_rooms_detail .roomDetailBlock .table01 {
    margin-bottom: 20px;
  }
  .cboxPhoto {
    width: 480px !important;
    height: auto !important;
  }
}
