@charset "Shift_JIS";

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

		/fare/2017w/

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

.l-content {
	overflow: hidden;
	background: #000;
}
.l-content-head {
	display: none;
}
.m-nav-breadcrumb a {
	color: white;
}

.mainCont {
	overflow: hidden;
	margin: 25px 0;
	background: white;
}
.pageTopBox {
	font-size: 13px;
}
.w1000 {
	font-size: 15px;
	line-height: 1.3;
	max-width: 1000px;
	margin: 0 auto;
}
.mincho {font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif !important;}

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

/*--------------------------------------------------
		notices
--------------------------------------------------*/
.notices {
	padding: 40px 0;
	text-align: center;
}
.notices p {
	display: inline-block;
	vertical-align: middle;
}
.notices .icon {
	position: relative;
	background: #7c7c7c;
	color: white;
	padding: .4em 1.5em;
	padding-right: 1em;
	line-height: 1;
	margin-right: 1.2em;
}
.notices .icon:after {
	position: absolute;
	content: '';
	display: block;
	right: -1.75em;
	top: 0;
	border: calc(1.8em/2) solid transparent;
	border-left-color: #7c7c7c;
}
.notices .txt {
	font-size: 120%;
	border-bottom: 1px solid;
}
.notices .txt span {
	color: #af0006;
}
.notices .txt:hover {
	border-bottom: none;
}
.notices .txt a {
	color: currentColor;
	text-decoration: none !important;
}

/*--------------------------------------------------
		section
--------------------------------------------------*/
.section {
	padding: 0 50px;
}
.section+.section {
	margin-top: 40px;
}
.section .title {
	font-size: 134%;
	line-height: 42px;
	font-weight: normal !important;
	height: 42px;
	padding: 0 20px;
	margin-bottom: 20px;
	background: #000000;
	text-align: center;
	color: white;
}
.section .title span {
	color: #ff0000;
}


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

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

#sec01 {
	margin-bottom: 80px;
}
#sec01 .period {
	text-align: center;
	font-size: 120%;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#sec01 .period dd {
	text-align: center;
	margin-bottom: .5em;
}
#sec01 .min-fare {
	padding: 15px 12px 25px;
	background: #ededed;
	margin-bottom: 5px;
}
#sec01 .min-fare__info {
	text-align: right;
	font-size: 80%;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 3em;
}

.block-title {
	margin-bottom: .75em;
	text-indent: -.5em;
	font-size: 107%;
	font-weight: normal !important;
}
.line {
	border-bottom: 1px solid #b3b3b3;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.fare {
	overflow: hidden;
}

.fare ul, .timetable ul {
	letter-spacing: -.35em;
	margin-right: -15px;
}
.fare li, .timetable li {
	display: inline-block;
	width: 290px;
	letter-spacing: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	font-feature-settings: 'palt';
}
.fare a, .timetable a {
	position: relative;
	background: #202020;
	color: white;
	display: block;
	padding: 1em;
	border-radius: 5px;
	text-decoration: none !important;
	font-size: 93.3%;
}
.fare a:after, .timetable a:after {
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	border: .4em solid transparent;
	border-left: .8em solid #ffffff;
}
.fare a span, .timetable a span {
	font-size: 114.5%;
}
.fare__kkjoka-info {
	float: right;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 7px;
	margin-right: 1em;
}

.timetable a {
	background: #444444;
}
.fare__info a,
.timetable__info a {
	text-decoration: underline;
}
.fare__info a:hover,
.timetable__info a:hover {
	text-decoration: none;
}

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

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

.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: 90px;
}
#sec03 .txt {
	font-size: 106%;
	line-height: 1.75;
	margin-bottom: 1.5em;
	font-feature-settings: 'palt';
}
#sec03 .image {
	text-align: center;
	margin-bottom: 1em;
}
#sec03 .caption {
	font-size: 106%;
	text-align: center;
	margin-bottom: 1em;
}


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

#sec04 {
	margin-bottom: 90px;
}
#sec04 .txt {
	font-size: 120%;
	margin-bottom: 1em;
	text-align: center;
	font-weight: normal;
}

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

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



