@charset "UTF-8";
/*----- header -----*/
header {
  border-bottom: solid 1px #e60012;
  padding: 10px 0;
  width: 100%;
  background: #fff;
}
header .l-inner {
  width: 990px;
  margin: 0 auto;
}
header dl {
  margin-right: 20px;
}
header dl dt {
  font-size: 30px;
  background: url(../../img/tel_icon.png) no-repeat left 10px center;
  padding-left: 40px;
  margin-bottom: 2px;
}
header dl dd {
  line-height: 18px;
}

/*----- form -----*/
#form #form-frame {
  background: #f8f8f8;
  padding-bottom: 90px;
}
#form #form-frame h2 {
  margin-bottom: 20px;
}
#form #main-frame .sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
#form .form-table {
  width: 880px;
  margin: 0 auto;
  border: solid 1px #ffeef1;
}
#form .form-table .error {
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
  position: absolute;
  top: 5px;
  left: 35px;
}
#form .form-table dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  background: linear-gradient(90deg,#ffeef1 0%, #ffeef1 250px, #fff 250px, #fff 100%);
}
#form .form-table dt {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#form .form-table dt::before {
  content: url(../../img/form_icon_arbitrary.png);
  margin-right: 10px;
}
#form .form-table .req dt::before {
  content: url(../../img/form_icon_required.png);
}
#form .form-table dt,
#form .form-table dd {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 90px;
}
#form .form-table dt {
  padding: 0 0 0 18px;
  width: 250px;
  border-bottom: solid 1px #fff;
}
#form .form-table dt label {
  font-size: 16px;
  line-height: 1.3;
}
#form .form-table dt span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
#form .form-table dd {
  padding: 0 35px 0 35px;
  position: relative;
  width: 630px;
  border-bottom: solid 1px #f2f2f2;
}

/*----- input周り(text,select,textarea等) -----*/
#form .form-table dl dd select,
#form .form-table dl dd input[type=text],
#form .form-table dl dd textarea {
  appearance: none;
  background: #f2f2f2;
  border: #f2f2f2 solid 1px;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 12px;
  resize: none;
  width: 100%;
}
#form .form-table dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2 url(../../img/form_button_arrow_open.png) no-repeat right 10px center;
  background-size: 20px;
}
#form .form-table dl dd textarea {
  height: 160px;
}

/*----- パーツ(項目ごとの微調整用) -----*/
#form .form-table .address, #form .form-table .etc, #form .form-table .checkbox-type02 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#form .form-table dl.etc dt,
#form .form-table dl.etc dd  {
  border-bottom: none;
}
#form .form-table dl.postcode dt {
  height: 120px;
}
#form .form-table dl.postcode dd {
  display: block;
  padding-top: 20px;
}
#form .form-table dl.postcode input[type=text] {
  width: 220px;
  margin-left: 15px;
}
#form .form-table dl.postcode span {
  display: block;
  margin-top: 15px;
}


/*----- form01の[お問い合わせ内容]によって表示内容が変わる入力項目 -----*/
.bl_form_selectContent {
  width: 880px;
  margin: 30px auto 0;
}
.bl_form_selectContent .error {
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
  position: absolute;
  top: 5px;
  left: 35px;
}
.bl_form_inputBox:last-of-type {
  border-bottom: #ffeef1 solid 2px;
}
.bl_form_inputBox dt {
  height: 70px;
  padding-left: 20px;
  background: #ffeef1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_form_inputBox dt label {
  font-size: 16px;
  line-height: 1.4;
}
.bl_form_inputBox dt::before {
  content: url(../../img/form_icon_arbitrary.png);
  margin-right: 20px;
}
.bl_form_inputBox.req dt::before {
  content: url(../../img/form_icon_required.png);
  margin-right: 20px;
}
.bl_form_inputBox dd {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 38px;
  background: #fff;
  border-left: #ffeef1 solid 2px;
  border-right: #ffeef1 solid 2px;
}

