@charset "utf-8";

html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 80px; 
}

.row-reverse {
	flex-direction: row-reverse;
}

.main_area {
	padding-top: 100px;
}


/* map_area
===================================== */
.contents_area {
	padding-top: 120px;
	padding-bottom: 140px;
}
.contents_title_wrap {
	text-align: center;
}

.outline_contents {
	margin-top: 60px;
}
.outline_contents_title {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #594b2a;
	margin-bottom: 16px;
}
table , td, th {
	border: 1px solid #bfae98;
	border-collapse: collapse;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 2;
}
td, th {
	padding: 20px 20px;
}
table {
	width: 100%;
}
th {
	background: #f0ece3;
	border-right: none;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
td {
	width: calc(100% - 300px);
	border-left: none;
}

@media only screen and (max-width:768px) {
	.contents_area {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.outline_contents {
		margin-top: 40px;
	}
	.outline_contents_title {
		font-size: 16px;
		margin-bottom: 12px;
	}
	td, th {
		font-weight: 400;
		padding: 14px 20px;
		line-height: 1.6;
	}
	th {
		border: none;
		display: block;
		width: 100%;
	}
	td {
		border: none;
		display: block;
		width: 100%;
		padding-left: 40px;
	}
}


.logo_wrap {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	column-gap: 60px;
}

@media only screen and (max-width:768px) {
	.logo_wrap {
		margin-top: 30px;
		flex-direction: column;
		row-gap: 20px;
	}
}