@charset "utf-8";

/* ココから予約サイトトップ */

.top_slide {
  margin-top: 0;
}

.top_slide .bx-wrapper {
  margin: 0 auto 20px;
}

.top_slide .bx-wrapper .bx-pager {
  padding-top: 8px;
}

.top_slide .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 5px;
  border-radius: 0;
}

.joinBtn {
  text-align: center;
}

.joinBtn .join_msg {
  display: inline-block;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.joinBtn .join_msg img {
  vertical-align: bottom;
  height: 24px;
  width: 24px;
}

.joinBtn a {
  margin-top: 4px;
  border: 4px solid #EBE9E2;
  background-color: #fff;
  color: #0D4080;
}

.tc_reserve_box {
  position: relative;
  box-sizing: border-box;
  padding: 24px 12px 18px;
  margin: 42px 10px 0;
  background-color: #F6F5F1;
}

.tc_reserve_box .mark_span {
  position: absolute;
  top: -9px;
  left: 12px;
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  background-color: #e45833;
}

.tc_reserve_box .mark_span:after {
  position: absolute;
  content: '';
  top: 0;
  right: -3px;
  border: none;
  border-top: solid 9px transparent;
  border-left: solid 3px #af300d;
}

.tc_reserve_box p {
  font-size: 12px;
}

.tc_reserve_box .date_time {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.tc_reserve_box .date_time .date,
.tc_reserve_box .date_time .time,
.tc_reserve_box .car_class select {
  padding-left: 8px;
  line-height: 42px;
  font-size: 14px;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  color: #000000;
}

.tc_reserve_box .date_time .date_wrapper {
  position: relative;
  width: 50%;
}

.tc_reserve_box .date_time .date_wrapper img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tc_reserve_box .date_time .date {
  height: 42px;
  width: 100%;
}

.tc_reserve_box .date_time .time {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  width: 44.1%;
  background: url(/dynamic/images/ic_arrow_down002.svg) no-repeat right 4px center;
  background-color: #fff;
}

.tc_reserve_box .car_class {
  margin-top: 12px;
}

.tc_reserve_box .car_class select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  width: 100%;
  background: url(/dynamic/images/ic_arrow_down002.svg) no-repeat right 4px center;
  background-color: #fff;
}

.tc_reserve_box .reserve_wrapper {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.tc_reserve_box .to_reserve {
  position: relative;
  display: inline-block;
  width: 88%;
}

.tc_reserve_box .to_reserve::after {
  content: url(/dynamic/images/ic_arrow_right001.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.tc_reserve_box .to_reserve input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  background-color: #FED600;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 1px 1px 0px #BFBFBF;
}

.modal_link {
  text-align: right;
  margin: 8px 10px 25px;
}

.modal_link img {
  width: 21px;
  height: 21px;
  vertical-align: bottom;
}

.modal_link span {
  font-size: 13px;
  line-height: 21px;
  color: #0D4080;
  text-decoration: underline;
}

.modal_link span:hover {
  cursor: pointer;
}

.guideBtn {
  margin-top: 28px;
}

.guideBtn a {
  margin: 0 10px 0;
}

.bgarea {
  padding: 0 10px 18px;
}

/* モーダル */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-size: 13.44px;
  font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modal,
.modal * {
  z-index: 1000;
}

.modal#time-error-popup,
.modal#time-error-popup * {
  z-index: 100;
}

.modal .background {
  width: 100%;
  height: 100%;
  background-color: #0000004d;
}

.modal .message_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 90%;
  overflow: auto;
}

.modal .title {
  position: relative;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  background-color: #393939;
}

.modal .title .close-icon {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  background: url(/dynamic/images/ic_close001.svg) no-repeat center center;
  background-size: 24px 24px;
}

.modal .contents {
  padding: 16px;
  background-color: #fff;
}

.modal .one-button-row {
  padding: 16px 0;
}

.modal .contents a,
.modal .contents a:visited {
  color: #0D4080;
}

.modal .contents a.link {
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  background: url(/dynamic/images/common_ic000.gif) no-repeat left center;
  text-decoration: underline;
}

.modal .contents a.middle {
  margin-bottom: 20px;
}

.modal .strong {
  font-weight: bold;
}

.modal .one-button-row input,
.modal .one-button-row a.to-close {
  display: block;
  margin: 12px auto 0;
  width: 63%;
  min-width: 210px;
  padding: 12px 0;
  text-align: center;
  border: none;
  box-shadow: 1px 1px 0px #BFBFBF;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.modal .two-button-row {
  text-align: center;
  line-height: 1;
  font-size: 0;
  padding-top: 16px;
}

.modal .two-button-row input,
.modal .two-button-row a.to-close {
  display: inline-block;
  width: 43%;
  text-align: center;
  border: none;
  box-shadow: 1px 1px 0px #BFBFBF;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
}

.modal .one-button-row input:first-child,
.modal .one-button-row a:first-child {
  margin-top: 0;
}

.modal .two-button-row input:first-child,
.modal .two-button-row a:first-child {
  margin-right: 6%;
}

.modal .yellow-button {
  background-color: #FED600;
}

.modal .gray-button {
  background-color: #F6F5F1;
}

div.contents {
  text-align: left;
}