@charset "UTF-8";

/* main
-----------------------------------------------*/
#main {
  text-align: center;
  padding: 40px 40px 0;
}
#main h1 {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  font-weight: normal;
}
#main p {
  font-size: 26px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #main h1 {
    font-size: 40px;
  }
  #main p {
    font-size: 18px;
    margin-top: 15px;
  }
}

/* contents
-----------------------------------------------*/
#contents {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
@media only screen and (max-width: 767px) {
  #contents {
    margin: 0 auto;
    padding: 0 0 40px;
  }
}

/* form
-----------------------------------------------*/
#form > p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
#form table {
  width: 100%;
  margin-top: 30px;
  border-top: solid 2px #182436;
  border-bottom: solid 2px #182436;
}
#form th {
  vertical-align: top;
  text-align: right;
  padding: 0 0 32px;
  width: 226px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}
#form tr:first-child th {
  padding: 28px 0 32px;
}
#form tr:last-child th {
  padding: 0 0 28px;
}
#form tr:first-child:last-child th {
  padding: 28px 0;
}
#form th > span {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  text-align: left;
  margin-top: 10px;
}
#form form[name="formConfi"] th > span {
  margin-top: 0;
}
#form th .req {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #c1272d;
  font-weight: bold;
  transform: translateY(-50%);
}
#form td {
  vertical-align: middle;
  text-align: left;
  padding: 0 0 32px 50px;
  font-size: 16px;
  line-height: 1.5;
}
#form tr:first-child td {
  padding: 28px 0 32px 50px;
}
#form tr:last-child td {
  padding: 0 0 28px 50px;
}
#form tr:first-child:last-child td {
  padding: 28px 0 28px 50px;
}
#form td input[type="text"],
#form td input[type="date"],
#form td input[type="email"],
#form td input[type="tel"],
#form td input[type="number"],
#form td textarea {
  font-family:
    "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
}
#form td input[type="text"],
#form td input[type="date"],
#form td input[type="email"],
#form td input[type="tel"],
#form td input[type="number"],
#form td textarea {
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  font-size: 16px;
  padding: 9px 20px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
#form td input[type="tel"] {
  width: 190px;
}
#form td textarea {
  resize: vertical;
  min-height: 260px;
}
#form td input[type="text"]:focus,
#form td input[type="date"]:focus,
#form td input[type="email"]:focus,
#form td input[type="tel"]:focus,
#form td input[type="number"]:focus,
#form td textarea:focus {
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: solid 1px #005a96;
}
#form td input[type="text"].notCount,
#form td input[type="email"].notCount,
#form td input[type="tel"].notCount,
#form td input[type="number"].notCount,
#form td textarea.notCount {
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: solid 1px #c1272d;
}
#form td input + input,
#form td #postcode + input {
  margin-top: 15px;
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}
#form td #postcode {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
#form td #postcode span {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 44px;
  background: #157a61;
  color: #fff;
  font-weight: bold;
}
#form td #postcode::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}
#form td #postcode.active {
  cursor: pointer;
}
#form td #postcode.active::after {
  display: none;
}
#form td .radio {
  display: none;
}
#form td .radio + label:last-child {
  margin-bottom: 0;
}
#form td .radio + label {
  line-height: 1;
  display: inline-block;
  padding: 7px 0 7px 40px;
  margin: 0 20px 15px 0;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
#form td .radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #f2f2f2;
}
#form td .radio + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #00876c;
  opacity: 0;
  border-radius: 50%;
}
#form td .radio:checked + label::after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#form td .note {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  #form th {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  #form > p {
    font-size: 14px;
  }
  #form table {
    display: block;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  #form tbody {
    display: block;
    width: 100%;
  }
  #form tr {
    display: block;
    width: 100%;
  }
  #form th {
    display: block;
    width: 100%;
    padding: 20px 20px 0 !important;
    font-size: 14px;
    text-align: left;
  }
  #form th > span {
    margin-top: 0;
  }
  #form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 0 !important;
    font-size: 14px;
    text-align: left;
  }
  #form td .radio + label {
    padding: 9px 0 9px 40px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  #form td textarea {
    min-height: 180px;
    height: 180px;
  }
  #form td .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #form td input[type="tel"] {
    display: block;
  }
  #form td #postcode {
    margin-left: 0;
    margin-top: 15px;
  }
  #form td #postcode span {
    font-size: 14px;
    padding: 0 18px;
  }
}

#form td [include*="form-input-select()"] {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  vertical-align: middle;
  width: 200px;
}
#form td [include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 120%;
  height: 44px;
  padding: 0 1em;
  margin: 0;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  border: none;
  background: #f2f2f2;
}
#form td [include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
  background: #f2f2f2;
  box-sizing: border-box;
  border: solid 1px #005a96;
}
#form td [include*="form-input-select()"] select.notCount {
  border: solid 1px #c1272d;
}
#form td [include*="form-input-select()"] option {
  font-weight: normal;
}
#form td [include*="form-input-select()"] x:-o-prefocus,
#form td [include*="form-input-select()"]::after {
  display: none;
}
#form td [include*="form-input-select()"] .arrow {
  width: 34px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f2f2f2 url("/img/2021/recruit/entry/icon_arrow.svg") no-repeat
    center;
  background-size: 16px 12px;
  pointer-events: none;
  border-left: none;
  box-sizing: border-box;
}
#form td [include*="form-input-select()"] select:focus + .arrow {
  box-sizing: border-box;
  border: solid 1px #005a96;
  border-left: none;
}
#form td [include*="form-input-select()"] select.notCount + .arrow {
  box-sizing: border-box;
  border: solid 1px #c1272d;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #form td [include*="form-input-select()"] select {
    padding: 0 0.5em;
  }
}

