@charset "utf-8";
/* ========================================================
   01 Base
======================================================== */ 

:root {
  --color-primary: #2264AF;
  --color-primary-light: #d0e1f3;
  --color-text: #333333;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-link: #1f5189;
  --color-link-visited: #551a8b;
  --color-focus: #2171cc;
  --color-border: #cccccc;
  --color-border-muted: #aaaaaa;
  --color-danger: #cc0000;
  --color-error: #c1321e;
  --color-teal: #005a64;
  --color-bg-page: #edf5fc;
  --color-bg-light: #f0f7fd;
}

/*------------------------------------------------
   reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 22px;
  line-height: 1.8;
}
.txt_center{
	text-align: center;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: none;
    position: relative;
    z-index: 1;
}
:focus-visible {
  outline: auto var(--color-focus);
  outline-offset: 3px;
}
.facility-list a:focus-visible {
  outline-offset: 4px;
}
p {
  line-height: 1.8;
}
#contentsBox p + p {
  margin-top: 1.5em;
}
#contentsBox .newsBlock p + p {
  margin-top: 0;
}
#contentsBox a, #contentsBox p a {
  color: var(--color-text);
}
iframe {
  max-width: 100%;
}
.iframe iframe {
  width: 100% !important;
}
ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
  line-height: 1;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*---------- float ----------*/
.clearfix {
  display: flow-root;
}
/*------------------------------------------------
	html / body
------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
/*
  scroll-padding-top: 205px;
*/
}
body {
  width: 100%;
  color: var(--color-text);
  line-height: 2;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
/*------------------------------------------------
   base link
------------------------------------------------*/
a {
  color: var(--color-link);
  text-decoration: underline;
}
a:visited {
  color: var(--color-link-visited);
}
a:hover {
  color: var(--color-link);
  text-decoration: none;
}
a.ex_link {
  padding-right: 5px;
}
/*------------------------------------------------
   base text
------------------------------------------------*/
.container .txt_red, .redTxt, .cancel {
  color: var(--color-danger);
}
.red {
  color: var(--color-danger);
  font-weight: bold;
}
.greenTxt {
  color: #27793c;
}
.wait {
  color: var(--color-teal);
}
.err {
  color: var(--color-error) !important;
}
span.color1, span.kids_color1, span.ya_color1 {
  color: var(--color-danger);
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
span.color2, span.kids_color2, span.ya_color2 {
  color: var(--color-teal);
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
/*----------------------------------------------------------
	topicpath
----------------------------------------------------------*/
ul.topicpath {
  width: 100%;
  margin: 0;
}
ul.topicpath > li {
  display: inline-block;
  padding: 0px;
  margin: 0px
}
ul.topicpath > li:after {
  padding: 5px;
  content: ">";
}
ul.topicpath > li:last-child:after {
  content: " ";
}
ol#topicpath {
  width: 100%;
  margin: 0 0 20px 0;
}
ol#topicpath > li {
  display: inline-block;
  padding: 0px;
  margin: 0px
}
ol#topicpath > li a {
  color: var(--color-text);
}
ol#topicpath > li:after {
  padding: 5px;
  content: ">";
}
ol#topicpath > li:last-child:after {
  content: " ";
}
/*----------------------------------------------------------
	skip
----------------------------------------------------------*/
.skip {
  width: 1px;
  color: var(--color-text);
  font-size: 0.1%;
  line-height: 0;
  background-color: var(--color-white);
  position: absolute;
  left: -3000px;
  z-index: 9999;
}
a.skip {
  background-color: #eeeeee !important;
  color: var(--color-text) !important;
  text-align: center;
  padding: 5px 0;
  top: auto;
}
a.skip:active, a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 1.6rem;
  line-height: 1.8;
  top: 0;
  left: 0;
}
p.skip {
  position: absolute;
  left: -9999px;
}
.iframe p.skip {
  position: initial;
  left: initial;
  width: initial;
  color: initial;
  font-size: initial;
  line-height: initial;
  background: none;
  z-index: initial;
}
ul#skip {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
}
/* ========================================================
   02 Layout
======================================================== */
.wrapper {
/*  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;*/
	
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 100;
}
.container ul ul {
  margin-top: 0;
}
.container ul.link_list, .container ul.list_icon, .container ul.txt_list {
  padding: 0;
/*
  margin-top: 0;
*/
  margin-bottom: 1em;
}
.container ul.link_list li, .container ul.list_icon li, .container ul.txt_list li {
  margin: 0;
  padding: 0;
  list-style: none !important;
  padding-left: 26px;
  background: url("../images/icon_list01.svg") no-repeat;
  background-size: 16px;
  text-indent: 0;
  background-position: top 0.35em left;
}
.container ul.link_list li ol li, .container ul.list_icon li ol li, .container ul.txt_list li ol li {
    background: none;
    list-style-type: decimal !important;
    padding-left: 0;
}
.container ul.link_list li:before, .container ul.list_icon li:before, .container ul.txt_list li:before {
  content: none !important;
}
noscript div {
  text-align: center;
  background: var(--color-primary);
  margin: 20px auto 20px;
  padding: 5px;
  width: 960px;
  color: var(--color-white);
}
#top_wrap, #inner_wrap {
  padding-top: 20px;
    background-image: linear-gradient(to bottom, #EDF5FF 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: 100% 600px;
}
#inner_wrap{
    background:  url("../images/bg.svg"),linear-gradient(to bottom, #EDF5FF 0%, #fff 100%);
    background-repeat: repeat-y, no-repeat;
    background-size: auto, 100% 600px;
    background-position: top center, top center;
    padding-bottom: 100px;
}
#top_wrap {
  padding-top: 0;
    padding-bottom: 100px;
}
#top_wrap .container, #inner_wrap .container {
  margin: 0 auto 0;
  clear: both;
}
#inner_wrap .box_c p.layout_c {
  text-align: center;
}
.row {
  margin: 0 !important;
}
#top_wrap .md-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#top_wrap .box_l, #inner_wrap .box_l {
  padding-left: 0 !important;
}
#top_wrap .box_c {
  padding-left: 0 !important;
  padding-right: 0 !important;
    background: url("../images/bg.svg");
    background-repeat: repeat-y;
    background-position: top center;
}
#top_wrap .box_r_top {
  padding-right: 0 !important;
}
/* ========================================================
   03 Site Parts
======================================================== */
/*----------------------------------------------------------
	header
----------------------------------------------------------*/
header {
  background-color: var(--color-white);
}
header .container {
  margin: 0 auto;
  position: relative;
}
header .container .row {
  display: flex;
  align-items: center;
}
header .col {
  padding-left: 0;
}
header .container .col {
  float: none;
  padding: 10px 0;
}
header .md-9 {
  padding: 16px 0 0;
}
header .gnav_area_wrap{
    display: flex;
    justify-content: flex-end;
}
header .nav_upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav_upper .nav_upper_links ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
header .nav_upper .nav_upper_links ul li {
  display: flex;
  align-items: center;
}
header .nav_upper .nav_upper_links ul li + li:before {
  content: "|";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em;
  text-align: center;
}
header .nav_upper .nav_upper_links ul a {
  color: var(--color-text);
  text-decoration: none;
}
header .nav_upper .nav_upper_links ul a:hover {
  text-decoration: underline;
}
header .nav_upper .nav_upper_sns ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
header #gnav_area {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2em;
}
header #gnav_area #gnavi_pc{
    margin-top: 12px;
}
header #gnav_area #gnavi_pc .container{
	padding: 0;
}
header #gnav_area #gnavi_pc ul{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5em;
}
header #gnav_area #gnavi_pc ul li{
    list-style: none;
}
header #gnav_area #gnavi_pc ul li a{
	color: #333;
	text-decoration: none;
}
header #gnav_area #gnavi_pc ul li a.active{
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 4px;
}
header #gnav_area #gnavi_pc ul li a:hover{
	text-decoration: underline;
}
#sp_menu{
    aspect-ratio: 1 / 1;
    width: 66px;
}
  #sp_navi {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
    max-height: 110px;
    min-width: 66px;
  }
#sp_navi_login{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
    max-height: 110px;
    min-width: 66px;
}
  #sp_navi_login a {
    border: none;
    -webkit-font-smoothing: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-width: 58px;
    background: #2264AF;
    height: 100%;
    padding: 6px;
    border-radius: 8px;
    color: #fff;
  }
  #sp_navi_login img {
    height: 21px;
    margin: 6px 0 3px;
  }
  #sp_navi_login_label {
    font-size: 1.2rem;
    line-height: 1;
  }
  #sp_navi_box {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100vw;
    position: fixed;
    left: 0;
    height: 100%;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background: var(--color-primary);
/*
    max-height: calc(100vh - (2.5em * 2));
*/
  }
#sp_navi_box.open {
    opacity: 1;
    z-index: 1001;
    visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
  #panel-btn {
    border: none;
    -webkit-font-smoothing: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    color: var(--color-black);
    text-decoration: none;
    min-width: 58px;
    background: #2264AF;
    height: 100%;
    padding: 6px;
    border-radius: 8px;
  }
#panel-btn:hover {
    text-decoration: underline;
    color: #fff;
}
  #panel-btn #sp_navi_label {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 12%;
  }
  #panel-btn-icon {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -8px;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -10px;
  }
  #panel-btn-icon:after {
    margin-top: 8px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
  }
  #sp_navi_box .js-navCloseToggle {
    width: 100%;
	  max-width: 300px;
    border: none;
    display: block;
    padding: 0.75em 10px;
    color: var(--color-text);
	  cursor: pointer;
    margin: 0 auto 20px;
  }
#sp_navi_box .js-navCloseToggle:hover {
	text-decoration: underline;
}
  #sp_navi_box .js-navCloseToggle span {
    position: relative;
    padding-left: 20px;
    line-height: 1;
    color: var(--color-text);
  }
  #sp_navi_box .js-navCloseToggle span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: var(--color-black);
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  #sp_navi_box .js-navCloseToggle span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: var(--color-black);
    transform: rotate(-135deg);
    margin-top: -1px;
  }
