@charset "utf-8";
/* CSS Document */

/*------------------------------------------*/
/*ページタイトル*/

#page_title{
	background-image:url(shisetu/title2022.jpg);
}

/*------------------------------------------*/

#school_map{
	width:555px;
	height:503px;
	margin:40px auto;
	overflow:hidden;
	position:relative;
	background-image:url(shisetu/map.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.btn01{
	width:251px;
	height:91px;
	position:absolute;
	left:0px;
	bottom:0px;
	overflow:hidden;
}

.btn01 a{
	display:block;
	width:100%;
	height:91px;
	overflow:hidden;
	text-indent:-9999px;
}

/*------------------------------------------*/
/*リニューアル*/

.mincho{
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: 400;
}

#right_column{
	width: 627px;
	margin-right: 0 !important;
}

#sample{
	width:100%;
	overflow:hidden;
	position:relative !important;
}

#sample li{
	list-style-type:none;
	position:relative;
}

#sample li div{
	position:relative;
}

#sample li div > img{
	width: 100%;
	height: auto;
}

#sample li dl{
	box-sizing: border-box;
	margin: 10px 6px 0 6px;
}

#sample li dl dt{
	font-size:18px;
	line-height: 1.2;
	color:#2077CB;
	border-bottom: 0.5px solid #000;
	padding-bottom: 10px;
}

#sample li dl dd{
	font-size: 15px;
	color: #4D4D4D;
	margin: 11px 0 0;
}

/**/

.bx-wrapper{
	position:relative;
}

.bx-viewport{
	position:relative;
}

/**/

.custom-thumb{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.custom-thumb a{
	display: block;
	width: 48px;
	height: 46px;
	box-sizing: border-box;
	filter: brightness(50%);
}

.custom-thumb a img{
	width: 100%;
	height: auto;
}

.custom-thumb a.active{
	border: 2.5px solid #E5AF61;
	filter: brightness(100%);
}

/**/

.bx-prev{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url("shisetu/prev.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:38px;
	height:38px;
	position:absolute;
	left:0px;
	top: 122px;
}

.bx-next{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url("shisetu/next.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:38px;
	height:38px;
	position:absolute;
	right:0px;
	top: 122px;
}


/**/


.block01{
	overflow: hidden;
}

.block01 .link01{
	width: 100%;
	margin-top: 48px;
	position: relative;
}

.block01 .link01 img{
	width: 100%;
}

.block01 .link01 ul{
	list-style: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.block01 .link01 ul li{
	width: 182px;
	margin: 0 16px;
}

.block01 .link01 ul li a{
	display: block;
	width: 100%;
	line-height: 44px;
	background: url("shisetu/link_ico.png")no-repeat rgba(32,34,35,0.64) right 22px center;
	background-size: 8px auto;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: 0.3s;
}

/*
.block01 .link01 a{
	transition: 0.3s;
}

*/

.block01 .link01 ul li a:hover{
	filter: brightness(200%);
}

/**/

.block02{
	overflow: hidden;
}

.block02 .block_inner{
	width: 100%;
	margin: 50px 0 95px;
}

.block02 .block_inner h4{
	font-size: 17px;
	line-height: 1.53;
	color: #0071B7;
	text-align: center;
}

.block02 .block_inner .map{
	width: 100%;
	margin-top: 15px;
}

.block02 .block_inner .map img{
	width: 100%;
	height: auto;
}

.block02 .block_inner .bnr{
	width: 487px;
	margin: 34px auto 0;
}

.block02 .block_inner .bnr a{
	transition: 0.3s;
}

.block02 .block_inner .bnr a:hover{
	filter: brightness(120%);
}



/*-----------------------------------------------------------*/























