@charset "UTF-8";
.ticketNavi {}

.ticketNavi_list {
	list-style: none;
}

.ticketNavi_list > li {
	width: 49%;
	margin-left: 2%;
	float: left;
}

.ticketNavi_list > li:first-child {
	margin-left: 0;
}

.ticketNavi_list > li:nth-child(2n) {}

.ticketNavi_list > li > a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	padding: 10px 10px;
	font-size: 20px;
	color: inherit;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.ticketNavi_list > li > a:hover {
	background: #0086D7;
	color: #fff;
	border-color: #0086D7;
}

.ticketNavi_list > li > a:before {}

.ticketNavi_list > li > a:after {}

.ticketNavi_list > li > a.-current {
	background: #0086D7;
	color: #fff;
	border-color: #0086D7;
	cursor: default;
}

.ticketNavi_list > li > a.-current:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border: 15px solid #0086D7;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
}

.cards {
	margin: 1em 0;
}

.cards_title {}

.cards_image {}

.cards_image > img {}

.mark {
	padding: 10px 10px 10px 210px;
	background: #eee;
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.mark_title {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	line-height: 1;
	max-width: 200px;
	top: 50%;
	left: 10px;
	margin-top: -7px;
}

.mark_list {
	font-size: 13px;
	list-style: none;
}

.mark_list > li {
	display: inline-block;
	margin-right: 1em;
	padding: 3px 0;
}

.mark_list > li:first-child {}

.mark_list > li:nth-child(2n) {}

.mark_list > li > img {
	width: 20px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}


/* タブレット以下設定 */

@media screen and (max-width:989px) {
	.ticketNavi {}
	
	.ticketNavi_list {}
	
	.ticketNavi_list > li {}
	
	.ticketNavi_list > li:first-child {}
	
	.ticketNavi_list > li:nth-child(2n) {}
	
	.ticketNavi_list > li > a {
		padding: 8px 8px;
		font-size: 18px;
	}
	
	.ticketNavi_list > li > a:hover {}
	
	.ticketNavi_list > li > a:before {}
	
	.ticketNavi_list > li > a:after {}
	
	.ticketNavi_list > li > a.-current {}
	
	.ticketNavi_list > li > a.-current:after {}
	
	.cards {}
	
	.cards_title {}
	
	.cards_image {}
	
	.cards_image > img {}
	
	.mark {
		padding-left: 150px;
		margin-bottom: 30px;
	}
	
	.mark_title {
		max-width: 150px;
	}
	
	.mark_list {
		font-size: 12px;
	}
	
	.mark_list > li {}
	
	.mark_list > li:first-child {}
	
	.mark_list > li:nth-child(2n) {}
	
	.mark_list > li > img {
		width: 16px;
	}
}


/* スマホ設定 */

@media screen and (max-width:699px) {
	.ticketNavi {}
	
	.ticketNavi_list {}
	
	.ticketNavi_list > li {}
	
	.ticketNavi_list > li:first-child {}
	
	.ticketNavi_list > li:nth-child(2n) {}
	
	.ticketNavi_list > li > a {
		font-size: 13px;
		padding: 7px 5px;
	}
	
	.ticketNavi_list > li > a:hover {}
	
	.ticketNavi_list > li > a:before {}
	
	.ticketNavi_list > li > a:after {}
	
	.ticketNavi_list > li > a.-current {}
	
	.ticketNavi_list > li > a.-current:after {
		border-width: 10px;
		bottom: -20px;
		margin-left: -10px;
	}
	
	.cards {}
	
	.cards_title {}
	
	.cards_image {}
	
	.cards_image > img {}
	
	.mark {
		padding: 10px 10px;
		margin-bottom: 25px;
	}
	
	.mark_title {
		max-width: none;
		position: static;
		font-size: 14px;
		line-height: 1.2;
		margin: 0 0 5px;
	}
	
	.mark_list {
		font-size: 11px;
	}
	
	.mark_list > li {}
	
	.mark_list > li:first-child {}
	
	.mark_list > li:nth-child(2n) {}
	
	.mark_list > li > img {
		width: 12px;
	}
}