@charset "utf-8";

/*
  File Name   : reserve-por.css
  Description : コンテンツエリア関係 他
*/

/* hoge
============================================================ */
.com-kv-wrap .com-kv-inner .com-page-title-wrap .lange-en {
  font-size: 40px;
  letter-spacing: 10px;
}
.com-kv-wrap .com-kv-inner .com-page-title-wrap .lange-ja {
  font-size: 40px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 10px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-kv-wrap .com-kv-inner .com-page-title-wrap .lange-en {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .com-kv-wrap .com-kv-inner .com-page-title-wrap .lange-ja {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

/* -section-confirm
============================================================ */
.-section-confirm .com-section-inner {
  max-width: calc(750px + 40px);
  padding: 0 20px;
}
.-section-confirm .reserve-por-confirm-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #14648c;
  margin-bottom: 40px;
}
.-section-confirm .confirm_con_por {
  padding: 50px 50px;
  background-color: #fff;
  margin-bottom: 30px;
}
.-section-confirm .confirm_con_por p {
  margin-bottom: 50px;
}
.-section-confirm .confirm_con_por p:last-child {
  margin-bottom: 0;
}
.-section-confirm .confirm_con_por p .txt-indent {
  text-indent: -1em;
  margin-left: 1em;
}
.-section-confirm .wpcf7-form p.submit {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}
.-section-confirm .wpcf7-form p.submit input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 25px 10px;
  min-width: 370px;
  display: inline-block;
  border-radius: 50px;
  background-color: #14648c;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-confirm .confirm_con_por {
    padding: 20px 20px;
  }
  .-section-confirm .wpcf7-form p.submit input[type="submit"] {
    width: 100%;
    min-width: 100%;
  }
}

/* hoge
============================================================ */
.-section-form-thanks .reserve-por-thanks-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #14648c;
  text-align: center;
  padding: 200px 0 200px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-form-thanks .reserve-por-thanks-text {
    font-size: 28px;
    padding: 100px 0 100px;
  }
}


