@charset "UTF-8";
.hdCommon__topSlide {
	/*margin-top: 25px;*/
}
.topSlide {
	position: relative;
}
.ltIE8 .topSlide {
	margin: 0 auto;
	width: 1000px;
}
.topSlide > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.topSlide > li:last-child {
	position: relative;
	overflow: hidden;
}
.topSlide > li img {
	vertical-align: bottom;
	max-width: 1400px;
	width: 100%;
	height: auto;
}
.navCommon--top {
	display: none;
}
.navCommon--top__list{
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.navCommon--top__list:after {
	content: "";
	clear: both;
	display: table;
}
.navCommon--top__list > li {
	float: left;
	width: 50%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 40%, rgb(236,236,236) 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(40%,rgb(255,255,255)), color-stop(96%,rgb(236,236,236))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 40%,rgb(236,236,236) 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 40%,rgb(236,236,236) 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 40%,rgb(236,236,236) 96%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 40%,rgb(236,236,236) 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

.navCommon--top__list > li.access,
.navCommon--top__list > li.link,
.navCommon--top__list > li.contact {
	width: 33%;
}
.navCommon--top__list > li a {
	font-size: 11px;
	text-align: center;
	display: block;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	padding: 40px 0px 10px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center 8px;
	text-decoration: none;
	white-space: nowrap;
}
.navCommon--top__list > li:nth-child(2) a {
	border-right: 0;
}
.navCommon--top__list > li.history a {
	background-image: url(../common/img/icn-gnav-history.png);
}
.navCommon--top__list > li.info a {
	background-image: url(../common/img/icn-gnav-info.png);
}
.navCommon--top__list > li.access a {
	background-image: url(../common/img/icn-gnav-access.png);
}
.navCommon--top__list > li.link a {
	background-image: url(../common/img/icn-gnav-link.png);
}
.navCommon--top__list > li.contact a {
	background-image: url(../common/img/icn-gnav-contact.png);
}
.navCommon--top__list > li.download a {
	background-image: url(../common/img/icn-gnav-download.png);
}
.rowTop {
	padding-top: 50px;
}
.rowTop__col {
}
.rowTop__col--right {
}
.rowTop__col--left {
}
.appLink {
	background: rgb(182, 155, 16); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(182, 155, 16)), color-stop(78%, rgb(125, 100, 47))); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b69b10', endColorstr='#7d642f', GradientType=0 );
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	transition: opacity .3s;
	display: none;
}
.appLink:hover {
	opacity: .8;
}
.appLink span {
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	padding-left: 20px;
	background-image: url(../img/top/icn-app.png);
	background-size: 13px 20px;
	background-position: 0;
	background-repeat: no-repeat;
}
.ltIE8 .appLink span {
	background-image: url(../img/top/icn-app-s.png);
}
.links {
	margin-top: 20px;
}
.links > li {
}
.links > li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	border-bottom: 1px solid #aaa;
	transition: background .3s;
}
.links > li:first-child a {
	border-top: 1px solid #aaa;
}
.links > li a:hover {
	background: #E4E2D4;
}
.links > li a:before {
	content: url(../common/img/icn-arrow01.png);
	margin-right: 1em;
}
.links > li a:after {
	content: url(../common/img/icn-link.png);
	margin-left: .5em;
}
.secInfo {
}
.secInfo__header {
}
.secInfo__ttl {
	font-size: 17px;
	font-weight: bold;
	display: inline;
}
.secInfo__toList {
	margin-left: 10px;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.secInfo__list {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 14px;
}
.secInfo__list > li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.secInfo__list > li a {
	transition: color .3s;
}
.secInfo__list > li a:hover {
	color: #995C17;
}
.secInfo__list > li time {
	width: 7em;
	display: inline-block;
}
.secInfo__list > li span {
}
.secDiary {
	margin-top: 40px;
	border: 2px solid #aaa;
	padding: 15px 40px;
}
.secDiary__table {
	display: block;
}
.secDiary__ttl {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.secDiary__ttl .sp {
	display: none;
}
.secDiary__cnt {
}
.secDiary__img {
	float: right;
	margin-left: 30px;
}
.secDiary__box {
	overflow: auto;
	/*overflow: auto;*/
}
.secDiary__subttl {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../img/top/icn-ttl-diary.png);
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 1.3;
	background-size: 14px 15px;
}
.ltIE8 .secDiary__subttl {
	background-image: url(../img/top/icn-ttl-diary-s.png);
}
.secDiary__text {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
}
.secDiary__link {
	text-decoration: underline;
	float: right;
	font-weight: bold;
	margin-top: 5px;
}
.spBnr {
	display: none;
}
.spBnr__cnt {
	display: block;
	position: relative;
}
.spBnr__cnt:hover .spBnr__img {
	opacity: .9;
}
.spBnr__img {
	height: 196px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.kanazawajou .spBnr__img {
	background-image: url(../img/top/bnr-kanazawajou.jpg);
	background-position: top center;
}
.kenrokuen .spBnr__img {
	background-image: url(../img/top/bnr-kenrokuen.jpg);
}
.spBnr__caption {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	line-height: 50px;
	text-indent: 15px;
	font-weight: bold;
}
.spBnr__caption:after {
	content: "";
	background-image: url(../common/img/icn-arrow02.png);
	background-repeat: no-repeat;
	background-size: 10px 16px;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 16px;
	margin-top: -8px;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.rowTop__col--right {
		width: 28%;
	}
	.rowTop__col--left {
	}
	.secDiary__ttl {
	}
	.secDiary__cnt {
	}
	.secInfo__list {
		line-height: 2;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.cntMain > .inner {
		padding-bottom: 0;
	}
	.hdCommon__topSlide {
		overflow: hidden;
		position: relative;
		height: 289px;
	}
	.topSlide {
		width: 900px;
		position: absolute;
		right: -15%;
	}
	.navCommon--top {
		display: block;
	}
	.rowTop {
		padding-top: 20px;
	}
	.rowTop__col--right {
		float: none;
		width: 100%;
	}
	.rowTop__col--left {
		float: none;
		width: 100%;
	}
	.appLink {
		margin: 0 auto;
		width: 90%;
		display: block;
	}
	.links {
		display: none;
	}
	.secInfo__header {
		border-bottom: 1px solid #333;
		position: relative;
	}
	.secInfo__ttl {
		padding: 10px 10px 10px 30px;
		display: inline-block;
		font-size: 14px;
		background-image: url(../img/top/icn-ttl-info.png);
		background-repeat: no-repeat;
		background-position: 10px;
		background-size: 14px 15px;
	}
	.secInfo__toList {
		position: absolute;
		right: 0;
		padding: 10px;
		margin-left: 0;
	}
	.secInfo__list {
		margin-top: 0;
	}
	.secInfo__list > li:nth-child(n+4) {
		display: none;
	}
	.secInfo__list > li a {
		display: block;
		padding: 10px 28px 10px 10px;
		border-bottom: 1px solid #ccc;
		font-size: 13px;
		white-space: normal;
		line-height: 1.5;
		background-image: url(../common/img/icn-arrow01.png);
		background-repeat: no-repeat;
		background-position: right 10px center;
	}
	.secInfo__list > li time {
		display: block;
		margin-bottom: 5px;
	}
	.secDiary {
		margin-top: 20px;
		padding: 0;
		border: 0;
	}
	.secDiary__table {
		display: block;
	}
	.secDiary__ttl {
		display: block;
		padding: 10px 10px 10px 30px;
		border-right: 0;
		border-bottom: 1px solid #333;
		background-image: url(../img/top/icn-ttl-diary.png);
		background-repeat: no-repeat;
		background-position: 10px;
		background-size: 14px 15px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.secDiary__box {
		overflow: auto;
	}
	.secDiary__ttl .pc {
		display: none;
	}
	.secDiary__ttl .sp {
		display: inline;
		font-size: 14px;
		font-weight: bold;
	}
	.secDiary__cnt {
		padding: 15px 10px 25px;
	}
	.secDiary__img {
		margin-left: 10px;
		width: 90px;
		margin-top: 30px;
	}
	.secDiary__img img {
		max-width: 100%;
		height: auto;
	}
	.secDiary__subttl {
		background: none;
		padding-left: 0;
		font-size: 16px;
	}
	.secDiary__text {
		font-size: 13px;
	}
	.secDiary__link {
		float: none;
		display: inline-block;
		padding: 5px 0;
	}
	.spBnr {
		display: block;
	}
}