@charset "UTF-8";

/* -----------------------------------------------
FileName:ekitan.css
----------------------------------------------- */

.reserve {
	display: flex;
	margin: 0 auto;
	width: 200px;
}

.l-reserve {
	margin: 0 auto;
}

.r-reserve {
	margin: 0 auto;
}

.res-btn {
	margin: 5px;
	width: 70px;
	height: 28px;
	background: url(/naritaacs/assets/images/common/keisei_reserve_skyliner-web_design-blue_78x28.png) !important;
}

.mem-btn {
	margin: 5px;
	width: 68px;
	height: 28px;
	background: url(/naritaacs/assets/images/common/keisei_reserve_skyliner-member_design-1_68x28.png) !important;
}

.res-link {
	display: inline-block;
	margin: 5px;
	padding: 4px 8px;
	border-radius: 2px;
	background-color: #1f4fa7;
	color: #ffffff;
}

.timetable-reserve form {
	display: inline-block;
}

.ekltip {
	display: flex;
	align-items: center;
}

.one-train-reserve {
	text-align: center;
	margin: 16px 0 16px 0;
}
.one-train-close {
	margin-top: 20px;
	text-align: center;
}

.license-box {
	text-align: left;
	margin: 16px;
	font-size: 9pt;
}

/* ===== 右固定サイドバー（fixedBanner） ===== */

.fixedBanner {
	position: fixed;
	right: 0;
	top: 18%;
	z-index: 999999;
}

.fixedBanner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fixedBanner ul li {
	display: block;
}

.fixedBanner ul li a img {
	display: block;
	width: auto;
}

@media screen and (max-width: 800px) {
	.fixedBanner {
		display: none;
	}
}

/* Tailwind の #ekContent margin-top:5rem をモバイルで解除（固定ヘッダー分は body padding-top で対応済み） */
@media screen and (max-width: 949px) {
	#ekContent {
		margin-top: 0 !important;
	}
}