@charset "UTF-8";

.vertical__top__title {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
  color: #85450a;
  font-family: "Quattrocento";
  font-size: 2rem;
  position: absolute;
  right: -6.5rem;
  top: 0.5rem;
}

/* spタイトル */
@media screen and (max-width: 769px) {
  .vertical__top__group {
    margin-left: 0;
    width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .vertical__top__group h2 {
    writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.5rem;
    letter-spacing: normal;
  }

  .vertical__top__title {
    writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 1.4rem;
    position: static;
    right: 0;
    top: 0;
    margin-top: 20%;
  }
}

/* sp 769px */

.contact__containar {
  width: 60%;
  margin: 0 auto;
  display: flex;
  padding-right: 28px;
  gap: 13%;
}

.txt {
  margin-top: 114px;
  text-align: center;
}

.contact {
  width: 80%;
  margin: 64px 0 32px 0;
}

.tablecap {
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.contact__head {
  width: 30%;
  font-weight: 400;
}

.kome {
  color: #c93f11;
  font-size: 1.2rem;
}

.contact__item {
  width: 70%;
  height: auto;
}

.txt__box {
  width: 100%;
  height: 32px;
  border: 1px solid #85450a;
  border-radius: 5px;
  background: rgba(236, 234, 234, 0.7);
  padding: 5px 3px;
  margin-bottom: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.txt__box:hover,
.form-textarea:hover {
  background: #fffefd;
}

.form-textarea {
  width: 100%;
  height: 200px;
  max-width: 400px;
  border: 1px solid #85450a;
  border-radius: 5px;
  background: rgba(236, 234, 234, 0.7);
  padding: 5px 3px;
  margin-bottom: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 送信ボタン */
.btn_submit {
  display: block;
  text-align: center;
  color: #85450a;
  width: 180px;
  height: 40px;
  border: 0.5px solid #85450a;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.btn_submit:hover {
  background: rgba(133, 69, 10, 0.9);
  border-color: #fffefd;
  color: #fffefd;
  transition: 0.5s;
}

@media screen and (max-width: 769px) {
  .contact__containar {
    width: 91%;
    margin: 32px auto;
    display: block;
    padding-right: 0;
    gap: 0;
  }

  .txt {
    margin-top: 32px;
    font-size: 1.6rem;
  }

  .contact {
    width: 100%;
    margin: 64px auto 32px;
  }

  .contact th,
  .contact td {
    width: 100%;
    display: block;
  }

  /* .contact td{
    margin: 0 auto;
  } */

  .tablecap {
    font-size: 1.4rem;
  }

  .contact__head {
    font-size: 1.6rem;
  }

  .line:last-of-type {
    height: 250px;
  }

  .txt__box,
  .form-textarea {
    max-width: none;
    margin: 0 auto;
  }
}
