.l-container {
  background-color: #FFF9EB;
}

.p-top {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-top {
    margin-top: 17px;
  }
}
.p-top__wrap {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__wrap {
    width: 89.333333%;
    display: block;
  }
}
.p-top__box {
  width: 59.7%;
}
@media screen and (max-width: 767px) {
  .p-top__box {
    width: 100%;
  }
}
.p-top__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-top__tel {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-top__tel {
    margin-top: 26px;
    justify-content: center;
    gap: min(8px, 2.1333333333vw);
  }
}
.p-top__tel img {
  width: 34px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__tel img {
    width: min(34px, 9.0666666667vw);
  }
}
.p-top__tel > a {
  color: #EB6120;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "din-2014", "DIN 2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top__tel > a {
    font-size: min(48px, 12.8vw);
  }
}
.p-top__time {
  margin-top: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top__time {
    padding-left: 0;
    text-align: center;
  }
}
.p-top__img {
  margin-top: 3px;
  flex: 1;
}

.p-entry {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.p-entry__wrap {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-entry__wrap {
    width: 89.333333%;
  }
}
.p-entry__wrap--form {
  padding: 30px 50px 32px;
}
@media screen and (max-width: 767px) {
  .p-entry__wrap--form {
    padding: 21px 16px 20px;
  }
}
.p-entry__wrap--thanks {
  padding: 37px 50px 40px;
}
@media screen and (max-width: 767px) {
  .p-entry__wrap--thanks {
    padding: 21px 16px 24px;
  }
}
.p-entry__ttl--form {
  padding-bottom: 10px;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--form {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    padding-bottom: 8px;
  }
}
.p-entry__ttl--form::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--form::after {
    width: 40px;
  }
}
.p-entry__ttl--thanks {
  color: #EB6120;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--thanks {
    margin-bottom: 22px;
  }
}
.p-entry__list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-entry__list {
    margin-top: 16px;
  }
}
.p-entry__box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-entry__box {
    display: block;
  }
}
.p-entry__box + .p-entry__box {
  border-top: 1px solid #EB6120;
}
@media screen and (max-width: 767px) {
  .p-entry__box + .p-entry__box {
    border: none;
  }
}
.p-entry__item {
  width: 37.3%;
  padding: 27px 20px;
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  background-color: #FFEBBB;
}
@media screen and (max-width: 767px) {
  .p-entry__item {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
.p-entry__item--txt {
  min-width: 58%;
}
@media screen and (max-width: 767px) {
  .p-entry__item--txt {
    max-width: 100%;
    min-width: initial;
    width: 130px;
  }
}
.p-entry__item--required {
  border-radius: 4px;
  padding: 3px 13px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-entry__item--required {
    padding-bottom: 4px;
  }
}
.p-entry__detail {
  padding: 16px 40px 15px;
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-entry__detail {
    padding: 8px 16px 24px;
  }
}
.p-entry__detail--date {
  flex-wrap: wrap;
}
.p-entry__detail-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-entry__detail-box--radio {
    width: 77%;
    gap: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--radio .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-entry__detail-box--radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--radio .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.p-entry__detail-box--radio .wpcf7-list-item {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--radio .wpcf7-list-item {
    width: auto;
  }
}
.p-entry__detail-box--radio label {
  cursor: pointer;
  padding-left: 18px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--radio label {
    width: auto;
  }
}
.p-entry__detail-box--radio label input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.p-entry__detail-box--radio label input:checked + span::after {
  opacity: 1;
}
.p-entry__detail-box--radio label span {
  display: inline-block;
}
.p-entry__detail-box--radio label span::before {
  width: 12px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-entry__detail-box--radio label span::after {
  width: 5px;
  height: 8px;
  border-bottom: 2px solid #EB6120;
  border-right: 2px solid #EB6120;
  position: absolute;
  top: 38%;
  left: 3px;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.p-entry__detail-box--select {
  position: relative;
}
.p-entry__detail-box--select::after {
  pointer-events: none;
  content: "";
  width: 14px;
  aspect-ratio: 14/8;
  position: absolute;
  top: 22px;
  right: 5%;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--select .wpcf7-form-control-wrap {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-entry__detail-box--date {
  align-items: center;
  gap: 0 8px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date {
    gap: 19px 2.1333333333vw;
  }
}
.p-entry__detail-box--date .year {
  min-width: initial;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date .year {
    width: 49.0666666667vw;
  }
}
.p-entry__detail-box--date .month, .p-entry__detail-box--date .day {
  min-width: initial;
  width: 80px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date .month, .p-entry__detail-box--date .day {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date .month {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date .day {
    margin-left: min(19px, 5.0666666667vw);
  }
}
.p-entry__detail-box--date input[name=yaer] {
  min-width: initial;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date input[name=yaer] {
    width: 49.0666666667vw;
  }
}
.p-entry__detail-box--date input[name=month],
.p-entry__detail-box--date input[name=date] {
  min-width: initial;
  width: 80px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date input[name=month],
  .p-entry__detail-box--date input[name=date] {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date input[name=month] {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box--date input[name=date] {
    margin-left: min(19px, 5.0666666667vw);
  }
}
.p-entry__detail-box--date .wpcf7-not-valid-tip {
  display: none;
}
.p-entry__detail-box input, .p-entry__detail-box select, .p-entry__detail-box textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
}
.p-entry__detail-box input, .p-entry__detail-box select {
  height: 48px;
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .p-entry__detail-box input, .p-entry__detail-box select {
    width: 293px;
  }
}
.p-entry__detail-box select {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box select {
    font-size: 1.4rem;
  }
}
.p-entry__detail-box .address, .p-entry__detail-box .message {
  padding: 11px 16px;
}
@media print, screen and (min-width: 768px) {
  .p-entry__detail-box .address, .p-entry__detail-box .message {
    min-width: 328px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .p-entry__detail-box .address, .p-entry__detail-box .message {
    font-size: 1.5rem;
  }
}
.p-entry__detail-box .address {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box .address {
    height: 80px;
  }
}
.p-entry__detail-box .message {
  height: 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-box .message {
    height: 192px;
    margin-bottom: 0;
  }
}
.p-entry__detail-box ::placeholder {
  color: #808080;
}
.p-entry__detail-radio {
  cursor: pointer;
  width: 50%;
  padding-left: 18px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry__detail-radio {
    width: auto;
  }
}
.p-entry__detail-radio input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.p-entry__detail-radio input:checked + .p-entry__detail-mark::after {
  opacity: 1;
}
.p-entry__detail-mark {
  width: 12px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-entry__detail-mark::after {
  content: "";
  width: 5px;
  height: 8px;
  border-bottom: 2px solid #EB6120;
  border-right: 2px solid #EB6120;
  position: absolute;
  top: 38%;
  left: 3px;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.p-entry__detail p.error {
  color: #f00;
  font-size: 1.6rem;
}
.p-entry__detail .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.6rem;
}
.p-entry__txt {
  margin-top: 17px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__txt--form {
    margin-top: 0;
  }
}
.p-entry__txt--thanks {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__txt--thanks {
    text-align: left;
  }
}
.p-entry__txt--thanks + .p-entry__txt--thanks {
  margin-top: 1.5em;
}
.p-entry__bot {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.p-entry__btn {
  max-width: 248px;
  width: 100%;
  position: relative;
}
.p-entry__btn button, .p-entry__btn a {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-entry__btn button, .p-entry__btn a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-entry__btn button:hover, .p-entry__btn a:hover {
    opacity: 0.7;
  }
}
.p-entry__btn .wpcf7-spinner {
  display: none;
}
.p-entry__btn input {
  cursor: pointer;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #EB6120;
}
@media print, screen and (min-width: 768px) {
  .p-entry__btn input {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-entry__btn input:hover {
    opacity: 0.7;
  }
}
.p-entry__btn--arrow {
  pointer-events: none;
}
.p-entry .wpcf7-response-output {
  font-size: 1.6rem;
}

.birth_day_errors {
  width: 100%;
}
.birth_day_errors > span:nth-child(1):has(.wpcf7-not-valid-tip) + span, .birth_day_errors > span:nth-child(1):has(.wpcf7-not-valid-tip) + span + span {
  display: none;
}
.birth_day_errors > span:nth-child(2):has(.wpcf7-not-valid-tip) + span {
  display: none;
}

/*# sourceMappingURL=entry.css.map */
