

.alert {
  border-radius: 0;
  margin: 0;
  text-align: center;
}

@media only screen and (width <= 839px) {
  .alert {
    border-radius: 0;
    text-align: left;
  }
}

/* =====================================
ご利用方法guide */

/* ボタン */
.guide_link_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.guide_link_btn a:link {
  background: #0099d0;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
  color: #f9e800;
  display: inline-block;
  text-align: center;
  width: 32.3%;
  margin: 5px 0;
  padding: 10px 0;
}

.guide_link_btn a:visited {
  color: #f9e800;
  border: 2px solid #fff;
}

@media only screen and (width <= 660px) {
  .guide_link_btn a:link {
    width: 100%;
    margin: 2px auto;
  }
}

/* 新規ユーザー登録 */
ul.guide_user_new {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}

ul.guide_user_new li {
  background: #00a9c2;
  border: 3px solid #00a9c2;
  border-radius: 8px;
  margin: 5px 0;
  width: 48%;
}

@media only screen and (width <= 782px) {
  ul.guide_user_new {
    justify-content: space-around;
  }

  ul.guide_user_new li {
    max-width: 500px;
    width: 48%;
    margin: 5px 0;
  }
}

ul.guide_user_new li img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

ul.guide_user_new li dt {
  border-bottom: 1px solid #007081;
}