header .nav_upper .nav_upper_sns ul li {
  margin-left: 20px;
  line-height: 0;
  list-style: none;
}
header .nav_upper .nav_upper_sns ul li a {
  display: block;
}
header .nav_upper .nav_upper_sns ul li img {
  width: 30px;
  height: auto;
}
header .search_btn {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: none;
  cursor: pointer;
    padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 0 6px 6px 0;
}
header .search_btn:hover {
    text-decoration: underline;
}
header .search_btn img {
  margin-left: 2px;
}
#header_logo {
  margin-right: 10px;
}
#header_logo img {
  width: 100%;
  max-width: 319px;
}
@media screen and (max-width: 1075px) {
  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .nav_upper .nav_upper_links ul a {
    font-size: 1.4rem;
  }
  #header_logo img {
    max-width: 210px;
  }
	header #gnav_area{
    margin-right: 1.5em;
	}
}
/*---------- header design_control ----------*/
#sp_navi_login {
  display: none;
}
.search_field {
  width: 13em;
  padding: 5px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  padding-left: 10px;
    border-radius: 6px 0 0 6px;
}
#header_search {
  float: right;
  display: flex;
  align-items: center;
}
.design_control {
  float: right;
}
.search_link_btn {
  width: auto;
  padding: 0 10px 0 0;
  float: left;
  margin: 0 0 0 20px;
}
.search_link_btn a {
  color: var(--color-text);
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
}
.search_link_btn a:hover {
  text-decoration: underline;
}
.search_btn a {
  color: var(--color-text);
}
#cse-search-box {
  float: left;
  display: flex;
  align-items: center;
}
#cse-search-box fieldset, #cse-search-box .form_cont, #cse-search-box label {
  display: flex;
}
@media screen and (max-width: 1075px) {
  .search_link_btn a {
    font-size: 1.4rem;
  }
  #cse-search-box fieldset {
    font-size: 1.4rem;
  }
}
/*---------- bookSearch ----------*/
#bookSearch_area .container {
  display: flex;
    align-items: center;
    gap: 40px;
}
#bookSearch_area .container:before,
#bookSearch_area .container:after{
	content: none;
}
#bookSearch, #d_libSearch {
  text-align: center;
  width: 100%;
    justify-content: flex-start;
    align-items: center;
  position: relative;
    display: flex;
}
#bookSearch_area {
	background: linear-gradient(#fff, #EDF5FF);
    padding: 20px 0;
}
#d_libSearch {
  background: var(--color-primary-light);
}
#bookSearch div, #d_libSearch div {
  line-height: 1.2;
  padding: 0;
    width: stretch;
    width: -webkit-fill-available;
	  width: inherit;
}
p.bookSearch_title:before {
  content: url(../images/icon_search.svg);
  margin-right: .3em;
  color: var(--color-white);
    line-height: 0;
}
p.d_libSearch_title:before {
  content: url(../images/icon_d_libSearch.svg);
  margin-right: .3em;
  color: var(--color-primary);
}
p.bookSearch_title {
    width: auto;
    color: #333;
  font-weight: bold;
  display: flex;
    align-items: center;
    font-size: 2.2rem;
    margin-right: 30px;
    text-align: left;
    min-width: 9em;
}
p.d_libSearch_title {
  text-align: left;
  color: var(--color-primary);
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#bookSearch_area .btn_login_head{
    width: auto;
}
#bookSearch_area .btn_login_head a{
    background: var(--color-primary);
    display: flex;
    color: #fff;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    padding: 7px;
    border-radius: 8px;
    text-decoration: none;
}
#bookSearch_area .btn_login_head a:hover{
	text-decoration: underline;
}
#bookSearch_area .btn_login_head a span{
	margin-left:4px; 
}
.bookSearch_link, .d-bookSearch_link {
    width: auto;
    margin-right: 20px;
    text-align: left;
    min-width: 6em;
}
.bookSearch_link a, .bookSearch_link a:visited {
    color: #333;
    text-decoration: none;
}
.bookSearch_link a:hover, .bookSearch_link a:visited:hover {
	text-decoration: underline;
}
.d-bookSearch_link a, .d-bookSearch_link a:visited {
  color: var(--color-primary);
  font-size: 80%;
}
#bookSearch .bookSearch_field p strong, #d_libSearch .bookSearch_field p strong {
  font-size: 90%;
  text-align: left !important;
  font-weight: normal;
}
#bookSearch .bookSearch_link a, #bookSearch_sp .bookSearch_link a, #d_libSearch .bookSearch_link a, #d_libSearch_sp .bookSearch_link a {
}
#bookSearch .bookSearch_link .arrow::before, #bookSearch .bookSearch_link .arrow::after, #bookSearch_sp .bookSearch_link .arrow::before, #bookSearch_sp .bookSearch_link .arrow::after {
  border-left: 4px solid var(--color-white);
}
#d_libSearch .d-bookSearch_link .arrow::before, #d_libSearch .d-bookSearch_link .arrow::after {
  border-left: 4px solid var(--color-primary) !important;
}
#bookSearch form, #d_libSearch form {
  display: flex;
  align-items: center;
  gap: 0px;
}
#bookSearch .formTxt, #d_libSearch .formTxt {
  width: 80%;
  min-height: 2em;
  margin: 0 auto;
  border: 2px solid #2264AF !important;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
    border-radius: 8px 0 0 8px;
  font-size: 1.6rem;
    padding: 12px 5px;
}
#bookSearch .booksearch_btn, #bookSearch_sp .booksearch_btn, #d_libSearch .d_libsearch_btn, #d_libSearch_sp .d_libsearch_btn {
  font-weight: bold;
  cursor: pointer;
  border: none;
  min-height: 2em;
  min-width: 80px;
  display: block;
  margin: 0 !important;
  vertical-align: middle;
  flex-shrink: 0;
  font-size: 1.6rem;
}
#bookSearch .booksearch_btn, #bookSearch_sp .booksearch_btn {
  color: #fff;
  background: var(--color-primary);
    border-radius: 0 8px 8px 0;
    padding: 11px 5px !important;
}
#d_libSearch .d_libsearch_btn, #d_libSearch_sp .d_libsearch_btn {
  color: var(--color-white);
  background: var(--color-primary);
  white-space: nowrap;
}
#bookSearch .booksearch_btn:hover, #bookSearch_sp .booksearch_btn:hover, #d_libSearch .d_libsearch_btn:hover, #d_libSearch_sp .d_libsearch_btn:hover {
  text-decoration: underline;
}
#bookSearch .bookSearch_field p strong {
  font-size: 1.5rem;
  text-align: left !important;
  font-weight: normal;
}
#bookSearch .search_btn, #bookSearch_sp .search_btn {
  color: var(--color-white);
  background: var(--color-primary);
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  margin: 5px 0;
  border: none;
  border-radius: 6px;
}
#bookSearch .search_btn:hover, #bookSearch_sp .search_btn:hover {
  background-color: #357166;
}
/*---------- global menu ----------*/
nav#gnavi {
  width: 100%;
    padding: 40px 20px;
}
nav#gnavi .container {
  margin: 0 auto;
  position: relative;
  padding: 0;
}
nav#gnavi .container ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
nav#gnavi .container li {
  display: flex;
  text-align: center;
    width: calc(100% / 5);
    align-items: flex-start;
}
nav#gnavi li.has_child{
    flex-wrap: wrap;
    align-items: center;
}
nav#gnavi li.has_child a{
	width: auto !important;
}
nav#gnavi li.has_child > a{
	margin-right: 14px !important;
}
nav#gnavi .main_nav li{
    justify-content: center;
}
nav#gnavi .main_nav .child_nav li{
    justify-content: left;
}
nav#gnavi .child_nav{
}
nav#gnavi span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: .2em;
}
nav#gnavi .container li[id^="gnav"] > a,
nav#gnavi .container li[id^="spnav"] > a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.8;
  padding: 10px;
  font-weight: bold;
    color: #fff;
}
nav#gnavi .container li[id^="gnav"] > a img {
  margin-left: 2px;
}
nav#gnavi .container li a:hover, nav#gnavi .container li a.active {
  text-decoration: underline;
}
#sp_opac_navi {
  display: none;
}
nav#gnavi .container ul.sub_nav{
    gap: 1em;
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 40px;
    justify-content: flex-start;
}
nav#gnavi .container ul.sub_nav li{
    width: calc(100% / 4 - 1em);
}
nav#gnavi .container ul.sub_nav li a{
	color: #fff;
    text-align: left;
	display: inline-block;
}
nav#gnavi .container ul.sub_nav li a{
	text-decoration: none;
    padding: 10px;
}
nav#gnavi .container ul.sub_nav li a:hover{
	text-decoration: underline;
}
nav#gnavi .container ul.sub_nav li.has_child{
}
nav#gnavi .container ul.sub_nav li.has_child a:before{
	content: "";
	display: block;
}
nav#gnavi .container ul li.has_child .child_nav{
	display: flex;
    flex-direction: column;
    margin-left: 1.5em;
}
nav#gnavi .container ul li.has_child .child_nav li{
	width: 100%;
    text-align: left;
}
nav#gnavi .container ul li.has_child .child_nav li:before{
	content: "";
	display: inline-block;
	width: 6px;
    min-width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
    margin-right: 8px;
    margin-top: 1em;
}
nav#gnavi .container ul li.has_child .child_nav li a{
	display: inline-block;
	color: #fff;
    padding: 4px;
	margin-right: 0;
    text-decoration: none;
}
nav#gnavi .container ul li.has_child .child_nav li a:hover{
	text-decoration: underline;
}
.child_nav_toggle {
  position: relative;
  width: 32px;
  height: 32px;
    border: none;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.child_nav_toggle_icon::before,
.child_nav_toggle_icon::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
    background: var(--color-primary);
}

.child_nav_toggle_icon::after {
  transform: rotate(90deg);
}

