@charset "utf-8";

/*==============================

		/fare/2020s/

==============================*/
.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;*/
	font-size:2.0rem;
	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 .block01 .box01 {
	font-size: 95%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
#sec01 .block01 .box01 .txt01,
#sec01 .block01 .box01 .txt02 {
	/*margin-bottom: 10px;*/
	margin:0;
}
#sec01 .block01 .box01 dl dt {
	margin-bottom: 0;
}
#sec01 .block01 .box02 .txt01 {
	font-size: 95%;
	line-height: 1.6;
	width: auto;
	margin: 0;
}
#sec01 .block01 .box01 .txt04 {
	padding-top: 20px;
	margin-top: 20px;
}
#sec01 .period dd.sml01 {
	font-size: 95%;
}
#sec01 .min-fare__info {
	margin-bottom: 1em;
}
#sec01 .block01 .box_03 {
	margin-bottom: 20px;
}
#sec01 .block01 .box_03 .box_title {
	text-align: center;
	margin-bottom: 10px;
}
#sec01 .block01 .box_03 .box_title h4 {
	font-size: 2rem;
	font-weight: bold;
}
#sec01 .block01 .box_03 .txt {
	text-align: center;
}
#sec01 .block01 .box_03 .box_inner {
	display: flex;
	justify-content: center;
}
#sec01 .block01 .box_03 .tbl {
	display: table;
	margin-top: 10px;
}
#sec01 .block01 .box_03 .tbl .tbl_tr {
	display: table-row;
}
#sec01 .block01 .box_03 .tbl .tbl_th,
#sec01 .block01 .box_03 .tbl .tbl_td {
	display: table-cell;
}
#sec01 .block01 .box_03 .tbl .tbl_th {
	padding-right: 10px;
}
.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 {
	float: none;
	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;
}



/*==============================

		1906 Refurbishment

==============================*/

/*sec01-box01*/

#sec01 .box01 {
    padding-bottom: 0px;
}
#sec01 .block01 .box01 .boxFlex{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    margin-bottom: 30px;
}
#sec01 .block01 .box01 .boxFlex .kidFlex{
    /*border: solid 1px;*/
    width: 100%;
    padding:10px 0px 10px 0px;
}
#sec01 .block01 .box01 .boxFlex .kidSpace{
    margin-bottom: 10px;
}

#sec01 .block01 .box01 .boxFlex .kidFlex dt{
    font-size:2.5rem;

}
#sec01 .block01 .box01 .boxFlex .kidFlex dd{
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
}
#sec01 .block01 .box01 .boxFlex .kidFlex .dtSpace{
    margin-bottom: 10px;
}

/*sec01-box02*/

#sec01 .block01 .box02 .boxFlex{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
    align-content: space-between;
    width: 100%;

}
#sec01 .block01 .box02 .boxFlex .kidFlex{
    width: 100%;
}
#sec01 .block01 .box02 .boxFlex .kidFlex img{
    width: 100%;
}

/*sec01-specialPrice*/

.specialPrice{
    margin-bottom: 40px;
}
#sec01 .title2 {
	background: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
    text-align:center;
    font-size: 2.3rem;
    padding-top: 15px;
}

/*sec04-banner*/

#sec04 .bannerSpace{
    margin-bottom: 20px;
}
/*==============================

		1908 Refurbishment

==============================*/
#sec01 .box01 .txt01{
	text-align: left;
	font-size:1.5rem;
	margin-bottom:20px;
}
/*==============================
		SFJ_P-253
==============================*/
#sec01 .box01 .m-list-btn{
	margin-bottom: 30px;
}
