@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
nav ul li:nth-of-type(5) img  {
	opacity: 0.6;
}
main h1 {
	background-image: url(../images/access/title_back.png);
	height: 183px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 60px;
}
main h1 span {
	display: block;
	padding-top: 75px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
main p {
	line-height: 160%;
}

#access #map {
	width: 1000px;
	height: 370px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#infor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#infor .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#infor .box:nth-of-type(1)  {
	width: 520px;
}

#infor .box h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/about_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: -5px;
}
#infor .box table {
	border-top: 1px solid #0377BF;
	border-left: 1px solid #0377BF;
	margin-bottom: 8px;
}
#infor .box table th {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #69BBE0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#infor .box table th.time {
	font-size: 17px;
	text-align: left;
	padding-left: 10px;
	height: 50px;
}

#infor .box table td {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #FFFFFF;
	font-size: 19px;
	color: #0377BF;
	text-align: center;
}
#infor .box ul li {
	font-size: 18px;
	line-height: 160%;

}
#infor .box ul li span {
	color: #0377BF;
}
#train {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#train ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#train ul li {
	margin-bottom: 20px;
}
#train ul li:nth-of-type(1),
#train ul li:nth-of-type(2),
#train ul li:nth-of-type(4),
#train ul li:nth-of-type(5) {
	background-image: url(../images/access/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
}

#train ul li figure {
	margin-bottom: 5px;
}
#car {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#car div {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#car div p {
	width: 600px;
}
#bass {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#bass div {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#bass div p {
	width: 600px;
}





}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h1 {
	background-image: url(../images/access/title_back.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 5%;
}
main h1 span {
	display: block;
	line-height: 120px;
	padding-left: 5%;
	text-align: left;
	color: rgba(3,119,191,1.00);
	font-weight: bold;
	font-size: 26px;
}
#access #map {
	width: 100%;
	height: 250px;
	margin-bottom: 10%;
}
#infor {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10%;
}

#infor .box h2 {
	font-size: 23px;
	color: #0377BF;
	background-image: url(../images/dot01.png),url(../images/index/about_icon.png);
	background-position: left bottom, left top;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: -5px;
}
#infor .box table {
	border-top: 1px solid #0377BF;
	border-left: 1px solid #0377BF;
	margin-bottom: 8px;
}
#infor .box table th {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #69BBE0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#infor .box table th.time {
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	height: 50px;
}

#infor .box table td {
	border-right: 1px solid #0377BF;
	border-bottom: 1px solid #0377BF;
	background-color: #FFFFFF;
	font-size: 15px;
	color: #0377BF;
	text-align: center;
}
#infor .box ul li {
	font-size: 16px;
	text-align: left;

}
#infor .box ul li span,
#infor .box ul li a {
	color: #0377BF;
}
#train {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#train ul {
}
#train ul li {
	margin-bottom: 30px;
	background-image: url(../images/access/arrow_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
#train ul li:last-child {
	background-image: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#train ul li img {
	width: 100%;
}
#train ul li figure {
	margin-bottom: 5px;
}
#car {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#car div img {
	width: 100%
}
#car div p {
}
#bass {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#bass div img {
	width: 100%
}
#bass div p {
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
}
