@charset "UTF-8";
:root {
  --vw: 1vw;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
.SECOND .main-v {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  background: #ccc;
  width: 100%;
  height: calc(25 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v {
    height: calc(46.6666666667 * var(--vw));
  }
}
.SECOND .main-v > * {
  grid-area: 1/-1;
  height: 100%;
}
.SECOND .main-v__img {
  overflow: hidden;
}
.SECOND .main-v__img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.SECOND .main-v__in {
  display: grid;
  justify-content: center;
  align-items: center;
}
.SECOND .main-v .page-ttl {
  display: grid;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 1;
  text-shadow: 0 calc(0.3333333333 * var(--vw)) calc(0.6666666667 * var(--vw)) rgba(0, 0, 0, 0.25);
  padding: calc(2.9166666667 * var(--vw)) calc(1 * var(--vw)) calc(1.0833333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl {
    text-shadow: 0 calc(0.5333333333 * var(--vw)) calc(1.0666666667 * var(--vw)) rgba(0, 0, 0, 0.25);
    padding: calc(4.8 * var(--vw)) calc(3.2 * var(--vw)) calc(3.2 * var(--vw));
  }
}
.SECOND .main-v .page-ttl .main {
  font-size: calc(3.3333333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl .main {
    font-size: 4.8rem;
  }
}
.SECOND .main-v .page-ttl .sub {
  font-size: calc(2.3333333333 * var(--vw));
  margin: 0.2em 0 0;
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl .sub {
    font-size: 3.2rem;
    margin: 0.5em 0 0;
  }
}
.SECOND .contents_cobox11 {
  top: 0;
  right: 0;
  left: 0;
  color: #433013;
  margin: 0 auto;
}
.SECOND .sec {
  position: relative;
  width: 100%;
}
.SECOND .sec_in {
  position: relative;
}
.SECOND .sec b {
  color: #A7906D;
  font-weight: normal;
}
.SECOND .table {
  border: 1px solid #433013;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .SECOND .table {
    width: 200%;
  }
}
.SECOND .table th, .SECOND .table td {
  color: #433013;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.2;
  text-align: left;
  border: 1px solid #433013;
  padding: calc(2 * var(--vw) * 1000 / 1200) calc(1.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  .SECOND .table th, .SECOND .table td {
    font-size: 2.8rem;
    padding: calc(3.2 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
.SECOND .table th {
  background: #A0DF82;
  font-weight: 700;
}
.SECOND .table td {
  background: #fff;
}

#CONTACT .sec-contact {
  padding: calc(4.3333333333 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact {
    padding: calc(13.3333333333 * var(--vw)) 0 0;
  }
}
#CONTACT .sec-contact .contact-box {
  background: #fff;
  color: #433013;
  border-radius: calc(0.8333333333 * var(--vw) * 1000 / 1200);
  box-shadow: 0 0 calc(0.8333333333 * var(--vw) * 1000 / 1200) rgba(0, 0, 0, 0.25);
  width: calc(83.3333333333 * var(--vw) * 1000 / 1200);
  margin: 0 auto;
  padding: calc(2.9166666667 * var(--vw) * 1000 / 1200) calc(4.1666666667 * var(--vw) * 1000 / 1200) calc(4.1666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .contact-box {
    border-radius: calc(1.3333333333 * var(--vw));
    box-shadow: 0 0 calc(1.3333333333 * var(--vw)) rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: calc(4.6666666667 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(6.6666666667 * var(--vw));
  }
}
#CONTACT .sec-contact .table-contact__row {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__row {
    grid-template-columns: 1fr;
  }
}
#CONTACT .sec-contact .table-contact__term, #CONTACT .sec-contact .table-contact__desc {
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.5;
  padding: calc(2 * var(--vw) * 1000 / 1200) calc(1.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__term, #CONTACT .sec-contact .table-contact__desc {
    font-size: 2.8rem;
  }
}
#CONTACT .sec-contact .table-contact__term > span, #CONTACT .sec-contact .table-contact__desc > span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(0.8333333333 * var(--vw) * 1000 / 1200) 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__term > span, #CONTACT .sec-contact .table-contact__desc > span {
    justify-content: flex-start;
    gap: calc(4 * var(--vw));
    padding: 0;
  }
}
#CONTACT .sec-contact .table-contact__term {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__term {
    padding: calc(2.6666666667 * var(--vw)) 0 0;
  }
}
#CONTACT .sec-contact .table-contact__term--required > span::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  background: #f00;
  color: #fff;
  font-size: calc(1 * var(--vw) * 1000 / 1200);
  border-radius: calc(0.8333333333 * var(--vw) * 1000 / 1200);
  height: calc(1.6666666667 * var(--vw) * 1000 / 1200);
  padding: 0 calc(0.8333333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__term--required > span::after {
    font-size: 2rem;
    border-radius: calc(1.3333333333 * var(--vw));
    height: calc(4 * var(--vw));
    padding: 0 calc(1.3333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .table-contact__desc {
    margin: calc(1.3333333333 * var(--vw)) 0 0;
    padding: 0 0 calc(2.6666666667 * var(--vw));
  }
}
#CONTACT .sec-contact input:not([type=radio]):not([type=checkbox]),
#CONTACT .sec-contact textarea {
  display: inline-block;
  font-size: inherit;
  border: 1px solid #bbb;
  border-radius: calc(0.4166666667 * var(--vw) * 1000 / 1200);
  width: 100%;
  padding: calc(0.8333333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact input:not([type=radio]):not([type=checkbox]),
  #CONTACT .sec-contact textarea {
    border-radius: calc(0.6666666667 * var(--vw));
    padding: calc(1.3333333333 * var(--vw));
  }
}
#CONTACT .sec-contact .label-zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
#CONTACT .sec-contact .label-zip input[type=text] {
  width: fit-content;
}
#CONTACT .sec-contact label.error {
  display: inline-block;
  color: #f00;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  font-weight: 700;
  margin: calc(0.4166666667 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact label.error {
    font-size: 2.8rem;
    margin: calc(1.3333333333 * var(--vw)) 0 0;
  }
}
#CONTACT .sec-contact .privecy-policy-box {
  font-size: calc(1.1666666667 * var(--vw) * 1000 / 1200);
  line-height: 1.5;
  border: 1px solid #ccc;
  overflow: auto;
  width: 80%;
  height: calc(20.8333333333 * var(--vw) * 1000 / 1200);
  margin: calc(2.5 * var(--vw) * 1000 / 1200) auto;
  padding: calc(1.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .privecy-policy-box {
    font-size: 2.4rem;
    width: 100%;
    height: calc(33.3333333333 * var(--vw));
    margin: calc(4 * var(--vw)) auto;
    padding: calc(4 * var(--vw));
  }
}
#CONTACT .sec-contact .privecy-policy-box > * + * {
  margin-top: 1em;
}
#CONTACT .sec-contact .privecy-policy-box ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#CONTACT .sec-contact .privecy-policy-box ol li {
  text-indent: -1em;
  margin-left: 1em;
}
#CONTACT .sec-contact .privecy-policy-box ol li:not(:first-of-type) {
  margin-top: 1em;
}
#CONTACT .sec-contact .agree-check-box {
  text-align: center;
  margin: calc(1.6666666667 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .agree-check-box {
    margin: calc(4 * var(--vw)) 0 0;
  }
}
#CONTACT .sec-contact .agree-check-box label {
  display: inline-flex;
  align-items: center;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  gap: 0.25em;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .agree-check-box label {
    font-size: 2.8rem;
  }
}
#CONTACT .sec-contact .btn-box {
  display: flex;
  justify-content: center;
  gap: calc(2.5 * var(--vw) * 1000 / 1200);
  margin: calc(4.1666666667 * var(--vw) * 1000 / 1200) auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .btn-box {
    gap: calc(4 * var(--vw));
    margin: calc(6.6666666667 * var(--vw)) auto 0;
  }
}
#CONTACT .sec-contact .btn-submit {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FEE100;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1;
  font-weight: 700;
  border-radius: calc(0.8333333333 * var(--vw) * 1000 / 1200);
  box-shadow: 0 0 calc(0.8333333333 * var(--vw) * 1000 / 1200) rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  width: calc(15 * var(--vw) * 1000 / 1200);
  height: calc(5 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .btn-submit {
    font-size: 2.8rem;
    border-radius: calc(1.3333333333 * var(--vw));
    box-shadow: 0 0 calc(1.3333333333 * var(--vw)) rgba(0, 0, 0, 0.25);
    width: calc(32 * var(--vw));
    height: calc(10.6666666667 * var(--vw));
  }
}
#CONTACT .sec-contact .btn-submit::after {
  content: ">";
  position: absolute;
  top: 0;
  right: calc(0.8333333333 * var(--vw) * 1000 / 1200);
  bottom: 0;
  letter-spacing: normal;
  height: fit-content;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .btn-submit::after {
    right: calc(1.3333333333 * var(--vw));
  }
}
#CONTACT .sec-contact .btn-submit:hover {
  opacity: 0.65;
}
#CONTACT .sec-contact .btn-submit.btn-prev {
  background: #ccc;
}
#CONTACT .sec-contact .btn-submit.btn-prev::after {
  content: "<";
  right: unset;
  left: calc(0.8333333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .btn-submit.btn-prev::after {
    left: calc(1.3333333333 * var(--vw));
  }
}
#CONTACT .sec-contact .confirm-text {
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.5;
  text-align: center;
  margin: 0 0 calc(2.5 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec-contact .confirm-text {
    font-size: 2.8rem;
    margin: 0 0 calc(2 * var(--vw));
  }
}/*# sourceMappingURL=contact.css.map */