@charset "UTF-8";
.calendar {
  margin-top: 50px;
}

.calendar .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

.calendar .tel .icon-tel {
  font-size: 3rem;
  margin-right: 0.25em;
}

.calendar .tel span {
  font-size: 3.3rem;
  font-family: "A1 Mincho", serif;
  letter-spacing: 2px;
}

.calendar .calendarBox {
  margin-top: 50px;
}

.calendar .calendarBox .month {
  width: 450px;
}
.input .input_box {
  width: calc(100% - 260px);
}
.input_box dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 1.6;
}
form#mailformpro .input_box  dl dt {
  width: 70px !important;
  font-size: 1.4rem !important;
  padding: 8px 20px 0 0 !important;
  text-align: left !important;
  border-top: 1px solid transparent;
}
form#mailformpro .input_box  dl dd {
  width: 240px;
  padding: 0 !important;
  border-top: 1px solid transparent;
}
form#mailformpro .input_box  dl dd select {
  width: 100%;
  padding: 8px;
  border: #dadada solid 1px;
}
@media screen and (max-width: 740px) {
  .input_box dl {
    flex-direction: column;
}
form#mailformpro .input_box dl dd {
  margin-top: 10px;
}
  .calendar {
    margin-top: -80px;
    padding-bottom: 0;
  }
  .calendar .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .calendar .tel .icon-tel {
    font-size: 2rem;
    margin-right: 0.25em;
  }
  .calendar .tel span {
    font-size: 2.3rem;
    font-family: "A1 Mincho", serif;
    letter-spacing: 2px;
  }
  .calendar .calendarBox {
    margin-top: 20px;
  }
  .calendar .calendarBox .month {
    width: 100%;
  }
}

.form_box {
  background: #f8f8f8;
  padding: 50px;
}

.form_box .input {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.form_box .input em {
  flex-shrink: 0;
  width: 210px;
  font-size: 1.8rem;
  line-height: 45px;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.form_box .input em.required:before {
  background: #f48f97;
}

.form_box .input em:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  width: 35px;
  height: 18px;
  background: #eeeeee;
  color: #fff;
}

.form_box .input .input_box {
  flex-shrink: 0;
  width: calc(100% - 210px);
}

.form_box .input .input_box .input_box_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form_box .input .input_box .input_box_inner + .input_box_inner {
  margin-top: 25px;
}

.form_box .input .input_box span {
  width: 90px;
  flex-shrink: 0;
}

.form_box .input .input_box small {
  font-size: 1.4rem;
}

.form_box .privacy {
  background: #f1f1f1;
  padding: 50px;
  margin-top: 50px;
  height: 380px;
  overflow-y: auto;
  box-sizing: border-box;
}

.form_box .privacy h5 {
  margin-top: 2em;
}

.form_box .privacy::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

.form_box .privacy::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 50px;
  height: 50px;
}

.form_box .submit {
  text-align: center;
  padding-top: 30px;
}

.form_box .submit p {
  line-height: 1;
  padding-bottom: 30px;
}

.form_box .submit input[type="submit"] {
  width: 630px;
  height: 60px;
  background: #ff828c;
  border: 0;
  outline: none;
  font-family: "A1 Mincho", serif;
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.form_box .submit input[type="submit"]:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 740px) {
  .form_box {
    padding: 15px;
  }
  .form_box .input {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .form_box .input em {
    width: 100%;
  }
  .form_box .input .input_box {
    flex-shrink: 0;
    width: 100%;
  }
  .form_box .input .input_box .input_box_inner {
    flex-direction: column;
  }
  .form_box .input .input_box .input_box_inner + .input_box_inner {
    margin-top: 15px;
  }
  .form_box .input .input_box span {
    width: 100%;
    flex-shrink: 0;
    font-size: 1.45rem;
    padding-bottom: 5px;
  }
  .form_box .input .input_box small {
    width: 100%;
    text-align: left;
    flex-shrink: 0;
    font-size: 1.2rem;
  }
  .form_box .privacy {
    background: #f1f1f1;
    padding: 15px;
    height: 220px;
  }
  .form_box .privacy h5 {
    margin-top: 1.25em;
  }
  .form_box .submit {
    text-align: center;
    padding-top: 30px;
  }
  .form_box .submit p {
    line-height: 1.5;
    padding-bottom: 30px;
  }
  .form_box .submit input[type="submit"] {
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .form_box .submit input[type="submit"]:hover {
    filter: brightness(120%);
  }
}

/* 追加 */
.checkBox .check.custom-check {grid-template-columns: repeat(3, 2fr) !important;}