@charset "UTF-8";
/********************** トップページのスタイル **********************/
.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
	background: #fff;
}
.main h2 {
	position: relative;
	padding: 12px 12px 12px 50px;
	background: transparent;
	border-radius: 0;
	font-size: 150%;
	color: #392004;
}
.main h2::before {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background: #FFFFB1;
	border: 1px solid #998402;
	border-radius: 50%;
	top: calc(50% - 21px);
	left: 4px;
	z-index: 1;
}
.main h2::after {
	display: block;
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #F9D800;
	border: 1px solid #998402;
	border-radius: 50%;
	top: calc(50% - 10px);
	left: calc(4px + 11px);
	z-index: 0;
}
.main h2 a {
	display: inline-block;
}
.main .h2{
	background: #007DB3;
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		body {
			overflow: hidden;
		}
		.main{
			padding: 0 0 24px;
		}
	}
/**** トップページh2 ****/
.main .top_h2-box {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto 12px;
	padding: 0;
	text-align: center;
	z-index: 5;
}
.main .top_h2-box h2 {
	display: inline-block;
	width: auto;
	padding: 6px 12px 6px 53px;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	color: #392004;
	font-size: 200%;
}
.main .top_h2-box h2::before,
.main .top_h2-box h2::after {
	display: none;
}
/**** トップページヘッダー ****/
.top_navi-box {
	display: block;
	position: relative;
	margin: 0;
	padding: 12px;
	background: transparent;
	z-index: 1;
}
/**** アプリ誘導リンク ****/
.main_header .app_fixed-box .app_link {
	position: fixed;
	right: 0;
	top: 24%;
	z-index: 999;
}
.app_fixed-box p {
	margin: 0;
	padding: 0;
}
.app_fixed-box a {
	display: inline-block;
	transition: .2s;
}
.app_fixed-box a:hover {
	opacity: .9;
}
.app_fixed-box a:focus,
.app_fixed-box a:focus-visible {
	border-radius: .5em 0 0 .5em;
	outline-offset: 4px;
}
.app_fixed-box a img {
	max-width: 60px;
	background: #F9D800;
	border-radius: .5em 0 0 .5em;
	outline: 1px solid #6F655D;
}
	@media only screen and (max-width: 768px) {
		.app_fixed-box a img {
			max-width: 50px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main_header .app_fixed-box .app_link {
			top: 21.6vh;
		}
	}
/**** 境目装飾 ****/
.children-box {
	display: block;
	position: relative;
	margin-top: 24px;
}
.children_inner {
	position: relative;
	width: 100%;
	background: #dbdbdb;
}
.chil_img-box {
	position: relative;
	display: flex;
	overflow: hidden;
}
.children-img,
.children-text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.children-text {
	z-index: 2;
}
	@media only screen and (max-width: 1024px) {
		.children-box {
			min-height: unset;
		}
		.children_inner {
			width: calc(100% + 24px);
			left: calc(50% - ((100% + 24px)) / 2);
		}
	}
	@media only screen and (max-width: 768px) {
		.chil_img-box {
			flex-direction: column-reverse;
		}
	}
/* zone01の境目 */
.zone01 .children-box {
	margin: 0;
}
.zone01 .children_inner {
	background: transparent url("img/ss_chil_chil-bg01.svg") no-repeat 0% bottom;
	background-size: cover;
}
.zone01 .chil_img-box::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% + 12px);
	height: 135px;
	background: url("img/ss_chil_zone01-bg.svg") no-repeat;
	background-size: cover;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.zone01 .children-box .children-img {
	max-width: 570px;
}
.zone01 .children-box .children-text {
	max-width: 670px;
	margin: 1.5em 1em 0 -.5em;
}
	@media only screen and (min-width: 1367px) {
		.zone01 .children-box::before {
			display: block;
			position: absolute;
			content: '';
			width: calc(100vw - 6em);
			height: 351px;
			background: transparent url("img/ss_chil_chil-bg01.svg") no-repeat;
			background-size: cover;
			top: 0;
			left: calc(50% - (50vw - 3em));
			z-index: 0;
		}
		.zone01 .children_inner {
			background: transparent;
		}
		.zone01 .chil_img-box {
			max-width: 1224px;
			width: 100%;
			height: 100% !important;
			margin: 0 auto;
			padding: 0 12px;
			overflow: visible;
		}
		.zone01 .chil_img-box::before {
			width: calc(100vw - 6em);
			height: 175px;
			left: calc(50% - (50vw - 3em));
		}
		.zone01 .children-box .children-text {
			z-index: 4;
		}
	}
	@media only screen and (max-width: 768px) {
		.zone01 .children-box {
			
		}
		.zone01 .children_inner {
			background: url("img/ss_chil_chil-bg01-2.svg") no-repeat 0% bottom;
			z-index: 5;
		}
		.zone01 .chil_img-box::before {
			height: 176px;
			background: url("img/ss_chil_zone01-bg2.svg") no-repeat;
			background-size: cover;
		}
		.zone01 .children-box .children-img {
			max-width: unset;
			opacity: 0;
		}
		.zone01 .children-box .children-text {
			max-width: calc(100vw - 24px);
			margin: 24px auto 5em;
			margin-bottom: max(2.5em , 80px);
		}
	}
	@media only screen and (max-width: 390px) {
		.zone01 .chil_img-box::before {
			height: 90px;
		}
		.zone01 .children-box .children-text {
			margin-bottom: 3em;
		}
	}
/* zone03の境目 */
.zone03 .children-box {
	min-height: 427px;
}
.zone03 .children_inner {
	background: transparent url("img/ss_chil_chil-bg02.svg") no-repeat 0% bottom;
}
.zone03 .chil_img-box {
	flex-direction: row-reverse;
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.zone03 .chil_img-box::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% + 12px);
	height: 135px;
	background: url("img/ss_chil_zone03-bg.svg") no-repeat;
	background-size: cover;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.zone03 .children-box .children-img {
	max-width: 895px;
	right: 0;
}
.zone03 .children-box .children-text {
	position: absolute;
	max-width: 440px;
	height: fit-content;
	top: 3.8em;
	left: 2em;
	z-index: 4;
}
	@media only screen and (min-width: 1367px) {
		.zone03 .children-box::before {
			display: block;
			position: absolute;
			content: '';
			width: calc(100vw - 6em);
			height: 427px;
			background: transparent url("img/ss_chil_chil-bg02-2.svg") no-repeat;
			background-size: cover;
			top: 0;
			left: calc(50% - (50vw - 3em));
			z-index: 0;
		}
		.zone03 .children_inner {
			overflow: hidden;
			background: transparent;
		}
		.zone03 .chil_img-box {
			overflow: visible;
		}
		.zone03 .chil_img-box::before {
			width: calc(100vw - 6em);
			height: 190px;
			left: calc(50% - (50vw - 3em));
		}
	}
	@media only screen and (min-width: 1367px) {
		.zone03 .children-box .children-img {
			right: auto;
			left: calc(((100vw - 6em) - 1270px) / 2);
		}
		.zone03 .children-box .children-text {
			left: calc(((100vw - 6em) - 1270px) / 2);
		}
	}
	@media only screen and (min-width: 1225px) and (max-width: 1365px) {
		.zone03 .children-box .children-text {
			width: calc(100% - 830px);
		}
	}
	@media only screen and (min-width: 1101px) and (max-width: 1224px) {
		.zone03 .children-box {
			min-height: 395px;
		}
		.zone03 .children-box .children-img {
			max-width: 828px;
		}
		.zone03 .children-box .children-text {
			width: calc(100% - 770px);
		}
	}
	@media only screen and (min-width: 1025px) and (max-width: 1100px) {
		.zone03 .children-box {
			min-height: 334px;
		}
		.zone03 .children-box .children-img {
			max-width: 700px;
		}
		.zone03 .children-box .children-text {
			width: calc(100% - 650px);
			top: 2.7em;
			left: 1.7em;
		}
	}
	@media only screen and (max-width: 1024px) {
		.zone03 .children-box {
			min-height: unset;
		}
		.zone03 .children-box .children-img {
			max-width: 72vw;
		}
		.zone03 .children-box .children-text {
			max-width: calc(100% - 72vw);
		}
	}
	@media only screen and (max-width: 768px) {
		.zone03 .chil_img-box {
			flex-direction: column-reverse;
			max-width: 100%;
			margin: 0;
		}
		.zone03 .chil_img-box::before {
			width: 100%;
			height: 84px;
		}
		.zone03 .children-box .children-img {
			max-width: unset;
		}
		.zone03 .children-box .children-text {
			position: relative;
			max-width: 76vw;
			top: auto;
			left: auto;
			margin: 0 auto;
		}
	}
	@media only screen and (max-width: 390px) {
		.zone03 .chil_img-box::before {
			height: 50px;
		}
	}
