@charset "utf-8";
#content {
}
.page-ttl {
	padding: 70px 20px;
	display: flex;
	justify-content: center;
	align-items:baseline;
}
.page-wrap{
	padding: 40px 0 20px;
}
.inner{
	max-width: 1200px;
	margin: 0 auto;
}
.scene-ttl{
	text-align: center;
	margin-bottom: 40px;
}

#access{
	background: #f6f6f6 url("../images/access/bg03.png") right bottom no-repeat;
}

.colmun2{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.colmun2 .colmun_l{
	width: 48%;
}
.colmun2 .colmun_r{
	width: 48%;
}
.center-ttl{
	color: #242e43;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .01em;
	text-align: center;
	margin-bottom: 20px;
}
.center-map{
	margin-bottom: 80px;
}
.r-item{
	border-top: 3px solid #000;
	padding: 20px 0 0;
}

.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list .item {
	width: 100%;
	color: #242e43;
	border-bottom: 1px solid #5d5d5d;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.list .item dl {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: .01em;
}
.list .item dt {
	font-size: 33px;
	padding: 0 0 5px;
	margin: 0 0 20px;
	border-bottom: 1px solid #5d5d5d;
}
.list .item dd {
	margin: 0;
	margin-bottom: 20px;
}
.list .item dd.txt-m {
	font-size: 20px;
	margin-bottom: 0;
}
.list .item .thumb {
	background: #fff;
	text-align: center;
	/*height: 250px;*/
	overflow: hidden;
}
.list .item .thumb img {
    width: 100%;
	/*height: 250px;*/
	object-fit: cover;
}

.btn-more{
	max-width: 180px;
	font-size: 14px;
	font-weight: 0;
	line-height: 1;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
}
.arrow{
	display: block;
	position: relative;
	padding: 8px 50px 8px 20px;
	border: 1px solid #242e43;
	color: #242e43;
}
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto;
	content: "";
	width: 32px;
	height: 7px;
	border-bottom: 1px solid #242e43;
	border-right: 1px solid #242e43;
	transform: skew(45deg);
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.arrow:hover::after {
	right: 10px;
}
.arrow.white{
	border: 1px solid #fff;
	color: #fff;
}
.arrow.white::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 767px) {
	.inner{
		padding: 0 20px;
		margin: 0 auto;
	}
}


/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 480px) {
	.colmun2 .colmun_l,
	.colmun2 .colmun_r{
		width: 100%;
	}
	
	.center-ttl{
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.list .item {
		border-bottom: none;
	}
	.list .item dt {
		font-size: 20px;
		text-align: center;
	}
	.list .item dd {
		font-size: 14px;
	}
	.list .item dd.txt-m {
		font-size: 15px;
	}
	
	.btn-more{
		max-width: 100%;
		font-size: 18px;
	}
	.arrow{
		padding: 10px 50px 13px 20px;
	}
	.sp-center{
		text-align: center;
	}
}