@charset "UTF-8";

/* CSS Document */

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

	main

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

.main {
	width: 100%;
	margin: 0 auto 40px;
}
.main .inner {
	width: 100%;
}

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

	cell_foreign_content

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

.cell_foreign_content {
	margin: 0 auto 40px;
}
.cell_foreign_content .inner {
	width: 100%;
}
.cell_foreign_content .inner .wp_stationguide {
	margin-bottom: 20px;
}
.cell_foreign_content .inner .wp_stationguide .ttl {
	width: 100%;
	border-bottom: 2px solid #DB7093;
	line-height: 1em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: 500;
	position: relative;
}
.cell_foreign_content .inner .wp_stationguide .ttl:after {
	content: '';
	width: 120px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #9B0040;
}
.cell_foreign_content .inner .wp_stationguide .ttl span {
	color: #9B0040;
	display: block;
	font-size: 50%;
	line-height: 1em;
	padding-top: .5em;
}
.cell_foreign_content .inner .wp_stationguide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px;
	position: relative;
	background: url(../images/line.svg) top 50% left 30px repeat-x #F9F7E8;
	background-size: 30px;
	position: relative;
}
.cell_foreign_content .inner .wp_stationguide ul:before {
	content: '';
	width: 30px;
	height: 100%;
	background: #F9F7E8;
	position: absolute;
	top: 0;
	left: 0;
}
.cell_foreign_content .inner .wp_stationguide ul li {
	width: 13%;
	background: #fff;
}
.cell_foreign_content .inner .wp_stationguide ul li a {
	display: block;
}
.cell_foreign_content .inner .wp_link {
}
.cell_foreign_content .inner .wp_link ul {
}
.cell_foreign_content .inner .wp_link ul li {
	margin-bottom: 10px;
}
.cell_foreign_content .inner .wp_link ul li a {
	padding: 1em 3em;
	line-height: 1em;
	text-decoration: none;
	color: #9B0040;
	border: 1px solid #9B0040;
	border-radius: 40px;
	display: block;
	text-align: center;
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 16px #fff;
	background-size: 14px;
}

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

	cell_st_barrierfree

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