/* zone04の境目 */
.zone04 .children-box {
	margin-bottom: min(-5.9375em , -176px);
}
.zone04 .children_inner {
	background: url("img/ss_chil_chil-bg03.svg") no-repeat 0% bottom;
}
.zone04 .children-box .children-img {
	max-width: 375px;
	left: 3.625em;
}
.zone04 .children-box .children-text {
	max-width: 794px;
	margin: 2.4em 24px 0 2.8em;
}
	@media only screen and (min-width: 3000px) {
		.zone04 .children_inner,
		.zone04 .chil_img-box {
			height: 20vw;
		}
	}
	@media only screen and (min-width: 1412px) {
		.zone04 .children_inner {
			overflow: hidden;
			background-size: cover;
		}
		.zone04 .chil_img-box {
			max-width: 1224px;
			width: 100%;
			margin: 0 auto;
			padding: 0 12px;
			overflow: visible;
		}
		.zone04 .children-box .children-img {
			left: 0;
		}
		.zone04 .children-box .children-text {
			margin: 1.5em 12px 0 0;
		}
	}
	@media only screen and (min-width: 2090px) {
		.zone04 .children_inner,
		.zone04 .chil_img-box {
			height: 18vw;
		}
	}
	@media only screen and (min-width: 1367px) {
		.zone04 .children-box .children-img {
			align-content: flex-end;
		}
	}
	@media only screen and (max-width: 1024px) {
		.zone04 .children-box {
		}
	}
	@media only screen and (max-width: 768px) {
		.zone04 .chil_img-box {
			min-height: unset;
			flex-direction: column-reverse;
		}
		.zone04 .children-box .children-img {
			max-width: 270px;
			max-height: 258px;
			left: 12px;
		}
		.zone04 .children-box .children-text {
			max-width: calc(100vw - 24px);
			margin: 24px auto 0;
		}
	}
/**** 共通設定 ****/
.date .date-color {color: #222;}
.date .date-color.sata {color: #3754B5;}
.date .date-color.sun {color: #CB1313;}
.wide_zone-box {
	position: relative;
	width: 100%;
}
.wide-box {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.sp-box {
	display: block;
}
.information-box .left-box .search h2,
.information-box .left-box .search .search_tab h3 {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
	@media only screen and (min-width: 1025px) {
		.sp-box {
			display: none;
		}
	}
	@media only screen and (max-width: 1024px) {
		.wide-box {
			max-width: unset;
		}
	}

/**** 分類1のスタイル ****/
.main .category_p01{
	padding: 1px 12px 0;
}
/**** 緊急情報のスタイル ****/
.main .emergency {
	margin-top: 24px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.main .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
		border-radius: 0 0 8px 8px;
}
.main .emergency .more li a{
	border: 2px solid #a90000;
}
.main .emergency .more li a:hover{
	background: #FFE8E8;
}
/**** 重要なお知らせのスタイル ****/
.main .important {
	margin-top: 24px;
	padding: 16px;
	background: #FFFFEB;
	border: 1px solid #949494;
	border-radius: 8px;
}
.main .important h2 {
	padding: 10px 16px;
	background: transparent;
	border-bottom: 1px solid #958A81;
	border-radius: 0;
	font-size: 150%;
}
.main .important h2::before,
.main .important h2::after {
	display: none;
}
.main .important_lower {
	padding: 4px 16px 8px;
	border: 0;
	border-radius: 0;
}
.main .important .more li a:hover{
	background: #FFEEE6;
}
/**** 画像リストのスタイル ****/
.main .ilist {
	margin-top: 24px;
}
.main .ilist h2{
	border-radius: 8px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower ul > li .ilist_in{
	width: 100%;
	height: 100%;
	padding: 16px;
	background: #FFFFB1;
	border: 1px solid #998402;
	border-radius: 8px;
	transition: .2s;
}
.main .ilist_lower ul > li a:hover .ilist_in {
	background: #FDFDD6;
	border-color: #860000;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul > li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul > li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.main .ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.main .ilist2 {
	margin-top: 24px;
}
.main .ilist2 h2{
	border-radius: 8px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_in{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: #FFFFB1;
	border: 1px solid #998402;
	border-radius: 8px;
	transition: .2s;
}
.main .ilist2_lower ul > li a:hover .ilist_in {
	background: #FDFDD6;
	border-color: #860000;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.main .ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** スライドショー(共通用) ****/
.splide__track,
.splide li.splide__slide,
.splide li a,
.splide__slide img {
	border-radius: 1em;
}
.splide_in .splide__arrows button.splide__arrow,
#main_outline .splide_in .splide__arrows button.splide__arrow {
	padding-top: 4em;
}
.splide__arrows button.splide__arrow::before {
	background: #FFF6D1;
	top: calc(50% - 32px);
	outline-color: #998402;
	transition: .2s;
}
.splide__arrows button.splide__arrow:hover::before {
	background: #FFEFC1;
	outline-color: #860000;
}
.splide__arrows button.splide__arrow::after {
	background: url("img/arrow11.svg") no-repeat 0 0/contain;
	top: calc(50% - 17px);
	transition: .2s;
}
.splide__arrows button.splide__arrow:hover::after {
	background: url("img/arrow12.svg") no-repeat 0 0/contain;
}
.pagination-box {
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.pagination_inner {
	display: flex;
	justify-content: center;
	padding: 0 12px;
}
.splide__arrows .pagination-box .splide__pagination {
	width: fit-content;
	padding: 0 1em 0 0;
}
.pagination-box .splide_nav {
	position: relative;
	margin-top: -4px;
	right: auto;
	bottom: auto;
	align-self: center;
}
.pagination-box .splide_nav button,
#main_outline .pagination-box .splide_nav button {
	height: fit-content;
	padding: 6px 16px;
	background: #FFF6D1;
	outline-color: #706101;
	transition: .2s;
}
.pagination-box .splide_nav button:focus,
#main_outline .pagination-box .splide_nav button:focus,
.pagination-box .splide_nav button:focus-visible,
#main_outline .pagination-box .splide_nav button:focus-visible {
	outline-color: #706101;
	outline-offset: -3px;
}
.pagination-box .splide_nav button.is-active::before,
#main_outline .pagination-box .splide_nav button.is-active::before,
.pagination-box .splide_nav button.is-active::after,
#main_outline .pagination-box .splide_nav button.is-active::after,
.splide_nav button:not(.is-active)::before,
#main_outline .splide_nav button:not(.is-active)::before {
	display: none;
}
.pagination-box .splide_nav button:hover,
#main_outline .pagination-box .splide_nav button:hover {
	background: #FFEFC1;
	outline-color: #860000;
}
.pagination-box .splide__pagination button,
#main_outline .pagination-box .splide__pagination button {
	background: #FFF6D1;
	border-radius: 10px;
	outline-color: #706101;
	transition: .2s;
}
.pagination-box .splide__pagination button:hover:not(.is-active),
#main_outline .pagination-box .splide__pagination button:hover:not(.is-active) {
	background: #FDFDD6;
	outline-color: #860000;
}
.pagination-box .splide__pagination button.is-active,
#main_outline .pagination-box .splide__pagination button.is-active {
	background: #F9D800;
	color: #392004;
	outline-color: #422D1F;
}
.pagination-box .splide__pagination button.is-active:focus,
#main_outline .pagination-box .splide__pagination button.is-active:focus,
.pagination-box .splide__pagination button.is-active:focus-visible,
#main_outline .pagination-box .splide__pagination button.is-active:focus-visible {
	border: 1px solid #FFF;
	outline-color: #422D1F;
	outline-offset: -3px;
}
#splide01 .splide__arrows button.splide__arrow:focus-visible::before,
#main_outline #splide01 .splide__arrows button.splide__arrow:focus-visible::before {
	color: #860000;
	outline-offset: -4px !important;
}
	@media only screen and (max-width: 480px) {
		.splide_in .splide__arrows button.splide__arrow, #main_outline .splide_in .splide__arrows button.splide__arrow {
			padding-top: 3em;
		}
		.splide__arrows button.splide__arrow::before {
			top: calc(50% - 28px);
		}
		.splide__arrows button.splide__arrow::after {
			top: calc(50% - 16px);
		}
		.splide__arrows .pagination-box .splide__pagination {
			left: auto;
		}
	}
