@media (min-width: 981px) and (max-width: 1200px) {
  .navbar-brand {
    font-size: 16px;
  }
  .navbar-static-top.container {
    width: 100%;
    max-width: 1200px;
  }
  .head-section .nav li a {
    padding: 10px 10px;
  }
  .industry_detail.pad-l-10 {
    padding-left: 0;
  }
  .float_r {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
    .head-section .navbar-nav > li > a {
      padding: 10px 8px;
    }
    .navbar-static-top.container {
      width: 100%;
      max-width: 980px;
    }
    .navbar-default .navbar-brand span {
      display: none;
    }
    .navbar-brand {
      font-size: 16px;
    }
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .pf-img {
      width: 100%;
      background-color: rgba(242, 242, 242, 1);
      text-align: center;
      color: #666666;
      padding: 0;
      background-image: none;
      height: auto;
    }
    .pf-img iframe {
      width: 100%;
      height: 400px;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px;
    }
    .industry_detail.pad-l-10 {
      padding-left: 0;
    }
    .float_r {
      float: none;
    }
    .pricing-head h2 {
      font-size: 18px;
    }
    .property img {
      width: 350px;
    }
    .property h1 {
      margin-top: 0;
    }
}

@media (max-width: 768px) {
    /* 共通 */
    .head-section {
      height: 75px;
    }
    .navbar-default .navbar-brand span {
      display: none;
    }
    .navbar-header .sp_dairiten {
      display: inline-block;
      position: relative; 
      right: 0;
      width: 100%; 
      max-width: 100px; 
      height: 35px; 
      line-height: 35px;
      margin-top: 10px;
      margin-right: 15px;
      border-radius: 50px; 
      border: 2px solid #efb800; 
      background-color: #efb800; 
      color: #fff; 
      font-size: 15px; 
      font-weight: bold; 
      text-decoration: none; 
      text-align: center; 
      padding: 0 10px;
      -webkit-transition: all .25s ease-in-out; 
      -ms-transition: all .25s ease-in-out; 
      transition: all .25s ease-in-out;
      float: right;
    }
    .head-section .navbar-nav > li.dairiten {
      display: none;
    }
    .main_area {
      padding-top: 75px;
    }
    .navbar-brand {
        font-size: 18px;
        margin-top: 15px; 
        margin-left: 15px;        
    }
    .navbar-brand img {
      width: 120px;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0 !important;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .head-section .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }

    .head-section .nav li a:hover,
    .head-section .nav li a:focus,
    .head-section .nav li a.dropdown-toggle:focus,
    .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .head-section .nav li.active a,
    .head-section .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .head-section .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

    .head-section .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }

    .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }
    .navbar-static-top.container {
      width: 100%;
    }
    .footer {
      padding-top: 0;
    }
    .footer h1 {
      margin-top: 40px;
    }
    
    ul.page-footer-list, .text-footer {
      padding-left: 0;
      margin-left: 0;
    }
    .search, .bx-controls-direction {
        display: none;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .bx-wrapper {
        margin-bottom: 60px;
    }
    
    /* トップ */
    .feature-head h1 {
      margin-top: 20px;
      margin-bottom: 0;
    }
    .property {
      padding-bottom: 20px;
    }    
    .property img {
        width: 80%;
    }
    a.btn-purchase {
      margin-top: 0;
    }
    .clients-list li img {
      width: 60px;
    }
    .clients-list li:nth-child(2n) img {
      width: 20px;
      margin-top: 25px;
    }
    .clients-list h4 {
      font-size: 12px;
    }
    .clients-list span {
      font-size: 10px;
    }
    
    /*デモ*/
    .recent h3 {
      margin-top: 20px;
    }
    
    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
    /*製作実績＆機能*/
    .float_r {
      float: none;
    }
    .industry_list li img {
      margin-bottom: 0;
      width:80%;
    }
    .industry_list li p {
      display: none;
    }
    .industry_detail.pad-l-10 {
      padding-left: 15px;
    }
    .pf-img {
      width: 100%;
      background-color: rgba(242, 242, 242, 1);
      text-align: center;
      color: #666666;
      padding: 0;
      background-image: none;
      height: auto;
    }
    .pf-img iframe {
      width: 100%;
      height: 400px;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px;
    }
    /*お問合せ*/
    .privacy p {
      margin-right: 0;
    }
    /*料金*/
    .pricing-head h2 {
      font-size: 30px;
    }
    
}


@media (max-width: 480px) {
    .navbar-brand {
      font-size: 16px;
    }

    .head-section .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -25px !important;
    }

    .head-section .nav li .dropdown-menu li a:hover {
        color: #48C9B0 !important;
    }

    .navbar-brand {
        margin-top: 15px !important;
        float: left !important;
        margin-left: 10px;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:320px) {


}



@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }
}
