﻿@charset "UTF-8";

/* 
	フッターヘッダーなど全ページ共通部分の内容について
 */

/* ページの最上部の構造体 */

.pageWhole {
	overflow: hidden;
	background: #EEEDDC url(../img/bg-body.jpg) center top repeat;
	position: relative;
	z-index: 1;
}

.pageWhole:after {
	content: "";
	display: none;
	width: 40px;
	height: 100%;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	background: url(../img/bg-test-bar.png) 0 0 repeat-y;
}

.pageWhole:before {
	content: "";
	display: none;
	width: 40px;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0;
	top: 0;
	background: url(../img/bg-test-bar.png) 0 0 repeat-y;
}

.pageWrapper {
	background: url(../img/bg-wrapper.png) center top repeat-x;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	transition: left 0.5s;/* overflow: hidden; */
}

/* ヘッダー */
.pageHeader {
	border-top: 3px solid #46381B;
	height: 103px;
}

html[lang="en"] .pageHeader {
	height: 88px;
}

.pageHeader_inner {
	padding-top: 28px;
}

.pageHeader_logo {
	padding: 0 0 0 14px;
}

.pageHeader_logo > a {
	text-decoration: none;
	color: #444;
}

.pageHeader_logo_icon {
	width: 52px;
	height: 52px;
	background: url(../img/logo_x2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.is-ltIE8 .pageHeader_logo_icon {
	background-image: url(../img/logo.png);
}

.is-ltIE7 .pageHeader_logo_icon {
	display: block;
	float: left;
}

.pageHeader_logo_title {
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.3;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.is-ltIE7 .pageHeader_logo_title {
	display: block;
	float: left;
}

.pageHeader_menuButton {
	display: none;
	font-size: 40px;
	color: #49391E;
	position: absolute;
	z-index: 2;
	line-height: 1;
	right: 2%;
	top: 9px;
}

.languageNavi {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.langauageNavi_list {
	list-style: none;
}

.langauageNavi_list:after {
	content: "";
	display: block;
	clear: both;
}

.langauageNavi_list > li {
	float: left;
	margin: 0 0 0 8px;
}

html[lang="ja"] .langauageNavi_list > .-j,
html[lang="zh-CN"] .langauageNavi_list > .-s,
html[lang="zh-TW"] .langauageNavi_list > .-t,
html[lang="en"] .langauageNavi_list > .-e,
html[lang="ko"] .langauageNavi_list > .-k {
	display: none;
}

.langauageNavi_list > li > a {
	background: rgb(104, 91, 65);
	background-image: linear-gradient(0deg, rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	width: 78px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	color: #F0EFE2;
	font-family: "Times New Roman", Times, serif;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.langauageNavi_list > li > a:hover {
	opacity: 0.85;
}

.pageHeader_navi {
	font-size: 11px;
	background: url(../img/bg-hot-ishikawa.png) right 0 no-repeat;
	height: 25px;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 40px;
	padding-right: 76px;
}

.pageHeader_navi_list {
	list-style: none;
}

.pageHeader_navi_list > li {
	display: inline-block;
}

.is-ltIE8 .pageHeader_navi_list > li {
	display: inline;
}

.is-ltIE7 .pageHeader_navi_list > li {
	padding: 0 5px;
}

.pageHeader_navi_list > li:before {
	content: "｜";
}

.pageHeader_navi_list > li:first-child:before {
	display: none;
}

.pageHeader_navi_list > li > a {
	color: #444;
}

.pageHeader_navi_list > li > a .icon-blank {
	display: none;
}

.pageHeader_live {
	position: absolute;
	top: 0;
	right: 350px;
}

.pageHeader_live a {
	display: block;
	color: #FFF;
	font-weight: bold;
	border-bottom: 0;
	background: #c4b170;
	background: linear-gradient(to bottom, #c4b170 0%, #937e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4b170', endColorstr='#937e2b', GradientType=0);
	padding: 8px 20px 10px 40px;
	line-height: 1;
	position: relative;
	border-radius: 0 0 5px 5px;
	text-decoration: none;
	font-size: 12px;
}

.pageHeader_live a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	background: url("/siro-niwa/kanazawajou/common_new/img/img-live-icon.png") no-repeat;
	background-size: contain;
}

.pageHeader_live a img {
	vertical-align: middle;
}

/* グローバルナビ */
.gnav {
}

.gnav_list {
	list-style: none;
	display: table;
	width: 100%;
}

.gnav_list:after {
	content: "";
	display: block;
	clear: both;
}

.gnav_list > li {

	/* float:left; */	
	display: table-cell;
	vertical-align: middle;
}

.is-ltIE7 .gnav_list > li {
	display: block;
	float: left;
}

.gnav_list > li.-home {
	display: none;
}

.gnav_list > li > a {
	position: relative;
	z-index: 1;
	display: block;
	text-decoration: none;
	padding-bottom: 19px;
	text-align: center;
}

.gnav_list > li > a > strong {
	font-size: 15px;
	color: #444;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 29px;
	display: block;
	border-right: 1px solid #C3BFB1;
	padding: 0px 5px;
}

html[lang="en"] .gnav_list > li > a > strong {
	line-height: 2;
	font-size: 14px;
	padding: 7px 5px;
}

html[lang="en"] .sideNavi_list > li.-hashizumeGate,
html[lang="en"] .gnav_list > li.-hashizumeGate {

	/* display: none; */
}

html[lang="en"] .gnav_list > li {
}

html[lang="en"].is-ltIE8 .gnav_list > li > a > strong {
	font-size: 12px;
}

html[lang="en"] .gnav_list > li > a > strong.-multiline {
	line-height: 1;
}

.gnav_list > li.-kanazawaCastle > a > strong {
	border-left: 1px solid #C3BFB1;
}

.gnav_bar {
	position: absolute;
	z-index: 1;
	display: block;
	height: 6px;
	width: 100%;
	background-image: linear-gradient(rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

a:hover .gnav_bar {
	opacity: 1;
}

.p-wisdom .-wisdom .gnav_bar,
.p-imoriCanal .-imoriCanal .gnav_bar,
.p-facility .-facility .gnav_bar,
.p-kahokuGate .-kahokuGate .gnav_bar,
.p-wall .-wall .gnav_bar,
.p-gyokusen .-gyokusenIn .gnav_bar,
.p-hashizumeGate .-hashizumeGate .gnav_bar,
.p-kanazawaCastle .-kanazawaCastle .gnav_bar {
	opacity: 1;
}

.pageBody {
	min-height: 450px;
}

/* サイドナビ */
.sideNavi {
	position: absolute;
	z-index: 2;
	left: 100%;
	top: 0;
	width: 320px;
	border-top: 3px solid #46381B;
	background: #fff;
}

.sideNavi_list {
	list-style: none;
}

.sideNavi_list > li {
}

.sideNavi_list > li.-live {
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.sideNavi_list > li > a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: block;
	background-image: linear-gradient(0deg, rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	text-decoration: none;
	padding: 11px 15px;
	border-bottom: 1px solid #CAC6BB;
	position: relative;
	z-index: 1;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	transition: opacity 0.3s;
	line-height: 1.1;
}

.sideNavi_list > li.-live > a {
	position: relative;
	display: block;
	color: #FFF;
	font-weight: bold;
	border-bottom: 0;
	background: #c4b170;
	background: linear-gradient(to bottom, #c4b170 0%, #937e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4b170', endColorstr='#937e2b', GradientType=0);
	padding: 10px 20px 12px 40px;
	line-height: 1;
	position: relative;
	border-radius: 5px;
}

.sideNavi_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	width: 4px;
	height: 4px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

.sideNavi_list > li.-live > a:after {
	display: none;
}

.sideNavi_list > li.-live > a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	background: url("/siro-niwa/kanazawajou/common_new/img/img-live-icon.png") no-repeat;
	background-size: contain;
}

.sideNavi_list > li > a .icon-blank {
	margin: 0 0 0 1em;
}

.sideNavi_list > li > a:hover {
	opacity: 0.8;
}

.sideNavi .gnav_bar {
	display: none;
}

/* パンくず */
.pankuzu {

	/* padding: 10px 0; */
	font-size: 12px;
	margin: 10px 0 20px;
}

.pankuzu_list {
	list-style: none;
}

.pankuzu_list > li {
	display: inline-block;
	margin: 0 3px 0 0;
}

.is-ltIE7 .pankuzu_list > li {
	display: inline;
	padding: 0 5px 0 0;
}

.pankuzu_list > li:before {
	content: ">";
	margin: 0 4px 0 0;
}

.pankuzu_list > li:first-child:before {
	display: none;
}

/* フッター */
.pageFooter {
	margin: 70px 0 0;
	font-size: 11px;
	background: url(../img/bg-footer.png) center top repeat-x #C9C2A5;
	padding: 45px 0;
	background-size: auto 100%;
}

.pageFooter_inner {
	position: relative;
	z-index: 1;
}

.pageTopButton {
	position: absolute;
	z-index: 1;
	right: 8px;
	top: -78px;
	color: #57462C;
	text-decoration: underline;
}

.pageTopButton:hover {
	text-decoration: none;
}

.pageFooter_logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.pageFooter_logo_icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/logo-mark-footer_x2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 0 5px 0 0;
}

.is-ltIE8 .pageFooter_logo_icon {
	background-image: url(../img/logo-mark-footer.png);
}

.is-ltIE7 .pageFooter_logo_icon {
	display: block;
	float: left;
}

.pageFooter_logo_title {
	display: inline-block;
	color: #595649;
	font-size: 18px;
	line-height: 1.1;
	vertical-align: middle;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.is-ltIE7 .pageFooter_logo_title {
	display: block;
	float: left;
}

.pageFooter_subTitle {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.2;
}

.is-ltIE7 .pageFooter_subTitle {
	display: block;
	float: left;
}

.pageFooter_navi {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.pageFooter_navi_list {
	list-style: none;
}

.pageFooter_navi_list > li {
	display: inline-block;
}

.is-ltIE7 .pageFooter_navi_list > li {
	display: inline;
	padding: 0 5px;
}

.pageFooter_navi_list > li:after {
	content: "｜";
}

.pageFooter_navi_list > li:first-child:before {
	content: "｜";
}

.pageFooter_navi_list > li > a {
	color: inherit;
}

.pageFooter_rightCol {
	text-align: right;
	font-size: 10px;
}

.fancybox-type-iframe .fancybox-inner {
	overflow: auto !important;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageWhole:after {
		display: none;
	}

	.pageWhole:before {
		display: none;
	}

	/* ページの最上部の構造体 */
	.pageWrapper {

		/* background:url(../img/bg-wrapper.png) center top repeat-x; */	
		background: none;
	}

	.pageWrapper.is-show {
		left: -320px;
	}

	.pageWrapper.is-show .pageContainer {
		position: relative;
		z-index: 10;
		box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
		overflow: hidden;
		opacity: 0.6;
	}

	.pageContainer {
		transition: opacity 0.5s;
	}

	/* ヘッダー */
	.pageHeader {
		height: auto;
	}

	html[lang="en"] .pageHeader {
		height: auto;
	}

	.pageHeader_inner {
		padding: 0;
	}

	.pageHeader_logo {
		padding: 13px 0 13px 2%;
	}

	.pageHeader_logo_icon {
		width: 42px;
		height: 42px;
	}

	.pageHeader_logo_title {
		font-size: 20px;
	}

	.pageHeader_logo_title img {
		height: 20px;
		width: auto;
		max-width: none;
	}

	.pageHeader_menuButton {
		display: block;
	}

	.pageHeader_live {
		display: none;
	}

	.languageNavi {
		position: static;
	}

	.langauageNavi_list > li {
		margin: 0;
		width: 20%;
		box-sizing: border-box;
		border-left: 1px solid #80765F;
		display: block !important;
	}

	.langauageNavi_list > li:first-child {
		border-left: none;
	}

	.langauageNavi_list > li > a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 0;
	}

	html[lang="ja"] .langauageNavi_list > .-j > a,
	html[lang="en"] .langauageNavi_list > .-e > a,
	html[lang="zh-CN"] .langauageNavi_list > .-s > a,
	html[lang="zh-TW"] .langauageNavi_list > .-t > a,
	html[lang="ko"] .langauageNavi_list > .-k > a {
		background-image: linear-gradient(180deg, rgb(174, 146, 58) 0%, rgb(207, 192, 140) 100%);
		color: #333;
		opacity: 1;
		cursor: default;
	}

	.pageHeader_navi {
		display: none;
	}

	/* グローバルナビ */
	.gnav {
		display: none;
	}

	/* パンくず */
	.pankuzu {
	}

	/* フッター */
	.pageFooter {
		padding: 0;
		text-align: center;
		margin-top: 5%;
	}

	.pageFooter_inner {
		padding: 0;
	}

	.pageFooter_contents {
		padding: 20px 2%;
	}

	.pageTopButton {
		position: static;
		text-decoration: none;
		display: block;
		width: 100%;
		border-top: 1px solid rgba(138, 138, 123, 0.75);
		background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 237, 221) 100%);
		text-decoration: none;
		font-size: 13px;
		padding: 10px 0;
		transition: opacity 0.3s;
	}

	.pageTopButton:hover {
		opacity: 0.9;
	}

	.pageFooter_leftCol {
		float: none;
	}

	.pageFooter_logo {
	}

	.pageFooter_logo_icon {
		width: 26px;
		height: 26px;
	}

	.pageFooter_logo_title {
		font-size: 16px;
		text-align: left;
	}

	.pageFooter_subTitle {
		font-size: 10px;
		text-align: left;
	}

	.pageFooter_navi {
		line-height: 20px;
		background: url(../img/bg-hot-ishikawa-high.png) right center no-repeat;
		padding: 0 60px 0 0;
		background-size: 53px auto;
	}

	.pageFooter_rightCol {
		text-align: center;
		float: none;
		margin: 5px 0 0;
	}

	/* 日本語　サイドバー */
	.sideNavi_list > li > a .jpText {
		display: block;
	}

	.sideNavi_list > li > a .jpText + img {
		display: none;
	}

}

@media screen and (min-width:640px) and (max-width:999px) {
	.sideNavi {
		opacity: 1 !Important;
		height: auto !important;
	}

}

/* All SP */
@media screen and (max-width:639px) {

	/* ページの最上部の構造体 */
	.pageWrapper.is-show {
		left: 0;
	}

	.sideNavi {
		display: none;
		left: 0;
		width: 100%;
		top: 65px;
		border-top: none;
		opacity: 0;
	}

	.pageWrapper.is-show .pageContainer {
		opacity: 1;
		z-index: 1;
	}

	.sideNavi.is-show {
		display: block;
		opacity: 1;
	}

	/* ヘッダー */
	.pageHeader {
	}

	.pageHeader_inner {
	}

	.pageHeader_logo {
		padding-left: 15px;
	}

	.pageHeader_logo_icon {
		width: 36px;
		height: 36px;
	}

	.pageHeader_logo_title {
		font-size: 17px;
	}

	.pageHeader_logo_title img {
		height: 17px;
	}

	.pageHeader_menuButton {
		font-size: 30px;
		top: 13px;
		right: 15px;
	}

	.languageNavi {
	}

	.langauageNavi_list > li {
	}

	.langauageNavi_list > li > a {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}

	/* グローバルナビ */
	.gnav {
	}

	/* パンくず */
	.pankuzu {
		font-size: 10px;
	}

	.pankuzu_list {
	}

	.pankuzu_list > li {
		line-height: 18px;
		vertical-align: middle;
	}

	.pankuzu_list > li > a {
		background: #57472C;
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 0 5px;
		border-radius: 3px;
		position: relative;
		z-index: 1;
	}

	.pankuzu_list > li:before {
		display: none;
	}

	.pankuzu_list > li:last-child {
		background: #C6B476;
		border-radius: 3px;
		padding: 0 5px;
		max-width: 141px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.pankuzu_list > li > a:after {
		content: "";
		display: block;
		border: 4px #57472C solid;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: -8px;
		margin-top: -4px;
	}

	/* フッター */
	.pageFooter {
		font-size: 10px;
	}

	.pageFooter_inner {
	}

	.pageFooter_contents {
		padding: 20px 2%;
	}

	.pageTopButton {
		font-size: 13px;
		padding: 6px 0;
	}

	.pageTopButton:hover {
		opacity: 0.9;
	}

	.pageFooter_leftCol {
		float: none;
	}

	.pageFooter_logo {
	}

	.pageFooter_logo_icon {
		width: 20px;
		height: 20px;
	}

	.pageFooter_logo_title {
		font-size: 14px;
	}

	.pageFooter_subTitle {
	}

	.pageFooter_navi {
		line-height: 16px;
		padding: 0 50px 0 0;
		background-size: 42px auto;
		margin: 10px 1em 4px;
	}

	.pageFooter_rightCol {
		text-align: center;
		float: none;
		margin: 5px 0 0;
	}

}

@media print {
}
