@media only screen and (min-width: 320px) {
  .meetingHotelGuide {
    min-height: 200px;
  }
  .meetingHotelGuide .hotelGuideTitleBox {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox {
    height: 60px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox > img {
    height: 60px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox {
    height: 60px;
    margin-right: 5%;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox > img {
    height: 30px;
    margin-top: 30px;
  }
  .meetingHotelGuide .hotelGuideMessageBox {
    width: 95%;
    margin: 30px auto 0 auto;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox {
    width: 90%;
    margin: 0 auto;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox > img {
    display: block;
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div {
    display: flex;
    line-height: 30px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > img {
    height: 15px;
    margin-top: 7px;
    margin-right: 10px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > span {
    font-size: 12px;
    font-weight: bold;
    flex:1;
    min-width:120px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox {
    width: 50%;
    margin: 20px auto 20px auto;
    display: flex;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a {
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a > img {
    height: 30px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .meetingHotelGuide {
    min-height: 200px;
  }
  .meetingHotelGuide .hotelGuideTitleBox {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox {
    height: 100px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox > img {
    height: 100px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox {
    height: 100px;
    margin-right: 5%;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox > img {
    height: 50px;
    margin-top: 50px;
  }
  .meetingHotelGuide .hotelGuideMessageBox {
    width: 90%;
    margin: 30px auto 0 auto;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox {
    width: 90%;
    margin: 0 auto;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox > img {
    display: block;
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div {
    display: flex;
    line-height: 40px;
    
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > img {
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > span {
    font-size: 16px;
    font-weight: bold;
    min-width:140px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox {
    width: 50%;
    margin: 50px auto 50px auto;
    display: flex;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a {
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a > img {
    height: 45px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .meetingHotelGuide {
    min-height: 200px;
  }
  .meetingHotelGuide .hotelGuideTitleBox {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox {
    height: 120px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .leftBox > img {
    height: 120px;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox {
    height: 120px;
    margin-right: 5%;
  }
  .meetingHotelGuide .hotelGuideTitleBox > .rightBox > img {
    height: 60px;
    margin-top: 60px;
  }
  .meetingHotelGuide .hotelGuideMessageBox {
    width: 80%;
    margin: 60px auto 0 auto;
    position: relative;
    z-index: 500;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox {
    width: 60%;
    margin: 0 auto;
  }
  .meetingHotelGuide .hotelGuideMessageBox .landmarkBox > img {
    display: block;
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div {
    display: flex;
    line-height: 40px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > img {
    height: 20px;
    margin-top: 8px;
    margin-right: 10px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .hotelAddressBox > div > span {
    font-size: 16px;
    font-weight: bold;
    min-width:140px;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox {
    width: 50%;
    margin: 50px auto 50px auto;
    display: flex;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a {
    width: 100%;
  }
  .meetingHotelGuide .hotelGuideMessageBox .bookBox > a > img {
    height: 40px;
    display: block;
    margin: 0 auto;
  }
}
