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

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

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

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

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

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

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

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

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

#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;
	width: calc(100% - 40px);
	margin: 10px auto 0;
}

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

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

/**/

.bx-wrapper{
	position:relative;
}

.bx-viewport{
	position:relative;
}

/**/

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

.custom-thumb a{
	display: block;
	width: calc(100% / 6);
	height: 46px;
	box-sizing: border-box;
	padding: 0 5px 2px;
}

.custom-thumb a:nth-child(n + 7){
	margin-top: 10px;
}

.custom-thumb a img{
	width: 100%;
	height: auto;
	filter: brightness(50%);
	box-sizing: border-box;
}

.custom-thumb a.active img{
	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;
	background-size: 100% auto;
	width:20px;
	height:20px;
	position:absolute;
	left:10px;
	top: 80px;
}

.bx-next{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url("shisetu/next.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% auto;
	width:20px;
	height:20px;
	position:absolute;
	right: 10px;
	top: 80px;
}

/**/


.block01{
	overflow: hidden;
}

.block01 .link01{
	width: calc(100% - 20px);
	margin: 20px auto 0;
	position: relative;
}

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

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

.block01 .link01 ul li{
	width: 91px;
	margin: 0 10px;
}

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



/**/

.block02{
	overflow: hidden;
}

.block02 .block_inner{
	width: calc(100% - 20px);
	margin: 35px auto 50px;
}

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

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

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

.block02 .block_inner .bnr{
	width: calc(100% - 50px);
	margin: 20px auto 0;
}


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