/* ==========================================
   自炊の森 アクセス CSS
   ========================================== */
.access-content {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.access-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    line-height: 1.4;
    font-size: 1.0rem;
}

.access-section {
    margin-bottom: 20px;
}

.access-section h2 {
    font-size: 1.25rem;
    border-left: 4px solid var(--theme-color);
    padding-left: 15px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.access-images {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 15px;
	align-items: flex-start;
}

.image-wrapper {
	flex: 1;
	min-width: 200px;
	display: flex;
	justify-content: center;
}

.image-wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.map-container {
	margin-top: 15px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ddd;
	aspect-ratio: 16 / 9;
}

.address-box {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	margin-top: 15px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .access-card {
        padding: 20px;
    }
    .access-section h2 {
        font-size: 1.1rem;
    }
}