/**** スライドショー（画像リスト） ****/
.slider1{
	margin-top: 24px;
}
.slider1 h2{
	padding: 0;
	margin: 0;
	height: 0;
	opacity: 0;
}
.slider1 h2::before,
.slider1 h2::after {
	display: none;
}
.slider1 img{
	border:1px solid #998402;
}
/**** スライドショー2（画像リスト） ****/
.slider2{
	margin-top: 24px;
}
.slider2 .splide__arrows{
	padding: 0 4em;
}
.slider2 .splide__track{
	margin-top: 16px;
}
.splide.slider2 li a {
	display: block;
	background: #FFFFB1;
	padding: 16px;
	height: 100%;
	width: 100%;
	border-radius: 1em;
	border: 1px solid #998402;
	transition: .2s;
}
.splide.slider2 li a:hover {
	background: #FDFDD6;
	border-color: #860000;
}
.splide.slider2 li a img {
	border-radius: 0;
}
.splide.slider2 .window{
	position: relative;
	right: 0;
  top: 0;
  margin:4px 0 0;
}
.splide.slider2 .pagination-box {
	margin-top: 12px;
}
/**** 分類のスタイル ****/
.main .category {
	margin-top: 24px;
}
.main .category2 {
	margin-top: 24px;
}
.main .category3 {
	margin-top: 24px;
}
.main .category4 {
	margin-top: 24px;
}
.main .category5 {
	margin-top: 24px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
/**** 各課の窓口のスタイル ****/
.main .kakuka {
	margin-top: 24px;
}
/**** イベントカレンダーのスタイル ****/
.main .event {
	margin-top: 24px;
}
.main .event_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #007DB3;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li.pre a,
.event_month li.next a{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 5px;
	background: #FFF6D1;
	border: 1px solid #706101;
	border-radius: 4px;
	font-size: 81.25%;
	text-decoration: none;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:hover,
.event_month li.next a:hover {
	background: #FFEFC1;
	border-color: #860000;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	transition: .2s;
}
.event_month li.pre a:before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #9A8301 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #9A8301;
}
.event_month li.pre a:hover:before {
	border-color: transparent #860000 transparent transparent;
}
.event_month li.next a:hover:before {
	border-color: transparent transparent transparent #860000;
}
/**** イベントカレンダーのスタイル ****/
.main .calendar {
	margin-top: 24px;
}
.main .calendar_lower {
	overflow: auto;
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	border-radius: 20px;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.main .calendar_lower .event_month img {
	vertical-align: middle;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	position: absolute; 
	display: none;
}
.main .calendar th {
	border: 1px solid #998402;
	text-align: center;
	width: calc(100%/7)
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #998402;
	text-align: center;
}
.main .calendar td a{
	display: inline-block;
}
.main .calendar .sun {
	background: #FACCCC;
}
.main .calendar .sat {
	background: #BDC7EB;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .sun span{
	display: block;
	margin-top: 2px;
	font-size: 85%;
}
.main .calendar .today > strong,
.main .calendar .today > a,
.main .calendar .today > a strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.main .new {
	margin-top: 24px;
}
.main .new_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .new div.date{
	margin-left: 0;
}
.main .new ul:not(.more) li {
	padding: 0 0 16px 16px;
	border-bottom: 1px dashed #6C5B4E;
}
.main .new ul li a{
	overflow: hidden;
	width: 100%;
}
.main .new ul li.catch_lst a{
	display: flex;
	flex-direction: row-reverse;
}
.main .new ul li.catch_lst .new_lst {
	width: calc(100% - 100px);
}
.main .new ul li.catch_lst .new_img {
	width: 100px;
	text-align: right;
	margin: 4px 0 0 4px;
}
.main .new ul li.catch_lst .new_img img{
	width: 96px!important;
	height: 96px!important;
	border: 1px solid #949494;
}
/**** トピックスのスタイル ****/
.main .topics {
	margin-top: 24px;
}
.main .topics_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .topics_lower ul:not(.more) li {
	padding: 0 0 16px 16px;
	border-bottom: 1px dashed #6C5B4E;
}
.main .topics div.date{
	margin-left: 0;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	display: inline-block;
	width: 100%;
	padding: 12px 14px 12px 24px;
	background: #FFF6D1;
	border: 1px solid #998402;
	border-radius: 1000px;
	text-align: center;
	text-decoration: none;
	font-family: "UD新ゴ M", "UD Shin Go Medium";
}
.main .more li a:hover{
	background: #FFEFC1;
	border-color: #860000;
}
.main .more li:not(.rss) a span {
	position: relative;
	padding-right: 18px;
	transition: .2s;
}
.main .more li:not(.rss) a span::before {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #2B3095;
	border-bottom: 1px solid #2B3095;
	transform: rotate(-45deg);
	top: .2em;
	right: .25em;
	transition: .2s;
}
.main .more li:not(.rss) a:hover span::before {
	border-color: #860000;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
	}
/**** タブ切り替えのスタイル ****/
.main .free_tab{
	margin-top: 24px;
}
.main .free_tab .tab_index{
	display: flex;
		justify-content: space-between;
	margin-bottom: -25px;
}
.main .free_tab .tab_index .tab_change{
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49.5%;
	padding-bottom: 16px;
}
.main .free_tab .tab_index .tab_change a{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 10px 6px;
	background: #F9D800;
	border: 1px solid #422D1F;
	border-radius: 20px;
	text-decoration: none;
}
.main .free_tab .tab_index .tab_change:not(.is-active) a:hover {
	background: #FFF6D1;
	border-color: #860000;
}
.main .free_tab .tab_index .tab_change.is-active {
	padding-bottom: 0;
}
.main .free_tab .tab_index .tab_change.is-active a{
	background: #FDFDD6;
	border-radius: 20px 20px 0 0;
	border-bottom: transparent;
	align-content: center;
}
.main .free_tab .tab_index .tab_change.is-active a::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: .5em;
	background: #FDFDD6;
	bottom: -.25em;
	left: 0;
	z-index: 2;
}
.main .free_tab .tab_index .tab_change.is-active a > strong {
	color: #392004;
}
.main .free_tab li.tab_panel{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.main .free_tab li.tab_panel div[class$="_lower"] {
	padding-top: 24px;
	background: #FDFDD6;
	border-radius: 20px;
}
.main .free_tab li.tab_panel:first-child div[class$="_lower"] {
	border-radius: 0 20px 20px 20px;
}
.main .free_tab li.tab_panel:last-child div[class$="_lower"] {
	border-radius: 20px 0 20px 20px;
}
.main .free_tab li.tab_panel::before{
	display: none;
}
.main .free_tab h2{
	position: absolute;
	background: none;
	opacity: 0;
	z-index: -2;
}
.main .free_tab li.tab_panel
.main .free_tab .new_lower,
.main .free_tab .topics_lower {
	background: #fff;
}
/**** ピックアップ1のスタイル ****/
.main .pickup {
	margin-top: 24px;
}
.main .pickup_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	border-radius: 20px;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	padding: 4px 6px;
	background: #FDFDD6;
	border-radius: 8px;
	font-size: 110%;
}
.inbody.faq .main .pickup_lower .pickup_sub h3{
	border-radius: 0px;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.main .pickup2 {
	margin-top: 24px;
}
.main .pickup2_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	border-radius: 20px;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	padding: 4px 6px;
	background: #FDFDD6;
	border-radius: 8px;
	font-size: 110%;
}
.inbody.faq .main .pickup2_lower .pickup_sub h3{
	border-radius: 0px;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.main .ranking{
	margin-top: 24px;
}
.main .ranking_lower {
	border: 1px solid #422D1F;
	padding: 4px 16px 16px 10px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 56px;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.main .j_s {
	margin-top: 24px;
}
.main .j_s_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li b {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.main .bana {
	margin-top: 24px;
}
.main .bana_h2{
	display: flex;
	flex-wrap: wrap;
	background: transparent;
	padding: 14px 16px 14px 0;
	font-size: 120%;
	border-radius: 8px 8px 0 0;
}
.main .bana h2{
	padding: 0 0 0 50px;
	font-size: 100%;
	border-radius: 0;
}
.main .bana_h2 p {
	margin-left: 8px;
	margin-top: 4px;
	font-size: 72%;
	font-weight: normal;
}
.main .bana_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	text-align: center;
	border-radius: 20px;
}
.main .bana .bana_img {
	display: inline-block;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
	margin-right: 4px;
	margin-left: 4px;
}
.main .bana li::before {
	display: none;
}
.main .bana li img{
	width: 100%;
	border: 1px solid #949494;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 1024px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
		.main .bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.main .rss {
	margin-top: 24px;
}
.main .rss .rss_lower{
	border: 1px solid #949494;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 8px 8px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.main .rssfide{
	margin-top: 24px;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.main .rssfide .rssfide_lower{
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .rssfide .rssfide_management{
	margin-top: 12px;
	padding: 8px;
	background: #FFFFEB;
	font-size: 85%;
}
.main .rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #949494;
}
.main .rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
	width: 100%;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
/**** リンク・画像領域（画像）のスタイル ****/
.main .image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.main .image h2::before,
.main .image h2::after {
	display: none;
}
.main .image a{
	display: inline-block;
}
.main .image .image_img {
	display: block;
}
.main .image img{
	border: 1px solid #949494;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.main .link {
	margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.main .rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.main .option {
	margin-top: 24px;
}
.main .option_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
/**** FAQ（よくある質問）のスタイル ****/
.main .faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.main .faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .faq_new div.date{
	margin-left: 0;
	width: 100%;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.main .popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 1px solid #422D1F;
	padding: 12px 24px 24px;
	background: rgba(255,255,235,.7);
	border-radius: 20px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
	border-radius: 8px;
}
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	background: #fff;
	border: 1px solid #949494;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}
.shelter_more a:hover{
	background: #FFE8E2;
}
/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		margin-left: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}
.main .zone01 {
	background: #FFE9BE url("img/ss_chil_vis-bg.png") repeat 0 center / 286px 286px;
}
/** トップページファーストビュースライダー **/
.top_vis-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	z-index: 1;
}
.top_vis-box h2 {
	margin: 0;
	padding: 0;
	height: 0;
	opacity: 0;
}
.top_vis-box .splide {
	margin-top: 0;
}
.top_vis-box .splide__arrows {
	display: none;
	opacity: 0;
	z-index: -1;
}
.top_vis-box .splide__slide {
	position: relative;
}

.top_vis-box .splide__slide span.slide_bg {
	position: relative;
	display: inline-block;
	height: auto;
	z-index: 1;
}
.top_vis-box span.slide_bg img {
	border: 1px solid #FFF;
	border-radius: 1.25em;
	aspect-ratio: 1863 / 1214;
}
.top_vis-box .splide__slide span.slide_banner {
	position: absolute;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 6em;
	left: max(2.25em , 72px);
	z-index: 2;
}
.top_vis-box .splide__slide span.slide_banner a:focus,
.top_vis-box .splide__slide span.slide_banner a:focus-visible {
	outline-offset: 0;
	border: 4px solid #FFF;
	border-radius: 1.5em;
}
.top_vis-box span.slide_banner img {
	border: 1px solid #998402;
	border-radius: 1.25em;
	outline: 2px solid #FFF;
}
	@media only screen and (min-width: 1367px) {
		.top_vis-box .splide_in {
			max-width: 1242px;
			width: 100%;
			margin: 0 auto;
		}
	}
	@media only screen and (max-width: 1200px) {
		.top_vis-box .splide__slide span.slide_banner {
			left: 24px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.main .zone01 .wide_zone-box {
			padding-top: 4px;
		}
		.top_vis-box {
			padding: 0;
		}
		.top_vis-box .chil_slider1 {
			padding-bottom: 2em;
		}
		.top_vis-box .splide .splide__track {
			border-radius: 0;
		}
		.top_vis-box .splide li.splide__slide {
			padding-bottom: 1em;
			border-radius: 0;
		}
		.top_vis-box .splide__slide span.slide_bg {
			position: absolute;
			top: 0;
			left: 0;
		}
		.top_vis-box span.slide_bg img {
			border-radius: 0;
			aspect-ratio: unset;
		}
		.top_vis-box .splide__slide span.slide_banner {
			position: relative;
			max-width: calc(100% - 24px);
			margin: 0 auto;
			bottom: auto;
			left: auto;
		}
	}
/** スライダー支援機能 **/
.top_vis-box .pagination-box {
	position: absolute;
	bottom: 3em;
	left: 0;
}
.top_vis-box .pagination_inner {
	max-width: 550px;
	width: 100%;
	margin: 0 auto 0 4.5em;
	margin-left: max(2.25em , 72px);
}
.top_vis-box .pagination-box .splide_nav {
	margin-top: 8px;
}
.top_vis-box .pagination-box .splide_nav button {
	background: #FFF6D1;
	border: 1px solid #706101;
	border-radius: 10px;
	outline-color: #FFF;
	color: #2B3095;
	transition: .2s;
}
.top_vis-box .pagination-box .splide_nav button:hover {
	border-color: #860000;
	color: #860000;
	outline-color: #FFF;
}
.top_vis-box .pagination-box .splide_nav button:focus {
	background: #FFEFC1;
	border-color: #FFF;
	outline: 2px solid #860000;
}
.top_vis-box .splide__pagination {
	position: relative;
	width: auto;
	margin: 0 0 0 -8px;
	padding-right: 1em;
}
.top_vis-box .pagination-box .splide__pagination button {
	padding: 4px;
	border: 1px solid #706101;
	outline-color: #FFF;
	color: #2B3095;
}
.top_vis-box .pagination-box .splide__pagination button.is-active {
	background: #FFD96B;
	color: #2B3095;
	outline-color: #FFF;
}
.top_vis-box .pagination-box .splide__pagination button:hover:not(.is-active) {
	border-color: #860000;
	color: #860000;
	outline-color: #FFF;
}
	@media only screen and (max-width: 1200px) {
		.top_vis-box .pagination_inner {
			margin-left: 24px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.top_vis-box .pagination-box {
			position: relative;
			bottom: auto;
			left: auto;
		}
		.top_vis-box .pagination_inner {
			max-width: calc(100% - 24px);
			margin: 0 auto;
		}
	}
/**** 救急ボタン ****/
.information-box .sp-box {
	margin: 50px auto 0;
}
.information-box .sp-box ul {
	display: flex;
	flex-wrap: wrap;
}
.information-box .sp-box ul li::before {
	display: none;
}
.information-box .sp-box ul li:nth-child(n) {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}
.information-box .sp-box ul li a {
	display: flex;
	padding: 10px 12px;
	background: #FD7155;
	border: 2px solid #FFF;
	border-radius: .5em;
	outline: 1px solid #940F0F;
	color: #FFF;
	text-decoration: none;
	text-shadow: #9E311B 1px 1px 0,#9E311B -1px -1px 0,#9E311B -1px 1px 0,#9E311B 1px -1px 0,#9E311B 0px 1px 0,#9E311B 0 -1px 0,#9E311B -1px 0 0,#9E311B 1px 0 0;
	justify-content: center;
}
.information-box .sp-box ul li:last-child a {
	background: #69D1FB;
	outline-color: #007BAD;
	text-shadow: #005D82 1px 1px 0,#005D82 -1px -1px 0,#005D82 -1px 1px 0,#005D82 1px -1px 0,#005D82 0px 1px 0,#005D82 0 -1px 0,#005D82 -1px 0 0,#005D82 1px 0 0;
}
.information-box .sp-box ul li a:hover {
	background: #FAD0CC;
	color: #860000;
	text-shadow: unset;
}
.information-box .sp-box ul li:last-child a:hover {
	background: #BFE7F7;
}
.information-box .sp-box li .icon-box {
	width: 70px;
	margin: 0 2em 0 0;
	align-self: center;
}
.information-box .sp-box li .ttl-box {
	width: auto;
	font-size: 175%;
	text-align: center;
	align-self: center;
}
.information-box .sp-box li .sub-ttl {
	display: block;
	font-size: 86%;
}
	@media only screen and (max-width: 1024px) {
		.information-box {
			width: 100%;
		}
		.information-box .sp-box {
			max-width: 1024px;
			width: 100%;
			padding: 0 12px;
		}
	}
	@media only screen and (max-width: 768px) {
		.information-box .sp-box ul li a {
			text-align: unset;
		}
		.information-box .sp-box li .ttl-box {
			max-width: calc(100% - (70px + 2em));
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.information-box .sp-box li .ttl-box {
			font-size: 120%;
		}
		.information-box .sp-box li .sub-ttl {
			font-size: 80%;
		}
	}
/**** 〇〇を探す ****/
.information-box {
	position: relative;
	margin-top: 46px;
}
.information_inner {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: max(3.5em , 112px);
}
.information_inner .wide-box {
	display: flex;
}
.information_inner .left-box {
	max-width: calc(((100% / 3) * 2) - 2em);
	width: 100%;
	margin: 24px 2em 0 0;
	padding: 0;
}
.information_inner .right-box {
	max-width: calc(100% - ((100% / 3) * 2));
	width: 100%;
	margin: 24px 0 0 auto;
	padding: 0;
}
	@media only screen and (max-width: 1024px) {
		.information-box::before {
			width: calc(100% + 24px);
			left: calc(50% - (50% + 12px));
		}
		.information_inner {
			position: relative;
			width: 100%;
			left: 0;
			padding: 0 0 4em;
			padding-bottom: max(2em , 64px);
		}
		.information_inner .wide-box {
			display: block;
			padding: 0;
		}
		.information_inner .left-box,
		.information_inner .right-box {
			max-width: 1024px;
			margin: 70px 0 0;
			padding: 0 12px;
		}
		.information_inner .right-box {
			margin-top: 4em;
		}
	}
/** 探すタブ **/
.information-box .search .search_tab {
	position: relative;
	margin: 0;
}
.information-box .search_tab .tab_index {
	margin-bottom: 0;
	border: 0;
}
.information-box .search_tab li.tab_panel > .ilist2 {
	margin-top: 0;
}
.information-box .search_tab .tab_index .tab_change {
	display: flex;
	width: 49.5%;
	padding: 0;
	font-size: 125%;
	text-align: center;
}
.information-box .search_tab .tab_index .tab_change.is-active {
	position: relative;
	font-size: 175%;
}
.information-box .search_tab .tab_index .tab_change.is-active::before {
	display: block;
	position: absolute;
	content: '';
	width: calc(100% - 2px);
	height: .5em;
	background: #FDFDD6;
	bottom: -.25em;
	left: calc(50% - (50% - 1px));
	z-index: 2;
	transition: .2s;
}
.information-box .search_tab .tab_index .tab_change a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: fit-content;
	margin-bottom: 12px;
	padding: 12px 8px;
	background: #F9D800;
	border: 1px solid #422D1F;
	border-radius: 20px;
	text-decoration: none;
}
.information-box .search_tab .tab_index .tab_change a:hover {
	background: #FFF6D1;
	border-color: #860000;
}
.information-box .search_tab .tab_index .tab_change a strong {
	position: relative;
	display: block;
	padding-bottom: 20px;
	color: #392004;
	transition: .2s;
}
.information-box .search_tab .tab_index .tab_change a strong::before {
	display: block;
	position: absolute;
	content: '';
	width: 14px;
	height: 10px;
	background: url("img/arrow07.svg") no-repeat;
	bottom: 0;
	left: calc(50% - 7px);
	transition: .2s;
}
.information-box .search_tab .tab_index .tab_change a:hover strong {
	color: #860000;
}
.information-box .search_tab .tab_index .tab_change a:hover strong::before {
	bottom: -3px;
}
.main .information-box .search_tab .tab_index .tab_change.is-active a {
	padding: 24px 8px;
	background: #FDFDD6;
	margin: 0;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
}
.main .information-box .search_tab .tab_index .tab_change.is-active a:focus,
.main .information-box .search_tab .tab_index .tab_change.is-active a:focus-visible {
	z-index: 2;
}
.main .information-box .search_tab .tab_index .tab_change.is-active a::before,
.information-box .tab_index .tab_change.is-active a strong::before,
.information-box .tab_index .tab_change.is-active a::after {
	display: none;
}
.main .information-box .search_tab .tab_index .tab_change.is-active a strong {
	padding: 0;
	color: #392004;
}
.information-box .search_tab li.tab_panel {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.information-box .search_tab li.tab_panel::before {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.information-box .search_tab .tab_index .tab_change,
		.information-box .search_tab .tab_index .tab_change.is-active {
			font-size: 115%;
		}
		.main .information-box .search_tab .tab_index .tab_change.is-active a {
			height: 100%;
			padding: 24px 4px;
		}
	}
	@media only screen and (max-width: 480px) {
		.information-box .search_tab .tab_index .tab_change {
			font-size: 88%;
		}
		.information-box .search_tab .tab_index .tab_change.is-active {
			font-size: 90%;
		}
	}

/** 探すタブ内_画像リスト **/
.information-box .ilist2_lower {
	padding: 12px 24px 24px;
	background: #FDFDD6;
	border: 1px solid #422D1F;
	border-radius: 20px;
}
.information-box .search_tab li.tab_panel:first-child .ilist2_lower {
	border-radius: 0 20px 20px 20px;
}
.information-box .search_tab li.tab_panel:last-child .ilist2_lower {
	border-radius: 20px 0 20px 20px;
}
.information-box .ilist2_lower ul:not(.more) > li:nth-child(n) {
	width: calc((100% - (14px * 2)) / 3);
	margin: 12px 14px 0 0;
	padding: 0;
}
.information-box .ilist2_lower ul:not(.more) > li:nth-child(3n) {
	margin-right: 0;
}
.information-box .ilist2_lower ul:not(.more) > li a {
	font-family: "A-OTF UD新丸ゴ Pr6N DB","UDShinMGoPr6N-DeBold";
	font-size: 114%;
}
.information-box .ilist2_lower ul:not(.more) > li a:focus,
.information-box .ilist2_lower ul:not(.more) > li a:focus-visible {
	border-radius: .5em;
}
.information-box .ilist2_lower ul:not(.more) > li .ilist_in {
	padding: 10px 6px;
	background: #FFF6D1 url("img/ss_chil_g_nav-bg.png") no-repeat;
	background-size: cover;
	border: 2px solid #A37833;
	border-radius: .5em;
	transition: .2s;
}
.information-box .ilist2_lower ul:not(.more) > li a:hover .ilist_in {
	background: #FFF6D1;
	border-color: #860000;
}
.information-box .ilist2_lower ul > li .ilist_left {
	max-width: 54px;
	width: 100%;
}
.information-box .ilist2_lower ul > li .ilist_right {
	width: calc(100% - (54px + 6%));
	text-align: left;
}
.information-box .ilist2 .ilist_title {
	letter-spacing: -.01em;
}
.information-box .ilist2 .ilist_title b {
	font-family: "A-OTF UD新丸ゴ Pr6N DB","UDShinMGoPr6N-DeBold";
}
.information-box .ilist2 .ilist_title b span {
	display: inline-block;
}
	@media only screen and (max-width: 768px) {
		.information-box .ilist2_lower ul:not(.more) > li:nth-child(n) {
			width: 100%;
			margin: 12px 0 0;
		}
	}
/** サイト内検索など **/
.information-box .search .top_h2-box {
	text-align: left;
}
.information-box .search .top_h2-box h2 {
	background: transparent url("img/ss_chil_h2-img00.svg") no-repeat 0 center / 45px 45px;
}
.information-box .search .src_box.cse_search {
	padding: 0 0 0 8px;
}
.information-box .search .src_box.cse_search,
.information-box .search .src_box.cse_search form {
	display: block;
	min-height: 36px;
	height: 100%;
}
.information-box .search .src_box .q {
	width: calc(100% - 32%) !important;
	height: 2.64em !important;
	border-color: #392004 !important;
	border-right-width: .5px !important;
	border-radius: 1000px 0 0 1000px !important;
}
#main_outline .information-box .search .src_box button {
	max-width: 32%;
	width: 100%;
	height: 2.64em;
	padding-left: 32px;
	background: #FFF6D1 url("img/ss_chil_search.svg") no-repeat 10% 50% / 15px 15px;
	border-color: #392004;
	border-left-width: .5px;
	border-radius: 0 1000px 1000px 0;
	color: #2b3095;
	transition: .2s;
}
#main_outline .information-box .search .src_box button:hover {
	background-color: #FFEFC1;
	border-color: #860000;
	color: #860000;
}
	@media only screen and (max-width: 1024px) {
		.information-box .search .up-box .top_h2-box {
			text-align: center;
		}
		.information-box .search .src_box .q {
			width: calc(100% - 14%) !important;
		}
		#main_outline .information-box .search .src_box button {
			max-width: 14%;
		}
	}
	@media only screen and (max-width: 768px) {
		.information-box .search .src_box .q {
			width: calc(100% - 20%) !important;
		}
		#main_outline .information-box .search .src_box button {
			max-width: 20%;
		}
	}
	@media only screen and (max-width: 480px) {
		.information-box .search .src_box .q {
			width: calc(100% - 30%) !important;
		}
		#main_outline .information-box .search .src_box button {
			max-width: 30%;
		}
	}
/** よく検索される **/
.information-box .search .dw-box {
	display: block;
	margin: 48px auto 0;
}
.information-box .search .dw-box .top_h2-box {
	margin-bottom: 0;
}
.information-box .search .dw-box .top_h2-box h3 {
	padding: 6px 12px;
	background: transparent;
	color: #222;
	font-size: 112%;
}
.information-box .search .common_src {
	margin: 0;
	padding-left: 12px;
}
.information-box .search .common_src .ilist,
.information-box .search .common_src .ilist_lower {
	margin: 0;
}
.information-box .search .common_src .ilist ul {
	display: flex;
	flex-wrap: wrap;
}
.information-box .search .common_src .ilist li:nth-child(n) {
	width: auto;
	margin: 8px 16px 0 0;
}


/********************** 領域2個別のスタイル **********************/
@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone02 .ilist_lower ul > li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul > li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li:nth-of-type(even){
		margin-right: 0;
	}
}
.main .zone02 {
	background: #FDFDD6;
}
.zone02 .wide_zone-box .wide-box {
	padding-bottom: 16px;
}
	@media only screen and (max-width: 480px) {
		.zone02 .wide_zone-box .wide-box {
			padding-bottom: 32px;
		}
	}
/**** 新着情報(TOP用) ****/
.news-box {
	position: relative;
	display: block;
	padding: 8px 0 0;
}
.news-box::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 6em);
	height: 8.6em;
	background: url("img/ss_chil_zone01-bg.svg") no-repeat;
	background-size: cover;
	bottom: -8.5em;
	left: calc(50% - (50vw - 3em));
	transform: scale(-1, -1);
	z-index: 3;
}
.main .news-box .top_h2-box h2 {
	padding: 12px 12px 12px 74px;
	background: transparent url("img/ss_chil_h2-img01.svg") no-repeat 0 center;
	background-size: 58px 58px;
}
.main .news-box .news_inner {
	max-width: 1124px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.news-box .new {
	width: 100%;
}
	@media only screen and (min-width: 1367px) {
		.news-box::before {
			height: 14em;
			bottom: -14em;
		}
	}
	@media only screen and (max-width: 1024px) {
		.news-box::before {
			width: 100vw;
			height: 6.835em;
			left: calc(50% - 50vw);
			bottom: -6.835em;
		}
	}
	@media only screen and (max-width: 768px) {
		.news-box::before {
			height: 5.1em;
			bottom: -5.1em;
		}
		.news-box .news_inner .new {
			margin-top: 3em;
		}
	}
	@media only screen and (max-width: 480px) {
		.news-box::before {
			height: 3.2em;
			bottom: -3.2em;
		}
		.news-box .news_inner .new {
			margin-top: 0;
		}
	}
/**** 新着情報(TOP用) ****/
.news-box .news_inner .new_lower {
	position: relative;
	margin: 0;
	padding: 10px 16px 16px;
	background: transparent;
	border: 0;
	border-radius: 0;
	z-index: 2;
}
.news-box .news_inner .new_lower ul:not(.more) {
	display: flex;
	flex-wrap: wrap;
}
.news-box .news_inner .new_lower ul:not(.more) li:nth-child(n) {
	width: calc((100% - (24px * 2)) / 3);
	margin: 24px 24px 0 0;
	padding: 0;
	border: 0;
}
.news-box .news_inner .new_lower ul:not(.more) li:nth-child(3n) {
	margin-right: 0;
}
.news-box .news_inner .new_lower ul:not(.more) li:nth-child(n)::before {
	display: none;
}
.news-box .news_inner .new_lower ul:not(.more) li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 8px 25px;
	text-decoration: none;
}
.news-box .news_inner .new_lower ul:not(.more) li a:focus,
.news-box .news_inner .new_lower ul:not(.more) li a:focus-visible {
	border-radius: .5em;
}
.news-box .news_inner .new_lower ul:not(.more) li a::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: url("img/ss_chil_new-border.svg");
	left: 0;
	bottom: 0;
}
.news-box .news_inner .new_lower li .date {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0 0 16px;
	color: #222;
}
.news-box .news_inner .new_lower li .date::before {
	display: block;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	top: .5em;
	left: 0;
	transform: rotate(-45deg);
}
.news-box .news_inner .new_lower li .lst_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
}
.news-box .news_inner .new_lower li .lst_inner::before {
	display: block;
	position: absolute;
	content: '';
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	top: -6px;
	left: -6px;
	background: transparent;
	border-radius: 8px;
	z-index: -1;
	transition: .2s;
}
.news-box .news_inner .new_lower li a:hover .lst_inner::before {
	background: #FFE9BE;
}
.news-box .news_inner .new ul li.catch_lst .new_img {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 24px 0 0;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	align-content: center;
	align-self: center;
	border: 1px solid #6B5B4F;
	transition: .2s;
}
.news-box .news_inner .new ul li.catch_lst .new_img::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: calc((100% / 3) * 2);
	background: #6B5B4F;
	border-radius: 5px;
	top: calc(50% - (((100% / 3) * 2)) / 2);
	right: -12px;
}
.news-box .news_inner .new ul li.catch_lst a:hover .new_img {
	border-color: #860000;
}
.news-box .news_inner .new ul li.catch_lst .new_img img {
	border: 0;
	border-radius: 9px;
}
.news-box .news_inner .new ul li.catch_lst .new_lst {
	max-width: calc(100% - (100px + 24px));
	width: 100%;
}
.news-box .news_inner li .new_lst .list_ttl {
	display: block;
	width: 100%;
	margin: 0;
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
	text-decoration: underline;
}
.news-box .news_inner li .new_lst .list_ttl .list_icon {
	border-color: #F9D800;
	border-radius: 6px;
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
	font-size: 88%;
}
.news-box .news_inner li .new_lst p {
	margin: 8px 0 0;
	color: #222;
}
.news-box .news_inner .new_lower .more {
	margin: 24px 0 0;
}
.news-box .news_inner .new_lower .more li {
	margin: 0 auto;
}

	@media only screen and (max-width: 1024px) {
		.news-box .news_inner .new_lower ul:not(.more) li:nth-child(n) {
			width: calc((100% - 24px) / 2);
			margin: 24px 24px 0 0;
		}
		.news-box .news_inner .new_lower ul:not(.more) li:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 768px) {
		.news-box .news_inner .new_lower ul:not(.more) li:nth-child(n) {
			width: 100%;
			margin: 24px 0 0 0;
		}
		.news-box .news_inner .new_lower ul:not(.more) li:first-child {
			margin-top: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.news-box .news_inner .new_lower {
			padding-bottom: 32px;
		}
	}
	@media only screen and (max-width: 390px) {
		.news-box {
			padding-top: 24px;
		}
		.news-box .news_inner .new ul li.catch_lst .new_img {
			width: 80px;
			height: 80px;
		}
		.news-box .news_inner .new ul li.catch_lst .new_img img {
			width: 76px !important;
			height: 76px !important;
		}
		.news-box .news_inner .new ul li.catch_lst .new_lst {
			max-width: calc(100% - (80px + 24px));
		}
	}



/********************** 領域3個別のスタイル **********************/
.main .zone03 {
	background: #FFFFB1 url("img/ss_chil_event-bg.png") repeat 0 center / 150px 150px;
}
/**** イベントカレンダー(TOP用) ****/
.top_event-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-top: calc(8.6em + 54px);
/*	overflow: hidden;*/
}
.top_event-box .event_inner {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: max(3.5em , 112px);/* 帯までの余白の調整 */
}
.main .top_event-box .top_h2-box {
	max-width: 1100px;
	margin: 0 auto 12px 0;
}
.main .top_event-box .top_h2-box h2 {
	background: transparent url("img/ss_chil_h2-img02.svg") no-repeat 0 center;
	background-size: 45px 45px;
}
	@media only screen and (max-width: 1024px) {
		.top_event-box {
			padding-top: calc(6.835em + 48px);
		}
		.top_event-box .event_inner {
			width: 100vw;
			padding-bottom: max(2.5em , 80px);
			left: calc(50% - 50vw);
		}
		.main .top_event-box .top_h2-box {
			max-width: unset;
			left: calc(50% - 50vw);
		}
	}
	@media only screen and (max-width: 390px) {
		.main .top_event-box .top_h2-box h2 {
			padding-right: 0;
		}
	}
