
#dai1 {
    margin-top:-126px;
    padding-top:126px;
}


.scrollpoint {
	opacity: 0;
}
.scrollpoint.active {
	opacity: 1 \0;
}

.cursor_default {
	cursor:default !important;
}

.s_text {
	font-size:0.9em;
}


.box {
	min-height: 600px;/**/
	margin: 0 auto 0px;
	padding: 0px;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover; 


background-repeat: no-repeat;
background-position: 50% 50%;

/*    border-bottom:15px #000 solid;	/**/
box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;

/*
background-repeat: no-repeat;
-moz-background-size:cover;
background-size:cover;
background-attachment: fixed;
background-position: center;
*/


}

.link_box{
    position:relative;
    width:100%;
    height:100%;
}
 
.link_box a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
  transition: .3s;
}

.box2 {
	height: 600px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;

		min-height: 0%;	/* IE下余白	*/
	justify-content: center;


  align-items: center;


}


#fujikaiyuu {
	padding-bottom:30px;
	color:#fff;
}


#fujikaiyuu .ttl {
	font-weight:400;
	font-family: 'Noto Serif JP', serif !important;
	font-size:3rem;
	color:#fff;
	margin:0 0 30px;

	border-bottom: solid 3px #283593;
	position: relative;
	padding-bottom: 15px;
}
#fujikaiyuu .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #7986CB;
	bottom: -3px;
	width: 20%;
}

#fujikaiyuu .sec {
	margin-bottom:50px;
}


.inner1 {
	position:relative;
}
.inner1 img.wrap {
  width: 100%;
}

.inner1 h2 {
	position:absolute;
	top:-1px;
	left:0;
}
.inner1 h3 {
	position:absolute;
	right:0;
	top:300px;
}
.inner1 p.debut {
	position:absolute;
	right:55px;
	top:380px;
}
.inner1 p.direct {
	position:absolute;
	right:0px;
	top:440px;
}
.inner1 p.shinjuku {
	position:absolute;
	right:10px;
	top:475px;
}

#fujikaiyuu .price_table td ,
#fujikaiyuu .price_table th {
	border-color:#444 !important;
}

.bg_th {
	background:#271675;
	color:#fff;
}
.bg_td {
	background:#121854;
	color:#fff;
}


#fujikaiyuu .timetable ,
#fujikaiyuu .timetable td ,
#fujikaiyuu .timatalbe th {
	border-color:#444 !important;
}

#fujikaiyuu .timetable .bg_weekday {
	background:#104b86 !important;
	color:#fff;
	border-color:#444 !important;
}
#fujikaiyuu .timetable .bg_weekend {
	background:#8f1e1e !important;
	color:#fff;
	border-color:#444 !important;
}
#fujikaiyuu .timetable .bg_weekday2 {
	background:#cfe4f9 !important;
	color:#0D47A1;
	border-color:#444 !important;
}
#fujikaiyuu .timetable .bg_weekend2 {
	background:#fae5e5 !important;
	color:#b71c1c;
	border-color:#444 !important;
}
.bg_station {
	background:#111 !important;
	color:#fff;
	border-color:#444 !important;
}
#fujikaiyuu .timetable tr:nth-child(even) {
	background:#0c1038 !important;
	color:#fff;
	border-color:#444 !important;
}

.event_period {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #0187E8;
	text-align:center;
	padding:20px;
	margin:10px 0px 30px 20px;
	font-size:1.3em;
}

@media (max-width: 767px) {

	.inner1 h2 {
		position:absolute;
		top:-1px;
		left:-15px;
	}
	.inner1 h3 {
		position:absolute;
		right:0;
		top:300px;
	}
	.inner1 p.debut {
		position:absolute;
		right:10px;
		top:270px;
	}
	.inner1 p.direct {
		position:absolute;
		right:10px;
		top:300px;
	}
	.inner1 p.shinjuku {
		position:absolute;
		right:10px;
		top:325px;
	}



	#fujikaiyuu .ttl {
		font-weight:400;
		font-family: 'Noto Serif TC', serif !important;
		font-size:2.2rem;
		color:#fff;
		margin:0 0 20px;
/*
		border-bottom:1px #999 solid;
		padding-bottom:0.2em;
*/
	}
	#fujikaiyuu .ttl span {
		display:inline-block;
/*
		font-size:1.4rem;
*/
	}


	.box {
		min-height: 400px;/**/
		margin: 0 auto 0px;
		padding: 0px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover; 


	background-repeat: no-repeat;
	background-position: 50% 50%;

	/*    border-bottom:15px #000 solid;	/**/
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;

	/*
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
	*/


	}


	.box2 {
		height: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

.box_wrapper {

/*	background-image:url(../common/images/sayonara2000/dot.png);	/**/
	background-repeat:repeat;
	background-position: top left;

}


#fujikaiyuu .caution_box {
	border:3px #444 double ;
	padding:1em 1em 0;
}
#fujikaiyuu .lead2 {
	font-size:1.2em;
}

#fujikaiyuu .lead2 .txt1 {
	font-size: 1.3em;
}
#fujikaiyuu .lead2 .txt2 {
	font-size: 1.35em;
	font-weight: bold;
}


