.header {
	display: flex;
	justify-content: space-between;
	padding: 1.25em 0;
	background-color: #fff;
	box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05);
	position: relative;
	z-index: 1000;
}
@media screen and (max-width:820px) {
	.header {
		padding: 0;
	}
}

.sitelogo {
	padding: .625em 1.5em;
	max-width: 41.3rem;
	align-self: center;
}
@media screen and (max-width:1280px) {
	.sitelogo {
		max-width: 30rem;
	}
}

.menu_button {
	background-color: #364EA2;
	color: #fff;
	font-size: .8rem;
	padding: 2.25em 2.5em;
	line-height: 1;
	text-align: center;
	height: 7rem;
}

.menu_button::after {
	content: "MENU";
	display: block;
	margin-top: .5em;
}

.menu_button__icon_c {
	display: none;
}

.menu_button.active .menu_button__icon_c {
	display: inline;
}

.menu_button.active .menu_button__icon_o {
	display: none;
}

@media screen and (max-width:820px) {
	.header_nav_wrap {
		position: absolute;
		display: none;
		width: 100%;
		bottom: 0;
	}
	.menu_button.active + .header_nav_wrap {
		display: block;
	}
}

.header_nav {
	display: flex;
	align-items: center;
}
@media screen and (max-width:820px) {
	.header_nav {
		background-color: #F3F3F3;
		box-shadow: 0 .9rem .8rem 0 rgb(0 0 0 / 12%);
		display: block;
		max-height: calc(100vh - 7rem - 4.8rem);
		overflow-y: auto;
		padding-bottom: 1.4em;
		position: absolute;
		width: 100%;
	}
}

/**/

/* header menu 1 */

.header_nav__list {
	display: flex;
	text-align: center;
	list-style: none;
	color: #404041;
	font-size: 1.125em;
	line-height: 1.3;
	word-break: break-all;
}
@media screen and (max-width:820px) {
	.header_nav__list {
		display: block;
		font-size: .9375em;
		color: #585858;
		text-align: left;
		margin-bottom: 2em;
	}
}

.header_nav__list a {
	color: inherit;
}

.header_nav__list > * {
	position: relative;
	border-left: dotted #959595 .2rem;
}
@media screen and (max-width:820px) {
	.header_nav__list > * {
		border-left: 0;
		border-top: .1rem #A0A0A0 solid;
	}
}

.header_nav__list > *:last-child {
	border-right: dotted #959595 .2rem;
}
@media screen and (max-width:820px) {
	.header_nav__list > *:last-child {
		border-right: 0;
		border-bottom: .1rem #A0A0A0 solid;
	}
}

.header_nav__list__link {
	height: 100%;
}

.header_nav__list__link > a {
	align-items: center;
	display: flex;
	font-size: clamp(1.2rem, 1.2vw, 1.8rem);
	font-feature-settings: 'palt';
	width: max-content;
	height: 100%;
	padding: .7222em 1.4444em;
	white-space: nowrap;
}
@media screen and (max-width:1280px) {
	.header_nav__list__link > a {
		width: auto;
		padding: .7222em 1vw;
	}
}
@media screen and (max-width:820px) {
	.header_nav__list__link {
		display: flex;
		justify-content: space-between;
		height: auto;
	}
	.header_nav__list__link > a {
		display: block;
		flex: auto;
		font-size: 1.5rem;
		height: auto;
		padding: 1rem 1.5rem;
	}
	.header_nav__list__link__button {
		display: block;
		min-width: max-content;
		padding: 0 1.2em;
	}
}

.header_nav__list__link > a:hover {
	text-decoration: none;
	color: #364EA2;
}

