@charset "UTF-8";
.topimg{
	overflow: hidden;
}
.imgbox {
	margin: 0;
}
.bx-wrapper {
}
.slider {
    margin: 0;
	padding: 0;
}
.bxslider {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.bxslider ul li img {
		width: 100%;
		height: auto;
}
.bxslider .bx-viewport {
	overflow: visible !important;
}
.bxslider ul li img {
		width: 100%;
		height: auto;
}
.bxslider .bxslider_caption {
	opacity: 0;
	position: absolute;
	margin: auto;
	color: #494949;
}
.bxslider .bxslider_caption.pos_1 {
	left: 3px;
	top: 3px;
}
.bxslider .bxslider_caption.pos_2 {
	top: 3px;
	text-align: center;
}
.bxslider .bxslider_caption.pos_3 {
	right: 3px;
	top: 3px;
}
.bxslider .bxslider_caption.pos_3 p{
	text-align: right;
}
.bxslider .bxslider_caption.pos_7 {
	left: 3px;
	bottom: 3px;
}
.bxslider .bxslider_caption.pos_8 {
	bottom: 3px;
	text-align: center;
}
.bxslider .bxslider_caption.pos_9 {
	right: 3px;
	bottom: 3px;
}
.bxslider .bxslider_caption.pos_9 p{
	text-align: right;
}
.bxslider .bxslider_caption > div {
	padding: 10px;
}
.bxslider .bxslider_caption > p {
	padding: 0; margin: 0;
	white-space: nowrap;
}
	.custom-prev,.custom-next{
		position: absolute;
		top: 0;
		height: 30px;
		width: 30px;
		z-index: 1;
		bottom: 0;
		margin: auto;
	}	
	.custom-prev{
		left: 10px;
	}	
	.custom-next{
		right: 10px;
	}	
	.bx-prev,.bx-next{
		background-color:rgba(178,178,178,.7);
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		display: block;
		background-size: cover;
	}	
	.bx-prev:hover,.bx-next:hover{
		background-color:rgba(178,178,178,1);
	}	
	.bx-prev{
		background-image: url("../img/common/custom-prev.svg");
	}	
	.bx-next{
		background-image: url("../img/common/custom-next.svg");
	}	


	.info .news{
	}
	.info .news h2{
		border-top: 3px solid #e98e3f;
	}
	.info dl{
		margin: 10px 0;
		padding: 0;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}
	.info dt{
		margin: 0 0 5px;
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	.info dd{
		margin: 0 0 10px;
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	.page_link a{
		margin: auto;
	}

.contents_menu{
	display: flex;
justify-content:space-between;
	flex-wrap: wrap;
}
.contents_menu a{
	width: 48%;
	background: #fff;
	align-items: center;
	font-size: 1.7rem;
	margin-bottom: 5px;
}
.contents_menu a span {
}
.contents_menu a span img{
	width: 100%;
	display: block;
}
.contents_menu a p {
    background: url("../img/common/side_title.svg");
	padding: 0 30px 0 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 1.1rem;
	text-align: right;
	position: relative;
}
.contents_menu a p::after {
	content: "";
    background: #4794D1 url("../img/common/arrow.svg") center center;
	padding: 0px;
	margin: auto;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
}


#googlemap{
	width: 100%;
	height: 250px;
	
}
.access{
}
.access .article{
	
}
.access .article img{
	display: block;
	width: 100%;
}
.inner.bana{
	display: flex;
	justify-content:space-between;
	flex-direction:column;
	align-items:center;
}
.inner.bana a{
	display: inline-block;
}
.inner.bana img{
	max-width: 100%;
	margin: 0 auto 10px;
	display: block;
}
@media (min-width: 768px) {
	
	.custom-prev,.custom-next{
		height: 36px;
		width: 36px;
	}	
	


	.contents_box{}
	.contents_box .inner{
		width: 1050px;
		max-width: 100%;
		margin: auto;
	}
	.info{
	}
	.info .news{
		max-height: 550px;
		overflow-y: auto;
	}
	.info dl{
		display: flex;
		margin: 10px 0;
		padding: 0;
		font-size: 1.4rem;
		border-bottom: 1px solid #ccc;
	}
	.info dt{
		margin: 0 0 5px;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.75;
		width: 17em;
	}

	.info dd{
		width: calc(100% - 17em);
		margin: 0 0 10px;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.info dd p{
		margin: 0 0 10px;
	}
.contents_menu a{
	width: 33%;
}
.contents_menu a p {
	font-size: 1.4rem;
}

	.access{
		display: flex;
		margin:0 5px
	}
	.access .map{
		flex:  1 0 auto;
	}
	.access .article{
		flex: 0 1 320px;
		padding-left: 20px;
	}

	#googlemap{
		width: 100%;
		height: 390px;

	}
	.inner.bana{
		display: flex;
		justify-content:space-between;
		flex-direction:row;
		width: 560px;
		margin: 20px auto;
	}
	.inner.bana img{
		max-width: 100%;
		margin: 0 auto 10px;
		display: block;
	}

}

@media (min-width: 850px) {
	.topimg{
		width: 100%;
		max-width: 1000px;
		padding: 0;
		margin: 0 auto;
	}



}



