.area_caution {
  display: table;
  margin-bottom: 15px;
  color: #c00;
  font-size: 115%;
}
.area_caution span {
  display: table-cell;
}
.area_caution span:first-child {
  padding-right: 5px;
}
.main-menu {
  display: none;
}
/* main visual
--------------------------------*/
#mvBox {
  background-image: url(../images/subpage_mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#mvBox .inner {
  width: 980px;
  position: relative;
  margin: 0 auto;
}
h1 {
  padding: 58px 0;
  text-align: center;
}
h1 img {
  width: 342px;
}
/* contents common
--------------------------------*/
h2 {
  padding: 53px 0;
  color: #fff;
  font-size: 243%;
}
#passBox {
  padding-bottom: 40px;
  background: #fff;
}
#passBox h3 {
  margin: 0 0 30px;
  padding: 24px 0 22px;
  border-top: 2px solid #b30004;
  border-bottom: 2px solid #b30004;
  font-size: 200%;
  text-align: center;
}
.panel_body {
  margin: 0 60px;
}
.cl_red {
  color: #c00 !important;
}
.txt_indent {
  padding-left: 10px;
  text-indent: -10px;
}
.attention_list li {
  margin-bottom: 6px;
  padding-left: 20px;
  text-indent: -20px;
}
.notes_txt {
  margin-bottom: 20px;
  text-align: right;
}
.notes_txt.notes-boxTop {
  margin-bottom: 0;
  color: #fff;
}
/* contents lead
--------------------------------*/
#passBox #leadArea {
  padding: 25px 40px 40px;
  background: url(../images/sec_bg_tile.jpg) repeat-x top, #fff;
}
#passBox #leadArea p.section_ttl {
  padding-bottom: 25px;
  color: #a50001;
  line-height: 1.5;
  font-size: 172%;
}
/* contents price, period
--------------------------------*/
#passBox .mt60 {
  margin-top: 60px;
}
#passBox #infoArea {
  overflow: hidden;
  margin: 0 40px;
}
#passBox #infoArea dl {
  overflow: hidden;
  float: left;
  margin-left: 40px;
  line-height: 1;
  font-size: 115%;
  font-weight: bold;
}
#passBox #infoArea dl > * {
  float: left;
  padding-top: 10px;
  padding-bottom: 9px;
}
#passBox #infoArea dl dt {
  width: 120px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  background: #b30004;
}
#passBox #infoArea dl dd + dt {
  clear: both;
  margin-top: 2px;
}
#passBox #infoArea dl dd + dt + dd {
  margin-top: 2px;
}
#passBox #infoArea table {
  width: 510px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: bold;
}
#passBox #infoArea table tr + tr {
  border-top: 2px solid #fff;
}
#passBox #infoArea table tr > * {
  width: 148px;
  padding: 11px 0 10px;
  line-height: 1;
  text-align: center;
  background: #f7e5e5;
}
#passBox #infoArea table tr > *:first-child {
  font-weight: normal;
}
#passBox #infoArea table tr th {
  color: #fff;
  vertical-align: middle;
  background: #d97f81;
}
#passBox #infoArea table tr th + th,#passBox #infoArea table tr td + td {
  border-left: 2px solid #fff;
}
#passBox #infoArea .attention {
  margin-top: 30px;
}
#passBox #infoArea .attention h4 {
  clear: both;
  margin-bottom: 5px;
  font-weight: bold;
}
#passBox #infoArea .attention_list li span {
  text-decoration: underline;
}
#passBox #infoArea .attention_list li {
  margin-bottom: 7px;
}
#passBox #infoArea .attention .age > li > ul {
  margin-top: 3px;
  padding-left: 15px;
}
#passBox #infoArea .attention .age ul li {
  padding-left: 10px;
  font-weight: normal;
  text-indent: -10px;
}
#passBox #infoArea .attention .age ul li ul {
  padding-left: 2px;
}
#passBox #infoArea .attention .age > li {
  margin-bottom: 4px;
  font-weight: bold;
}
#passBox #infoArea .attention .age {
  margin-top: 12px;
}
/* contents use
--------------------------------*/
#passBox #useArea {
  margin: 60px 40px 0;
}
#passBox #useArea dl {
  padding-top: 20px;
}
#passBox #useArea dl dt {
  margin-bottom: 10px;
  font-size: 129%;
  font-weight: bold;
}
#passBox #useArea dl dd.notes {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 86%;
}
/* ボタン */
#passBox #useArea ul.btnArea_listWrap {
  margin: 10px 0;
  text-align: center;
}
#passBox #useArea #btnArea .notes {
  margin: 10px 0 20px 0;
  line-height: 1.8;
  font-size: 86%;
}
#passBox #useArea ul.btnArea_listWrap {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
#passBox #useArea ul.btnArea_listWrap li {
  display: flex;
  box-sizing: border-box;
  width: 188px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #0473bd;
  zoom: 1;

  align-items: center;
}
#passBox #useArea ul.btnArea_listWrap li.large {
  width: 100%;
  margin-bottom: 9px;
}
#passBox #useArea ul.btnArea_listWrap li:nth-child(n + 5) {
  margin-top: 9px;
}
#passBox #useArea ul.btnArea_listWrap li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  background: url(../images/arrow07.png) no-repeat 10px center;

  justify-content: center;
  align-items: center;
  align-items: center;
}
#passBox #useArea ul.btnArea_listWrap li.large a {
  padding: 20px 0;
}
#passBox #useArea ul.btnArea_listWrap li a i {
  display: inline-block;
  margin-left: 4px;
}
#passBox #useArea ul.bnrArea_listWrap {
  display: flex;
  margin: 10px 0 0;
  text-align: center;

  justify-content: space-between;
}
#passBox #useArea ul.bnrArea_listWrap li + li {
  margin-left: 10px;
}
#passBox #useArea ul.bnrArea_listBenefit .bnr01 {
  width: 460px;
}
#passBox #useArea ul.bnrArea_listBenefit .bnr02 {
  width: 310px;
}
/* ボタン終わり */
#passBox #useArea .about .cl_ticke {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#passBox #useArea .about .txt_indent ul {
  margin-top: 5px;
}
#passBox #useArea .about .txt_indent ul li {
  margin-bottom: 6px;
  padding-left: 10px;
  text-indent: -10px;
}
#passBox #useArea .about .txt_indent > li:first-child {
  margin-bottom: 2px;
}

