@charset "utf-8";
/* index.css */
#header {
	margin-bottom: 0;
}
.breadcrumb {
	display: none;
}
#top-nav ul {
	display: flex;
	margin: 12px 0 50px;
}
#cnt-block {
	display: flex;
	justify-content: space-between;
}
.top-left-nav li {
	margin-bottom: .3em;
}
.top-left-nav a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.top-left-nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: #690000;
	transition: .3s;
}
.top-left-nav a:hover {
	color: #690000;
}
.top-left-nav a:hover::after {
	width: 100%;
}
#information {
	width: 670px;
}
dl.information dd a, dl.information dd span {
	display: inline-block;
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
}

.information-window {
	/*overflow-y: scroll;*/
	border-top: 3px solid #690000;
	border-bottom: 3px solid #690000;
	height: 235px;
}
dl.information {
	width: 670px;
}
p.information-list {
	position: relative;
}
p.information-list a {
	position: absolute;
	top: -20px;
	right: 0;
	color: #690000;
	text-decoration: none;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
p.information-list a::before {
	 content: "\f0da";
}
p.information-list a:hover {
	color: #4169e1;
}
.slick_container{
	background: #ccccc6;
}
#slick{
	width:1124px;
	margin:0 auto;
}
.slick-prev{
	left:-100px;
}
.slick-next{
	right:-100px;
}
.slick-prev,
.slick-next{
	width: 100px;
	height: 100px;
	z-index: 10;
}