
/*----------------------------
  contact
----------------------------*/
.contact_flow {
  background-color: #fff;
  border-top: 2rem;
  margin: 2rem 0;
}

.contact {
  background-color: #fff6eb;
  padding: 2rem;
  border-radius: 10px;
}

.contact_container {
  border-bottom: 1px dashed;
  padding: 1rem;
}

.contact_lineBox {

}

.contact_lineBox-reserve {
  text-decoration: none;
}

.contact_lineBox-explain {

}

.contact_lineBox-explain-list li {
  margin-bottom: 2rem;
}

.contact_lineBox-explain-img {
  float: right;
  margin-left: 1rem;
}

.contact_lineBox-explain-caution {
  clear: both;
}

.contact_asterisk-red-negativemargin {
  color: #f08300;
  margin-top: -2rem;
}

.contact_asterisk-red {
  color: #f08300;
  margin-top: 1rem;
}

.contact_header {
  border: 8px solid #f9c385;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 0 4px;
  width: 40%;
  margin: 1rem auto 2rem;
  color: #f08300;
  letter-spacing: 3px;
}

.contact_header-span {
  color: #f08300;
}

.contact_table-wrapper {
  margin-bottom: 1rem;
}

/* table */

.contact_table {
  width: 100%;
  margin: 2rem 0;
  border: 1.5px solid #000;
  padding: 1rem 2rem 2rem;
}

.contact_table-header {
  color: #f08300;
  font-size: 2rem;
  letter-spacing: 3px;
}

.contact_table-header::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #f08300;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.contact_table-caution {
  background-color: #eb6100;
  padding: 0 4px 0 13px;
  border-radius: 9px;
  color: #fff;
}

.contact_table tr {
  border: 1.5px solid #000;
}

.contact_table th {
  text-align: center;
  border-right: 1.5px solid #000;
  background-color: #efefef;
}

.contact_table th:empty {
  background-image: linear-gradient(to top right, transparent, transparent 49.5%, #000 49.5%, #000 51%, transparent 51%, transparent);
}

.contact_table-th-saturday {
  color: #08629d;
}

.contact_table-th-holyday {
  color: #e6002d;
}

.contact_table td {
  border-right: 1.5px solid #000;
  text-align: center;
  width: 9%;
}

.contact_table td:first-child {
  width: 20%;
  background-color: #feeec6;
  text-align: left;
  padding-left: 1rem;
}

.contact_table td span {
  font-size: 1rem;
}


.contact_contact {
  background-color: #00b900;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.7rem;
  vertical-align: super;
  text-align: center;
  display: inherit;
}

.contact_contact::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  /* margin-right: 1rem; */
  background-image: url('/images/body/common/line_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_phone {
  color: #f08300;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}

.contact_favor {
  color: #f08300;
  margin: 2rem 0 2rem;
}

.contact_favor ul {
  padding: 0 2rem;
}

.contact_favor li {
  list-style: disc;
}

.contact_favor-2 li {
  color: #f08300;
  list-style: disc;
  margin-left: 2rem;
}


/* balloon */
.contact_balloon{
  position: relative;
  width: 70px;
  height: 70px;
  background: #f08300;
  padding: 1rem;
  line-height: 50px;
  text-align:center;
  border-radius: 50%;
  color: yellow;
  margin: 0 auto;
}


.contact_balloon-header {
  color: #f08300;
  font-size: 2rem;
  border-bottom: 2px solid #f08300;
}

.contact_btn-contact {
  color: #fff;
  background-color: #f08300;
  border: thin solid #f08300;
  width: 100%;
  margin: 1rem 0;
}

.contact_balloon-caution {
  background-color: yellow;
}

.contact_cancel {
  padding: 3rem 1rem 1rem;
}

.contact_cancel-header {
  background-color: #f08300;
  border-radius: 30px;
  width: 61%;
  text-align: center;
  margin: -3.5rem auto 1rem;
  color: #fff;
}

.contact_cancel-list {

}

.contact_cancel-list li {
  counter-increment: contact_cancel-list li;
}

.contact_cancel-list li::before {
  content: counter(contact_cancel-list);
  height: 20px;
  width: 20px;
  background-color: #f08300;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 11px;
  margin-right: 5px;
}

/* form */
.contact_form {
  width: 100%;
  margin: 2rem 0;
  border: 1.5px solid #000;
  padding: 1rem 1rem 2rem;
}

.contact_flex-label,
.contact_flex-label-textarea {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  padding-right: 1rem;
}

.contact_form-time-wrapper {
  border: 1px solid #ccc;
  padding: 1rem;
}

.contact_method {
  padding-left: 1rem;
}

.choiceArea {
  margin-top: 2rem;
}

#day_first, #day_second, #day_third {
  height: 33px;
  margin-bottom: 1rem;
}



@media screen and (min-width: 768px) {
  .contact_container {
    padding: 2rem;
  }
  .contact_cancel-header {
    width: 50%;
  }
  .contact_flex-label {
    text-align: right;
  }
  .contact_contact {
    padding: 0.7rem 2rem 0.7rem 1rem;
    display: inline;
  }
  .contact_balloon {

  }
  .contact_cancel {
    padding: 3rem 4rem;
  }

  #day_first, #day_second, #day_third {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 920px) {}
