@charset "UTF-8";
/* setting.scss start*/
body {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #181818;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.boxwrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .boxwrap {
    width: 94%;
    box-sizing: border-box;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

* {
  min-width: 0;
  min-height: 0;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

a {
  color: #181818;
  text-decoration: none;
}
a:hover, a:link, a:visited, a:active, a:focus {
  color: #181818;
  text-decoration: none;
}

/* setting.scss end*/
.contact,
.confirm {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .contact,
  .confirm {
    width: 100%;
  }
}

.contact {
  /* ラジオボタン */
}
.contact form {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 568px) {
  .contact form {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.contact .contactForm {
  background-color: #f4f4f4;
  border-top: 10px solid #c3b69e;
  padding: 60px 52px 24px 52px;
}
@media screen and (max-width: 568px) {
  .contact .contactForm {
    padding: 20px;
  }
}
.contact fieldset {
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.contact legend {
  padding: 0 10px;
}
.contact .table__base {
  width: 100%;
  border: none;
}
@media screen and (max-width: 568px) {
  .contact .table__form,
  .contact .table__form tbody,
  .contact .table__form tr,
  .contact .table__form th,
  .contact .table__form td {
    display: block;
  }
}
.contact .table__form th,
.contact .table__form td {
  border: none;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .contact .table__form th,
  .contact .table__form td {
    width: 100%;
  }
}
.contact .table__form th span,
.contact .table__form td.icon-td span {
  position: absolute; /* 絶対位置指定 */
  top: 50%; /* 上端を中央に */
  transform: translateY(-50%); /* 自身の高さの半分だけ上に移動 */
}
.contact .table__form th {
  width: 40%;
  text-align: left;
  background-color: transparent;
}
@media screen and (max-width: 568px) {
  .contact .table__form th {
    margin-top: 20px;
    width: 100%;
  }
}
.contact .icon--must,
.contact .icon--optional {
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 3px;
  right: 15px;
}
.contact .icon--must {
  background-color: #c0a77a;
  width: 56px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  border-radius: 8px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 14px;
  display: block;
}
.contact .icon--ninni {
  background-color: #BBB;
}
.contact .icon--optional {
  background-color: #808080;
  color: white;
}
.contact .hope {
  padding-top: 10px;
}
.contact .input-l,
.contact .textarea-l {
  border: none;
  width: 100%;
  padding: 5px;
  padding: 15px;
  font-size: 16px;
}
.contact .textarea-l {
  resize: none;
  height: 100px;
}
.contact .select-input {
  border: none;
  padding: 6px 10px;
  font-size: 16px;
}
.contact .select-input2 {
  border: none;
  padding: 6px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border-radius: 6px;
}
.contact .Form-Submit {
  text-align: center;
  margin-top: 20px;
}
.contact .btn--submit {
  padding: 10px 20px;
  background-color: #c0a77a;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 24px;
  letter-spacing: 1px;
}
.contact .btn--submit:hover {
  background-color: rgba(192, 167, 122, 0.6);
}
.contact .btn--submit:disabled {
  background-color: #BBB;
  color: #FFF;
  cursor: not-allowed;
}
.contact .btn--submit:disabled:hover {
  background-color: #BBB;
}
.contact .radio-group {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.contact .radio-group legend {
  font-weight: bold;
  margin-bottom: 10px;
}
.contact .radio-option {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
.contact .radio-option input[type=radio] {
  display: none;
}
.contact .radio-option label {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .radio-option input[type=radio]:checked + label {
  background-color: #c0a77a;
  color: white;
}
.contact .radio-option label:hover {
  background-color: #e0e0e0;
}
.contact .radio-option input[type=radio]:checked + label:hover {
  background-color: #c0a77a;
}

.Thanks {
  margin-top: 100px;
  padding: 50px 20px;
  text-align: center;
}
.Thanks-inner {
  max-width: 600px;
  margin: 0 auto;
}
.Thanks-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.Thanks-message {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.Thanks-info {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.Thanks-info p {
  font-weight: bold;
  margin-bottom: 10px;
}
.Thanks-info ul {
  list-style-type: none;
  padding: 0;
}
.Thanks-info ul li {
  margin-bottom: 5px;
}
.Thanks-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c0a77a;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.Thanks-button:hover {
  opacity: 0.6;
}/*# sourceMappingURL=contact.css.map */