@charset "utf-8";
/* CSS Document */
/*******************
 mantion
********************/

.parking-list{
	position: relative;
}
.parking-tab-list {
  width: 100%;
}
.parking-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0 auto .8em;
}

.parking-tab-list li{
  	box-sizing: border-box;
    background: #a4a3a3;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: .5em 0;
    position: relative;
    min-width: 5em;
    width: 100%;
}
.parking-tab-list li + li {
	border-left: 2px solid #fff;
}
.parking-tab-list li.tab-active{
  	background-color: #317fc7;
}
.parking-tab-list li.tab-active:after{
  	content: "";
    position: absolute;
    bottom: -.5em;
    left: 50%;
    margin-left: -.5em;
    display: block;
    width: 0;
    height: 0;
    border-top: .5em solid #317fc7;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
}
.parking-list-box > div {
  display: none;
}
.parking-list-box > div.tabbox-active {
  display: block;
}
.parking-list-box {
    top: 100px;
}

.parking-about {
	border: 1px solid #e5e5e5;
}
.parking-about dl{
	display: table;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.parking-about dl .black{
	color: #000000;
}
.parking-about dl + dl {
	border-top: 1px solid #e5e5e5;
}
.parking-about dt {
	width: 184px;
	background-color: #ecf5fe;
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	font-size: 1.07em;
	display: table-cell;
}
.parking-about dd {
	color: #ff0000;
	box-sizing: border-box;
	padding: 1em;
	font-size: 1.07em;
	letter-spacing: 0.03em;
	text-align: center;
	display: table-cell;
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
    vertical-align: middle;
}
.list{
	padding: 5% 0 0;
}
.list .title{
	background: #317fc7;
	padding: 2%;
	margin-bottom: 3%;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
}
.list .subtitle img{
	margin: 0;
}
.list .list-inner{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	margin: 5% 0;
}
.list .list-inner .info{
	width: 50%;
	box-sizing: border-box;
	padding-right: 2em;
}
.list .list-inner .info .txt{
	line-height: 1.5;
	margin-bottom: 5%;
}
.list .list-inner .info .txt .br{
	margin: 2% 0;
}
.list .list-inner .parking-icon{
    margin: 10px 0;
	font-weight: bold;
	font-size: 1.25em;
}
.list .list-inner .parking-icon span{
	color: red;
}

.access .access-inner{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	margin: 2% 0 0;
}
.access .access-inner .map{
	width: 47%;
}
.access .parking-data .tit{
    margin: 10px 0;
	font-weight: bold;
	font-size: 1.25em;
}
.access .parking-data{
	margin: 0 0 0 5%;
}
.access .parking-data .parking-about dd{
	color: black;
}

.preparation-box{
	text-align: center;
	padding: 70px 0 10px;
}

@media screen and (max-width:640px){
	.parking-tab-list li{
		font-size: 1em;
	}
	.list .list-inner{
		display: block;
	}
	.list .list-inner .info{
		width: 100%;
		padding-right: 0;
	}
	.access .access-inner{
		display: block;
	}
	.access .access-inner .map{
		width: 100%;
	}
	.access .parking-data{
		margin: 0;
	}
	.parking-tab-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
	}
	.parking-tab-list li {
		padding-bottom: 0;
		width: auto;
		border: 2px solid #fff;
	}
}
