/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1280px) {}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  /*rs menu*/
  .menu-right ul li {
    margin-right: 15px;
  }
  .keobizmenu ul li a i, .slicknav_nav a i {
    display: none;
  }
  .keobizmenu {
    display: none;
  }
  #responsive-menu {
    display: block;
  }
  .about-text {
    margin-top: 30px;
  }
  .single-promo {
    margin-bottom: 30px;
  }
  .single-blog-box {
    margin-bottom: 30px;
  }
  .hero-text p {
    padding: 0 30px;
  }
  .hero-text h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .single-footer-wedget {
    margin-bottom: 30px;
  }
  .qtce-pricing-table {
    margin-bottom: 30px;
  }
  .single-count {
    margin-bottom: 30px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /*rs menu*/
  .keobizmenu ul li {
    margin-right: 15px;
  }
  .keobizmenu ul li a i, .slicknav_nav a i {
    display: none;
  }
  .keobizmenu {
    display: none;
  }
  #responsive-menu {
    display: block;
    z-index: 99;
  }
  .hero-text p {
    padding: 0;
    font-size: 20px;
    margin-bottom: 50px;
  }
  .hero-text h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .section-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: -36px;
  }
  .hero-text02 p {
    padding: 0;
    font-size: 20px;
    margin-bottom: 50px;
  }
  .hero-text001 p {
    padding: 0;
    font-size: 20px;
    margin-bottom: 50px;
  }
  .hero-text02 h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .hero-text001 h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .single-promo {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-blog-box {
    margin-bottom: 30px;
  }
  .about-text h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-text001-03 {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 30px !important;
    line-height: 45px !important;
  }
  .about-text {
    margin-top: 30px;
  }
  .single-footer-wedget {
    margin-bottom: 30px;
  }
  .footer-bottom-social {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .copy-right-text {
    text-align: center;
  }
  .copy-right-text p {
    font-size: 14px;
  }
  .single-comments.left .main {
    padding-left: 100px;
    margin-left: 0;
  }
  .qtce-pricing-table {
    margin-bottom: 30px;
  }
  .single-count {
    margin-bottom: 30px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp001 {
    display: none !important;
  }
}
