@charset "UTF-8";
.c-contact__big, .c-contact__small {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(20px, 6cqw, 32px);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: -4px;
  line-height: 1;
  margin-top: 0.2em;
}
.c-contact__big span, .c-contact__small span {
  font-size: var(--fs-14);
  margin-top: 4px;
  letter-spacing: 0;
  font-weight: 500;
}

.c-contact__big + *, .c-contact__small + * {
  margin-top: 0.3em;
}

.c-contact__big__icon {
  width: var(--fs-24);
  height: var(--fs-24);
  margin-right: calc(var(--fs-14) / 2);
  fill: var(--color-black);
}

.c-contact__mall {
  display: flex;
  align-items: center;
  font-size: var(--fs-18);
  line-height: 1;
}

.c-contact__small {
  font-size: var(--fs-18);
  line-height: 1.3;
}

.c-contact__small .small {
  margin-top: 0;
}

.c-contact__small__icon {
  width: var(--fs-14);
  height: var(--fs-14);
  margin-left: 2px;
  margin-right: 4px;
  fill: var(--color-black);
}

.c-contact__name {
  font-size: 20px;
}

.c-contact__txt__other {
  font-size: var(--fs-16);
  line-height: 1.5;
}

.c-contact__attention {
  font-size: 12px;
  margin-top: 8px;
  padding-left: 12px;
  text-indent: -12px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.snow-monkey-form {
  max-width: 64rem;
  margin: 0 auto;
  margin-top: var(--speace-section);
}

.smf-form .wp-block-preformatted a {
  text-decoration: underline;
  color: #c50505;
  fill: #c50505;
  font-weight: 500;
}

.snow-monkey-form .c-button {
  text-decoration: none !important;
  color: #fff !important;
}

.smf-progress-tracker {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .smf-progress-tracker {
    width: 60%;
  }
}

.smf-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 2em;
}

.wp-block-snow-monkey-forms-item {
  display: grid;
  grid-template-columns: auto;
  gap: 0;
}
@media (min-width: 48rem) {
  .wp-block-snow-monkey-forms-item {
    grid-template-columns: 200px 1fr;
    gap: 60px;
  }
}

.smf-item__label__text {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: var(--fs-16);
  font-weight: 500;
}

.smf-item:has([data-validations~=required]) .smf-item__label__text::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 0.025rem;
  font-size: var(--fs-12);
  color: #fff;
  background: #c50505;
}

.smf-item:not(:has([data-validations~=required])) .smf-item__label__text::after {
  content: "任意";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 0.025rem;
  font-size: var(--fs-12);
  color: #fff;
  background: #707070;
}

input::-moz-placeholder {
  opacity: 0.5;
  color: var(--color-black);
}

input::placeholder {
  opacity: 0.5;
  color: var(--color-black);
}

.smf-form .smf-checkbox-control__control {
  flex: none;
}

.smf-placeholder {
  font-size: 1.15em;
}

.smf-form .smf-text-control__control {
  max-width: 31.25rem;
  width: 100%;
}

.smf-action {
  margin-top: 2rem;
}

.smf-checkbox-control__label, .smf-radio-button-control__label {
  font-size: var(--fs-16);
}

.smf-text-control__control, .smf-textarea-control__control {
  margin-top: 4px;
}
@media (min-width: 48rem) {
  .smf-text-control__control, .smf-textarea-control__control {
    margin-top: 0;
  }
}

.smf-error-messages {
  font-size: var(--fs-16);
}

input::-moz-placeholder {
  font-size: var(--fs-16);
}

input::placeholder {
  font-size: var(--fs-16);
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  font-weight: 500;
}

.l-form_agree {
  max-width: 48rem;
  margin-top: 2em;
  font-size: var(--fs-16);
  line-height: 1.7;
}
.l-form_agree .smf-checkbox-control {
  margin-top: 1em;
}
.l-form_agree .smf-checkbox-control__label {
  font-size: var(--fs-24);
  font-weight: 500;
}
.l-form_agree .smf-checkbox-control__control {
  margin-top: calc(var(--fs-24) / 2);
}

input[type=date].smf-text-control__control {
  font-size: var(--fs-16);
}

.form-subtitle {
  font-weight: 500;
  margin-top: 0.5em;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

input[type=date].smf-text-control__control {
  max-width: 31.25rem !important;
  width: 100% !important;
  flex: 1;
  box-sizing: border-box;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.smf-form p a {
  color: var(--color__primary-dark);
  text-decoration: underline;
  font-weight: 500;
}

.smf-form .smf-text-control__control {
  border: 1px solid #ccc !important;
}

.smf-form .smf-text-control__control:active,
.smf-form .smf-text-control__control:focus,
.smf-form .smf-text-control__control:focus-within,
.smf-form .smf-text-control__control[area-selected=true],
.smf-form .smf-text-control__control:hover {
  border-color: var(--color__primary-dark) !important;
}

.smf-progress-tracker__item__number {
  font-size: var(--fs-14);
}/*# sourceMappingURL=contactform.css.map */