@charset "UTF-8";
.floatBnr {
  position: fixed;
  right: 8%;
  bottom: 0;
  z-index: 999;
}

.floatBnr img {
  border-radius: 4px;
}

/**/
.pass_attention {
  margin-bottom: 20px;
  padding: 10px 13px;
  border: 3px solid #c20000;
  background: #fff;
}

.pass_attention .attention_txt {
  padding: 0 !important;
  color: #c20000;
  line-height: 1.43;
  font-size: 16px !important;
}

.pass_attention .attention_txt.center {
  text-align: center;
}

.pass_attention .attention_txt a {
  text-decoration: underline;
}

.pass_attention .attention_txt a:hover {
  text-decoration: none;
}

.pass_attention .attention_txt li {
  margin-left: 1em;
  text-indent: -1em;
}

h3.title.price_title {
  position: relative;
  padding: 5px 5px 5px 20px !important;
  color: #000;
  background: #ffd6d6;
}

h3.title.price_title.oct {
  color: #c00;
}

h3.title.price_title:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -3px;
  background: #000;
  content: "";
}

h3.title.price_title.oct:before {
  background: #c00;
}

h3.title.price_title a {
  color: #c00;
}

.tax_archive_ttl {
  width: 980px;
  margin: 0 auto;
  padding: 18px 0 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #c20000;
}

.refundsTicket {
  display: block;
  margin: 20px 0 30px;
  text-align: center;
}

#routes.panel_default p.btn.btn_kyotoVehicle {
  background: #ce7b2b;
}

/* 料金表上注釈 ここから */
.before_attentionTxt,.after_attentionTxt {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-bottom: 5px;
  padding: 14px 10px !important;
  line-height: 1.3;
  font-size: 22px !important;
  font-weight: bold;

  align-items: center;
}

.before_attentionTxt {
  color: #c00;
  background: #ffd6d6;
}

.after_attentionTxt {
  margin-top: 40px;
  color: #fff;
  background-color: #bb0c0c;
}

/* 料金表上注釈 ここまで */
/* ポップアップ注意喚起 */
body.noscroll {
  overflow: hidden;
}

.popup_container {
  display: flex;
  visibility: hidden;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
  z-index: 1000;

  align-items: center;
  justify-content: center;
}
.popup_container.active {
  visibility: visible;
  opacity: 1;
}
.popup_container button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup_container .popup_close {
  max-width: 360px;
  width: 100%;
  padding: 21px 0 18px;
  color: #0473bd;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.popup_box {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 30px 50px;
  vertical-align: middle;
  background-color: #0473bd;
}

.popup_txt {
  margin-bottom: 38px;
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}

/* ポップアップ注意喚起 ここまで */
/* 座席指定のモーダルウィンドウ */
.seatDetails_container {
  display: flex;
  visibility: hidden;
  overflow: auto;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 20px;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
  z-index: 1000;

  align-items: center;
  justify-content: center;
}
.seatDetails_container.active {
  visibility: visible;
  opacity: 1;
}

.seatDetails_body {
  display: inline-block;
  max-width: 980px;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.seatDetails_content .scroll_wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 980px;
  margin: 0 auto;
}
.seatDetails_content .caption_wrap {
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
.seatDetails_content .table_ttl {
  color: #0272bd;
  font-size: 22px;
  font-weight: bold;
}
.seatDetails_content .table_note {
  color: #f00;
  font-size: 16px;
}
.seatDetails_content table {
  border: 3px solid #0473bd;
  color: #333;
  line-height: 1.375;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  background-color: #fff;
}
.seatDetails_content table th,.seatDetails_content table td {
  padding: 10px;
  border-right: 1px solid #79aee2;
  vertical-align: middle;
}
.seatDetails_content table th:last-child,.seatDetails_content table td:last-child {
  border-right: none;
}
.seatDetails_content table tr.border th,.seatDetails_content table tr.border td {
  border-bottom: 1px solid #79aee2;
}
.seatDetails_content table td span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 50%;
  color: transparent;
}
.seatDetails_content table td span sup {
  position: absolute;
  top: -0.4em;
  right: -0.7em;
  color: #000;
  font-size: 105%;
}
.seatDetails_content table .table_head th {
  color: #fff;
  font-size: 20px;
  background-color: #0473bd;
}
.seatDetails_content table .table_head th:first-child {
  min-width: 320px;
}
.seatDetails_content table .table_head th:nth-child(2) {
  min-width: 214px;
}
.seatDetails_content table .table_head th:nth-child(3) {
  min-width: 1100px;
  padding-left: 140px;
  text-align: left;
}
.seatDetails_content table .th_areaName {
  min-width: 100px;
  color: #fff;
  background-color: #3f91d0;
}
.seatDetails_content table .th_trainType {
  min-width: 150px;
}
.seatDetails_content table .trainName,.seatDetails_content table .trainName + td {
  text-align: left;
}
.seatDetails_content table .bg_color th:not(.th_trainType),.seatDetails_content table .bg_color td {
  background-color: #ebf3fb;
}
.seatDetails_content button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.seatDetails_content .modal_closeBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  cursor: pointer;
}
.seatDetails_content .modal_closeBtn::before,.seatDetails_content .modal_closeBtn::after {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #000;
  content: "";
}
.seatDetails_content .modal_closeBtn::before {
  transform: rotate(45deg);
}
.seatDetails_content .modal_closeBtn::after {
  transform: rotate(-45deg);
}

/* 座席指定のモーダルウィンドウ ここまで */