@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: Child
Template: template-salon2
Author: Livit
Version: 5.0
---------------------------------------------------------*/
@import url('../template-salon2/style.css');

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
  .header-container {
      width: 980px;
      margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
      width: 980px;
  }
  .header-container {
      width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1010px;
  }
  .header-container {
      width: 980px;
  }
}

.main-wrap {
  width: 100%;
    max-width: 1600px;
    margin: 0px auto 60px;
}
.main-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 480px;
}
.main-area {
    float: none;
    list-style: none;
    position: absolute;
    width: 1600px;
    max-width: 100%;
    height: 480px;
    z-index: 50;
    display: block;
    background: url(../template-salon2/images/main.jpg) center top no-repeat;
}
.main-area .main-img {
  text-align: center;
  padding: 167px 0;
}
.top-block {
  margin-bottom: 40px;
}

.ttl-img {
  margin-bottom: 20px;
}

/* page */

.course {
  border-collapse: separate;
  border-spacing: 3px;
}
.course th, .course td {
  width: 25%;
  font-size: 1.4em;
  font-weight: bold;
  color: #d9aa20;
  background: #fff;
  border-bottom: 1px dotted #a88888;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
}
.course td {
  background: #fbfaf4;
}
td.color1 {
  color: #ba8e0e;
  background: #f5f1e6;
}
.course th,td.color2 {
  color: #520000;
  background: #f1e4e4;
}
td.color3 {
  color: #b11c31;
  background: #f3d7db;
}

/* @media */

@media (min-width: 500px) {
  .cat-area {
  padding-top: 40px;
  margin-bottom: 25px;
  display: -wbkit-flex;
  display: flex;
  }
}

@media (min-width: 768px) {
  .left-block {
    margin-left: 0;
  }
  .right-block {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  #header {
    padding-bottom: 0;
  }
  .header-container {
    padding: 0 10px;
  }
  .navbar-brand {
    height: auto;
    padding-top: 0;
    float: none;
  }
  .site-logo {
    height: auto;
    margin-top: 10px;
    text-align: center;
    float: none;
  }
  .site-logo img {
    width: 100%;
    height: auto;
    margin: -10px auto 7px;
  }
  .header-top {
    margin: 0 auto 0 0px;
    padding: 0 0px;
  }
  .navbar {
    min-height: 30px;
    background: rgba(255,255,255,0.7);
    padding: 0 15px;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
  }
  .button-text {
    text-align: right;
    margin-right: 45px;
    line-height: 28px;
  }
  .navbar-toggle {
    margin: 0 0 5px;
    padding: 7px 6px;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav>li {
    border-bottom:  1px solid #cb2957;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ttl-img img {
    width: 80%;
  }
  .hello-text .ttl-img img {
    width: 100%;
  }
  .cat-area {
  padding-top: 20px;
  }
  .cat-area .cat-one img {
  }
  .main-wrap {
    margin-bottom: 30px;
  }
  .main-viewport {
    height: 220px;
  }
  .main-area {
    width: 100%;
    height: 220px;
    background-size:cover;
  }
  .main-img {
  }
  .main-area .main-img {
    padding: 50px 0 0;
  }
  .main-area .main-img img {
    width: 80%;
    height: auto;
  }
  .cat-one-first p,.cat-one-last p {
    float: none;
  }
}