.bl_form_radio {
  position: relative;
  padding-bottom: 10px !important;
}
.bl_form_radio input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.bl_form_radio input[type=radio] + label {
  height: 48px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.bl_form_radio input[type=radio] + label:last-of-type {
  margin-right: 0;
}
.bl_form_radio input[type=radio] + label:before {
  content: "";
  background: #fff;
  border: #747474 solid 1px;
  border-radius: 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: -0.1em;
  margin-right: 16px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.bl_form_radio input[type=radio]:checked + label:before {
  background-color: #cf2525;
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff;
}
.bl_form_radio input[type=radio]:focus + label:before {
  outline: none;
}
.bl_form_radio input[type=radio] + label:empty:before {
  margin-right: 0;
}

.bl_form_checkBox {
  position: relative;
  padding-bottom: 10px !important;
}
.bl_form_checkBox input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.bl_form_checkBox input[type=checkbox] + label {
  height: 48px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 20px;
  padding: 3px 0 0 42px;
  position: relative;
  user-select: none;
  transition: 0.2s;
}
.bl_form_checkBox input[type=checkbox] + label::before {
  content: "";
  background: #fff;
  border: 2px solid #747474;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
}
.bl_form_checkBox input[type=checkbox] + label::after {
  content: "";
  border-right: 3px solid #cf2525;
  border-bottom: 3px solid #cf2525;
  display: block;
  opacity: 0;
  width: 11px;
  height: 22px;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -24px;
  transform: rotate(45deg);
  transition: 0.2s;
}
.bl_form_checkBox input[type=checkbox]:checked + label::before {
  border-color: #cf2525;
}
.bl_form_checkBox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*----- input周り(text,select,textarea等) -----*/
.bl_form_inputBox dd select,
.bl_form_inputBox dd input[type=text],
.bl_form_inputBox dd textarea {
  appearance: none;
  background: #fff;
  border: #747474 solid 1px;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 12px;
  resize: none;
  width: 100%;
}
.bl_form_inputBox dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../../img/form_button_arrow_open.png) no-repeat right 10px center;
  background-size: 20px;
}
.bl_form_inputBox dd textarea {
  height: 130px;
}
/*----- input周り個別指定 -----*/
.bl_form_inputBox dd select#facility_location {
  width: 400px;
}
.bl_form_inputBox dd textarea#meal_count_txt {
  width: 680px;
  height: 100px;
  margin: 0 0 18px 12px;
}
.bl_form_inputBox.start_preference dd input[type=text] {
  width: 400px;
  background: url(../../g/img/pc_form_icon_calendar.png) no-repeat right 10px center;
}

/*----- js周り表示/非表示指定 -----*/
.is_show {
  display: block !important;
}
.bl_form_selectContent.__form {
  display: none;
}
.bl_form_notes {
  display: none;
  margin-bottom: 12px;
  font-size: 14px;
  color: #f30c28;
}
.bl_form_radioBox {
  display: none;
}
.outsourcing_scope.__form {
  display: none;
}
.bl_form_notes03 {
  display: none;
  margin-top: 18px;
  font-size: 14px;
  color: #f30c28;
}
.room_count.__form {
  display: none;
}

.bl_form_notes02 {
  margin-top: 18px;
  font-size: 14px;
  color: #f30c28;
}


#form .agree {
  display: table;
  font-size: 0;
  margin: 50px auto 0;
  position: relative;
}
#form .agree a {
  color: #df3434;
  border-bottom: solid #df3434 2px;
}
#form .agree input[type=checkbox] {
  display: none;
}
#form .agree input[type=checkbox] + label {
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding-left: 40px;
  position: relative;
  user-select: none;
  transition: 0.2s;
}
#form .agree input[type=checkbox] + label::before {
  content: "";
  background: #fff;
  border: 2px solid #c5c5c5;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.2s;
}
#form .agree input[type=checkbox] + label::after {
  content: "";
  border-right: 3px solid #b54a4a;
  border-bottom: 3px solid #b54a4a;
  display: block;
  opacity: 0;
  width: 12px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(45deg);
  transition: 0.2s;
}
#form .agree input[type=checkbox]:checked + label::before {
  border-color: #b46363;
}
#form .agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#form .agree .error {
  font-size: 14px;
  color: #df3434;
  margin-bottom: 10px;
}

/*----- formボタン -----*/
#form #next-btn {
  margin: 60px 0 0;
  text-align: center;
}
#form #sent-prev {
  margin: 45px 0 0;
  text-align: center;
}
#form #sent-prev #prev-btn {
  margin-top: 35px;
}
#form #sent-prev #prev-btn a {
  font-size: 18px;
  text-decoration: underline;
}
#form #sent-prev #prev-btn a:hover {
  text-decoration: none;
}

/*----- confirm -----*/
#form.confirm .form-table dl.postcode dt,
#form.confirm .form-table dl.postcode dd {
  height: 90px;
  display: flex;
  padding-top: 0;
}

/*----- thanks -----*/
#form .thanks-text {
  margin: 0 auto 110px;
  width: 610px;
}
#form .thanks-text .title {
  color: #e60012;
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 24px;
}
#form .thanks-text .text {
  font-size: 16.5px;
  line-height: 26px;
}
#form .go-top {
  margin-bottom: 300px;
  text-align: center;
}
#form .go-top a {
  color: #416f83;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
#form .go-top a:hover {
  text-decoration: none;
}

/*----- form02 -----*/
#form.form02 .form-table dl {
  background: linear-gradient(90deg,#fff8dd 0%, #fff8dd 250px, #fff 250px, #fff 100%);
}
#form.form02 .thanks-text .title {
  color: #f58500;
}
#form.form02 .form-table dl.etc dt,
#form.form02 .form-table dl.etc dd  {
  height: 200px;
  border-bottom: none;
}
#form.confirm.form02 .form-table dl.etc dd {
  height: auto;
  padding: 20px 0 20px 35px;
}
#form.confirm.form02 .form-table dl.etc dt {
  height: 100px;
}

/*----- footer -----*/
footer h2 {
  margin-right: 80px;
}
footer .l-inner {
  width: 940px;
  margin: 0 auto;
  padding: 35px 0 40px;
}
footer small {
  background: #e60012;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 10px 0;
}
footer table {
  font-size: 16px;
}
footer tr th {
  border-right: solid 1px #000;
  padding: 8px 20px 8px 0;
}
footer tr td {
  padding-left: 20px;
  line-height: 22px;
}
