@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", serif !important;
  font-optical-sizing: auto !important;
}
h1 {
  font-size: 1.5em !important;
}
.reservation-content .col-note {
  color: #f35e21;
}
.reservation-body {
  line-height: 1.7;
  padding: 1.5em 1em;
}
.reservation-archives .note-cancel,
.form_input .note-cancel {
  line-height: 1.7;
  border: 1px solid #f35e21;
  padding: 0.6em;
}
.form_input .note-cancel br {
  display: block !important;
}
.note-cancel {
  font-size: 13px;
}
.note-cancel a {
  color: #003bff !important;
  text-decoration: none !important;
}
.reservation-body p:first-of-type {
  margin-top: 1em;
  font-size: 13px;
}
.reservation-body p:first-of-type a {
  color: #003bff !important;
}
.month {
  text-align: center;
  margin-top: 2em;
  padding: 0.25em;
}
.past {
  background: #eee;
}
.summary {
  margin-top: 2em;
}
.calendar {
  width: 100%;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.5em;
  line-height: 1.5;
}
.calendar th a,
.calendar td a {
  text-decoration: none;
  padding: 0.5em;
}
.calendar th.sun {
  color: #dd0000;
  background: #ffeaea;
}
.calendar th.sat {
  color: #002ec7;
  background: #d8e1ff;
}

.footer_logo {
  text-align: center;
  padding: 1.5em 0.25em 0;
  border-top: 1px solid #c2c2c2;
  margin: 3em 0 1em;
  font-size: 11px;
}
.footer_logo p {
  font-size: 11px;
}
.footer_logo img {
  height: 40px;
}
.wpcf7 form select[name="address1"] {
  background: url(/wp-content/uploads/2024/12/icon_tri.png) no-repeat;
  background-size: 11px;
  background-position: right 14px center;
  padding-right: 10px;
}
/* 共通 */
.reservation-content .btn {
  font-size: 15px;
  display: block;
  margin-top: 0.5em;
}
.reservation-content .btn.btn-secondary {
  font-size: 14px;
  font-weight: bold;
}
.page-header h1 {
  color: #fff;
  padding: 0.5em;

  /* background-size: 25px;
  background-position: left 14px center; */
  padding-right: 10px;
  font-size: 18px !important;
  padding: 0.9em 0 0.9em 2.8em;
  font-weight: bold;
}
/*共通：時間選択*/
.jp_datetime {
  font-size: 14px;
}

/* 共通:送信完了 */
.capture_note {
  margin: 1em 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.capture_note img {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
/*入力　共通*/

.form_input {
  color: #1a1311;
}
.form_input .note {
  font-size: 14px;
}
.form_input .note a {
  color: #003bff;
  text-decoration: none;
}
.form_input .note_title {
  font-weight: bold;
  padding-top: 1em;
  border-top: 1px solid #b7b7b7;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.7;
}
.form_input p {
  line-height: 1.3;
  margin-top: 5px;
}
.form_input br {
  display: none;
}
.form_input p input {
  margin-top: 0.25em;
}
.form-label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.form-control {
  position: relative;
  border: 1px solid #8ca4bb;
}
.form-control > option:first-child::after {
  position: absolute;
  content: "";
  z-index: 1;
  right: 10px;
  top: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b7b7b7 transparent transparent transparent;
  border-width: 9.53px 5.5px 0px 5.5px;
}
.form-control > option:first-child,
.form-control::placeholder {
  color: #818181;
  font-size: 14px !important;
}
.address1 > option:first-of-type,
.form-control::placeholder {
  color: #818181;
  font-size: 14px !important;
}
.req {
  display: inline-block;
  font-size: 16px;
}
.req:after {
  content: "必須";
  font-size: 13px;
  background: #db001e;
  border-radius: 4px;
  color: #fff;
  padding: 0em 0.45em;
  margin-left: 0.5em;
  line-height: 1.8;
  display: inline-block;
}
.form-check {
  padding-left: 0;
}
.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item {
  padding: 0.5em 0;
}
.btn-confirm {
  background: #eb7f00;
  font-size: 16px !important;
  color: #fff;
  margin-top: 1em;
  display: block;
  width: 100%;
  padding: 1em 0.5em;
  margin-top: 3em !important;
  font-weight: bold;
}
.btn-confirm:hover {
  background: #eb7f00;
  color: #fff;
}
.bank_name {
  margin-top: 0.5em;
}
.btn-back {
  background: #888888;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
}

/*　確認　共通*/

.first_msg {
  padding: 1em;
  border-bottom: 1px solid #b7b7b7;
}
.form_confirm {
  line-height: 1.3;
  font-size: 16px;
}

.form_confirm .btn-submit {
  background: #eb7f00;
  font-size: 16px !important;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1em 0;
  margin-top: 4em;
  margin-bottom: -1em;
  font-weight: bold;
}
.form_confirm .btn-back {
  background: #888888;
  color: #fff;
  display: block;
  width: 100%;
}
/*送信完了*/

.application_details h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.application_details .note {
  color: #ed3806;
  margin-top: 1em;
  font-size: 13px;
}
.application_details table td {
  padding: 0.25em 0;
  vertical-align: top;
}
.application_details table td:nth-of-type(2) {
  width: 75%;
  padding-left: 5px;
}

.section_note {
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.3;
}
.section_note a {
  color: #003bff !important;
}

/* ガス共通 */
.date_note {
  background: #f1f1f1;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2em;
}
.date_note dt {
  color: #006666;
  font-weight: bold;
}
.date_note dd {
  padding-left: 1em;
  margin: 0;
}
.time_note {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1em;
}
/*電気開始*/
.el_start .page-header h1 {
  color: #fff;
  padding: 0.5em;
  background: #00a4e3 url(/wp-content/uploads/2024/11/icon_denki-start.png)
    no-repeat;
  background-size: 25px;
  background-position: left 14px center;
  padding-right: 10px;
  font-size: 18px !important;
  padding: 0.9em 0 0.9em 2.8em;
  font-weight: bold;
}
/* ガス開始 */
.head_note {
  color: #f83700;
}
.gas_start .page-header h1 {
  background: #0aa7a7 url(/wp-content/uploads/2024/12/icon_gas-start.png)
    no-repeat;
  background-size: 25px;
  background-position: left 14px center;
}

/*ガス停止*/
.gas_stop .page-header h1 {
  background: #0aa7a7 url(/wp-content/uploads/2024/12/icon_gas-stop.png)
    no-repeat;
  background-size: 25px;
  background-position: left 14px center;
}

/*でんき停止*/
.el_stop .page-header h1 {
  background: #00a4e3 url(/wp-content/uploads/2024/12/icon_denki-stop.png)
    no-repeat;
  background-size: 25px;
  background-position: left 14px center;
}

/* recaptcha*/
.grecaptcha-badge {
  visibility: hidden;
}