.cell_st_barrierfree {
}
.cell_st_barrierfree .ex {
	margin-bottom: 20px;
}
.cell_st_barrierfree .ex a {
	color: #9B0040;
	text-decoration: underline;
}
.cell_st_barrierfree .ex a:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 4px -4px 4px;
	background: url(/common/images/icon_pdf.svg) no-repeat center center;
	background-size: cover;
}
.cell_st_barrierfree .ttl {
	position: relative;
	width: 100%;
}
.cell_st_barrierfree .ttl dl {
	width: 100%;
	display: table;
	margin-bottom: -1px;
}
.cell_st_barrierfree .ttl dl dt {
	display: table-cell;
	width: 80px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
}
.cell_st_barrierfree .ttl dl dd {
	display: table-cell;
	position: relative;
}
.cell_st_barrierfree .ttl dl dd .aed {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 12.5%;
	height: 100%;
	display: grid;
	place-items: center;
	font-size: 70%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cell_st_barrierfree .ttl dl dd .upper {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: -1px;
}
.cell_st_barrierfree .ttl dl dd .upper li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
	font-size: 60%;
	text-align: center;
}
.cell_st_barrierfree .ttl dl dd .upper li:nth-child(1) {
	width: 50%;
}
.cell_st_barrierfree .ttl dl dd .upper li:nth-child(2) {
	width: 37.5%;
}
.cell_st_barrierfree .ttl dl dd .upper li:nth-child(3) {
	width: 12.5%;
}
.cell_st_barrierfree .ttl dl dd .under {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.cell_st_barrierfree .ttl dl dd .under li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50%;
	line-height: 1.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cell_st_barrierfree .ttl dl dd .under li:nth-child(1),
.cell_st_barrierfree .ttl dl dd .under li:nth-child(2) {
	width: 25%;
}
.cell_st_barrierfree .ttl dl dd .under li:nth-child(3),
.cell_st_barrierfree .ttl dl dd .under li:nth-child(4),
.cell_st_barrierfree .ttl dl dd .under li:nth-child(5),
.cell_st_barrierfree .ttl dl dd .under li:nth-child(6) {
	width: 12.5%;
}
.cell_st_barrierfree .content {
}
.cell_st_barrierfree .content dl {
	width: 100%;
	display: table;
	margin-bottom: -1px;
}
.cell_st_barrierfree .content dl:nth-child(odd) {
	background: #f7f7f7;
}
.cell_st_barrierfree .content dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 6px;
	font-size: 70%;
	line-height: 1.5em;
}
.cell_st_barrierfree .content dl dd {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.cell_st_barrierfree .content dl dd ul {
	display: table;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.cell_st_barrierfree .content dl dd ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 4px;
}
.cell_st_barrierfree .content dl dd ul li:nth-child(1),
.cell_st_barrierfree .content dl dd ul li:nth-child(2) {
	width: 25%;
}
.cell_st_barrierfree .content dl dd ul li:nth-child(1) img:first-child,
.cell_st_barrierfree .content dl dd ul li:nth-child(2) img:first-child {
	float: right;
	width: 45%;
}
.cell_st_barrierfree .content dl dd ul li:nth-child(1) img:last-child,
.cell_st_barrierfree .content dl dd ul li:nth-child(2) img:last-child {
	float: left;
	width: 45%;
}
.cell_st_barrierfree .content dl dd ul li:nth-child(3),
.cell_st_barrierfree .content dl dd ul li:nth-child(4),
.cell_st_barrierfree .content dl dd ul li:nth-child(5),
.cell_st_barrierfree .content dl dd ul li:nth-child(6) {
	width: 12.5%;
}
.cell_st_barrierfree .content .cap {
	width: 100%;
	text-align: right;
	font-size: 70%;
	padding-top: 1em;
}

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

	cell_st_service

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

.cell_st_service {
}
.cell_st_service .list {
}
.cell_st_service .list dl {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: -1px;
}
.cell_st_service .list dl:nth-child(even) {
	background: #f7f7f7;
}
.cell_st_service .list dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 6px;
}
.cell_st_service .list dl dt a {
}
.cell_st_service .list dl dt a:hover {
}
.cell_st_service .list dl dd {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cell_st_service .list dl dd ul {
	display: table;
	width: 100%;
}
.cell_st_service .list dl dd ul li {
	display: table-cell;
	vertical-align: middle;
	width: 12.5%;
	text-align: center;
	height: 100%;
	line-height: 1.25em;
	font-size: 50%;
	padding: 4px;
	border-right: 1px solid #ccc;
}
.cell_st_service .list dl dd ul li:last-child {
	border-right: none;
}

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

	cell_st_service

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

.cell_st_barrierfree .content dl dt a,
.cell_st_service .list dl dt a {
	color: #9B0040;
	text-decoration: underline;
	line-height: 1.2em;
	display: inline-block;
	font-size: 60%;
}
.cell_st_barrierfree .content dl dt .icon_pdf:after,
.cell_st_service .list dl dt .icon_pdf:after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 4px -2px 6px;
	background: url(/common/images/icon_window.svg) no-repeat center center;
	background-size: cover;
}

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

	header_foreign

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

#header_foreign {
	margin-bottom: 0px;
}
.bread {
	padding: 0;
}

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

	cell_timcell_stationmapetable

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

.cell_stationmap .cell_inn {
}
.cell_stationmap .cell_inn .ph {
	padding: 40px 5%;
	background: #f7f7f7;
	border-radius: 6px;
}

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

	cell_timetable

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

