@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#access{
	margin-top: 40px;
	margin-bottom: 13.84%;
	padding-right: 6.15%;
	padding-left: 6.15%;
}
#access .content_wrap{
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
	#access .child_h2_h2{
		margin-bottom: 0;
	}
#access table{
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0px 14px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}
	#access table tr{
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #0a2a3a;
		margin-bottom: 12px;
	}
#access table th{
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
    padding-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}
#access table td{
	padding-left: 0;
	border-left: 0 solid #0a2a3a;
	font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
	margin-bottom: 12px;
}
#access table td p{
	font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
}
#acc_about_parking{
	margin-top: 16px;
	margin-bottom: 4px;
}

#access h3{
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 24px;
		
}
#access h4{
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}
#acc_parking_ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.15%;
}
#acc_parking_ul li{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12px;
    background-image: url(../images/arrow_double_under_green.svg);
    background-position: center bottom;
    background-size: 24px auto;
    padding-bottom: 32px;
}
	#acc_parking_ul li:nth-child(2n){
		margin-right: 0;
	}
.acc_parking_img{
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}
.acc_parking_img::before{
    position: absolute;
    top: 8px;
    left: 8px;
    content: "01";
    font-family: "Anton", sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 400;
    -webkit-text-stroke-width: 1px;
    -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;
    padding-bottom: 0px;
}
.acc_parking_img img{
	width: 100%;
}

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