/*** イベントカレンダーのスライダー ***/
.top_event-box .splide.chil_slider2 {
	max-width: 100%;
	width: auto;
	margin: 24px 0 0 auto;
	margin-left: 6.812%;
}
	@media only screen and (min-width: 1367px) {
		.top_event-box .splide.chil_slider2 {
			margin-left: calc(((100vw - 6em) - 1100px) / 2);
		}
	}
	@media only screen and (max-width: 1024px) {
		.top_event-box .splide_in {
			max-width: 100vw;
			width: 90vw;
			margin: 0 0 0 auto;
		}
	}
	@media only screen and (max-width: 768px) {
		.top_event-box .splide_in {
		}
	}
	@media only screen and (max-width: 600px) {
		.top_event-box .splide_in {
			width: 100%;
			margin: 0;
		}
	}
/* 次へ前へボタン */
.top_event-box .chil_slider2 .splide__arrows {
	position: relative;
	display: block;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: center;
}
#main_outline .top_event-box .splide__arrows button.splide__arrow {
	position: relative;
	margin-right: 20px;
	padding: 24px 14px 4px;
	top: auto;
	left: auto;
}
.top_event-box .splide__arrows .splide__arrow::before {
	width: 56px;
	height: 45px;
	border: 1px solid #998402;
	border-radius: 10px;
	top: calc(50% - 23px);
	margin-left: -28px;
	outline-color: #FFF;
}
.top_event-box .splide__arrow:hover::before {
	border-color: #860000;
}
.top_event-box .splide__arrows .splide__arrow::after {
	width: 10px;
	margin-left: -7px;
	top: calc(50% - 14px);
}
.top_event-box .splide__arrow--next::after {
	margin-right: -6px;
}
#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--prev:hover {
	transform: translateX(-1em);
}
#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--next {
	margin: 0;
	right: auto;
}
#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--next:hover {
	right: auto;
	transform: translateX(1em);
}
.splide__arrows button.splide__arrow:focus-visible::before,
#main_outline .splide__arrows button.splide__arrow:focus-visible::before {
	outline-color: #422D1F !important;
	outline-offset: 2px !important;
}
.top_event-box .splide_nav {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

	@media only screen and (min-width: 1367px) {
		.top_event-box .chil_slider2 .splide__arrows {
			width: calc(100% - 6em);
		}
	}
	@media only screen and (max-width: 1277px) {
		.top_event-box .chil_slider2 .splide__arrows {
			max-width: calc(100% - 6.812%);
			margin: 0 auto 0 0;
			text-align: center;
		}
		#main_outline .top_event-box .splide__arrows button.splide__arrow,
		#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--prev:hover,
		#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--next:hover {
			left: auto;
		}
		#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--prev:hover {
			transform: translateX(-.5em);
		}
		#main_outline .top_event-box .splide__arrows button.splide__arrow.splide__arrow--next:hover {
			transform: translateX(.5em);
		}
	}
	@media only screen and (max-width: 1196px) {
		.top_event-box .splide__arrow--prev {
			left: calc(50% - 6em);
		}
		.top_event-box .splide__arrow--prev:hover {
			left: calc(50% - 6.5em);
		}
		.top_event-box .splide__arrow--next {
			left: calc(50% + 1em);
		}
		.top_event-box .splide__arrow--next:hover {
			left: calc(50% + 1.5em);
		}
	}
	@media only screen and (max-width: 1024px) {
		#main_outline .top_event-box .splide_nav {
			top: auto;
			right: 24px;
			bottom: auto;
			left: auto;
		}
	}
	@media only screen and (max-width: 768px) {
		.top_event-box .chil_slider2 .splide__arrows {
			max-width: calc(100% - (6.812% + 3.868vw));
		}
	}
	@media only screen and (max-width: 480px) {
		.top_event-box .chil_slider2 .splide__arrows {
			max-width: calc(100% - 6.812%);
		}
	}