.has_child.child_open .child_nav_toggle_icon::after {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
@media screen and (max-width: 1075px) {
  nav#gnavi .container li[id^="gnav"] > a,
  nav#gnavi .container li[id^="spnav"] > a {
    font-size: 1.4rem;
  }
  nav#gnavi .container li[id^="gnav"]:last-child > a,
  nav#gnavi .container li[id^="spnav"]:last-child > a {
    padding-right: 0;
  }
}
/*------------------------------------------------
   footer
------------------------------------------------*/
footer {
  background: url("../images/bg_footer.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  clear: both;
    padding: 60px 0;
	position: relative;
}
footer .container {
  margin: 0 auto;
}
footer .container a {
  color: #333;
	text-decoration: none;
    display: inline-block;
}
footer .container a:hover {
	text-decoration: underline;
}
footer .container li {
  display: inline;
  color: var(--color-text);
  margin-left: 10px;
}
footer .container li::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 10px;
  position: relative;
    top: 0.25rem;
  width: 1px;
}
footer .container li:first-child::before {
	content: none;
}
footer .container .lib_block{
    display: flex;
    gap: 40px;
}
footer .container .lib_box .lib_name{
	font-size: 2.0rem;
    font-weight: bold;
}
p#ftr_name {
  clear: both;
  font-size: 2.4rem;
  font-weight: bold;
	color: var(--color-primary);
    margin-bottom: 10px;
}
#ftr_r {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
}
#ftr_r ul {
  padding: 0;
}
#ftr_r img {
  max-width: 182px;
}
#copyright {
  font-size: 1.6rem;
}
footer .footer_sitemap .sitemap_col {
  background: var(--color-bg-page);
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  float: left;
  margin: 0;
  width: 100%;
}
footer .container ul.sitemap_col li:first-child {
  margin-left: 0 !important;
}
footer .container ul.sitemap_col li:before {
  content: none;
}
footer .footer_sitemap .sitemap_col .sitemap_col_li {
  width: 25%;
  padding-right: 1.5em;
  margin: 0;
}
footer .container .sitemap_col li {
  margin: 0 0 1em 0;
  display: block;
}
footer .container .sitemap_col li:last-child {
  margin: 0;
}
footer .container .sitemap_col li a {
  color: var(--color-text);
}
footer .container .sitemap_col li a img {
  margin-left: 2px;
}
footer .footer_txt_area {
  display: flex;
  justify-content: space-between;
      padding: 40px;
    border-radius: 12px;
    background: #fff;
}
footer .footer_txt_area .md-7 {
  padding-left: 0;
}
footer .footer_txt_area .md-5 {
  padding-right: 0;
}
/*---------- pagetop ----------*/
.pagetop {
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 0;
  text-align: right;
    position: absolute;
    top: -70px;
    right: 60px;
}
.pagetop a {
  text-decoration: none;
  color: var(--color-white);
  display: inline-block;
}
@media (max-width: 1075px) {
	.pagetop{
    right: 20px;
	}
}
/* ========================================================
   04 Components
======================================================== */
/*------------------------------------------------
   content common
------------------------------------------------*/
#inner_wrap h1 {
  border-bottom: 2px solid var(--color-primary);
  background: none;
  margin: 0;
  border-left: none;
  font-weight: bold;
  padding: 0 0 16px !important;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.index #inner_wrap h1::before {
  content: none;
}
#inner_wrap h1 span {
  font-size: 1.2rem;
}
#inner_wrap h1.ico_news, #inner_wrap h1.ico_event {
  border-bottom: 2px solid var(--color-primary);
  background: none;
  margin: 0;
  border-left: none;
  font-weight: bold;
  padding: 0 0 18px !important;
}
#inner_wrap h1.ico_news::before {
  content: none;
}
#inner_wrap h1.ico_event::before {
  content: none;
}
h2 {
    background: var(--color-primary);
    color: #fff;
    border-radius: 12px;
  padding: 10px 15px 10px 15px;
  font-size: 2.0rem;
  margin-top: 2em;
  margin-bottom: 0.7em;
  clear: both;
  line-height: 1.8;
}
h3 {
  padding: 5px 10px 5px 10px;
  font-size: 1.8rem;
  margin: 1.8em 0 0.7em;
  clear: both;
  border-left: var(--color-primary) solid 3px;
  border-bottom: var(--color-border) dotted 1px;
  line-height: 1.8;
}
h4 {
  font-size: 1.8rem;
  margin: 1.2em 0 0.7em;
  padding: 10px 10px 10px 0px;
  border-bottom: solid 3px var(--color-primary-light);
  position: relative;
  line-height: 1.8;
}
h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color-primary);
  bottom: -3px;
  width: 20%;
}
h5 {
  font-weight: bold;
  margin: 1.8em 0 0.7em;
  font-size: 1.6rem;
  color: var(--color-primary);
}
p.leadTxt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20px;
  color: #3f2b0c;
}
/*------------------------------------------------
   UI Parts
------------------------------------------------*/
/*---------- icon ----------*/
.arrow {
  position: relative;
  padding: 0 0 0 6px;
  vertical-align: middle;
  font-size: 1.6rem;
}
.arrow-up.icon {
  color: var(--color-text);
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  width: 1px;
  height: 16px;
  background-color: currentColor;
}
.arrow-up.icon:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
span.icn-no {
  display: none;
}
span.ic_eve, span.ic_gn, span.ic_bn, span.ic_pl, span.ic_bl, span.ic_pk, span.ic_rd, span.ic_ye, span.ic_bk, span.ic_important {
  font-size: 1.2rem !important;
  font-weight: normal;
  border-radius: 6px;
  white-space: nowrap !important;
  color: var(--color-white);
  padding: .2em .5em;
  min-height: 2em;
  margin-left: 5px;
  text-decoration: none;
  line-height: 2.4rem;
}
span.ic_eve {
  background: #005a64;
}
span.ic_gn {
  background: #258600;
}
span.ic_bn {
  background: #a76425;
}
span.ic_pl {
  background: #650086;
}
span.ic_bl {
  background: #004986;
}
span.ic_pk {
  background: #a4005b;
}
span.ic_rd {
  background: #a40000;
}
span.ic_ye {
  background: #68610a;
}
span.ic_bk {
  background: #555555;
}
span.ic_important {
  background: var(--color-danger);
}
/*---------- button ----------*/
.btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 30%;
  color: var(--color-white);
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    border-radius: 8px;
}
.btn:hover {
  color: var(--color-primary) !important;
  background-color: var(--color-white) !important;
  border: 2px solid var(--color-primary);
    text-decoration: underline;
}
/*---------- button arrow ----------*/
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black);
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-bottom: 4px;
    transition: 0.4s;
  background: #2264AF url("../images/icon_arrow_wh.svg");
	background-repeat: no-repeat;
	background-size: 9px 14px;
	background-position: center right 16px;
}
.btn-arrow:hover {
	background-position: center right 10px;
}
.arrow-icon {
  width: 14px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.btn-arrow:hover .arrow-icon {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}
/*---------- apply_url ----------*/
.apply_url_tx {
  text-align: left;
  margin-top: 2em;
  margin-bottom: .5em;
}
.td-data.apply_url {
  text-align: left;
}
.td-data.apply_url a {
  background: var(--color-primary);
  color: var(--color-white) !important;
  text-decoration: none;
  padding: 0.9rem 2.75rem;
  display: inline-block;
  text-align: center;
  min-width: 30%;
}
.td-data.apply_url a:hover {
  text-decoration: underline;
}
/*------------------------------------------------
   table
------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
/*
  table-layout: fixed;
*/
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  margin: 1.5em auto;
  width: 99%;
}
table caption {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 2px;
  font-weight: bold;
}
table span {
  font-weight: normal;
}
table th {
  font-weight: bold;
  padding: 10px;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  font-size: inherit;
  min-width: 14%;
  text-align: left;
  vertical-align: middle;
}
table td {
  font-weight: normal;
  padding: 10px;
  background-color: var(--color-white);
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-size: inherit;
  vertical-align: middle;
  line-height: 1.8;
}
th.number {
  width: 7% !important;
  min-width: 7% !important;
}
/*------------------------------------------------
   contact form
------------------------------------------------*/
/* contact form focus */
.contentIn input:focus, .contentIn textarea:focus, .contentIn select:focus {
  outline: auto var(--color-focus) !important;
  outline-offset: 3px;
}
.contact_form dt, .contact dt {
  border-bottom: 2px solid var(--color-primary);
  font-size: 120%;
  font-weight: bold;
  margin: .25em 0 .25em;
    margin-top: 1.25em;
}
.contact_form dt label strong, .contact dt label strong {
    font-weight: bold;
    color: var(--color-danger);
}
.contact_form input[type=text], .contact_form textarea, .contact input[type=text], .contact textarea {
  background-color: var(--color-white);
  border: solid 1px var(--color-border);
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 38px;
  outline: 0;
  margin: .5em 0;
  padding: 3px 10px;
  transition: background-color .1s linear;
  width: 70%;
}
.contact_form select, .contact select {
  background-color: var(--color-white);
  border: solid 1px var(--color-border);
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  height: 38px;
  outline: 0;
  margin: .5em 0;
  padding: 3px 10px;
  width: 30%;
  cursor: pointer;
  background-image: url("../images/icon_select.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.confirmCK{
    margin-top: 3em;
}
/*------------------------------------------------
   tab
------------------------------------------------*/
.header_search .tab_area .tab_content {
  display: none !important;
  line-height: 1.8;
}
.header_search .tab_area .tab_content a {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: var(--color-text);
}
.header_search .tab_area .tab_content a img {
  margin-left: 2px;
}
.header_search .tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
.eventBlock .tab_area .tab_content {
  display: none !important;
}
.eventBlock .tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
.newsBlock .btnList a, .eventBlock .btnList a, #contentsBox .newsBlock .btnList a, #contentsBox .eventBlock .btnList a, .ya .btnList a, .ya #contentsBox .btnList a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
	width: 100%;
    max-width: 260px;
	border-radius: 8px;
    display: inline-block;
    padding: 7px 28px;
    transition: 0.2s;
}
.newsBlock .btnList a span, .eventBlock .btnList a span, #contentsBox .newsBlock .btnList a span, #contentsBox .eventBlock .btnList a span, .ya .btnList a, .ya #contentsBox .btnList a span {
	margin: 0;
	font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eventBlock .tab_nav {
  display: flex;
  gap: 2px;
	background: #EAEAEA;
    margin-bottom: 20px;
	border-radius: 200px;
}
.eventBlock .tab_nav .tab_switch {
  display: block;
  text-align: center;
  color: var(--color-text);
  text-decoration: none;
  font-size: 1.6rem;
  padding: 10px 3px;
  width: calc(100% / 3);
  line-height: 1.8;
  background: none;
  cursor: pointer;
  border: none;
    font-weight: bold;
	position: relative;
}
.eventBlock .tab_nav .tab_switch.active {
  background-color: var(--color-primary);
  color: var(--color-white);
    border-radius: 200px;
}
.eventBlock .tab_nav .tab_switch.active::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid var(--color-primary);
  border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*------------------------------------------------
   accordion
