  /* 20220628 */
  .bnrGroupHotel {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
    width: 92%;
    gap: 5px 4%;
  }
  .bnrGroupHotel li {
    width: 48%;
  }
  .bnrGroupHotel img {
    max-width: 100%;
  }  
  .sister-shop{background: #967133;color: #fff;padding: 30px 0;}
  .sister-shop h3 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
  }
  .sister-shop h3:before,
  .sister-shop h3:after{
    content:'';
    display: inline-block;
    width: 16%;
    height: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
margin-bottom:4px;
  }
  .sister-shop h3:before{margin-right: 5%;}
  .sister-shop h3:after{margin-left: 5%;}

footer .hd{display: none;}
.main-visual img{max-width: 100%;}
.main-visual figure{margin: 0 10px;}

/* add 20220801 */
.noteGroupHotel{color:#fff;font-size:14px;margin:0 auto 10px;width:92%;text-align: center;}