@charset "UTF-8";
/********************** トップページのスタイル **********************/
.main {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*! background-color: #FFF6DB; */
  position: relative;
  overflow: hidden;
}
.main h2 {
  /*! color: #fff; */
  /*! background: #FFE51F; */
  padding: 14px 16px;
  font-size: 162%;
  border-radius: 8px 8px 0 0;
}
.main h2 a {
  color: #000;
  display: inline-block;
}
.main .h2 {
  background: #FFE51F;
  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 {
  content: '';
  position: absolute;
  top: 8px;
  border-style: solid;
  left: 4px;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FA6500;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .main {
    padding: 0 0 30px;
  }
}
/**** 分類1のスタイル ****/
.main .category_p01 {
  padding: 0 12px;
}
/**** 緊急情報のスタイル ****/
.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;
}
.main .important h2, .main .important .h2 {
  background: #b13800;
  color: #fff;
  border: 2px solid #b13800;
}
.main .important_lower {
  border: 2px solid #b13800;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.main .important .more li a {
  border: 2px solid #b13800;
}
.main .important .more li a:hover {
  background: #FFEEE6;
}
/**** 画像リストのスタイル ****/
.main .ilist {
  margin-top: 24px;
}
.main .ilist h2 {
  border-radius: 8px;
  border: 2px solid #8F770F;
}
.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 {
  background: #fff;
  padding: 16px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #8F770F
}
.main .ilist_lower .ilist_left img {
  /*! border: 1px solid #777; */
}
.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;
  border: 2px solid #8F770F;
}
.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 {
  background: #fff;
  padding: 16px;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #8F770F
}
.main .ilist2_lower ul > li .ilist_left {
  align-self: center;
  width: 40%;
}
.main .ilist2_lower .ilist_left img {
  border: 1px solid #777;
}
.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%;
  }
}
/**** スライドショー（画像リスト） ****/
.slider1 {
  margin-top: 0px;
}
.slider1 h2 {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 10%;
  color: #FFF7DB;
}

/**** スライドショー2（画像リスト） ****/
.slider2 {
  margin-top: 24px;
}
.main .slider2 h2 {
  /*! border-radius: 8px; */
  /*! border-bottom: 2px solid #8F770F; */
}
.slider2 .splide__arrows {
  padding: 0 4em;
}
.slider2 .splide__track {
  margin-top: 16px;
}
.splide.slider2 li a {
  display: block;
  background: #fff;
  padding: 16px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #8F770F;
}
.splide.slider2 .ilist_left img {
  border: 1px solid #8F770F;
}
.splide.slider2 .window {
  position: relative;
  right: 0;
  top: 0;
  margin: 4px 0 0;
}
/**** 分類のスタイル ****/
.main .category {
  margin-top: 24px;
}
.main .category h2 {
  border: 2px solid #8F770F;
  border-radius: 8px;
  }
