@charset "utf-8";

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

	TOP

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

body {
	line-height:1.5;
}

.header {
	width:950px;
	margin:0 auto;
	padding:10px 0 20px 0;
}
	.header-logo {
		float:left;
	}

	.header-tel {
		float:right;
		padding-top:15px;
	}

.nav {
	background:#007bd9;
}
	.nav ul {
		width:950px;
		height:50px;
		margin:0 auto;
	}
	.nav li {
		float:left;
	}

.main {
	overflow:hidden;
	text-align:center;
	position:relative;
}
	.main object {
		width:1920px;
		height:345px;
		margin-left:-960px;
		position:absolute;
		left:50%;
	}

.contents {
	width:950px;
	margin:0 auto;
	padding:30px 0;
}
	.new_wrap {
		width:540px;
		float:left;
}
	.new {
		border:1px solid #ccc;
		border-radius:3px;
		padding:20px;
	}
		.new ul {
			height: 300px;
			overflow: auto;
		}
		.new li {
			margin:0 0 10px 0;
		}
		.new li:last-child {
			margin:0;
		}
			.new li span {
				width:100px;
				float:left;
			}
			.new li a {
				width:470px;
				float:right;
			}
.news_list a {
background-color: #2D7CD2;
color: #fff;
text-align: center;
width: 240px;
margin: 24px auto;
display: block;
text-decoration: none;
line-height: 44px;
font-weight: bold;
border-radius: 2px;
}

	.event {
		width:220px;
		border:1px solid #ccc;
		border-radius:3px;
		padding:20px;
		float:right;
	}
	#guidebook a {
		width: calc(99.999% - 40px);
		width: -webkit-calc(99.999% - 40px);
		background-color: #2D7CD2;
		border-radius:3px;
		padding:20px;
		margin-top: 12px;
		color: #fff;
		text-decoration: none;
		display: block;
		font-weight: bold;
		text-align: center;
}

.partner {
	background:#fafbfc;
	border-top:1px solid #ccc;
	border-bottom:3px solid #666;
	padding:30px 0;
}
	.partner-title {
		font-size:18px;
		font-weight:bold;
		margin-bottom:20px;
		text-align:center;
	}
	.partner-bnr {
		width:950px;
		margin:0 auto;
	}
	.partner-bnr li {
		float:left;
		margin:0 30px 15px 0;
	}
	.partner-bnr li:nth-child(5n) {
		margin-right:0;
	}
	.partner-bnr-2 {
		width: 100%;
		max-width:950px;
		margin:0 auto;
	}
	.partner-bnr-2 li {
		float:left;
		width: calc((99.999% - 120px) / 5);
		width: -webkit-calc((99.999% - 120px) / 5);
		margin:0 2.842105263% 15px 0;
		border: 1px solid #333;
	}
	.partner-bnr-2 li img {
		width: 100%;
		height: auto;
	}
	.partner-bnr-2 li:nth-child(5n) {
		margin-right:0;
	}

.footer {
	padding:30px 0;
}
	.footer-inner {
		width:950px;
		margin:0 auto;
		position:relative;
	}
	.footer-tsto {
		text-align:center;
		margin-bottom:40px;
		padding-top: 40px;
	}
	.footer-nav {
		position:absolute;
		top:0;
		right:0;
		font-size:12px;
	}
		.footer-nav li {
			float:left;
			padding-left:18px;
			background:url(../images/ico_arrow02.gif) no-repeat;
			line-height:1.2;
		}
		.footer-nav li:first-child {
			margin-right:20px;
		}
	.footer-copy {
		font-size:12px;
		text-align:right;
	}

/* カレンダーの土日の色 */

.sunday .ui-state-default {
	background-image: none; background-color: #FF9999;
}
.saturday .ui-state-default {
	background-image: none; background-color: #66CCFF;
}
.holiday .ui-state-default {
	background-image: none; background-color: #FF9999;
}
.today .ui-state-default {
	border:1px solid #333;
}

#datepicker {
	font-size:12px;
}
.txt_center {
display: block;
text-align: center;
}
.bxslider div img {
margin: 0 auto;
}
#movie01 {
width: calc(99.999% - 580px);
width: -webkit-calc(99.999% -580px);
float: right;
}
#movie01 iframe {
width: 370px;
height: 208px;
}
#movie01 h3 {
text-align: center;
font-size: 16px;
padding: 0.75em 1em;
margin-bottom: 1em;
}
video {
max-width: 100%;
height: auto;
}