@charset "UTF-8";
/* CSS Document */

#access{
	margin-top: 6.92%;
	margin-bottom: 9.23%;
	padding-right: 6.15%;
	padding-left: 6.15%;
}
#access .content_wrap{
	padding-left: 96px;
	padding-right: 96px;
	box-sizing: border-box;
}
#access table{
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0px 28px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 5.38%;
}
#access table th{
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    padding-right: 24px;
    width: 19.23%;
    text-align: left;
    margin-bottom: 16px;
}
#access table td{
	padding-left: 56px;
	border-left: 1px solid #0a2a3a;
	font-size: 15px;
    line-height: 2em;
    font-weight: 500;
}
#access table td p{
	font-size: 15px;
    line-height: 2em;
    font-weight: 500;
}
#acc_about_parking{
	margin-top: 32px;
	margin-bottom: 8px;
}

#access h3{
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 4.61%;
		
}
#access h4{
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 500;
}
#acc_parking_ul{
	display: flex;
/*	justify-content: space-between;*/
	flex-wrap: wrap;
/*	margin-bottom: 3.07%;*/
	margin-bottom: 5.38%;
}
#acc_parking_ul li{
    /*	width: 47.69%;*/
/*	margin-bottom: 4.61%;*/
    width: 22.12%;
    margin-right: 0.76%;
    padding-right: 3.07%;
    background-image: url(../images/arrow_double_green.svg);
    background-position: right top 16px;
    background-size: 9.23% auto;
    background-repeat: no-repeat;
}
.acc_parking_img{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.acc_parking_img::before{
	position: absolute;
	top: 10px;
	left: 10px;
	content: "01";
	font-family: "Anton", sans-serif;
/*    font-size: 64px;*/
	font-size: 40px;
    line-height: 1em;
    font-weight: 400;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F7F8FB;
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
}
#acc_parking_ul li:nth-child(2) .acc_parking_img::before{
	content: "02";
}
#acc_parking_ul li:nth-child(3) .acc_parking_img::before{
	content: "03";
}
#acc_parking_ul li:nth-child(4) .acc_parking_img::before{
	content: "04";
}
#acc_parking_ul li:nth-child(4){
	margin-right: 0;
	padding-right: 0%;
    background-image: none;
}
.acc_parking_img img{
	width: 100%;
}

.access_map{
	height: 0;
    overflow: hidden;
    padding-bottom: 39.23%;
    position: relative;
    width: 100%;
}
.access_map iframe{
	width: 100%;
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