.cell_timetable {
	display: none;
}
.cell_timetable .table {
}
.cell_timetable .table table {
	width: 100%;
}
.cell_timetable .table tr {
	width: 100%;
}
.cell_timetable .table tr:nth-child(1n) {
}
.cell_timetable .table tr:hover {
}
.cell_timetable .table tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.1);
}
.cell_timetable .table tr:nth-child(even) {
	background: rgba(0, 0, 0, 0);
}
.cell_timetable .table tr:nth-child(odd):hover,
.cell_timetable .table tr:nth-child(even):hover {
	background: #ddd;
}
.cell_timetable .table tr th {
	border: 1px solid #ccc;
	width: 6.6%;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.cell_timetable .table tr td {
	width: 6.6%;
	text-align: center;
	font-weight: 400;
}
.cell_timetable .cap {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.cell_timetable .cap p {
	float: right;
	font-size: 90%;
	margin-left: .8em;
}
.cell_timetable .btn_print {
	width: 100%;
	text-align: center;
}
.cell_timetable .btn_print a {
	padding: 1em 6em;
	line-height: 1em;
	text-decoration: none;
	color: #9B0040;
	border: 1px solid #9B0040;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	background: url(/common/images/icon_print.svg) no-repeat top 50% right 16px #fff;
	background-size: 20px;
}
.cell_timetable .btn_print a:hover {
	border: 1px solid #9B0040;
	color: #fff;
	background: url(/common/images/icon_print_w.svg) no-repeat top 50% right 16px #9B0040;
	background-size: 20px;
}

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

	cell_foreign_tpcs

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

.cell_foreign_tpcs {
}
.cell_foreign_tpcs .cell_inn {
}
.cell_foreign_tpcs .cell_inn .box {
	width: 100%;
	border: 3px solid #eee;
	padding: 20px;
	margin-bottom: 10px;
}
.cell_foreign_tpcs .cell_inn .box .box_ttl {
	color: #9B0040;
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 10px;
}
.cell_foreign_tpcs .cell_inn .box .text {
	position: relative;
}
.cell_foreign_tpcs .cell_inn .box .text img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
}
.cell_foreign_tpcs .cell_inn .box p {
	font-size: 110%;
}
.cell_foreign_tpcs .cell_inn .box p strong {
	font-weight: 600;
	display: block;
}
.cell_foreign_tpcs .cell_inn .box p a {
	color: #9B0040;
	text-decoration: underline;
}
.cell_foreign_tpcs .cell_inn .box p a:hover {
	text-decoration: none;
}

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

	cell_map

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

.cell_map {
	margin-bottom: 80px;
}
.cell_map iframe {
	width: 100%;
	height: 400px;
}

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

	color

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

.tab-list {
	margin-bottom: 0px;
}
.tab-list span {
	font-size: 100%;
}
@media screen and (max-width : 1150px) {
	.tab-list span {
		display: none;
	}
}
.content-box {
	padding-top: 0px;
	border-top: none;
}
.tab-menu.weekdays,
.tab-menu.holidays {
	background: #eee;
	padding: .7em 2em;
	font-size: 1.1vw;
}
.tab-menu.weekdays:hover,
.tab-menu.holidays:hover {
	background: #ccc;
}
.weekdays.current {
	background: #285490 !important;
}
.holidays.current {
	background: #9b0037 !important;
}
.cell_timetable .table_weekdays tr th {
	background: #285490;
	color: #fff;
}
.cell_timetable .table_holidays tr th {
	background: #9b0037;
	color: #fff;
}

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

	lostbtn

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

.lostbtn {
	width: 100%;
	text-align: center;
}
.lostbtn a {
	display: inline-block;
	margin: 0 auto;
	background: #9b0037;
	border: 1px solid #9b0037;
	line-height: 1em;
	padding: 1em 5em;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border-radius: 30px;
}

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

	footer

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

.footer {
}
.footer .ft_nav,
.footer .ft_social {
	display: none;
}

