button, input, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  font-size: 16px !important;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

input, textarea {
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font: inherit;
  cursor: pointer;
}

button, input, select {
  overflow: visible;
  -webkit-appearance: none;
}

button, input, select, textarea {
  margin: 0;
}

button, select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
}

[disabled] {
  cursor: default;
}

button::-moz-focus-innner, input::-moz-focus-innner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-innner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button, input[type=submit], input[type=button], input[type=reset] {
  border-radius: 0;
  border: none;
  background: transparent;
  color: inherit;
  width: 100%;
  letter-spacing: 0.08rem;
  font-size: 1.4rem;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

.innner {
  max-width: 828px;
  margin: 0 auto;
}

.innner2, form, .txt_box, .cont {
  max-width: 480px;
  margin: 0 auto;
}

.innner3 {
  max-width: 414px;
  margin: 0 auto;
}

body {
  color: #231815;
  height: 100dvh;
}

.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex: 1;
}

.cont {
  overflow: hidden;
}
.cont img {
  width: 100%;
}

small {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
}

.flex, .flexW, .flexC, .form_box.conf, .formStep, .pback, .btn, .btn-back {
  display: flex;
  align-items: center;
}

.flexC, .form_box.conf, .formStep, .pback, .btn, .btn-back {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

.btn, .btn-back {
  display: block;
  width: 280px;
  padding: 2.1rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  text-align: center;
}
.btn.b_line, .b_line.btn-back {
  background: #000;
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header h1 {
  width: 125px;
  height: 60px;
  display: flex;
  align-items: center;
}
#header h1 a {
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.active {
  display: block;
}

.hidden {
  display: none;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #939393;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 100%;
}
.modal-container .modal-content {
  border-radius: 20px;
  background: #fff;
  text-align: left;
  padding: 40px 20px;
  overflow: auto;
  max-height: 700px;
}
.modal-container .modal-content .modal-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #d8445d;
  cursor: pointer;
}

.plan_search-wrap {
  max-width: 460px;
  margin: 0 auto;
}

.plan_search {
  font-family: "Zen Maru Gothic", sans-serif;
}
.plan_search h2 {
  width: 164px;
  margin: 0 auto 3.7rem;
}
.plan_search .search-ttl {
  background: #d8445d;
  border-radius: 4px;
  text-align: center;
  padding: 1rem 3rem;
  color: #fff;
  margin-bottom: 4rem;
}
.plan_search .btn01::after {
  background: url(https://nijinomichishirube.com/img/plan_search/plan-btn_arrow.png) no-repeat center/100%;
}
.plan_search .search-btn01 {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgb(216, 68, 93);
  color: #d8445d;
  font-size: 1.6rem;
  border-radius: 14px;
}
.plan_search .search-btn02 {
  display: flex;
  width: 250px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #939393;
  position: relative;
  color: #fff;
  margin: 3rem auto 0;
}
.plan_search .search-btn02::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(https://nijinomichishirube.com/img/plan_search/plansearch_arrow.png) no-repeat center/100%;
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}
.plan_search .select {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0;
}
.plan_search .contact-tel {
  text-align: center;
  color: #5f4532;
}
.plan_search .contact-tel .tel_annotation {
  font-size: 10px;
  line-height: 1.3;
  font-family: inherit;
  margin-bottom: 2rem;
}
.plan_search .contact-tel .tel_comment {
  margin-bottom: 2rem;
}
.plan_search .contact-tel .tel_hours {
  font-size: 1.1rem;
  color: #d8445d;
}

.plan_search-outside-flow {
  text-align: center;
}
.plan_search-outside-flow .outside-flow_txt {
  margin: 2rem 0 4rem;
}
.plan_search-outside-flow .outside-flow_txt p {
  line-height: 1.5;
  color: #5f4532;
}
.plan_search-outside-flow .outside-flow_txt p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.plan_search-step01 .select {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.plan_search-step01 .select:not(:last-of-type) {
  margin-bottom: 2rem;
}
.plan_search-step01 .select:not(:first-of-type) {
  margin-bottom: 4rem;
}

.plan_search-step02 .flexC, .plan_search-step02 .form_box.conf, .plan_search-step02 .formStep, .plan_search-step02 .pback, .plan_search-step02 .btn, .plan_search-step02 .btn-back {
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.plan_search-step02 .flexC .category, .plan_search-step02 .form_box.conf .category, .plan_search-step02 .formStep .category, .plan_search-step02 .pback .category, .plan_search-step02 .btn .category, .plan_search-step02 .btn-back .category {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 1.5rem;
}
.plan_search-step02 .flexC .category img, .plan_search-step02 .form_box.conf .category img, .plan_search-step02 .formStep .category img, .plan_search-step02 .pback .category img, .plan_search-step02 .btn .category img, .plan_search-step02 .btn-back .category img {
  width: 77%;
}
.plan_search-step02 .flexC .category:has(input:checked), .plan_search-step02 .form_box.conf .category:has(input:checked), .plan_search-step02 .formStep .category:has(input:checked), .plan_search-step02 .pback .category:has(input:checked), .plan_search-step02 .btn .category:has(input:checked), .plan_search-step02 .btn-back .category:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step03 {
  text-align: center;
}
.plan_search-step03 .flexC, .plan_search-step03 .form_box.conf, .plan_search-step03 .formStep, .plan_search-step03 .pback, .plan_search-step03 .btn, .plan_search-step03 .btn-back {
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.plan_search-step03 .flexC .size, .plan_search-step03 .form_box.conf .size, .plan_search-step03 .formStep .size, .plan_search-step03 .pback .size, .plan_search-step03 .btn .size, .plan_search-step03 .btn-back .size {
  display: block;
  width: 130px;
  padding: 1.7rem 0;
  text-align: center;
}
.plan_search-step03 .flexC .size:has(input:checked), .plan_search-step03 .form_box.conf .size:has(input:checked), .plan_search-step03 .formStep .size:has(input:checked), .plan_search-step03 .pback .size:has(input:checked), .plan_search-step03 .btn .size:has(input:checked), .plan_search-step03 .btn-back .size:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step04 .plan-wrap {
  width: 250px;
  margin: 0 auto;
}
.plan_search-step04 .plan-wrap .plan {
  height: 80px;
  padding: 1rem 2rem;
}
.plan_search-step04 .plan-wrap .plan:not(:last-of-type) {
  margin-bottom: 2rem;
}
.plan_search-step04 .plan-wrap .plan:has(input:checked) {
  background-color: #fbecef;
}

.plan_search-step05 .chose-plan {
  color: #d8445d;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
.plan_search-step05 .chose-plan .chose-flow {
  background: #fbecef;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.plan_search-step05 .chose-plan .chose-flow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://nijinomichishirube.com/img/plan_search/plansearch-result-area_icon.png) no-repeat center/100%;
}
.plan_search-step05 .chose-plan .flexC, .plan_search-step05 .chose-plan .form_box.conf, .plan_search-step05 .chose-plan .formStep, .plan_search-step05 .chose-plan .pback, .plan_search-step05 .chose-plan .btn, .plan_search-step05 .chose-plan .btn-back {
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.plan_search-step05 .chose-plan .flexC > div, .plan_search-step05 .chose-plan .form_box.conf > div, .plan_search-step05 .chose-plan .formStep > div, .plan_search-step05 .chose-plan .pback > div, .plan_search-step05 .chose-plan .btn > div, .plan_search-step05 .chose-plan .btn-back > div {
  background: #fbecef;
  border-radius: 8px;
  width: calc(100% - 0.3333333333rem);
  padding: 1rem 1.2rem;
}
.plan_search-step05 .chose-plan .flexC > div img, .plan_search-step05 .chose-plan .form_box.conf > div img, .plan_search-step05 .chose-plan .formStep > div img, .plan_search-step05 .chose-plan .pback > div img, .plan_search-step05 .chose-plan .btn > div img, .plan_search-step05 .chose-plan .btn-back > div img {
  max-width: 80%;
}
.plan_search-step05 .chose-plan .flexC > div p, .plan_search-step05 .chose-plan .form_box.conf > div p, .plan_search-step05 .chose-plan .formStep > div p, .plan_search-step05 .chose-plan .pback > div p, .plan_search-step05 .chose-plan .btn > div p, .plan_search-step05 .chose-plan .btn-back > div p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.plan_search-step05 .chose-plan .chose-plan_price {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.plan_search-step05 .chose-plan .chose-plan_price span {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0.5rem;
}

header .pback {
  position: absolute;
  left: 0;
  top: 0;
}

.pback {
  width: 80px;
  height: 60px;
  font-size: 1.4rem;
}
.pback .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  fill: #231815;
  transform: rotate(90deg);
  margin-right: 0.2rem;
}

*::-moz-placeholder {
  font-size: 1.4rem;
  color: #835a4e;
}

*::placeholder {
  font-size: 1.4rem;
  color: #835a4e;
}

.txt_box {
  padding: 0 2rem clamp(25px, 6.5vw, 50px);
  text-align: center;
}

.page-entry {
  padding: 6rem 2rem 0;
}

.page-entry .txt_box p {
  line-height: 1.8;
}

.caps {
  display: inline-block;
  background: #d8445d;
  color: white;
  padding: 0.3em 0.75em;
  border-radius: 0.2em;
  margin-bottom: 1em;
  font-size: 1.15em;
  font-weight: 500;
}

.page-entry .txt_box .btn2 {
  font-size: 1em;
  max-width: 10em;
  margin: 2rem auto 0;
}

.privacy-wrap {
  height: 300px;
  overflow-y: scroll;
  margin: 2rem 0 0;
}
.privacy-wrap .privacy-contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.privacy-wrap .privacy-contents .privacy-contents__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d8445d;
  margin: 0;
  margin-bottom: 2rem;
}
.privacy-wrap .privacy-contents p {
  line-height: 1.6;
}
.privacy-wrap .privacy-contents ol li {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.privacy-wrap .privacy-contents ol li > ol {
  margin: 2rem 0;
  margin-left: 2rem;
}
.privacy-wrap .privacy-contents .contact-wrap {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1rem;
}
.privacy-wrap .privacy-contents .contact-wrap .privacy-contents__ttl {
  text-align: center;
  background-color: #d8445d;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 0;
}
.privacy-wrap .privacy-contents .contact-wrap h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 3rem;
  font-weight: bold;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf, .privacy-wrap .privacy-contents .contact-wrap ul.formStep, .privacy-wrap .privacy-contents .contact-wrap ul.btn, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back, .privacy-wrap .privacy-contents .contact-wrap ul.pback {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.formStep li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.btn li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.pback li:first-child p {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
  font-size: 1.3rem;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.formStep li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.btn li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.pback li:first-child a {
  font-size: 4rem;
  color: #d8445d;
  font-weight: bold;
}

.privacy-wrap {
  height: 300px;
  overflow-y: scroll;
  margin: 2rem 0 4rem;
}
.privacy-wrap .privacy-contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.privacy-wrap .privacy-contents .privacy-contents__ttl {
  font-size: 1.8rem;
  color: #d8445d;
  margin: 0;
  margin-bottom: 2rem;
}
.privacy-wrap .privacy-contents h3 {
  font-weight: bold;
}
.privacy-wrap .privacy-contents p {
  line-height: 1.6;
}
.privacy-wrap .privacy-contents ol li {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.privacy-wrap .privacy-contents ol li > ol {
  margin: 2rem 0;
  margin-left: 2rem;
}
.privacy-wrap .privacy-contents .contact-wrap {
  border: 1px solid #939393;
  padding: 2rem;
}
.privacy-wrap .privacy-contents .contact-wrap .privacy-contents__ttl {
  text-align: center;
  background-color: #d8445d;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 0;
}
.privacy-wrap .privacy-contents .contact-wrap h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 3rem;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf, .privacy-wrap .privacy-contents .contact-wrap ul.formStep, .privacy-wrap .privacy-contents .contact-wrap ul.btn, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back, .privacy-wrap .privacy-contents .contact-wrap ul.pback {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.formStep li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.btn li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back li:first-child p, .privacy-wrap .privacy-contents .contact-wrap ul.pback li:first-child p {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
  font-size: 1.3rem;
}
.privacy-wrap .privacy-contents .contact-wrap ul.flexC li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.form_box.conf li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.formStep li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.btn li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.btn-back li:first-child a, .privacy-wrap .privacy-contents .contact-wrap ul.pback li:first-child a {
  font-size: 4rem;
  color: #d8445d;
  font-weight: 900;
}

.privacypolicy {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #939393;
  text-align: center;
  color: #d8445d;
  transition: 0.35s ease-in-out;
}
.privacypolicy:hover {
  background: #d8445d;
  color: #fff;
}

.checkbox {
  border: none;
  font-size: 1rem;
}

.checkbox label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  margin-bottom: 0.4em;
  padding: 0.5em 0.7em;
  border: 1px solid #d8445d;
  border-radius: 3px;
  background-color: #f9e3e7;
  cursor: pointer;
}

.checkbox label:has(:checked) {
  background-color: #d8445d;
  color: #fff;
}

.checkbox label::before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  content: "";
}

.checkbox label:has(:checked)::after {
  position: absolute;
  top: 7px;
  left: 11px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #d8445d;
  border-width: 0 2px 2px 0;
  content: "";
}

.checkbox label:has(:checked) .required {
  background-color: #fff;
  color: #d8445d;
}

.btn_confirm,
.btn_submit {
  text-align: center;
}
.btn_confirm button,
.btn_submit button {
  border: 1px solid #d8445d;
  max-width: 350px;
  text-align: center;
  background: #d8445d;
  font-weight: 500;
  border-radius: 9999px;
  padding: 2rem;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btn_confirm button:hover,
.btn_submit button:hover {
  background-color: #fff;
  color: #d8445d;
}

.main_title {
  font-weight: 300;
  color: #d8445d;
  text-align: center;
  font-size: 3rem;
  margin-bottom: clamp(25px, 6.5vw, 50px);
}
.main_title span {
  color: #231815;
  display: block;
  margin-top: 0.75em;
  font-size: 1.6rem;
  line-height: 0;
}

.formStep {
  max-width: 440px;
  margin: 0 auto 6rem;
  font-weight: bold;
  color: #e3e3e3;
  padding: 3rem 0;
  line-height: 1;
  text-align: center;
}
.formStep li {
  position: relative;
}
.formStep li .circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background: #e3e3e3;
  margin: 0 auto 1em;
}
.formStep li .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7em;
  display: inline-block;
}
.formStep li:nth-child(2) {
  margin: 0 12rem;
}
.formStep li:nth-child(2) .circle {
  position: relative;
}
.formStep li:nth-child(2) .circle::before, .formStep li:nth-child(2) .circle::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 2px;
  background: #e3e3e3;
  top: calc(50% - 1px);
  z-index: -1;
}
.formStep li:nth-child(2) .circle::before {
  left: -12rem;
}
.formStep li:nth-child(2) .circle::after {
  right: -12rem;
}

.step1 li:first-child .circle,
.step2 li:not(:last-child) .circle,
.step3 li .circle,
.step2 li:nth-child(2) .circle::before,
.step3 li:nth-child(2) .circle::before,
.step3 li:nth-child(2) .circle::after {
  background: #d8445d;
}

.step1 li:first-child,
.step2 li:not(:last-child),
.step3 li {
  color: #231815;
}

.form-control,
select {
  display: block;
  box-sizing: border-box;
  border: 1px solid #b48d83;
  border-radius: 0.2em;
  width: 100%;
  line-height: 1.4;
  background: white;
  padding: 0.8em 0.6em;
  color: #835a4e;
}

.required {
  display: inline-block;
  background: #d8445d;
  color: #fff;
  padding: 0.3em;
  margin: 0 0.4rem 0 1rem;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  border-radius: 0.2em;
}

form {
  padding-bottom: clamp(60px, 14vw, 110px);
}

textarea {
  overflow: auto;
  height: 10em;
  resize: vertical;
}

.form_box,
form > div {
  padding: 1.75rem 0;
  overflow: hidden;
}

.form_label {
  margin-bottom: 0.7em;
  letter-spacing: 0.04em;
}

.seldate,
.seltime {
  float: left;
}

.seldate,
.selbtn {
  position: relative;
}

.seldate .icon,
.selbtn .icon {
  fill: #a17063;
}

.seldate {
  width: 11em;
  margin-right: 1em;
  padding-right: 0;
}

.seldate .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.6em;
  top: calc(50% - 10px);
  pointer-events: none;
  left: auto;
}

.seltime .selbtn {
  width: 5em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: bottom;
}

.selbtn {
  max-width: 7em;
}

.selbtn .icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.7em);
  pointer-events: none;
}

.selbtn {
  border-radius: 0.2em;
  line-height: 1.4;
  background: white;
}

.ui-datepicker-calendar th {
  text-align: center;
  padding-bottom: 1em;
}
.ui-datepicker-calendar th.ui-datepicker-week-end {
  color: #d8445d;
}
.ui-datepicker-calendar td {
  padding: 0.2em;
}

.ui-datepicker {
  display: none;
  border: 2px solid #231815;
  border-radius: 0.6em;
  background: white;
  padding: 0.8em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-datepicker input.ui-button::-moz-focus-inner,
.ui-datepicker button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.5em 0.5em 1.5em;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  right: calc(1.8em + 4px);
}

.ui-datepicker .ui-icon {
  background: url("../img/cal_arr.svg") no-repeat center/16px;
  background-size: 16px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  right: calc(1.8em + 6px);
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}

.ui-datepicker .ui-datepicker-unselectable {
  color: #e3e3e3;
}

.ui-datepicker .ui-datepicker-year {
  margin-right: 0.5em;
}

.ui-datepicker .ui-datepicker-month {
  font-size: 2em;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 auto;
}

.ui-datepicker td a {
  color: #555;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #c8aaa3;
  border-radius: 9999px;
}

.ui-state-active {
  background: #d8445d;
  color: white !important;
  border-radius: 9999px;
}

.form-control.error-input {
  background: #FFEFEF;
  border: 1px solid #d8445d;
}

/*error*/
.error {
  font-size: 0.9em;
  color: #d8445d;
  margin-top: 0.2em;
}

strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.fin {
  margin-bottom: clamp(25px, 6.5vw, 50px);
}

.tableConf table {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

.tableConf table th,
.tableConf table td {
  padding-left: 2.5rem;
}

.tableConf table th {
  width: 12em;
  font-weight: normal;
  line-height: 1.6;
}

.tableConf table td {
  padding-right: 2.5rem;
}

.tableConf table tr:not(:last-child) th,
.tableConf table tr:not(:last-child) td {
  padding-bottom: 1rem;
}

.tableConf table tr:first-child th,
.tableConf table tr:first-child td {
  padding-top: 2.5rem;
}

.tableConf table tr:last-child th,
.tableConf table tr:last-child td {
  padding-bottom: 2.5rem;
}

.entry_btn {
  padding: 0;
}

.entry_btn input {
  font-size: 1.6rem;
  height: 60px;
}

.box_error {
  text-align: center;
  padding: 0 2.4rem;
}

.box_error .btn2 {
  padding: 0;
}

.box_error .btn2 input {
  color: #3d3d3d;
  padding: 1em 0;
}

.error_messe {
  padding: clamp(25px, 6.5vw, 50px) 0;
}
.error_messe p {
  color: #d8445d;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.8;
}

.btn_confirm,
.btn_submit {
  text-align: center;
  color: white;
  font-weight: 500;
  border-radius: 9999px;
}
.btn_confirm input,
.btn_submit input {
  padding: 1em;
}

.btn_submit {
  flex-grow: 1;
  background: #d8445d;
}

.btn-back {
  background: #d8445d;
  margin: 0 auto;
}

#footer {
  padding: 2rem 0;
  text-align: center;
}/*# sourceMappingURL=form.css.map */