@charset "UTF-8";
/*------------------------------------------------------------
  ** 外部連携ページ
------------------------------------------------------------*/
/*------------------------------
  ** ラッパー
------------------------------*/
.content-wrap {
  box-sizing: border-box;
  margin: 0 auto 80px;
  padding: 0 10px;
  max-width: 1120px;
}

@media screen and (max-width: 767px) {
  .content-wrap {
    margin-bottom: 50px;
  }
}

/*------------------------------
  ** インナー
------------------------------*/
@media screen and (max-width: 767px) {
  .content-inner {
    margin: 0 10px;
  }
}

/*------------------------------
  ** 見出し：レベル2
------------------------------*/
.heading-level2 {
  margin-bottom: 45px;
  padding: 0 0 10px 13px;
  border-bottom: 1px solid #ccc;
  font-size: 2.8rem;
  color: #0068B7;
}

@media screen and (max-width: 767px) {
  .heading-level2 {
    margin-bottom: 25px;
    padding: 0 0 5px 10px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

/*------------------------------
  ** 見出し：レベル3
------------------------------*/
.heading-level3, .c-heading-style3 {
  margin-bottom: 30px;
  padding: 12px 15px;
  font-size: 2.2rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-left: 3px solid #0068B7;
}

@media screen and (max-width: 767px) {
  .heading-level3, .c-heading-style3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/*------------------------------
  ** 見出し：レベル4
------------------------------*/
.heading-level4 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 2.0rem;
}

.heading-level4:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #0068B7;
}

@media screen and (max-width: 767px) {
  .heading-level4 {
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

/*------------------------------
  ** 段落：レベル1
------------------------------*/
.content-box {
  margin-bottom: 60px;
}

.content-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-box {
    margin-bottom: 40px;
  }
}

/*------------------------------
  ** 段落：レベル2
------------------------------*/
.content-box-2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .content-box-2 {
    margin-bottom: 40px;
  }
}

/*------------------------------
  ** 段落：レベル3
------------------------------*/
.content-box-3 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .content-box-3 {
    margin-bottom: 30px;
  }
}

/*------------------------------
  ** テキスト
------------------------------*/
.text-box {
  font-size: 16px;
  line-height: 2;
}

.text-box + * {
  margin-top: 40px;
}

.text-box p {
  margin-bottom: 30px;
}

.text-box p a {
  text-decoration: underline;
}

.text-box p a:hover {
  text-decoration: none;
}

.text-box:last-child {
  margin-bottom: 0;
}

.text-box__large {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .text-box + * {
    margin-top: 30px;
  }
  .text-box p {
    margin-bottom: 20px;
  }
}

/*------------------------------
  ** テキストリンク
------------------------------*/

.shift_rn .content-wrap a:not(.basic-button) {
  text-decoration: underline;
}

.shift_rn .content-wrap a:hover {
  text-decoration: none;
}

/*------------------------------
  ** リスト：バレットマーク
------------------------------*/
.list {
  margin-top: 20px;
}

.list:first-child {
  margin-top: 0;
}

.list-item {
  position: relative;
  padding-left: 1.0em;
  line-height: 1.8;
  /* A */
}

.list-item::before {
  position: absolute;
  left: calc(0.5em - 3px / 2);
  /* 0.5em - B / 2 */
  top: calc(0.5em * 1.8 - 3px / 2);
  /* 0.5em * A - C / 2 */
  content: '';
  width: 3px;
  /* B */
  height: 3px;
  /* C */
  border-radius: 50%;
  background-color: #1A1A1A;
}
.font-red .list-item::before {
  background-color:#9a2414;
}

.list-item:last-child {
  margin-bottom: 0;
}

.list-item a {
  text-decoration: underline;
}

.list-item a:hover {
  text-decoration: none;
}

/*------------------------------
  ** リスト：※マーク
------------------------------*/
.attention-list {
  margin-top: 20px;
}

.attention-list:first-of-child {
  margin-top: 0;
}

.attention-list-item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .attention-list-item {
    line-height: 1.4;
  }
}

.attention-list-item::before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-align: right;
}

.list .attention-list-item::before {
  margin-left: -4px;
}

/*------------------------------
  ** テーブル
------------------------------*/
.basic-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}

.radio-box-wrap + .basic-table {
  margin-top: 41px;
}

.basic-table caption {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.basic-table th {
  padding: 16px 20px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
  width: 120px;
}

.basic-table td {
  padding: 16px 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}

.basic-table td a {
  text-decoration: underline;
}

.basic-table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .basic-table {
    font-size: 16px;
  }
  .radio-box-wrap + .basic-table {
    margin-top: 31px;
  }
  .basic-table thead,
  .basic-table tbody,
  .basic-table tr,
  .basic-table th,
  .basic-table td {
    display: block;
    width: 100%;
  }
  .basic-table th {
    margin-top: -1px;
    padding: 10px 16px;
    text-align: left;
  }
  .basic-table td {
    margin-top: -1px;
    padding: 10px 16px;
  }
}

/*------------------------------
  ** ボタンレイアウト
------------------------------*/
/*-- 単体版 --*/
.basic-button-wrap {
  margin: 0 auto;
  max-width: 432px;
}

/*-- 1行2列版 --*/
.button-list--two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .button-list--two {
    display: block;
  }
}

.button-list--two .button-list-item {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .button-list--two .button-list-item {
    width: 100%;
  }
}

.button-list-item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button-list-item {
    margin-top: 30px;
  }
  .button-list-item:first-child() {
    margin-top: 0;
  }
}

/*-- ボタンリスト全体につく注意リスト --*/
.button-list-attention {
  margin-top: 10px !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button-list-attention {
    text-align: left;
  }
}

.button-list-attention .button-list-item {
  display: inline-block;
}

