@charset "UTF-8";
/*----------
	大人の休日倶楽部　大人の休日倶楽部パス用CSS
----------*/
/* ot9pass_pass */
.ot9pass_pass.ot9pass_pass-jreast .ot9_secbg::before {
  background-color: #e4fbea;
}
.ot9pass_pass.ot9pass_pass-jreast .ot9_ttl-bg {
  background-color: var(--color-theme-main);
}
.ot9pass_pass.ot9pass_pass-easthkd .ot9_secbg::before {
  background-color: #dfedf9;
}
.ot9pass_pass.ot9pass_pass-easthkd .ot9_ttl-bg {
  background-color: #005094;
}
.ot9pass_pass.ot9pass_pass-hkd .ot9_secbg::before {
  background-color: #fceedb;
}
.ot9pass_pass.ot9pass_pass-hkd .ot9_ttl-bg {
  background-color: #e58100;
}
.ot9pass_pass .ot9pass_passFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ot9pass_pass .ot9pass_passBox {
  width: calc((100% - 20px) / 2);
}
.ot9pass_pass .ot9pass_passAreaButton {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.ot9pass_pass .ot9pass_passAreaButtonIcon {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 751px) {
  .ot9pass_pass .ot9pass_passAreaButtonIcon {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.ot9pass_pass .ot9pass_passRouteLineListItem {
  padding-left: 38px;
  position: relative;
}
.ot9pass_pass .ot9pass_passRouteLineListItem::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 33px;
  height: 4px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-tohoku::before {
  background-image: url(/otona/clubpass/img/icon_line.png);
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-hkd::before {
  background-image: url(/otona/clubpass/img/icon_line-hkd.png);
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-jreast::before {
  top: 0.7em;
  height: 3px;
  background-color: #00b104;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-jrwest::before {
  top: 0.7em;
  height: 3px;
  background-color: #036eb8;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-jrhkd::before {
  top: 0.7em;
  height: 3px;
  background-color: #005094;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-seven::before {
  top: 0.8em;
  background-image: linear-gradient(to right, #333333 4px, transparent 4px);
  background-size: 6px 2px;
  background-position: left center;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-irishikawa::before {
  top: 0.7em;
  height: 3px;
  background-color: #b28247;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-hapilinefukui::before {
  top: 0.7em;
  height: 3px;
  background-color: #91b821;
}
.ot9pass_pass .ot9pass_passRouteLineListItem.ot9pass_passRouteLineListItem-ainokazetoyama::before {
  top: 0.7em;
  height: 3px;
  background-color: #e61673;
}
.ot9pass_pass .ot9pass_passRouteLineListItem + .ot9pass_passRouteLineListItem {
  margin-top: 14px;
}

/* ot9pass_detail */
.ot9pass_detailSec + .ot9pass_detailSec {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d0d0c1;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detailSec + .ot9pass_detailSec {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.ot9pass_detailSec .ot9_ttlOuter-s {
  margin-bottom: 14px;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detailSec .ot9_ttlOuter-s {
    margin-bottom: 23px;
  }
}

@media only screen and (min-width: 751px) {
  .ot9pass_detail-Dl {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ot9pass_detail-DlBox + .ot9pass_detail-DlBox {
  margin-top: 20px;
}

.ot9pass_detail-Dd {
  margin-top: 15px;
}

@media only screen and (min-width: 751px) {
  .ot9pass_detail-purchaseSec {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ot9pass_detail-purchaseSec + .ot9pass_detail-purchaseSec {
  margin-top: 11px;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detail-purchaseSec + .ot9pass_detail-purchaseSec {
    margin-top: 19px;
  }
}

.ot9pass_detail-purchaseSecTtl {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detail-purchaseSecTtl {
    text-align: center;
    font-size: 1.8rem;
  }
}

.ot9pass_detail-purchaseSecList {
  margin-left: 1em;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detail-purchaseSecList {
    margin-left: 0;
  }
}

.ot9pass_detail-purchaseNoteList {
  margin-top: 11px;
}
@media only screen and (min-width: 751px) {
  .ot9pass_detail-purchaseNoteList {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
  }
}

/* ot9pass_tab */
.ot9pass_tab .ot9pass_tabList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
}
.ot9pass_tab .ot9pass_tabListItem {
  width: calc((100% - 4px) / 3);
}
.ot9pass_tab .ot9pass_tabListItemLink {
  display: block;
  font-size: min(3.1818181818vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #dddddd;
  transition: 0.3s;
}
.ot9pass_tab .ot9pass_tabListItemLink:hover {
  border-color: var(--color-theme-main);
}
.ot9pass_tab .ot9pass_tabListItemLink.current {
  pointer-events: none;
  color: var(--color-theme-main);
  border-color: var(--color-theme-main);
}

/*----------
	大人の休日倶楽部　北陸フリーきっぷ用CSS
----------*/
.ot9pass_pass.hokurikufree .ot9_secbg::before {
  background-color: #efe7fc;
}
.ot9pass_pass.hokurikufree .ot9_ttl-bg {
  background-color: #63409d;
}

.hokurikufree_detail_wrap {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_detail_wrap {
    max-width: 490px;
    margin-bottom: 80px;
  }
}

.hokurikufree_priceOuter {
  width: 100%;
  display: block;
}

.hokurikufree_routeOuter {
  width: 100%;
  height: auto;
}

.hokurikufree_routeTextOuter {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.hokurikufree_routeText {
  width: calc((100% - 40px) / 2);
  background-color: #ffffff;
  border-radius: 20px;
  font-size: clamp(10px, 3.5vw, 16px);
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hokurikufree_routeText-plus {
  width: 24px;
  position: relative;
  visibility: hidden;
}
.hokurikufree_routeText-plus::before {
  visibility: visible;
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #63409d;
}
.hokurikufree_routeText-plus::after {
  visibility: visible;
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #63409d;
}

.hokurikufree_priceListOuter {
  margin-top: 6px;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_priceListOuter {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.hokurikufree_priceList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hokurikufree_priceListTerm {
  width: 60%;
  font-size: 1.4rem;
  text-align: left;
  border-bottom: 1px solid #63409d;
  padding-top: 10px;
  padding-bottom: 6px;
}

.hokurikufree_priceListDesc {
  width: 40%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #63409d;
  padding-top: 10px;
  padding-bottom: 6px;
}

.hokurikufree_priceAttentionOuter {
  margin-top: 10px;
  font-size: 1.4rem;
}

.hokurikufree_takeTrainOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

.hokurikufree_takeTrainWrapper {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_takeTrainWrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.hokurikufree_takeTrainAreaList {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.hokurikufree_takeTrainAreaListItem {
  width: 100%;
  height: auto;
  display: block;
}
.hokurikufree_takeTrainAreaListItem.shutokenArea {
  order: 1;
}
.hokurikufree_takeTrainAreaListItem.hokurikuArea {
  order: 3;
}
.hokurikufree_takeTrainAreaListItem.supplement {
  order: 2;
}

.hokurikufree_takeTrainStationList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

.hokurikufree_takeTrainStationTerm {
  width: 17.5%;
  min-width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #63409d;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_takeTrainStationTerm {
    width: 30%;
    min-width: auto;
  }
}

.hokurikufree_takeTrainStationDesc {
  width: 82.5%;
  min-width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 4.848484%;
  padding-right: 4.848484%;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_takeTrainStationDesc {
    width: 70%;
    min-width: auto;
  }
}

.hokurikufree_takeTrainSupplementOuter {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.hokurikufree_takeTrainSupplementTextOuter {
  width: fit-content;
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17.5%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 73px;
  background-image: url(/otona/hokurikufree/img/icon_arrow_roundtrip.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 54px 40px;
}
@media only screen and (min-width: 751px) {
  .hokurikufree_takeTrainSupplementTextOuter {
    margin-left: 30%;
  }
}

.hokurikufree_takeTrainSupplementText {
  background-color: #63409d;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 6px;
  position: relative;
}
.hokurikufree_takeTrainSupplementText::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  bottom: 1px;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #63409d;
  border-left: 0;
}

.ot9pass_passFlex.hokurikufree {
  display: block;
}
@media only screen and (min-width: 751px) {
  .ot9pass_passFlex.hokurikufree {
    display: flex;
    justify-content: center;
  }
}
.ot9pass_passFlex .ot9pass_passBox.ot9pass_passArea {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .ot9pass_passFlex .ot9pass_passBox.ot9pass_passArea {
    width: calc((100% - 20px) / 2);
  }
}
.ot9pass_passFlex .ot9pass_passBox.ot9pass_passRoute {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ot9pass_passFlex .ot9pass_passBox.ot9pass_passRoute {
    width: calc((100% - 20px) / 2);
    margin-top: 0;
  }
}