/* スライダー本体 */
.top_event-box .chil_slider2 .splide__track {
	margin: 32px 0 16px;
	border-radius: 10px 0 0 0;
}

.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li {
	max-width: 325px;
	margin-bottom: 8px;
	border-radius: 0;
}
.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #FFFFB1;
	border: 1px solid #998402;
	border-radius: 10px;
	box-shadow: 8px 8px 0px 0px rgba(250, 164, 3, 1);
}
.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li a:hover {
	background: #FDFDD6;
	border-color: #860000;
	box-shadow: 8px 8px 0px 0px rgba(255,206,113);
}
.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li a:focus,
.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li a:focus-visible {
	outline-color: #860000;
}
.top_event-box .splide.chil_slider2 li a .ilist_in {
	display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.top_event-box .splide__slide img {
	border-radius: 9px 9px 0 0;
}
.top_event-box .splide.chil_slider2 .ilist_right {
	display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
	padding: 16px 16px 0;
}
.top_event-box .splide.chil_slider2 .ilist_title {
	margin: 0;
	font-size: 125%;
	font-family: "UD新ゴ M", "UD Shin Go Medium";
} 
.top_event-box .splide.chil_slider2 .ilist_text {
	margin: 8px 0 16px 0;
	font-size: 88%;
	color: #222;
}
.top_event-box .splide.chil_slider2 .window{
	position: relative;
	right: 0;
	top: 0;
	margin:4px 0 0;
}
	@media only screen and (max-width: 1024px) {
		.top_event-box .chil_slider2 .splide__track {
			left: 4em;
		}
		.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li {
			max-width: unset;
		}
	}
	@media only screen and (max-width: 768px) {
		.top_event-box .chil_slider2 .splide__track {
			left: 0;
		}
	}
	@media only screen and (max-width: 600px) {
		.top_event-box .splide.chil_slider2 ul:not(.more):not(.splide__pagination) li{
			left: -3em;
		}
		.splide.chil_slider2 .splide__list{
			padding: 0 3em !important;
		}
	}
/* カウンター */
.top_event-box .timer-box {
	margin: auto 0 12px 0;
	color: #222;
}
.top_event-box .timer-box .date {
	margin: 0;
	font-size: 112%;
	color: #222;
}
.top_event-box .timer-box .count {
	margin: 0;
	text-align: end;
}
.top_event-box .timer-box .count span {
	font-size: 150%;
}
.top_event-box div.more {
	width: calc(100% + 32px);
	margin: auto 0 0 0;
	margin-left: calc(50% - (50% + 16px));
	padding: 14px;
	background: #FFF6D1;
	border-radius: 0 0 9px 9px;
	transition: .2s;
}
.top_event-box .splide.chil_slider2 ul:not(.more) li a:hover div.more {
	background: #FFEFC1;
}
.top_event-box div.more p {
	position: relative;
	margin: 0;
	padding-right: 24px;
	transition: .2s;
}
.top_event-box div.more p::before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #2B3095;
	border-bottom: 1px solid #2B3095;
	transform: rotate(-45deg);
	top: .4em;
	right: .25em;
	transition: .2s;
}
.top_event-box .splide.chil_slider2 ul:not(.more) li a:hover div.more p::before {
	border-color: #860000;
}
	@media only screen and (max-width: 480px) {
		.top_event-box div.more {
			max-width: unset;
		}
	}