------------------------------------------------*/
.box_acc {
  margin-top: 16px;
}
.box_acc .js-Toggle {
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  color: var(--color-white);
  background: #2264AF;
  justify-content: flex-start;
  padding: 12px 46px 12px 12px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.box_acc .Toggle_content {
  display: none;
  padding: 10px;
  background: var(--color-bg-light);
}
.box_acc .js-Toggle .icon_btn_open {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.box_acc .js-Toggle .icon_btn_close {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.box_acc.is-open .js-Toggle .icon_btn_open {
  display: none;
}
.box_acc.is-open .js-Toggle .icon_btn_close {
  display: block;
}
.faq_area .box_acc .js-Toggle {
  padding-left: 3em;
}
.faq_area .box_acc .js-Toggle:before {
  content: "Q";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 10px;
  font-size: 2.4rem;
    line-height: 1;
}
/*------------------------------------------------
   pagination
------------------------------------------------*/
.newsBlock ul, .eventBlock ul, .sakuhinArea_page ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.newsBlock ul.newsArea_pageList, .eventBlock ul.eventArea_pageList, .sakuhinArea_page ul.sakuhinArea_pageList {
  display: flex;
  gap: 1em;
  margin-left: 1.5em;
  overflow-wrap: normal;
}
.newsBlock ul.newsArea_pageList li, .eventBlock ul.eventArea_pageList li, .sakuhinArea_page ul.sakuhinArea_pageList li {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}
.newsBlock ul.newsArea_pageList li.page_current, .eventBlock ul.eventArea_pageList li.page_current, .sakuhinArea_page ul.sakuhinArea_pageList li.page_current {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0 8px;
}
.newsBlock ul.newsArea_pageList li a, .eventBlock ul.eventArea_pageList li a, .sakuhinArea_page ul.sakuhinArea_pageList li a {
  padding: 0;
  text-decoration: underline;
}
.newsArea_page, .eventArea_page, .sakuhinArea_page {
  overflow: hidden;
  padding: 10px 4px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.newsArea_page .newsArea_pagenum a, .eventArea_page .eventArea_pagenum a, .sakuhinArea_page .sakuhinArea_pagenum a {
  color: var(--color-text);
  display: block;
  width: 100%;
}
.newsBlock ul li.newsArea_pagenum, .eventBlock ul li.eventArea_pagenum, .sakuhinArea_page ul li.sakuhinArea_pagenum {
  display: none;
}
/* お知らせ&重要なお知らせ */
.newsBlock ul li.newsArea_pagenum:first-child, /* 先頭 */ .newsBlock ul li.newsArea_pagenum:last-child, /* 最後 */ .newsBlock ul li.newsArea_pagenum.page_current, /* カレント */ .newsBlock ul li.newsArea_pagenum:has(+ .newsArea_pagenum.page_current), /* カレントの1つ前 */ .newsBlock ul li.newsArea_pagenum.page_current + .newsArea_pagenum, /* カレントの1つ後 */ /* イベント */
.eventBlock ul li.eventArea_pagenum:first-child, /* 先頭 */ .eventBlock ul li.eventArea_pagenum:last-child, /* 最後 */ .eventBlock ul li.eventArea_pagenum.page_current, /* カレント */ .eventBlock ul li.eventArea_pagenum:has(+ .eventArea_pagenum.page_current), /* カレントの1つ前 */ .eventBlock ul li.eventArea_pagenum.page_current + .eventArea_pagenum, /* カレントの1つ後 */ /* アーカイブ */
.sakuhinArea_page ul li.sakuhinArea_pagenum:first-child, /* 先頭 */ .sakuhinArea_page ul li.sakuhinArea_pagenum:last-child, /* 最後 */ .sakuhinArea_page ul li.sakuhinArea_pagenum.page_current, /* カレント */ .sakuhinArea_page ul li.sakuhinArea_pagenum:has(+ .sakuhinArea_pagenum.page_current), /* カレントの1つ前 */ .sakuhinArea_page ul li.sakuhinArea_pagenum.page_current + .sakuhinArea_pagenum { /* カレントの1つ後 */
  display: flex;
}
/* カレントの1つ前で、先頭または2番目の要素でない場合 */
.newsBlock ul li.newsArea_pagenum:has(+ .newsArea_pagenum.page_current):not(:first-child):not(:nth-child(2))::before, .eventBlock ul li.eventArea_pagenum:has(+ .eventArea_pagenum.page_current):not(:first-child):not(:nth-child(2))::before, .sakuhinArea_page ul li.sakuhinArea_pagenum:has(+ .sakuhinArea_pagenum.page_current):not(:first-child):not(:nth-child(2))::before {
  content: '...';
  margin-right: 1em;
  padding-right: 4px;
}
/* カレントの1つ後で、最後または最後から2番目の要素でない場合 */
.newsBlock ul li.newsArea_pagenum.page_current + .newsArea_pagenum:not(:last-child):not(:nth-last-child(2))::after, .eventBlock ul li.eventArea_pagenum.page_current + .eventArea_pagenum:not(:last-child):not(:nth-last-child(2))::after, .sakuhinArea_page ul li.sakuhinArea_pagenum.page_current + .sakuhinArea_pagenum:not(:last-child):not(:nth-last-child(2))::after {
  content: '...';
  margin-left: 1em;
  padding-left: 4px;
}
/* ========================================================
   05 Pages
======================================================== */
/*------------------------------------------------
   slide
------------------------------------------------*/
#mainVisual {
  position: relative;
	margin-bottom: 0;
}
.slidewrap {
  width: 100%;
  overflow: hidden;
}
ul.slides {
  padding-left: 0;
}
.slides li {
  list-style: none !important;
}
#mainVisual .slides li {
  display: block;
/*
  overflow: hidden;
  aspect-ratio: 1054 / 340;
*/
    aspect-ratio: 850 / 400;
}
#mainVisual .slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    border-radius: 8px;
    box-sizing: border-box;
    border: 4px solid #2364af;
}
/*---------- usemenu_link ----------*/
.usemenu_link {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
p.usemenu_title {
  font-size: 1.8rem;
  border-left: 5px solid var(--color-primary);
  background-color: #cdf7d2;
  padding: 0 0 7px 0;
  text-align: center;
}
p.usemenu_title:before {
  content: url(../images/icon_usermenu.svg);
  margin: 10px 5px;
  position: relative;
  top: 8px;
}
.usemenu_box_title {
  background-color: #b9d530;
  border-bottom: 3px solid #8ba024;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3px 10px 10px 10px;
}
.usemenu_link li {
  background-color: #f0fcef;
  margin-top: 0;
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 2px;
}
.usemenu_link li a {
  position: relative;
  display: block;
  padding: 3px 3px 3px 10px;
  color: var(--color-text);
  font-size: 1.5rem;
  text-decoration: none;
  vertical-align: middle;
  min-height: 50px;
}
.usemenu_link li.topl-01 a::before {
  content: url(../images/icon_mypage.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li.topl-02 a::before {
  content: url(../images/icon_newbook.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li.topl-03 a::before {
  content: url(../images/icon_best.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li.topl-04 a::before {
  content: url(../images/icon_recommend.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li.topl-05 a::before {
  content: url(../images/icon_magazine.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li.topl-06 a::before {
  content: url(../images/icon_newspaper.svg);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.usemenu_link li a:hover {
  text-decoration: underline;
}
/*---------- keyword ----------*/
.keywordBlock {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}
.keyword_title {
  padding: 0 15px 7px 0;
  text-align: center;
  font-size: 2rem !important;
  margin-top: 0;
  background: transparent;
}
.keyword_title:before {
  content: url(../images/icon_search.svg);
  margin: 10px 0px 10px 5px;
  position: relative;
  top: 8px;
  left: -5px;
}
.title_keywordList {
  margin-top: 10px;
}
.title_keywordList li {
  float: left;
  background-color: var(--color-white);
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 50px;
  border: 0;
  list-style: none !important;
}
.title_keywordList li a {
  display: block;
  padding: 0.2em 0.8em;
  font-size: 1.5rem;
}
.title_comment {
  background: #eaeaea;
  padding: 5px;
}
.ind_searchCommentBox {
  margin-top: 20px;
}
.ind_searchCommentBox p {
  margin-top: 1em;
}
div.pagelink_list, div#pagelink_list, .archiveList {
  margin: 15px 0;
    padding: 10px 20px;
    background-color: #EDF5FF;
    border-radius: 12px;
}
div.pagelink_list ul, div#pagelink_list ul, .archiveList ul {
  padding-left: 0;
}
.archiveList li, div.pagelink_list li, div#pagelink_list li, .archiveList li {
  margin-right: 20px;
  float: left;
  list-style: none !important;
  padding-left: 26px;
  background: url(../images/icon_list02.svg) no-repeat;
  background-size: 16px;
  text-indent: 0;
  background-position: top 0.35em left;
}
.archiveList li a:hover, div.pagelink_list li a:hover, div#pagelink_list li a:hover{
	text-decoration: none;
}
div.childpage_list, div#childpage_list{
    margin: 15px 0 45px;
    padding: 10px 20px;
    border-radius: 12px;
    border: 2px solid #2264AF;
}
div.childpage_list ul, div#childpage_list ul{
	    padding-left: 0;
}
div.childpage_list li, div#childpage_list li {
  margin-right: 20px;
  float: left;
  list-style: none !important;
    border: none;
  padding-left: 26px;
  background: url(../images/icon_list01.svg) no-repeat;
  background-size: 16px;
  text-indent: 0;
  background-position: top 0.35em left;
}
div.childpage_list li a, div#childpage_list li a{
	text-decoration: underline;
}
div.childpage_list li a:hover, div#childpage_list li a:hover{
	text-decoration: none;
}
ul.normal {
  margin: 15px 0;
}
ul.normal li {
  list-style-type: disc !important;
  margin-left: 1em;
}
ul.txt_list {
  margin: 15px 0;
}
ul.txt_list li {
  padding: 0 0 0 1em;
  text-indent: -.5em;
}
ul.txt_list > li:before {
  content: url(../images/icon_txt_list.svg);
  position: relative;
  top: 0;
  margin-right: 5px;
}
ul.txt_list li .point_list li {
  padding-left: 20px;
  background: url(../images/icon_list.svg) no-repeat left 15px;
}
ul.point_list, p.point_list {
  margin-bottom: 10px;
}
ul.point_list li, p.point_list li {
  background: url(../images/icon_list.svg) no-repeat left 8px;
  padding-left: 10px;
}
ul.data_list {
  margin: 15px 0;
}
ul.data_list li {
  margin-bottom: 6px;
  padding: 2px 0 0 1.5em;
  text-indent: -1.5em;
  border-bottom: 1px dotted var(--color-border);
}
ul.data_list li::before {
  content: url(../images/icon_data_list.svg);
  position: relative;
  top: 5px;
  margin-right: 10px;
}
ul.data_list li.d2 {
  margin-left: 30px;
}
ul.pdfList {
  margin: 15px 0;
  list-style: none !important;
  padding: 0;
}
ul.pdfList li {
  margin-bottom: 6px;
  padding: 2px 0 0 1.5em;
  text-indent: -1.5em;
  border-bottom: 1px dotted var(--color-border);
  list-style: none !important;
}
ul.pdfList li::before {
  content: url(../images/icon_data_list.svg);
  position: relative;
  top: 5px;
  margin-right: 10px;
}
table.document {
  line-height: 1.8;
}
table.document th {
  text-align: center;
}
table.document .thumb {
  width: 25%;
}
table.document img {
  width: 100px;
}
.box_c ol {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
ol.number {
  list-style-type: decimal !important;
  margin-top: 20px;
  margin-left: 20px;
}
ol.number li {
  padding-bottom: 5px;
}
div.txt_box01 {
  background-color: #ffede6;
  margin-bottom: 20px;
  padding: 1em .5em;
  border: 1px solid #b22d00;
}
div.txt_box02 {
  background-color: var(--color-white);
  margin-bottom: 20px;
  padding: .5em;
  border: 1px solid #3b8806;
}
/*---------- calendar ----------*/
.lib_cal_area{
    margin: 10px 0 30px;
}
.calendar_area{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.calendar_title_area{
    margin-right: 10px;
}
.calendar_area .tit01 {
  font-size: 2.8rem;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-right: 1em;
}
.calendar_area .tit01 span {
  font-size: 1.4rem;
  margin-top: 4px;
}
.calendar_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
    height: 100%;
    flex-direction: column;
}
.calendar_data h2 {
  background-color: transparent;
  padding: 0;
  font-size: 1.8rem;
  margin: 0;
}
.calendar_data .status-heading {
  margin: 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}
.calendar_data .today_txt span{
    background: #2264AF;
    border-radius: 200px;
    padding: 4px 1.2em;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.calendar_data .opac_calendar {
  margin: 0;
  background-color: var(--color-primary);
  text-align: center;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 200px;
  padding: 6px 16px;
  max-height: 44px;
  line-height: 1.75;
}
.calendar_data .opac_calendar a {
  color: var(--color-white);
}
@media (max-width: 1075px) {
	.calendar_area{
    flex-direction: column;
        gap: 20px;
	}
	.calendar_data{
    flex-direction: row;
    justify-content: center;
		gap: 20px;
	}
}
/* スマホ: 縦並び */
@media (max-width: 767px) {
  .calendar_data {
    flex-direction: column;
    align-items: flex-start;
  }
  .calendar_data .opac_calendar {
    align-self: flex-start;
  }
}
/*---------- facility ----------*/
.tit-facility {
  display: block;
    font-size: 1.8rem;
  color: var(--color-text);
  line-height: 1.8;
}
.data-facility {
    font-size: 1.4rem;
}
.facility-list {
  display: grid;
    margin: 0;
    height: 100%;
/*
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
*/
    gap: 10px;
  padding: 0;
    grid-auto-flow: column;
    padding-left: 0;
}
.facility-list a {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 10px;
    padding-left: 88px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  text-decoration: none;
    position: relative;
}
.facility-list a:before {
	content: "";
	display: inline-block;
	width: 72px;
	height: 35px;
    background: url(../images/img_shiori.png) no-repeat;
    background-size: 72px auto;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.facility-list a:hover {
  text-decoration: underline;
}
.facility-list a span {
  color: #333;
}
.facility-list li {
  background: url(../images/icon_cal_open.svg) no-repeat 38px center #fff;
  display: table;
	border: 2px solid #2264AF;
    margin-left: 40px;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
    min-width: 285px;
}
.facility-list li:hover {
  box-shadow: none;
}
.facility-list .closed {
  background: url(../images/icon_cal_close.svg) no-repeat 38px center #F4F4F4;
    border: 2px solid #394E67;
}
.facility-list .closed a, .facility-list .closed .tit-facility {
  color: #333;
}
.facility-list .closed a:before {
	content: "";
	display: inline-block;
	width: 72px;
	height: 35px;
    background: url(../images/img_shiori_close.png) no-repeat;
    background-size: 72px auto;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.facility-list p.fltb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 45px;
  line-height: 1.8;
  text-decoration: none;
  font-weight: bold;
}
.lib_cal_links {
  width: 50%;
  margin: 20px 0 0;
}
.lib_cal_links ul {
  display: flex;
  height: 100%;
  gap: 20px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.lib_cal_links ul li {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3% - 10px);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lib_cal_links ul li.cal_links01 {
  background: url(../images/icon_kouminkan.svg) no-repeat center 20px var(--color-white);
}
.lib_cal_links ul li.cal_links02 {
  background: url(../images/icon_servicecenter.svg) no-repeat center 20px var(--color-white);
}
.lib_cal_links ul li.cal_links03 {
  background: url(../images/icon_opac_cal.svg) no-repeat center 20px var(--color-white);
}
.lib_cal_links ul li:hover {
  box-shadow: none;
}
.lib_cal_links ul li a {
  color: var(--color-primary);
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 75px 5px 4px;
}
.lib_cal_links ul li a:hover {
  text-decoration: underline;
}
.lib_cal_links ul li a .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.lib_cal_links ul li a .name img {
  margin-left: 2px;
}
.lib_cal_links ul li a .txt {
  font-size: 1.4rem;
}
.calendar_area .opac_cal_wrap{
    margin-left: 20px;
}
.calendar_area .opac_cal_wrap a{
	background: url(../images/icon_cal.svg) #fff no-repeat;
	border: 2px solid #2264AF;
    display: flex;
    flex-direction: column;
    background-position: center left 20px;
    padding: 10px 10px 10px 80px;
    border-radius: 6px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    color: #333;
}
.calendar_area .opac_cal_wrap a:hover{
	text-decoration: underline;
}
.calendar_area .opac_cal_wrap a p{
	font-size: 1.4rem;
}
.calendar_area .opac_cal_wrap a p.opac_calendar{
    font-size: 1.8rem;
    font-weight: bold;
}
.lib_info {
  margin-bottom: 20px;
}
.lib_info .title {
  padding: 0 15px 7px 0;
  text-align: center;
  font-size: 2rem !important;
  margin-top: 0;
  background: transparent;
}
.lib_info .title:before {
  content: url(../images/icon_mobilib.svg);
  margin: 10px 5px;
  position: relative;
  top: 8px;
}
.lib_info .status {
  background-color: #fbd1c7;
  text-align: center;
  padding: 5px;
}
.lib_info .notice {
  text-align: center;
  padding: 5px;
}
.lib_info .list {
  padding: 5px 10px;
}
.lib_info .list li {
  list-style: none !important;
}
.lib_info .list li::before {
  content: url(../images/icon_lib_info.png);
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.lib_info ul.link_list {
  padding-left: 15px;
}
ul.lib_info_menu {
  background-color: var(--color-white);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--color-border);
  border-top: none;
}
.banner_area {
  margin-top: 20px;
}
div#banner_area{
	width: 100%;
}
div#banner_area ul.slides {
  margin: 0 auto;
  display: flex;
  padding: 10px 0 0;
  flex-wrap: wrap;
	gap:20px;
}
div#banner_area .swiper-slide{
    width: calc((100% - 60px) / 4);
}
div#banner_area .swiper-slide a{
    border: 1px solid #333;
    border-radius: 12px;
}
div#banner_area .swiper-slide img {
  width: auto;
    border-radius: 12px;
}
/*------------------------------------------------
   NewsEvent
------------------------------------------------*/
h2.ico_news {
  background: none !important;
  padding: 0 !important;
  border-left: none !important;
  font-weight: normal !important;
  font-size: 2.8rem !important;
  margin-bottom: 0 !important;
  color: var(--color-text) !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.ico_news span {
    font-size: 2.6rem;
    font-weight: bold;
    background: url(../images/icon_news.svg);
    background-repeat: no-repeat;
    background-size: 26px 30px;
    background-position: left center;
    padding: 0 0 0 40px;
	margin: 0;
}
.newsBlock-important h2.ico_news span {
    font-size: 2.6rem;
    font-weight: bold;
    background: url(../images/icon_imp.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    padding: 0 0 0 40px;
	margin: 0;
}
h2.ico_news span.entxt {
  font-size: 2.8rem !important;
  margin-top: 0;
}
h2.ico_news span.jptxt {
  font-size: 1.4rem !important;
  margin-top: 4px;
}
h2.ico_event {
  background: none !important;
  padding: 0 0 20px !important;
  border-left: none !important;
  font-weight: normal !important;
  font-size: 2.8rem !important;
  margin-bottom: 0 !important;
  color: var(--color-text) !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.ico_event span {
    font-size: 2.6rem;
    font-weight: bold;
    background: url(../images/icon_event.svg);
    background-repeat: no-repeat;
    background-size: 23px 30px;
    background-position: left center;
    padding: 0 0 0 40px;
    margin: 0;
}
h2.ico_news_imp {
  background: #ffc1b9 !important;
  border-left: 4px solid var(--color-danger) !important;
}
.index .newsBlock.newsBlock-important .inner {
  display: flex;
}
.newsBlock.newsBlock-important {
  display: none;
  background: #ffe9e8;
    border-radius: 12px;
    padding: 30px;
  margin-top: 40px;
  margin-bottom: 0;
}
.newsBlock.newsBlock-important .btnList {
  display: none;
}
.newsBlock, .eventBlock {
  margin-bottom: 80px;
  position: relative;
  background: none;
}
.eventBlock{
  margin-bottom: 60px;
}
.bg_ill_section{
    background: url(../images/bg_ill.svg);
	background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 40px;
    background-position: top center;
}
.index .newsBlock{
    margin-top: 80px;
}
.index .newsBlock .news_area{
    display: flex;
    gap: 40px;
    align-items: center;
}
.index .newsBlock .ico_news{
    width: 6em;
	margin-top: 0;
}
.index .newsBlock-important .ico_news{
    width: 11em;
    color: #AF2222 !important;
}
.index .newsBlock ul{
    width: calc(100% - 6em - 40px);
    background: #fff;
    border-radius: 12px;
    padding: 25px 50px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
}
.index .newsBlock-important ul{
	background: none;
	padding: 0;
	box-shadow:none;
}
.index .newsBlock .btnList{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.index .eventBlock ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: flex-start;
}
.index .eventBlock ul li {
  padding: 0;
  width: calc(100% / 4 - 21px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.8;
  margin: 10px 0;
  border: none;
}
.index .eventBlock ul li:nth-child(n+5) {
  display: none;
}
.index .eventBlock ul li a {
  text-decoration: none;
  display: grid;
  grid-template: auto 1fr / auto;
  height: 100%;
  background-color: var(--color-white) !important;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  border-radius: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
}
.index .eventBlock ul li a:hover {
  box-shadow: none;
}
.index .eventBlock ul li .event_summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px;
}
.index .eventBlock ul li .event_summary p, .index .eventBlock ul li .event_summary span {
  text-indent: 0;
}
.index .eventBlock ul li .event_summary .date {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-text);
}
.index .eventBlock ul li .event_summary .data {
  color: var(--color-text);
  font-weight: bold;
  width: auto;
}
.index .eventBlock ul li .event_summary .linktit {
  color: var(--color-text);
}
.index .eventBlock ul li:hover .event_summary .linktit {
  text-decoration: underline;
}
.index .eventBlock ul li .event_summary .icn-new {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-width: 2.5em;
  margin-bottom: 2px;
  margin-top: 2px;
  color: var(--color-danger);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
}
.index .eventBlock ul li .event_summary span {
  text-decoration: none !important;
}
.index .eventBlock ul li a:hover .event_summary span {
  text-decoration: none !important;
}
.index .eventBlock ul li .event_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  text-indent: 0;
  margin-right: 0;
  max-width: none;
}
.index .eventBlock ul li .event_img:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.index .eventBlock ul li .event_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.index .eventBlock ul li .event_img:hover img {
  transform: scale(1.1); /* 拡大率（1.0 = 等倍） */
}
.index .eventBlock ul li .event_img.no_thumb img {
  object-fit: none;
  object-position: unset;
  background: var(--color-primary-light);
}
.eventBlock th {
  width: 16%;
}
p.no-data {
  padding: 0 .5em 1em;
}
.newsBlock .btnList, .eventBlock .btnList {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.newsBlock ul, .eventBlock ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.newsBlock ul li, .eventBlock ul li {
  list-style: none;
    border-bottom: 1px solid #eaeaea;
    padding: 1em 0;
}
.newsBlock ul li:first-child, .eventBlock ul li:first-child {
    border-top: 1px solid #eaeaea;
}
.newsBlock.detail_page ul li, .eventBlock.detail_page ul li {
  border: none;
  list-style: disc;
}
.newsBlock.detail_page ol li, .eventBlock.detail_page ol li {
  border: none;
  list-style: decimal;
}
.index .newsBlock ul li, .index .eventBlock ul li,
.index .newsBlock ul li:first-child, .index .eventBlock ul li:first-child,
.index .newsBlock ul li:last-child, .index .eventBlock ul li:last-child {
  border: none;
}
.newsBlock ul li a, .eventBlock ul li a {
  display: flex;
  gap: 1em;
  text-decoration: none;
}
.newsBlock ul.link_list li, .eventBlock ul.link_list li {
  border: none;
}
.newsBlock ul.link_list li a, .eventBlock ul.link_list li a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.newsBlock ul.link_list li a:hover, .eventBlock ul.link_list li a:hover {
  text-decoration: underline;
}
.eventBlock ul li .event_img {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  text-indent: 0;
  margin-right: 30px;
  display: block;
  aspect-ratio: 1 / 1;
}
.eventBlock ul li .event_img:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.eventBlock ul li .event_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0 0;
}
.eventBlock ul li .event_img.no_thumb img {
  object-fit: none;
  object-position: unset;
  background: var(--color-primary-light);
}
.eventBlock ul li .event_summary {
  display: flex;
  flex-direction: column;
}
#contentsBox .eventBlock ul li .event_summary .name {
  margin-top: 10px;
}
.newsBlock ul li .data, .eventBlock ul li .data {
  min-width: 180px; /* 日付エリア固定 */
}
.newsBlock ul li .data .date, .eventBlock ul li .data .date {
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  color: var(--color-text);
}
.newsBlock ul li a .name {
  font-size: 1.6rem;
  color: var(--color-text);
  flex: 1;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.newsBlock ul li a:hover .name, .eventBlock ul li a:hover .name {
  text-decoration: none;
}
.newsBlock dl, .eventBlock dl {
  padding: 0;
  overflow: hidden;
  line-height: 1.8;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.newsBlock dl:last-child, .eventBlock dl:last-child, .newsBlock_imp dl:last-child, .eventBlock_imp dl:last-child {
  border: none;
}
.newsBlock_imp dl, .eventBlock_imp dl {
  padding: 10px 0px;
  overflow: hidden;
  line-height: 1.8;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-border);
  background-color: #fde9e7;
}
.newsBlock dt, .eventBlock dt {
  background: none;
  margin-bottom: 0;
  font-weight: bold;
  width: 290px;
  display: flex;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid var(--color-border);
}
.newsBlock dt p.data, .eventBlock dt p.data {
  font-size: 100%;
  margin-right: 15px;
}
.newsBlock span.title:hover, .eventBlock span.title:hover {
  text-decoration: none;
}
.newsBlock span.title, .eventBlock span.title {
  font-size: 1.6rem;
  text-align: left;
}
.newsBlock a:hover span.title, .eventBlock a:hover span.title {
  text-decoration: underline;
}
.newsBlock span.icn-new, .eventBlock span.icn-new {
  color: var(--color-danger);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
}
.newsBlock span, .eventBlock span {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  min-width: 2em;
  margin-bottom: 2px;
  margin-top: 2px;
  display: inline-flex;
}
.newsBlock dd {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 1em;
  width: calc(100% - 290px);
  border-bottom: 1px solid var(--color-border);
}
.newsBlock dt:nth-last-child(2), .newsBlock dd:last-child {
  border-bottom: none;
}
.newsBlock dd a {
  color: var(--color-text);
}
#inner_wrap .box_c .newsBlock dd {
  margin: 0;
}
#inner_wrap .box_c .newsBlock .news_text + .news_link, #inner_wrap .box_c .newsBlock .news2_text + .news2_link {
  margin-top: 20px;
}
.eventBlock dd {
  margin: 0;
  padding-bottom: 20px;
}
.eventBlock span.ic_cat {
  background: var(--color-primary-light);
  padding: 0px 9px;
  color: var(--color-text);
  margin-right: 3px;
}
#inner_wrap .box_c .eventBlock dd {
  margin: 0;
}
.newsBlock caption, .eventBlock caption, .contentsBlock caption {
  line-height: 0;
  text-indent: -9999px;
}
.newsBlock table.tbl, .eventBlock table.tbl {
  margin: 20px 0 40px;
  width: 100%;
  border-top: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
.newsBlock table.tbl th, .eventBlock table.tbl th {
  font-weight: bold;
  padding: 8px 6px 8px 6px;
  background: #ffe3b9;
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  font-size: inherit;
  min-width: 14%;
  vertical-align: top;
}
.newsBlock table.tbl td, .eventBlock table.tbl td {
  font-weight: normal;
  padding: 3px 8px;
  background-color: var(--color-white);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  font-size: inherit;
}
.newsBlock table.tbl td .link_list li, .eventBlock table.tbl td .link_list li {
  font-size: 1.6rem;
  margin-left: 1em;
  border-bottom: none !important;
  padding: 0 0 0 5px !important;
}
.news_link, .news2_link, .news_file {
  margin: 0;
  padding: 0;
  list-style: none !important;
  padding-left: 26px;
  background: url(../images/icon_list01.svg) no-repeat;
  background-size: 16px;
  text-indent: 0;
  background-position: top 0.35em left;
}
.news_link a::before, .news2_link a::before, .news_file a::before {
  content: none;
}
.contentIn {
  background-color: var(--color-white);
  padding: 20px;
}
.contentIn img {
  max-width: 100% !important;
  height: auto !important;
}
.contentIn #contents {
  padding: 1em;
}
.contentIn .event_img img, .contentIn .td-data img {
  max-height: 400px;
}
.contentIn .td-data .caption {
  margin-bottom: 40px;
}
.flow {
  margin: 0px;
}
.flow li {
  float: left;
  white-space: nowrap;
  font-size: 1.6rem;
}
/*------------------------------------------------
   EventArea
------------------------------------------------*/
#eventarea {
  padding-top: 20px;
  margin-bottom: 20px;
}
#eventarea table {
  width: 100%;
  border-bottom: var(--color-border) solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}