.main .category2 {
  margin-top: 24px;
}
.main .category3 {
  margin-top: 24px;
  /*! border: 2px solid #8F770F; */
  /*! border-radius: 8px; */
}
.main .category4 {
  margin-top: 24px;
}
.main .category5 {
  margin-top: 24px;
}
.main .category_3_ul {
  font-size: 85%;
}
.main .category_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
/**** 各課の窓口のスタイル ****/
.main .kakuka {
  margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.main .event {
  margin-top: 24px;
}
.main .event_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.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: #FFE51F;
  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 {
  display: inline-block;
  background: #E6E6E6;
  border: 1px solid #777;
  font-size: 81.25%;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 0 5px;
  position: relative;
  border-radius: 4px;
}
.event_month li.pre a {
  padding-left: 16px;
}
.event_month li.next a {
  padding-right: 15px;
}
.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;
}
.event_month li.pre a:before {
  left: 4px;
  border-width: 4px 6px 4px 0;
  border-color: transparent #555 transparent transparent;
}
.event_month li.next a:before {
  right: 4px;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #555;
}
/**** イベントカレンダーのスタイル ****/
.main .calendar {
  margin-top: 24px;
}
.main .calendar_lower {
  overflow: auto;
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.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 #8F770F;
  text-align: center;
  width: calc(100%/7)
}
.main .calendar th img {
  vertical-align: middle;
}
.main .calendar td {
  border: 1px solid #8F770F;
  text-align: center;
}
.main .calendar td a {
  display: inline-block;
}
.main .calendar .sun {
  background: #ffd8d6;
}
.main .calendar .sat {
  background: #d9e4fc;
}
.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: 2px solid #8F770F;
	border-top: none;
	padding: 4px 16px 16px;
		border-radius: 0 0 8px 8px;
	background: #fff;
}
.main .new div.date{
	margin-left: 0;
	min-width: 8em;
}
.main .new ul li a{
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
.main .new ul li.catch_lst{
	padding: 0;
}
.main .new ul li.catch_lst::before{
	display: none;
}
.main .new ul li.catch_lst a{
	display: flex;
}
.main .new ul li.catch_lst .new_lst {
	width: calc(100% - 192px);
}
.main .new ul li.catch_lst .new_img {
	width: 180px;
	text-align: right;
	margin: 4px 12px 0 0;
}
.main .new ul li.catch_lst .new_img img{
	border: 1px solid #8F770F;
}
	@media only screen and (max-width: 1024px){
		.main .new ul li.catch_lst .new_lst {
			width: calc(100% - 152px);
		}
		.main .new ul li.catch_lst .new_img {
			width: 140px;
		}
	}
/**** トピックスのスタイル ****/
.main .topics {
  margin-top: 24px;
}
.main .topics_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.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 {
  background: #fff;
  border: 2px solid #8F770F;
  display: inline-block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
}
.main .more li a:hover {
  background: #fff;
}
.main .more li.rss span {
  background: url(../images/rss_o.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 20px;
}
/**** タブ切り替えのスタイル ****/
.main .free_tab {
  margin-top: 24px;
}
.main .free_tab .tab_index {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #8F770F;
}
.main .free_tab .tab_index .tab_change {
  text-align: center;
  display: flex;
  font-size: 120%;
  width: 49.5%;
}
.main .free_tab .tab_index .tab_change a {
  border: 2px solid #8F770F;
  border-bottom: 0;
  display: inline-block;
  padding: 8px 10px 6px;
  width: 100%;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  background: #fff;
}
.main .free_tab .tab_index .tab_change.is-active a {
  background: #FFE51F;
}
.main .free_tab .tab_index .tab_change a:focus-visible {
  outline-offset: -2px;
}
.main .free_tab .tab_index .tab_change.is-active a > strong {
  color: #000;
}
.main .free_tab li.tab_panel {
  margin: 0;
  padding: 0;
}
.main .free_tab li.tab_panel::before {
  display: none;
}
.main .free_tab h2 {
  background: none;
  position: absolute;
  z-index: -1;
  color: #333;
  padding: 0;
  font-size: 100%;
}
.main .free_tab .tab_panel > * {
  margin-top: 0;
}
.main .free_tab .new_lower, .main .free_tab .topics_lower {
  background: #fff;
}
/**** ピックアップ1のスタイル ****/
.main .pickup {
  margin-top: 24px;
}
.main .pickup_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.main .pickup_lower .pickup_sub {
  margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
  margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
  background: #fff;
  padding: 4px 6px;
  font-size: 110%;
  border-radius: 8px;
}
.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: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.main .pickup2_lower .pickup_sub {
  margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
  margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
  background: #E9E3C9;
  padding: 4px 6px;
  font-size: 110%;
  border-radius: 8px;
}
.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: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px 10px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.main .ranking_lower ol li {
  list-style-type: decimal;
  padding-left: 0;
  margin-left: 40px;
}
.main .ranking_lower ol li::before {
  display: none;
}
/**** 人口・世帯数のスタイル ****/
.main .j_s {
  margin-top: 24px;
}
.main .j_s_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.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: #FFE51F;
  padding: 14px 16px;
  font-size: 120%;
  border-radius: 8px 8px 0 0;
  border: 2px solid #8F770F;
}
.main .bana h2 {
  padding: 0;
  font-size: 100%;
  border-radius: 0;
  border: 0;
}
.main .bana_h2 p {
  color: #000;
  margin-left: 8px;
  margin-top: 4px;
  font-size: 72%;
  font-weight: normal;
}
.main .bana_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.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 a {
  display: block;
}
.main .bana li img {
  width: 100%;
  border: 1px solid #777;
}
.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: 2px solid #8F770F;
  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: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.main .rssfide .rssfide_management {
  background: #E9E3C9;
  font-size: 85%;
  padding: 8px;
  margin-top: 12px;
  border-radius: 8px;
}
.main .rssfide .rssfide_management .title {
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px solid #777;
}
.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;
  border: 0;
}
.main .image a {
  display: inline-block;
}
.main .image .image_img {
  display: block;
}
.main .image img {
  border: 1px solid #777;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.main .link {
  margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.main .rss_list {
  margin-top: 24px;
}
/**** オプションのスタイル ****/
.main .option {
  margin-top: 24px;
}
.main .option_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
/**** FAQ（よくある質問）のスタイル ****/
.main .faq {
  margin-top: 24px;
}
/**** 新着FAQ ****/
.main .faq_new {
  margin-top: 24px;
}
.main .faq_new_lower {
  border: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
}
.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: 2px solid #8F770F;
  border-top: none;
  padding: 4px 16px 16px;
  border-radius: 0 0 8px 8px;
}
.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: 2px solid #a90000;
  display: inline-block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  min-width: 180px;
  border-radius: 8px;
}
.shelter_more a:hover {
  background: #FFE8E2;
}
/********************** メインビジュアル領域のスタイル **********************/
.library_guide {
  display: flex;
  max-width: 1224px;
  padding: 40px 12px 12px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-end;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.usage_guide {
  /*! max-width: 290px; */
  margin-right: 12px;
  min-width: 24.2%;
}
.opening_status {
  border: 2px solid #A68915;
  border-radius: 8px;
  padding: 34px 32px 32px 32px;
  width: 100%;
  background: #fff;
  padding: 2rem 1.4rem;
}
.opening_status h2 {
  width: 100%;
  padding: 4px 8px;
  background: #FFEEA5;
  font-size: 132%;
  border-radius: 0;
  text-align: center;
}
.today_status {
  font-size: 240%;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #A68915;
  letter-spacing: 0.06em;
  margin: 7px 0 10px 0;
  padding: 2px 2px 6px 2px;
}
.today_status strong {
  color: #000;
}
.open_time {
  font-size: 96%;
  text-align: center;
  padding: 0 7px;
  letter-spacing: 0.02em;
  /*! white-space: nowrap; */
  margin-top: 14px;
}
.open_holiday {
  margin-top: 4px
}
/* 利用案内 */
.calender_access {
  position: relative;
  z-index: 0;
}
.calender_access h2 {
  z-index: -100;
  position: absolute;
  bottom: 62px;
  font-size: 10%;
  color: #fff;
}
.calender_access ul {
  display: flex;
  margin: 0px 0 0;
}
.calender_access ul li {
  width: calc((100% - 13px) / 2);
  border: 2px solid #8F770F;
  border-radius: 8px;
  text-align: center;
  background: #FFEEA5;
  line-height: 1.3;
}
.calender_access ul li a {
display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.calender_access .ilist_lower ul > li .ilist_in {
  background: #FFEEA5;
  padding: 13px 14px 8px 14px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  /*! padding: 0.7rem; */
}
.calender_access ul li:first-child {
  margin-right: 13px;
}
.calender_access ul li img {
  width: 40px;
}
.calender_access ul li span {
  display: block;
}
.calender_access ul li p {
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .usage_guide {
    max-width: 50%;
    margin-right: 12px;
    display: flex;
    width: calc((100% - 12px) / 2);
    align-items: flex-start;
  }
  .opening_status {
    padding: 17px 16px 17px;
    min-width: 234px;
    margin-right: 12px;
    width: 100%;
  }
  .open_time {
    font-size: 87%;
    padding: 0;
    margin-top: 4px;
  }
  .calender_access ul {
    display: block;
    margin: 0 0 0;
  }
  .calender_access ul li {
    width: 120px;
    border: 2px solid #8F770F;
    border-radius: 8px;
    text-align: center;
    background: #FFEEA5;
    line-height: 1.3;
    min-height: 92px;
  }
    .calender_access ul li a {
    /*! padding: 10px 14px 6px 14px; */
          border-radius: 8px;
  }
  .calender_access ul li:first-child {
    margin-right: 0;
    margin-top: 0;
  }
  .today_status {
    margin: 8px 0 14px 0;
  }
}
@media only screen and (max-width: 768px) {
  .usage_guide {
    max-width: 100%;
    margin-right: 12px;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .calender_access .ilist_lower ul > li .ilist_in {
  padding: 12px 14px 6px 14px;
  min-height: 92px;
}
}
@media only screen and (max-width: 389px) {
  .opening_status {
    padding: 18px 12px;
    min-width: auto;
  }
  .calender_access ul li {
    min-width: 110px;
    width: 100%;
  }
  .calender_access .ilist_lower ul > li .ilist_in {
      padding: 11px 8px 4px;
  min-height: 92px;
}
}
@media only screen and (max-width: 374px) {
  .usage_guide {
    display: block;
  }
    .calender_access ul {
    display: flex;
  }
    .calender_access ul li:first-child {
    margin-right: 12px;
    margin-top: 12px;
  }
}
/* 本・資料検索エリア */
.search_area {
  border: 2px solid #8F770F;
  border-radius: 8px;
  padding: 19px 19px 15px;
  background: #FFD420;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  width: 71%;
}
.eazy_search {
  margin-right: 20px;
  width: 100%;
}
.search_area h2 {
  font-size: 170%;
  position: relative;
  margin-bottom: 33px;
  margin: 0 0 33px 4px;
}
/* text,textarea */
#body .search_area input[type="text"] {
  background: #fff;
  border: 2px solid #8F770F;
  padding: 22px;
  appearance: none;
  border-radius: 8px 0 0 8px;
  width: calc(100% - 24%);
  margin: 0 0 0 0;
  height: 67px;
  height: 4.18em;
}
/* submit,reset,button */
.search_area button {
  background: #FA6602;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17px 8px 18px 34px;
  border: 2px solid #8F770F;
  font-size: 113%;
  font-weight: bold;
  text-shadow: 0px 1px 0 #BD4D02, -1px 1px 0 #BD4D02, -1px -1px 0 #BD4D02, 1px -1px 0 #BD4D02, 1px 0px 0 #BD4D02, 0px 1px 0 #BD4D02, -1px 0px 0 #BD4D02, 0px -1px 0 #BD4D02;
  letter-spacing: 0em;
  position: relative;
  margin: 0px 0 0px -2px;
  height: 3.7em;
  width: 25%;
  min-width: 155px;
  display: flex;
  align-items: center;
}
.search_area button::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(img/sub_lib_icon_top_aezysrc.svg);
  top: 27%;
  left: 5px;
  position: absolute;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, header button[type="button"]:hover, #main_outline button[type="button"]:hover, footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover, #body #shelter_search:hover, #body #reset:hover, #body .print input[type="button"]:hover {
  background: #FFD420;
}
.search_area button:hover {
  background: #EE6102;
}
.search_area h3 {
  z-index: -10;
  position: absolute;
}
.search_area h2::after {
  position: absolute;
  bottom: -16px;
  left: 43px;
  z-index: 2;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FA6500;
  border-radius: 5px 0 0 5px;
}
.search_area h2::before {
  position: absolute;
  bottom: -16px;
  left: 43px;
  z-index: 1;
  content: '';
  width: 111px;
  height: 3px;
  background-color: #949494;
  border-radius: 5px;
}
#opac-search-form{
  display: flex;
  align-items: center;
}
#opac-search-keyword {
margin-top: 0px;
}
.search_area ul {
  margin: 0;
}
.search_area ul li {
  width: 165px;
  border: 2px solid #8F770F;
  border-radius: 8px;

  background: #FFF;
  line-height: 1.3;
  font-size: 112.5%;
  position: relative;
}
.advanced_new_src ul li {
  position: relative;
}
.advanced_new_src ul li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/sub_lib_img_triangle-s_orange.png) no-repeat center center;
  background-size: cover;
  bottom: 2px;
  right: 2px;
  position: absolute;
}
.advanced_new_src ul li:hover::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/sub_lib_img_triangle-s_deige.png) no-repeat center center;
  background-size: cover;
  bottom: 2px;
  right: 2px;
  position: absolute;
}
.search_area ul li .ilist_in {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  border-radius: 8px;
}
.search_area ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.search_area ul li:first-child {
  margin-right: 13px;
  margin: 0;
}
.search_area ul li img {
  width: 40px;
  margin-right: 8px;
}
.search_area ul li span {
  display: block;
}
.search_area ul li p {
  margin-top: 2px;
}
@media only screen and (max-width: 1024px) {
  .search_area {
    display: block;
      padding: 14px 20px 18px;
  }

  .advanced_new_src .ilist2_lower ul {
    display: flex;
  }
  .search_area ul li {
    width: calc((100% - 12px) / 2);
    margin: 24px 0 0 0;
  }
  .search_area ul li:first-child {
    margin-right: 13px;
    margin: 24px 12px 0 0;
  }
  .search_area h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .search_area h2::after {
    left: 40%;

  }
  .search_area h2::before {
    left: 41%;
  }
  .search_area {
    padding: 18px 12px;
  }
}
@media only screen and (max-width: 950px) {
  .search_area {
      width: auto;
    width: 50%;
  }
    }