/* もっと見る */
.top_event-box .more-box {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 0 0;
}
.top_event-box .more-box .more {
/*	position: relative;*/
	margin: 24px auto 0;
	justify-content: center;
}
/* 中央確認用 */
/*
.top_event-box .more-box .more::before {
	display: block;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #EEE;
	top: 0;
	left: 0;
}
*/
.top_event-box .more-box .more li:first-child {
	margin-left: 0;
}
.top_event-box .more-box .more li a:focus,
.top_event-box .more-box .more li a:focus-visible {
	border: 1px solid #998402 !important;
	outline-color: #422D1F !important;
	outline-offset: 2px !important;
}
	@media only screen and (min-width: 1367px) {
		.top_event-box .more-box {
			width: calc(100% - 6em);
			margin: 0 auto 0 0;
		}
	}
	@media only screen and (max-width: 1277px) {
		.top_event-box .more-box {
			max-width: calc(100% - 6.812%);
		}
	}
	@media only screen and (max-width: 768px) {
		.top_event-box {
			padding-top: calc(5.1em + 48px);
		}
		.top_event-box .more-box .more {
			display: block;
		}
		.top_event-box .more-box .more li:nth-child(n) {
			max-width: calc(100vw - 24px);
			width: fit-content;
			margin: 0 auto 16px;
		}
		.top_event-box .more-box .more li:last-child {
			margin: 0 auto;
		}
	}
	@media only screen and (max-width: 480px) {
		.top_event-box {
			padding-top: calc(3.2em + 24px);
		}
	}