#eventarea th {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
#eventarea td.icon {
  width: 10%;
  text-align: left;
}
#eventarea td img {
  vertical-align: -0.25em;
  margin-left: 5px;
}
#eventarea td .event_end {
  color: #f52124;
  font-weight: bold;
  margin-left: 10px;
}
/*---------- index ----------*/
.index .eventTitle {
  background: none;
  padding: 0px;
  color: var(--color-white);
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 480px;
}
.index .eventTitle .more {
  position: absolute;
  right: 10px;
  top: 10px;
}
.index #eventarea {
  clear: both;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px !important;
  background-color: var(--color-white);
}
.index #eventarea table {
  width: 100%;
  border-bottom: var(--color-border) solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.index #eventarea th {
  font-weight: bold;
  text-align: left;
  width: 33%;
}
.index #eventarea td.icon {
  width: 15%;
  text-align: left;
}
.index #eventarea td img {
  vertical-align: -0.25em;
  margin-left: 5px;
}
.event_end {
  color: #f52124;
  font-weight: bold;
  margin-left: 10px;
}
#news_day, #news2_day {
  color: #1f733a;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}
#news_title {
  background: url(../images/icon_news.svg) no-repeat left top #f7fce6;
  width: 685px;
  padding: 10px 0 6px 15px;
  font-size: 2.0rem;
  border-bottom: #cbe8b5 solid 1px;
  color: var(--color-text);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
}
.news_text {
  margin-bottom: 0;
}
.t-style01 caption {
  text-align: center;
  background-color: #357166;
  color: var(--color-white);
  padding: 5px;
  font-weight: bold;
}
.t-style01 caption.none {
  display: none;
}
.t-style01, .event_tblbox {
  line-height: 1.8;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.t-style01 th, .event_tblbox th {
  border-top: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-left: var(--color-border-muted) 1px dotted;
  border-right: var(--color-border-muted) 1px dotted;
  text-align: left;
  background: var(--color-bg-light);
  padding: 10px;
  font-weight: bold;
}
.event_tblbox th {
  width: 12%;
  text-align: center;
  letter-spacing: 0.1em;
}
.t-style01 td, .event_tblbox td {
  border-top: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-right: var(--color-border) 1px solid;
  text-align: left;
  padding: 0 5px;
}
.t-style01 .head01, .event_tblbox .head01 {
  text-align: center;
  background: #0068b6;
  color: var(--color-white);
  font-weight: bold;
  padding: 5px !important;
  line-height: 1.0;
}
.t-style02 {
  line-height: 1.8;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  text-align: center;
}
.t-style02 caption {
  text-align: center;
  background-color: #357166;
  color: var(--color-white);
  padding: 5px;
  font-weight: bold;
}
.t-style02 caption.none {
  display: none;
}
.t-style02 th {
  border-left: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-top: #277948 3px solid;
  border-right: var(--color-border-muted) 1px dotted;
  text-align: left;
  background: var(--color-bg-light);
  padding: 10px;
  font-weight: bold;
}
.t-style02 td {
  border-top: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-right: var(--color-border) 1px solid;
  border-left: var(--color-border) 1px solid;
  text-align: left;
  padding: 10px;
  background-color: var(--color-white);
}
.t-style02 .head01 {
  text-align: center;
  background: #0068b6;
  color: var(--color-white);
  font-weight: bold;
  padding: 5px !important;
  line-height: 1.0;
}
.info_list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
  height: 100%;
}
.info_list li a {
  display: grid;
  box-sizing: border-box;
  height: 100%;
  color: var(--color-text);
  background-color: #e3f0c7;
  border: 2px solid var(--color-white);
  padding: 2.5em 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  place-items: center;
  position: relative;
}
.info_list li a span {
  font-weight: normal;
  font-size: 1.4rem;
}
.info_list li a img {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.about_search_cont .search_box, .about_search_cont .g_search_box {
  background: #f2f8fd;
  padding: 20px;
  margin: 0 auto;
}
.about_search_cont .search_box h2, .about_search_cont .g_search_box h2 {
  margin: 0 0 0.7em;
  border: none;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat left center;
  background-size: 36px;
  padding-left: 50px;
    color: #333;
}
.about_search_cont .search_box .txts, .about_search_cont .g_search_box .txts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.about_search_cont .search_box .txts .search_link_btn, .about_search_cont .g_search_box .txts .search_link_btn {
  margin: 0 !important;
  float: none;
  padding: 0;
}
.about_search_cont .search_box .txts a, .about_search_cont .g_search_box .txts a {
  text-decoration: underline;
}
.about_search_cont .search_box .form_box form, .about_search_cont .g_search_box .form_box form {
  background-color: var(--color-white);
  border: none;
  height: auto;
  min-height: 3em;
}
.about_search_cont .search_box .form_box form label, .about_search_cont .g_search_box .form_box form label {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about_search_cont .search_box .form_box form .formTxt, .about_search_cont .g_search_box .form_box form .search_field {
  background: none;
  height: auto;
  min-height: 3em;
  padding: 0 1em;
  width: calc(100% - 142px);
    border: 2px solid #2264AF;
    border-radius: 8px 0 0 8px;
}
.about_search_cont .search_box .form_box form .search_btn, .about_search_cont .g_search_box .form_box form .search_btn {
  background: var(--color-primary);
  border: none;
  height: auto;
  min-height: 3em;
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0 40px;
  width: 142px;
  cursor: pointer;
  margin: 0;
    border-radius: 0 8px 8px 0;
}
.about_search_cont .g_search_box {
  margin-top: 2em;
}
.about_search_cont .g_search_box .form_box form#cse-search-box {
  float: none;
  display: block;
}
/*------------------------------------------------
   index menu
------------------------------------------------*/
.sub_menu_area {
  margin: 80px 0 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.menu-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-grid li:first-child{
    grid-row: span 2;
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background-color: #EDF5FF;
	border: 2px solid #2264AF;
  border-radius: 8px;
  padding: 20px 10px 10px 10px;
  text-decoration: none;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 110px;
}
.menu-grid li:first-child .menu-item{
    height: 100%;
    justify-content: center;
}
.menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.menu-item .icon {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.menu-item .icon img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.menu-item p {
  font-size: clamp(14px, 1.2vw, 14px);
  margin: 0;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  max-width: 10em;
  color: var(--color-text);
}
/* スマホ用: 4列固定 */
@media (max-width: 767px) {
  .menu-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .menu-item {
    padding: 10px 6px;
    min-height: 110px;
  }
  .menu-item .icon {
    width: 50px;
    height: 50px;
  }
  .menu-item p {
    font-size: 1.2rem;
    max-width: 5.5em;
  }
}
/*------------------------------------------------
   top page parts
------------------------------------------------*/
.top_btn_area {
  display: flex;
  gap: 26px;
  margin: 80px 0;
}
.top_btn_area .btn_search {
  width: calc(100% / 4);
}
.top_btn_area .btn_right {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  width: calc(75% - 26px);
  justify-content: space-between;
}
.top_btn_area .btn_right div {
  width: calc(100% / 3 - 17.33333px);
}
.top_btn_area .btn_search a, .top_btn_area .btn_right div a {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 78px 5px 4px;
  color: var(--color-text);
  font-weight: bold;
  font-size: 2.0rem;
}
.top_btn_area .btn_search a:hover, .top_btn_area .btn_right div a:hover {
  box-shadow: none;
  text-decoration: underline;
}
.top_btn_area .btn_search a {
  background: url(../images/icon_btns_search.svg) no-repeat center 60px var(--color-white);
  padding: 4px 5px;
  padding-top: calc(50% - 3em);
}
.top_btn_area .btn_guide a {
  background: url(../images/icon_btns_guide.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_mypage a {
  background: url(../images/icon_btns_mypage.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_facility a {
  background: url(../images/icon_btns_facility.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_kidspage a {
  background: url(../images/icon_btns_kids.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_yapage a {
  background: url(../images/icon_btns_ya.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_denshi a {
  background: url(../images/icon_btns_denshi.svg) no-repeat center 20px var(--color-white);
}
.top_btn_area .btn_search a img, .top_btn_area .btn_right div a img {
  margin-left: 2px;
}
.library_layout {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 80px 0;
}
.search_panel {
  flex: 1 1 400px;
  background-color: #f5f5f5;
  padding: 16px;
}
.mobile_library_content {
  flex: 2 1 300px;
  background-color: #f5f5f5;
  padding: 16px;
}
.situationBlock {
  flex: 3 1 250px;
  background-color: #f5f5f5;
  padding: 16px;
  justify-content: center;
  text-align: center;
  display: flex;
}
.info_area {
  display: flex;
  justify-content: space-between;
    gap: 60px;
    flex-direction: column;
}
.info_area .information {
    width: 100%;
  background: #EDF5FF;
    padding: 30px 40px 40px;
	border-radius: 12px;
}
.info_area .information h2 {
  margin: 0 0 30px;
  background: none;
  border: none;
  font-size: 2.8rem !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_area .information h2 span {
    font-size: 2.6rem;
    font-weight: bold;
    background: url(../images/icon_info.svg);
    color: #333;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    padding: 0 0 0 40px;
    margin: 0;
}
.info_area .information .links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
    margin: 0;
}
.info_area .information .links li {
    width: calc((100% - 75px) / 6);
  display: grid;
}
.info_area .information .links li a {
  background-color: var(--color-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: var(--color-white);
  text-decoration: none;
  padding: 16px 10px;
  font-size: 1.6rem;
    min-height: 60px;
}
.info_area .information .links li.info .name span {
  display: block;
  font-size: 1.4rem;
}
.info_area .X_area {
  overflow: hidden;
}
.info_area .X_area .title {
  padding-left: 40px;
  background: url(../images/icon_X.png) no-repeat left center;
  background-size: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.access_area {
  position: relative;
  margin: 80px 0;
  min-height: 450px;
}
.access_area .container:before, .access_area .container:after {
  content: none;
}
.access_area .txt_area {
  width: 300px;
  position: relative;
  z-index: 10;
  margin-right: -300px;
}
.access_area .txt_area h2 {
  margin: 0 0 30px;
  background: none;
  border: none;
  font-size: 2.8rem !important;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.access_area .txt_area h2 span {
  font-size: 1.4rem !important;
  margin-top: 4px;
}
.access_area .txt_area p {
  margin-bottom: 0.8em;
}
.access_area .txt_area p.name {
  font-weight: bold;
  font-size: 1.8rem;
}
.access_area .txt_area .line_bnr {
  margin-top: 1.5em;
  display: block;
  line-height: 0;
}
.access_area .map_area {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  justify-content: flex-end;
}
.access_area .map_area:before {
  content: "";
  width: 360px;
  height: 450px;
  display: block;
}
.access_area .map_area .map_area_inner {
  line-height: 0;
}
.newsBlock.detail_page #news_day, .newsBlock.detail_page #news2_day, .eventBlock.detail_page #news_day, .eventBlock.detail_page #news2_day {
  margin: 0 0 10px;
  color: var(--color-text);
}
#inner_wrap .detail_page h1.ico_news, #inner_wrap .detail_page h1.ico_event {
  margin-bottom: 30px;
}
.eventBlock.detail_page .eyecatch {
  width: 40%;
  margin: 10px auto;
}
/*------------------------------------------------
   detail page
------------------------------------------------*/
/*---------- guide ----------*/
.guide_list {
  padding-bottom: 10px;
  border-bottom: var(--color-border) dotted 1px;
  margin-bottom: 20px;
}
.guide_list li {
  margin-right: 20px;
  background: url(../images/icon_list.svg) no-repeat center left;
  padding-left: 20px;
}
/*---------- floor / map ----------*/
.sub_box .gbtn a {
  position: relative;
  top: 6px;
  right: 6px;
  padding: .5em 1em .5em 2em;
  background: #1d7a00;
  color: var(--color-white);
  text-decoration: none;
  display: block;
  font-weight: normal;
  border-radius: 20px;
  margin-top: 4px;
  margin-right: 2px;
}
.sub_box .gbtn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  margin: -4px 0 0 0;
  border-top: 8px solid var(--color-white);
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*---------- info_tab ----------*/
.info_tab {
  border-bottom: 1px solid #ffc159;
}
.info_tab a {
  text-decoration: none;
  color: var(--color-text);
  display: block;
}
.info_tab li.active {
  background-color: #ffc159;
  font-weight: bold;
}
.info_tab li {
  padding: .2rem;
  background-color: #fffde1;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  border: 1px solid #ffc159;
  width: 32%;
  margin-right: .5%;
  display: inline-block;
  border-bottom: none;
  font-size: 1.8rem;
}
.tab-pane:first-child .tab-pane-header {
  border-top-left-radius: 0;
}
/*---------- floor_detail ----------*/
.floor_detail::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.floor_detail {
  margin: 20px 0 0;
}
.floor_detail li.map_detail01, .floor_detail li.map_detail02 {
  float: left;
  margin: 0 0 0 2%;
  padding: 0 0 20px;
  width: 48%;
  line-height: 1.8;
  font-size: 1.5rem;
}
.floor_detail li dt {
  color: #21773c;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
}
/*---------- map ----------*/
#map {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#map iframe, #map object, #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
details, summary {
  display: none !important;
}
.floormap_img {
  text-align: center;
  margin: 20px 0;
}
/*------------------------------------------------
   site map
------------------------------------------------*/
ul#sitemap_list li a {
  margin-left: 20px;
  padding: 3px 0 5px 10px;
  line-height: 2;
  font-size: 116%;
}
ul#sitemap_list li a::before {
  content: url("../images/icon_list.svg");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
ul#sitemap_list li.d2 {
  padding-top: 3px;
  text-indent: 2em;
}
/*------------------------------------------------
   faq
------------------------------------------------*/
.faq_box {
  margin-bottom: 5em;
}
.faq_box dl {
  margin-bottom: 2em;
  border: 1px solid var(--color-primary);
}
.faq_box dl dt {
  position: relative;
  padding: 0.5em 0.5em 0.5em 5em;
  background: #eff6fc;
  font-weight: bold;
  font-size: 1.6rem;
}
.faq_box dl dt span {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  position: absolute;
  top: 0.5em;
  left: 1.2em;
  border: 1px solid var(--color-white);
  background-color: var(--color-primary);
  color: var(--color-white);
  padding-top: 0;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.8;
}
.faq_box dl dd {
  position: relative;
  padding: 1.5em 1.5em 1.5em 5em;
  font-size: 1.6rem;
}
.faq_box dl dd span.answer {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  position: absolute;
  top: 1.2em;
  left: 1.2em;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding-top: 0;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.8;
}
/*------------------------------------------------
   osusume
------------------------------------------------*/
#toposusume {
  margin-bottom: 80px;
    margin-top: 80px;
  position: relative;
}
#ya_osusume {
  margin-bottom: 40px;
  position: relative;
}
#toposusume h2.ico_osusume {
  background: none;
  border: none;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 2.8rem !important;
  color: var(--color-text) !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
#toposusume h2.ico_osusume span {
    font-size: 2.6rem;
    font-weight: bold;
    background: url(../images/icon_newbook.svg);
    background-repeat: no-repeat;
    background-size: 39px 30px;
    background-position: left center;
    padding: 0 0 0 50px;
    margin: 0;
}
.kidsosusumetop {
  margin-bottom: 50px;
  position: relative;
}
.kidsosusumetop .booklistbox {
  margin-top: 1em;
}
.kidsosusumetop p.books_title {
  margin-bottom: 0 !important;
}
#toposusume .btnList{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#toposusume .btnList a{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    width: 100%;
    max-width: 260px;
    border-radius: 8px;
    display: inline-block;
    padding: 7px 28px;
    transition: 0.2s;
}
#toposusume .btnList a span{
    text-align: center;
    min-width: 2em;
    margin: 0;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ya_osusume .booklist .open, #toposusume .booklist .open, .kidsosusumetop .booklist .open {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: stretch;
  margin: 10px 0 0;
}
#toposusume .booklist .open li, .kidsosusumetop .booklist .open li {
  text-align: center;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0;
}
#ya_osusume .booklist .open li {
  text-align: center;
  justify-content: center;
  margin: 0;
}
#ya_osusume .booklist .open li a, #toposusume .booklist .open li a, .kidsosusumetop .booklist .open li a {
  color: var(--color-text);
  text-decoration: none;
  padding: 20px 30px;
  display: grid;
  grid-template-rows: repeat(1, auto auto 1fr);
  height: 100%;
  justify-content: center;
  background-color: var(--color-white);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#ya_osusume .booklist .open li a {
  padding: 20px;
}
#ya_osusume .booklist .open li a:hover, #toposusume .booklist .open li a:hover, .kidsosusumetop .booklist .open li a:hover {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  z-index: 5;
}
#ya_osusume .booklist .open li a:focus, #toposusume .booklist .open li a:focus, .kidsosusumetop .booklist .open li a:focus {
  z-index: 5;
}
#ya_osusume .booklist .open li p.books_title, #toposusume .booklist .open li p.books_title, .kidsosusumetop .booklist .open li p.books_title {
  font-size: 1.6rem;
  font-weight: normal;
  border: none;
  margin: 10px 0 0;
}
#ya_osusume .booklist .open li:hover p.books_title, #toposusume .booklist .open li:hover p.books_title, .kidsosusumetop .booklist .open li:hover p.books_title {
  text-decoration: underline;
}
div#booklist .title {
  background-color: #ebf9ef;
  padding: 5px 10px;
}
.booksWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0 1em 1em;
  background-color: var(--color-white);
}
#ya_osusume .booksWrap, #toposusume .booksWrap {
  border: none;
  display: block;
  margin: 0 0 50px;
  padding: 0;
  background: none;
  width: calc(100% / 6);
  height: auto;
  position: relative;
}
#ya_osusume .booksWrap img, #toposusume .booksWrap img {
  display: block;
  width: auto;
  height: 180px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto .5em;
}
p.books_title {
  padding: 0 .5em;
  font-size: 2.0rem;
  margin-bottom: 1em;
  color: #3e1a09;
  font-weight: bold;
  border-bottom: #3e1a09 dotted 1px;
  width: 100%;
  border-left: none;
}
p.books-opac {
  text-align: center;
  display: block;
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  margin-top: 0.5em;
  padding: 0.5em 0;
  border-radius: 6px;
  text-decoration: none !important;
}
.kidsosusumetop .booksWrap {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  position: relative;
  border-left: none;
}
.kidsosusumetop .booksWrap img {
  display: block;
  width: auto;
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto .5em;
}
dl dd .booksWrap:last-child {
  border: none;
}
ul.booklist {
  display: flex;
  flex-direction: column;
}
#booklist ul.booklist {
    padding: 0;
}
.booksL {
  width: 25%;
  vertical-align: top;
  padding-right: 5%;
  text-align: center;
}
.booksL .bookthumb {
  max-height: 200px;
}
.booksL .sp {
  display: none !important;
}
.booksR {
  width: 68%;
  vertical-align: top;
}
.books_subtitle {
  font-size: 1.4rem;
  margin-left: 1em;
}
.booksR p {
  padding: 0 0 0 10px;
  position: relative;
  margin-bottom: 0.3em !important;
}
a.books-opac {
  text-align: center;
  display: block;
  background: #a7c36c;
  color: var(--color-text);
  text-decoration: none;
  margin-top: 0.5em;
  padding: 0.2em 0;
  border-radius: 6px;
}
ul.book_list li {
  float: left;
  margin-right: 10px;
  width: 140px;
  font-size: 1.4rem;
}
ul.book_list img {
  margin-bottom: 10px;
}
#booklist_all ul {
  margin: 0;
  padding: 0;
}
#booklist_all ul li {
  display: block;
  margin-bottom: 2em;
    background: #EDF5FF;
    padding: 20px;
}
#inner_wrap #booklist_all ul li h2 {
  margin: 0;
}
#booklist_all ul li .sub {
  font-size: 1.6rem;
  margin-left: 1em;
}
#booklist_all ul li .book_content {
  display: flex;
}
#booklist_all ul li .book_content .book_content_L {
  width: calc(25% + 20px);
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
}
#booklist_all ul li .book_content .book_content_L .book_thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
    background: #fff;
    padding: 20px;
}
#booklist_all ul li .book_content .book_content_L .book_thumb img {
  max-height: 200px;
  width: auto;
  max-width: none;
}
#booklist_all ul li .book_content .btnList a {
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 4px 0;
  max-width: 180px;
  margin: 20px auto 0;
  text-decoration: none;
}
#booklist_all ul li .book_content .btnList a:hover {
  text-decoration: underline;
}
#booklist_all ul li .book_content .book_content_R {
  width: calc(75% - 20px);
  margin-top: 20px;
}
#booklist_all ul li .book_content .book_content_R > *:first-child {
  margin-top: 0;
}
#booklist_all ul li .book_content .book_content_R .books_contents {
  margin: 20px 0 0;
  background-color: var(--color-bg-light);
  padding: 20px;
}
/*------------------------------------------------
   archive
------------------------------------------------*/
.archiveArea .booksWrap {
  display: inline-block;
    padding-left: 0;
}
/*------------------------------------------------
   contents area
------------------------------------------------*/
.contentsArea {
  display: flex;
}
.contentsArea .booksL {
  width: 25%;
  vertical-align: top;
  padding-right: 5%;
  text-align: center;
}
.contentsArea .booksR {
  width: 68%;
  vertical-align: top;
}
/*------------------------------------------------
   Kids
------------------------------------------------*/
body.kids {
  background-image: none;
}
.kids #bookSearch_area{
    background: linear-gradient(#fff, #FFFFED);
}
.kids #inner_wrap {
    background: linear-gradient(to bottom, #FFFFED 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: 100% 600px;
    background-position: top center;
  padding-top: 20px;
}
.kids #inner_wrap .container {
  position: relative;
  z-index: 5;
}
.kids .btnList a {
  border-radius: 200px;
}
.kids #contentsBox .btnList a.btn-arrow {
    padding: 7px 28px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    max-width: 260px;
    justify-content: center;
}
.kids .kids_serach_area {
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kids .sp {
  display: none !important;
}
.kids .A_brn{
    display: inline-block;
}
.kids .A_brn + .A_brn{
	margin-left: 1em;
}
.kids .A_brn a{
    background: #2264AF;
    padding: 7px 28px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
}
.kids .A_brn a:hover{
	text-decoration: underline;
}
.kids .result_txt{
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #a35b3b;
    padding: 20px 0;
}
.kids .comment_box{
    background: #fffae7;
    padding: 20px;
    border-radius: 8px;
    border: 4px solid #826c1d;
    font-weight: bold;
}
.kids .btn01{
	margin-top: 40px;
    display: inline-block;
}
.kids .btn01 + .btn01{
	margin-left: 20px;
}
.kids .btn01 a{
    padding: 7px 28px;
    color: #fff !important;
    text-align: left;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
}
body.kids h1.logo {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
}
body.kids h1.logo img {
  width: 100%;
  max-width: 916px;
}
#kidsmenu_box .lib_area li {
  margin-bottom: 10px;
}
.kids .index_menu li a img, .kids .lib_area li a img {
  vertical-align: top;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.kids .index_menu li a:hover img, .kids .lib_area li a:hover img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.kids .contentIn {
  background: none;
  padding: 20px 0 0;
}
.kids h2.ico_news, .kids p.ico_event {
  margin: 0 !important;
}
.kids h2.ico_event {
  margin-bottom: 0 !important;
  padding-top: .3em !important;
}
.kids h2.ico_event::before {
  content: none !important;
}
.kids div.kids_h1 {
  padding-left: 40px;
}
.kids #contentsBox div.kids_h1 {
  padding-left: 0;
  margin-bottom: 20px;
}
.kids #contentsBox div.kids_h1 a {
  display: block;
  line-height: 0;
}
.kids div.kids_h1::before {
  content: none !important;
  margin-right: 0px;
  position: static;
}
.kids #inner_wrap h1, .kids .eventBlock p.title_bar {
  padding: .5em 0 .5em .5em;
}
.kids #inner_wrap h1::before {
  content: none;
}
.kids #inner_wrap h1 {
    border-bottom: 4px dotted #2D75A8;
}
.kids h2 {
    background: #dcddef;
  position: relative;
  padding: 20px 10px 20px 20px;
    color: #333;
  border-radius: 6px;
}
.kids h3 {
  border-left: #eabb16 solid 6px;
}
.kids h4 {
  border-bottom: solid 3px #eaefb1;
}
.kids h4:after {
  border-bottom: solid 3px #c0d318;
}
.kids h5{
    color: #bd406b;
}
/*.kids .container ul.link_list li, .kids .container ul.txt_list li {
  background: url(../images/kids/kids_icon_list01.svg) no-repeat;
  background-size: 12px;
  background-position: top 0.5em left;
}*/
.kids table{
    border-top: 1px solid #49449f;
    border-left: 1px solid #49449f;
}
.kids table caption{
    background-color: #49449f;
}
.kids table th{
    background: #dcddef;
}
.kids table th,
.kids table td{
    border-bottom: 1px solid #49449f;
    border-right: 1px solid #49449f;
}
.kids .faq_box dl{
    border: 1px solid #49449f;
}
.kids .faq_box dl dt{
    background: #dcddef;
}
.kids .contents_area {
  min-height: 350px;
}
.kids .faq_box dl dt span{
    background-color: #49449f;
}
.kids .faq_box dl dd span.answer{
    border: 1px solid #49449f;
    color: #49449f;
}
.kids #eventarea {
  padding: 0;
  margin-bottom: 0;
}
.kids .footer_area {
  clear: both;
  height: 17px;
}
.kids .introduction_area {
  margin-top: 30px;
}
.kids_search {
  padding: 5px 0;
  float: left;
}
.kids_search_title {
  text-align: center;
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.kids_search span {
  display: flex;
    align-items: stretch;
  width: 100%;
  border-radius: 6px;
}
.kids_search .search_field {
  width: 75%;
  border-radius: 6px 0 0 6px;
  padding: 10px;
    border: 2px solid #334362;
}
.kids_search .search_field::placeholder {
  color: #666666;
}
.kids_search .search_btn {
  border: 0 none;
  cursor: pointer;
  display: block;
  padding: 5px !important;
  width: 25%;
  color: var(--color-white);
  margin: 0 !important;
  vertical-align: middle;
  padding-left: 30px;
  background: #334362;
  border-radius: 0 6px 6px 0;
  font-weight: bold !important;
}
.kids_search .search_btn img {
  margin-left: 2px;
}
.kids ul.index_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    margin: 60px 50px;
  padding: 0;
  gap: 40px;
}
.kids ul.index_menu li {
  display: flex;
}
.kids .newsBlock, .kids .eventBlock {
  background: transparent;
}
.kids .eventBlock .btnList a {
  background-color: var(--color-white) !important;
  color: #2dae8d !important;
}
.kids .eventBlock .btnList a:after {
  border-top: 8px solid #2dae8d !important;
}
.kids .newsBlock dt p.data, .eventBlock dt p.data {
  width: 13em;
}
.newsBlockKids .btnList a {
  background: #c9eefd !important;
  color: var(--color-text);
}
.newsBlockKids .btnList a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-top: 8px solid var(--color-white);
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsBlockKids .btnList a:hover {
  background-color: var(--color-primary);
}
ul.kids_txt_list {
  margin: 15px 0;
}
ul.kids_txt_list li {
  margin-bottom: 6px;
  padding: 2px 0 0 1.5em;
  text-indent: -1.5em;
}
ul.kids_txt_list li::before {
  content: url(../images/icon_txt_list.svg);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.kids_btn a {
  padding: 5px;
    background: #334362 url(../images/icon_arrow_wh.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: center right 16px;
  color: var(--color-white);
  text-decoration: none;
  display: block;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  max-width: 280px;
  border-radius: 200px;
  line-height: 2;
}
.kids_btn a:hover {
  text-decoration: underline;
}
.kids .booksL {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding-right: 5%;
  text-align: center;
}
.kids .booksL img {
  width: 174px;
  height: auto;
}
.booksR .sp {
  display: none !important;
}
.kids .booksR {
  display: table-cell;
  width: 68%;
  vertical-align: top;
}
.kids .booksR .books_title {
  font-size: 2.0rem;
  font-weight: bold;
}
.kids .booksR .books_subtitle {
  font-size: 1.8rem;
  font-weight: bold;
}
.kids .booksR p {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.kids a.books-opac {
  text-align: center;
  display: block;
  background: #a5d850;
  color: var(--color-text);
  text-decoration: none;
  margin-top: 0.5em;
  padding: 10px 0;
  border-radius: 6px;
}
.kids ul.book_list li {
  float: left;
  margin-right: 10px;
  width: 140px;
  font-size: 1.4rem;
}
.kids ul.book_list img {
  margin-bottom: 10px;
}
.kids .t-style01 th, .child .t-style02 th, .kids .event_tblbox th {
  border-top: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-left: var(--color-border-muted) 1px dotted;
  border-right: var(--color-border-muted) 1px dotted;
  text-align: left;
  background-color: var(--color-white);
  padding: 10px;
  font-weight: bold;
}
.kids .event_tblbox th {
  width: 14% !important;
  text-align: center !important;
  letter-spacing: 0.1em;
}
.kids .t-style01 td, .kids .event_tblbox td {
  border-top: var(--color-border-muted) 1px dotted;
  border-bottom: var(--color-border-muted) 1px dotted;
  border-right: var(--color-border) 1px solid;
  text-align: left;
  padding: 10px;
  background-color: var(--color-white);
}
.kids .t-style01 .head01, .kids .event_tblbox .head01 {
  text-align: center;
  background: #0068b6;
  color: var(--color-white);
  font-weight: bold;
  padding: 5px !important;
  line-height: 1.0;
}
.kids #kidsmenu_box .lib_area {
  margin: 0;
  padding: 0;
}
.kids #kidsmenu_box .lib_area li {
  list-style: none;
  margin-bottom: 20px;
  max-width: 260px;
}
.kids #kidsmenu_box .lib_area li a {
  display: block;
}
.kids .lib_area li a.btn-arrow{
    padding: 7px 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 260px;
    background: #334362 url(../images/icon_arrow_wh.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: center right 16px;
    border-radius: 200px;
}
.kids .lib_area li a.btn-arrow:hover{
    background-position: center right 10px;
	text-decoration: underline;
}
.kids .lib_area li a img {
  height: auto;
}
.kids #booklist_all ul li .book_content .btnList a{
    background: #334362;
}
/*------------------------------------------------
   YA
------------------------------------------------*/
.ya #contentsBox {
  margin-bottom: 60px;
}
.ya #contentsBox .ya_h1 a {
  display: block;
  line-height: 0;
}
.ya .contents_area + .contents_area{
    margin-top: 60px;
}
.ya #inner_wrap {
  padding-top: 20px;
    background: linear-gradient(to bottom, #EDF5FF 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: 100% 600px;
    background-position: top center;
}
.ya #toposusume h2.ico_osusume{
    position: relative;
    margin-top: 80px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #084D9B !important;
    font-size: 2.4rem;
    text-align: center;
    background: none;
    font-weight: bold;
    padding: 10px 15px 10px 15px !important;
    padding-bottom: 0.4em !important;
}
.ya #toposusume h2.ico_osusume span{
    background: none;
    padding: 0;
}
.ya .btnList a, .ya #contentsBox .btnList {
	text-align: center;
}
.ya .btnList a, .ya #contentsBox .btnList a {
  border-radius: 0;
}
.ya .btnList a.btn-arrow::after {
  height: 0;
}
.ya .btnList a img, .ya #contentsBox .btnList a img {
  margin-left: 2px;
}
.ya #kidsmenu_box .search_area .btnList {
  margin-top: 20px;
}
.ya .lib_area {
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 260px;
  padding: 0 5px;
}
.ya .lib_area li {
  list-style: none;
  max-width: 250px;
  margin: 20px 0 0;
}
.ya .lib_area li a {
  background: var(--color-primary);
  display: block;
  color: var(--color-white);
  text-decoration: none;
}
.ya .lib_area li a:hover {
  text-decoration: underline;
}
.ya .lib_area li a span {
  display: block;
  color: var(--color-white);
  background: url(../images/ya/icon_arrow.svg) no-repeat center right 20px;
  padding: 11px 40px 11px 20px;
}
.ya .lib_area li a img {
  margin-left: 2px;
}
.ya .btn_area{
	margin-top: 80px;
}
.ya .btn_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
}
.ya .btn_area ul li{
    list-style: none;
	width: calc(50% - 20px);
}
.ya .btn_area ul li a{
	display: flex;
    line-height: 1.8;
    color: #084D9B !important;
    font-size: 2.4rem;
    text-align: center;
    background: none;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.ya .btn_area ul li:first-child a{
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    background: #FDF0E0 url(../images/icon_arrow_bl.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: center right 16px;
    padding: 20px 30px;
}
.ya .btn_area ul li:last-child a{
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    background: #DBEFF4 url(../images/icon_arrow_bl.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: center right 16px;
    padding: 20px 30px;
}
.ya .btn_area ul li:first-child a:hover,
.ya .btn_area ul li:last-child a:hover{
    background-position: center right 10px;
}
.ya .contentIn {
  padding: 0;
  background: none;
}
.ya #inner_wrap h1 {
  border: none;
  margin-top: 20px;
    margin-bottom: 40px;
  position: relative;
}
.ya #inner_wrap h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0054a5;
  position: absolute;
  bottom: 0;
}
.ya #inner_wrap h2 {
  position: relative;
    margin-top: 80px;
  margin-bottom: 15px;
  line-height: 1.8;
	color: #084D9B;
	font-size: 2.4rem;
	text-align: center;
	background: none;
    font-weight: bold;
    padding-bottom: 0.4em;
}
/*.ya #inner_wrap h2 span{
	position: relative;
    display: inline-block;
    padding-bottom: 0.4em;
}*/
.ya #inner_wrap h2:after{
	content: "";
	width: 90px;
	height: 4px;
	background: #084D9B;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ya #inner_wrap h2.ico_news {
  background: #daf1ff !important;
  padding: 12px 20px !important;
  position: relative;
  margin-top: 30px !important;
  margin-bottom: 25px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}
