@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  .contact {
      padding-top: 155px;
  }

/* visual
---------------------------------------------------------------------- */
  #pageTitleVox {
    width: 100%;
    height: 345px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  #pageTitleVox .inner{
    width: 90%;
    height: 345px;
    margin: 0 auto;
    position: relative;
  }

/* contactForm
---------------------------------------------------------------------- */
  .contactForm {
    font-size: 16px;
  }
  .contactForm_lead.inner {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .contactForm_lead {
    text-align: center;
    color: #231815;
    margin-bottom: 80px;
  }
  .contactForm__inr {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
    border-bottom: 1px solid #CCCCCC;
  }
  .contactForm dl {
    text-align: left;
    margin-bottom: 35px;
  }
  .contactForm dl:last-of-type {
    margin-bottom: 70px;
  }
  .contactForm dt {
    margin-bottom: 10px;
  }
  .required {
    display: flex;
    align-items: center;
  }
  .required::after {
    content: "必 須";
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
    color: #943F43;
    border: 1px solid #943F43;
    margin-left: 1em;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .contactForm select {
    width: 100%;
    height: 50px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm input[type="tel"] {
    width: 100%;
    height: 50px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .contactForm textarea {
    font-size: 16px;
    resize: vertical;
    width: 100%;
    height: 200px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 5px 15px;
    display: block;
    font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .c-link__box {
    display: flex;
    justify-content: center;
  }
  .c-link {
    height: 80px;
    width: 300px;
    padding: 10px;
    max-width: 100%;
    color: #fff;
    background-color: #A43840;
    border: 1px solid #A43840;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
  }
  .c-link:hover {
    opacity: 0.8;
    background-color: #fff;
    color: #943F43;
  }
  #toTel {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    padding-top: 70px;
  }
  #toTel h3 {
    text-align: center;
    font-size: 24px;
  }
  #toTel h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  #toTel p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  #toTel p a {
    pointer-events: none;
  }

}
/* END PC
---------------------------------------------------------------------- */


/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {

/* visual
---------------------------------------------------------------------- */
  #pageTitleVox {
    width: 100%;
    height: 250px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    margin-top: -80px;
  }
  #pageTitleVox .inner{
    width: 90%;
    height: 250px;
    margin: 0 auto;
    position: relative;
  }

/* contactForm
---------------------------------------------------------------------- */
  .contactForm {
    font-size: 3.8vw;
  }
  .contactForm_lead.inner {
    width: 100%;
    max-width: 650px;
    padding: 0 1em;
    margin-right: auto;
    margin-left: auto;
  }
  .contactForm_lead {
    color: #231815;
    margin-bottom: 8vw;
  }
  .contactForm__inr {
    width: 100%;
    max-width: 650px;
    padding: 0 1em;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10vw;
    border-bottom: 1px solid #CCCCCC;
  }
  .contactForm dl {
    text-align: left;
    margin-bottom: 6vw;
  }
  .contactForm dl:last-of-type {
    margin-bottom: 10vw;
  }
  .contactForm dt {
    margin-bottom: 2vw;
  }
  .required {
    display: flex;
    align-items: center;
  }
  .required::after {
    content: "必 須";
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
    color: #943F43;
    border: 1px solid #943F43;
    margin-left: 1em;
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .contactForm select {
    width: 100%;
    height: 10vw;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0.5em;
    font-size: 3.8vw;
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm input[type="tel"] {
    width: 100%;
    height: 10vw;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0.5em;
    font-size: 3.8vw;
  }
  .contactForm textarea {
    font-size: 3.8vw;
    resize: vertical;
    width: 100%;
    height: 30vw;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0.5em;
    display: block;
    font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .c-link__box {
    display: flex;
    justify-content: center;
  }
  .c-link {
    min-height: 13vw;
    width: 76vw;
    padding: 1em;
    color: #fff;
    background-color: #A43840;
    border: 1px solid #A43840;
    font-size: 3.8vw;
  }
  #toTel {
    width: 100%;
    max-width: 650px;
    padding: 10vw 1em 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10vw;
  }
  #toTel h3 {
    text-align: center;
    font-size: 5vw;
  }
  #toTel h4 {
    text-align: center;
    font-size: 4.6vw;
    font-weight: bold;
  }
  #toTel p {
    text-align: center;
    font-size: 4.6vw;
    font-weight: bold;
  }

}
/* END SP
---------------------------------------------------------------------- */