@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ main-visual ------*/

#main-visual {
	background: url("/images/access/main-visual.jpg") no-repeat;
	background-size: cover;
}

/*------ contents ------*/

/* 所在地 */
table.base td:nth-child(odd) {
	width: 15%;
	text-align: center;
}
table.base td:nth-child(even) {
	width: 85%;
}

#map {
	height: 0;
	overflow: hidden;
	padding-bottom: 460px;
	position: relative;
	margin:3em auto 6em;
}	
#map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* アクセス方法 */
ul.square {
	margin:1em 0 4em;
	/* padding-left:3em; */
}	
ul.square li:not(:last-child) {
	margin-bottom:0.8em;
}

.hover.dl-pdf {
	margin-top:2em;
}

.rotary {
	width:80%;
	margin:6em auto;
}
.rotary img {
	width:100%;
}


/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {

	/*------ contents ------*/
	
	/* 所在地 */
	#map {
		width: 1080px;
	}	
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	
	/*------ main-visual ------*/
	
	#main-visual {
		background: url("/images/access/main-visual_sp.jpg") no-repeat;
		background-size: cover;
	}
	
	/*------ contents ------*/
	
	/* 所在地 */
	table.base td:nth-child(odd) {
		width: 23%;
	}
	table.base td:nth-child(even) {
		width: 77%;
	}
	#map {
		padding-bottom: 80vw;
		margin:1.5em auto 3em;
	}

	/* アクセス方法 */
	ul.square {
		margin:1em 0 2em;
		padding-left:2em;
	}	
	.rotary {
		width:100%;
		margin:2em auto;
	}
	
	
}