.ya #inner_wrap h2 .entxt {
  display: none;
}
.ya #inner_wrap h2 .jptxt {
  margin: 0;
  font-size: 2.0rem !important;
  display: block;
  text-align: left;
}
.ya #inner_wrap h3 {
  border-left: var(--color-primary) solid 3px;
}
.ya #inner_wrap h4 {
  border-bottom: solid 2px var(--color-primary);
}
.ya #inner_wrap h4:after {
  content: none;
}
.ya #inner_wrap h5 {
  color: var(--color-primary);
}
.ya table caption {
  background: var(--color-primary);
}
.ya table th {
  background: #ecf4ff;
}
.ya_index #inner_wrap h1 {
  margin-top: 0;
  padding: 0 !important;
}
.ya_index #inner_wrap h1:after {
  content: none;
}
.ya_index #inner_wrap .contents_area > :first-child {
  margin-top: 0;
}
.ya_index .ya_search {
  margin-bottom: 20px;
}
.ya_index .ya_search fieldset {
  display: flex;
}
.ya_index .ya_search .search_field {
  width: 100%;
}
.ya_index .ya_search button {
  background: var(--color-primary);
  color: var(--color-white);
  width: 120px;
  min-width: 120px;
  border: none;
  min-height: 40px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.ya_index .ya_search button img {
  margin-left: 2px;
}
.ya_newbook .booksWrap {
  background: none;
}
#booklist_all .ya_newbook ul li .book_content .book_content_R .books_contents {
  background-color: var(--color-white);
}
#booklist_all .ya_newbook ul li .book_content .btnList a {
    background: #2264AF;
    border-radius: 0;
    color: #fff;
}
.ya_news {
  position: relative;
  margin-bottom: 80px;
  background: none;
}
.ya_news h2 {
  margin: 0 0 1em;
  padding: 1em;
  background: #dff4ff;
  font-size: 2rem;
  font-weight: normal;
}
.ya_news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ya_news ul li {
  list-style: none;
  border-bottom: 1px solid var(--color-border);
}
.ya_news ul li a {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
  color: inherit;
  text-decoration: none;
}
.ya_news ul li .data {
  flex: 0 0 180px;
  margin: 0;
  font-weight: bold;
}
.ya_news ul li .name {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0 !important;
  color: var(--color-text);
  font-size: 1.6rem;
}
.ya_news .date, .ya_news .title, .ya_news .ic_eve, .ya_news .icn-new {
  line-height: 1.4;
}
.ya_news span {
  display: inline-flex;
  align-items: center;
  min-width: 2em;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}
