/* CSS Document */
/**************************************************
  kv
**************************************************/
.kv__title {
  width: 347px;
  margin: 0 auto;
}

/**************************************************
  about
**************************************************/
.about {
  margin: 0 auto;
}

.about h2 img {
  max-width: 245px;
}

.about__box {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__lead {
  width: 60%;
  margin: 0 10px;
}

.about__img {
  width: 40%;
}

.about__img img {
  margin: 0 auto;
}

/**************************************************
  access
**************************************************/
.access {
  margin: 80px 0 0;
}

.access__box {
  padding: 40px 0;
  background: url(../images/line_brown.png) left bottom repeat-x;
}

.access__box__img {
  margin: 5px auto 0;
  max-width: 650px;
}

.access__box__txt {
  margin: 40px 0 0;
  text-align: center;
}

.access__box--train {
  padding-top: 20px;
}

.access__box--train .access__box__title {
  max-width: 70px;
}

.access__box--car .access__box__title {
  max-width: 52px;
}

.access__box--airplane .access__box__title {
  max-width: 88px;
}

/**************************************************
  other-link
**************************************************/
.other-link h2 img {
  max-width: 233px;
}

.other-link p {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  /**************************************************
    kv
  **************************************************/
  .kv__title {
    width: 80%;
  }
  /**************************************************
    about
  **************************************************/
  .about__box {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__lead {
    width: 100%;
    margin: 0 10px;
  }
  .about__img {
    width: 100%;
    margin: 10px 0;
  }
  /**************************************************
    access
  **************************************************/
  .access {
    margin: 40px 0 0;
  }
  .access__box {
    padding: 30px 0;
  }
  .access__box__img {
    margin: 20px auto 0;
  }
  .access__box__txt {
    margin: 20px 0 0;
  }
  .access__box--train {
    padding-top: 20px;
  }
  /**************************************************
    other-link
  **************************************************/
  .other-link p {
    margin: 20px 0 0;
  }
}