#form #wantToKnow,
#form #dateAndTime,
#form #reservation {
  display: none;
}
#form #wantToKnow.active,
#form #dateAndTime.active,
#form #reservation.active {
  display: table-row;
}

#form td .want {
  display: inline-block;
  font-size: 16px;
  height: 25px;
  margin-top: 10px;
}
#form td .want + .want {
  margin-left: 20px;
}
#form td .want input {
  display: none;
}
#form td .want span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 38px;
  line-height: 1;
  position: relative;
}
#form td .want span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: #f2f2f2;
  transform: translate(0%, -50%);
}
#form td .want span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  opacity: 0;
  border-left: 6px solid #00876c;
  border-bottom: 6px solid #00876c;
  width: 16px;
  height: 8px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
#form td .want input:checked + span::after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#form .date-edit {
  display: none;
}
#form #dateEdit1 {
  display: block;
}
#form .date-edit + .date-edit {
  margin-top: 10px;
}
#dateBtn {
  margin-top: 10px;
}
#dateBtn::after {
  content: "";
  display: block;
  clear: both;
}
#dateBtn > div {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 30px;
  border: solid 1px #000;
  margin-right: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
#dateBtn > #removeBtn {
  display: none;
}
#dateBtn > div:hover {
  background: #333;
  color: #fff;
}
#dateEdit {
  display: none;
}
@media screen and (max-width: 767px) {
  #form #wantToKnow.active,
  #form #dateAndTime.active {
    display: block;
  }
  #form td .want {
    margin-top: 8px;
    height: 22px;
    font-size: 14px;
  }
  #form td .want span {
    padding-left: 35px;
  }
  #form td .want span::before {
    width: 29px;
    height: 29px;
  }
}

/* consentBtn
-----------------------------------------------*/
#consentBtn {
  max-width: 630px;
  margin: 60px auto 0;
  text-align: center;
}
#consentBtn span {
  line-height: 1;
  display: inline-block;
  padding: 8px 0 0 50px;
  height: 29px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#consentBtn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: #f2f2f2;
}
#consentBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  border-left: 6px solid #00876c;
  border-bottom: 6px solid #00876c;
  width: 16px;
  height: 8px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
#consentBtn span.active::after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  #consentBtn {
    margin: 40px auto 0;
  }
  #consentBtn span {
    padding: 8px 0 0 40px;
    height: 22px;
    font-size: 14px;
  }
  #consentBtn span::before {
    width: 29px;
    height: 29px;
  }
  #consentBtn span.active::after {
    top: 8px;
    left: 6px;
    border-left: 4px solid #00876c;
    border-bottom: 4px solid #00876c;
    width: 12px;
    height: 6px;
  }
}

/* table_form_btn
-----------------------------------------------*/
.table_form_btn {
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 0;
  position: relative;
}
.table_form_btn input,
.table_form_btn button,
.table_form_btn a {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  text-align: center;
  border: 1px solid #333;
  font-size: 16px;
  padding: 20px 0;
  margin-left: 20px;
  cursor: pointer;
  background: #fff;
  color: #333;
  transition: background 0.2s;
}
.table_form_btn input:first-child,
.table_form_btn button:first-child,
.table_form_btn a:first-child {
  margin-left: 0;
}
.table_form_btn input:hover,
.table_form_btn button:hover,
.table_form_btn a:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
.table_form_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.table_form_btn.active::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .table_form_btn {
    margin: 30px auto 0 auto;
    max-width: 400px;
    padding: 0 20px;
  }
  .table_form_btn input,
  .table_form_btn button,
  .table_form_btn a {
    margin: 0 auto 0 auto;
    font-size: 14px;
    width: 48%;
    margin-left: 4%;
    padding: 15px 0;
  }
}

/* property
-----------------------------------------------*/
#form td .property {
  font-size: 0;
  display: none;
}
#form td #property1 {
  display: block;
}
#form td .property + .property {
  padding-top: 10px;
}
#form td .property input {
  width: 70px;
}
#form td .property span {
  margin: 10px;
  font-size: 16px;
}
#form td .property [include*="form-input-select()"] {
  vertical-align: top;
}
#form td .property .propertyError {
  position: relative;
  top: 5px;
  color: #c1272d;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #form td .property input {
    width: 60px;
    padding: 9px 15px;
  }
  #form td .property span {
    margin: 10px 5px;
    width: 15px;
    font-size: 14px;
  }
  #form td .property [include*="form-input-select()"] {
    width: calc(100% - 170px);
  }
  #form td .property [include*="form-input-select()"] select {
    font-size: 14px;
  }
}
