@charset "UTF-8";
@keyframes scrollBar {
	0% {
		transform-origin: top center;
		transform: scale(1, 0);
	}
	50% {
		transform-origin: top center;
		transform: scale(1, 1);
	}
	51% {
		transform-origin: bottom center;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: bottom center;
		transform: scale(1, 0);
	}
}
.error {}
.error_inner {}
.error_title {}
.error_text {}
.error_link {
	max-width: 360px;
	margin-top: 40px;
}
.topBanner {}
.topBanner_inner {}
.topBanner_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3.448%;
	row-gap: 37px;
}
.topBanner_list > li {}
.topBanner_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.topBanner_list > li > a > img {
	display: block;
}
.topSubVis {
	position: relative;
	padding-bottom: 550px;
	margin-bottom: 87px;
}
.topSubVis_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d9e1ea;
}
.topSubVis_image-pc {}
.topSubVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.topSubVis_image-sp {
	display: none;
}
.topDiary {
	margin-bottom: 85px;
}
.topDiary_inner {
	max-width: 1320px;
}
.topDiary_box {
	position: relative;
	padding: 55px 20px 50px;
}
.topDiary_title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.topDiary_list {
	list-style: none;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1152px;
	margin: 0 auto 0;
	column-gap: 3.21%;
}
.topDiary_list > li {}
.topDiary_list > li > a {
	text-decoration: none;
	color: inherit;
}
.topDiary_link {
	position: relative;
	z-index: 1;
	max-width: 200px;
	margin: 50px auto 0;
}
.topDiary_link > a {}
.newsItem {
	font-family: var(--font-gothic);
	line-height: 1.4;
	font-size: 18px;
}
.newsItem_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	background-color: #e2dcce;
	margin-bottom: 12px;
}
.newsItem_image-landscape {
	padding-bottom: 67.31%;
}
.newsItem_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.newsItem_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 22px;
	column-gap: 10px;
	margin-bottom: 6px;
}
.newsItem_new {
	background-color: var(--color-red);
	font-size: 14px;
	width: 68px;
	height: 22px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.newsItem_update {
	font-size: 15px;
}
.newsItem_update > time {}
.newsItem_title {}
.topDiary_box_bg {}
.newsItem_areaText {}
.topRepair {
	position: relative;
	padding: 85px 0;
	margin-bottom: 85px;
}
.topRepair_bg {
	background-color: #dbc682;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.topRepair_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topRepair_inner {
	position: relative;
	z-index: 1;
	max-width: 1220px;
}
.topRepair_title {
	max-width: 602px;
	margin: 0 auto 50px;
}
.topRepair_title-en {
	max-width: 739px;
}
.topRepair_title > img {
	display: block;
}
.topRepair_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3.2%;
}
.topRepair_cell {}
.topRepair_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topRepair_item {
	background-color: var(--color-soft-white);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.topRepair_araeText {
	padding: 25px 20px 40px;
	position: relative;
	flex-grow: 1;
	z-index: 1;
	line-height: 1.6;
}
.topRepair_headline {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.topRepair_text {
	text-align: center;
}
.topRepair_bar {
	display: block;
	height: 50px;
	width: 1px;
	background-color: var(--color-warm-gray);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topRepair_image {
	position: relative;
	padding-bottom: 64.10%;
	overflow: hidden;
}
.topRepair_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.topExp {
	margin-bottom: 100px;
}
.topExp_inner {
	max-width: 1320px;
}
.topExp_box {
	position: relative;
	padding: 83px 40px 65px;
}
.topExp_box_bg {}
.topExp_grid {
	position: relative;
	z-index: 1;
	max-width: 1145px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 660px 383px;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 33px;
}
.topExp_cell {}
.topExp_cell-title {
	order: 1;
	padding-top: 60px;
}
.topExp_title {
	margin-bottom: 22px;
}
.topExp_title > img {
	display: block;
}
.topExp_text {
	font-size: 16px;
	font-family: var(--font-gothic);
}
.topExp_cell-img {
	order: 0;
	grid-row: span 2;
}
.topExp_image {}
.topExp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topExp_cell-link {
	order: 2;
}
.topExp_link {
	display: flex;
}
.topExp_link > a {
	font-family: var(--font-gothic);
	min-height: 55px;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 270px;
}
.topCamera {
	background-color: var(--color-text);
	color: var(--color-white);
	padding: 51px 20px 50px;
	margin-top: 100px;
}
.topCamera_inner {
	max-width: 1032px;
}
.topCamera_title {
	font-size: 24px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 13px;
	line-height: 1.4;
	margin-bottom: 37px;
}
.topCamera_title > img {
	display: block;
}
.topCamera_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8.9%;
	max-width: 1032px;
	margin-left: auto;
	margin-right: auto;
}
.topCamera_cell {}
.topCamera_movie {
	position: relative;
	padding-bottom: 54.894%;
}
.topCamera_movie > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.topCamera_caption {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	margin-top: 18px;
}
.topPageNav {
	max-width: 1294px;
	margin: 0 auto 54px;
}
.topPageNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 566px;
}
.topPageNav_list > li {}
.topPageNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topPageNav_item {
	height: 100%;
	position: relative;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 0 69px;
	box-sizing: border-box;
}
.topPageNav_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.topPageNav_bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.topPageNav_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.topPageNav_title {
	position: relative;
	z-index: 1;
	font-size: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.topPageNav_title_inner {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
.topPageNav_text {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1.76;
	font-family: var(--font-gothic);
}
.topVis {
	margin-bottom: 0;
}
.topVis_contents {
	position: relative;
}
.topVis_splide {
	animation-name: visFadein;
	animation-duration: 1.5s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
	animation-delay: .2s;
}
.topVis_splide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.20);
	pointer-events: none;
}
.topVis_splide-pc {}
.topVis_splide_track {
	position: relative;
	z-index: 0;
}
.topVis_splide_list {
	list-style: none;
}
.topVis_splide_slide {}
.topVis_image {
	position: relative;
	height: 100vh;
}
.topVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVis_splide-sp {
	display: none;
}
.topVis_title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 106px;
	pointer-events: none;
	animation-name: visFadein;
	animation-duration: 1.5s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
	animation-delay: 1.2s;
}
.topVis_title > img {
	display: block;
}
.topScroll {
	position: absolute;
	z-index: 2;
	bottom: 34px;
	left: 24px;
	color: var(--color-white);
	font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	row-gap: 9px;
	caret-color: rgba(255, 255, 255, 0);
}
.topScroll_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: sideways-lr;
	display: block;
	line-height: 1;
	white-space: nowrap;
	transform: translateX(-20%);
}
.topScroll_bar {
	display: block;
	position: relative;
	width: 1px;
	height: 121px;
}
.topScroll_bar_item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transform-origin: center top;
	transform: scale(1, 1);
	animation-name: scrollBar;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
