@charset "utf-8";

.leaflet-pane {
	z-index: 1;
}
.leaflet-control {
	z-index: 5;
}
.leaflet-top, .leaflet-bottom {
	z-index: 6;
}
.pageWrap{
	background-attachment: fixed;
	background-image: url(../images/top/topBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
}
.ttlWrap,
.subTitle_wrap{
	width:850px;
	margin:0 auto;
}
.ttlWrap>h2,
.subTitle_wrap>h3{
	width:670px;
	margin:0 auto;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}
.ttlWrap>h2>span{
	font-size: 1.25em;
	letter-spacing: 0.025em;
}
.ttlWrap>p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}
.locationCatch{
	margin-bottom: 50px;
}
.locationPoint_wrap{
	width:1386px;
	margin:0 auto;
	margin-bottom: 50px;
}
.locationPoint_wrap ul{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.locationPoint_wrap ul li{
	width:18%;
	margin-bottom: 30px;
}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode: forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from{
		opacity:0;
		transform:translateY(50px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}
.pointInner>.imgBox{
	margin-bottom: 5px;
}
.pointInner>.txtBox>h3,
.pointInner>.txtBox>p>span{
	font-size: 0.9em;
	font-weight: 400;
}
.pointInner>.txtBox>p{
	display: flex;
	justify-content: space-between;
}
.pointInner>.txtBox>p>span:first-of-type{
	flex: 1;
	border-bottom: 1px dashed #000;
	transform: translateY(-50%);
	margin:0 0.5em 0 0;
}
.accessWrap{
	width:1386px;
	margin:0 auto;
	margin-bottom: 50px;
}
.accessWrap_inner{
	background-color: #fff;
	padding:50px 0;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.accessWrap_inner p{
	width:95%;
	margin:0 auto;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}
.accessWrap_inner>p:first-of-type{
	margin-bottom:30px;
}
.scrollUp{
	transition: 0.5s ease-in-out;
	transform:translateY(50px);
	opacity:0;
}
.scrollUp.on{
	transform:translateY(0);
	opacity:1;
}
.mapWrap{
	width:1386px;
	margin:0 auto;
	background-color: #fff;
	margin-bottom: 50px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top:0;
	left:0;
}
.locationList_wrap{
	width:1386px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.locationList_wrap>.listWrap{
	width:48%;
}
.listInner{
	margin-bottom: 30px;
}
.listInner:last-of-type{
	margin-bottom: 0px;
}
.listInner>dl>dt{
	font-size: 1.3em;
	letter-spacing: 0.1em;
	padding-left:1em;
	margin-bottom: 10px;
	position: relative;
}
.listInner>dl>dt:before{
	content:'';
	display: block;
	width:10px;
	height:35px;
	position: absolute;
	top:0;
	left:0;
	background-size: cover;
	background-repeat: no-repeat;
}
.listWrap.left>.listInner:first-of-type>dl>dt:before{
	background-image: url(../images/location/btn01.svg);
}
.listWrap.left>.listInner:nth-of-type(2)>dl>dt:before{
	background-image: url(../images/top/btn02.svg);
}
.listWrap.left>.listInner:nth-of-type(3)>dl>dt:before{
	background-image: url(../images/location/btn03.svg);
}
.listWrap.left>.listInner:last-of-type>dl>dt:before{
	background-image: url(../images/top/btn04.svg);
}
.listWrap.right>.listInner:first-of-type>dl>dt:before{
	background-image: url(../images/top/btn09.svg);
}
.listWrap.right>.listInner:nth-of-type(2)>dl>dt:before{
	background-image: url(../images/location/btn06.svg);
}
.listWrap.right>.listInner:nth-of-type(3)>dl>dt:before{
	background-image: url(../images/top/btn05.svg);
}
.listWrap.right>.listInner:nth-of-type(4)>dl>dt:before{
	background-image: url(../images/top/btn06.svg);
}
.listWrap.right>.listInner:last-of-type>dl>dt:before{
	background-image: url(../images/top/btn07.svg);
}
.listInner>dl>dd{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.listInner>dl>dd>span{
	font-size: 0.9em;
}
.listInner>dl>dd>span:nth-of-type(2){
	flex: 1;
	border-bottom: 1px dashed #000;
	transform: translateY(-50%);
	margin:0 .5em 0 1em;
}
.li_wrap{
	background-color: #fff;
	padding:50px 0;
}
.locationNotice_wrap{
	width:1386px;
	margin:0 auto;
}
.locationNotice_wrap p{
	font-size: 0.75em;
	line-height: 1.6;
}
.under1400,
.under1024,
.under768,
.under500{
	display: none;
}
@media (max-width:1600px){
	.locationPoint_wrap,
	.accessWrap,
	.mapWrap,
	.locationList_wrap,
	.locationNotice_wrap{
		width:87%;
	}
}
@media (max-width:1500px){
	.locationPoint_wrap ul li{
		width: 31%;
	}
}
@media (max-width:1400px){
	.ttlWrap,
	.subTitle_wrap{
		width:87%;
	}
	.under1400{
		display: block;
	}
}
@media (max-width:1024px){
	.locationPoint_wrap,
	.accessWrap,
	.mapWrap,
	.locationList_wrap,
	.locationNotice_wrap,
	.ttlWrap,
	.subTitle_wrap{
		width:90%;
	}
	.under1024{
		display:block;
	}
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:600px;
		margin-bottom: 15px;
	}
	.locationList_wrap>.listWrap{
		width:100%;
	}
	.listInner{
		margin-bottom: 0px;
		display: none;
	}
	.listInner.active{
		display: block;
	}
	.listTab{
		margin-bottom: 30px;
	}
	.listTab ul{
		width:90%;
		margin:0 auto;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.listTab ul li{
		width:32%;
		cursor: pointer;
		text-align: center;
		background-color: #000;
		color: #fff;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.listTab ul li.active{
		background-color: inherit;
		background-size: cover;
		background-position: center center;
	}
	.listTab ul li:first-of-type.active{                
		background-image: url(../images/top/btn01.svg);                
	}
	.listTab ul li:nth-of-type(2).active{
		background-image: url(../images/top/btn02.svg);
	}
	.listTab ul li:nth-of-type(3).active{
		background-image: url(../images/location/btn03.svg);
	}
	.listTab ul li:nth-of-type(4).active{
		background-image: url(../images/top/btn04.svg);
	}
	.listTab ul li:nth-of-type(5).active{
		background-image: url(../images/top/btn09.svg);
	}
	.listTab ul li:nth-of-type(6).active{
		background-image: url(../images/location/btn06.svg);
	}
	.listTab ul li:nth-of-type(7).active{
		background-image: url(../images/top/btn05.svg);
	}
	.listTab ul li:nth-of-type(8).active{
		background-image: url(../images/top/btn06.svg);
	}
	.listTab ul li:last-of-type.active{                
		background-image: url(../images/top/btn07.svg);                
	}
	.listInner>dl>dt{
		display:none;
	}
}
@media (max-width:768px){
	.pageWrap{
		aspect-ratio: 9/20;
	}
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:450px;
	}
	.locationPoint_wrap ul li{
		width: 48%;
	}
	.under768{
		display:block;
	}
	.pointInner>.txtBox>h3,
	.pointInner>.txtBox>p>span,
	.listInner>dl>dd>span{
		font-size: 1.1em;
	}
	.accessWrap_inner>p{
		overflow: scroll;
	}
	.accessWrap_inner>p>img{
		width:200%;
	}
	.scroll-hint-text{
		letter-spacing: 0;
	}
	.scroll-hint-icon{
		height:90px;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
}
@media (max-width:500px){
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:100%;
	}
	.locationCatch,
	.locationPoint_wrap,
	.accessWrap,
	.mapWrap,
	.locationList_wrap{
		margin-bottom: 30px;
	}
	.listTab{
		margin-bottom: 15px;
	}
	.pointInner>.txtBox>h3,
	.pointInner>.txtBox>p>span,
	.listInner>dl>dd>span{
		font-size: 1em;
	}
	.accessWrap_inner,
	.li_wrap{
		padding: 30px 0;
	}
	.accessWrap_inner{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	.under500{
		display:block;
	}
}
@media (max-width:400px){
	.listTab ul li{
		width:48%;
	}
	.listInner>dl>dd{
		flex-wrap: wrap;
	}
	.listInner>dl>dd>span:first-of-type{
		width:100%;
	}
	.listInner>dl>dd>span:nth-of-type(2){
		margin:0 .5em 0 0;
	}
	.accessWrap_inner>p>img{
		width:300%;
	}
}