@media only screen and (max-width: 768px) {
  .search_area {
    width: 100%;
    border: 2px solid #8F770F;
    border-radius: 8px;
    padding: 18px 18px;
    background: #FFD420;
    line-height: 1.3;
    justify-content: space-between;
    margin: 44px auto 0;
      width: auto;
  }

  .search_area h2::after {
    left: 42%;
  }
  .search_area h2::before {
    left: 42%;
  }
}
@media only screen and (max-width: 390px) {
  .search_area {
    width: 100%;
    border: 2px solid #8F770F;
    border-radius: 8px;
    padding: 34px 11px 40px;
    background: #FFD420;
    line-height: 1.3;
    justify-content: space-between;
    margin: 45px auto 0;
  }
  .search_area h2::after {
    left: 35%;
    bottom: -10px;
  }
  .search_area h2::before {
    left: 35%;
    bottom: -10px;
  }
  /* submit,reset,button */
  .search_area button {
    background: #FA6602;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 22px 8px 22px 24px;
    border: 2px solid #8F770F;
    font-size: 95%;
    font-weight: bold;
    text-shadow: 0px 1px 0 #BD4D02, -1px 1px 0 #BD4D02, -1px -1px 0 #BD4D02, 1px -1px 0 #BD4D02, 1px 0px 0 #BD4D02, 0px 1px 0 #BD4D02, -1px 0px 0 #BD4D02, 0px -1px 0 #BD4D02;
    letter-spacing: 0em;
    position: relative;
    /*! margin: 0px 0 0px -8px; */
    min-height: 4.2rem;
    min-width: 130px;
  }
  .search_area button::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(img/sub_lib_icon_top_aezysrc.svg);
    top: 35%;
    left: 5px;
    position: absolute;
    background-size: 18px;
  }
  /* text,textarea */
  #body .search_area input[type="text"] {
    background: #fff;
    border: 2px solid #8F770F;
    padding: 22px;
    appearance: none;
    border-radius: 8px 0 0 8px;
    width: calc(100% - 25%);
    margin: 0 0 0 0;
    min-height: 66px;
  }
}
@media only screen and (max-width: 1024px) {
  #splide01 {
    display: none;
  }
  .library_guide {
    display: flex;
    padding: 34px 12px 48px;
    align-items: flex-start;
    z-index: 0;
    position: relative;
    border-top: 1px solid #A68915;
  }
}
@media only screen and (max-width: 390px) {
  .search_area h2::after {
    left: 32%;
  }
  .search_area h2::before {
    left: 34%;
  }
}
@media only screen and (max-width: 768px) {
  #splide01 {
    display: none;
  }
  .library_guide {
    display: block;
  }
}
/**** メインビジュアルエリア ****/
.main_vis-box{
	position: relative;
	height: 426px;
	width: 100%;
	background-image: url(../css/img/sub_lib_mv01.jpg);
	background-size: cover;
	height: 26.5rem;
}
	@media only screen and (max-width: 1024px) {
.main_vis-box{
	height: auto;
	background-image: none;
}
		}

