@charset "UTF-8";
.hero_img {
	text-align: center;
	position: relative;
}
.hero_txt {
	font-size: 18px;
	max-width: 1240px;
	padding: 0 40px;
	text-align: left;
	margin: 50px auto 0;
}
.anchor_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 40px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.anchor_wrapper a {
	width: 100%;
	max-width: 360px;
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	background: #938055;
	border-radius: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.anchor_wrapper a::after {
	content: '';
	width: 12px;
	height: 9px;
	background: url(/kanazawa-castle/img/second/icon-arrow_white.svg) no-repeat center;
	background-size: cover;
	transition-duration: .5s;
}
.anchor_wrapper a:hover {
	cursor: pointer;
}
.anchor_wrapper a:hover::after {
	transform: translateY(5px);
}
.anchor_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #938055;
	text-decoration: underline;
}
.anchor_txt:hover {
	text-decoration: none;
}
.anchor_txt::after {
	content: '';
	width: 12px;
	height: 9px;
	background: url(/kanazawa-castle/img/second/icon-arrow_blown.svg) no-repeat center;
	background-size: cover;
}
.info_ttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 18px;
}
.info_body {
	padding: 60px;
	border: solid 1px #C1BCB2;
	position: relative;
}
.info_body::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #F8F6F2;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}
.info_wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
	position: relative;
	z-index: 1;
}
.info_img {
	width: 100%;
	max-width: 560px;
}
.info_cnt {
	padding: 20px 0;
	flex: 1;
}
.info_cnt_ttl {
	margin-bottom: 20px;
}
.info_cnt_txt {
	margin-bottom: 20px;
}
.info .anchor_txt {
	justify-content: left;
}
.bg-top {
	position: relative;
}
.bg-top::before {
	content: '';
	width: 100%;
	height: 1020px;
	background: url(/kanazawa-castle/img/second/img-bg_top.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sec_body {
	position: relative;
}
.sec_hd .anchor_txt {
	justify-content: left;
	margin-top: 30px;
}
.subcnt {
	text-align: center;
}
.subcnt_movie {
	margin: 40px 0;
}
.subcnt_movie iframe {
	width: 100%;
	max-width: 960px;
	height: 100%;
	aspect-ratio: 960/540;
	border-radius: 18px;
}
.subcnt_img {
	margin: 40px 0;
	text-align: center;
}
.subcnt_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.subcnt_txt {
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: left;
}
.subcnt .btn_file {
	margin: 0 auto;
}
.subcnt_bnr_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin-bottom: 30px;
}
.subcnt_bnr_list a {
	transition-duration: .5s;
}
.subcnt_bnr_list a:hover {
	opacity: .8;
}
.subcnt_link {
	text-align: center;
}
.subcnt_link a {
	color: #938055;
	text-decoration: underline;
}
.subcnt_link a:hover {
	text-decoration: none;
}
.bnr {
	width: fit-content;
}
.bnr:hover {
	opacity: .8;
}
.btn_file {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
	background: #F8F6F2;
	color: #938055;
	text-decoration: underline;
	padding: 10px 20px;
	border-radius: 100px;
	mix-blend-mode: multiply;
}
.btn_file:hover {
	text-decoration: none;
}
.btn_file::before {
	content: '';
	content: '';
	width: 12px;
	height: 9px;
	background: url(/kanazawa-castle/img/second/icon-arrow_blown.svg) no-repeat center;
	background-size: cover;
	transform: rotate(-90deg);
}
.sec_img {
	margin-bottom: 40px;
	text-align: center;
}
.sec_img img {
	margin-bottom: 10px;
}
.sec_img .caption {
	text-align: center;
	font-size: 15px;
}
.hero_img_big {
	max-width: 1360px;
	margin: 0 auto 100px;
	text-align: center;
}
.hero_img_small {
	max-width: 1160px;
	margin: 0 auto 50px;
	text-align: center;
}
.subcnt-ninomaru {
	margin-top: 60px;
}
.subcnt_txt-ninomaru {
	max-width: none;
}
@media screen and (max-width:767px) {
	.hero_img_big {
		margin-bottom: 50px;
	}
	.hero_img_small img {
		width: 90%;
	}
	.anchor_wrapper {
		flex-flow: column;
		gap: 10px;
	}
	.anchor_wrapper a {
		max-width: 100%;
		font-size: 17px;
	}
	.info_body {
		padding: 30px 20px;
	}
	.info_wrapper {
		flex-flow: column;
		gap: 10px;
	}
	.info_cnt_ttl {
		margin-bottom: 10px;
	}
	.sec_hd {
		margin-bottom: 20px;
	}
	.sec_wrap_img .caption {
		font-size: 14px;
	}
	.cnt_tbl dl {
		padding: 15px 0;
	}
	.cnt_tbl dl dt {
		width: 90px;
		padding: 0 10px;
	}
	.cnt_tbl dl dd.-first {
		width: 90px;
		padding: 0 10px;
	}
	.subcnt {
		margin-bottom: 0;
	}
	.subcnt_bnr_list {
		flex-flow: column;
		gap: 10px;
	}
	.btn_file::before {
		width: 21px;
	}
	.effort {
		padding: 30px 20px;
	}
	.effort_ttl {
		margin-bottom: 20px;
	}
	.effort_cnt {
		padding: 20px 0;
	}
	.history_wrapper {
		flex-flow: column;
		padding: 30px 0;
	}
	.history_cnt {
		padding: 0;
	}
	.history_cnt_ttl {
		margin-bottom: 10px;
	}
	.history_cnt_txt {
		margin-bottom: 0;
	}
}
