@media screen and (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-right nav {
    display: none;
  }
  .menu-bar {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .tb-text-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer ul {
    display: block;
  }
  footer li {
    margin-bottom: 15px;
  }
  footer li:last-child {
    margin-bottom: 0;
  }	
}

@media screen and (max-width: 480px) {
  .pc-text-block {
    display: inline;
  }
  .tb-text-block {
    display: inline;
  }
  .sm-text-block {
    display: block;
  }
  p {
    font-size: 14px;
  }
  th, td {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .book-btn {
    width: 100%;
    justify-content: center;
  }
  .book-btn span:first-child {
    font-size: 20px;
    margin-right: 0;
  }
  .btn-msg-sub {
    display: none;
  }
  header {
    height: 60px;
  }
  .header-left img:first-child {
    height: 40px;
  }
  .header-left img:last-child {
    width: 76px;
  }
  .menu-trigger {
    width: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .menu {
    top: 60px;
  }
  footer ul {
    font-size: 14px;
  }
  .top-btn {
    width: 60px;
    height: 60px;
  }
  .top-btn img {
    width: 40px;
  }
  .breadcrumbs-bar {
    padding: 8px 0;
  }
  input[type="submit"] {
    width: 100%;
  }
}