/********************** 領域4個別のスタイル **********************/
.main .zone04 {
	background: #FFEC6F;
}

/**** チラシ・リーフレット ****/
.top_leaflet-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 24px 0 0;
}
.leaflet_inner {
	max-width: 1124px;
	width: 100%;
	margin: 0 auto 2em;
	padding: 0 12px;
}
.main .top_leaflet-box .top_h2-box h2 {
	background: transparent url("img/ss_chil_h2-img02.svg") no-repeat 0 center;
	background-size: 45px 45px;
}
.top_leaflet-box .chil_slider3 .splide__track {
	margin: 32px 0 16px;
	padding-right: 8px !important;
	border-radius: 10px 10px 0 0;
}
.top_leaflet-box .splide.chil_slider3 ul:not(.more):not(.splide__pagination) li:nth-child(n) {
	width: calc((100% - (24px * 2)) / 3);
	margin: 0 24px 8px 0;
	padding: 0;
}
.top_leaflet-box .splide.chil_slider3 ul:not(.more):not(.splide__pagination) li a {
	display: block;
	width: 100%;
	height: fit-content;
	margin: 0;
	padding: 0;
	background: #DCF6B4;
	border: 1px solid #998402;
	border-radius: 10px;
	box-shadow: 8px 8px 0px 0px rgba(250, 164, 3, 1);
}
.top_leaflet-box .splide.chil_slider3 ul:not(.more):not(.splide__pagination) li a:hover {
	background: #EDFBD7;
	border-color: #860000;
	box-shadow: 8px 8px 0px 0px rgba(211,132,9);
}
.top_leaflet-box .splide__slide .ilist_left {
	margin: 1em 1em 0;
	padding: 4px;
	border: 2px dashed #F9A402;
	border-radius: 10px;
}
.top_leaflet-box .splide__slide img {
	border-radius: 9px;
}
.top_leaflet-box .splide.chil_slider3 .ilist_right {
	padding: 16px 16px 0;
}
.top_leaflet-box .splide.chil_slider3 .ilist_title {
	margin: 0;
	font-size: 125%;
	font-family: "UD新ゴ M", "UD Shin Go Medium";
}
.top_leaflet-box div.more {
	width: calc(100% + 32px);
	margin: 12px 0 0 0;
	margin-left: calc(50% - (50% + 16px));
	padding: 14px;
	background: #FFF6D1;
	border-radius: 0 0 9px 9px;
	transition: .2s;
}
.top_leaflet-box .splide.chil_slider3 ul:not(.more) li a:hover div.more {
	background: #FFD27E;
}
.top_leaflet-box div.more p {
	position: relative;
	margin: 0;
	padding: 0 24px 0 0;
	transition: .2s;
}
.top_leaflet-box div.more p::before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #2B3095;
	border-bottom: 1px solid #2B3095;
	transform: rotate(-45deg);
	top: .4em;
	right: .25em;
	transition: .2s;
}
.top_leaflet-box .splide.chil_slider3 ul:not(.more) li a:hover div.more p::before {
	border-color: #860000;
}
.top_leaflet-box .chil_slider3 .splide__arrows {
	position: relative;
	display: block;
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#main_outline .top_leaflet-box .splide__arrows button.splide__arrow {
	position: relative;
	margin-right: 20px;
	padding: 24px 14px 4px;
	top: auto;
	left: auto;
	transition: .2s;
}
#main_outline .top_leaflet-box .splide__arrows button.splide__arrow.splide__arrow--prev:hover {
	transform: translateX(-1em);
}
#main_outline .top_leaflet-box .splide__arrows button.splide__arrow.splide__arrow--next:hover {
	right: auto;
	transform: translateX(1em);
}
.top_leaflet-box .splide__arrows .splide__arrow::before {
	width: 56px;
	height: 45px;
	border: 1px solid #998402;
	border-radius: 10px;
	top: calc(50% - 23px);
	margin-left: -28px;
	outline-color: #FFF;
}
.top_leaflet-box .splide__arrows .splide__arrow::after {
	width: 10px;
	margin-left: -7px;
	top: calc(50% - 14px);
}

