/* text-based popup styling */
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  margin: 0 auto;
}

.white-popup-block .head {
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.white-popup-block .img {
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}

.white-popup-block .info {
  align-self: flex-end;
}

.white-popup-block .name {
  font-size: 18px;
  color: #2d2d2d;
}

.white-popup-block .job {
  font-size: 12px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  display: inline-block;
  color: #5d5d5d;
}

.white-popup-block .popup-modal-dismiss {
  position: absolute;
  top: -25px;
  right: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
  font-size: 18px;
  color: #000;
  width: 50px;
  height: 50px;
}

.white-popup-block ul {
  padding: 45px 40px;
  background-color: #e3f1fb;
}

.white-popup-block ul li {
  color: #5d5d5d;
  padding-left: 25px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 40px;
  background-image: url("../img/dot.png");
  background-position: left 10px;
  background-repeat: no-repeat;
}

.white-popup-block ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 650px) {
  .white-popup-block {
    width: 100%;
  }
  .mfp-content {
    box-sizing: border-box;
  }
  .white-popup-block {
    max-width: 270px;
  }
  .white-popup-block .head {
    padding: 45px 45px 35px;
  }
  .white-popup-block .info {
    width: 100%;
  }
  .white-popup-block .img {
    margin-bottom: 40px;
    margin-right: 0;
    width: 180px;
    height: 180px;
  }
  .white-popup-block ul {
    padding: 45px 45px 60px;
  }
  .white-popup-block ul li {
    font-size: 13px;
  }
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #8a5f3f;
  margin-bottom: 15px;
}

.boxset {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
}

.boxset > * {
  position: relative;
  opacity: 0;
}

.boxset .title {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}

.boxset .page_title {
  color: #000;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.boxset .bw {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  color: #8a5f3f;
  font-size: 13px;
  letter-spacing: 0.075em;
}

.obwrap {
  position: relative;
  padding-bottom: 70px;
}

.ob1 {
  position: absolute;
  left: -10px;
  bottom: -1px;
}

.ob2 {
  position: absolute;
  left: 100px;
  bottom: -1px;
}

p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.contact_flex {
  display: flex;
  justify-content: space-between;
}

.contact_flex p {
  width: 18%;
}

.contact_flex .contact_form {
  width: 74%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 70px;
  border-bottom: 2px solid #eaa51a;
}

.contact_flex .left {
  width: 45%;
}

.contact_flex .right {
  position: relative;
  width: 46%;
}

.contact_flex .right .linename {
  width: 100%;
  margin-bottom: 15px;
}

.contact_flex .line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
}

.contact_flex .line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact_flex .line > input {
  outline: 0;
  width: 50%;
  font-size: 14px;
  color: #242424;
  padding-bottom: 20px;
  flex: 2 1 80px;
  background-color: initial;
  border: 0;
}

.contact_flex .line .captcha {
  height: 26px;
}

.contact_flex .line_name {
  width: 75px;
  font-size: 14px;
  color: #242424;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}

.contact_flex .line_sel {
  border-bottom: 0;
}

.contact_flex .input {
  position: relative;
  flex: 2 1 80px;
  width: 50%;
}

.contact_flex .input input {
  width: 100%;
  padding-bottom: 12px;
}

.contact_flex .select {
  width: 100%;
  position: relative;
  flex: 2 1 80px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact_flex .select_op2 {
  display: none;
  padding-bottom: 0;
  opacity: 0;
}

.contact_flex .select_op2.open {
  display: block;
  padding-bottom: 15px;
  opacity: 1;
}

.contact_flex select {
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 12px;
  margin-bottom: 15px;
  background-image: url("../images/select_b.png");
  background-repeat: no-repeat;
  background-position: 97% 5px;
}

.contact_flex select:last-child {
  margin-bottom: 0;
}

.submit {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #eaa51a;
}

.submit:before {
  content: '';
  position: relative;
  display: block;
  margin-right: 14px;
  background-color: #eaa51a;
  width: 28px;
  height: 1px;
}

.map {
  width: 100%;
  height: 25vh;
  min-height: 300px;
  opacity: 0;
}

#thx {
  text-align: center;
}

.mfp-inline-holder .mfp-content {
  width: auto;
}

.thxword {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.165em;
  text-align: center;
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  .boxset {
    padding-left: 55px;
    padding-right: 55px;
  }
  .contact_flex .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_flex .right {
    width: 100%;
    padding-bottom: 25px;
  }
  .contact_flex p {
    width: 25%;
  }
  .contact_flex .contact_form {
    width: 66%;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 650px) {
  .boxset {
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 50px;
  }
  .boxset .bw {
    display: none;
  }
  .boxset .title {
    margin-bottom: 35px;
  }
  p {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  h1 {
    font-size: 36px;
  }
  .contact_flex {
    flex-wrap: wrap;
  }
  .contact_flex p {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact_flex .contact_form {
    width: 100%;
  }
  .contact_flex .line.line_sel {
    justify-content: flex-end;
  }
  .contact_flex .line.line_sel .line_name {
    width: 100%;
  }
  .contact_flex .select {
    width: 80%;
    flex: 0 1 auto;
  }
  .obwrap {
    padding-bottom: 180px;
  }
  .ob1 {
    width: 195px;
  }
  .ob2 {
    left: 70px;
    width: 225px;
  }
  .contact_flex .line .captcha {
    height: 23px;
  }
}

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