/*-- ボタンリスト単体につく注意リスト --*/
.button-attention {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .button-attention .attention-list-item {
    text-align: left;
  }
}

/*------------------------------
  ** ボタン
------------------------------*/
.basic-button {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 18px 10px 18px 40px;
  border: 2px solid #0068B7;
  border-radius: 5px;
  background-color: #0068B7;
  box-shadow: 1px 2px 0 #0f4670;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.basic-button:before {
  content: '';
  display: block;
  left: 18px;
  top: 0;
  position: absolute;
  margin-right: 5px;
  width: 8px;
  height: 100%;
  background-image: url("/railroad/kankoutrain/assets/img/reservation/arrow-right-icon--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.basic-button:hover {
  background-color: #fff;
  border-bottom: 2px solid #0f6099;
  color: #0f6099 !important;
  box-shadow: none;
}

.basic-button:hover:before {
  background-image: url("/railroad/kankoutrain/assets/img/reservation/arrow-right-icon--blue.svg");
}

.basic-button:hover:visited {
  color: #0f6099;
}

.basic-button:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .basic-button {
    padding: 12px 10px 12px 30px;
    font-size: 1.4rem;
  }
  .basic-button:before {
    left: 15px;
    width: 6px;
    background-size: 6px 10px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .basic-button {
  padding: 18px 10px 13px 40px;
}

/* 非活性ボタン */
.basic-button--disabled {
  border: 2px solid #999;
  background-color: #999;
  box-shadow: 1px 2px 0 #666;
  cursor: auto;
}

.basic-button--disabled:hover {
  color: #FFF !important;
  border: 2px solid #999;
  background-color: #999;
  box-shadow: 1px 2px 0 #666;
}

.basic-button--disabled::before {
  background-image: url("/railroad/kankoutrain/assets/img/reservation/arrow-right-icon--white.svg") !important;
}

/* 戻るボタン */
.basic-button--back {
  max-width: 240px;
  color: #1A1A1A !important;
  border: 2px solid #CCC;
  background-color: #CCC;
  box-shadow: 1px 2px 0 #777;
}

.basic-button--back:hover {
  color: #1A1A1A !important;
  border: 2px solid #999;
}

.basic-button--back::before {
  background-image: url("/railroad/kankoutrain/assets/img/reservation/arrow-left-icon--black.svg") !important;
}

/*------------------------------
  ** フォームパーツ：プルダウン
------------------------------*/
.select-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.select-item {
  position: relative;
  margin-right: 20px;
}

.select-item:last-child {
  margin-right: 0;
}

.select-item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 35px;
  height: 100%;
  border-left: 1px solid #DCDCDC;
  background-image: url("/railroad/kankoutrain/assets/img/reservation/arrow-bottom-icon--black.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px ) {
  .select-station {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .select-item {
    width: 100%;
  }
}

.select-parts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 12px 50px 12px 15px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .select-parts {
    font-size: 16px;
  }
  .select-group--date {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .select-year {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .select-month,
  .select-day,
  .select-hour,
  .select-minute {
    width: calc(50% - 10px);
    margin-bottom: 16px;
  }
}

/*------------------------------
  ** フォームパーツ：ラジオボタン
------------------------------*/
.radio-box-wrap .radio-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.radio-box + .radio-box {
  margin-left: 16px;
}

.radio-box-wrap .radio-box input {
  margin-top: 0;
}

.radio-box__label {
  vertical-align: middle;
}

/*------------------------------
  ** 非表示
------------------------------*/
.is-none {
  display: none !important;
}

/*------------------------------------------------------------
  ** ページ固有
------------------------------------------------------------*/
.content-wrap * {
  box-sizing: border-box;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content-wrap a {
  color: #0068B7;
}

.content-wrap select::-ms-expand {
  display: none;
}

/* 2021 0906 更新作業 */
[aria-hidden = 'true'] {
  display: none;
}

[for^="radio-box"],
[type="radio"],
[type="checkbox"] {
  cursor: pointer;
}

/*------------------------------
  ** 会員・非会員切り替えボタン
------------------------------*/
.tab-change__buttun {
  border-bottom: 1px solid #0068B7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.tab-change__buttun button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #0068b7;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #0068B7;
  border-bottom: none;
  margin: 0;
}

.tab-change__buttun button.is-active {
  background: #fff;
  border-bottom: 1px solid #ffffff;
  color: #0068b7;
  margin-bottom: -1px;
}

@media screen and (max-width: 670px) {
  .tab-change__buttun button {
    font-size: 1.4rem;
  }
}

/* 共通カレンダー打ち消し用 */
.c-section-box.-inner-level2 {
  margin-block-start: 0;
}

/*------------------------------
  ** 座席表での選び方
------------------------------*/

.seat-box + .seat-box {
  margin-top: 40px;
}

.text-box + .seat-box {
  margin-top: 30px;
}

.seat-box.-arrow {
  margin-top: 20px;
}

.seat-box.-arrow::before {
  content: '';
  display: block;
  width: 63px;
  height: 23px;
  background-color: #C0DFFE;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-inline: auto;
  margin-bottom: 20px;
}

.seat-box__heading {
  font-size: 16px;
  margin-bottom: 20px;
}

.seat-box__image {
  display: block;
  margin-inline: auto;
}

.seat-box__caption {
  font-size: 14px;
}

/*------------------------------
  ** ご利用設備
------------------------------*/
.facility-cell {
  width: 140px;
}

.radio-box--facility {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  font-size: 1.6rem;
}

.radio-box--facility .radio-box__input {
  position: relative;
  top: -3px;
  margin-right: 5px;
  line-height: 1.6;
}

.radio-box--facility .radio-box__label {
  font-weight: bold;
}
