@charset "UTF-8";
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
#contact {
  width: 100%;
  margin: 0 auto;
}

#tel .flex {
  padding: 4rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #80846F;
  border-radius: 1rem;
}
#tel .left h2 {
  font-size: 2.8rem;
}
#tel .left p {
  font-weight: bold;
  color: #80846F;
}
#tel .right {
  margin-left: 4rem;
  padding-left: 4rem;
  border-left: 2px solid #80846F;
}
#tel .right a {
  display: flex;
  align-items: center;
}
#tel .right a i {
  display: block;
  margin-right: 1rem;
  width: 52px;
  height: 52px;
  background: center center/contain no-repeat url(../images/contact/tel-ico.png);
}
#tel .right a span {
  font-size: 4.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #tel .flex {
    flex-direction: column;
    text-align: center;
  }
  #tel .right {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tel .flex {
    padding: 2rem 0;
  }
  #tel .left h2 {
    font-size: 2.4rem;
  }
  #tel .right a i {
    width: 40px;
    height: 40px;
  }
  #tel .right a span {
    font-size: 3.2rem;
  }
}

#cont-form {
  background: #F9F6F6;
  text-align: left;
}

#cf7-area article {
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 834px) {
  #cf7-area article {
    margin-bottom: 4rem;
  }
}
#cf7-area table {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}
#cf7-area table th,
#cf7-area table td {
  display: block;
}
#cf7-area table th {
  padding-bottom: 2rem;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  #cf7-area table th {
    width: 100%;
    padding-bottom: 0;
  }
}
#cf7-area table td {
  padding-bottom: 4rem;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #cf7-area table td {
    padding-top: 1.5rem;
  }
}
#cf7-area .must {
  display: inline-block;
  margin-left: 1.8rem;
  padding: 0 0.75em;
  font-size: 2rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: #EE7C74;
}
@media only screen and (max-width: 834px) {
  #cf7-area .must {
    font-size: 1.6rem;
  }
}
#cf7-area input,
#cf7-area select,
#cf7-area textarea {
  font-family: inherit !important;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 1.5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  font-size: 1.5rem; /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  background: #fff;
  border: 1px solid #eee3cb;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
#cf7-area input:focus,
#cf7-area select:focus,
#cf7-area textarea:focus {
  border-color: #000;
  outline: 0;
}
#cf7-area label,
#cf7-area select {
  cursor: pointer;
}
#cf7-area textarea {
  resize: vertical;
}
#cf7-area .select-box {
  position: relative;
}
#cf7-area .select-box::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  font-size: 1.7rem;
  font-weight: 600;
  pointer-events: none;
}
#cf7-area .radio-box input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: none;
}
#cf7-area .radio-box input[type=radio] + label,
#cf7-area .radio-box input[type=radio] + span {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 3rem;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  #cf7-area .radio-box input[type=radio] + label,
  #cf7-area .radio-box input[type=radio] + span {
    margin-top: 1rem;
  }
}
#cf7-area .radio-box input[type=radio] + label:first-of-type,
#cf7-area .radio-box input[type=radio] + span:first-of-type {
  margin-top: 0;
}
#cf7-area .radio-box input[type=radio] + label::before, #cf7-area .radio-box input[type=radio] + label::after,
#cf7-area .radio-box input[type=radio] + span::before,
#cf7-area .radio-box input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-1px) translateY(-50%);
  border-radius: 50%;
}
#cf7-area .radio-box input[type=radio] + label::before,
#cf7-area .radio-box input[type=radio] + span::before {
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #333;
}
#cf7-area .radio-box input[type=radio] + label::after,
#cf7-area .radio-box input[type=radio] + span::after {
  left: 4px;
  width: 12px;
  height: 12px;
  background: #967e76;
  transition: all 0.4s ease-out;
  opacity: 0;
}
#cf7-area .radio-box input[type=radio]:checked + label::after,
#cf7-area .radio-box input[type=radio]:checked + span::after {
  opacity: 1;
}

/*
Contact-privacy
-------------------------------------------------- */
#contact-privacy {
  width: 100%;
  margin: 3rem auto 7rem;
  height: 420px;
  padding: 5rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow-y: scroll;
}
@media only screen and (max-width: 834px) {
  #contact-privacy {
    height: 350px;
    margin: 4rem 0 5rem;
    padding: 3rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  #contact-privacy {
    height: 300px;
    padding: 2.5rem;
  }
}
#contact-privacy::-webkit-scrollbar {
  width: 10px;
}
#contact-privacy::-webkit-scrollbar-track {
  background: #d0d0d0;
}
#contact-privacy::-webkit-scrollbar-thumb {
  background: #EE7C74;
}
#contact-privacy section {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 834px) {
  #contact-privacy section {
    margin-top: 3rem;
  }
}
#contact-privacy section p {
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 834px) {
  #contact-privacy section p {
    font-size: 1.6rem;
  }
}
#contact-privacy section ul {
  width: 95%;
  margin: 1rem auto 0;
}
#contact-privacy section ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}

/*
Check-box
-------------------------------------------------- */
.check-box {
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  user-select: none;
}
@media only screen and (max-width: 834px) {
  .check-box {
    font-size: 1.5rem;
  }
}
.check-box input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 25px !important;
  height: 25px;
  margin-right: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 834px) {
  .check-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 1.2rem;
  }
}
.check-box input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 7px;
  height: 14px;
  border-right: 3px solid #967e76;
  border-bottom: 3px solid #967e76;
  transform: translateY(-1px) translate(-50%, -50%) rotate(50deg);
}
@media only screen and (max-width: 834px) {
  .check-box input[type=checkbox]:checked::before {
    width: 6px;
    height: 12px;
  }
}
.check-box label {
  cursor: pointer;
}
.check-box a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  text-decoration: underline;
}
.check-box a:hover {
  text-decoration: none;
}

/*
Contact-btn
-------------------------------------------------- */
#contact-btn {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 3rem;
}
#contact-btn input[type=submit] {
  font-size: 1.8rem !important;
  display: block;
  width: 100%;
  line-height: 1em;
  padding: 1.5rem 0;
  border-radius: 2em;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  font-size: 1.5rem; /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  font-weight: bold !important;
  letter-spacing: 3px;
  color: #fff !important;
  background: #EE7C74;
  border: 2px solid #EE7C74;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
#contact-btn input[type=submit]:hover {
  background: #fff;
  color: #EE7C74 !important;
}
@media only screen and (max-width: 834px) {
  #contact-btn input[type=submit] {
    font-size: 1.6rem !important;
  }
}/*# sourceMappingURL=contact.css.map */