@charset "UTF-8";
:root {
	--color-text: #222;
	--color-olive-brown: #938055;
	--color-white: #fff;
	--color-soft-white: #F5F3EE;
	--color-ochre: #625434;
	--color-gray: #8B8B8B;
	--color-warm-gray: #B6B0A3;
	--color-cream: #F8F6F2;
	--color-sand-gray: #C1BCB2;
	--color-red: #D60000;
	--color-dark-red: #9F0000;
	--font-mincho: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body {
	min-width: 1240px;
	color: var(--color-text);
	font-size: 17px;
	line-height: 1.75;
	font-family: var(--font-mincho);
	outline: none;
	background-image: url(/kanazawa-castle/img/cmn/bg-main.webp);
	background-repeat: repeat;
	background-position: center top;
	background-color: var(--color-soft-white);
	font-feature-settings: 'halt' on;
}
strong {
	font-weight: bold;
}
.ft-20 {
	font-size: 20px;
}
.ft-24 {
	font-size: 24px;
}
.-sans {
	font-family: var(--font-gothic);
}
.inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}
.vis-hidden {
	display: block;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}
.vis-sp,
.vis-tb {
	display: none;
}
.hovact {
	transition-duration: .5s;
}
.cnt_wrapper {
	display: flex;
}
.sec {
	padding: 50px 0;
}
.sec:last-child {
	padding-bottom: 0;
}
.cmn_btn {
	display: block;
	color: #fff;
	background: #938055;
	border-radius: 100px;
	text-align: center;
	width: fit-content;
	min-width: 200px;
	padding: 10px 30px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.cmn_btn:hover {
	background: #766133;
}
.cmn_btn.vis-sp {
	display: none;
}
.cmnnav {
	display: none;
}
.cmnhd {
	font-family: 'Noto Sans JP', sans-serif;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	transition-duration: .5s;
	position: relative;
}
.logo_cmnhd {
	position: relative;
	display: block;
	width: 251px;
	height: 41px;
}
.logo_cmnhd img {
	position: absolute;
	left: 0;
	top: 0;
}
.cmnhd.-scroll {
	background: #F6F4EF;
}
.cmnhd_wrapper {
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.cmnhd.-open .cmnhd_wrapper {
	background: #938055;
}
.cmnhd.-open {
	background: unset !important;
}
.cmnhd_link a {
	transition-duration: .5s;
}
.cmnhd_link_item {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: right;
}
.cmnhd_link_row {
	display: flex;
}
.cmnhd_link_row select {
	line-height: 22px;
	position: relative;
	padding-right: 15px;
	transition-duration: 0.5s;
}
.cmnhd_link_row select:hover {
	opacity: .8;
	cursor: pointer;
}
.cmnhd_link_row.-language {
	position: relative;
}
.cmnhd_link_row.-language::after {
	content: '';
	width: 5px;
	height: 7px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
.cmnhd_link_row.-black li a:hover {
	opacity: .8;
}
.cmnhd_link_row.-black li:nth-child(2) a,
.cmnhd_link_row.-black li:nth-child(3) a {
	border-left: none;
}
.cmnhd_link_row.-brown li a {
	padding: 5px 30px;
	background: #938055;
	color: #fff;
}
.cmnhd_link_row.-brown li a:hover {
	background: #766133;
}
.cmnhd_link_item.-sub {
	margin-top: 20px;
}
.cmnhd_link_row.-black li a,
.cmnhd_link_row select {
	color: #000;
	border: solid 1px #000;
	padding: 5px 20px 5px 10px;
}
.cmnhd_link_item.-sub ul li a {
	padding: 0 10px;
	border-right: solid 1px #000;
	color: #000;
}
.cmnhd_link_item.-sub ul li a:hover {
	opacity: .8;
	cursor: pointer;
}
.cmnhd_link_item.-sub ul li a.-active {
	position: relative;
}
.cmnhd_link_item.-sub ul li a::after {
	content: '';
	width: 19px;
	height: 25px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_brown.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	opacity: 0;
	transition-duration: .5s;
}
.cmnhd_link_item.-sub ul li a.-active::after {
	opacity: 1;
}
.cmnhd_link_item.-sub ul li:first-child a {
	border-left: solid 1px #000;
}
.cmnhd.-scroll .cmnhd_link_row.-black li a {
	color: #000;
	border-color: #000;
}
.cmnhd.-scroll .cmnhd_link_item.-sub ul li a {
	color: #000;
	border-color: #000;
}
.cmnhd.-scroll .cmnhd_link_row select {
	color: #000;
	border: solid 1px #000;
}
.cmnhd .cmnhd_link_row.-language::after {
	content: '';
	width: 7px;
	height: 5px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav_scroll.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.cmnhd_link_second {
	position: absolute;
	top: 106%;
	width: 100%;
	padding: 50px 40px;
	left: 0;
	background: rgba(147, 128, 85, 0.9);
	color: #fff;
	display: none;
}
.cmnhd_link_second .inner {
	display: flex;
	justify-content: center;
	gap: 50px;
	max-width: 1400px;
}
.link_second_wrap li.-sub {
	padding-left: 1.5em;
}
.link_second_wrap li a {
	padding-left: 20px;
	position: relative;
}
.link_second_wrap li a:hover {
	opacity: .8;
}
.link_second_wrap li a::before {
	content: '';
	width: 5px;
	height: 7px;
	background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}
.link_second_wrap li.-sub a::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cmnft {
	padding: 50px 0;
}
.cmnft .inner {
	max-width: 1240px;
}
.cmnft_wrapper {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.cmnft_wrapper.-bottom {
	align-items: end;
}
.bnr_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 80px 0;
}
.bnr_list a:hover {
	opacity: .8;
}
.logo_cmnft {
	display: block;
	margin-bottom: 10px;
}
.cmnft_link {
	display: flex;
	gap: 60px;
}
.cmnft_link.-second {
	margin-bottom: 15px;
}
.cmnft_link ul li {
	width: 170px;
}
.cmnft_link ul li a {
	position: relative;
	padding-left: 12px;
	transition-duration: .5s;
	font-family: 'Noto Sans JP', sans-serif;
	transition-duration: 0.5s;
	font-size: 15px;
}
.cmnft_link ul li a:hover {
	opacity: .8;
}
.cmnft_link ul li a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	/* 上下の合計が高さ5pxになるようにそれぞれ2.5px */
	border-top: 2.5px solid rgba(255, 255, 255, 0);
	border-bottom: 2.5px solid rgba(255, 255, 255, 0);
	/* 左側に5pxの塗り（右向き三角） */
	border-left: 5px solid #000;
	position: absolute;
	left: 0;
	top: 10px;
}
.cmnft_link_sub ul {
	display: flex;
}
.cmnft_link_sub ul:first-child {
	margin-bottom: 10px;
}
.cmnft_link_sub ul li a {
	padding: 0 20px;
	font-size: 15px;
	border-left: solid 1px #B6B0A3;
	transition-duration: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
}
.cmnft_link_sub ul li a:hover {
	opacity: .8;
}
.cmnft_link_sub ul li:last-child a {
	border-right: solid 1px #B6B0A3;
}
.cmnft_link_blank {
	display: flex;
	align-items: center;
	gap: 40px;
}
.cmnft_link_blank.vis-sp {
	display: none;
}
.cmnft_link_blank a {
	position: relative;
	transition-duration: .5s;
}
.cmnft_link_blank a:hover {
	opacity: .8;
}
.cmnft_link_blank a::after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(/kanazawa-castle/img/cmn/icon-blank.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.copy {
	font-size: 13px;
	color: #8B8B8B;
	text-align: right;
}
@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}
	.hide-tb {
		display: none;
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
		font-size: 15px;
	}
	.inner {
		padding: 0 15px;
	}
	.vis-sp {
		display: block;
	}
	.hide-sp {
		display: none;
	}
	.cmn_btn.hide-sp {
		display: none;
	}
	.cmn_btn.vis-sp {
		display: block;
	}
	.cmnhd_link {
		display: none;
	}
	.cmnhd_wrapper {
		padding: 20px 15px;
	}
	.cmnhd.-open .logo_cmnhd .-scroll {
		opacity: 0 !important;
	}
	.logo_cmnhd {
		width: 51%;
	}
	.cmnnav_btn span {
		width: 30px;
		height: 2px;
		background: #000;
		display: block;
		transition-duration: 0.5s;
	}
	.cmnnav_btn span:nth-child(1) {
		transform: translateY(-5px);
	}
	.cmnnav_btn span:nth-child(3) {
		transform: translateY(5px);
	}
	.cmnnav_btn.-open span:nth-child(1) {
		transform: translate(0%, 80%) rotate(30deg);
	}
	.cmnnav_btn.-open span:nth-child(2) {
		opacity: 0;
	}
	.cmnnav_btn.-open span:nth-child(3) {
		transform: translate(0%, -80%) rotate(-30deg);
	}
	.cmnnav {
		width: 100%;
		height: 100vh;
		overflow: scroll;
		background: #938055;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		padding: 90px 15px 50px;
	}
	.cmnhd.-scroll .cmnnav_btn span {
		background: #000;
	}
	.cmnnav_btn.-open span {
		background: #fff !important;
	}
	.cmnnav_wrapper {
		display: flex;
		justify-content: right;
		align-items: center;
		gap: 10px;
		margin-bottom: 20px;
	}
	.cmnnav_wrapper a:first-child {
		color: #766133;
		background: #fff;
		padding: 5px 20px;
	}
	.cmnnav_wrapper .language {
		color: #fff;
		border: solid 1px #fff;
		padding: 5px 20px;
		position: relative;
	}
	.cmnnav_wrapper .language::after {
		content: '';
		width: 5px;
		height: 7px;
		background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav.svg) no-repeat center;
		background-size: cover;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	.cmnnav_list {
		margin-bottom: 30px;
	}
	.cmnnav_list li {
		border-bottom: solid 1px #fff;
	}
	.cmnnav_list li a {
		padding: 15px 10px;
		position: relative;
		padding-left: 20px;
		display: block;
		color: #fff;
		font-size: 18px;
	}
	.cmnnav_list li a::before {
		content: '';
		width: 5px;
		height: 7px;
		background: url(/kanazawa-castle/img/cmn/icon-arrow_cmnnav.svg) no-repeat center;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 28px;
	}
	.cmnnav_list li:first-child {
		border-top: solid 1px #fff;
	}
	.cmnnav_list_sub {
		padding: 0 0 10px 25px;
	}
	.cmnnav_list li .list_sub {
		border: none;
		padding-bottom: 0;
	}
	.cmnnav_list li .cmnnav_list_sub a {
		border: none;
		font-size: 15px;
		padding: 5px 10px 5px 15px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.cmnnav_list li .cmnnav_list_sub a::before {
		content: '';
		width: 10px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 19px;
	}
	.cmnnav_sub {
		margin-bottom: 20px;
	}
	.cmnnav_sub ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px 0;
	}
	.cmnnav_sub ul li a {
		color: #fff;
		padding: 0 20px;
		border-left: solid 1px #fff;
		transition-duration: 0.5s;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.cmnnav_sub ul li:last-child a {
		border-right: solid 1px #fff;
	}
	.cmnnav_sub ul li:nth-child(2) a,
	.cmnnav_sub ul li:nth-child(5) a {
		border-right: solid 1px #fff;
	}
	.cmnnav_sub ul li a:hover {
		opacity: .8;
	}
	.kenrokuen {
		color: #fff;
		background: #625434;
		width: 80%;
		padding: 10px 20px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.cmnft {
		padding: 30px 0;
	}
	.cmnft .inner {
		padding: 0 20px;
	}
	.cmnft_wrapper {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}
	.cmnft_wrapper.-bottom {
		align-items: center;
	}
	.cmnft_link {
		flex-wrap: wrap;
		gap: 0 15px;
	}
	.cmnft_link_sub ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 0;
	}
	.cmnft_link_blank.hide-sp {
		display: none;
	}
	.cmnft_link_blank.vis-sp {
		display: flex;
	}
	.cmnft_link_sub ul li:nth-child(3) a {
		border-right: solid 1px #B6B0A3;
	}
	.copy {
		text-align: center;
	}
	.bnr_list {
		gap: 10px;
		padding: 40px 0;
	}
	.bnr_list a {
		width: 80%;
		margin: 0 auto;
	}
}
@media print {}
