@charset "UTF-8";

.hall-receive-name {
  margin: 15px auto;
}

.hall-receive-info {
  margin: 15px auto;
  padding: 15px;
  background: #f5f5f5;
  border: 0 solid #e0e0e0;
  border-width: 0 0 1px;
  color: #343739;
}
.hall-receive-info__ttl {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.hall-receive-info__ttl:before {
  content: "";
  font-weight: normal;
  padding-right: 4px;
  font-family: mumo; }


.hall-receive-note {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  font-size: 13px;
  color: #616161;
}
.hall-receive-note .hall-receive-note__ttl {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px; 
}
.hall-receive-note ul {
  margin: 0 auto;
  padding:0
}
.hall-receive-note a {
  text-decoration: underline;
}
.hall-receive-note li {
  list-style: none;
}
.hall-receive-note--alert {
  color: #D00010;
}


.hall-receive-field, .hall-receive-field--2nd {
  position: relative;
}
.hall-receive-field--2nd {
  background: #FFF;
  padding: 10px 10px;
  padding-top: 15px;
}


.hall-date {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.hall-date li {
  list-style: none;
  margin-top: 3px;
  margin-bottom: 3px;
  text-indent: 0 !important;
  margin-left: 0px !important;
}
.hall-date li:before {
  content: none !important;
}
.hall-date label {
  background-color: #FFF;
  cursor: pointer;
  display: block;
  padding: 7px 10px;
  margin-bottom: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  display: block;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: .2s all 0s;
  transition: .2s all 0s;
}
.hall-date label input[type="radio"] {
  margin-right: 0.5em;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.hall-date label:hover {
  border: 2px solid #f37200;
  background: #f8ede2;
}
.hall-date label.isChecked {
  border-color: #e66c00;
  background: #f1d1b4;
}
.hall-date label.isChecked:hover {
  border: 2px solid #e66c00;
}
.hall-date label.isDisabled {
  color: #b4afb2;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.hall-date--radio {
  display: inline-block;
  vertical-align: top;
}

.hall-date--hall {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  max-width: 300px;
}

.hall-date--date-group {
  display: inline-block;
  padding-right: 44px;
  vertical-align: top;
}

.hall-date--date {
  display: inline-block;
  vertical-align: top;
}
.hall-date--date .appointed {
  margin: 0 2px;
  white-space: nowrap;
}
.hall-date--date .receptEnd {
  margin: 0 4px;
  color: #e60012;
  white-space: nowrap;
}

input.btnAppoint {
  -webkit-appearance: none;
 -moz-appearance: none;
  width: 350px;
  margin: 20px auto;
  background: #e60012;
  border: none;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  -webkit-transition: .2s all 0s;
  transition: .2s all 0s;
  font-weight: bold;
}
input.btnAppoint:hover {
  opacity: 0.8;
}


@media (max-width: 720px) {
  .hall-date--date-group {
    display: block;
    padding-left: 1.5em;
  }

  .hall-date--date {
    display: block;
    padding-left: 1.5em;
  }
}

@media (max-width: 480px) {
  .hall-receive-info {
    font-size: 12px;
    padding: 10px;
  }
  .hall-receive-info__ttl {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hall-receive-note {
    font-size: 12px;
  }
  .hall-receive-note .hall-receive-note__ttl {
    font-size: 13px;
    margin-bottom: 4px; 
  }
  input.btnAppoint {
    width: 100%;
  }
}