/* -------------------------------- */
/* ショールームお問い合わせ専用 */
/* -------------------------------- */

.showroom_contact_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

/* 見出し */
.showroom_contact_wrap .ttl_contact {
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #333;
  padding-left: 10px;
  background: none;
  width: auto;
  height: auto;
  line-height: 1.6;
}

/* 説明文 */
.showroom_contact_wrap .txt_contact {
  margin-bottom: 25px;
  line-height: 1.8;
}

/* 注意書き（赤枠） */
.reservation_notice {
  border: 2px solid #e60012;
  color: #e60012;
  background: #fff5f5;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}

/* テーブル */
.showroom_contact_wrap #contact_table {
  width: 100%;
  border-top: 1px solid #ddd;
}

.showroom_contact_wrap #contact_table th {
  width: 30%;
  background: #e3edf2;
  padding: 15px;
  text-indent: 0;
}

.showroom_contact_wrap #contact_table td {
  padding: 15px;
}

/* 入力 */
.showroom_contact_wrap input,
.showroom_contact_wrap textarea,
.showroom_contact_wrap select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

/* 送信ボタン */
.showroom_contact_wrap #btn_send {
  text-align: center;
  margin-top: 30px;
}

#btn_send input {
  width: 225px;
  height: auto;
}

.required {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #e60012;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 3px;
}
.showroom_contact_wrap #btn_send {
  background: none;
  border: none;
}

.showroom_contact_wrap #btn_send input {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}