#aboutus .msg5 .ellipse{
  line-height:1.35;
  padding-top:28px;
}

@media screen and (max-width:768px) {
  #aboutus .msg5 .ellipse{
    padding-top:20px;
  }
}
@media screen and (max-width:576px) {
  #aboutus .msg5 ul li {
    width: 90px;
    height: 45px;
    padding:0px;
    margin: 0 1px;
  }
  #aboutus .msg5 .ellipse{
    width: 90px;
    height: 45px;
    line-height:1.25;
    padding-top:11px;
    font-size:11px;
  }
}








#booking .box-child ul.shop-info {
  margin-top:20px;
  margin-bottom:30px;
}
#booking .box-child ul.shop-info li {
  line-height:1.55;
  width:215px;
  height:172px;
  background:url('../../assets/imgs/icon-booking1.png') no-repeat;
  background-size: 215px 172px;
  padding-top:55px;
}
#booking .box-child ul.shop-info li:first-child,#booking .box-child ul.shop-info li:last-child {
  padding-top:70px;
}
#booking .box-child ul.shop-info li:nth-child(2) {
  margin:0 20px;
}

@media screen and (max-width:768px) {
  #booking .box-child .flex {
    display: block;
    justify-content: center;
  }
  #booking .area-message .box-child .flex {
    display: flex;
    justify-content: center;
  }
  #booking .box-child ul.shop-info {
    margin-top:20px;
    margin-bottom:30px;
  }
  #booking .box-child ul.shop-info li {
    line-height:1.55;
    
    margin: 0 auto;
  }
  #booking .box-child ul.shop-info li:nth-child(2) {
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
  }
}