/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.12em;
	position: relative;
	z-index: 1;
}
.g_navi_in {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.g_navi_in > li {
	margin: 0;
	display: flex;
	width: calc((100% - 36px) / 4);
	padding-left: 0 !important;
	position: relative;
	margin-right: 12px;
}
.g_navi_in > li:nth-child(4) {
	margin-right: 0;
}
.g_navi_in > li > a {
	position: relative;
	background: #FFE51F;
	border: 2px solid #8F770F;
	text-decoration: none;
	line-height: 1.5;
	font-size: 118.8%;
	width: 100%;
	transition: all 0.3s;
	color: #000;
	border-radius: 8px;
	align-items: center;
	display: flex;
	text-align: left;
	padding: 30px 8px 30px 26px;
}
	@media only screen and (max-width: 1100px) {
.g_navi_in > li > a {
	padding: 30px 8px 30px 12px;
}
		}
.g_navi_in > li > a > b > span {
display: block;
}
.g_navi_in > li > a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("img/sub_lib_img_triangle_white.png") no-repeat;
  bottom: 2px;
  right: 2px;
  position: absolute;
	background-size: contain;
		transition: all 0.3s;
}
.g_navi_in > li > a:hover::after {
	  content: '';
  width: 20px;
  height: 20px;
  background: url("img/sub_lib_img_triangle_deige.png") no-repeat;
	  bottom: 2px;
  right: 2px;
  position: absolute;
	background-size: contain;
}
.g_navi_in > li > a:hover, .g_navi_in > li.active > a {
	/*! background-color: #FFD420; */
}
.g_navi_in > li > a:focus-visible{
	outline-offset: -6px;
}
.g_navi_in > li img {
  width: 50px;
	margin-right: 16px;
}
	@media only screen and (max-width: 1024px) {
		.g_navi_in > li > a {
	padding: 35px 12px 20px 12px;
			text-align: center;
			display: block;
	min-height: 170px;
}
	.g_navi_in > li > a > img {
	display: block;
}
		.g_navi_in > li > a > img {
margin: 0 auto 6px;
}
		.g_navi_in > li > a > b > span {
display: block;
}
	}

