/*header
-----------------------------------------------------------*/


#topPage header {
	height: 680px;
	overflow-x: hidden;
}

#topPage header h1 {
	width: 100%;
	height: 600px;
	text-indent: -9876px;
}

#topPage header p {
	margin-top: -36px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 188.89%;
	font-weight: 500;
	
}

#topPage header p span {
	font-weight: 700;
	color: #c63761;
}

@media screen and (max-width: 800px) {
	
	#topPage header {
		height: auto;
		background-size: 24px 1080px;	
    }

    #topPage header h1 {
        height: 88vw;
    }

    #topPage header p {
        margin-top: 2.5vw;
		padding: 0 5% 5vw;
        text-align: left;
    }
	
}

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

    #topPage header h1 {
        height: 105.6vw;
        background-size: 120vw 105.6vw;
    }
	
}

/*Information
-----------------------------------------------------------*/

#topPage #info {
	background-color: #edf8fe;
	padding-top: 60px;
}

#topPage #info h3 {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 6px;
	border-bottom: solid 1px #999;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}

#topPage #info h3 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
	margin-right: 8px;
	letter-spacing: 1px;
}

#topPage #info ul {
	width: 840px;
	margin: 24px auto 0;
}

#topPage #info ul li {
	position: relative;
	padding-left: 120px;
	margin-bottom: 12px;
}

#topPage #info ul li span {
	position: absolute;
	top: 0;
	left: 0;
	color: #777;
}

#topPage #info ul li a {
	color: #555;
	text-decoration: underline;
}

#topPage #info ul li a:hover {
	color: #888;
}
#topPage #info ul li a.important {
	color: rgb(206, 2, 2);
	text-decoration: underline;
}

#topPage #info ul li a.important:hover {
	color:red;
}
#topPage #info #infoTweet {
	width: 840px;
	margin: 36px auto 0;
	padding-bottom: 60px;
}

#topPage #info #infoTweet a {
	display: inline-block;
	position: relative;
	padding: 6px 0 0 56px;
	color: #444;
}

#topPage #info #infoTweet a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(23,161,239,1);
}

@media screen and (max-width: 800px) {
	
	#topPage #info {
        padding-top: 7.5vw;
    }

    #topPage #info h3 {
        width: 90%;
        padding-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #topPage #info h3 span {
        font-size: 22px;
        font-size: 2.2rem;
        margin-right: 7px;
    }

    #topPage #info ul {
        width: 90%;
        margin: 12px auto 0;
    }

    #topPage #info ul li {
        padding-left: 0;
        margin-bottom: 6px;
    }

    #topPage #info ul li span {
        position: relative;
		display: block;
		margin-bottom: 1px;
    }

    #topPage #info #infoTweet {
        width: 90%;
        margin: 24px auto 0;
        padding-bottom: 10vw;
    }

    #topPage #info #infoTweet a {
        padding: 6px 0 0 56px;
    }

    #topPage #info #infoTweet a span {
        width: 40px;
        height: 40px;
    }
	
}


/*Bus
-----------------------------------------------------------*/

#topPage #bus {
	padding: 90px 0 60px;
}

#topPage #bus h3 {
	width: 480px;
	margin: 0 auto;
}

#topPage #bus .busroute {
	width: 900px;
	margin: -36px auto 0;
}

@media screen and (max-width: 800px) {
	
	#topPage #bus {
        padding: 10vw 0 7.5vw;
    }

    #topPage #bus h3 {
        width: 80%;
		max-width: 360px;
        margin: 0 auto;
    }

    #topPage #bus .busroute {
        width: 90%;
		max-width: 640px;
        margin: 6vw auto 0;
    }

}

/*Point
-----------------------------------------------------------*/

#topPage .point {
	background-image: url("../img/top_point_bg.png");
	background-position: center center;
	background-size: 48px 48px;
}

#topPage .point .pointInner {
	position: relative;
	width: 90%;
	max-width: 1140px;
	margin: 60px auto;
}

#topPage #point01 .pointInner,
#topPage #point03 .pointInner {
	padding-left: 31%;
}

#topPage #point02 .pointInner {
	padding-right: 31%;
}

#topPage #point01 .pointInner {
	min-height: 360px;
}

#topPage #point03 .pointInner {
	min-height: 522px;
}

#topPage .point .pointInner h3 {
	width: 412px;
	margin-bottom: 32px;
}

#topPage .point .pointInner p {
	line-height: 200%;
	margin-bottom: 20px;
}

#topPage .point .pointInner p.voice {
	margin-bottom: 12px;
	color: #a22041;
	font-weight: 500;
}

#topPage .point .pointInner .btnBox {
	margin: 36px 0 24px;
}

#topPage .point .pointInner .btnBox .btn {
	margin: 0 16px 16px 0;
}

#topPage .point .pointInner .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 31.59%;
}

#topPage #point02 .pointInner .imgBox {
	left: inherit;
	right: 0;
}

