@charset "utf-8";

#contents{
	padding-top: 90px;
	background: #d9dbe0;
	}

@media (max-width: 990px) {
	#contents{
		padding-top: 60px;
		}
	}

/* parking
-------------------------------------------*/
#parking{
	text-align: center;
	overflow: hidden;
    padding: 120px 0;
	}	
#parking .tit{
	margin-bottom: 60px;
	}
#parking h2{
	min-width: 320px;
    text-align: center;
    font-size: 2.4rem;
    padding: 8px 0;
    display: inline-block;
    font-weight: normal;
    color: #3e3a39;
    border: solid 1px #3e3a39;
    background: #fff;
	}

#parking h3{
	font-size: 2.4rem;
	line-height: 1.8;
    font-weight: normal;
	}
#parking p{
	font-size: 2.1rem;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 40px;
	}
#parking span.sup{
	display: block;
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.8;
	}
#parking table{
	width: 100%;
	border-top: solid 1px #3e3a39;
	border-right: solid 1px #3e3a39;
    background: #fff;
	margin-bottom: 60px;
	}
#parking table tr{
	border-bottom: solid 1px #3e3a39;
	}
#parking table th{
    width: 20%;
	font-weight: normal;
	font-size: 2.1rem;
    text-align: center;
	padding: 20px 20px;
	border-left: solid 1px #3e3a39;
    vertical-align: middle;
	}
#parking table td{
    width: 40%;
    text-align: center;
	font-size: 2.1rem;
	padding: 20px 20px;
	border-left: solid 1px #3e3a39;
    vertical-align: middle;
	}
#parking table td span{
	font-size: 1.3rem;
	}

#parking .googlemap{
	position: relative;
    padding-bottom: 56.25%;
    margin: 20px 0 60px;
    height: 0;
    overflow: hidden;
	}

#parking .googlemap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
	}

/*googlemapをモノトーンにする*/
#parking .googlemap iframe,
#parking .googlemap object,
#parking .googlemap embed {
	-webkit-filter: grayscale(100%);
 	-moz-filter: grayscale(100%);
 	-ms-filter: grayscale(100%);
 	-o-filter: grayscale(100%);
 	filter: grayscale(100%);
 	-webkit-transition: all 0.7s ease;
 	-moz-transition: all 0.7s ease;
 	-o-transition: all 0.7s ease;
 	transition: all  0.7s ease;
	}

#parking .googlemap iframe:hover,
#parking .googlemap object:hover,
#parking .googlemap embed:hover {
 	-webkit-filter: grayscale(0%);
 	-moz-filter: grayscale(0%);
 	-ms-filter: grayscale(0%);
 	-o-filter: grayscale(0%);
 	filter: grayscale(0%);
	}
/*googlemapをモノトーンにする end*/

#parking ul{
	font-size: 2.1rem;
    line-height: 1.8;
    text-align: center;
	}

@media (max-width: 990px) {
	#parking{
	    padding: 90px 0;
		}
	#parking h2{
		min-width: 280px;
		font-size: 18px;
		}
	#parking h3{
		font-size: 18px;
		margin-bottom: 0px;
		}
	#parking p{
		font-size: 14px;
	    padding-bottom: 20px;
		}
	#parking table{
	
		}
	#parking table th{
		font-size: 14px;
	    white-space: nowrap;
	    padding: 20px 10px;
		text-align: center;
		}
	#parking table td{
		font-size: 14px;
		line-height: 1.2;
		padding: 20px 10px;
		text-align: center;
		}
	#parking .googlemap {
    	position: relative;
    	padding-bottom: 100%;
    	margin: 40px 0 60px;
    	height: 0;
    	overflow: hidden;
		}
	#parking ul li{
    	text-align: left;
    	font-size: 14px;
    	padding-left: 1em;
    	text-indent: -1em;
		}
}