@media only screen and (max-width: 768px) {
.g_navi_in > li {
	margin: 0 12px 12px 0;
	/*! padding-left: 12px !important; */
	/*! position: relative; */
	width: calc((100% - 12px) / 2);
}
.g_navi_in > li:nth-child(2n) {
	margin-right: 0px !important;
}
.g_navi_in {
		flex-flow: row wrap;
}
}


/**** ドロワー付きグローバルナビ ****/
.g_nav_open {
	position: relative;
	display: block;
	z-index: 10;
}
.g_nav_open .g_navi_in {
	position: relative;
}
.g_nav_open .g_navi_in > li {
	width: calc(100% / 5);/* メニューの数で変化 */
}
.g_nav_open .g_navi_in > li > a {
	display: flex;
	justify-content: center;
}
.g_nav_open .g_navi_in > li > a:focus-visible {
	outline-offset: -6px;
}
.g_nav_open .g_navi_in > li > a b {
	align-self: center;
}
.g_nav_open li.ac_box_nav .ac_box_nav_sub {
	width: 100%;
	height: 100%;
}
.g_nav_open .ac_box_nav_sub button[type="button"] {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 32px 16px 16px;
	background: #FFE51F;
	border: 2px solid #8F770F;
	border-radius: 0;
	font-size: 120%;
}
.g_nav_open .active .ac_box_nav_sub button[type="button"] {
	background: #FFF;
	color: #FFE51F;
}
.g_nav_open .ac_box_nav_sub button[type="button"]:hover,
.g_nav_open .ac_box_nav_sub button[type="button"]:focus-visible {
	background: #fff;
	color: #FFE51F;
}
.g_nav_open .ac_box_nav_sub button::before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 10px solid #FFF;
	transform: rotate(90deg);
	top: calc(50% - 3.5px);
	right: 8px;
}
.g_nav_open .active .ac_box_nav_sub button::before,
.g_nav_open .ac_box_nav_sub button:hover::before,
.g_nav_open .ac_box_nav_sub button:focus-visible::before {
	border-left-color: #FFE51F;
}
.g_nav_open .ac_box_nav_sub button[type="button"]:focus-visible {
	outline-offset: -6px;
}
.g_nav_open b span {
	display: inline-block;
}
/* ドロワー内部 */
.g_nav_open li.ac_box_nav .ac_box_nav_in {
	display: none;
	position: absolute;
	max-width: 1200px;
	width: calc(100vw - 24px);
	margin: 14px auto 0;
	padding: 24px;
	background: #FFF;
	border: 2px solid #8F770F;
	border-radius: 16px;
	outline: 1px solid #FFF;
	top: 100%;
	left: 12px;/* .g_navi_inを親として調整 */
}
.g_nav_open li.ac_box_nav .ac_box_nav_in.open {
	display: block;
}
.g_nav_open li.ac_box_nav .nav_inner {
	display: block;
}
.g_nav_open li.ac_box_nav .nav_inner::before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 12px solid #FFE51F;
	top: -22px;
	left: 9.25%;
}
.g_nav_open .ac_box_nav:nth-child(2) .nav_inner::before {
	left: 29%;
}
.g_nav_open .ac_box_nav:nth-child(3) .nav_inner::before {
	left: 49.5%;
}
.g_nav_open .ac_box_nav:nth-child(4) .nav_inner::before {
	left: 69.5%;
}
.g_nav_open .ac_box_nav:nth-child(5) .nav_inner::before {
	left: 89.5%;
}
.nav_sub_close {
	display: block;
	width: 100%;
	margin: 24px 0 0;
	padding: 0;
	text-align: end;
}
.nav_inner .nav_sub_close:first-child {
	margin-top: 0;
}
.nav_sub_close a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 12px 16px;
	background: #FFE51F;
	border: 2px solid #8F770F;
	border-radius: 8px;
	font-size: 88%;
	color: #FFF;
	text-decoration: none;
}
.nav_sub_close a:hover {
	background: #fff;
	color: #860000;
}
.nav_inner_ul {
	position: relative;
	display: block;
	width: 100%;
	margin: 12px 0 0;
}
.nav_sub_top a {
	display: inline-block;
	font-size: 120%;
}
.nav_inner_ul ul {
	display: flex;
	flex-wrap: wrap;
	margin: 12px 0 0;
	padding: 12px 24px 24px;
	background: #fff;
	border-radius: 8px;
}
.nav_inner_ul ul li:nth-child(n) {
	position: relative;
	width: calc((100% - (24px * 2)) / 3);
	margin: 12px 24px 0 0;
	padding-left: 16px;
}
.nav_inner_ul ul li:nth-child(3n) {
	margin-right: 0;
}
.nav_inner_ul ul li a {
	display: inline-block;
}
.nav_inner_ul ul li a::before {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	top: .5em;
	left: 0;
	transform: rotate(-45deg);
}
/* ドロワー付きグローバルナビの追従 */
.clone_header.is-show .g_nav_open {
	max-width: calc(100% - 330px);/* .h1_wrapの横幅分を引く */
	width: 100%;
}
.clone-nav .g_nav_open .g_navi {
	width: auto;
}
.clone-nav .g_nav_open .g_navi_in > li > a {
	display: flex;
	justify-content: center;
}
.clone-nav .g_nav_open .ac_box_nav_sub button[type="button"] {
	font-size: 100%;
	color: #FFF;
	cursor: pointer;
}
.clone-nav .g_nav_open .active .ac_box_nav_sub button[type="button"],
.clone-nav .g_nav_open .ac_box_nav_sub button[type="button"]:hover,
.clone-nav .g_nav_open .ac_box_nav_sub button[type="button"]:focus-visible {
	color: #FFE51F;
}
.clone-nav .g_nav_open li b {
	align-self: center;
}
.clone-nav .g_nav_open li.ac_box_nav .ac_box_nav_in {
	left: -330px;/* .h1_wrapの横幅分 */
}
.clone-nav .g_nav_open .ac_box_nav:nth-child(2) .nav_inner::before {
	left: 48.5%;
}
.clone-nav .g_nav_open .ac_box_nav:nth-child(3) .nav_inner::before {
	left: 63.5%;
}
.clone-nav .g_nav_open .ac_box_nav:nth-child(4) .nav_inner::before {
	left: 77.5%;
}
.clone-nav .g_nav_open .ac_box_nav:nth-child(5) .nav_inner::before {
	left: 92.5%;
}
/* 前へ・次へ */
.splide__arrows button.splide__arrow,
#main_outline .splide__arrows button.splide__arrow{
    border: 1px solid #8F770F !important;
}
.splide__arrow::before{
  border-right: 2px solid #8F770F !important;
  border-bottom: 2px solid #8F770F !important;
}

