@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.cont_wrap.dress_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 4.2rem;
}

.lead._dress {
  margin: 0 5%;
}

.box_left {
  width: 45.135746%;
}

.box_left li:not(:first-of-type) {
  padding-top: 1.8rem;
}

.box_right {
  width: 51.583710%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.contact_txt {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 1.6rem;
}

.partnership {
  width: 90%;
  margin: 3.8rem auto 0;
  border: solid 1px #d4be8a;
}

.partnership dt {
  background-color: #d4be8a;
  padding: 0.6rem 0 0.6rem 1rem;
  font-size: 1.3rem;
  color: #fff;
}

.partnership dd {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  padding: 1rem;
  line-height: 1.6;
}

.reco_btn.dress_btn {
  width: 80%;
  padding: 1.5rem 3rem;
}

.reco_btn.dress_btn::after {
  right: 4rem;
}

.reco_btn.dress_btn:hover::after {
  right: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cont_wrap.dress_wrap {
    width: 70%;
  }
  .partnership {
    width: 70%;
  }
  .reco_btn.dress_btn {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .cont_wrap.dress_wrap {
    width: 884px;
    padding-top: 82px;
  }
  .box_left li:not(:first-of-type) {
    padding-top: 38px;
  }
  .contact_txt {
    font-size: 14px;
    padding-top: 36px;
  }
  .partnership {
    width: 502px;
    margin: 42px auto 0;
  }
  .reco_btn.dress_btn {
    width: 291px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .lead._dress {
    text-align: center;
  }
}

/*# sourceMappingURL=../css/kimono.css.map */
