@charset "UTF-8";

/*header*/
#sapporo_gp .main .nav_mv {
    background: url(../images/access/mv.jpg) no-repeat top center;
    height: 280px;
}


/*sec01*/

#sapporo_gp .sec01 > h2,
#sapporo_gp .sec01 > p{
	text-align: center;
	margin-bottom: 40px;
}

#sapporo_gp .sec01{
	margin: 50px 0 0;
}

#sapporo_gp .sec01 .map_area{
	margin:40px 0 20px;
}

#sapporo_gp .sec01 address{
	font-style: normal;
	text-align: center;
}

/*sec02*/

#sapporo_gp .sec02 > div{
	margin:	50px 0 0;
}

#sapporo_gp .sec02 h3{
	margin:0 0 40px;
}

#sapporo_gp .sec02 h4{
	margin:40px 0 0;
}

#sapporo_gp .sec02 h4:nth-of-type(2){
	margin-top: 20px;
}
#sapporo_gp .sec02 > div:nth-of-type(1) p{
	padding-left:1.5em;
}

#sapporo_gp .sec02 > div > img{
	margin-bottom:35px;
	display: block;
}

#sapporo_gp .sec02 .parking_box{
	border: 5px solid #CEC2BB;
	position: relative;
	width: calc(100% - 80px);
	padding: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:63px 0 50px;
}

#sapporo_gp .sec02 .parking_box:before{
	content: "";
	background:url(../images/access/icon01.png) no-repeat center center;
	width: calc(100% - 80px);
	height: 24px;
	position: absolute;
	top: -29px;
}

#sapporo_gp .sec02 .parking_box h4{
	margin:0 0 20px;
	width: 100%;
}


#sapporo_gp .sec02 .parking_box > div{
	width: 570px;
}
#sapporo_gp .sec02 .parking_box > img{
	display: block;
	height: auto;
	width: 270px;
}

#sapporo_gp .sec02 .parking_box table{
	margin-bottom:10px;
	width: 100%;
}

#sapporo_gp .sec02 .parking_box th,
#sapporo_gp .sec02 .parking_box td{
	padding:10px 1em;
	border: 1px solid #CECECE;
	border-collapse: collapse;
}

#sapporo_gp .sec02 .parking_box th{
	color:#FFF;
	background:#564941;
}

#sapporo_gp .sec02 .parking_box td span{
	font-size: 11px;
}


/*sec03*/
#sapporo_gp .sec03{
	background: #F2EDEA;
	padding: 45px;
	margin: 0 0 50px;
}

#sapporo_gp .sec03 h3,
#sapporo_gp .sec03 p{
	text-align:center;
}

#sapporo_gp .sec03 h3{
	margin-bottom:20px;
}

#sapporo_gp .sec03 > img{
	margin:40px auto 20px;
}



#sapporo_gp .sec03 h4{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AEAEAE;}

#sapporo_gp .info_box {
	width:100%;
	display:flex;
	justify-content: space-between;
}

#sapporo_gp .info_box div{ width: 48%;}

#sapporo_gp .info_box dl{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sapporo_gp .info_box dt{
	width:60%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AEAEAE;
}
#sapporo_gp .info_box dd{
	width:40%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AEAEAE;
	text-align: right;
}

