@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	アクセスマップ（バス（新潟駅））

//////////////////////////////////////////////////////////////////////////////*/

/** 共通ファイルの継承 **/
@import url( "../../css/common.css" );

/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

/* 時刻表
------------------------------------------------------------------------------*/

main .tab_column .time_table .notes {
	margin-top: .5em;
	text-align: right;
}

main .time_table tbody th {
	display: block;
}

.en main .time_table tbody th,
.en main .time_table thead th:first-child,
.ru main .time_table tbody th,
.ru main .time_table thead th:first-child {
	position: relative;
	min-height: 56px;
}

.en main .time_table tbody th span,
.en main .time_table thead th:first-child span,
.ru main .time_table tbody th span,
.ru main .time_table thead th:first-child span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.en main .time_table thead th:first-child span,
.ru main .time_table thead th:first-child span {
	width: 90%;
}

@media screen and (max-width: 767px){

main .tab_column .time_table .notes {
	text-align: left;
}
	
main .time_table th {
	vertical-align: center;
}

main .time_table thead {
	width: 32%;
}

main .time_table tbody {
    width: 68%;
}

main .time_table tbody th,
main .time_table tbody td {
	padding-right: .7em;
	padding-left: .7em;
}

.en main .time_table tbody th,
.en main .time_table thead th:first-child,	
.ru main .time_table tbody th,
.ru main .time_table thead th:first-child {
	min-height: 8vw;
}

.ru main .time_table thead {
	width: 45%;
}

.ru main .time_table tbody {
    width: 55%;
}
	
main .time_table thead th:first-child, main .time_table tbody th {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

}

/* IC
------------------------------------------------------------------------------*/

main .ic,
main .ic ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

main .ic {
	margin: 2em 0 5em;
	justify-content: space-between;
}

main .ic header {
	width: 23%;
}

main .ic p {
	font-size: .875em;
}

main .ic .note {
	display: inline-block;
}

main .ic ul {
	justify-content: space-between;
	width: 72%;
	margin: 0;
	padding: .5em 3em;
	border-left: 1px solid rgba(0,0,0,.15);
	list-style: none;
}

main .ic ul li {
	margin: 0;
	width: 18%;
	margin-top: 3%;
	text-align: center;
	font-size: .75em;
}

main .ic ul li:nth-child(-n+5) {
	margin-top: 0;
}

main .ic figure {
	margin: 0 0 .5em 0;
}

@media screen and (max-width: 767px){

main .ic {
	margin-bottom: 3em;
}

main .ic header,
main .ic ul {
	width: 100%;
}

main .ic header h3 {
	margin-bottom: .5em;
}

main .ic ul {
	margin: 1em 0 0;
	padding: 0;
	border: none;
}

main .ic figure figcaption {
	display: none;
}

}


/* 路線図
------------------------------------------------------------------------------*/

main .route {
	margin-top: 2.375em;
	padding: 2em;
}

main .route h3 {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.25em;
	color: rgba(9,91,165,1);
}

main .route .route_map {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

main .route .route_map::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: rgba(255,255,255,.85);
}

main .route .route_map figure {
	position: relative;
	width: 47.5%;
	margin: 0;
	padding: 2em 0 1em;
}

main .route .route_map figure figcaption {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	padding: .5em .75em;
	background-color: rgba(47,60,69,.6);
	line-height: 1;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
}

main .route .note {
	margin-bottom: 1em;
}

@media screen and (max-width: 1000px){

main .route {
	padding: 1.5em;
}

}

@media screen and (max-width: 767px){

main .route {
	padding: 1em;
}

main .route .route_map::before {
	display: none;
}

main .route .route_map figure {
	width: 100%;
	padding: 2.5em 0 0;
}

main .route .route_map figure:first-child {
	margin-bottom: 2.5em;
}
}











