.ct1 .h1 {
  font-weight: 300;
  font-size: 5.764vw;
  line-height: 89.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
}

.ct1_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6.25vw 0 4.514vw;
}

.ct1_img {
  width: 13.889vw;
  height: 6.806vw;
  overflow: hidden;
  position: relative;
}

.ct1_img > div {
  width: 100%;
  height: 203%;
  position: relative;
  background-size: cover;
  background-position: top center;
}

.ct1_box {
  padding: 6.111vw 0 6.736vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ct1 .ft_city p, .ct1 .ft_city a {
  color: #3F3635;
  font-size: 1.25vw;
}

.ct1 .ft_city hr {
  background: #3F3635;
}

.ct1 .ft_city p {
  min-width: 8vw;
}

.ct1_left {
  max-width: 27.778vw;
}

.ct1_right > a {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 3.681vw;
  line-height: 120.7%;
  /* identical to box height, or 65px */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  text-decoration: none;
  margin: 0 0 1.806vw;
  display: table;
}

.ct1_social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.ct1_social a {
  width: 3.333vw;
  height: 3.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 23px;
  text-transform: uppercase;
  color: #3F3635;
  border: 1px solid;
  margin: 0 0.5vw 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ct1_right {
  margin: 0 5vw 0 0;
}

.ct1_social a:hover {
  background: #3F3635;
  color: #ededed;
}

.ct2 .h2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 3.715vw;
  line-height: 120.7%;
  /* or 65px */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  max-width: 70.139vw;
  padding: 0 0 4.861vw;
}

.ct2 {
  padding: 8.333vw 0 12.333vw;
}

.ct2 .b9_form {
  position: relative;
}

.ct2 .b9_form forn {
  width: 100%;
}

.ct2_img {
  width: 13.889vw;
  overflow: hidden;
  position: absolute;
  height: 6.806vw;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ct2_img > * {
  width: 100%;
  height: 153%;
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width: 680px) {
  .ct1 .h1 {
    font-size: 9vw;
    padding: 0;
  }

  .ct1_left {
    max-width: 100%;
  }

  .ct1 .ft_city p, .ct1 .ft_city a {
    font-size: 4vw;
    font-weight: 300;
  }

  .ct1_right > a {
    font-size: 7vw;
  }

  .ct1_right {
    margin: 9vw 0 9vw;
  }

  ul.ct1_social {
    padding: 3vw 0 0;
  }

  .ct1_social a {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    margin: 0 3vw 0 0;
  }

  .ct2_img {
    display: none;
  }

  .ct2 .h2 {
    max-width: 100%;
    font-size: 6vw;
  }

  .ct1_img {
    width: 34vw;
    height: 17vw;
  }

  .ct1_top {
    padding: 9vw 0 6vw;
  }
}