@charset "UTF-8";
#contents::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 380px;
    left: -10%;
/*    margin-left: -1744px;*/
    width: 50vw;
    height: 70vh;
    background-color: #ccc;
/*    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/secMain_access.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#secTop > .topTitle h1{
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

#secTop > #startborder h1{
/*	background-color: rgba(255,255,255,0.7);*/
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #fff;
}

/*＝＝コンテンツ*/
.skewBox {
	position: relative;
	padding: 0px 0px 40px;
	color: #000;
	width: 100vw;
/*	margin-top: -320px;*/
}

.skewBox:after{
	content: "";
	width: 100%;
	height: 20%;
	padding: 100px 300px;
	/*padding: 80px 500px 55px;*/
	background: rgba(43,54,66,0.3);
	position: absolute;
	top: 1000px;
	left: -100px;
	z-index: -10;
	transform: rotate(-45deg) skew(0deg);
	-webkit-transform: rotate(-45deg) skew(0deg);
}

.skewBox::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 580px;
    left: 30%;
/*    margin-left: -1744px;*/
    width: 30vw;
    height: 50vh;
    background-color: #ccc;
    opacity: 0.3;
/*    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.skewBoxBody{
	box-sizing: border-box;
	max-width: 1080px;
	padding: 40px 0px;
	/*padding-left: 130px;*/
	margin: 0px auto;
	line-height: 1.5;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h2{
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: solid 1px #000;
	margin-bottom:  30px;
}

h2 img{
	vertical-align: middle;
}

.accessWap {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
}

.mapImg {
	width: 100%;
	max-width: 930px;
	margin: 0px auto 40px;
}


.gmap {
	max-width: 928px;
	border: solid 1px #000;
	margin: 0px auto 30px;
	position: relative;
	padding-bottom: 60%;
	padding-top: 40px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.accessInfo {
	width: 100%;
	max-width: 930px;
	margin: 0px auto 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.accessInfo table{
	width: 100%;
}

.accessInfo th{
	padding: 10px;
	font-size: 18px;
	width: 20%;
	text-align: center;
	border-bottom: dotted 1px #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.accessInfo td{
	padding: 10px;
	border-bottom: dotted 1px #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.accessInfo .jr{
	color: #00b0ff;
}

.accessInfo .metro{
	color: #0099cc;
}


.accessInfo .bus{
	color: #1a9231;
}


.accessInfo .parking{
	color: #454545;
}



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


/*＝＝セカンドコンテンツ*/
	#contents .textSection .title{
		display: none;
	}

	.skewBox {
		position: relative;
		padding: 0px 0px;
		color: #000;
		width: 100vw;
		margin-top: 0px;
	}

	.skewBox:after{
		content: "";
		width: 100%;
		height: 20%;
		padding: 100px 300px;
		background: rgba(43,54,66,0.3);
		position: absolute;
		top: 1000px;
		left: -100px;
		z-index: -10;
		transform: rotate(-45deg) skew(0deg);
		-webkit-transform: rotate(-45deg) skew(0deg);
	}

	.skewBoxBody{
			box-sizing: border-box;
			width: 96%;
			max-width: 1080px;
			padding: 0px 0;
			padding-left: 0px;
			margin: 2% auto;
			line-height: 1.5;
			padding: 10px 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}

	h2{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.accessInfo th{
		padding: 5px 0px;
		font-size: 16px;
		width: 100%;
		text-align: center;
		border:none;
		display: block;
		background-color: #d4d4d4;
	}

	.accessInfo td{
		padding: 5px 2%;
		margin-bottom: 15px;
		display: list-item;
		border-bottom: dotted 1px #ccc;
		list-style-type: none;
	}

}

@media handheld, only screen and (max-width: 480px) {

}