#topPage .pointIllust {
	width: 720px;
	margin: 36px auto;
}

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

    #topPage .point .pointInner {
        margin: 7.5vw auto;
    }

    #topPage #point01 .pointInner,
    #topPage #point03 .pointInner {
        padding-left: 0;
    }

    #topPage #point02 .pointInner {
        padding-right: 0;
    }

    #topPage #point01 .pointInner {
        min-height: inherit;
    }

    #topPage #point03 .pointInner {
        min-height: inherit;
    }

    #topPage .point .pointInner h3 {
        width: 100%;
		max-width: 309px;
		margin: 0 auto 32px;
    }

    #topPage .point .pointInner p {
        margin-bottom: 16px;
    }

    #topPage .point .pointInner p.voice {
        margin-bottom: 10px;
    }

    #topPage .point .pointInner .btnBox {
        margin: 28px auto 20px;
		width: 100%;
		text-align: center;
    }

    #topPage .point .pointInner .btnBox .btn {
        margin: 0 8px 16px;
    }

    #topPage .point .pointInner .imgBox {
        position: relative;
        width: 100%;
		max-width: 280px;
		margin: 4vw auto 0;
    }
	
	#topPage #point03 .pointInner .imgBox {
		margin-bottom: 28px;
		max-width: 360px;
	}

    #topPage .pointIllust {
        width: 100%;
		max-width: 480px;
        margin: 4.5vw auto;
    }
	
}


/*park & busride
-----------------------------------------------------------*/

#topPage #pabr {
	position: relative;
	margin-top: 96px;
}

#topPage #pabr h3 {
	position: relative;
	width: 480px;
	margin: 0 auto;
	z-index: 13;
}

#topPage #pabr #before {
	position: relative;
	background-color: #dbe6f9;
	background-image: url("../img/top_pabr_before_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 192px;
	margin-top: -90px;
	padding: 172px 0 36px;
	z-index: 12;
}

#topPage #pabr #after {
	background-color: #fff6c0;
	background-image: url("../img/top_pabr_top.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 90px 45px;
	padding: 72px 0 36px;
}

#topPage #pabr h4 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

#topPage #pabr p {
	margin-top: 24px;
	text-align: center;
	line-height: 200%;
}

#topPage #pabr p span {
	display: inline-block;
}

#topPage #pabr #before .imgBox {
	position: relative;
	width: 320px;
	margin: 32px auto;
}

#topPage #pabr #before .imgBox .subImg {
	position: absolute;
	top: 18px;
	right: -220px;
	width: 180px;
}

#topPage #pabr #after .imgBox {
	width: 280px;
	margin: 24px auto 0;
}

#topPage #pabr #afterBottom {
	width: 100%;
	height: 45px;
	background-image: url("../img/top_pabr_bottom.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 90px 45px;
}

@media screen and (max-width: 800px) {
	
	#topPage #pabr {
        margin-top: 12vw;
    }

    #topPage #pabr h3 {
        width: 80%;
		max-width: 360px;
    }

    #topPage #pabr #before {
        background-size: 100vw 10vw;
        margin-top: -2.5vw;
        padding: 17.5vw 0 4.5vw;
    }

    #topPage #pabr #after {
        background-size: 80px 40px;
        padding: 61px 0 5vw;
    }

    #topPage #pabr h4 {
		width: 90%;
		margin: 0 auto;
        font-size: 22px;
        font-size: 2.2rem;
    }

    #topPage #pabr p {
		width: 90%;
        margin: 20px auto;
    }
	
	#topPage #pabr p span {
		text-align: left;
	}

    #topPage #pabr #before .imgBox {
        width: 80%;
		max-width: 280px;
        margin: 16px auto;
    }

    #topPage #pabr #before .imgBox .subImg {
        position: relative;
        top: 0;
        right: 0;
        width: 60%;
		max-width: 240px;
		margin: 16px auto 0;
    }

    #topPage #pabr #after .imgBox {
        width: 60%;
		max-width: 240px;
        margin: 16px auto 0;
    }

    #topPage #pabr #afterBottom {
        height: 40px;
        background-size: 80px 40px;
    }
	
}

@media screen and (min-width: 1921px) {
	
	#topPage #pabr #before {
        position: relative;
        background-size: 100vw 10vw;
        margin-top: -4.5vw;
        padding: 180px 0 60px;
    }
	
}


/*Access
-----------------------------------------------------------*/

#topPage #access {
	margin-top: 24px;
}


#topPage #access h4 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

#topPage #access .btns {
	width: 90%;
	text-align: center;
	margin: 36px auto 80px;
}

#topPage #access .btns .btn {
	display: inline-block;
	margin: 0 8px 16px;
}

@media screen and (max-width: 800px) {
	
	#topPage #access {
        margin-top: 16px;
    }

    #topPage #access h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #topPage #access .btns {
        margin: 32px auto 48px;
    }
	
}

@media screen and (max-width: 374px) {
	
    #topPage #access h4 {
        font-size: 19px;
        font-size: 1.9rem;
    }
	
	.btn {
		margin: 0 0 16px!important;
	}
	
}