.header_nav__list__sub {
	display: none;
	position: absolute;
	left: -3em;
	max-width: 28rem;
	width: max-content;
	padding-top: 1.1111em;
}
@media screen and (max-width:820px) {
	.header_nav__list__sub {
		position: static;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
}

.header_nav__list__sub__list {
	list-style: none;
	font-size: .8888em;
	text-align: left;
	color: #525252;
	background-color: #F3F3F3;
	padding: .5em 1.25em 1.125em;
	box-shadow: 0 .9rem .8rem 0 rgb(0 0 0 / 12%);
}
@media screen and (max-width:820px) {
	.header_nav__list__sub__list {
		border-top: .1rem #A0A0A0 solid;
		font-size: .9333em;
		padding: 1.5714em 2.1428em;
		box-shadow: none;
	}
}

.header_nav__list > *:hover > .header_nav__list__sub {
	display: block;
}
@media screen and (max-width:820px) {
	.header_nav__list > *:hover > .header_nav__list__sub {
		display: none;
	}
	.header_nav__list > * > .header_nav__list__link.active + .header_nav__list__sub {
		display: block;
	}
}

.header_nav__list > *:last-child .header_nav__list__sub {
	left: auto;
	right: 0;
}

.header_nav__list__sub__list > * {
	border-bottom: dotted #959595 .2rem;
}
@media screen and (max-width:820px) {
	.header_nav__list__sub__list > * {
		border-bottom: 0;
		margin-bottom: .8em;
	}
	.header_nav__list__sub__list > *:last-child {
		margin-bottom: 0;
	}
}

.header_nav__list__sub__list > * > a {
	display: flex;
	padding: .875em 1em;
	padding-right: 1.6em;
}
@media screen and (max-width:820px) {
	.header_nav__list__sub__list > * > a {
		padding: 0;
	}
}

.header_nav__list__sub__list > * > a::before {
	content: "";
	background-image: url(../images/icon_arrowdown_small_bul.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	min-width: .875em;
	width: .875em;
	height: .5625em;
	margin: .325em 0;
	margin-right: 1em;
}
@media screen and (max-width:820px) {
	.header_nav__list__sub__list > * > a::before {
		width: .5em;
		height: .3571em;
		margin: .5em 0;
		margin-right: .7em;
	}
}

/**/

/* header search */

.header_nav__search {
	position: relative;
	align-self: stretch;
}

.header_nav__search_button {
	height: 100%;
	line-height: 0;
	padding: 0 1.375em;
	width: max-content;
}

.header_nav__search_button:hover {
	opacity: .6;
}

.header_nav__search_button_icon {
	display: block;
	border: #364EA2 .2rem solid;
	border-radius: 10em;
	padding: .9em;
	overflow: visible;
}

.header_nav__search_button_icon_w {
	display: none;
}

.header_nav__search_button.active .header_nav__search_button_icon {
	background-color: #364EA2;
}

.header_nav__search_button.active .header_nav__search_button_icon_w {
	display: inline;
}

.header_nav__search_button.active .header_nav__search_button_icon_b {
	display: none;
}

.header_nav__search_form {
	display: none;
	position: absolute;
	right: 0;
	background-color: #364EA2;
	margin-top: 1.2501em;
	width: max-content;
}
@media screen and (max-width:820px) {
	.header_nav__search_form {
		display: block;
		position: static;
		margin-top: 0;
		background-color: inherit;
		width: 100%;
	}
}

.header_nav__search_button.active + .header_nav__search_form {
	display: block;
}

.header_nav__search_form__wrap {
	display: flex;
	background-color: #fff;
	border: #AAAAAA .2rem solid;
	border-radius: 10em;
	font-size: 1.125em;
	line-height: 1.3;
	margin: .9444em 1.3333em;
	padding: .8em 1em;
}
@media screen and (max-width:820px) {
	.header_nav__search_form__wrap {
		border-color: #C1C1C1;
		margin: .8em 3em;
		padding: .5em 1em;
		font-size: 1em;
	}
}

.header_nav__search_form__wrap input[type="search"] {
	width: 30vw;
	margin-right: 1em;
}
@media screen and (max-width:820px) {
	.header_nav__search_form__wrap input[type="search"] {
		width: 100%;
		margin-right: 1em;
	}
}

.header_nav__search_form__wrap button[type="submit"] {
	font-weight: bold;
	min-width: fit-content;
}

/**/

/* header menu 2 */

.header_nav__list2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .8em;
	list-style: none;
	font-size: .875em;
	text-align: center;
	color: #364EA2;
	padding: 0 2.5rem;
	margin: 1em 0;
}

.header_nav__list2 a {
	width: 100%;
	color: inherit;
}

.header_nav__list2__1grid {
	grid-column-start: 1;
	grid-column-end: 3;
}

/**/

/* footer */

.footer {
	background-color: #EBEFFE;
}
@media screen and (max-width:820px) {
	.footer {
		margin-bottom: 3.2em;
	}
}

.footer__contents {
	padding: 4em 5.6em 4.625em;
}
@media screen and (max-width:820px) {
	.footer__contents {
		text-align: center;
		padding: 2.5rem 2rem;
	}
}

.footer__2col {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width:820px) {
	.footer__2col {
		display: block;
	}
}

.footer__access {
	width: max-content;
	margin-right: 1em;
}
@media screen and (max-width:820px) {
	.footer__access {
		width: 100%;
		margin-right: 0;
	}
}

.footer__access__logo {
	font-feature-settings: 'palt';
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 .8em;
	white-space: nowrap;
}

.footer__access__logo > small {
	display: block;
	font-size: .5em;
	margin-left: .15em;
}

@media screen and (max-width:820px) {
	.footer__access__logo {
		font-size: 2.4rem;
	}
	.footer__access__logo > small {
		margin-left: 0;
	}
}

.footer__access__address {
	font-size: .9375em;
	font-style: normal;
}
@media screen and (max-width:820px) {
	.footer__access__address {
		font-size: .875em;
	}
}

.footer__access__address__tel {
	display: inline-block;
}

.footer__nav {

}

.footer__nav__list1 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	column-gap: 1.8em;
	row-gap: .6em;
	font-size: 1.0625em;
}