/* 再生・停止 */
.splide_nav button,
#main_outline .splide_nav button{
    position: relative;
    display: inline-block;
    min-height: 27px;
    padding: 6px 8px 6px 20px;
    background: #E9E3C9 !important;
    border: none;
    border-radius: 8px;
    outline: 1px solid #87700E !important;
    font-size: 85%;
    color: #2b3095 !important;
    text-decoration: none;
    transition: 0.2s;
}
.splide_nav button:hover,
#main_outline .splide_nav button:hover{
    color: #860000;
    background: #C9C4AE !important;
}
.splide_nav button.is-active:hover::after,
#main_outline .splide_nav button.is-active:hover::after,
.splide_nav button:focus-visible::after,
#main_outline .splide_nav button:focus-visible::after {
	background-color: #87700E !important;
}
 .splide_nav button:not(.is-active)::before,
#main_outline .splide_nav button:not(.is-active)::before {

    border-left: 8px solid #8A730E !important;
}
.splide_nav button.is-active::before,
#main_outline .splide_nav button.is-active::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    height: 12px;
    width: 2px;
    background-color: #87700E !important;
}
.splide_nav button.is-active:hover::before,
#main_outline .splide_nav button.is-active:hover::before,
.splide_nav button:focus-visible::before,
#main_outline .splide_nav button:focus-visible::before {
	/*! background-color: #87700E !important; */
}
.splide_nav button.is-active::after,
#main_outline .splide_nav button.is-active::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    height: 12px;
    width: 2px;
    background-color: #87700B !important;
}
.splide_nav button.is-active:hover::after,
#main_outline .splide_nav button.is-active:hover::after,
.splide_nav button:focus-visible::after,
#main_outline .splide_nav button:focus-visible::after {
	/*! background-color: #87700E !important; */
}
.splide_nav button:not(.is-active)::before,
#main_outline .splide_nav button:not(.is-active)::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    border: 6px solid transparent;
    border-left: 8px solid #87700E !important;
}
.splide_nav button:not(.is-active):hover::before,
#main_outline .splide_nav button:not(.is-active):hover::before,
.splide_nav button:not(.is-active):focus-visible::before,
#main_outline .splide_nav button:not(.is-active):focus-visible::before {
	border-left-color: #87700E !important;
}
/* ページネーション */
.splide__pagination button,
#main_outline .splide__pagination button{
    background: #E9E3C9 !important;
    border:none;
    border-radius: 10px;
    outline: 1px solid #87700E !important;
    color: #2b3095;
}
.splide__pagination button:hover,
#main_outline button:hover{
    background: #C9C4AE !important;
    color: #2b3095 !important;   
    outline-color: #87700E !important;
}
.splide__pagination button.is-active,
#main_outline button.is-active{
    background: #8A730E !important;
    color: #fff !important;
    outline: 1px solid #87700E !important;
}
.splide__pagination button:focus-visible,
#main_outline button:focus-visible{
    outline: 2px solid #333;   
}

