@charset "utf-8";

/* メインビジュアル */

#mv .mvImg {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
}

#mv .mvImg img {
	width: 100%;
	max-width: 980px;
}

@media screen and (max-width: 1000px) {
	#mv .mvImg {
		width: 95%;
	}
}

@media screen and (max-width: 480px) {
	
	#mv .mvImg {
		margin: 15px auto 0;
	}
	
}

/* レイアウト */

#access {
	width: 100%;
	max-width: 980px;
	margin: 30px auto 0;
}

#access .contentBox {
	padding: 15px 30px 30px 13px;
}

@media screen and (max-width: 1000px) {
	#access {
		width: 95%;
	}
}

@media screen and (max-width: 910px) {
	
	#access .contentBox {
		padding: 15px 24px 15px 10px;
	}
	
}

@media screen and (max-width: 480px) {
	
	#access {
		margin: 15px auto 0;
	}
	
}



/* コンテンツ */


#access .storeData {
	position: relative;
	width: 32%;
	float: left;
	min-height: 506px;
}


#access .storeData .photo img {
	width: 100%;
	max-width: 300px;
}


#access .storeData table {
	width: 100%;
	padding: 10px 0 0;
}

#access .storeData th {
	width: 68px;
}


#access .storeData .tlBtn {
	width: 47%;
	position: absolute;
	bottom: 0;
	right: 0;	
}

#access .storeData .tlBtn img {
	width: 100%;
	max-width: 141px;
}

#access .map {
	width: 66.6%;
	float: right;
}

#access .map iframe {
	border: 3px solid #192644 !important;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}


@media screen and (max-width: 910px) {

	#access .storeData {
		width: 100%;
		float: none;
		min-height: inherit;
	}

	#access .storeData .photo {
		width: 37%;
		float: left;
	
	}
	
	#access .storeData table {
		width: 60%;
		float: left;
		padding: 0 0 40px 20px;
	}
	
	#access .storeData .tlBtn {
		width: 15.7%;
		min-width: 100px;
	}

	#access .map {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
}


@media screen and (max-width: 750px) {

	#access .storeData th, #access .storeData td {
		font-size: 14px;
	}
}


@media screen and (max-width: 480px) {
	
	#access .storeData .photo {
		text-align: center;
		width: 100%;
		float: none;
	
	}
	
	#access .storeData table {
		width: 100%;
		float: none;
		padding: 10px 0 40px;
	}
	
	#access .storeData .tlBtn {
		width: 29.3%;		
	}
	
	#access .map iframe {
		height: 300px !important;
	}

}