@charset "utf-8";

/* モーダル */
.hide{
  display: none;
}

/* チケット詳細 */
.p-detail__contents_text span {
	line-height: 1.6;
}

.note_wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.p-detail__special_body_tab_item .map_canvas {
	height: 400px !important;
}

/* 購入１ */
.p-purchase__information_select_btn {
	padding: 3rem 1.5rem;
	margin: 4rem 0 3.4rem;
}

/* エラーメッセージ */
.errror-message, .error-message {
  margin-bottom: 0.5rem;
  color: #c63032;
}
.error-message-box {
  border: solid 1px #c63032;
  border-radius: 4px;
  color: #c63032;
  padding: 4px 8px;
  margin: 4px 10%;
  text-align: center;
}

/* 完了メッセージ（カード番号削除時） */
.complete-message {
  border: solid 1px #c63032;
  border-radius: 4px;
  color: #c63032;
  margin: 3%;
  text-align: center;
}

/* 購入ステップの進捗バー（３ステップ） */
.p-purchase__step.__step_01.non_disp_num_select .p-purchase__step_bar {
  width: 33%;
}
.p-purchase__step.__step_03.non_disp_num_select .p-purchase__step_bar {
  width: 66%;
}

/* モーダルウィンドウ */
.modal {
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.l-popup__content_detail_ticket.remove dt::before {
  display: none;
}

/* 停留所時刻表（北鉄以外） */
.section-margin {
  margin: 8px 5%;
}
.text-bold {
  font-weight: bold;
}
.timetable-section #company {
	color: #1D50B7;
	text-decoration: underline;
}
#timetable{
	font-size: 14px;
 	display: block;
 	overflow-x: scroll;
  	-webkit-overflow-scrolling: touch;
}
#timetable table {
	border-collapse: collapse;
}
#timetable.hide{
	display :none;
}

#timetable td{
	border: 1px solid #ababab;
	padding: 5px;
}
#timetable td.title{
	background-color: #2D3E74;
	color: white;
	text-align: center;
 	position: sticky;
 	left: 0;
}
#timetable td.title:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
#timetable tr.timetable-title td{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    height: 150px;
}

/* まちなか交通ガイド　吹き出し */
.map-balloon {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 4px;
}
.map-balloon button {
  margin: 8px 2px;
  /*height: 2rem;*/
}

.map-balloon a {
  color: #af2e45;
  word-break: break-word;
}
.map-balloon a[target="_blank"]::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url("../assets/img/icon/target_blank_red.svg") no-repeat center
    center/contain;
  margin-left: 0.5rem;
}

.balloon-kbn {
	border-radius: 20px;
	padding: 0 8px;
}

.balloon-main {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0.5em;;
}

.color-pink {
	color: #FA709A;
	margin-left: 0.5em;;
}

#dataTableTaxi table {
	border-collapse: collapse;
}

#dataItemTaxi th, #dataItemTaxi td {
	border: solid 1px #E0E0E0;
}

#dataItemTaxi tr:nth-child(odd) {
	background: #e0e9f8;
}

.table-header {
	background: #2f75b5 !important;
	color: #FFF;
}
button.map-machinaka,
button.benefits-btn {
	font-size: inherit;
	color: #fff;
	background: #af2e45;
	border-radius: 4rem;
	padding: 0.2rem 1rem;
}

button.machinori-update {
	border: solid 2px #2f75b5;
	background: #fff;
	color: #2f75b5;
	font-weight: 400;
	width: 70px;
	text-align: left;
}

.balloon-kbn-color {
	background: #d15f66;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.route-kbn-color {
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.fee-kbn {
	border: 1px solid;
	border-color: #E0E0E0;
	font-size: 11px;
	margin: 3px 3px 3px 0;
}

#used-button-area.hide,
#facilityBalloon.hide,
#bikeBalloon.hide {
	display: none;
}

.departure {
	border: solid 1px #E0E0E0;
	padding: 0 3px;
	box-shadow: 0 2px 2px #E0E0E0;
	font-size: 12px;
}

.machinori-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-text:after {
	content: url('../img/machinaka/update.png');
	display: inline-block;
	position: absolute;
}

.margin-left-half {
	margin-left:0.5em;
}

/* 利用できるバス停　吹き出し */
button.map-inner {
  font-size: inherit;
  float: right;
}

/* メンテ画面 */
.section.service {
  padding: 16px;
  font-size: 1.4rem;
}
.p-maintenance img {
  width: 15rem;
  margin: 2rem auto;
}
.p-maintemance a {
	color: #af2e45;
}
.p-maintemance a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url("../assets/img/icon/target_blank_red.svg") no-repeat center
    center/contain;
  margin-left: 0.5rem;
}
.text-center {
  text-align: center;
}
.mainte-back {
	background: #f4f5f7 !important;
}

/* ローディング */
/* ._loading {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 999999;
  background: #f0f5fa;
}
.loaded {
  position: fixed;
  visibility: hidden;
  z-index: 0;
} */


.use-start li {
	line-height: 1.4;
}

.collapsed-element {
  height: 0;
  overflow: hidden;
}
.p-home__tab li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
  color: #4a4a4a;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;/*hcom 修正0.3rem⇒0.1rem*/
  font-weight: 600;
  height: 100%;
}
.p-home__tab li div.active {
  pointer-events: none;
  color: #af2e45;
  border-color: #af2e45;
}
.p-home__tab li div.life span {
  letter-spacing: 0;
}
.p-home__tab li div span {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

.ticket-expiration__line{
  line-height: 0 !important;
}

.note.non-ws-note-scroll-select {
  overflow-y: scroll;
  max-height: 25rem;
}

.questionary_select{
  width: auto !important;
  padding-right: 10px !important;
  height: auto !important;
}

.questionary_text{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1.2rem 1.3rem;
  line-height: 1.6;
  width: 100%;
  letter-spacing: .05em;
  border: 1px solid #a8a8a8;
  border-radius: .4rem;
  font-size: 1.8rem;
  max-width: 100%;
}

.questionary_text:disabled{
  background-color: #eee;
}

.text-gray{
  color: #a8a8a8;
}

.text-1line dt{
    width: 100%;
}
.text-1line .required{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ticket-lang-name{
  font-size: 1.2rem !important;
  font-weight: 100 !important;
}


/* 画面横時 */
.orientation {
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1100;
}

.orientation img {
  width: 160px;
  margin-top: 16px;
  display: inline;
}


.figcaption-title{
  opacity: 1 !important;
}
.figcaption-body{
  top:6rem !important;
  font-size: 1.4rem !important;
}



.y-login {
  position: relative;
}
.yconnect-login {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.qerror{
  margin: 0 0 1rem 20px !important;
}


.c-form__selectbox::before {
  right: 2.7rem;
}


.machinaka_guide_img {
  margin-bottom: 10px;
}
.machinaka_guide_modal {
  margin-top: 10px;
}

/* .p-form__list_machinaka .c-form__list_check.__red input[type="checkbox"] + label::after{
  top: -2.3rem !important;
} */