@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#contact {
  margin-top: 40px;
}
#contact .form_title {
  font-size: 22rem;
  margin-bottom: 60px;
}
#contact .form_title .fa {
  font-size: 20rem;
  background: #eee;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 0 15px 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  color: #333;
}
#contact .about__title {
  margin-bottom: 40px;
}
#contact #message {
  text-align: left;
  margin: 0 0px 10px 0px;
}
#contact #message .fa {
  color: #1b82b7;
  margin-right: 0.5em;
}
#contact #message ul {
  margin: 30px 0;
  padding: 20px 30px 20px 50px;
  font-size: 13rem;
  list-style: none;
  background: #f5f5f5;
}
#contact #message ul li {
  margin-bottom: 0.5em;
  line-height: 1.6em;
  position: relative;
  top: 0;
  left: 0;
}
#contact #message ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #1c92ce;
  margin-right: 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
}
#contact #message ul li:last-of-type {
  margin-bottom: 0;
}
#contact #message .message__about {
  margin-bottom: 20px;
}
#contact #message .message__direct {
  background-color: #dff0f9;
  padding: 10px 0 20px 0;
}
#contact #message .message__direct .direct__label {
  font-size: 18rem;
  margin: 10px 0 10px 0;
  text-align: center;
}
#contact #message .message__direct .direct__tel {
  font-size: 2.5em;
  text-align: center;
  margin: 15px 0 20px 0;
  text-align: center;
  line-height: 1em;
  color: #d0603f;
  font-weight: bold;
}
#contact #message .message__direct .direct__open {
  float: left;
  line-height: 1.4em;
  margin: 5px 0 0 0;
}
#contact #message .message__direct .direct__reservation {
  text-align: center;
  line-height: 1em;
}
#contact #message .message__direct .direct__reservation a {
  font-size: 16rem;
  padding: 10px 20px;
  line-height: 2em;
}
#contact .form__btn-main {
  background-color: #1c92ce;
  border: 3px solid #EAF7FD;
  color: #fff;
  font-size: 20rem;
  padding: 0.6em 1.5em 0.6em 2em;
  letter-spacing: 0.5em;
}
#contact .form__btn-main:hover {
  background-color: #6FC6F3;
}
#contact .form__btn-sub {
  background-color: #ffffff;
  border: 3px solid #ccc;
  font-size: 0.9em;
  padding: 0.3em 1.5em 0.3em 2em;
  letter-spacing: 0.5em;
  margin-right: 20px;
  line-height: 3em;
}
#contact .form__btn-sub:hover {
  background-color: #eee;
}
#contact #form {
  background-color: #fff;
  padding: 20px 0;
}
#contact #form .warning {
  text-align: left;
  font-weight: normal;
  margin: 0 0px 20px 20px;
}
#contact #form .warning li {
  margin-bottom: 0.3em;
}
#contact #form form {
  display: block;
}
#contact #form form input[type=checkbox] {
  margin-right: 0.5em;
}
#contact #form form table {
  width: 100%;
}
#contact #form form table tbody tr {
  border-bottom: 1px solid #e6ebf4;
}
#contact #form form table tbody th, #contact #form form table tbody td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #form form table tbody th input:nth-child(n+2), #contact #form form table tbody td input:nth-child(n+2) {
  margin-top: 5px;
}
#contact #form form table tbody th .input_row, #contact #form form table tbody td .input_row {
  margin-bottom: 5px;
}
#contact #form form table tbody th .input_row .row__label, #contact #form form table tbody td .input_row .row__label {
  display: inline-block;
  width: 100px;
}
#contact #form form table tbody th .radio, #contact #form form table tbody td .radio {
  float: left;
  margin: 0 20px 0 0;
}
#contact #form form table tbody th .radio input, #contact #form form table tbody td .radio input {
  position: relative;
  margin: 0 0.2em 0 0;
}
#contact #form form table tbody th .radio label, #contact #form form table tbody td .radio label {
  padding-left: 0;
}
#contact #form form table tbody th {
  width: 190px;
}
#contact #form form table tbody .error {
  display: inline-block;
  color: #ea300b;
  margin-top: 3px;
}
#contact #form form table tbody .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 0.3em;
}
#contact #form form table tbody .fukidashi {
  display: none;
  margin-left: 20px;
  background-color: #a00;
}
#contact #form form table tbody .fukidashi:after {
  border-right-color: #a00;
}
#contact #form form table tbody .label_b {
  margin-right: 0.5em;
}
#contact #form form table tbody .label_a {
  margin-left: 0.5em;
}
#contact #form form table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #form form .need {
  float: right;
  background-color: #e878c6;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11rem;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0.5em;
}
#contact #confirm {
  background-color: #fff;
  margin: 0 20px 50px 20px;
  padding: 0 40px;
}
#contact #confirm .information {
  font-size: 1.6em;
  margin: 10px 0 30px 0;
}
#contact #confirm .information .fa {
  margin-right: 1em;
}
#contact #confirm .confirm__body {
  background-color: #f5f5f5;
  padding: 30px 50px;
}
#contact #confirm table {
  width: 100%;
}
#contact #confirm table tbody tr {
  border-bottom: 1px solid #ddd;
}
#contact #confirm table tbody th, #contact #confirm table tbody td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #confirm table tbody th input:nth-child(n+2), #contact #confirm table tbody td input:nth-child(n+2) {
  margin-top: 5px;
}
#contact #confirm table tbody th {
  width: 190px;
}
#contact #confirm table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 0;
  }
  #contact .form__btn-main {
    font-size: 1em;
  }
  #contact .form_title {
    font-size: 16rem;
    margin-bottom: 40px;
  }
  #contact #message {
    margin: 0;
  }
  #contact #message .message__direct {
    padding: 20px 0;
  }
  #contact #message .message__direct .direct__label {
    font-size: 15rem;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #contact #message .message__direct .direct__tel {
    margin: 15px 0;
    text-align: center;
    float: none;
    font-size: 28rem;
  }
  #contact #message .message__direct .direct__open {
    text-align: center;
    float: none;
    line-height: 1.2em;
    margin: 0;
    font-size: 15rem;
  }
  #contact #form {
    margin: 0;
  }
  #contact #form form {
    margin: 0;
  }
  #contact #form form .need {
    top: 0;
  }
  #contact #form form table tbody tr {
    border: none;
  }
  #contact #form form table tbody th {
    display: block;
    padding: 10px 0 5px 0;
    width: 100%;
  }
  #contact #form form table tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #form form table tbody td textarea {
    width: 100%;
  }
  #contact #confirm {
    padding: 30px 0;
  }
  #contact #confirm .information {
    font-size: 16rem;
    margin-bottom: 20px;
  }
  #contact #confirm .confirm__body {
    padding: 20px;
  }
  #contact #confirm table.frame tbody th {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
    color: #999;
  }
  #contact #confirm table.frame tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #complete {
    padding: 30px 15px;
  }
}