/* キャプション */
.splide .caption {
  position: absolute;
  padding: 6px 12px;
  background: rgba(255, 229, 31, 0.8) !important;
	border-radius: 10px;
  color: #000 !important;
  line-height: 1.5;
  font-size: 85%;
  text-shadow: #FFEA4C 1px 1px 0, #FFEA4C -1px -1px 0,#FFEA4C -1px 1px 0, #FFEA4C 1px -1px 0,#FFEA4C 0px 1px 0, #FFEA4C 0 -1px 0,#FFEA4C -1px 0 0, #FFEA4C 1px 0 0 !important;;
  bottom: 12px;
  right: 12px;
}
.splide a:focus-visible .caption{
    width: calc(100% - 4px);
    bottom: 2px;
    right: -2px;
}
    @media only screen and (max-width: 480px) {
        .splide .caption{
            position: relative;
            bottom: 0;
            right: 0;
            background: #007bbb;
            display: block;
        }
    }
/********************** 領域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 h2 {
  padding: 14px 16px;
  font-size: 162%;
  border-radius: 8px 8px 0 0;
  background: #FFE51F;
  border: 2px solid #8F770F;
  border-bottom: 0;
}
/* お知らせ */
.notice {
  margin: 58px auto 40px;
  max-width: 1000px;
}
.notice .new h2 {
  padding: 0;
  font-size: 247%;
  border-radius: 8px 8px 0 0;
  position: relative;
  text-align: center;
  background: none;
  border: 0;
}
.notice .new h2::after {
  position: absolute;
  bottom: 0;
  left: 44.5%;
  z-index: 2;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FA6500;
  border-radius: 5px 0 0 5px;
}
.notice .new h2::before {
  position: absolute;
  bottom: 0;
  left: 44.5%;
  z-index: 1;
  content: '';
  width: 111px;
  height: 3px;
  background-color: #949494;
  border-radius: 5px;
}
.main .notice .new_lower {
  border: 2px solid #8F770F !important;
  padding: 38px 38px 20px;
  border-radius: 8px;
  background: #fff;
  margin: 34px 0 0;
}
.main .notice ul {
  /*! margin: 24px 40px; */
}
.main .notice ul li {
  padding: 14px 12px 11px 22px;
  border-bottom: 1.5px dotted #8F770F;
  position: relative;
  margin-top: 0;
}
.main .notice ul:first-child li:nth-child(1) {
  border-top: 1.5px dotted #8F770F;
}
.main .notice .new_lower ul li div {
  display: flex;
}
.main .notice .new_lower ul li div.date {
  font-size: 85%;
  color: #000;
  display: inline-block;
  margin: 2px 1.2em 0 0;
  margin-left: 0px;
  letter-spacing: 0.06em;
}
.main .notice .new_lower ul li div.list {
text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .main .notice .new_lower ul li div {
    display: block;
  }
  .notice {
    margin: 40px auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .main .notice .new_lower {
    border: 2px solid #8F770F !important;
    padding: 38px 12px 28px;
    border-radius: 8px;
    background: #fff;
    margin: 38px 0 0;
  }
}
.main .notice li::before {
  content: '';
  position: absolute;
  top: 22px;
  border-style: solid;
  left: 8px;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FA6500;
  transform: none;
}
.main .notice ul.more li {
  padding: 0;
  border: none;
}
.main .notice .more {
  font-size: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
.main .notice .more li {
  padding: 0;
  margin: 0;
  min-width: 166px;
}
.main .more li a {
background: #FFE51F;
  border: 1px solid #8F770F;
  display: inline-block;
  padding: 8px 32px 6px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.main .more li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 40%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8F770F;
  border-bottom: 2px solid #8F770F;
  transform: rotate(-45deg);
}
.main .more li a:hover {
  background: #FFD420;
}
.main .notice .more li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 40%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8F770F;
  border-bottom: 2px solid #8F770F;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 480px) {
  .notice .new h2 {
    padding: 0;
    font-size: 204%;
  }
  .notice .new h2::after {
    left: 35%;
    bottom: -6px;
  }
  .notice .new h2::before {
    left: 35%;
    bottom: -6px;
  }
}
/********************** 領域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;
  }
}
/********************** 領域3個別のスタイル **********************/
/********************** 領域4個別のスタイル **********************/