@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* contact
  ---------------------------------------------------------------------- */
  .contact__sec .subPage__ttl {
    color: #00AF79;
    font-weight: bold;
    margin-bottom: 55px;
  }
  .contact__sec .subPage__box {
    padding: 60px 75px 60px;
  }
  .contact__sec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 45px;
    font-size: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__sec dl:last-of-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__sec dl dt {
    width: 160px;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    position: relative;
  }
  .contact__sec dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .required {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00AF79;
    width: 45px;
    border-radius: 8.5px;
    padding: 0.21em 0;
    line-height: 1;
    margin: 0.3em 0 0 0.2em;
    font-family: "Noto Sans JP", serif;
  }
  .contact__sec input[type=text],
  .contact__sec input[type=email],
  .contact__sec input[type=tel] {
    width: 100%;
    background-color: #F2F2F2;
    padding: 0.806em;
    height: 100%;
    font-size: 1.8rem;
    border: none;
  }
  .contact__sec textarea {
    resize: vertical;
    width: 100%;
    background-color: #F2F2F2;
    padding: 0.806em;
    display: block;
    line-height: 1.8;
    font-size: 1.8rem;
    border: none;
  }
  .conatct__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    text-align: center;
    margin: 80px 0 0;
  }
  .conatct__btn .cbtn {
    font-size: 2.2rem;
    letter-spacing: 0em;
    width: 268px;
    height: 70px;
    letter-spacing: 0;
    text-align: center;
    border: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .conatct__btn .cbtn:hover {
    opacity: 0.7;
  }
  .conatct__btn .cbtn.cbtn--back {
    background-color: #8C6239;
  }
  .contact .cbtn,
  .confirm .cbtn {
    background: #00AF79;
  }
  /* confirm
  ---------------------------------------------------------------------- */
  .confirm dl dd {
    width: 100%;
    background-color: #EEEEEE;
    padding: 0.45em 0.806em;
    height: 100%;
    min-height: 50px;
    font-size: 1.8rem;
    border: none;
  }
  /* thanks
  ---------------------------------------------------------------------- */
  .thanks .subPage__box {
    padding: 155px 0 60px;
    position: relative;
  }
  .thanks .subPage__box::before {
    content: "";
    display: block;
    width: 738px;
    height: 187px;
    background: url(../images/thanks.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  .thanks__ttl {
    font-size: 3.6rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .thanks__txt {
    font-size: 2rem;
    letter-spacing: 0.075em;
    font-family: "Noto Serif JP", serif;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .thanks__address {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.54;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  .thanks .conatct__btn .cbtn {
    background: url(../../images/icon_arrow.svg) no-repeat center right 9%;
    background-color: var(--primary-color);
  }
  .thanks .conatct__btn .cbtn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 38.2666666667vw;
  }
  /* contact
  ---------------------------------------------------------------------- */
  .contact__sec .subPage__ttl {
    color: #00AF79;
    font-weight: bold;
    margin-bottom: 10vw;
  }
  .contact__sec dl {
    margin-bottom: 6vw;
  }
  .contact__sec dl:last-of-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__sec dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    position: relative;
    margin-bottom: 1vw;
  }
  .contact__sec dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .required {
    color: #fff;
    font-size: 2.9333333333vw;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00AF79;
    border-radius: 1em;
    padding: 0.3em 1em;
    line-height: 1;
    margin-left: 0.5em;
    font-family: "Noto Sans JP", serif;
  }
  .contact__sec input[type=text],
  .contact__sec input[type=email],
  .contact__sec input[type=tel] {
    width: 100%;
    background-color: #F2F2F2;
    padding: 0.806em;
    height: 100%;
    font-size: 4.2666666667vw;
    border: none;
  }
  .contact__sec textarea {
    resize: vertical;
    width: 100%;
    background-color: #F2F2F2;
    padding: 0.806em;
    display: block;
    line-height: 1.8;
    font-size: 4.2666666667vw;
    border: none;
  }
  .conatct__btn {
    text-align: center;
    margin: 9.3vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .conatct__btn .cbtn {
    margin: 0 auto;
    letter-spacing: 0em;
    letter-spacing: 0;
    background: #00AF79;
    text-align: center;
    font-size: 4.2666666667vw;
    border: none;
    padding: 0 5vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .conatct__btn .cbtn:hover {
    opacity: 0.7;
  }
  .conatct__btn .cbtn.cbtn--back {
    background-color: #8C6239;
  }
  /* confirm
  ---------------------------------------------------------------------- */
  .confirm dl dd {
    width: 100%;
    background-color: #EEEEEE;
    padding: 0.45em 0.806em;
    height: 100%;
    min-height: 6.6666666667vw;
    border: none;
  }
  /* thanks
  ---------------------------------------------------------------------- */
  .thanks .subPage__box {
    padding: 15vw 0 10vw;
    position: relative;
  }
  .thanks .subPage__box::before {
    content: "";
    display: block;
    width: 73.8vw;
    height: 18.7vw;
    background: url(../images/thanks.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  .thanks__ttl {
    font-size: 5.8666666667vw;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .thanks__txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.075em;
    font-family: "Noto Serif JP", serif;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .thanks__address {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.54;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  .thanks .conatct__btn .cbtn {
    background: url(../../images/icon_arrow.svg) no-repeat center right 9%;
    background-color: var(--primary-color);
  }
  .thanks .conatct__btn .cbtn:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */