@charset "UTF-8";
/*--------------------------------------
　列車詳細画面
----------------------------------------*/
/* 列車ヘッダー
----------------------------------------*/
.jy-trainHeader {
	border-top: 3px solid #e7ede9;
	background: #edf2f2;
}

/*ヘッダーレイアウト*/
.jy-trainHeaderInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.jy-trainHeaderLogo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 23.5164%;
	background: #ffffff;
}

.jy-trainNameArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 74.5054%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.jy-trainNameArea .left {
	width: 68%;
}

.jy-trainNameArea .right {
	width: 30%;
	text-align: right;
}

@media only screen and (max-width: 950px) {
	.jy-trainHeaderLogo {
		display: none;
	}
	.jy-trainNameArea {
		width: 100%;
	}
}

/*列車名*/
.jy-trainName {
	font-weight: bold;
	line-height: 1.5;
}

.jy-trainName span {
	margin-right: 5px;
	font-size: 2.25em;
}

/*列車情報*/
.jy-trainProf {
	margin-bottom: 10px;
}

.jy-trainProf dt {
	clear: left;
	float: left;
}

.jy-trainProf dd {
	overflow: hidden;
}

/*列車通過県*/
.jy-trainPref {
	margin-bottom: 15px;
	color: #7c8685;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/*列車カテゴリタグ*/
.jy-trainTag li {
	display: inline-block;
	padding: 5px;
	border: 1px solid #c5cbcb;
	border-radius: 4px;
	color: #7c8685;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	.jy-trainNameArea {
		display: block;
		overflow: hidden;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.jy-trainNameArea .left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.jy-trainNameArea .right {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 25%;
	}
	.jy-trainNameArea .top {
		margin-bottom: 10%;
	}
	.jy-trainName {
		margin-bottom: 0;
		padding-right: 25%;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.jy-trainName span {
		display: block;
		font-size: 20px;
		font-size: 2rem;
	}
	.jy-trainPref {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.jy-trainProf {
		margin-bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.jy-trainProf dt,
	.jy-trainProf dd {
		display: block;
	}
	.jy-trainProf dt {
		clear: left;
		float: left;
	}
	.jy-trainTag li {
		font-size: 10px;
		font-size: 1rem;
	}
}

/* 列車説明文
----------------------------------------*/
.jy-trainExplain {
	padding: 30px 20px;
	color: #ffffff;
	background: #008803;
}

.jy-trainExplain p {
	color: #ffffff;
}

.jy-trainExplain p + p {
	margin-top: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 720px) {
	.jy-trainExplain {
		width: 720px;
	}
	.jy-trainExplain .container {
		width: auto;
	}
}

/*SP*/
@media only screen and (max-width: 640px) {
	.jy-trainExplain {
		padding: 30px 0;
	}
}

/* ページナビ
----------------------------------------*/
.jy-pageNav {
	margin-top: 20px;
	padding: 10px 0;
	border: 3px solid #000000;
	border-radius: 4px;
	background: #ffffff;
}

.jy-pageNav.is-fixed {
	position: fixed;
	top: -20px;
	z-index: 800;
	width: calc(100% - 80px);
	-webkit-animation: slideDown01 0.3s forwards;
	        animation: slideDown01 0.3s forwards;
}

body.is-narrowHeight .jy-pageNav.is-fixed {
	padding: 6px 0;
}

@media screen and (min-width: 641px) {
	body.is-narrowHeight .jy-pageNav.is-fixed .icon-self {
		display: none;
	}
	body.is-narrowHeight .jy-pageNav.is-fixed a {
		margin: -4px 2px;
		padding: 6px 0 8px;
	}
	body.is-narrowHeight .jy-pageNav.is-fixed li + li a {
		margin: -4px 2px -4px 4px;
	}
}

.jy-pageNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.jy-pageNav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	position: relative;
	width: 20%;
	text-align: center;
}

.jy-pageNav li + li {
	background-image: -webkit-linear-gradient(top, #008803, #008803 2px, transparent 2px, transparent 4px);
	background-image: -o-linear-gradient(top, #008803, #008803 2px, transparent 2px, transparent 4px);
	background-image: linear-gradient(to bottom, #008803, #008803 2px, transparent 2px, transparent 4px);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 2px 4px;
}

.jy-pageNav a {
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin: -8px 2px;
	padding: 12px 0 17px 0;
	border-radius: 3px;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.jy-pageNav a:hover {
	color: #ffffff !important;
	background: #008803;
}

.jy-pageNav li + li a {
	margin: -8px 2px -8px 4px;
}

.jy-pageNav .icon-self {
	display: block;
	width: 14px;
	height: 14px;
	margin: -3px auto 0;
}

/*PC-large*/
@media only screen and (min-width: 951px), print {
	.jy-pageNav.is-fixed {
		width: 677px;
	}
}

/*SP*/
@media only screen and (max-width: 640px) {
	.jy-pageNav {
		line-height: 1.2;
	}
	.jy-pageNav a {
		padding: 5px 0;
	}
	.jy-pageNav a::after {
		width: 10px;
		height: 10px;
		margin-top: 5px;
	}
	.jy-pageNav .icon-self {
		margin-top: 0;
	}
	.jy-pageNav.is-fixed a {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 480px) {
	.jy-pageNav {
		margin-right: -10px;
		margin-left: -10px;
	}
	.jy-pageNav a {
		font-size: 3.2vw;
	}
	.jy-pageNav.is-fixed {
		width: calc(100% - 70px);
	}
}

@media only screen and (max-width: 374px) {
	.jy-pageNav li:nth-child(4),
	.jy-pageNav li:nth-child(5) {
		width: 25%;
	}
}

/* topics
-------------------------------------*/
.jy-topics {
	padding-top: 20px;
	padding-bottom: 40px;
	background: #edf2f2;
	/*下層メインエリアに配置の時*/
}

#main .jy-topics {
	margin-top: 80px;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

.jy-topics .jy-secTitle {
	margin-top: 0;
}

.jy-topicsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -20px;
}

.jy-topicsList dt {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 18%;
	padding: 10px 0;
	border-bottom: 1px solid #c6cacb;
	color: #7c8685;
	font-family: "Montserrat", sans-serif;
}

.jy-topicsList dd {
	overflow: hidden;
	width: 82%;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #c6cacb;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.jy-topicsList .new {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 35px;
	text-align: center;
	background: #ff5500;
	-webkit-transform: translateY(-3px) rotate(-20deg);
	    -ms-transform: translateY(-3px) rotate(-20deg);
	        transform: translateY(-3px) rotate(-20deg);
}

#main .jy-topicsList dt {
	width: 24.26%;
}

#main .jy-topicsList dd {
	width: 75.74%;
}

@media only screen and (max-width: 640px) {
	.jy-topics {
		padding-bottom: 40px;
	}
	#main .jy-topics {
		margin-top: 40px;
	}
	.jy-topicsList {
		display: block;
	}
	.jy-topicsList dt {
		width: auto;
		border-bottom: none;
	}
	.jy-topicsList dd {
		width: auto;
		padding: 0 0 15px 0;
	}
	.jy-topicsList .new {
		float: none;
	}
	#main .jy-topicsList dt,
	#main .jy-topicsList dd {
		width: auto;
	}
}

/* 沿線ガイド
----------------------------------------*/
/*路線図＋ピン*/
.jy-guide {
	position: relative;
	margin-bottom: 20px;
}

.jy-guide img {
	width: 100%;
	max-width: none;
}

.jy-guidePin,
.jy-guidePin li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*ピンハイライト表示*/
.jy-guidePin.is-current li {
	opacity: 0;
}

.jy-guidePin.is-current li.is-current {
	opacity: 1;
}

/*SP*/
@media only screen and (max-width: 640px) {
	.jy-guidePin li {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

/*沿線スポット一覧*/
.jy-guideSpotList {
	padding: 0 8%;
}

.jy-guideSpotList .spotItem {
	width: 31.2387%;
	margin: 0 10px;
	border: 2px solid #008803;
	border-radius: 4px;
	cursor: pointer;
}

.jy-guideSpotList .spotName {
	padding: 15px 10px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	background: #008803;
}

.jy-guideSpotList .spotBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
}

.jy-guideSpotList .spotBtn li {
	width: 50%;
}

.jy-guideSpotList .spotBtn li + li {
	border-left: 2px dotted #c6cbcb;
}

.jy-guideSpotList .spotBtn .spotBtn__place .icon-self {
	width: 20px;
	height: 20px;
}

.jy-guideSpotList .spotBtn .spotBtn__detail .icon-circle-modal {
	margin-top: -2px;
}

.jy-guideSpotList .spotBtn a {
	display: block;
	margin: -2px 2px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
}

.jy-guideSpotList .spotBtn a:hover,
.jy-guideSpotList .spotBtn a:focus {
	opacity: 1;
	color: #ffffff !important;
	background: #008803;
}

.jy-guideSpotList .spotModal {
	display: none;
}

.jy-guideSpotList .spotModal-photo img {
	width: 100%;
	max-width: none;
}

@media only screen and (max-width: 640px) {
	.jy-guideSpotList {
		margin-right: -20px;
		margin-left: -20px;
		padding: 0;
	}
	.jy-guideSpotList .spotItem {
		width: 175px;
		cursor: default;
	}
}

/*全てのスポットを表示*/
.spotBtn__all {
	max-width: 214px;
	margin: 20px auto 40px;
	text-align: center;
}

.spotBtn__all a {
	display: block;
	padding: 10px;
	border: 2px solid #008803;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
}

.spotBtn__all a:hover,
.spotBtn__all a:focus {
	color: #ffffff;
	background: #008803;
}

.spotBtn__all a .icon-self {
	width: 20px;
	height: 20px;
}

@media only screen and (max-width: 640px) {
	.spotBtn__all {
		max-width: none;
	}
}

/*沿線スポットモーダル*/
.spotModal-photo {
	margin-bottom: 7%;
}

.spotModal-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.spotModal-title a {
	color: #008803;
	text-decoration: underline;
}

.spotModal-text {
	margin-bottom: 10px;
}

.spotModal-access dt {
	margin-bottom: 5px;
	font-size: 1.14em;
	font-weight: bold;
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.jy-introKeyvisual:after,
.jy-introTypeA:after,
.jy-introTypeB:after,
.jy-introTypeC:after,
.jy-introTypeD:after,
.jy-introTypeE:after,
.jy-introTypeF:after {
	display: block;
	clear: both;
	content: "";
}

/* 列車紹介
----------------------------------------*/
/*
	レイアウトパターン対応表：
・キービジュアル：jy-introKeyvisual
・レイアウトA：jy-introTypeA
・レイアウトB：jy-introTypeB
・レイアウトC：jy-introTypeC
・レイアウトD：jy-introTypeD
・レイアウトE：jy-introTypeE
・レイアウトF：jy-introTypeF
*/
.jy-introKeyvisual,
.jy-introTypeA,
.jy-introTypeB,
.jy-introTypeC,
.jy-introTypeD,
.jy-introTypeE,
.jy-introTypeF {
	margin-bottom: 40px;
}

.jy-introTypeA .txt :first-child,
.jy-introTypeB .txt :first-child,
.jy-introTypeC .txt :first-child,
.jy-introTypeD .txt :first-child,
.jy-introTypeE .txt :first-child,
.jy-introTypeF .txt :first-child {
	margin-top: 0;
}

/*レイアウトA*/
.jy-introTypeA .item {
	width: 48.5%;
}

.jy-introTypeA .item:first-child {
	float: left;
}

.jy-introTypeA .item:last-child {
	float: right;
}

.jy-introTypeA .ph {
	margin-bottom: 15px;
}

/*レイアウトB*/
.jy-introTypeB .ph {
	overflow: hidden;
	margin-bottom: 15px;
}

.jy-introTypeB .ph > div {
	width: 48.5%;
}

.jy-introTypeB .ph > div:first-child {
	float: left;
}

.jy-introTypeB .ph > div:last-child {
	float: right;
}

/*レイアウトC*/
.jy-introTypeC .ph {
	margin-bottom: 15px;
}

/*レイアウトD*/
/*レイアウトE*/
.jy-introTypeE .ph {
	float: left;
	width: 48.5%;
}

.jy-introTypeE .txt {
	float: right;
	width: 48.5%;
}

/*レイアウトF*/
.jy-introTypeF .ph {
	float: right;
	width: 48.5%;
}

.jy-introTypeF .txt {
	float: left;
	width: 48.5%;
}

@media only screen and (max-width: 640px) {
	.jy-introTypeA .item,
	.jy-introTypeB .ph > div,
	.jy-introTypeE .ph,
	.jy-introTypeE .txt,
	.jy-introTypeF .ph,
	.jy-introTypeF .txt {
		float: none;
		width: 100%;
	}
	.jy-introTypeA .ph img,
	.jy-introTypeB .ph img,
	.jy-introTypeC .ph img,
	.jy-introTypeE .ph img,
	.jy-introTypeF .ph img {
		width: 100%;
		max-width: none;
	}
	.jy-introTypeA .item + .item,
	.jy-introTypeB .ph > div + div {
		margin-top: 20px;
	}
	.jy-introTypeE .ph,
	.jy-introTypeF .ph {
		margin-bottom: 15px;
	}
}

/* 見出しにnewアイコン */
#intro .new {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 35px;
	text-align: center;
	background: #ff5500;
	-webkit-transform: translateY(-3px) rotate(-20deg);
	    -ms-transform: translateY(-3px) rotate(-20deg);
	        transform: translateY(-3px) rotate(-20deg);
}

/* ストリートビュー
----------------------------------------*/
.jy-streetView {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 52.74%;
}

.jy-streetView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 640px) {
	.jy-streetView {
		padding-top: 83%;
	}
}

/* 車両編成
----------------------------------------*/
/*進行方向*/
.jy-direction {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 4.4%;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25;
}

.jy-direction .title {
	display: table-cell;
	position: relative;
	width: 50%;
	padding-bottom: 10px;
	border-bottom: 8px solid;
	vertical-align: bottom;
}

.jy-direction .title:after {
	display: block;
	position: absolute;
	bottom: -8px;
	width: 20px;
	height: 8px;
	content: "";
	background: #ffffff;
}

.jy-directionL {
	padding-right: 20px;
	padding-left: 40px;
}

.jy-directionL .arw {
	position: absolute;
	bottom: -8px;
	left: -7px;
	width: 36px;
	height: 31px;
}

.jy-directionL .arw .svg path {
	fill: #008803;
}

.jy-directionL:after {
	right: 0;
}

.jy-directionR {
	padding-right: 40px;
	padding-left: 20px;
	text-align: right;
}

.jy-directionR .arw {
	position: absolute;
	right: -7px;
	bottom: -8px;
	width: 36px;
	height: 31px;
}

.jy-directionR .arw .svg path {
	fill: #008803;
}

.jy-directionR:after {
	left: 0;
}

/*車両レイアウト*/
.jy-trainLayout {
	overflow: hidden;
}

.jy-trainLayout li {
	width: 47.8%;
	margin-bottom: 40px;
}

.jy-trainLayout li:nth-child(odd) {
	float: left;
}

.jy-trainLayout li:nth-child(even) {
	float: right;
}

.jy-trainLayout .caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
}

.jy-trainLayout .caption .captionLabel {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 5px;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	background: #008803;
}

.jy-trainLayout .caption .captionText {
	padding: 3px 5px 2px 5px;
	color: #008803;
}

@media only screen and (max-width: 640px) {
	.jy-direction {
		font-size: 1.2em;
	}
	.jy-direction .title {
		padding-bottom: 5px;
		border-bottom-width: 5px;
	}
	.jy-direction .title:after {
		width: 10px;
	}
	.jy-directionL {
		padding-right: 10px;
		padding-left: 20px;
	}
	.jy-directionL .arw {
		bottom: -5px;
		width: 25px;
		height: 20px;
	}
	.jy-directionR {
		padding-right: 20px;
		padding-left: 10px;
	}
	.jy-directionR .arw {
		bottom: -5px;
		width: 25px;
		height: 20px;
	}
	.jy-trainLayout li {
		float: none !important;
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
	.jy-trainLayout .caption {
		text-align: left;
	}
}

/* Responsive Tables 
----------------------------------------*/
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table {
	border-collapse: initial;
}

table th {
	font-weight: bold;
}

table td,
table th {
	padding: 0 10px;
	text-align: left;
}

/* Mobile */
@media only screen and (max-width: 950px) {
	table.responsive {
		margin-bottom: 0;
	}
	.pinned {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
		padding-bottom: 6px;
		background: #ffffff;
		/*overflow-x: scroll;*/
		/*border-right: 1px solid #ccc; border-left: 1px solid #ccc;*/
	}
	.pinned table {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.pinned table th,
	.pinned table td {
		white-space: nowrap;
	}
	.pinned td:last-child {
		border-bottom: 0;
	}
	div.table-wrapper {
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;
		/*border-right: 1px solid #ccc;*/
	}
	div.table-wrapper div.scrollable {
		display: block;
		margin-left: 35%;
		padding-bottom: 6px;
	}
	div.table-wrapper div.scrollable {
		overflow: auto;
		overflow-y: hidden;
	}
	table.responsive td,
	table.responsive th {
		overflow: hidden;
		position: relative;
		white-space: nowrap;
	}
	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none;
	}
}

@media screen and (min-width: 951px) {
	.pinned {
		display: none;
	}
}

/* 停車駅と運行情報
----------------------------------------*/
/*余白調整*/
/*
.jy-routeTable.responsive {
	margin-top: -15px;
}
.table-wrapper {
	margin-top: -15px;
	.jy-routeTable.responsive {
		margin-top: 0;
	}
}
*/
.jy-routeCaption {
	margin-bottom: 15px;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #008803;
}

.jy-routeTable {
	table-layout: fixed;
	width: 100%;
	margin-top: -15px;
	border-collapse: separate;
	border-spacing: 0 20px;
	line-height: 1.2;
}

.table-wrapper .jy-routeTable {
	table-layout: auto;
}

.jy-routeTable thead th,
.jy-routeTable tfoot th {
	height: 2em;
	padding: 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	text-align: center;
	vertical-align: middle;
}

.jy-routeTable thead th:last-child,
.jy-routeTable tfoot th:last-child {
	border-right: 2px solid #000000;
}

.jy-routeTable tbody th {
	position: relative;
	height: 54px !important;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background: #c6cbcb;
}

.jy-routeTable tbody th::before {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 10px;
	height: 20px;
	content: "";
	background: #c6cbcb;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.jy-routeTable tbody td {
	overflow: visible !important;
	position: relative;
	height: 54px !important;
	padding: 10px;
	border-left: 2px solid #ffffff;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: #edf2f2;
}

.jy-routeTable tbody td span {
	font-size: 0.75em;
}

.jy-routeTable tbody td::before {
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 20px;
	height: 20px;
	color: #008803;
	font-family: "M PLUS 1p", sans-serif;
	content: "";
	-webkit-transform: translate(-50%, 0) !important;
	    -ms-transform: translate(-50%, 0) !important;
	        transform: translate(-50%, 0) !important;
}

.jy-routeTable tbody td:empty,
.jy-routeTable tbody td.pass {
	background: none !important;
}

.jy-routeTable tbody td.forward::before {
	content: "↓";
}

.jy-routeTable tbody td.return::before {
	content: "↑";
}

.jy-routeTable tbody td.no-arrow::before {
	display: none;
}

.jy-routeTable tbody tr:last-child th::before,
.jy-routeTable tbody tr:last-child td::before {
	display: none;
}

/*スクロール注釈*/
.scroll-notice {
	margin-top: 10px;
	font-size: 0.8em;
	text-align: right;
}

@media only screen and (max-width: 640px) {
	.jy-routeCaption {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: left;
	}
}

/* 外部サイトバナー基本スタイル
----------------------------------------*/
.jy-blankBanner {
	display: block;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 20px;
	border: 2px solid #008803;
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none !important;
	background: #008803;
}

.jy-blankBanner * {
	color: inherit;
}

.jy-blankBanner:hover,
.jy-blankBanner:focus {
	color: #008803;
	background: #ffffff !important;
}

.jy-blankBanner .icon-blank_wh {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* おすすめコース
----------------------------------------*/
.jy-course {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

.jy-course .courseTitle {
	font-size: 18px;
	font-size: 1.8rem;
}

/* 関連サイト
----------------------------------------*/
.jy-site a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px 0;
	font-weight: bold;
}

.jy-site .siteLogo {
	width: 20%;
	max-width: 130px;
}

.jy-site .siteData {
	padding-left: 20px;
	text-align: left;
}

.jy-site .siteName {
	font-size: 1.25em;
	line-height: 1.5;
}

.jy-site .siteText {
	line-height: 1.5;
}

/*SP*/
@media only screen and (max-width: 640px) {
	.jy-site a {
		display: block;
		padding: 25px 0;
	}
	.jy-site .siteData {
		padding-left: 0;
		text-align: center;
	}
	.jy-site .siteLogo {
		width: 30%;
		margin: 0 auto 15px;
		text-align: center;
	}
	.jy-site .siteLogo.typeOblong {
		width: 60%;
	}
	.jy-site .siteLogo.typeLine {
		width: 80%;
	}
}

/* パンフレット
----------------------------------------*/
/*1冊・2冊まで*/
.jy-pamph01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
	text-align: center;
}

.jy-pamph01 > * {
	width: 36.6%;
	max-width: 212px;
	margin: 0 15px;
}

.jy-pamph01 img {
	width: 100%;
	max-width: none;
	border: 1px solid #dbdbdb;
}

/*3冊以上の時*/
.jy-pamph02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 678px;
	margin-right: auto;
	margin-left: auto;
}

.jy-pamph02 li {
	width: 32%;
	max-width: 212px;
	margin-bottom: 3%;
}

.jy-pamph02::before {
	display: block;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 32%;
	max-width: 212px;
	content: "";
}

.jy-pamph02::after {
	display: block;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 32%;
	max-width: 212px;
	content: "";
}

.jy-pamph02 img {
	width: 100%;
	max-width: none;
	border: 1px solid #dbdbdb;
}

/*SP*/
@media only screen and (max-width: 640px) {
	.jy-pamph01,
	.jy-pamph02 {
		display: block;
		width: auto;
	}
	.jy-pamph01 > *,
	.jy-pamph02 > * {
		display: block;
		width: 100% !important;
		max-width: 212px;
		margin: 0 auto 15px;
	}
}

/* Youtube埋め込み
----------------------------------------*/
.jy-introMovie {
	position: relative;
	margin-bottom: 15px;
	padding-top: 56.25%;
}

.jy-introMovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
　リゾートしらかみ専用
----------------------------------------*/
/* 列車タイトルヘッダー
----------------------------------------*/
#id01-shirakami .jy-trainName .subText {
	font-size: 1.7em;
}

/*SP*/
@media only screen and (max-width: 640px) {
	#id01-shirakami .jy-trainNameArea .top {
		margin-bottom: 0;
	}
	#id01-shirakami .jy-trainProf dt:first-of-type {
		float: none;
	}
}

/* 運行カレンダー（リゾートしらかみ）
----------------------------------------*/
#id01-shirakami .table-wrapper {
	margin: 20px 0;
}

.jy-calendarWrap .js-accordion {
	display: inline-block;
}

.jy-calendar02 {
	width: 100%;
	border-collapse: separate;
}

.jy-calendar02 th,
.jy-calendar02 td {
	padding: 0 !important;
	border: 1px solid #ffffff;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.jy-calendar02 th {
	background: #c6cbcb;
}

.jy-calendar02 th[scope="col"] {
	height: 42px !important;
}

.jy-calendar02 th[scope="row"] {
	width: 110px !important;
	height: 29px !important;
	font-weight: bold;
}

.jy-calendar02 th.month {
	visibility: hidden;
	width: 110px !important;
	color: #ffffff;
	font-weight: bold;
	background: #333333;
}

.jy-calendar02 th > button {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}

.jy-calendar02 td {
	height: 29px !important;
	background: #edf2f2;
}

.jy-calendar02 td img,
.jy-calendar02 td span,
.jy-calendar02 td button {
	display: inline-block;
	width: 25px;
	height: 25px;
}

.jy-calendar02 td button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: #999999;
	cursor: pointer;

	-webkit-appearance: none;

	   -moz-appearance: none;

	        appearance: none;
}

.jy-calendar02 td button[disabled] {
	cursor: default;
}

.jy-calendar02 td .c_buna {
	background-color: #008802;
}

.jy-calendar02 td .c_aoike {
	background-color: #0085b2;
}

.jy-calendar02 td .c_kumagera {
	background-color: #d38600;
}

/*空席照会可能な場合*/
body.desktop[data-pc_mode="true"] .jy-calendar02 tr.is_active th {
	background-color: #02585c;
}

body.desktop[data-pc_mode="true"] .jy-calendar02 tr.is_active button {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

body.desktop[data-pc_mode="true"] .jy-calendar02 tr.is_active button:hover {
	opacity: 0.5;
}

/*IEの場合*/
body.ie .pinned {
	margin-top: -2px;
}

body.ie .pinned .jy-calendar02-tr {
	height: 30px !important;
}

body.ie .jy-calendar02 td {
	padding: 1px 5px !important;
}

body.ie .jy-calendar02 td img,
body.ie .jy-calendar02 td span,
body.ie .jy-calendar02 td button {
	width: 26px;
	height: 26px;
	vertical-align: top;
}

/*Edgeの場合*/
body.edge .jy-calendar02 td img,
body.edge .jy-calendar02 td span,
body.edge .jy-calendar02 td button {
	width: 27px;
	height: 27px;
	vertical-align: top;
}

/*Android9以上の場合*/
body.android9 .pinned .jy-calendar02-tr {
	height: 30px !important;
}

body.android9 .jy-calendar02 td {
	padding: 1px 5px !important;
}

body.android9 .jy-calendar02 td img,
body.android9 .jy-calendar02 td span,
body.android9 .jy-calendar02 td button {
	width: 26px;
	height: 26px;
	vertical-align: top;
}

/*Android8未満の場合*/
body.android_old .pinned .jy-calendar02-tr {
	height: 30px !important;
}

body.android_old .jy-calendar02 td {
	padding: 1px 5px !important;
}

body.android_old .jy-calendar02 td img,
body.android_old .jy-calendar02 td span,
body.android_old .jy-calendar02 td button {
	width: 26px;
	height: 26px;
	vertical-align: top;
}

div.scrollable::-webkit-scrollbar {
	height: 8px;
	background: #c6cbcb;
}

div.scrollable::-webkit-scrollbar-thumb {
	background: #000000;
}

@media screen and (max-width: 950px) {
	#id01-shirakami .pinned {
		width: 110px !important;
		padding-bottom: 0;
	}
	#id01-shirakami div.table-wrapper div.scrollable {
		margin-left: 110px !important;
	}
}

@media screen and (max-width: 640px) {
	#id01-shirakami .jy-calendar02 th[scope="row"]:last-child,
	#id01-shirakami .jy-calendar02 th[scope="col"]:last-child {
		display: none;
	}
}

/*--------------------------------------
　ポケモン専用
----------------------------------------*/
.jy-aboutPokemon {
	padding: 40px;
	background: #fff9d5;
}

.jy-aboutPokemon .title {
	margin-bottom: 3%;
	text-align: center;
}

.jy-aboutPokemon .txt {
	margin-bottom: 3%;
	font-weight: bold;
}

.jy-aboutPokemon .btn-center {
	text-align: center;
}

.jy-aboutPokemon .btn-center a {
	display: inline-block;
	position: relative;
	min-width: 210px;
	padding: 15px;
	border: 2px solid #80390d;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	background: #80390d;
}

.jy-aboutPokemon .btn-center a .icon-circle-blank {
	background: #ffffff !important;
}

.jy-aboutPokemon .btn-center a .icon-circle-blank .svg path {
	fill: #80390d !important;
}

.jy-aboutPokemon .btn-center a:hover {
	color: #80390d;
	background: #ffffff;
}

.jy-aboutPokemon .btn-center a:hover .icon-circle-blank {
	background: #80390d !important;
}

.jy-aboutPokemon .btn-center a:hover .icon-circle-blank .svg path {
	fill: #ffffff !important;
}

/*公式サイトリンク*/
#id21-pokemon .jy-site a {
	display: block;
	text-align: center;
}

#id21-pokemon .jy-site .siteLogo {
	width: 90%;
	max-width: none;
	margin: 15px auto;
}

@media only screen and (max-width: 640px) {
	.jy-aboutPokemon {
		padding: 20px;
	}
	.jy-aboutPokemon .title,
	.jy-aboutPokemon .txt {
		margin-bottom: 20px;
	}
}

/*# sourceMappingURL=../../../srcmap/jy-trains.css.map */
