@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 150px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back {
    padding: 100px 0;
  }
}
@media (max-width:900px) {
  .back {
    padding: 100px 0;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  .width {
    max-width: 80%;
  }
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  /*
  margin: 100px auto 0 auto;
*/
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .contents {
    /*
    margin: 50px auto 0 auto;
*/
  }
}
@media (max-width:900px) {
  .contents {
    /*
    margin: 50px auto 0 auto;
*/
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
【冒頭】
========================================================================*/
.choice {
  margin: 30px 0 0 10px;
}
.choice ul li {
  position: relative;
  padding-left: 0.8em; /* マーカー分の余白を確保 */
	margin-bottom: 1rem;
}

.choice ul li::before {
  content: "■";        /* 四角マーカー */
  font-size: 0.4em;     /* サイズ調整 */
  color: #534741;         /* 色 */
  position: absolute;
  left: 0;              /* liの左端に配置 */
  top: 55%;             /* liの高さの中央に配置 */
  transform: translateY(-50%); /* ちょうど中央にする */
}
.choice span {
  font-size: clamp(0.875rem, 0.759rem + 0.49vw, 1.125rem);
}
/*:::::::::::【イメージ】::::::::::*/
.p-img .p-img1 {
  background-image: url("../image/contact/b-img01.png");
  background-position: center;
  background-size: cover;
}
.p-img .p-img2 {
  background-image: url("../image/contact/b-img02.png");
  background-position: center;
  background-size: cover;
}
/*========================================================================
お問い合わせ
========================================================================*/
/*:::::【背景】:::::*/
.contact-back {}
.contact-box-container {}
/*:::::【はじめに】:::::*/
/*:::::【フォーム】:::::*/
form {
  width: 100%;
  padding-bottom: 100px;
}
.input-container {
  margin: 20px 0;
}
label {
  font-family: ;
  font-weight: bold;
}
.color-red {
  position: relative;
  z-index: 1;
  color: #035a23;
}
.form-input, textarea {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #035a23;
}
textarea {
  height: 150px !important;
}
/*:::::【お問い合わせ種類】:::::*/
.styled-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 0.6em 1.5em 0.6em 0.5em;
  cursor: pointer;
  line-height: 1.4;
  font-size: 0.95em;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #035a23;
}
/*:::::【プライバシーポリシー】:::::*/
.privacy-box td {
  border-bottom: none !important;
}
.privacy-area {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #035a23;
  padding: 10px;
  color: #3a3a3a;
  background-color: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
}
.privacy-title {
  display: block;
  font-family: "Kiwi Maru";
  cursor: pointer;
  font-size: clamp(1.125rem, 1.006rem + 0.5vw, 1.625rem);
  font-weight: bold;
  padding: 10px 0;
  transition: all .5s ease;
}
.privacy-area p {
  padding: 20px;
  border-bottom: 1px dashed #035a23;
  font-size: clamp(1rem, 0.941rem + 0.25vw, 1.25rem);
}
.privacy-area p:first-child {
  padding-top: 0;
}
.privacy-area p:last-child {
  border-bottom: none !important;
}
.privacy-area span {
  font-weight: bold;
}
/*プライバシーポリシーの電話番号*/
.pp-tel {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: clamp(0.875rem, 0.727rem + 0.63vw, 1.5rem);
}
/*:::::【同意ボタン】:::::*/
/*チェックボックスサイズ*/
.check-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-button input {
  margin-right: 10px;
}
/*:::::【送信ボタン】:::::*/
.submit-btn {
  margin-top: 50px;
  padding-bottom: 20px !important;
  text-align: center;
}
button {
  background-color: #fff;
  color: #534741;
  font-weight: bold;
  padding: 10px 30px;
  border: 1px solid #035a23;
  border-radius: 5px; /* 角を少し丸く */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.4); /* 通常時のはっきりした影 */
}
button:hover {
  background-color: #fff;
  transform: translateY(4px); /* 押し込むような動き */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); /* 押したときは影をほぼなしに */
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  form {
    padding-bottom: 50px;
  }
}
@media (max-width:600px) {
  /*--------------【メールフォーム】----------------*/
  .form-input, textarea {
    margin-top: 0;
  }
  /*:::::【お問い合わせ種類】:::::*/
  .styled-select {
    max-width: 100%;
  }
  .btn-th {
    display: none !important;
  }
  .submit-btn {
    background-color: #fff !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}