@charset "utf-8";

#access h2 {
	position: relative;
}
#access h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../../images/common/icon_access.svg") no-repeat left bottom;
}
#access .map img {
	border-radius: 5px;
	border:1px solid #ccc;
}
#access #accessBox .img img {
	border-radius: 5px;
}
@media screen and (max-width: 768px) {

	/* mv */
	#mv {
	}
	#access #contents {
		width: 92vw;
		margin: 0 auto;
	}

	#access h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-top: 2.6vw;
		padding-left: 10vw;
	}
	#access h2::before {
		width: calc(63vw / 7.5);
		height: calc(50vw / 7.5);
		background-size: contain;
		top: 2vw;
		margin: auto;
	}
	#access section:not(#c1) h2 {
		margin-top: 6vw;
	}
	#access section p {
		margin-bottom: 4vw;
	}
	#access #accessBox {
		border-top:1px dotted #ccc;
	}
	#access #accessBox .text {
		margin: 6vw auto 0;
		width: 60vw;
	}
	#access #accessBox .text strong {
		display: block;
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	#access #accessBox .img {
		margin-bottom: 6vw;
		text-align: center;
	}
	#access #accessBox .img img {
		width: 60vw;
	}
	#access #accessBox .img span {
		display: block;
		text-align: center;
		margin-top: 1vw;
	}

} 

@media screen and (min-width: 769px) {
	
	/* mv */
	#mv {
		margin-bottom: 50px;
	}
	#access .map {
		width: 760px;
		margin: 0 auto 80px;
	}

	#access h2 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 60px;
	}
	#access section:not(#c1) h2 {
		margin-top: 60px;
	}
	#access h2::before {
		width: 44px;
		height: 51px;
		bottom: 8px;
	}
	#access section p {
		margin-bottom: 20px;
	}
	#access h4 {
		margin-bottom: 10px;
	}
	#access #accessBox {
		width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#access #accessBox .text {
		width: 240px;
	}
	#access #accessBox .text strong {
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}
	#access #accessBox .img {
		width: 360px;
	}
	#access #accessBox .img span {
		display: block;
		text-align: center;
		margin-top: 5px;
	}
} 
