@charset "UTF-8";
/* CSS Document */
.hero-img {
  background-image: url("../01_images/bramare-main-c.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.form select:focus {
  background: #0c0c0c;
  color: #fffffff;
}

/*intro---------------------------------------------------------------------------------------------*/
.intro {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.intro h2 {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 20px;
  text-align: center;
  margin: 40px auto 25px;
}
.intro-p {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  line-height: 25px;
  width: 60%;
}
.intro-wrap {
  display: flex;
  justify-content: center;
}
.link-button-bp {
  text-decoration: none;
  color: #fff;
  border: solid 0.5px #fff;
  padding: 20px 30px;
}

.link-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

/*progress---------------------------------------------------------------------------------------------*/

.progress {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 60px auto;
  width: 100%;
}
.progress li {
  list-style: none;
  width: 30%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
}
.active_contact {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}

/*form---------------------------------------------------------------------------------------------*/
.intro-text {
  font-size: 14px;
  font-weight: 200;
}
.form {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.formTable {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
}
.form input,
.text-tel_box {
  display: block;
  width: 100%;
  height: 25px;
  background-color: #0c0c0c;
  border: solid 1px #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  font-weight: 100;
  border-radius: 0 !important;

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 5px 0px;
}
.form textarea {
  display: block;
  width: 100%;
  height: 310px;
  background-color: #0c0c0c;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 0 !important;

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 5px 0px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
.row {
  display: flex;
  border: solid 1px #fff;
  margin: 30px 0;
  font-weight: 100;
}

.form h2 {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: 100;
}
.form span {
  width: 60%;
  margin: 20px auto;
}
select {
  background: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 25px;
  border: solid 1px #fff;
  font-family: "Noto Serif JP", serif;
  margin: 5px 0px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}
.submit {
  display: block;
  width: 50% !important;
  margin: 0 auto;
  font-size: 18px;
  height: 50px !important;
  cursor: pointer;
}
.confirm {
  background: none;
  color: #fff;
  border: solid 0.5px #fff;
  padding: 15px 90px;
  display: block;
  margin: 0 auto !important;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 100;
  cursor: pointer;
  height: 100% !important;
  width: 30% !important;
}
.confirm:hover {
  opacity: 0.5;
}
.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: #444;
}
.submit:hover,
.link-button:hover,
.link-button-bp:hover,
.button-wrapper input:hover {
  background-color: #333;
  cursor: pointer;
}
.contact-p {
  font-size: 14px;
}
.button-wrapper input {
  width: 250px;
  display: block;
  margin: 0 auto;
  height: 50px;
}
.under-attention-wrapper {
  text-align: center;
}
.under-attention {
  font-size: 14px;
  line-height: 20px;
  margin: 0px auto 20px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 599px) {
  .intro h2 {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
  }
  .intro-p {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    font-weight: 100;
    font-size: 12px;
    text-align: left;
    margin: 20px auto;
    line-height: 25px;
    width: 100%;
  }
  .link-faq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .link-button-bp {
    text-decoration: none;
    color: #fff;
    border: solid 0.5px #fff;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .intro {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
  }
  .progress {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 35px auto;
    width: 100%;
  }
  .progress li {
    list-style: none;
    width: 40%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .mw_wp_form .mw_wp_form_confirm .mw_wp_form_preview {
    padding: 0 10px;
  }
  .box a {
    text-decoration: none;
    color: #fff;
    border: solid 0.5px #fff;
    padding: 20px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .box h3 {
    font-size: 14px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    font-weight: 100;
    margin-bottom: 15px;
  }
  .tel-n {
    font-size: 12px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 10px;
  }
  .box li {
    display: block;
    width: 47%;
  }
  .box {
    display: flex;
    justify-content: center;
    border: solid 0.5px #fff;
    padding: 40px 0px;
    margin: 0 auto;
    align-items: center;
    gap: 0px;
  }
  .form {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .form h2 {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0;
  }
  .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37%;
    background-color: #444;
  }
  .form input,
  .text-tel_box {
    display: block;
    width: 180px;
    height: 35px;
    background-color: #0c0c0c;
    border: solid 1px #fff;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0 !important;
    font-weight: 100;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 5px auto;
    font-size: 12px;
  }
  select {
    background: none;
    color: #fff;
    display: block;
    width: 180px;
    height: 25px;
    border: solid 1px #fff;
    font-family: "Noto Serif JP", serif;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    margin: 5px auto;
    font-size: 12px;
  }
  .confirm {
    background: none;
    color: #fff;
    border: solid 0.5px #fff;
    padding: 15px 10px;
    display: block;
    margin: 0 auto !important;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 100;
    cursor: pointer;
    height: 100% !important;
    width: 58% !important;
  }
  .intro-wrap {
    display: block;
  }
  .form textarea {
    display: block;
    width: 180px;
    height: 310px;
    background-color: #0c0c0c;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 5px auto;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 100;
  }
}
/*タブレット----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 600px) and (max-width: 1024px) {
  .intro {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 80px;
  }
  .form textarea {
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
  }
  .intro h2 {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    margin: 25px auto;
  }
  .intro-p {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    line-height: 25px;
  }
  .box li {
    display: block;
    width: 42%;
  }
  .progress {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 50px auto;
    width: 100%;
    padding: 0 15px;
  }
  .progress li {
    list-style: none;
    width: 30%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
  }
  .form {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding-left: 80px;
  }
  .mw_wp_form .mw_wp_form_input {
    padding: 0 15px;
  }
  .confirm {
    background: none;
    color: #fff;
    border: solid 0.5px #fff;
    padding: 15px 30px;
    display: block;
    margin: 0 auto !important;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 100;
    cursor: pointer;
    height: 100% !important;
    width: 35% !important;
  }
}