ul.guide_user_new li dd {
  background: #00a9c2;
  color: #fff;
  padding: 10px 10px 0;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/* --- 先頭文字の定義 --- */
ul.guide_user_new li dd span.firstStr {
  font-size: 2em;
  margin-right: 5px;
}

@media only screen and (width <= 640px) {
  ul.guide_user_new {
    margin: 0 auto 20px;
  }
}

/* 予約方法 */
ul.guide_yoyaku {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
}

ul.guide_yoyaku li {
  border-radius: 8px;
  margin: 5px;
  width: 100%;
}

ul.guide_yoyaku li img {
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
}

ul.guide_yoyaku li dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

ul.guide_yoyaku li dt {
  max-width: 490px;
  width: 45%;
}

ul.guide_yoyaku li dt img {
  width: 100%;
}

ul.guide_yoyaku li dd {
  width: 55%;
  padding: 10px 10px 0;
  font-size: 14px;
}

ul.guide_yoyaku li dd p {
  font-size: 1.3em;
  font-weight: bold;
}

/* --- 先頭文字の定義 --- */
ul.guide_yoyaku li dd span.firstStr {
  font-size: 1.5em;
  margin-right: 5px;
}

ul.guide_yoyaku li dd span.guide_notes {
  color: #ff0004;
}

@media only screen and (width <= 640px) {
  ul.guide_yoyaku {
    margin: 0 auto 20px;
  }

  ul.guide_yoyaku li dt {
    max-width: 490px;
    width: 100%;
  }

  ul.guide_yoyaku li dd {
    width: 100%;
    padding: 3px 0 5px;
    font-size: 14px;
  }
}

.arrow {
  text-align: center;
  font-size: 1.5em;
}

/* 駐車場にて */
ul.guide_parking h5 {
  background: #ededed;
  margin: 10px auto 0;
  padding: 5px;
}

ul.guide_parking li {
  font-size: 1.2em;
  margin: 5px auto;
  padding: 0 10px;
}

/* =====================================
空き状況確認カレンダーreservations */
.Nweek {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 5px;
  padding: 0;
}

.Nweek li { /* stylelint-disable-line no-descending-specificity */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.Nweek li a:link,
.Nweek li a:visited {
  background: #0099d0;
  border-radius: 5px;
  color: #f9e800;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 100px;
  padding: 5px 0;
  text-align: center;
}

@media only screen and (width <= 640px) {
  .Nweek li a {
    font-size: 11px;
    text-decoration: none;
    width: 50px;
    padding: 5px 0;
    text-align: center;
  }
}

@media only screen and (width <= 350px) {
  .Nweek_1 {
    order: 2;
  }

  .Nweek_2 {
    width: 100%;
    order: 1;
    padding-bottom: 10px;
  }

  .Nweek_3 {
    order: 3;
  }
}

input[type="submit"].cal_btn {
  padding: 0 15px;
}

.none_week {
  width: 100px;
}

.x_scroll_table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (width <= 765px) {
  .x_scroll_table {
    max-width: 765px;
    width: 98%;
    overflow-x: scroll;
    margin: 0 auto;
  }
}

.reservations_wrap table {
  border-collapse: collapse;
  border: 1px solid rgb(200 200 200);
  letter-spacing: 1px;
  font-family: sans-serif;
  font-size: 0.8rem;
  margin: auto;
  max-width: 1100px;
  width: 100%;
}

@media only screen and (width <= 765px) {
  .reservations_wrap table {
    width: 765px;
  }
}

.reservations_wrap thead tr th,
.reservations_wrap tfoot {
  background-color: #c5f3ff;
  font-weight: bold;
}

.reservations_wrap caption {
  padding: 10px;
  caption-side: bottom;
}

/* stylelint-disable no-descending-specificity */
.reservations_wrap td,
.reservations_wrap th {
  border: 1px solid rgb(190 190 190);
  padding: 8px;
}
/* stylelint-enable no-descending-specificity */

.reservations_wrap th { /* stylelint-disable-line no-descending-specificity */
  background-color: #ececec;
  border-bottom: none;
  text-align: center;
}

.reservations_wrap th.sat {
  background: #0053c4;
  color: #fff;
}

.reservations_wrap th.sun {
  background: #c81e20;
  color: #fff;
}

.reservations_wrap td {
  font-size: 14px;
  text-align: center;
}

/* =====================================
ログインlogin */
.login_box {
  background: rgb(0 145 180 / 80%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  max-width: 450px;
  padding: 0;
  width: 95%;
  margin: auto;
}

@media only screen and (width <= 640px) {
  .login_box {
    width: 95%;
  }
}

.login_box_inner {
  padding: 30px 20px 20px;
  text-align: center;
}

.login_box_inner h2 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.login_box_inner h2 img { /* stylelint-disable-line no-descending-specificity */
  max-width: 272px;
  width: 100%;
}

.login_box_inner form dt { /* stylelint-disable-line no-descending-specificity */
  font-size: 13px;
}

.login_box_inner form dd { /* stylelint-disable-line no-descending-specificity */
  margin-bottom: 15px;
}

.login_box_inner input {
  margin-top: 10px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.login_box_inner form input[type="submit"] {
  background: #fcffe3;
  border: 1px solid #707070;
  display: block;
  margin: 15px auto 3px;
  font-size: 14px;
  width: 230px;
  outline: none;
  border-radius: 3px;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
}

.login_box_inner form input[type="submit"]:hover {
  background-color: rgb(255 238 154 / 100%);
}

@media only screen and (width <= 640px) {
  .login_box_inner form input[type="submit"] {
    width: 100%;
  }
}

a.pas_reset:link,
a.pas_reset:visited {
  color: #f9ffd1;
  text-decoration: none;
}

.new_login {
  border-top: 1px solid #d9d9d9;
  margin: 15px auto 0;
  padding: 20px 0 0;
  text-align: center;
  font-size: 13px;
}

/* stylelint-disable no-descending-specificity */
.new_login a:link,
.new_login a:visited {
  color: #f9ffd1;
  text-decoration: none;
}
/* stylelint-enable no-descending-specificity */

.pas_reset {
  font-size: 13px;
}

.new_login a.new_login_btn {
  background: #575757;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 0 auto 10px;
  padding: 5px 0;
  width: 200px;
  transition: 0.25s;
}

.new_login a.new_login_btn:hover {
  background: #9a9a9a;
}

@media only screen and (width <= 640px) {
  .new_login a.new_login_btn {
    width: 100%;
  }
}

.content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.content_inner {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  width: 100%;
  margin: 35px auto;
}

/* =====================================
ユーザー登録 フォーム sign_up */
.singupform_wrap {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-size: 14px;
}

.form_list {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.form_list:last-child {
  border-bottom: none;
}

.form_t {
  font-size: 15px;
  display: inline-block;
  width: 15em;
  margin-bottom: 0.5em;
}

.form_content {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  max-width: 39em;
}

.form_content dt { /* stylelint-disable-line no-descending-specificity */
  margin: 0 0 5px;
}

.form_content dd { /* stylelint-disable-line no-descending-specificity */
  margin-bottom: 10px;
}

.required {
  background: #ed0003;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  margin-right: 5px;
}

div.print_width_800 {
  width: 800px;
}

.input {
  padding: 0 0.3em;
  background-color: #d4fbff;
  line-height: 2.2;
  width: 95%;
  height: 2.2em;
  font-size: 1rem;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  max-width: 400px;
}

.btn-submit {
  padding: 0.7em 0;
  width: 100%;
  max-width: 230px;
  font-size: 15px;
  color: #fff;
  background-color: #393939;
  border-radius: 5px;
  border: none;
  margin: auto;
}

button.postal-search {
  border: 1px solid #727272;
  border-radius: 3px;
  margin: 0 8px;
  padding: 2px 10px;
  font-size: 13px;
}

@media only screen and (width <= 640px) {
  button.postal-search {
    margin: 3px 0;
  }
}

/* =====================================
予約受け付けフォームreservation_new */
.reservation_wrap {
  max-width: 1100px;
  width: 100%;
}

.reservation_form_list {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.reservation_form_list:last-child {
  border-bottom: none;
}

.bg-secondary {
  background-color: #6c757d !important;
  color: #cfcfcf;
}

/* =====================================
マイページuser_show */
.mypage_wrap {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  font-size: 14px;
}

.mypage_list {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mypage_list:last-child {
  border-bottom: none;
}

.mypage_t {
  font-size: 15px;
  display: inline-block;
  width: 10em;
}

.mypage_content {
  display: inline-block;
  padding-left: 3em;
  width: 100%;
  max-width: 39em;
}

.mypage_content dt { /* stylelint-disable-line no-descending-specificity */
  margin: 0 0 5px;
}

/* =====================================
マイページ予約一覧 user_show */
.reserve_list_wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

/* trリンクのため */
.reserve_list_wrap table tr.moves-contents:hover {
  cursor: pointer;
  color: #0566cd;
  background: #feffe0;
}

/* =====================================
予約詳細ページ reservation_show */
.yoyaku_detail {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.yoyaku_detail dl { /* stylelint-disable-line no-descending-specificity */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.yoyaku_detail dt { /* stylelint-disable-line no-descending-specificity */
  font-weight: normal;
}

.not_entered {
  color: #c81e20;
}

/* 予約証印刷 */
.surely_print {
  color: #c81e20;
  font-weight: bold;
  text-align: center;
}

.reservation_print_wrap {
  border: 1px solid #000;
  max-width: 800px;
  width: 98%;
  margin: auto;
  padding: 0 0 10px;
}

.reservation_print_t {
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
}

.reservation_print_head {
  margin: 5px auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
}

.monthly_reservation_print_head {
  margin: 5px auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.reservation_print_no {
  font-size: 110px;
  font-weight: bold;
  text-align: center;
  width: 45%;
}

.monthly_reserve {
  width: 80%;
  font-size: 100px;
}

.reservation_print_day {
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
}

.monthly_reserve_day {
  border: 1px solid #000;
  font-weight: bold;
  padding: 5px 10px;
  width: 45%;
  font-size: 16px;
  text-align: center;
}

.monthly_reserve_day span {
  font-size: 32px;
}

.monthly_reserve_day span.time {
  font-size: 46px;
}

.monthly_reserve_day span.day {
  font-size: 80px;
}

.reservation_print_naiyou {
  font-size: 20px;
  text-align: left;
  max-width: 700px;
  width: 90%;
  margin: auto;
  border-bottom: 1px dashed #9e9e9e;
}

.monthly_reserve_naiyou {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.monthly_reserve_naiyou p { /* stylelint-disable-line no-descending-specificity */
  font-size: 48px;
  border-bottom: 1px dashed #9e9e9e;
}

@media only screen and (width <= 640px) {
  .reservation_print_no {
    font-size: 50px;
  }

  .reservation_print_day {
    font-size: 20px;
  }

  .reservation_print_naiyou {
    font-size: 18px;
  }
}

ul.reservation_print_notes {
  list-style: none;
  padding-left: 1.5em;
  max-width: 700px;
  width: 98%;
  margin: 15px auto 10px;
}

ul.reservation_print_notes li {
  text-indent: -1.2em;
  font-size: 0.9em;
}

.reservation_btn_area {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.reservation_btn_area a { /* stylelint-disable-line no-descending-specificity */
  margin: 0 10px;
  width: 200px;
  text-align: center;
}

.reservation_print_error_txt {
  background: #ffe8e8;
  border: 6px double #c81e20;
  font-size: 1.5em;
  margin: 0 auto 60px;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}

@media only screen and (width <= 640px) {
  .reservation_print_error_txt {
    margin: 0 auto 20px;
  }
}

.reservation_print_error_txt p { /* stylelint-disable-line no-descending-specificity */
  padding: 10px;
}

.reservation_print_error_txt span {
  font-weight: bold;
  color: #c81e20;
}

.reservation_print_error_txt span.required_print {
  font-size: 1.5em;
}

@media only screen and (width <= 640px) {
  .reservation_print_error_txt {
    border: 3px double #c81e20;
    font-size: 1em;
    text-align: left;
  }

  .reservation_print_error_txt span.required_print {
    font-size: 1.2em;
  }
}

p.bg_red_notes {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 2px;
  margin: auto;
  text-align: center;
  max-width: 700px;
  width: 98%;
}

/* 車両ナンバー */
.car_number {
  border: 2px solid #000;
  max-width: 700px;
  width: 98%;
  margin: 15px auto;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.car_number p { /* stylelint-disable-line no-descending-specificity */
  margin: 5px;
}

.car_number_border {
  border: 1px solid #000;
  width: 300px;
  height: 50px;
}

/* 一時外出 */
.entering_time {
  max-width: 700px;
  width: 98%;
  margin: auto;
}

.entering_time dl { /* stylelint-disable-line no-descending-specificity */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.entering_time dl dt { /* stylelint-disable-line no-descending-specificity */
  width: 100%;
}

.entering_time dl dd { /* stylelint-disable-line no-descending-specificity */
  border: 1px dashed #000;
  font-size: 11px;
  width: 215px;
  margin: 5px 2px 1px;
  padding: 2px;
}

/* 予約無し利用の記入太枠 */
.b_border {
  border: 10px double #000;
  width: 95%;
  margin: auto;
  padding: 10px 0;
}

.driver_field_t {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
  border-bottom: 10px double #000;
}

.reservation_print_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.reservation_print_office {
  font-size: 15px;
  text-align: left;
  margin: auto;
}

/* 支払い確認 */
.payment_check_wrap {
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

.payment_check_wrap dl.payment_check {
  width: 90px;
  margin: 0;
  position: relative;
}

.payment_check_wrap dl.payment_check dt {
  text-align: center;
  font-size: 11px;
}

.payment_check_wrap dl.payment_check dd {
  border: 1px solid #000;
  color: #b5b5b5;
  width: 70px;
  height: 70px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}

.payment_check_wrap dl.payment_check dd.absolute {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 10px;
  border: 3px double #f00;
  border-radius: 50%;
  color: #f00;
  font-size: 46px;
  width: 78%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 印刷ボタン */
.yoyaku_print-btn_wrap {
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

button.yoyaku_print-btn {
  display: block;
  border-radius: 5px;
  background: #323232;
  color: #fff;
  font-size: 1.5rem;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
  margin: 2px;
  padding: 15px 0;
}

button.yoyaku_print-btn:hover {
  background: #474747;
  color: #fff;
}

button.yoyaku_pdf-btn,
a.yoyaku_pdf-btn {
  display: block;
  border-radius: 5px;
  background: #e8e8e8;
  color: #000;
  font-size: 1.5rem;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
  margin: 2px;
  padding: 15px 0;
}

button.yoyaku_pdf-btn:hover,
a.yoyaku_pdf-btn:hover {
  background: #cdcdcd;
  color: #000;
}

a.yoyaku_pdf-btn { /* stylelint-disable-line no-descending-specificity */
  border: 2px solid #000;
}

a.yoyaku_excel-btn {
  display: block;
  border-radius: 5px;
  background: #fff;
  font-size: 1.5rem;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
  margin: 2px;
  padding: 15px 0;
  border: 2px solid #000;
}

a.yoyaku_excel-btn:hover {
  background: #f0f0f0;
}

.yoyaku_print-btn_wrap a:link { /* stylelint-disable-line no-descending-specificity */
  color: #000;
}

@media only screen and (width <= 640px) {
  button.yoyaku_print-btn {
    font-size: 1rem;
  }

  button.yoyaku_pdf-btn,
  a.yoyaku_pdf-btn {
    font-size: 1rem;
  }
}

span.yoyaku_no_print-btn {
  background: #909090;
  border-radius: 5px;
  color: #d8d8d8;
  display: block;
  font-size: 1.5rem;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 15px 0;
}

/* =====================================
ユーザー登録
パスワードリセット申請ボタン
password_edit
password_resets
tmp_reg
*/

input.login_btn[type="submit"] {
  padding: 0.7em 0;
  width: 100%;
  max-width: 230px;
  font-size: 15px;
  color: #fff;
  background-color: #393939;
  border-radius: 5px;
  border: none;
  margin: auto;
}

a.btn_resend:link {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: block;
  padding: 0.5em 0;
  width: 100%;
  max-width: 230px;
  font-size: 13px;
  color: #fff;
  background-color: #393939;
  border-radius: 5px;
  border: none;
  text-align: center;
  text-decoration: none;
}

.other_form_list {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.other_form_list:last-child {
  border-bottom: none;
}

/* =====================================
コンタクトcontact */
.contact-wrap ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
}

.contact-wrap ul li {
  background: #ebebeb;
  border-radius: 5px;
  width: 48%;
}

.contact-wrap ul li dl {
  padding: 15px;
}

.contact-wrap ul li dl dt { /* stylelint-disable-line no-descending-specificity */
  font-size: 1.2em;
  font-weight: bold;
}

@media only screen and (width <= 640px) {
  .contact-wrap ul li {
    width: 100%;
    margin: 10px auto;
  }

  .contact-wrap ul li dl dt {
    font-size: 0.9em;
  }
}

/* =====================================
利用上の注意　notes */
.notes_wrap p { /* stylelint-disable-line no-descending-specificity */
  font-size: 0.9em;
  margin: 0 1.5em; /* サイトに合せて調整 */
}

.notes_wrap ol {
  margin: 0 1.5em 0 2.5em; /* サイトに合せて調整 */
}

.notes_wrap ol li {
  font-size: 0.9em;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.notes_wrap ol li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em; /* サイトに合せて調整 */
  width: 3em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* ボタン */

.section .edit_btn:link {
  display: block;
  border-radius: 5px;
  background: #0566cd;
  color: #fff;
  margin: 2px;
  padding: 10px;
  text-decoration: none;
}

.section .edit_btn:hover {
  background: #005296;
  color: #fff;
}

.section .cancel_btn:link {
  display: block;
  border-radius: 5px;
  background: #cc0003;
  color: #fff;
  margin: 2px;
  padding: 10px;
  text-decoration: none;
}

.section .cancel_btn:hover {
  background: #730001;
  color: #fff;
}

.note_wrap {
  font-size: 13px;
  max-width: 900px;
  width: 100%;
  margin: 15px auto;
}

.font-b {
  font-weight: bold;
}

.page_top_btn_wrap {
  text-align: center;
  width: 100%;
  padding: 20px 10px 0;
}

.page_top_btn_wrap a.page_top_btn {
  background: #0099d0;
  border-radius: 5px;
  color: #f9e800;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 32%;
  margin: 5px 0;
  padding: 10px 0;
}

/* 複数台予約時の注意書き */
.multiple_reservation_note {
  background: #e8ffff;
  border: 6px double #1ec7c4;
  font-size: 1.2em;
  margin: 30px auto;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}

@media only screen and (width <= 640px) {
  .multiple_reservation_note {
    margin: 0 auto 20px;
  }
}

.multiple_reservation_note p { /* stylelint-disable-line no-descending-specificity */
  padding: 10px;
}

.multiple_reservation_note span {
  font-weight: bold;
  color: #1ec7c4;
}

.multiple_reservation_note span.required_print {
  font-size: 1.2em;
}

@media only screen and (width <= 640px) {
  .multiple_reservation_note {
    border: 3px double #1ec7c4;
    font-size: 1em;
    text-align: left;
  }

  .multiple_reservation_note span.required_print {
    font-size: 1.2em;
  }
}
