@charset "UTF-8";

#access {
	width: 100%;
	padding-bottom: 12rem;
	@media screen and (max-width: 767px) {
		padding-bottom: 6rem;
	}
	.iframe-container {
		width: 100%;
		margin-bottom: 4rem;
		@media screen and (max-width: 767px) {
			margin-bottom: 2rem;
		}
		& iframe {
			width: 100%;
			height: 62.4rem;
			@media screen and (max-width: 767px) {
				height: 30rem;
			}
		}
	}
    .address-info {
        font-style: normal;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0.08em;
        color: #000000;
        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            line-height: 1.65;
        }
    }
}
