@charset "UTF-8";
body {
  background: #f5f5f5;
  font-size: clamp(15px, 1.6vw, 16px);
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  position: relative;
}

.inner {
  width: min(95%, 1080px);
}

.contact h1 {
  font-size: clamp(23px, 4.2vw, 42px);
  color: white;
  margin: 0 auto 20px;
  text-align: center;
}

.container {
  padding-top: max(40px, 3vw);
}
.container h1 {
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.container h1::after {
  content: "";
  width: 35px;
  height: 4px;
  background: #e67519;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
.container .flow-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(8vw, 60px);
}
.container .flow-nav .flow-nav-item dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 12px;
}
.container .flow-nav .flow-nav-item dl dt {
  background: #e2e2e2;
  color: #333;
  border-radius: 50%;
  border: 5px solid #f5f5f5;
  display: grid;
  place-content: center;
  font-size: clamp(15px, 2.3vw, 23px);
  font-weight: 500;
  width: 60px;
  height: 60px;
  position: relative;
}
.container .flow-nav .flow-nav-item dl dt::after {
  content: "";
  display: block;
  width: 45px;
  height: 5px;
  background: #ffbe88;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
  z-index: -1;
}
.container .flow-nav .flow-nav-item dl dd {
  margin: 8px auto 0;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", serif;
}
.container .flow-nav .flow-nav-item:last-child dl dt::after {
  content: none;
}
.container .flow-nav .flow-nav-item.active dl dt {
  background: #e67519;
  color: white;
  border: 5px solid #ffbe88;
}

.form-head {
  width: 92%;
  margin: auto;
}

.estimateForm-wrap {
  background: white;
  padding: min(8vw, 60px);
  margin: min(8vw, 60px) auto min(12vw, 120px);
}

#estimateForm {
  display: block;
  margin-top: min(5vw, 30px);
}
#estimateForm .input-field {
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#estimateForm .input-field input {
  width: min(75%, 320px);
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 8px 16px;
  border-radius: 2px;
}
#estimateForm .input-field input::placeholder {
  color: #999;
}
#estimateForm .input-field label {
  position: relative;
  color: #333;
  display: block;
  min-width: 200px;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 700;
}
#estimateForm label:has(input[type=checkbox]) {
  position: relative;
}
#estimateForm label:has(input[type=checkbox])::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #e2e2e2;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#estimateForm label:has(input[type=checkbox]):has(input[type=checkbox]:checked) {
  background: #fff6e7;
  border: 2px solid #e67519;
}
#estimateForm label:has(input[type=checkbox]):has(input[type=checkbox]:checked) span {
  color: #e67519;
  font-weight: 700;
  position: relative;
}
#estimateForm label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::after {
  border: 2px solid #ccc;
}
#estimateForm label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
  z-index: 1;
}
#estimateForm label:has(input[type=checkbox]).checkbox-item:has(input[type=checkbox]:checked) {
  border: none;
}
#estimateForm #lanternType {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 12px;
  color: #888;
  font-weight: 500;
}
#estimateForm .select-wrapper {
  width: 100%;
  display: block;
}
#estimateForm .select-wrapper + label {
  font-size: 15px;
  top: -32px;
  position: relative;
  top: 0;
  left: 0;
}
#estimateForm .select-wrapper .caret {
  z-index: 1;
  fill: #999;
  pointer-events: none;
}
#estimateForm .select-wrapper input.select-dropdown {
  height: 35px;
  margin: 0 0 0 auto;
  width: 100%;
}
#estimateForm .select-wrapper .dropdown-content {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
}
#estimateForm p.ptit {
  min-width: 200px;
  font-weight: 700;
}
#estimateForm .colorList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 20px 0 12px;
}
#estimateForm .colorList label {
  width: calc(33.3333333333% - 12px);
  border-radius: 8px;
  padding: 15px;
  border: 2px solid transparent;
  position: relative;
  background: #f5f8fa;
}
#estimateForm .colorList input {
  width: 1.5em;
}
#estimateForm .colorList input[type=checkbox] {
  display: none;
}
#estimateForm .colorList .colorname {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#estimateForm .colorList .colorname.orange {
  align-items: flex-start;
}
#estimateForm .colorList .colorname.orange::after {
  content: "(スタンダードカラー)";
  display: block;
  font-size: 0.65em;
  position: absolute;
  top: 1.9em;
  left: 31px;
}
#estimateForm .colorList .colorname::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  margin-right: 0.5em;
}
#estimateForm .colorList .colorname.blue::before {
  background: #2b4ac4;
  border-bottom: solid 2px #253fa8;
}
#estimateForm .colorList .colorname.green::before {
  background: #77c42b;
  border-bottom: solid 2px #62a123;
}
#estimateForm .colorList .colorname.red::before {
  background: #c42b4c;
  border-bottom: solid 2px #ab2642;
}
#estimateForm .colorList .colorname.pink::before {
  background: #e7537b;
  border-bottom: solid 2px #c7486a;
}
#estimateForm input[type=checkbox] + span:not(.lever) {
  font-size: clamp(15px, 1.5vw, 16px);
}
#estimateForm .input-field > label:not(.label-icon).active {
  transform: none;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #e67519;
}