.ya_news .title {
  color: var(--color-text);
  font-size: 1.6rem;
  text-align: left;
  text-decoration: underline;
}
.ya_news .title:hover {
  text-decoration: none;
}
.ya_news .ic_eve {
  padding: 2px 6px;
  border-radius: 6px;
  background: #006170;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1.4;
}
.ya_news .icn-new {
  display: inline-block;
  padding: 2px 5px;
  color: var(--color-danger);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.ya_news .btnList {
  margin-top: 2em;
  text-align: center;
}
/* ========================================================
   06 Themes / Operation
======================================================== */
/*------------------------------------------------
   utilities
------------------------------------------------*/
/*---------- clear ----------*/
.clear {
  clear: both;
  overflow: hidden;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
/*---------- text ----------*/
.lh01 {
  line-height: 1;
}
.lh02 {
  line-height: 1.1;
}
.lh03 {
  line-height: 1.2;
}
.lh04 {
  line-height: 1.3;
}
.lh05 {
  line-height: 1.4;
}
.lh06 {
  line-height: 1.5;
}
.lh07 {
  line-height: 1.6;
}
.lh08 {
  line-height: 1.7;
}
.lh09 {
  line-height: 1.8;
}
.lh10 {
  line-height: 1.9;
}
.lh11 {
  line-height: 2;
}
.blt {
  font-weight: bold;
}
.nlt {
  font-weight: normal;
}
.capt {
  font-size: 1.5rem;
}
.mint {
  font-size: 1.6rem !important;
  color: var(--color-text) !important;
}
.bigt {
  font-size: 1.8rem;
}
.alignl {
  text-align: left;
}
.TAC, .alignc {
  text-align: center !important;
}
.alignr {
  text-align: right;
}
.valignt {
  vertical-align: top;
}
.valignm {
  vertical-align: middle;
}
.valignb {
  vertical-align: bottom;
}
.FL, .fleft {
  float: left;
}
.FR, .fright {
  float: right;
}
/*---------- width ----------*/
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
/*---------- margin ----------*/
.m0auto {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/*---------- img ----------*/
.spotlight-group img, .spl-pane img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
img.img50 {
  width: 50%;
}
.contentIn .txt_box_g, .contentIn .txt_box_r, .contentIn .txt_box_b{
    border: 2px solid;
    margin: 20px 0;
    padding: 1em;
}
.contentIn .txt_box_g{
    border-color: #27793c;
}
.contentIn .txt_box_r{
    border-color: #cc0000;
}
.contentIn .txt_box_b{
    border-color: #2364af;
}
/*------------------------------------------------
   hidden
------------------------------------------------*/
/*重要なお知らせ、お知らせ、イベントのカテゴリー、Xポストボタンなど非表示にしたい場合は以下のCSSを有効にする*/
/*#inner_wrap h1 span.news, 
#inner_wrap h1 span.ic_cat, 
.newsBlock p.data span.news, 
.newsBlock p.data span.important, 
.index .eventBlock .event_summary span, 
.eventBlock .event_summary span.ic_cat, 
.sns_tweet {
  display: none;
}
*/
/*------------------------------------------------
   admin
------------------------------------------------*/
#library_admin form[method="post"] button, #library_admin form[method="post"] input[type="submit"], #library_admin form[method="post"] input[type="button"] {
  font-weight: normal;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
  cursor: pointer;
  border-style: none;
  padding: 5px;
}
#library_admin form[method="post"] button:hover, #library_admin form[method="post"] input:hover {
  filter: saturate(150%);
}
#library_admin form[method="post"] {
  max-width: 980px;
  margin: 0 auto;
}


.list_kidsevent{
	display: none;
}
.kids .list_kidsevent ul li{
	padding: 0;
    padding-left: 26px;
}
.kids .list_kidsevent{
	display: block;
}