/* parking.css */


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


/*==== parking (pc view) ==== */	

	#box_contents_lower.parking {
		
	}
	
	#box_contents_lower.parking .box_lead {
	padding-left: 237px;
	margin-top: 70px;
	position: relative;
	z-index: 0;
	}
	
	
		#box_contents_lower.parking .box_lead .art {
			position: absolute;
			left: 20px;
			top: -20px;
		}
	
	
		#box_contents_lower.parking h3 {
			font-size: 1.25rem;
			margin: 0;
			font-weight: 700;
			color: #24559f;
			font-feature-settings: "palt" 1;
			letter-spacing: 0.05em;
		}
		

#box_contents_lower.parking .box_lead p {
	margin-top: 1em;
	margin-right: 254px;
}


#box_contents_lower.parking .box_lead h3+p {
	margin-top: 1em;
}


#box_contents_lower.parking .box_lead a {
	text-decoration: underline;
	color: #0937cc;
}


#sec_map_google {
	margin-top: 42px;
}


#sec_map_google>.inner {
	position: relative;
	width: 100%;
	z-index: 0;
}

/* gmap */

.box_qr_code {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -82px;
	width: 202px;
	height: 242px;
	background-color: #fff;
	box-shadow: 3px 9px 15px rgba(0,0,0,0.10);
	padding: 28px 0 0 0;
	border-radius: 8px;
}

.box_qr_code figure {
	text-align: center;
}

.box_qr_code figcaption {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #24559f;
	margin-top: 0.8em;
}

div#box_gmap,
#box_map_parking_detail {
	border: 1px solid #ccd;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 16px;
}

#sec_map_detail {
	margin-top: 54px;
}

#sec_map_detail h3+div {
	margin-top: 16px;
}

div[class^='box_gallery_'] {
	width: 94%;
	margin: 54px auto 0 auto;
}

div[class^='box_gallery_']  ul {
	display: flex;
	justify-content: flex-start;
	
}

div[class^='box_gallery_']  ul li {
	width: calc((100% - 48px) / 2);
}

div[class^='box_gallery_']  ul li:nth-of-type(even) {
	margin-left: 48px;
}


div[class^='box_gallery_'] img {
	max-width: 100%;
}

div[class^='box_gallery_'] figcaption {
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: right;
	font-weight: 400;
	padding-top: 0.3em;
}


/**/


/*==== parking (sp view) ==== */	

@media screen and (max-width: 480px) {
	/*mq-start*/
	
#box_contents_lower.parking {
	width: 88vw;
}

	#box_contents_lower.parking .box_lead {
	padding-left: 0;
	width: 88vw;
	margin:32px auto 0 auto;
	}
	
	#box_contents_lower.parking .box_lead .art {
			position: absolute;
			left: 20px;
			top: -20px;
			display: none;
		}
		
		
		#box_contents_lower.parking h3 {
			font-size: 5vw;
		}
	
	
	#box_contents_lower.parking .box_lead p {
	margin-top: 1em;
	margin-right: 0;
	font-size: 4.375vw;
}

div[class^='box_gallery_'] {
	width: 100%;
	margin: 6vw auto 0 auto;
}


div[class^='box_gallery_']  ul li {
	width: calc((100% - 5vw) / 2);
}

div[class^='box_gallery_']  ul li:nth-of-type(even) {
	margin-left: 5vw;
}

div[class^='box_gallery_'] figcaption {
	font-size: 3.125vw;
	text-align: center;
}

	
	/*mq-end*/
	
}
























/*  */