@charset "Shift_JIS";

/*==============================

		/fare/2017w/

==============================*/
.l-content {
	background: #242424;
}
.l-content-head {
	display: block;
}
.l-content-body {
	padding-left: 0;
	padding-right: 0;
}
.mainCont {
	margin-top: 0;
}
.w1000 {
	font-size: 15px;
	line-height: 1.3;
	max-width: 1000px;
	margin: 0 auto;
}

.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}

/*--------------------------------------------------
		notices
--------------------------------------------------*/
.notices {
	padding: 20px 0;
	text-align: center;
}
.notices div {
	text-align: left;
	display: inline-block;
}
.notices p {
	display: inline-block;
	vertical-align: middle;
}
.notices .icon {
	margin-top: 0;
	font-size: 66%;
	padding: .5em 1em;
	line-height: 1;
}
.notices .icon:after {
	right: -1.95em;
	border: calc(2em/2) solid transparent;
	border-left-color: #7c7c7c;
}
.notices .txt {
	display: block;
	font-size: 95%;
	border-bottom: none;
	text-decoration: underline;
	margin-top: .5em;
}

/*--------------------------------------------------
		section
--------------------------------------------------*/
.section {
	padding: 0 10px;
}
.section+.section {
	margin-top: 40px;
}
.section .title {
	font-size: 3.8vw;
	line-height: 1.5;
	height: auto;
	font-weight: normal !important;
	padding: .5em 0;
	margin-bottom: 10px;
	background: #000000;
	text-align: center;
	color: white;
}
.section .title span {
	color: #ff0000;
}

.commingsoon {
	padding-top: 3em;
	padding-bottom: 3em;
	background: #bdbdbd;
	color: white;
	text-align: center;
	font-size: 95%;
	line-height: 1;
}

/*--------------------------------------------------
		sec01
--------------------------------------------------*/

#sec01 {
	margin-bottom: 40px;
}
#sec01 .period {
	text-align: center;
	font-size: 95%;
	line-height: 1.7;
	margin-bottom: 1em;
}
#sec01 .period dd {
	text-align: center;
	margin-bottom: .5em;
}
#sec01 .period dd.sml01 {
	font-size: 95%;
}
#sec01 .min-fare__info {
	margin-bottom: 1em;
}

.block-title {
	margin-bottom: .5em;
	text-indent: -.5em;
	font-size: 95%;
	font-weight: normal !important;
}
.line {
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 1em;
}

.fare ul, .timetable ul {
	margin-right: 0;
}
.fare li, .timetable li {
	display: inline-block;
	width: 48.5%;
	letter-spacing: 0;
	margin-right: 3%;
	margin-bottom: 3%;
	font-feature-settings: 'palt';
}
.fare li:nth-child(3n), .timetable li:nth-child(3n) {
	margin-right: 3%;
}
.fare li:nth-child(2n), .timetable li:nth-child(2n) {
	margin-right: 0;
}
.fare a, .timetable a {
	position: relative;
	background: #202020;
	color: white;
	display: block;
	padding: 1em;
	border-radius: 5px;
	text-decoration: none !important;
	font-size: 76%;
}
.fare a:after, .timetable a:after {
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	border: .3em solid transparent;
	border-left: .6em solid #ffffff;
}
.fare a span, .timetable a span {
	font-size: 114.5%;
}

.timetable a {
	background: #444444;
}

/*--------------------------------------------------
		sec02
--------------------------------------------------*/

#sec02 {
	margin-bottom: 40px;
}
#sec02 .title {
	background: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
}
#sec02 .btn-group {
	padding: 1.8em;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
#sec02 .btn-caption {
	margin-top: .5em;
}
#sec02 .commingsoon {
	padding-top: 3em;
	padding-bottom: 3em;
	margin-bottom: -1.5em;
}

.btn {
	display: inline-block;
	background: #202020;
	padding: 3px;
	border-radius: 5px;
	font-size: 145%;
	width: 43%;
	min-width: 15em;
}
.btn a {
	display: block;
	position: relative;
	background: #202020;
	text-decoration: none !important;
	color: white;
	border: 1px solid white;
	padding: .55em 1em;
	padding-right: 2em;
	border-radius: 5px;
	min-width: 15em;
	width: 100%;
	text-align: center;
	box-sizing: border-box !important;
}
.btn a:after {
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	border: 6px solid transparent;
	border-left: 12px solid #ffffff;
}

/*--------------------------------------------------
		sec03
--------------------------------------------------*/

#sec03 {
	margin-bottom: 40px;
}
#sec03 .txt {
	font-size: 95%;
	line-height: 1.75;
	margin-bottom: 1.5em;
	font-feature-settings: 'palt';
}
#sec03 .txt br {
	display: none;
}
#sec03 .caption {
	font-size: 95%;
}


/*--------------------------------------------------
		sec04
--------------------------------------------------*/

#sec04 {
	margin-bottom: 40px;
}
#sec04 .txt {
	font-size: 3.4vw;
	margin-bottom: .5em;
	text-align: center;
	font-weight: normal;
}

/*--------------------------------------------------
		sec05
--------------------------------------------------*/

#sec05 .block01 {
	margin: 0 auto 90px;
	text-align: center;
}