ul.aster2 {
  padding: 0.2em 0em 0.2em 2em;
  position: relative;
}

ul.aster2 li {
  line-height: 1.4;
  padding: 0.2em 0;
  list-style-type: none!important;
}

ul.aster2 li:before {/*疑似要素*/
/*  font-family: FontAwesome;
  content: "\f069 ";/*アイコンの種類*/
  content: "※";/*アイコンの種類*/
  position: absolute;
  left : 0.2em; /*左端からのアイコンまで*/
  color: fff; /*アイコン色*/
}




.zom img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.zom img:hover {
/*
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
*/
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);


box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}




.countdown-item {
	text-align: center;
	margin-bottom:0px;
	color:#fff;
}
.countdown {
	font-size: 30px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center !important;
}
.countdown-description {
	font-size:12px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	margin-top:5px;
	text-align: center !important;
	margin-left:auto;
	margin-right:auto;
}


.countdown2 {
	font-size: 36px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-right:auto;
	margin-left:5px;
	text-align: center !important;
	letter-spacing:-0.02em;
}
.countdown-description2 {
	font-size:14px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	margin-top:15px;
	text-align: center !important;
	margin-left:5px;
	margin-right:auto;
}

.countdown3 {
	font-size: 56px;
	font-family: 'Noto Sans', 'Archivo Narrow', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center !important;
	letter-spacing:-0.02em;
}
.countdown-description3 {
	font-size:24px;
	font-family: 'Noto Sans', 'Archivo Narrow', sans-serif !important;
	font-weight:400;
	line-height:1;
	margin-top:0px;
	text-align: center !important;
	margin-left:auto;
	margin-right:auto;
}


#countdown {
	margin-top:3px;
}
@media (max-width: 768px) {
	.countdown-item-xs-last {
		border-right:0;
	}
}
.countdown-item-last {
	border-right:0;
}

b.day {
	font-size:1.2rem;
}

@media (min-width: 768px) {
	.dl-horizontal2 dt {
		float: left;
		width: 55px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal2 dd {
		margin-left: 55px;
		padding:3px 3px;
		color:#000;
	}
	.dl-horizontal3 dt {
		float: left;
		width: 80px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal3 dd {
		margin-left: 80px;
		padding:3px 3px;
		color:#000;
	}
	.dl-horizontal4 dt {
		float: left;
		width: 100px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal4 dd {
		margin-left: 100px;
		padding:3px 3px;
		color:#000;
	}
	.dl-horizontal dt {
		float: left;
		width: 100px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 100px;
		padding:5px 3px 1px;
		color:#000;
	}
	.dl-horizontal5 dt {
		border-top:1px #666 solid;
		float: left;
		width: 250px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color:#fff;
		padding:5px 3px 5px;
		font-size:1rem;
	}
	.dl-horizontal5 dd {
		border-top:1px #666 solid;
		margin-left: 250px;
		padding:5px 3px 5px;
		color:#fff;
		font-size:1rem;
	}
}
@media (max-width: 767px) {
	.dl-horizontal4 dt ,
	.dl-horizontal3 dt ,
	.dl-horizontal2 dt ,
	.dl-horizontal dt {
		padding:5px 10px 0px;
	}
	.dl-horizontal4 dd ,
	.dl-horizontal3 dd ,
	.dl-horizontal2 dd ,
	.dl-horizontal dd {
		padding:5px 10px 5px;
		border-bottom:1px #e6e6e6 solid;
		margin-bottom:10px;
	}

	.dl-horizontal5 dt {
		padding:0px 10px 0px;
		font-size:1.2rem;
	}
	.dl-horizontal5 dd {
		padding:5px 10px 10px;
		border-bottom:1px #e6e6e6 solid;
		margin-bottom:10px;
	}

}



	.company-dl-horizontal dt {
		float: left;
		width: 70px;
		clear: left;
		text-align: right;
/*		overflow: hidden;	/**/
/*		text-overflow: ellipsis;	/**/
		white-space: nowrap;
		padding:10px 0px 8px ;
/*		border-top:1px #e6e6e6 solid;	/**/
	}
	.company-dl-horizontal dd {
		margin-left: 70px;
		padding:10px 15px 8px;
/*		border-top:1px #e6e6e6 solid;	/**/
	}
	.company-dl-horizontal dd div ,
	.company-dl-horizontal dd p {
		border-left:1px #666 solid;
		padding-left:15px;
	}


@media (max-width: 767px) {
	.company-dl-horizontal dt {
		padding:8px 10px 0px 0;
	}
	.company-dl-horizontal dd {
		padding:5px 10px 8px 0;
		border-bottom:1px #e6e6e6 solid;
	}


}

@media print {
	header ,
	footer {
		display: none !important;
	}
	.breadcrumb {
		display: none !important;
	}

	section  { display: block; /**page-break-before: always;**/ }
	h2 { display: block;}
	pre code {page-break-after: always;}
	@page {
		margin-top:0cm;
		margin: 0cm;
	}
	p a, code, pre {
		word-wrap: break-word;
	}

	.global-footer {
		clear:both;
	}


	h2.kai_p {
		page-break-before: always;
	}

	.station_box {
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border-color:#fff;
		background-color:#fff;
		padding:30px 20px;
	}


}