.topOpen {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.60);
	color: var(--color-white);
	display: flex;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 32px;
	column-gap: 10px;
	max-width: calc(100% - 65px);
	min-height: 75px;
	box-sizing: border-box;
	align-items: center;
}
.topOpen_date {
	white-space: nowrap;
}
.topOpen_date > time {}
.topOpen_text {}
.topIntro {
	position: relative;
	margin-bottom: 79px;
	padding-top: 79px;
}
.topIntro_inner {
	padding-left: 110px;
	padding-right: 110px;
}
.topIntro_text {
	font-size: 18px;
	line-height: 2.11;
	text-align: center;
	font-family: var(--font-gothic);
}
.topIntro_mark {
	width: 505px;
	position: absolute;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	margin-left: 490px;
	pointer-events: none;
	z-index: -1;
}
.topIntro_mark_inner {
	position: relative;
	padding-bottom: 100%;
}
.topIntro_mark_svg {
	fill: url(#GradPlum);
	isolation: isolate;
	fill-opacity: .08;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topIntro_bg {
	position: absolute;
	width: 100%;
	top: 0;
	height: 212px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.topIntro_square {
	width: 92px;
	height: 92px;
	position: absolute;
}
.topIntro_square-left {
	top: 0;
	left: 0;
}
.topIntro_square_item {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-olive-brown);
}
.topIntro_square_item-no1 {
	background-color: var(--color-text);
}
.topIntro_square_item-no2 {
	background-color: var(--color-olive-brown);
	top: 100%;
	left: 0;
	height: 61%;
	width: 61%;
	z-index: 1;
}
.topIntro_square-right {
	right: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
}
.topIntro_square_item-no3 {}
.topIntro_square_item-no4 {
	bottom: 100%;
	background-color: var(--color-text);
	z-index: 1;
	top: auto;
	width: 165%;
	left: auto;
	right: 0;
	height: 165%;
}
.topNotice {
	margin-bottom: 67px;
	position: relative;
	z-index: 1;
}
.topNotice_inner {}
.topNotice_cols {
	display: flex;
}
.topNotice_col {}
.topNotice_col-title {
	background-color: var(--color-dark-red);
	color: var(--color-white);
	width: 220px;
	box-sizing: border-box;
}
.topNotice_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	font-weight: normal;
	column-gap: 5px;
}
.topNotice_title > img {
	display: block;
}
.topNotice_col-body {
	border: 3px solid var(--color-dark-red);
	background-color: var(--color-white);
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding: 17px 26px;
}
.topNotice_list {
	list-style: none;
	font-family: var(--font-gothic);
	font-size: 15px;
	line-height: 1.72;
}
.topNotice_list > li {}
.topNotice_list > li > a {
	color: var(--color-dark-red);
	text-decoration: underline;
	display: block;
	position: relative;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.topNotice_list > li > a::before {
	content: "";
	width: 7px;
	display: block;
	height: 7px;
	background-color: currentColor;
	border-radius: 50%;
	top: 0.86em;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	margin-top: 3px;
}
.topInfo {
	margin-bottom: 149px;
	position: relative;
	z-index: 1;
}
.topInfo_inner {
	max-width: 1320px;
}
.topInfo_tablList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 70px;
	align-items: flex-end;
}
.topInfo_tablList > li {}
.topInfo_tablList_btn {
	display: flex;
	min-height: 50px;
	height: 100%;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-sand-gray);
	background-color: #FAF9F7;
	font-size: 20px;
	width: calc(100% + 1px);
	box-sizing: border-box;
	border-bottom: none;
	line-height: 1.2;
	text-align: center;
	padding: 5px 10px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color, min-height;
	position: relative;
	z-index: 0;
}
.topInfo_tablList_btn-last {
	border-right: 1px solid var(--color-sand-gray);
	width: 100%;
}
.topInfo_tablList_btn[aria-selected="true"] {
	background-color: var(--color-olive-brown);
	color: var(--color-white);
	border-color: var(--color-olive-brown);
	min-height: 70px;
	z-index: 2;
}
.topInfo_panel {
	position: relative;
	padding: 80px 40px 56px;
	display: none;
}
.topInfo_panel.isShow {
	display: block;
}
.topInfo_panel_bg {}
.topInfo_panel_inner {
	position: relative;
}
.topInfo_list {
	list-style: none;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1152px;
	margin: 0 auto 0;
	column-gap: 3.21%;
}
.topInfo_list > li {}
.topInfo_list > li > a {
	text-decoration: none;
	color: inherit;
}
.topInfo_link {
	max-width: 200px;
	margin: 23px auto 0;
}
.topInfo_link > a {}
.indexNav {}
.indexNav_text {
	font-family: var(--font-gothic);
	margin-bottom: 92px;
}
.indexNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3%;
	row-gap: 23px;
}
.indexNav_list > li {}
.indexNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-weight: 600;
	font-size: 17px;
	border-bottom: 1px solid var(--color-olive-brown);
	line-height: 1.47;
	padding-top: 14px;
	padding-bottom: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	height: 100%;
}
.indexNav_list_text {
	display: block;
	position: relative;
	padding-left: 22px;
}
.indexNav_list_text::before {
	content: "";
	display: block;
	border: 3px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 0.735em;
	left: 3px;
	border-left-color: currentColor;
	border-left-width: 6px;
	border-right-width: 0;
	transform: translateY(-50%);
}
.indexNav_sect {
	margin-top: 51px;
}
.indexNav_headline {
	margin-bottom: 6px;
}
.indexNav_headline > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var(--color-text);
	color: var(--color-white);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.47;
	padding: 16px 20px;
	position: relative;
	padding-left: 34px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.indexNav_headline > a::before {
	content: "";
	display: block;
	border: 3px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 0.735em;
	left: 17px;
	border-left-color: currentColor;
	border-left-width: 6px;
	border-right-width: 0;
	transform: translateY(-50%);
	margin-top: 16px;
}
.indexNav_image {
	margin-top: 99px;
}
.indexNav_image > img {
	display: block;
}
.appBanner {}
.appBanner_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px;
	row-gap: 37px;
}
.appBanner_list > li {}
.appBanner_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.appBanner_image {
	position: relative;
	padding-bottom: 27.78%;
}
.appBanner_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 26px;
	border-top: 1px solid #707070;
	padding-top: 57px;
	margin-top: 57px;
}
.pager > a,
.pager > span {
	border-radius: 50%;
	display: flex;
	min-width: 46px;
	height: 46px;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background-color: #fff;
	font-family: var(--font-gothic);
	font-size: 16px;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.pager > .previouspostslink {
	border-color: #A4912B;
	font-size: 0;
	color: #7E6C33;
}
.pager > .previouspostslink::before {
	content: "";
	border: 6px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-right-color: currentColor;
	display: block;
	transform: translateX(-12.5%) translate(-50%, -50%);
	border-right-width: 10px;
	border-left-width: 0;
}
.pager > .current {
	background-color: #7E6C33;
	color: #fff;
	border-color: #7E6C33;
}
.pager > .extend {}
.pager > .nextpostslink {
	border-color: #A4912B;
	font-size: 0;
	color: #7E6C33;
}
.pager > .nextpostslink::before {
	content: "";
	border: 6px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-left-color: currentColor;
	display: block;
	transform: translateX(12.5%) translate(-50%, -50%);
	border-left-width: 10px;
	border-right-width: 0;
}
.aboutMap {
	position: relative;
	margin: 0 auto;
}
.aboutMap-ishigaki {
	max-width: 1000px;
}
.aboutMap-ninomaru {
	max-width: 545px;
}
.aboutMap_image {
	display: block;
	position: relative;
	z-index: 0;
}
.aboutMap_btn {
	border: 3px solid #90815B;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	font-family: var(--font-gothic);
	background-color: #fff;
	border-radius: 21px;
	font-size: 18px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	padding: 5px 5px;
	box-sizing: border-box;
	line-height: 20px;
	column-gap: 7px;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
	padding-right: 14px;
}
.aboutMap_btn-n1 {
	top: 58.3%;
	right: 62px;
	left: auto;
	transform: translate(50%, -50%);
}
.aboutMap_btn-n2 {
	top: 51.3%;
	left: 50%;
}
.aboutMap_btn-n3 {
	top: 44.1%;
	left: 23%;
}
.aboutMap_btn-n4 {
	top: 19%;
	left: 31%;
}
.aboutMap_btn_num {
	display: flex;
	width: 26px;
	height: 26px;
	background-color: #90815B;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.aboutMap_btn_text {}
.aboutMap_btn-i1 {
	top: 44%;
	right: 26%;
	left: auto;
	transform: translate(50%, -50%);
}
.aboutMap_btn-i2 {
	top: 64.6%;
	left: 24.7%;
}
.aboutMap_btn-i3 {
	top: 47.2%;
	left: 41.6%;
}
.aboutMap_btn-i4 {
	top: 47.2%;
	left: 23%;
}
.aboutMap_btn-i5 {
	top: 11.7%;
	left: 62%;
}
.aboutMap_btn-i6 {
	top: 43%;
	left: 5%;
}
.aboutMap_btn-i7 {
	top: 36.7%;
	left: 36%;
	text-align: left;
}
.aboutMap_btn-i8 {
	top: 67.6%;
	right: 26%;
	left: auto;
	transform: translate(50%, -50%);
}
.aboutMap_btn-i1en {}
.aboutMap_btn-i2en {
	left: 22%;
	top: 66%;
}
.aboutMap_btn-i3en {
	top: 52%;
	left: 45%;
}
.aboutMap_btn-i4en {}
.aboutMap_btn-i5en {
	left: 50%;
	top: 10%;
}
.aboutMap_btn-i6en {
	top: 42.7%;
}
.aboutMap_btn-i7en {}
.aboutMap_btn-i8en {}
.partsTitle {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 1px solid #B6B0A3;
	padding-bottom: 24px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.partsSubTitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 20px;
}
.partsText {
	font-family: var(--font-gothic);
	line-height: 2.35;
	margin-top: 20px;
	margin-bottom: 20px;
}
.partsImages {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 28px;
	row-gap: 28px;
	font-size: 15px;
	font-family: var(--font-gothic);
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 30px;
}
.partsImages_fig {}
.partsImages_fig > figcaption {
	margin-top: 10px;
}
.partsImages_fig_image {
	display: block;
	padding-bottom: 59.0829%;
	position: relative;
}
.partsImages_fig_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.donationLink {
	display: flex;
	justify-content: center;
	max-width: 1158px;
	margin-left: auto;
	margin-right: auto;
}
.donationLink > a {
	width: auto;
}
.donationNav {
	margin-top: 45px;
}
.donationNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 36px;
}
.donationNav_list > li {}
.donationNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.donationNav_list_img {
	position: relative;
	padding-bottom: 30.028%;
}
.donationNav_list_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.donationNav_list_img > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.donationNav_text {
	font-family: var(--font-gothic);
	margin-top: 22px;
}
.donationNav_text > a {
	text-decoration: none;
	color: inherit;
}
.donationNav_link {
	max-width: 360px;
	margin-top: 60px;
}
.donationNav_link > a {}
.partsImage_fig {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 15px;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.partsImage_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.partsImage_fig > figcaption {
	margin-top: 10px;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.donationNav_list > li > a:hover {
		opacity: .7;
	}
	.donationNav_text > a:hover {
		text-decoration: underline;
	}
	.donationNav_link > a:hover {}
	.aboutMap_btn:hover {
		background-color: #90815B;
		color: #fff;
		opacity: 1;
	}
	.aboutMap_btn:hover .aboutMap_btn_num {
		background-color: #fff;
		color: #90815B;
	}
	.pager > a:hover {
		background-color: #7E6C33;
		color: var(--color-white);
		border-color: #7E6C33;
	}
	.appBanner_list > li > a:hover {
		opacity: .7;
	}
	.indexNav_list > li > a:hover {
		color: var(--color-olive-brown);
	}
	.indexNav_headline > a:hover {
		background-color: var(--color-olive-brown);
	}
	.topNotice_list > li > a:hover {
		text-decoration: none;
	}
	.topInfo_tablList_btn:hover {}
	.topInfo_list > li > a:hover {}
	.topPageNav_list > li > a:hover {}
	a:hover .topPageNav_bg::before {
		opacity: .7;
	}
	a:hover .topPageNav_bg > img {
		transform: scale(1.04);
	}
	.topExp_link > a:hover {}
	.topRepair_cell > a:hover {}
	a:hover .topRepair_image > img {
		transform: scale(1.04);
	}
	.topDiary_list > li > a:hover {}
	.topDiary_link > a:hover {}
	a:hover .newsItem_image > img {
		transform: scale(1.05);
	}
	.topBanner_list > li > a:hover {
		opacity: .8;
	}
}
@media screen and (max-width: 767px) {
	.error {}
	.error_inner {}
	.error_title {}
	.error_text {}
	.error_link {
		max-width: 260px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.topBanner {}
	.topBanner_inner {}
	.topBanner_list {
		display: block;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.topBanner_list > li {}
	.topBanner_list > li:nth-child(n+2) {
		margin-top: 13px;
	}
	.topBanner_list > li > a {}
	.topBanner_list > li > a > img {}
	.topSubVis {
		padding-bottom: 55.55%;
		margin-bottom: 60px;
	}
	.topSubVis_image {}
	.topSubVis_image-pc {
		display: none;
	}
	.topSubVis_image > img {}
	.topSubVis_image-sp {
		display: block;
	}
	.topDiary {
		margin-bottom: 60px;
		margin-bottom: 0;
	}
	.topDiary_inner {
		padding: 0;
	}
	.topDiary_box {
		padding: 60px 20px 60px;
	}
	.topDiary_title {}
	.topDiary_list {
		display: block;
	}
	.topDiary_list > li {}
	.topDiary_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.topDiary_list > li > a {}
	.topDiary_link {
		margin-top: 33px;
	}
	.topDiary_link > a {}
	.newsItem {
		display: grid;
		grid-template-columns: 120px 1fr;
		column-gap: 15px;
		font-size: 16px;
	}
	.newsItem_image {
		padding-bottom: 100%;
		margin-bottom: 0;
	}
	.newsItem_image-landscape {}
	.newsItem_image > img {}
	.newsItem_info {}
	.newsItem_new {}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_title {}
	.topDiary_box_bg {}
	.topDiary_box_bg::before {}
	.topDiary_box_bg::after {
		border: none;
	}
	.newsItem_areaText {}
	.topRepair {
		padding: 60px 0;
		margin-bottom: 45px;
	}
	.topRepair_bg {}
	.topRepair_bg > img {}
	.topRepair_inner {}
	.topRepair_title {
		max-width: 330px;
		margin-bottom: 20px;
	}
	.topRepair_title-en {
		max-width: 350px;
	}
	.topRepair_title > img {}
	.topRepair_grid {
		display: block;
	}
	.topRepair_cell {
		margin-top: 20px;
	}
	.topRepair_cell > a {}
	.topRepair_item {}
	.topRepair_araeText {
		padding: 20px 15px 30px;
	}
	.topRepair_headline {
		font-size: 20px;
	}
	.topRepair_text {}
	.topRepair_bar {
		height: 40px;
	}
	.topRepair_image {}
	.topRepair_image > img {}
	.topExp {
		margin-bottom: 60px;
	}
	.topExp_inner {}
	.topExp_box {
		padding: 40px 20px 30px;
	}
	.topExp_box_bg {}
	.topExp_grid {
		display: block;
	}
	.topExp_cell {}
	.topExp_cell-title {
		padding: 0;
	}
	.topExp_title {
		max-width: 270px;
		margin: 0 auto 20px;
	}
	.topExp_title > img {}
	.topExp_text {}
	.topExp_cell-img {
		margin-top: 20px;
	}
	.topExp_image {}
	.topExp_image > img {}
	.topExp_cell-link {
		margin-top: 27px;
	}
	.topExp_link {
		margin: 0 auto 0;
		display: flex;
		justify-content: center;
	}
	.topExp_link > a {
		min-height: 40px;
		padding-left: 14px;
		padding-right: 15px;
		min-width: 200px;
	}
	.topCamera {
		padding-top: 35px;
		padding-bottom: 50px;
		margin-top: 50px;
	}
	.topCamera_inner {}
	.topCamera_title {
		font-size: 22px;
		flex-direction: column;
		margin-bottom: 41px;
	}
	.topCamera_title > img {
		transform: translateY(4px);
	}
	.topCamera_grid {
		display: block;
		max-width: 326px;
		margin-left: auto;
		margin-right: auto;
	}
	.topCamera_cell {
		margin-top: 22px;
	}
	.topCamera_cell:first-child {
		margin-top: 0;
	}
	.topCamera_movie {}
	.topCamera_movie > iframe {}
	.topCamera_caption {
		font-size: 18px;
		margin-top: 12px;
	}
	.topPageNav {}
	.topPageNav_list {
		display: block;
		min-height: 0;
	}
	.topPageNav_list > li {}
	.topPageNav_list > li > a {}
	.topPageNav_item {
		min-height: 400px;
		padding-top: 20px;
		padding-bottom: 41px;
	}
	.topPageNav_bg {}
	.topPageNav_bg::before {}
	.topPageNav_bg > img {}
	.topPageNav_title {
		font-size: 22px;
	}
	.topPageNav_title_inner {}
	.topPageNav_text {}
	.topVis {}
	.topVis_contents {}
	.topVis_splide {}
	.topVis_splide::before {}
	.topVis_splide-pc {
		display: none;
	}
	.topVis_splide_track {}
	.topVis_splide_list {}
	.topVis_splide_slide {}
	.topVis_image {
		height: var(--fullVh, 100vh);
	}
	.topVis_image > img {}
	.topVis_splide-sp {
		display: block;
	}
	.topVis_title {
		width: 75px;
		margin-top: -10px;
	}
	.topVis_title > img {}
	.topScroll {
		display: none;
	}
	.topScroll_text {}
	.topScroll_bar {}
	.topScroll_bar_item {}
	.topOpen {
		max-width: none;
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		min-height: 60px;
	}
	.topOpen_date {}
	.topOpen_date > time {}
	.topOpen_text {}
	.topIntro {
		padding-top: 140px;
		margin-bottom: 28px;
	}
	.topIntro_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.topIntro_text {
		font-size: 16px;
		line-height: 1.875;
		text-align: left;
	}
	.topIntro_mark {
		width: 190px;
		margin-left: 80px;
		top: 100px;
	}
	.topIntro_mark_inner {}
	.topIntro_mark_svg {}
	.topIntro_bg {
		height: 117px;
	}
	.topIntro_square {
		width: 35px;
		height: 35px;
	}
	.topIntro_square-left {
		display: none;
	}
	.topIntro_square_item {}
	.topIntro_square_item-no1 {}
	.topIntro_square_item-no2 {}
	.topIntro_square-right {}
	.topIntro_square_item-no3 {}
	.topIntro_square_item-no4 {}
	.topNotice {
		margin-bottom: 30px;
	}
	.topNotice_inner {}
	.topNotice_cols {
		display: block;
	}
	.topNotice_col {
		width: auto;
	}
	.topNotice_col-title {}
	.topNotice_title {
		min-height: 48px;
	}
	.topNotice_title > img {}
	.topNotice_col-body {
		border-top: none;
		padding: 18px 20px 23px;
	}
	.topNotice_list {}
	.topNotice_list > li {}
	.topNotice_list > li > a {}
	.topNotice_list > li > a::before {}
	.topInfo {
		margin-bottom: 60px;
	}
	.topInfo_inner {}
	.topInfo_tablList {}
	.topInfo_tablList > li {}
	.topInfo_tablList_btn {
		font-size: 15px;
		min-height: 50px;
		padding: 5px 5px;
	}
	.topInfo_tablList_btn-last {}
	.topInfo_tablList_btn[aria-selected="true"] {}
	.topInfo_panel {
		padding: 26px 20px 32px;
	}
	.topInfo_panel.isShow {}
	.topInfo_panel_bg {}
	.topInfo_panel_inner {}
	.topInfo_list {
		display: block;
	}
	.topInfo_list > li {}
	.topInfo_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.topInfo_list > li > a {}
	.topInfo_link {}
	.topInfo_link > a {}
	.indexNav {}
	.indexNav_text {
		margin-bottom: 10px;
	}
	.indexNav_list {
		display: block;
	}
	.indexNav_list > li {}
	.indexNav_list > li > a {
		font-size: 15px;
	}
	.indexNav_list_text {
		padding-left: 17px;
	}
	.indexNav_list_text::before {}
	.indexNav_sect {
		margin-top: 35px;
	}
	.indexNav_headline {
		margin-bottom: 0;
	}
	.indexNav_headline > a {
		font-size: 15px;
		padding-left: 25px;
		padding-right: 10px;
	}
	.indexNav_headline > a::before {
		left: 11px;
	}
	.indexNav_image {
		margin-top: 45px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.indexNav_image > img {
		width: 100%;
		height: auto;
	}
	.appBanner {}
	.appBanner_list {
		display: block;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.appBanner_list > li {}
	.appBanner_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.appBanner_list > li > a {}
	.appBanner_image {}
	.appBanner_image > img {}
	.pager {
		column-gap: 10px;
		row-gap: 10px;
		padding-top: 25px;
		margin-top: 35px;
	}
	.pager > a,
	.pager > span {
		font-size: 12px;
		height: 34px;
		min-width: 34px;
	}
	.pager > .previouspostslink {}
	.pager > .previouspostslink::before {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink::before {}
	.aboutMap {}
	.aboutMap_image {}
	.aboutMap_btn {
		font-size: 12px;
		border-width: 2px;
		column-gap: 3px;
		padding: 3px 4px;
		padding-right: 9px;
		line-height: 14px;
	}
	[lang="en"] .aboutMap_btn {
		transform: translate(-50%, -50%) scale(0.8);
	}
	[lang="en"] .aboutMap_btn-n1 {
		transform: translate(50%, -50%) scale(0.8);
	}
	.aboutMap_btn-n1 {}
	.aboutMap_btn-n2 {}
	.aboutMap_btn-n3 {}
	.aboutMap_btn-n4 {}
	.aboutMap_btn_num {
		width: 18px;
		height: 18px;
		font-size: 11px;
	}
	.aboutMap_btn_text {}
	.aboutMap_btn-i {
		transform: translate(-50%, -50%) scale(0.7);
	}
	[lang="en"] .aboutMap_btn-i {
		transform: translate(-50%, -50%) scale(0.6);
		line-height: 12px;
	}
	.aboutMap_btn-i1 {
		transform: translate(50%, -50%) scale(0.7);
	}
	[lang="en"] .aboutMap_btn-i1 {
		transform: translate(50%, -50%) scale(0.6);
	}
	.aboutMap_btn-i2 {}
	.aboutMap_btn-i3 {
		top: 54%;
	}
	.aboutMap_btn-i4 {
		top: 46%;
	}
	.aboutMap_btn-i5 {}
	.aboutMap_btn-i6 {
		left: 12%;
		top: 41.8%;
	}
	.aboutMap_btn-i7 {}
	[lang="en"] .aboutMap_btn-i8 {
		transform: translate(50%, -50%) scale(0.6);
	}
	.partsTitle {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.partsSubTitle {
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.partsText {
		line-height: 2;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.partsImages {
		grid-template-columns: repeat(1, 1fr);
		font-size: 12px;
		row-gap: 20px;
	}
	.partsImages_fig {}
	.partsImages_fig > figcaption {
		margin-top: 7px;
	}
	.partsImages_fig_image {}
	.partsImages_fig_image > img {}
	.donationNav {
		margin-top: 35px;
	}
	.donationNav_list {
		display: block;
		max-width: 362px;
		margin: 0 auto;
	}
	.donationNav_list > li {}
	.donationNav_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.donationNav_list > li > a {}
	.donationNav_list_img {}
	.donationNav_list_img::before {}
	.donationNav_list_img > img {}
	.donationNav_text {
		margin-top: 15px;
	}
	.donationNav_text > a {}
	.donationNav_link {
		margin-top: 30px;
	}
	.donationNav_link > a {}
}
