@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.sliderBox{
	margin-bottom: 32px;
	padding: 21px 0 15px;
	border-top: 5px solid #0066AA;
	background-color: #eee;
}

.sliderBox .foo .slick-slide{
	margin: 0 20px;
}

.slick-dots{
	margin-top: 14px;
	text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
	width: 13px;
	height: 13px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
	width: 13px;
	height: 13px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background : url(icon011.gif) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
}

.slick-dots li.slick-active button{
	background : url(icon021.gif) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
}

#main .headLine01{
	font-size: 22px;
}

#main .features{
	margin: 0 -17px 42px 0;
	width: 996px;
}

#main .features li{
	float: left;
	margin-right: 17px;
	width: 315px;
}

#main .features li .pho{
	margin-bottom: 12px;
}

#main .features li dt{
	margin-bottom: 13px;
	color: #0066AA;
	font-size: 20px;
	text-align: center;
}

#main .features li dd{
	font-size: 16px;
}

#main .information .news{
	float: left;
	width: 621px;
	padding: 19px 17px 8px 10px;
	background-color: #F0F0E1;
}

#main .information .news dt{
	padding-left: 11px;
	float: left;
	font-size: 16px;
}

#main .information .news dd{
	margin-bottom: 7px;
	padding: 0 0 4px 8em;
	font-size: 16px;
	background : url(line01.gif) left bottom / auto auto repeat-x scroll padding-box border-box transparent;
}

#main .information .reservation{
	float: right;
	width: 315px;
	position: relative;
}

#main .information .reservation a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .information .reservation span{
	position: absolute;
	left: 16px;
	top: 138px;
	font-size: 16px;
	line-height: 1.2;
}