.form-body {
  width: 92%;
  margin: min(8vw, 50px) auto 0;
  padding: 4% 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.read-option {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}
.read-option p:not(.optit) {
  background: linear-gradient(transparent 60%, rgb(255, 219, 100) 60%);
  font-size: 0.95em;
}
.read-option .optit {
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin-right: 1em;
}
.read-option .optit::before {
  content: "※";
  color: rgb(255, 127, 127);
  font-weight: 700;
  margin-right: 6px;
}

.optionList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; /* タイル間のスペース */
  justify-content: space-between;
  width: 92%;
  margin: auto;
}
.optionList .checkbox-item {
  cursor: pointer; /* カーソルをポインターに */
  width: calc(33.3333333333% - 12px);
  height: 80px;
}
.optionList .checkbox-item span {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: #f5f8fa;
  border-radius: 12px;
  font-weight: 500;
  padding-right: 1em;
}
.optionList .checkbox-item input[type=checkbox]:checked + span {
  background: #fff6e7;
  border: 5px solid #e67519;
  border-radius: 12px;
  color: #e67519;
  font-weight: 700;
}
.optionList .checkbox-item input[type=checkbox] {
  display: none; /* チェックボックスを隠す */
}

#totalPrice {
  background: #333;
  padding: 1em 2em;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  border-radius: 8px;
  border: 8px solid #eee;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#totalPrice span {
  font-size: clamp(20px, 2.8vw, 28px);
  color: #e67519;
  margin-left: 0.8em;
  padding-right: 4em;
}

.form-bottom {
  width: 92%;
  margin: min(6vw, 50px) auto 0;
}

/* ボタンの基本スタイル */
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #21be78;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  box-sizing: border-box;
}

.btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
  box-sizing: border-box;
}

/* スライドする背景色のスタイル */
.btnWrap {
  position: relative;
  margin-top: min(8vw, 50px);
}

.btn-slide-horizontal {
  border: 3px solid #e67519;
  background: #e67519;
  z-index: 1;
  display: block;
  position: relative;
  width: min(80%, 380px);
  margin: min(5vw, 35px) auto;
  height: 80px;
  padding: 12px;
  color: white;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  /* ホバー時のスタイル */
}
.btn-slide-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  z-index: -1;
  border-radius: 12px;
}
.btn-slide-horizontal:hover {
  color: #e67519;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-slide-horizontal:hover:before {
  transform-origin: left top;
  transform: scaleX(1);
}
.btn-slide-horizontal:hover:after {
  border-color: #e67519;
}

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

.inner {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.p-img {
  text-align: center;
  width: 100%;
}

/*-- 固定ここまで --*/
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1000px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .estimateForm-wrap {
    padding: 4%;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 1000px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 768px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  a[href*="tel:"] {
    pointer-events: initial;
    cursor: pointer;
    text-decoration: none;
  }
  #estimateForm label:has(input[type=checkbox])::after {
    right: 12px;
  }
  #estimateForm label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::before {
    right: 14px;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 591px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  #estimateForm .input-field {
    flex-direction: column;
  }
  #estimateForm .input-field label {
    width: 100%;
  }
  #estimateForm p.ptit {
    width: 100%;
  }
  #estimateForm .input-field input {
    width: min(60%, 320px);
    display: block;
    margin: 8px auto 0 0;
  }
  #estimateForm #lanternType {
    margin-top: 8px;
  }
  #estimateForm .colorList {
    padding-top: 12px;
  }
  .optionList .checkbox-item {
    width: 100%;
    height: 60px;
  }
  #totalPrice {
    flex-direction: column;
    align-items: flex-end;
  }
  #totalPrice span {
    padding-right: 0;
  }
  .btn-slide-horizontal {
    height: 60px;
  }
}
.btn-slide-horizontal:disabled,
.btn-slide-horizontal.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-slide-horizontal:disabled:hover,
.btn-slide-horizontal.disabled:hover {
  opacity: 0.5;
}

#form {
  margin-top: 40px;
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px solid #e2e2e2;
}
#form .contact h2 {
  text-align: center;
  font-size: clamp(20px, 3vw, 24px);
  color: #333;
  margin-bottom: 30px;
}
#form .contact .form-parts {
  margin-bottom: 20px;
}
#form .contact .form-parts .list-title {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  font-size: clamp(14px, 1.5vw, 16px);
}
#form .contact .form-parts input[type=text],
#form .contact .form-parts textarea,
#form .contact .form-parts select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}
#form .contact .form-parts input[type=text]:focus,
#form .contact .form-parts textarea:focus,
#form .contact .form-parts select:focus {
  outline: none;
  border-color: #e67519;
  box-shadow: 0 0 0 2px rgba(230, 117, 25, 0.2);
}
#form .contact .form-parts textarea {
  min-height: 120px;
  resize: vertical;
}
#form .contact .btnZone {
  text-align: center;
  margin-top: 30px;
}
#form .contact .btnZone .submit {
  background: #e67519;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
#form .contact .btnZone .submit:hover {
  background: #b85e14;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 414px) {
  .container .flow-nav {
    margin: 3vw auto;
  }
  .container .flow-nav .flow-nav-item dl dt {
    width: 42px;
    height: 42px;
  }
  .container .flow-nav .flow-nav-item dl dd {
    font-size: 12px;
    margin-top: 3px;
  }
  .btn-slide-horizontal {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/simulator.css.map */
