@charset "UTF-8";

#parking-data {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

main section h1 {
	margin-bottom: 0.4rem;
	padding: 0.3rem;
	border-radius: 0.2rem;
	background-color: #0097CE;
	color: white;
	font-weight: bold;
	overflow: hidden;
}
main section h1::before, main section h1::after {
	content: none;
}

main section h1 .parking-id {
	float: right;
	font-size: 1rem;
	padding: 0 0.2rem;
	border-radius: 0.2rem;
	background-color: white;
	color: #005DC5;
	line-height: 1.5rem;
}

.content-left {
	float: left;
	overflow: hidden;
}

.content-right {
	float: right;
	width: 450px;
	overflow: hidden;
}

#images {
	margin: 0 0.5rem;
}
#images-for {
	width: 480px;
	height: 360px;
	margin-bottom: 0.4rem;
	border-radius: 0.4rem;
}
#images-for img {
	width: 100%;
	height: 100%;
}

#images-nav {
	width: 440px;
	margin: 0 auto 30px auto;
}

#images-nav .slick-track img {
	margin: 0 0.2rem;
}

#amount dl {
	border: 3px solid orange;
	border-radius: 0.5rem;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#amount dl dt {
	float: left;
	width: 24%;
	background-color: orange;
	font-size: 1.2em;
	line-height: 2.0rem;
	text-align: center;
}
#amount dl dd {
	float: right;
	width: 74%;
	line-height: 1.9rem;
	text-align: center;
}

#information {
	float: right;
	width: 100%;
}

a.size-check {
	display: block;
	position: relative;
	padding: 0.1rem 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #0097CE;
	border-left: 10px solid #0097CE;
	text-decoration: none;
	transition: all 0.2s;
}
a.size-check:hover {
	border-left: 10px solid white;
	box-shadow: 0 0 0 1px #0097CE;
	background: #0097CE;
	color: white;
}
#vehicles {
	display: none;
	position: absolute;
	padding: 0.5rem;
	border: 1px solid #0097CE;
	border-radius: 0.5rem;
	background: white;
}
#vehicles.show {
	display: block !important;
}
#vehicles th {
	width: 10rem;
	padding: 0 0.3rem;
}
#vehicles tr:not(:last-child) th {
	border-bottom: 1px dotted #CCC;
}
#vehicles td {
	width: 5rem;
	text-align: right;
	padding: 0 0.3rem;
}
#vehicles tr:not(:last-child) td {
	border-bottom: 1px dotted #CCC;
}
#vehicles tr.not-able {
	box-shadow: 0 0 0 20px #0003 inset;
}

#video {
	width: 100%;
}
#video iframe {
	width: 100%;
}

#inquiry {
	width: 480px;
	margin: 0 0.5rem;
	padding: 1rem;
	text-align: center;
}
#inquiry button {
	line-height: 3rem;
}

@media only screen and (max-width: 959px) {
	#parking-data, .content-left, .content-right, #information { float: none; width: 100%; }
	#images-for { width: 100%; height:auto; }
	#images-nav { width: 80%; }
	#inquiry { width: 100%; margin: 0; }
}