/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 05:16:27 */
.access-section {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.access-container {
    display: flex;         
    gap: 36px;          
    flex-wrap: wrap;     
    justify-content: left; 
}

.map-block {
    display: flex;
    width: 577px; 
    max-width: 100%; 
    margin-bottom: 20px; 
}

.map-placeholder {
    width: 375px;
    height: 250px;
}
.info-area {
    width: 250px;
    height: auto;
	padding-left: 15px;
}
.info-area h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.info-area h2 {
    margin: 0;
	font-family: "Noto Sans JP", sans-serif;
    font-style: 400; 
    line-height: 1.5; 
    font-size: 14px; 
}

@media (max-width: 767px) {
    .access-container {
        justify-content: center;
        gap: 24px; 
    }

    .map-block {
        width: 100%; 
        flex-direction: column; 
        padding: 0 ; 
        box-sizing: border-box; 
    }

    .map-placeholder {
        width: 100%; 
        height: 200px; 
    }

    .map-placeholder iframe {
        width: 100%;
        height: 100%;
    }

    .info-area {
        width: 100%; 
        padding-left: 0; 
        margin-top: 10px;
    }

    .info-area h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .info-area h2 {
        font-size: 13px;
    }
}