.top_leaflet-box .splide__arrow:hover::before {
	border-color: #860000;
}

	@media only screen and (max-width: 768px) {
		.leaflet_inner {
			padding: 0 0 0 12px;
		}
		.top_leaflet-box .chil_slider3 .splide__track {
			padding-left: 16px !important;
			padding-right: 0 !important;
			border-radius: 10px 0 0 0;
			left: 10vw;
		}
		.top_leaflet-box .chil_slider3 .splide__arrows {
			padding-right: 12px;
		}
	}
	@media only screen and (max-width: 600px) {
		.main .top_leaflet-box .top_h2-box h2 {
			font-size: 180%;
		}
	}
	@media only screen and (max-width: 480px) {
		.top_leaflet-box .chil_slider3 .splide__track {
			padding-left: 0 !important;
			left: 5vw;
		}
		.top_leaflet-box .splide.chil_slider3 ul:not(.more):not(.splide__pagination) li:nth-child(n) {
			width: 80% !important;
		}
		.top_leaflet-box .chil_slider3 .splide__arrows {
			padding: 0 12px 0 24px;
		}
		.top_leaflet-box div.more {
			max-width: unset;
		}
	}

/**** バナー広告 ****/
.bana-box {
	position: relative;
}
.main .bana-box .top_h2-box h2 {
	padding: 6px 12px 6px 53px;
	background: transparent url("img/ss_chil_h2-img03.svg") no-repeat 0 center;
	background-size: 45px 45px;
	font-size: 150%;
}
.main .bana-box .top_h2-box p {
	margin: 6px auto 0;
	font-size: 87.5%;
}
.main .bana-box .bana_inner {
	display: block;
	position: relative;
	max-width: 766px;
	width: 100%;
	margin: 0 auto;
	padding: 1px 12px 0;
}
.main .bana-box .bana_lower {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.main .bana-box ul:not(.more) {
	justify-content: center;
}
.main .bana-box ul:not(.more) li:nth-child(n) {
	width: calc((100% - 18px) / 4);
	margin: 6px 6px 0 0;
	padding: 0;
}
.main .bana-box ul:not(.more) li:nth-child(4n) {
	margin-right: 0;
}
.main .bana-box ul:not(.more) li a {
	display: inline-block;
	border: 1px solid #A86E02;
	border-radius: 10px;
}
.main .bana-box ul:not(.more) li img {
	border: 0;
}
.main .bana-box ul.more {
	margin-top: 24px;
}
.main .bana-box ul.more li {
	width: auto;
	margin: 0;
	padding: 0;
}
	@media only screen and (max-width: 1024px) {
		.bana-box::before {
			width: calc(100% + 24px);
			left: calc(50% - 50vw);
		}
	}
	@media only screen and (max-width: 768px) {
		.main .bana-box ul:not(.more) li:nth-child(n) {
			width: calc((100% - 8px) / 2);
			margin: 6px 8px 0 0;
		}
		.main .bana-box ul:not(.more) li:nth-child(2n) {
			margin-right: 0;
		}
		.main .bana-box ul:not(.more) li a {
			max-width: 180px;
		}
	}

