@charset "utf-8";

	/* section.accessArea */
	body .section.accessArea {
		margin-bottom: 70px;
	}

	/* AccList */
	body #AccList {
		margin-bottom: 20px;
	}


	/* LocList */
    body .hdrImg {
        text-align: center;
        margin-bottom: 60px;
    }
    body .hdrImg img {
        max-width: 100%;
    }
	body #LocList {
		margin-bottom: 40px;
	}
	body #LocList ul li {
		margin-bottom: 20px;
	}
	body .LocList {
        margin-bottom: 40px;
    }
    body .LocList ul li {
        margin-bottom: 20px;
    }

	/* map */
	body #map {
		width: 100%;
		height: 640px;
	}

    div#AccList .photo {
        position: relative;
    }

    /* アクセスの都市名 */
    div#AccList .photo span.access_name {
        /*
        position: relative;
        top: -76px;
        */
        position: absolute;
        bottom: 58px;
        left: 18px;
        color: white;
        z-index: 10;
        font-size: 1.8em;
    }

    div#AccList .photo span.access_time_span {
        position: absolute;
        bottom: 16px;
        left: 19px;
        z-index: 10;
    }

    div#AccList .photo span.access_time {
        color: white;
        z-index: 10;
        font-size: 2.9em;
    }

    div#AccList .photo span.access_time_min {
        color: white;
        z-index: 10;
        font-size: 1.3em;
    }

    .locationTtl {
        font-size: 24px;
        padding-left: 15px;
        margin: -15px 0 20px;
    }

    /* ttlImage */
    .accessTtlImage {
        text-align: center;
        margin-bottom: 30px;
    }
    .accessTtlImage img {
        width: 100%;
    }

    .mapcap {
        text-align: right;
        margin-top: 5px;
        font-size: 16px;
    }

/* @media 960 START */
@media only screen and (max-width:960px) {
	/* map */
	body #map {
/*		height: 220px; */
/*		height: 100%; */
	}

    .locationTtl {
        font-size: 20px;
        padding-left: 5px;
    }
}