.footer__nav__list1 a {
	display: block;
	width: 26rem;
	min-width: 0;
	max-width: 100%;
}

.footer__nav__list2 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin: 1em 0;
	column-gap: 1.4em;
	row-gap: .5em;
}

@media screen and (max-width:820px) {

	.footer__nav__list1 {
		gap: 1rem;
		justify-content: center;
		margin-top: 1.5rem;
	}

	.footer__nav__list2 {
		font-size: 1.4rem;
		justify-content: center;
		margin: 1.6em 0 1em;
		gap: 1rem;
	}

	.footer__nav__list2 > * {
	}
}

.copyright {
	background-color: #fff;
	text-align: center;
	font-size: .75em;
	padding: 2em 1em;
}

.copyright small {
	font-size: 1em;
}
@media screen and (max-width:820px) {
	.copyright {
		padding: 1em 1em 1.2em;
	}
}

.totop {
	position: fixed;
	right: .9090em;
	bottom: 3em;
	font-size: .6875em;
	z-index: 256;
}
@media screen and (max-width:820px) {
	.totop {
		bottom: 12em;
		font-size: .5625em;
	}
}

.totop__button {
	border: solid .1rem #fff;
	opacity: 0;
	pointer-events: none;
	font-weight: bold;
	color: #fff;
	background-color: #364EA2;
	border-radius: 10em;
	width: 5.909em;
	height: 5.909em;
	line-height: 1.2;
	transition: opacity .1s linear;
}

.totop__button::before {
	content: "\025b2";
	display: block;
	font-size: 1.8em;
}

.totop__button.active {
	opacity: 1;
	pointer-events: all;
}

@media screen and (min-width:821px) {
	.totop__button.active:hover {
		opacity: .6;
	}
}

.quicklinks {
	font-size: .75em;
	font-feature-settings: "palt";
	line-height: 1.1;
	position: fixed;
	top: 13em;
	left: 0;
	z-index: 1001;
}
@media screen and (max-width:820px) {
	.quicklinks {
		top: unset;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.quicklinks__items {
	list-style: none;
	max-width: 6.25em;
}
@media screen and (max-width:820px) {
	.quicklinks__items {
		display: flex;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width:820px) {
	.quicklinks__item {
		width: 100%;
	}
}

.quicklinks__item a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	row-gap: .6em;
	min-height: 6.6153em;
	padding: 0;
}

.quicklinks__icon {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
}

.quicklinks__title {
	display: flex;
	justify-content: center;
	align-items: start;
	width: 100%;
}

/**/

/* Top Page */

.topslider .metaslider .flexslider {
	margin-bottom: 1em;
}

.topslider .metaslider img {
	border-radius: 1rem;
}

@media screen and (max-width:820px) {
	.topslider .metaslider .flexslider {
		margin-bottom: 0;
	}

	.topslider .metaslider img {
		border-radius: 0;
	}
}

.topslider .metaslider .flex-control-nav {
	width: auto;
	bottom: 5%;
	right: 4%;
}

@media screen and (max-width:820px) {
	.topslider .metaslider .flex-control-nav {
		width: 100%;
		right: auto;
	}
}

.topslider .metaslider .flex-control-paging li a {
	background-color: #fff;
}

.topslider .metaslider .flex-control-paging li a.flex-active {
	background-color: #364EA2;
}

/**/

/* announcement */

.announcement {
	background-color: #364EA2;
	padding: 1.25em 0;
	word-break: break-all;
}
@media screen and (max-width:820px) {
	.announcement {
		padding: 1.2em;
	}
}

.announcement__contents {
	display: flex;
	align-items: center;
	gap: 2.2em;
	background-color: #fff;
	border-radius: .8em;
	padding: 1.4em 2.5em;
	position: relative;
}
@media screen and (max-width:820px) {
	.announcement__contents {
		background-color: inherit;
		justify-content: space-between;
		flex-wrap: wrap;
		border-radius: 0;
		padding: 0;
		gap: .8em;
	}
}

.announcement__head {
	color: #364EA2;
	font-size: 1.375em;
	font-weight: bold;
	min-width: max-content;
}
@media screen and (max-width:820px) {
	.announcement__head {
		color: #fff;
		font-size: .875em;
	}
}

.announcement__list {
	width: 100%;
}
@media screen and (max-width:820px) {
	.announcement__list {
		background-color: #fff;
		border-radius: .4em;
		padding: .4em 1.2em;
	}
}

.announcement__post {
	margin: 0;
}

.announcement__post a {
	display: block;
	color: #364EA2;
	padding: .5em 0;
}

.announcement__date {
	margin-right: 1em;
}

@media screen and (max-width:820px) {
	.announcement__title {
		display: block;
	}
}

.announcement__link {
	min-width: max-content;
	margin: 0;
}
@media screen and (max-width:820px) {
	.announcement__link {
		width: 100%;
		font-size: .875em;
		text-align: center;
	}

	.announcement__link .link03 {
		border-radius: .3em;
		padding: .2em 1.2em;
		background-color: #fff;
		color: #525252;
	}
}

.announcement__close {
	text-align: right;
	margin-top: -.2em;
	margin-bottom: -1.2em;
}
@media screen and (max-width:820px) {
	.announcement__close {
		text-align: right;
		margin-top: 1.5em;
		margin-bottom: -3em;
	}
}

.announcement__closebutton {
	position: relative;
	z-index: 5;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	line-height: 1;
	background-color: #C6D0F1;
	padding: .593em .593em .68em;
	border-radius: .09375em;
}
@media screen and (max-width:820px) {
	.announcement__closebutton {
		font-size: .8em;
	}
}
@media screen and (min-width:821px) {
	.announcement__closebutton:hover {
		opacity: .6;
	}
}

/**/

/* news */

.news {
	background-color: #C6D0F1;
	padding: 1.25em 0;
	word-break: break-all;
}
@media screen and (max-width:820px) {
	.news {
		padding: 1.2em;
	}
}

.news__contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
	background-color: #fff;
	border-radius: .8em;
	padding: 1.8em 3.2em;
}
@media screen and (max-width:820px) {
	.news__contents {
		gap: .2em;
		border-radius: .4em;
		padding: 1.4em .975em;
	}
}

.news__head {
	order: 1;
	color: #525252;
	font-size: 1.375em;
	font-weight: bold;
}
@media screen and (max-width:820px) {
	.news__head {
		order: 1;
		font-size: .875em;
	}
}

.news__list {
	order: 3;
	width: 100%;
}
@media screen and (max-width:820px) {
	.news__list {
		order: 2;
	}
}

.news__link {
	order: 2;
	margin: 0;
}
@media screen and (max-width:820px) {
	.news__link {
		order: 3;
		width: 100%;
		text-align: center;
		font-size: .875em;
	}
}

.news__post {
	margin: 0;
}

.news__post a {
	display: flex;
	align-items: center;
	gap: 1.1em;
	color: #525252;
	padding: .9375em;
}
@media screen and (max-width:820px) {
	.news__post a {
		flex-wrap: wrap;
		column-gap: 1em;
		row-gap: .4em;
		padding: .9375em 0;
	}
}

.news__post a:hover {
	text-decoration: none;
}

.news__date {
	margin: 0;
	min-width: max-content;
	width: max-content;
}
@media screen and (max-width:820px) {
	.news__date {
		font-weight: normal;
	}
}

.news__category {
	margin: 0;
	min-width: 9em;
	width: 9em;
	font-size: .875em;
}
@media screen and (max-width:820px) {
	.news__category {
		min-width: 0;
		width: auto;
	}
}

.news__title {
	margin: 0;
	width: 100%;
}

@media screen and (min-width:821px) {
	.news__post a:hover .news__title {
		text-decoration: underline;
	}
}

/**/

/* TOPクイックメニュー */

.quickmenu {
	background-image: url('../images/bg_vintage_leaves.png');
	background-repeat: repeat;
	padding: 1.25em 0;
	word-break: break-all;
}

.quickmenu__list {
	text-align: center;
}

/* @change responsive design */
@media screen and (max-width:820px) {
	.quickmenu {
		padding: 1.25em;
	}
}


/**/

/* 大きなバナー */

.bigbanner {
	background-color: #fff;
	padding: 2em 0;
	word-break: break-all;
}
@media screen and (max-width:820px) {
	.bigbanner {
		padding: 0;
	}
}

.bigbanner__list {
	text-align: center;
}

.bigbanner__list img {
	width: 100%;
}
@media screen and (max-width:820px) {
	.bigbanner__list img {
		max-width: 60vh;
	}
}

/**/

/* クイックリンクの余白 */

@media screen and (min-width:821px) {
	.quicklinks_padd {
		padding-left: 7.5rem;
	}
}

/**/

/* ----- sub page header ----- */

.page_head {
	background-image: url(../images/bg_headbanner.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4.875em 8.125em 4.3125em;
}
@media screen and (max-width:820px) {
	.page_head {
		padding: 1.3125em 1.1875em;
	}
}

/**/

/* ----- パンくずリスト ----- */

.breadcrumbs {
	margin: 1.8em auto;
	padding: 0 1.1333em;
	font-size: .9375em;
	word-break: break-all;
	font-weight: bold;
}
@media screen and (max-width:820px) {
	.breadcrumbs {
		margin: 1em auto;
		padding: 0 1.8rem;
		font-size: .875em;
	}
}

.breadcrumbs a {
	color: #364EA2;
}

.breadcrumbs > span {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
}
@media screen and (max-width:820px) {
	.breadcrumbs > span {
		column-gap: .5em;
	}
}

/**/

/* ----- wp-pagenavi ----- */

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1.222em;
	color: #364EA2;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1;
	margin: 1em 0;
}

.wp-pagenavi a {
	color: #392E2E;
	font-weight: normal;
}

.nextpostslink,
.previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
	display: block;
	border-radius: .5555em;
	border: .2rem #C3C3C3 solid;
	padding: .65em .9em;
	font-weight: bold;
}

.nextpostslink {
	margin-left: .6em;
}

.nextpostslink span {
	display: block;
	transform: rotate(-90deg)
}

.previouspostslink {
	margin-right: .6em;
}

.previouspostslink span {
	display: block;
	transform: rotate(90deg)
}

/**/

/* ----- main_layout ----- */

.main_layout {
	display: grid;
	grid-template-columns: 1fr 2.645fr;
	column-gap: 7rem;
	row-gap: 5rem;
	word-break: break-all;
	margin-bottom: 17.5rem;
}

@media screen and (max-width:820px) {
	.main_layout {
		grid-template-columns: 100%;
		padding: 0 1.125em;
	}
}

.main_layout > :first-child {
	order: 2;
}
.main_layout > :last-child {
	order: 1;
}
@media screen and (max-width:820px) {
	.main_layout > :first-child {
		order: 1;
	}
	.main_layout > :last-child {
		order: 2;
	}
}

/**/

.main_layout--1col {
	display: block;
	max-width: 820px;
}
@media screen and (max-width:820px) {

	.main_layout .sp-order-0 {
		order: 0;
	}

}

/**/

/* ----- sidemenus ----- */

.sidemenus {
	display: grid;
	grid-template-columns: 1fr;
	position: sticky;
	row-gap: 4em;
	top: 15rem;
}

/**/

.sidemenu__items__item .link04 {
	display: flex;
}

.sidemenu__items__title {
	margin: 0;
}

/**/

/* ----- お知らせ アーカイブ ----- */

.news_archive__list {
	margin: 1em 0;
}
@media screen and (max-width:820px) {
	.news_archive__list {
		margin: 0;
	}
}

.news_archive__post {
	margin: 0;
}

.news_archive__post a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 1.1em;
	row-gap: .4em;
	color: #525252;
	padding: .9375em;
}
@media screen and (max-width:820px) {
	.news_archive__post a {
		column-gap: 1em;
		padding: .9375em 0;
	}
}

.news_archive__post a:hover {
	text-decoration: none;
}

.news_archive__date {
	margin: 0;
	min-width: max-content;
	width: max-content;
}
@media screen and (max-width:820px) {
	.news_archive__date {
		font-weight: normal;
	}
}

.news_archive__category {
	display: flex;
	margin: 0;
	font-size: .875em;
}

.news_archive__title {
	margin: 0;
	width: 100%;
}

@media screen and (min-width:821px) {
	.news_archive__post a:hover .news_archive__title {
		text-decoration: underline;
	}
}

/**/

/* ----- お知らせ アーカイブ ----- */
.search_archive__post a {
	color: #525252;
}

/**/


/* ----- アーカイブ ----- */

.archive__list {

}
@media screen and (max-width:820px) {
	.archive__list {
		
	}
}

/**/

/* ----- 記事ページ切り替え ----- */

.page_nav {
	display: flex;
	justify-content: space-between;
	margin: 4em 0;
}
@media screen and (max-width:820px) {
	.page_nav {
		font-size: .875em;
	}
}

/**/