@charset "UTF-8";
@keyframes visFadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
html {
	overflow-y: scroll;
}
.u-spInline {
	display: none;
}
.u-inner {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.u-ttl {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 34px;
}
.u-ttl::after {
	content: "";
	display: block;
	width: 189px;
	height: 1px;
	background-color: var(--color-olive-brown);
	margin-top: 25px;
	max-width: 100%;
}
.u-btn {
	background-color: var(--color-olive-brown);
	color: var(--color-white);
	font-size: 20px;
	font-weight: 500;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 70px;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 10px 10px;
	box-sizing: border-box;
	line-height: 1.2;
	position: relative;
}
.u-btn-hasIcon {
	padding-left: 40px;
	padding-right: 40px;
}
.u-btn_icon {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.u-btnList {
	background-color: var(--color-olive-brown);
	color: var(--color-white);
	font-size: 15px;
	font-weight: 500;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 70px;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-family: var(--font-gothic);
	line-height: 1.2;
	padding: 5px 10px;
	column-gap: 10px;
}
.u-btnList_icon {}
.u-btnBorder {
	background-color: #EEEAE2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	border: 1px solid #938055;
	box-sizing: border-box;
	border-radius: 70px;
	color: #6C5B33;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 46px;
	position: relative;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.u-btnBorder_icon {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.u-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
.u-bg::before {
	content: "";
	background-image: url(../img/cmn/bg-main.webp);
	background-color: var(--color-soft-white);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: center top;
}
.u-bg::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid var(--color-warm-gray);
	background-color: var(--color-cream);
	mix-blend-mode: multiply;
}
.u-pointer-disabled {
	pointer-events: none;
}
.u-editor ul {
	list-style: disc outside;
	padding-left: 1.2em;
}
.u-fadeIn {
	animation-name: visFadein;
	animation-duration: 1.5s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
	animation-delay: .2s;
}
.gHeader {
	font-family: var(--font-gothic);
	height: 100px;
	height: auto;
}
.gHeader_contents {
	width: 100%;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1240px;
	--nav-link-color: var(--color-text);
	--nav-link-hover-color: var(--color-olive-brown);
	--logo-mark-color: var(--color-olive-brown);
	--logo-text-color: var(--color-text);
	--lang-bg-color: var(--color-soft-white);
	--lang-link-color: var(--color-text);
	--btn-color: var(--color-text);
	transition-duration: .3s;
	transition-property: color;
	color: var(--color-text);
}
.gHeader_contents::after {
	content: "";
	background-image: url(/kanazawa-castle/img/cmn/bg-main.webp);
	background-repeat: repeat;
	background-position: center top;
	background-color: var(--color-soft-white);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_contents-home {
	color: var(--color-white);
	--nav-link-color: var(--color-white);
	--nav-link-hover-color: rgba(255, 255, 255, .8);
	--logo-mark-color: var(--color-white);
	--logo-text-color: var(--color-white);
	--lang-bg-color: var(--color-white);
	--lang-link-color: var(--color-text);
	--btn-color: var(--color-white);
}
.gHeader_contents-home::after {
	opacity: 0;
}
.gHeader_contents-scrolled {
	color: var(--color-text);
	--nav-link-color: var(--color-text);
	--nav-link-hover-color: var(--color-olive-brown);
	--logo-mark-color: var(--color-olive-brown);
	--logo-text-color: var(--color-text);
	--lang-bg-color: var(--color-soft-white);
	--lang-link-color: var(--color-text);
	--btn-color: var(--color-text);
}
.gHeader_contents-scrolled::after {
	opacity: 1;
}
.gHeader_inner {
	padding-left: 30px;
	padding-right: 27px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-logo {
	width: 252px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 16.27%;
	width: 100%;
}
.gHeader_title_parts {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--logo-text-color);
}
.gHeader_title_parts-mark {
	color: var(--logo-mark-color);
}
.gHeader_title_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	fill: currentColor;
}
.gHeader_title_parts-text {}
.gHeader_col-nav {
	width: calc(100% - 280px);
	margin-left: auto;
	padding-top: 16px;
}
.gNav {}
.gNav_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.gNav_sub {
	display: flex;
	column-gap: 11px;
}
.gNav_lang {
	position: relative;
	font-size: 15px;
	min-width: 132px;
}
.gNav_lang_btn {
	min-height: 31px;
	line-height: 1;
	box-sizing: border-box;
	border: 1px solid var(--nav-link-color);
	color: inherit;
	align-items: center;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: flex-start;
	padding: 0 10px;
	padding-right: 28px;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
}
.gNav_lang_btn::after {
	content: "";
	display: block;
	border: 3px solid rgba(255, 255, 255, 0);
	border-top-color: currentColor;
	border-top-width: 6px;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_lang_btn[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}
.gNav_lang_list {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: opacity, visibility, max-height;
}
.gNav_lang_list.isShow {
	opacity: 1;
	visibility: visible;
}
.gNav_lang_list > li {}
.gNav_lang_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 31px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--nav-link-color);
	background-color: var(--lang-bg-color);
	border-top: none;
	justify-content: flex-start;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--lang-link-color);
}
.gNav_subList {
	list-style: none;
	display: flex;
	column-gap: 9px;
	font-size: 15px;
}
.gNav_subList_item {}
.gNav_subList_item > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 31px;
	line-height: 1;
	padding: 5px 10px;
	height: 100%;
	box-sizing: border-box;
	background-color: var(--color-olive-brown);
	color: var(--color-white);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_main {}
.gNav_list {
	list-style: none;
	display: flex;
	font-size: 15px;
}
.gNav_list_item {}
.gNav_list_item > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 47px;
	align-items: center;
	position: relative;
	padding: 0 12px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.1;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	color: var(--nav-link-color);
}
.gNav_list_item > a[aria-expanded="true"] {
	color: var(--nav-link-hover-color);
}
.gNav_list_item_bar {
	display: block;
	width: 1px;
	height: 25px;
	background-color: var(--nav-link-color);
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_item_bar-left {
	display: block;
	width: 1px;
	height: 25px;
	background-color: currentColor;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
}
.gMenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(147, 128, 85, 0.95);
	color: var(--color-white);
	padding-top: 38px;
	padding-bottom: 38px;
	margin-top: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_inner {
	max-width: 1400px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	column-gap: 40px;
}
.gMenu_list {
	list-style: none;
}
.gMenu_list > li {}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	line-height: 18px;
	display: block;
	padding: 7px 0;
	position: relative;
	padding-left: 15px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gMenu_list > li > a::before {
	content: "";
	display: block;
	border: 3px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 16px;
	left: 0;
	border-left-color: currentColor;
	border-left-width: 6px;
	border-right-width: 0;
	transform: translateY(-50%);
}
.gNav_list_item_tip {
	display: block;
	border: 7px solid rgba(255, 255, 255, 0);
	border-bottom-color: rgba(147, 128, 85, 0.95);
	border-bottom-width: 18px;
	border-top-width: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
[aria-expanded="true"] > .gNav_list_item_tip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_list-child {
	padding-left: 15px;
}
.gMenu_list-child > li {}
.gMenu_list-child > li > a {
	padding-left: 20px;
}
.gMenu_list-child > li > a::before {
	border: none;
	width: 11px;
	height: 1px;
	background-color: currentColor;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
.gHiddenSvg {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}
.gNav_list_item-sp {
	display: none;
}
.gNav_spList {
	list-style: none;
	display: none;
}
.gNav_spList > li {}
.gNav_spList > li > a {
	text-decoration: none;
	color: inherit;
}
.gNav_link {
	display: none;
}
.gNav_link > a {}
.gHead {
	position: relative;
	padding-top: 207px;
	margin-bottom: 37px;
}
.gHead_mark {
	width: 268px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 139px;
	margin-left: 470px;
	pointer-events: none;
	z-index: -1;
}
.gHead_mark_inner {
	position: relative;
	padding-bottom: 100%;
}
.gHead_mark_svg {
	fill: url(#GradPlum);
	isolation: isolate;
	fill-opacity: .08;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gHead_bg {
	position: absolute;
	width: 100%;
	top: 148px;
	min-width: 1370px;
	height: 319px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.gHead_square {
	width: 92px;
	height: 92px;
	position: absolute;
}
.gHead_square-left {
	top: 38px;
	left: 0;
}
.gHead_square_item {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-olive-brown);
}
.gHead_square_item-no1 {}
.gHead_square_item-no2 {
	background-color: var(--color-text);
	top: -37px;
	right: 46px;
	left: auto;
	height: 80%;
	width: 80%;
	z-index: 1;
}
.gHead_square-right {
	right: 0;
	bottom: 0;
}
.gHead_square_item-no3 {
	width: 80%;
	height: 80%;
	top: auto;
	bottom: 0;
	left: auto;
	right: -18px;
}
.gHead_square_item-no4 {
	top: -55px;
	background-color: var(--color-text);
	z-index: 1;
}
.gHead_inner {
	max-width: 1190px;
	margin: 0 auto 0;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.gHead_title {
	font-size: 40px;
	line-height: 1.225;
	font-weight: 600;
}
.gBody {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 88px;
}
.gPankuzu {
	position: relative;
	z-index: 1;
	margin-top: 67px;
	caret-color: rgba(255, 255, 255, 0);
}
.gPankuzu_inner {
	max-width: 1190px;
	margin: 0 auto 0;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	font-family: var(--font-gothic);
	white-space: nowrap;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "|";
	display: block;
	margin: 0 8px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 50px;
	align-items: center;
	color: var(--color-olive-brown);
}
.gFooter {
	font-size: 15px;
	line-height: 1.733;
	font-family: var(--font-gothic);
	padding-bottom: 50px;
}
.gFooter_inner {
	max-width: 1200px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	column-gap: 35px;
}
.gFooter_col {}
.gFooter_col-logo {
	padding-top: 5px;
	display: flex;
	flex-direction: column;
}
.gFooter_logo {
	width: 252px;
	margin-bottom: 23px;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 16.27%;
}
.gFooter_logo_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gFooter_addr {
	margin-bottom: 15px;
}
.gFooter_addr > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_exList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	column-gap: 24px;
}
.gFooter_exList > li {}
.gFooter_exList > li > a {
	text-decoration: none;
	color: inherit;
	line-height: 18px;
	display: flex;
	padding: 7px 0;
	align-items: center;
	column-gap: 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-nav {}
.gFooter_grid {
	display: grid;
	grid-template-columns: repeat(3, auto);
	column-gap: 60px;
	margin-bottom: 11px;
}
.gFooter_list {
	list-style: none;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	line-height: 18px;
	display: block;
	padding: 7px 0;
	position: relative;
	padding-left: 15px;
	transition-duration: .3s;
	transition-property: color;
}
.gFooter_list > li > a::before {
	content: "";
	display: block;
	border: 3px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 16px;
	left: 0;
	border-left-color: currentColor;
	border-left-width: 6px;
	border-right-width: 0;
	transform: translateY(-50%);
}
.gFooter_subList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 18px;
}
.gFooter_subList > li {
	margin-right: -1px;
}
.gFooter_subList > li > a {
	text-decoration: none;
	color: inherit;
	padding: 10px 20px;
	display: block;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_subList > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	background-color: var(--color-warm-gray);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gFooter_subList > li > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	background-color: var(--color-warm-gray);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gFooter_copy {
	color: var(--color-gray);
	font-size: 13px;
	text-align: right;
	line-height: 2;
	margin-top: 28px;
}
.gFooter_exList_icon {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
}
.gFooter_copy-en {
	line-height: 1.2;
}
.gHead_subTitle {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.225;
	margin-bottom: 13px;
}
.gBody-noPb {
	padding-bottom: 0;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.u-btnList:hover {
		background-color: var(--color-ochre);
	}
	.u-btnBorder:hover {
		background-color: #938055;
		color: var(--color-white);
		border-color: #938055;
	}
	.u-btn:hover {
		background-color: var(--color-ochre);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_addr > a:hover {}
	.gFooter_exList > li > a:hover {
		color: var(--color-olive-brown);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-olive-brown);
	}
	.gFooter_subList > li > a:hover {
		color: var(--color-olive-brown);
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
	.gHeader_title > a:hover {
		opacity: 0.7;
	}
	.gNav_lang_btn:hover {
		color: var(--nav-link-hover-color);
	}
	.gNav_lang_list > li > a:hover {
		background-color: var(--color-olive-brown);
		color: var(--color-white);
	}
	.gNav_subList_item > a:hover {
		background-color: var(--color-ochre);
	}
	.gNav_list_item > a:hover {
		color: var(--nav-link-hover-color);
	}
	.gMenu_list > li > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:767px) {
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-inner {}
	.u-ttl {
		font-size: 22px;
		margin-bottom: 23px;
	}
	.u-ttl::after {
		width: 120px;
		margin-top: 15px;
	}
	.u-btn {
		min-height: 56px;
		font-size: 16px;
		padding: 5px 10px;
	}
	.u-btn-hasIcon {
		padding-right: 35px;
		padding-left: 35px;
	}
	.u-btn_icon {
		right: 15px;
	}
	.u-btnBorder {
		font-size: 16px;
		padding-left: 24px;
		padding-right: 37px;
	}
	.u-btnBorder_icon {
		right: 15px;
	}
	.gHeader {
		height: 62px;
		height: auto;
	}
	.gHeader_contents {
		min-width: 320px;
	}
	.gHeader_inner {
		padding-left: 19px;
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {
		max-width: 176px;
		width: calc(100% - 92px);
	}
	.gHeader_title {
		position: relative;
		z-index: 1001;
	}
	.gHeader_title > a {
		height: 62px;
	}
	.gHeader_title_inner {}
	.gHeader_title_parts {}
	.gHeader_title_parts-mark {}
	.isMenuOpen .gHeader_title_parts-mark {
		color: var(--color-white);
	}
	.gHeader_title_svg {}
	.gHeader_title_parts-text {}
	.isMenuOpen .gHeader_title_parts-text {
		color: var(--color-white);
	}
	.gHeader_col-nav {
		padding-top: 0;
		width: 82px;
	}
	.gNav {
		position: fixed;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-olive-brown);
		left: 0;
		color: var(--color-white);
		box-sizing: border-box;
		padding-top: 73px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: 0.3s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
		max-height: calc(100vh - 73px);
		overflow: auto;
		box-sizing: border-box;
	}
	.gNav_sub {
		padding-left: 25px;
		padding-right: 25px;
		flex-direction: row-reverse;
		margin-bottom: 21px;
	}
	.gNav_lang {
		min-width: 104px;
	}
	.gNav_lang_btn {
		border-color: inherit;
		padding-bottom: 2px;
	}
	.gNav_lang_btn::after {}
	.gNav_lang_btn[aria-expanded="true"]::after {}
	.gNav_lang_list {}
	.gNav_lang_list.isShow {}
	.gNav_lang_list > li {}
	.gNav_lang_list > li > a {
		border-left-color: var(--color-white);
		border-right-color: var(--color-white);
		background-color: var(--color-olive-brown);
		border-bottom-color: var(--color-white);
		color: var(--color-white);
	}
	.gNav_subList {}
	.gNav_subList_item {}
	.gNav_subList_item > a {
		background-color: var(--color-white);
		color: var(--color-olive-brown);
	}
	.gNav_main {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 120px;
	}
	.gNav_list {
		display: block;
		border-top: 1px solid currentColor;
	}
	.gNav_list_item {
		border-bottom: 1px solid currentColor;
	}
	.gNav_list_item > a {
		font-family: var(--font-mincho);
		font-size: 18px;
		justify-content: flex-start;
		min-height: 0;
		line-height: 20px;
		padding: 18px 0;
		padding-left: 24px;
		color: var(--color-white);
	}
	.gNav_list_item > a::before {
		content: "";
		display: block;
		border: 3px solid rgba(255, 255, 255, 0);
		border-left-width: 6px;
		border-right-width: 0;
		border-left-color: currentColor;
		position: absolute;
		top: 28px;
		left: 7px;
		transform: translateY(-50%);
	}
	.gNav_list_item > a[aria-expanded="true"] {}
	.gNav_list_item_bar {
		display: none;
	}
	.gNav_list_item_bar-left {}
	.gMenu {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		background-color: rgba(255, 255, 255, 0);
		color: inherit;
		padding: 0;
		visibility: visible;
		pointer-events: inherit;
		opacity: 1;
		margin: 0;
		margin-top: -10px;
		position: relative;
		z-index: 2;
		padding-bottom: 12px;
	}
	.gMenu.isShow {}
	.gMenu_inner {
		display: block;
		padding: 0;
		max-width: none;
		margin: 0;
	}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 40px;
	}
	.gMenu_list > li > a::before {
		top: 15px;
		left: 26px;
	}
	.gNav_list_item_tip {
		display: none;
	}
	[aria-expanded="true"] > .gNav_list_item_tip {}
	.gMenu_list-child {}
	.gMenu_list-child > li {}
	.gMenu_list-child > li > a {
		padding-left: 45px;
	}
	.gMenu_list-child > li > a::before {}
	.gMenuBtn {
		display: block;
		width: 100%;
		height: 62px;
		position: relative;
		z-index: 1001;
		cursor: pointer;
		color: var(--btn-color);
		transition-duration: .3s;
		transition-property: background-color, color;
		caret-color: rgba(255, 255, 255, 0);
	}
	.gMenuBtn[aria-expanded="true"] {
		color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		width: 30px;
		display: block;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 7px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(9px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-9px) rotate(-45deg);
	}
	.gNav_subList_item-spNone {
		display: none;
	}
	.gNav_list_item-sp {
		display: block;
	}
	.gNav_spList {
		display: flex;
		flex-wrap: wrap;
		font-size: 15px;
		line-height: 18px;
		justify-content: center;
		margin-top: 35px;
	}
	.gNav_spList > li {
		margin-right: -1px;
	}
	.gNav_spList > li > a {
		padding: 10px 20px;
		display: block;
		position: relative;
		text-align: center;
	}
	.gNav_spList > li > a::before {
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.gNav_spList > li > a::after {
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.gNav_link {
		display: block;
		max-width: 270px;
		margin: 23px auto 0;
	}
	.gNav_link > a {
		display: flex;
		min-height: 55px;
		background-color: var(--color-ochre);
		align-items: center;
		justify-content: center;
		font-size: 18px;
	}
	.gHead {
		padding-top: 107px;
		padding-bottom: 46px;
		margin-bottom: 20px;
	}
	.gHead_mark {
		width: 218px;
		left: auto;
		transform: none;
		top: 110px;
		margin: 0;
		right: -50px;
	}
	.gHead_mark_inner {}
	.gHead_mark_svg {}
	.gHead_bg {
		min-width: 0;
		top: 0;
		height: 100%;
	}
	.gHead_square {
		width: 30px;
		height: 30px;
	}
	.gHead_square-left {
		top: 70px;
	}
	.gHead_square_item {}
	.gHead_square_item-no1 {}
	.gHead_square_item-no2 {
		top: -10px;
		right: 16px;
	}
	.gHead_square-right {
		right: 0;
	}
	.gHead_square_item-no3 {
		right: -6px;
	}
	.gHead_square_item-no4 {
		top: -16px;
	}
	.gHead_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gHead_title {
		font-size: 25px;
	}
	.gBody {}
	.gPankuzu {
		margin-top: 15px;
	}
	.gPankuzu_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		min-height: 40px;
	}
	.gFooter {
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		display: block;
		padding: 0;
	}
	.gFooter_logo {
		width: 177px;
		margin: 0 auto 16px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_svg {}
	.gFooter_addr {
		text-align: center;
		margin-bottom: 20px;
	}
	.gFooter_addr > a {}
	.gFooter_exList {
		justify-content: center;
	}
	.gFooter_exList > li {}
	.gFooter_exList > li > a {}
	.gFooter_col-nav {
		margin-top: 18px;
	}
	.gFooter_grid {
		grid-template-columns: repeat(2, auto);
		max-width: 335px;
		margin: 0 auto 10px;
		column-gap: 10px;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding-left: 12px;
	}
	.gFooter_list > li > a::before {}
	.gFooter_subList {
		justify-content: center;
	}
	.gFooter_subList > li {}
	.gFooter_subList > li > a {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.gFooter_subList > li > a::before {}
	.gFooter_subList > li > a::after {}
	.gFooter_copy {
		margin-top: 15px;
		text-align: center;
	}
	.gFooter_exList_icon {}
	.gHead_subTitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
}
@media screen and (max-width:374px) {}