/* contents how to purchase
--------------------------------*/

#passBox #htpArea .purchasing .row {
  padding-bottom: 20px;
}
#passBox #htpArea .purchasing .row:last-child {
  border-bottom: 0 none;
}
#passBox #htpArea .purchasing .row h4 {
  margin-bottom: 13px;
  color: #c00;
  font-weight: bold;
}
#passBox #htpArea .step > ul > li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 60px;
}
#passBox #htpArea ul.mt6 li {
  margin-top: 8px;
}
#passBox #htpArea .step ul li .lbl {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
#passBox #htpArea .step ul .column-2 {
  display: flex;
}
#passBox #htpArea .step ul .column-2 .column_head {
  white-space: nowrap;
}
#passBox #htpArea h5.heading.style2 {
  margin-bottom: 0 !important;
  padding: 7px;
  background-color: #f2f3f5;
}
#passBox #htpArea h5.heading.style2 span {
  display: block;
  padding-left: 10px;
  border-left: 4px solid #333;
  line-height: 1.2;
}
#passBox #htpArea .payment .card {
  padding: 20px;
  border-top: 1px solid #f2f3f5;
  border-right: 5px solid #f2f3f5;
  border-bottom: 5px solid #f2f3f5;
  border-left: 5px solid #f2f3f5;
}
#passBox #htpArea .card ul ul {
  padding-left: 14px;
}
#passBox #htpArea .card > p {
  margin-top: 15px;
}
#passBox #htpArea .train {
  margin-top: 10px;
}
#passBox #htpArea .train table {
  margin-bottom: 12px;
}
#passBox #htpArea .train table thead th,#passBox #htpArea .train table th {
  width: 12%;
  color: #fff;
  font-weight: bold;
  background-color: #a50001;
}
#passBox #htpArea .train table thead td {
  background-color: #faf8bb;
}
#passBox #htpArea .train table thead .bg_train {
  background-color: #f8d6d6;
}
#passBox #htpArea .train table thead .bg_ferry {
  background-color: #bfe2f4;
}
#passBox #htpArea .train table tbody td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
#passBox #htpArea .train table th,.train table td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
#passBox #htpArea .reservation {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
#passBox #htpArea .reservation .application {
  margin-bottom: 10px;
  padding: 20px;
  background: #fafbbb;
}
#passBox #htpArea .application .caution {
  margin-bottom: 15px;
  color: #c00;
}
#passBox #htpArea .application .setouchi_area {
  width: 68.88889%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
#passBox #htpArea .application .setouchi_area a {
  display: block;
  padding: 20px 0;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  text-decoration: none;
  background-color: #0473bd;
}
#passBox #htpArea .application .setouchi_area a span {
  background: linear-gradient(transparent 80%, #ff6000 0%);
}
#passBox #htpArea .application .setouchi_area a,#passBox #htpArea .application .btn_app li,#passBox #htpArea .btn_primary a {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  zoom: 1;

  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Color=#CCCCCC), progid:DXImageTransform.Microsoft.Chroma(Color='#FFFFFF');
}
#passBox #htpArea .application .btn_app {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
}
#passBox #htpArea .application .btn_app ul li {
  display: inline-block;
  width: 250px;
  margin: 0 3px 5px;
  padding: 0 20px;
  border: #a50001 solid 2px;
  background-color: #fff;
}
#passBox #htpArea .application .btn_app ul li a {
  display: block;
  padding: 10px 0;
  color: #a50001;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/arrow07.png) no-repeat 0 center;
}
#passBox #htpArea {
  margin: 60px 40px 0;
}
#passBox #htpArea dl dt {
  margin-bottom: 15px;
  padding: 10px 0;
  color: #fff;
  line-height: 1;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  background: #000;
}
#passBox #htpArea dl dd + dt {
  margin-top: 34px;
}
#passBox #htpArea dl dd {
  overflow: hidden;
}
#passBox #htpArea dl dd small {
  line-height: 2;
  font-size: 86%;
}
/* contents secondary-traffic
--------------------------------*/
#passBox #trafficArea {
  margin: 60px 40px 0;
}


div.train ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}



/* ポップアップ注意喚起 */
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;

  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);
}

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