@charset "utf-8";
/*==================================================
	【交通アクセス・地図】ページ固有のスタイル
==================================================*/
#access::after {
	content: "ACCESS";
}
#access h4.sub {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 0;
}
#access h4.sub::before,
#access h4.sub::after {
	display: none;
}
#access h4 .maru {
	width: 88px;
	height: 88px;
	background: #f9f4a7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-radius: 50%;
}
#access .box_map {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#access .img_map {
	width: 48%;
}
#access .mt50 {
	margin-top: 50px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#access h4.sub {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#access h4 .maru {
		width: 52px;
		height: 52px;
		margin-right: 15px;
	}
	#access h4 .maru img {
		transform: scale(0.7);
	}
	#access .box_map {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#access .box_map {
		display: block;
		margin-bottom: 30px;
	}
	#access .img_map {
		width: 100%;
	}
	#access iframe {
		width: 100%;
		aspect-ratio: 334 / 368;
		margin-top: 20px;
	}
	#access .mt50 {
		margin-top: 30px;
	}
}