@charset "utf-8";

/* topWrap */
.topWrap{
	position: relative;
}
.topWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images250808/top/bg01.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.topWrap_inner{
	position: relative;
}
@media (max-width:1024px){
	.topWrap:before{
		background-image: url(../images250808/top/bg01_u1024.svg);
	}
}

/* pageTitle */
.pageTitle{
	padding: 80px 0 50px 0;
	text-align: center;
}
.pageTitle h2{
	font-family: "Jost", sans-serif;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #0d102c;
}

/* mapWrap */
.mapWrap{
	max-width:1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.mapWrap>.title{
	margin-bottom: 30px;
	text-align: center;
}
.mapWrap>.title>h3{
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 1.5em;
	box-sizing: border-box;
	position: relative;
}
.mapWrap>.title>h3:before,
.mapWrap>.title>h3:after{
	content: '';
	width: 0.5em;
	height: 100%;
	position: absolute;
}
.mapWrap>.title>h3:before{
	border-top: 1px solid #0d102c;
	border-bottom: 1px solid #0d102c;
	border-left: 1px solid #0d102c;
	top: 0;
	left: 0;
}
.mapWrap>.title>h3:after{
	border-top: 1px solid #0d102c;
	border-bottom: 1px solid #0d102c;
	border-right: 1px solid #0d102c;
	top: 0;
	right: 0;
}
.mapWrap>.title>p{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.mapWrap>.mapImg,
.mapWrap>.modelMap_img{
	margin-bottom: 80px;
}
.mapWrap>.mapImg>p{
	margin-bottom: 20px;
}
.mapWrap>.modelMap_img>p{
	max-width: 650px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mapWrap .mapImg table,
.mapWrap .modelMap_img table{
	width: 100%;
	border-collapse: collapse;
}
.mapWrap .mapImg table tr th,
.mapWrap .modelMap_img table tr th{
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	width: 35%;
	border-bottom: 1px solid #0d102c;
	background-color: #0d102c;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.mapWrap .mapImg table tr td,
.mapWrap .modelMap_img table tr td{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1em;
	width: 100%;
	border-bottom: 1px solid #0d102c;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.mapWrap .mapImg table tr td a,
.mapWrap .modelMap_img table tr td a{
	font-family: "Jost", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	padding: 0.5em 1em;
	background-color: #78734b;
	transition: 0.5s all;
}
.mapWrap .mapImg table tr td a:hover,
.mapWrap .mapImg table tr td a:active,
.mapWrap .modelMap_img table tr td a:hover,
.mapWrap .modelMap_img table tr td a:active{
	transition: 0.5s all;
	border-radius: 50px;
}
.mapBtn>ul{
	display: flex;
	justify-content: center;
}
.mapBtn>ul>li{
	max-width: 400px;
	width: 48%;
}
/*.mapBtn>ul>li:nth-child(1){
	margin-right: 10px;
}*/
.mapBtn>ul>li>a{
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	transition: 0.5s all;
}
.mapBtn>ul>li>a:hover,
.mapBtn>ul>li>a:active{
	border-radius: 50px;
	transition: 0.5s all;
}
.mapBtn>ul>li:nth-child(1)>a{
	background-color: #78734b;
}
.mapBtn>ul>li:nth-child(2)>a{
	background-color: #616d91;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.mapWrap .mapImg table tr th,
	.mapWrap .modelMap_img table tr th{
		width: 45%;
	}
}
@media (max-width:1024px){
	.mapWrap .mapImg table tr th,
	.mapWrap .modelMap_img table tr th{
		display: block;
		width: 100%;
	}
}
@media (max-width:768px){
	.mapWrap,
	.mapWrap>.modelMap_img>p{
		width: 90%;
	}
}
@media (max-width:500px){
	.mapBtn>ul{
		flex-direction: column;
		align-items: center;
	}
	.mapBtn>ul>li{
		max-width: 400px;
		width: 90%;
	}
	.mapBtn>ul>li:nth-child(1){
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.under500{
		display: block;
	}
}