@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#access {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#access h2.ttl {
	margin-top: 8%;
	margin-bottom: 5%;
}
#access h3 {
	color: #1F8D3A;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#access h3+p {
	text-align: left;
	width: 750px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#access h4 {
	color: #1F8D3A;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	margin-left: auto;
    margin-right: auto;
	line-height: 1.4em;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
#access h5 {
	font-size: 28px;
	margin-bottom: 20px;
}
#access h5+figure {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#access .bg {
	background-color: #1E8F39;
	width: 76%;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: auto;
    margin-right: auto;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 0px;
}
#access .mapng img {
	width: 100%;
}
#car {
	margin-top: 10%;
}
#train {
	margin-top: 12%;
}
#train h4+figure {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#train h6.dot {
	border: 2px dotted #000;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
#train table {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#train th {
	color: #1E8F39;
	font-weight: bold;
	font-size: 18px;
}
#train td {
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#train td:nth-of-type(1) {
	width: 50%;
}
#train td+td {
	border-left: 4px solid #fff;
}
#train tr:nth-child(even) td {
	background-color: #E3E4E5;
}
#train iframe {
	width: 100%;
	height: 500px;
}
#train dl {
}
#train dl dt {
	width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
	margin-top: 30px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#access h2.ttl {
	margin-top: 8%;
	margin-bottom: 5%;
}
#access h3 {
	color: #1F8D3A;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 4%;
}
#access h3+p {
	text-align: left;
	margin-left: 5%;
    margin-right: 5%;
	margin-bottom: 8%;
}
#access h4 {
	color: #1F8D3A;
	font-size: 5vw;
	font-weight: bold;
	border-bottom: 2px solid #000;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
#access h5 {
	font-size: 4vw;
	margin-bottom: 2%;
}
#access h5+figure {
	width: 86%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#access .bg {
	background-color: #1E8F39;
	width: 76%;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: auto;
    margin-right: auto;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 0px;
}
#car {
	margin-top: 10%;
}
#train {
	margin-top: 12%;
}
#train h4+figure {
	width: 86%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#train h6.dot {
	border: 2px dotted #000;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	font-weight: bold;
	font-size: 3.5vw;
	margin-bottom: 1%;
}
#train table {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#train th {
	color: #1E8F39;
	font-weight: bold;
}
#train td:nth-of-type(1) {
	width: 50%;
}
#train td+td {
	border-left: 4px solid #fff;
}
#train tr:nth-child(even) td {
	background-color: #E3E4E5;
}
#train iframe {
	width: 100%;
	height: 80vw;
}
#train dl {
	margin-bottom: -3vw;
}
#train dl dt {
	width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: -2vw;
	margin-top: 4%;
}
}



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



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



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}