@charset "utf-8";
/*  Basic Elements
----------------------------------------------*/
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;
}
.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;
  margin-left: 10px;
}
.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_list02.svg") no-repeat;
  background-size: 12px;
  text-indent: 0;
  background-position: top 0.45em left;
}
.container ul.link_list li:before, .container ul.list_icon li:before, .container ul.txt_list li:before {
  content: none !important;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline-color: #2171cc;
  outline: 3px double #2171cc #FFF; /* 外側の枠線 */
  outline-offset: 2px; /* 枠線同士の距離感 */
}
:focus-visible {
  outline-color: #2171cc;
  outline: 3px double #2171cc #fff;
  outline-offset: 2px;
  /* box-shadow: -2px -2px #fff, 2px -2px #fff, 2px 2px #fff, -2px 2px #fff; */
}

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: #333;
}
iframe {
  width: 100%;
  margin-top: 30px;
}
ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
  line-height: 1;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table caption {
  background-color: #8F2943;
  color: #FFF;
  padding: 2px;
  font-weight: bold;
}

span.newsArea_pagenum{
  margin: 5px;
}

span.newsArea_pagenum.cur a {
  text-decoration: none;
}

/* float */
.clearfix {
  display: flow-root;
}
img.img50 {
  width: 50%;
}
/*------------------------------------------------
   link
------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline;
}

a:hover {

  text-decoration: none;
}
a.ex_link {
  padding-right: 5px;
}
/*------------------------------------------------
	base
------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  color: #333;
  line-height: 2;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;

  background-image: url(../images/background.png);
    background-size: auto;
    background-position: top;
    background-repeat: repeat;
    margin-top: 0 !important;
}

body.lang-open {
  overflow: hidden;
}

.wrapper {
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 1000;
}
/*----------------------------------------------------------
	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: " ";
}
/*cms*/
ol#topicpath {
  width: 100%;
  margin: 5px 0 20px 0;
}
ol#topicpath > li {
  display: inline-block;
  padding: 0px;
  margin: 0px
}
ol#topicpath > li a {
  color: #333;
}
ol#topicpath > li:after {
  padding: 5px;
  content: ">";
}
ol#topicpath > li:last-child:after {
  content: " ";
}
/*----------------------------------------------------------
	Layout
----------------------------------------------------------*/
header {
  background: #FFF;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 10%);
}

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 .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: #333;
  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;
  justify-content: flex-end;
}
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;
}
@media screen and (max-width: 1075px) {
  header .nav_upper .nav_upper_links ul a {
    font-size: 1.4rem;
  }
}
/*　本文へ　*/
.skip {
  width: 1px;
  color: #333;
  font-size: 0.1%;
  line-height: 0;
  background-color: #FFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}
a.skip {
  background-color: #eee !important;
  color: #333 !important;
  text-align: center;
  padding: 5px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 1.6rem;
  line-height: 1.8;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 1.6rem;
  line-height: 1.8;
  top: 0;
  left: 0;
}
#header_logo {
  margin-right: 10px;
}
#header_logo img {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 1075px) {
  #header_logo img {
    max-width: 200px;
  }
}
header .container {
  background: #FFF;
  margin: 0 auto;
  position: relative;
}

.most_top_container {
  padding-top: 10px;
}

.lang_btn{

  margin: 10px 0 10px 20px;
  background-color: #eee;
  border-radius: 50px;
}

.lang_btn{
  padding-right: 20px;

  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
}

/* .lang_btn a:hover{
  background-color: #8F2943;
  border-radius: 25px;
  color: #fff !important;
  text-decoration: underline;
  transition: background-color .3s;
} */

.lang_btn:hover{
  background-color: #8F2943;
  border-radius: 25px;
  color: #fff !important;
  text-decoration: underline;
  transition: background-color .3s;
}


.lang_btn::before{
  content: url(../images/icon_language.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .lang_btn{
    display: none;
  } 
}

.lang_btn {
  background: #EDEDED;
  border-radius: 500px;
  border: none;
  padding: 0 25px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lang_btn .txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lang_list li {
  list-style: none;
}

.lang_list_area {
  height: auto !important;
}

.lang_list_area {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9000;
  background: #EEEEEE;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 100px;
}

.lang_list_area .lang_list_inner {
  width: 100%;
  max-width: 1230px;
  margin: 20px auto;
  display: block !important;
}

.lang_list_area .lang_list {
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
  gap: 20px 40px;
}

.lang_list_area .lang_list li {
  line-height: initial;
}

.lang_list_area .lang_list li a {
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #d9d9d9;
  padding: 5px 14px;
  display: block;
  border-radius: 4px;
  line-height: 1.75;
}

.btn_spnav_close {
  background: #8F2943;
  width: 100%;
  color: #fff;
  border: none;
  font-size: 2.0rem;
  padding: 20px;
  margin-top: 80px;
  border-bottom: 2px solid #fff;
}

.btn_spnav_close .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;

}

.btn_spnav_close .txt span{
  position: relative;
  margin-left: 67px;
}

.btn_spnav_close .txt span::before {
  content: url(../images/icon_lang_close.svg);
  position: absolute;
  width: 50px;
  top: -8px;
  left: -67px;
}




.lang_list_area.active {
  visibility: visible;
  opacity: 1;

}





/* #sticky{
  position: sticky;
  top: 200px;
  left: 0;
  z-index: 100;
} */

#sticky {
  z-index: 100;
  width: 100%;
  background: #FFF;
  border-radius: 0 0 30px 30px;


}

#sticky.m_fixed {
  position: fixed;
  top: 0;          /* 必要なら 何px か調整（ロゴ分だけ下げる等） */
  left: 0;
  padding-top: 20px;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}

#bookSearch_area .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  /* max-height: 60px; */
}

#bookSearch, #d_libSearch {
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
#bookSearch {
  /* background: #10467D; */
  display: flex;
  width: 820px;
}
#d_libSearch {
  background: #d0e1f3;
}
#bookSearch div, #d_libSearch div {
  line-height: 1.2;
  padding: 0;

  margin: 0 auto;
}
p.bookSearch_title:before {
  content: url(../images/icon_bookSearch.png);
  margin-right: .3em;
  margin-top: .4em;
}
p.d_libSearch_title:before {
  content: url(../images/icon_d_libSearch.svg);
  margin-right: .3em;
  color: #10467D;
}
p.bookSearch_title {
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  /* width: 235px; */
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  /* padding: 0 40px; */
}
p.d_libSearch_title {
  padding: .8em .5em .2em;
  text-align: left;
  color: #10467D;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.searchArea{
  width: calc(100% - 155px);
  /* padding: 12px 12px 12px 0; */
  margin-right: 30px;
}

.btn_area {
  display: flex;
}

.aboutSearch{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px !important;
}
/* .bookSearch_link, .d-bookSearch_link {
  margin-left: auto;
} */
.bookSearch_link a, .bookSearch_link a:visited {
  color: #FFF;
  font-weight: bold;
}
.d-bookSearch_link a, .d-bookSearch_link a:visited {
  color: #10467D;
  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 {
  font-size: 80%;
}
#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 #FFF;
}
#d_libSearch .d-bookSearch_link .arrow::before, #d_libSearch .d-bookSearch_link .arrow::after {
  border-left: 4px solid #10467D !important;
}

.detailSearch_link{
  position: relative;
  padding: 0 20px 0 6px;
  margin-left: 8px;
}

.bookSearch_link{
  position: relative;
  padding: 0 0 0 6px;
  margin-left: 8px;
}

#d_Search{
  margin: 0 32px 0 24px;
  background: #F6AC1B;
  width: 180px;
  border-radius: 8px;
}

#btn_h_search{
  background: #8F2943;
  width: 180px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  #d_Search, #btn_h_search{
    display: none;
  }

}

@media screen and (min-width: 767px) {

  .sp_header_contents{
    display: none;
  }
}

.d_Search_text{
  color: #333;
  font-weight: bold;
  text-align: center;
}

.d_Search_text a{
  text-decoration: none;
  padding: 14px 5px;
  width: 100%;
  display: block;
}

.btn_h_search_text{

  text-align: center;
  font-weight: bold;
}

.btn_h_search_text a{
  color: #fff !important;
  text-decoration: none;
  padding: 14px 26px;
  width: 100%;
  display: block;
}


.detailSearch_link::before, .bookSearch_link::before {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -7px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}


#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;
  background-position: 10px center !important;
  border: 1px solid #8F2943 !important;
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  flex: 1;
  font-size: 1.6rem;
  border-radius: 30px 0 0 30px;
  padding-left: 10px;
}
#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: #8F2943;
  border-radius: 0 30px 30px 0;
}
#d_libSearch .d_libsearch_btn, #d_libSearch_sp .d_libsearch_btn {
  color: #FFF;
  background: #10467D;
  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;
}
header.active {
  color: red;
}
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;
}
.iframe iframe {
  width: 100% !important;
}
#sp_navi, #sp_navi_txt {
  display: none;
}
.search_field {
  width: 11em;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #10467D;
  padding-left: 10px;
  margin-right: 10px;
}
#header_search {
  float: right;
  display: flex;
  align-items: center;
}
header .search_btn {
  background-color: #10467D !important;
  color: #FFF !important;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search_btn img {
  margin-left: 2px;
}
.design_control {
  float: right;
}
.font_btn, .font_btn .title, .bg_btn, .bg_btn .title {
  float: left;
}
.font_btn {
  width: 190px;
  display: none;
}
.font_btn .title {
  margin: 3px 0px;
}
.bg_btn {
  display: flex;
}
.bg_btn .title {
  margin: 3px 10px;
}
.search_link_btn {
  width: auto;
  padding: 7px 10px 7px 0;
  float: left;
  margin: 0 0 0 20px;
}
.search_link_btn a {
  color: #333;
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
}
.search_link_btn a:hover {
  text-decoration: underline;
}
.search_btn a {
  color: #333;
}
#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;
  }
}
/*----------------------------------------------------------
	Grobal Menu
----------------------------------------------------------*/
nav#gnavi {
  width: 100%;
}
nav#gnavi .container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding: 10px 20px;
  border-radius: 40px;
}
nav#gnavi .container ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}
nav#gnavi .container li {
  display: flex;
  width: 100%;
  text-align: center;
}
nav#gnavi span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: .2em;
}
nav#gnavi .container li[id^="gnav"] > a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.8;
  padding: 0 20px 0 10px;
  margin: 10px 0;
  font-weight: bold;
}
nav#gnavi .container li[id^="gnav"] > a img {
  margin-left: 2px;
}

nav#gnavi .container li[id^="gnav"] > a:hover{
  background-color: #8F2943;
  color: #fff;
  text-decoration: underline;
}

nav#gnavi .container li:hover {
  background-position: center center;
}
nav#gnavi .container li a:hover, nav#gnavi .container li a.active {
  background-color: #8F2943;
  color: #fff;
  text-decoration: underline;
  transition: background-color .3s;
}



@media screen and (min-width: 769px) {
  nav#gnavi .container li[id^="gnav"] > a:hover{
    border-radius: 25px;
  }

  nav#gnavi .container li a:hover, nav#gnavi .container li a.active {
    border-radius: 25px;
  }

}

nav#gnavi .container li#gnav1 a:before{
  content: url(../images/icon_riyou.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

nav#gnavi .container li#gnav2 a:before{
  content: url(../images/icon_shisetsu.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

nav#gnavi .container li#gnav3 a:before{
  content: url(../images/icon_service.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

nav#gnavi .container li#gnav4 a:before{
  content: url(../images/icon_kids.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

nav#gnavi .container li#gnav5 a:before{
  content: url(../images/icon_teen.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

nav#gnavi .container li#gnav6 a:before{
  content: url(../images/icon_qa.svg);
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

#sp_opac_navi {
  display: none;
}
#sp_menu {
  display: none;
}
#sp_navi_box .js-navCloseToggle {
  display: none;
}
@media screen and (max-width: 1075px) {
  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav#gnavi .container li[id^="gnav"] > a, .d_Search_text, .btn_h_search_text {
    font-size: 1.4rem;
  }
  nav#gnavi .container li[id^="gnav"]:last-child > a {
    padding-right: 0;
  }



}
/*----------------------------------------------------------
	main
----------------------------------------------------------*/
noscript div {
  text-align: center;
  background: #6B7C18;
  margin: 20px auto 20px;
  padding: 5px;
  width: 960px;
  color: #FFF;
}
ul#skip {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
}

/* #top_wrap, #inner_wrap {
  background-image: url(../images/background.png);
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
} */


#top_wrap, #inner_wrap {
  padding-top: 0;
  /* background-image: url(../images/background.png);
  background-size: auto;
  background-position: top;
  background-repeat: repeat; */
}
#top_wrap .container, #inner_wrap .container {
  margin: 0 auto 0;
  clear: both;
}
#inner_wrap .box_c p {}
#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;
}
#top_wrap .box_r_top {
  padding-right: 0 !important;
}
/*------------------------------------------------
   slide
------------------------------------------------*/
#mainVisual {
  position: relative;
}
.slidewrap {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 50px auto 20px;
}
ul.slides {
  padding-left: 0;
}
.slides li {
  list-style: none !important;
  padding: 0 10px;
}
/*------------------------------------------------
   Main leftBox
------------------------------------------------*/
#bookSearch .bookSearch_field p strong {
  font-size: 1.5rem;
  text-align: left !important;
  font-weight: normal;
}
#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 #333333;
}
#bookSearch .search_btn, #bookSearch_sp .search_btn {
  color: #FFF;
  background: #10467D;
  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;
}
/*usemenu_link*/
.usemenu_link {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
p.usemenu_title {
  font-size: 1.8rem;
  border-left: 5px solid #10467D;
  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: #222;
  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;
}
.usemenu_link_r {
  border-left: 3px solid #6B7C18;
}
.usemenu_link_r li {
  background-color: #F9FDFA;
  padding: 5px 0;
  margin-top: 0;
  width: 100%;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.usemenu_link_r li:last-child {
  border-bottom: none;
}
.usemenu_link_r li a {
  display: block;
  position: relative;
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.usemenu_link_r li a:hover {
  text-decoration: underline;
}
.banner_area {
  margin-top: 20px;
}
.box_l h3#adbanner {
  background-color: #3E840F;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  padding: .5em;
}
.box_l #adbanner_wrap {
  border: 1px solid #3E840F;
  background-color: #FFF;
  text-align: center;
  padding-top: 1em;
}
p.link_btn_title {
  font-size: 1.8rem;
  border-left: 5px solid #10467D;
  background-color: #cdf7d2;
  padding: 0 0 7px 0;
  text-align: center;
}
p.link_btn_title:before {
  content: url(../images/icon_libmemu_g.svg);
  margin: 10px 5px;
  position: relative;
  top: 8px;
}
.link_btn_list {
  margin: .5em 0;
  display: flex;
  flex-wrap: wrap;
}
.link_btn_list li {
  padding: 1px 0 0;
  margin: 0 0 5px 0;
  vertical-align: top;
  line-height: 1;
  display: table;
  width: 100%;
}
.link_btn_list li a {
  border: 1px solid #CCC;
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 10px;
  height: 4.6em;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding-left: 70px;
  border-collapse: collapse;
}
.link_btn_list li a:hover {
  text-decoration: underline;
}
.link_btn_list li a.lbl_cld {
  background: url(../images/pic_libcalendar.png) no-repeat 7px center #FFF;
}
.link_btn_list li a.lbl_spo {
  background: url(../images/pic_libmemu01.png) no-repeat 7px center #FFF;
}
.link_btn_list li a.lbl_org {
  background: url(../images/pic_libmemu02.png) no-repeat 7px center #FFF;
}
.link_btn_list li a.lbl_sup {
  background: url(../images/pic_libmemu03.png) no-repeat 7px center #FFF;
}
.link_btn_list li a.lbl_arc {
  background: url(../images/pic_libmemu04.png) no-repeat 7px center #FFF;
}
.aboutlib_area {
  margin-bottom: 20px;
  width: 100%;
}
.aboutlib_area p.aboutlib_title {
  font-size: 1.8rem;
  border-left: 5px solid #10467D;
  padding: 0 0 7px 0;
}
.aboutlib_area p.aboutlib_title:before {
  content: url(../images/icon_libmemu_g.svg);
  margin: 10px 5px;
  position: relative;
  top: 8px;
}
.aboutlib_menu {
  line-height: 1.8;
  margin: .5em 0;
}
.aboutlib_menu li {
  text-align: left;
}
.aboutlib_menu li a {
  position: relative;
  padding-left: 1.5em;
}
.aboutlib_menu li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 10px;
}
.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: #FFF;
  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;
}
/*------------------------------------------------
   Main innerBox
------------------------------------------------*/
#inner_wrap h1 {
  background: none;
  margin: 0;
  padding: 0 0 18px !important;
  font-size: 3.2rem;
  margin-bottom: 1.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
         /* 適宜調整 */
  color: #000;
  margin-bottom: 2rem;
  letter-spacing: .2rem;
}

#inner_wrap h1::first-letter {
  color: #8F2943; 
  font-size: 4.8rem; 
  /* font-weight: bold; */
}

#inner_wrap h1::after{
    content: "";
    display: block;
    width: 60px;              /* ←線の長さ */
    height: 6px;              /* ←線の太さ */
    background-color: #8B2C3B;
    border-radius: 999px;     /* ←完全な角丸 */
    margin: 0 auto;    /* 中央寄せ */  
}

h1 .icn-new{
  display: none !important;
}

.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 {
  background: none;
  margin: 0;
  padding: 0 0 18px !important;
  font-size: 3.2rem;
  margin-bottom: 1.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
  letter-spacing: .2rem;
}
#inner_wrap h1.ico_news::before {
  content: none;
}
#inner_wrap h1.ico_event::before {
  content: none;
}


.calendar_data h2, .important-news, .news_title, .event_title, .information h2, .access h2{
  font-size: 2.4rem;
  padding: 0;
  padding-left: 80px;
  position: relative;
  line-height: 1.2;
  background: none;
}

.important-news, .news_title_area, .event_title_area, .information h2, .access h2{
  margin: 120px 0 32px;
}

.calendar_data h2::before, .important-news::before, .news_title::before, .event_title::before, .information h2::before, .access h2::before{
  content: url(../images/top_h2.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


h2 {
  background: #F6AC1B;
  padding: 10px 20px;
  font-size: 2.0rem;
  margin-top: 2em;
  margin-bottom: 0.7em;
  clear: both;
  line-height: 1.8;
  border-radius: 15px;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  margin: 1.2em 0 0.7em;
  padding: 10px;
  line-height: 1.8;
  position: relative;
  font-weight: bold;
}


h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #8F2943; /* 紫 */
}

h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;        /* ←オレンジの長さ */
  height: 4px;
  background-color: #F6AC1B; /* オレンジ */
  z-index: 1;
}

h4 {
  /* position: relative; */
  padding: 5px 10px 5px 0px;
  font-size: 1.8rem;
  margin: 1.8em 0 0em;
  clear: both;
  line-height: 1.8;
  font-weight: bold;
  display: flex;
}

/* h4::before{
  content: url(../images/icon_h3.svg);
  position: absolute;
  width: 20px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */

h4::before{
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icon_h3.svg) no-repeat center / contain;
  flex-shrink: 0;
  margin: 5px 10px 5px 0;
}



h5 {
  font-weight: bold;
  margin: 1.8em 0 0.7em;
  font-size: 1.6rem;
}
p.leadTxt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20px;
  color: #3F2B0C;
}
div.pagelink_list, div#pagelink_list, .archiveList {
  margin: 15px 0;
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #ddd;
}
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_list01.svg) no-repeat;
  background-size: 16px;
  text-indent: 0;
  background-position: top 0.35em left;
}

.text_link li{
  margin-right: 20px;
  list-style: none !important;
  padding-left: 26px;
  background: url(../images/icon_list01.svg) no-repeat !important;
  background-size: 16px !important;
  text-indent: 0;
  background-position: top 0.35em left !important;
}

.pdf_link {
  margin-right: 20px;
  list-style: none !important;
  padding-left: 26px;
  background: url(../images/icon_list01.svg) no-repeat;
  background-size: 16px;
  text-indent: 0;

}


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 #ccc;
}
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;
  margin-left: 10px;
  padding: 2px 0 0 1.5em;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ccc;
  list-style: none !important;
}
ul.pdfList li::before {
  content: url(../images/icon_data_list.png);
  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: #FFF;
  margin-bottom: 20px;
  padding: .5em;
  border: 1px solid #3b8806;
}
/*------------------------------------------------
   calendar
------------------------------------------------*/
.calendar_area .calendar_title_area {
  margin-bottom: 10px;
}

.status-text{
  background-color: #8F2943;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  padding: 6px 16px;
  max-height: 44px;
  line-height: 1.75;
  margin-left: 5px;
}

.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;
}
.lib_cal_wrap {
  display: flex;
}
.calendar_data {
  display: flex;
  align-items: center;

  flex-wrap: wrap; /* スマホで窮屈になったら折り返し */
  gap: 20px 25px;
  margin-bottom: 1em;
}

.calendar_data .status-heading {
  margin: 0;
}
.opac_calendar {
  margin: 0;
  background: url(../images/icon_cal_opac.svg) no-repeat 16px center #FFDDE7 !important;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  border: 6px solid #8F2943 !important;
  line-height: 1.75;
}
.opac_calendar a {
  color: #fff;
}
/* スマホ: 縦並び */
@media (max-width: 767px) {
  .calendar_data {
    flex-direction: column;
    align-items: flex-start; 
  }
.opac_calendar {
    align-self: flex-start; 
  }
}
.tit-facility {
  display: block;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
.data-facility {
  font-size: 1.6rem;
}
.facility-list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 75px;
  padding: 0;
  margin: 20px 0 0;
}
.facility-list a {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 10px;
  padding-left: 70px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.facility-list a:hover {
  text-decoration: underline;
}
.facility-list a span {
  color: #000;
}
.facility-list li {
  background: url(../images/icon_cal_open.svg) no-repeat 16px center #FCE9C4;
  display: table;
  width: calc(33% - 50px);
  max-width: 350px;
  border-radius: 20px;
  border: 6px solid #F6AC1B;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.facility-list li:hover {
  box-shadow: none;
}
/* .facility-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
} */
.facility-list .closed {
  background: url(../images/icon_cal_close.svg) no-repeat 16px center #D9D9D9;
  border: 6px solid #616160;
}
.facility-list .closed a, .facility-list .closed .tit-facility {
  color: #000;
}
.facility-list p.fltb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 45px;
  line-height: 1.8;
  text-decoration: none;
  font-weight: bold;
}

.information ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 0;
  margin: 20px 0 0;

}
.information ul li {
  display: flex;
  width: calc(25% - 30px);
  max-width: 270px;
  border-radius: 20px;
  border: 6px solid #F6AC1B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #FCE9C4;
}

.information ul li a {
  display: flex;
  padding: 20px 20px;
  align-items: center;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: 100%;
}

.information ul li:hover {
  text-decoration: underline;

}


.information ul li a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
}

.other_window{
  width: 15px !important;
  height: 13px !important;
  margin-left: 5px;
}


.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 #FFF;
}
.lib_cal_links ul li.cal_links02 {
  background: url(../images/icon_servicecenter.svg) no-repeat center 20px #FFF;
}
.lib_cal_links ul li.cal_links03 {
  background: url(../images/icon_opac_cal.svg) no-repeat center 20px #FFF;
}
.lib_cal_links ul li:hover {
  box-shadow: none;
}
.lib_cal_links ul li a {
  color: #10467d;
  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;
}
.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;
}
.cancel {
  color: #d91b00;
}
.wait {
  color: #005a64;
}
.lib_info ul.link_list {
  padding-left: 15px;
}
ul.lib_info_menu {
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-top: none;
}
div#banner_area ul.slides {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  padding: 10px 0 0;
  flex-wrap: wrap;
}
div#banner_area ul.slides li {
  margin: 10px;
  background-color: #FFF8df;
  padding: 10px;
}
div#banner_area .swiper-slide img {
  width: auto;
}
/*------------------------------------------------
   footer
------------------------------------------------*/
footer {
  background: #8F2943;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  color: #FFF;
  clear: both;
}
footer .container {
  margin: 0 auto;
}
footer .container a {
  color: #FFF;
}
footer .container li {
  display: inline;
  color: #333;
  margin-left: 10px;
}
footer .container li::before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 10px;
  position: relative;
  top: -3px;
  width: 1px;
}

#ftr_r ul li a{
  white-space: nowrap
}

footer .container ul li:first-child {
  margin-left: -1em !important;
}
footer .container li:first-child::before {
  background: none !important;
}
footer .container li:last-child::after {
  background-color: none;
}
p#ftr_name {
  clear: both;
  font-size: 2.4rem;
  font-weight: bold;
}
#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;
  margin-bottom: 0;
}
#ftr_r img {
  max-width: 182px;
}
#copyright {
  font-size: 1.6rem;
}
footer .footer_sitemap .sitemap_col {
  background: #edf5fc;
  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: #333;
}
footer .container .sitemap_col li a img {
  margin-left: 2px;
}
footer .footer_txt_area {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
footer .footer_txts {}
footer .footer_txt_area .md-7 {
  padding-left: 0;
}
footer .footer_txt_area .md-5 {
  padding-right: 0;
}
/*------------------------------------------------
   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: #333 !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.ico_news span {
  font-size: 1.4rem !important;
  margin-top: 4px;
}
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 10px !important;
  border-left: none !important;
  font-weight: normal !important;
  font-size: 2.8rem !important;
  margin-bottom: 0 !important;
  color: #333 !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.ico_event span {
  font-size: 1.4rem !important;
  margin-top: 4px;
}
h2.ico_news_imp {
  background: #ffc1b9 !important;
  border-left: 4px solid #c1321e !important;
}
h2.ico_news, h2.ico_event {
  margin: 0 -10px !important;
}


.newsBlock.newsBlock-important, .newsBlock-news {
  position: relative;
  padding: 48px 20px 32px 100px;
  margin-bottom: 0;
}

.newsBlock-important::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 30px 0 0 0;
  background-image: url("../images/kawagoetosan_red.svg");
  background-repeat: no-repeat;
  z-index: 0;
}

.important-news_area{
  display: none;
}

.newsBlock-important::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFE5E5;
  border-radius: 100px 30px 30px 30px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 14%);

  z-index: 1;
}

.newsBlock-news::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 30px 0 0 0;
  background-image: url("../images/kawagoetosan_blue.svg");
  background-repeat: no-repeat;
  z-index: 0;
}

.newsBlock-news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px 30px 30px 30px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 14%);
  z-index: 1;
}

.newsBlock-important > *, .newsBlock-news > *, .eventBlock_detail > *, .access_info > * {
  position: relative;
  z-index: 2;
}

.event-cal, .kids_event{
position: relative;
padding-left: 6px;
}

.event-cal::before, .kids_event::before{
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -7px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.news_title_area, .event_title_area{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.news_section{
  position: relative;
  /* overflow-x: hidden; */
}

.kawagoe-pattern_red {
  position: absolute;
  top: -60px;     
  right: 0px;   
  width: 45vw;
  height: 150px;
  background: url(../images/kawagoe_top_red.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.info_section{
  position: relative;
  /* overflow-x: hidden; */
}

.kawagoe-pattern_yellow {
  position: absolute;
  top: -60px;     
  left: 0px;   
  width: 45vw;
  height: 150px;
  background: url(../images/kawagoe_top_yellow.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.news_title, .event_title {
  margin: 0;
}

.event_title_area_detail{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    gap: 10px 36px;
}
.btnList a{
  position: relative;
  display: inline-block;
  padding-right: 3.5em;
  text-decoration: none;
  color: #000;
  margin-right: .5em;
}

.btnList a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background-image: url(../images/top_ichiran_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 1;
}

.btnList a::after {
  content: "";
  position: absolute;
  right: 0.6em;
  top: 45%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../images/top_ichiran_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: transform 0.3s ease;
  z-index: 2;
}

.newsBlock, .eventBlock {
  position: relative;
  background: none;
}
.newsBlock ul, .eventBlock ul {
  padding: 0 1em .5em;
}
.index .eventBlock ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .eventBlock ul li {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.8;
  padding: 20px 0;
}
.index .eventBlock ul li:nth-child(n+5) {
  display: none;
}
.index .eventBlock ul li a {
  text-decoration: none;
  display: flex;
  height: 100%;
  background-color: #FFF !important;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
}
.index .eventBlock ul li a:hover {
  box-shadow: none;
}

.index .eventBlock ul li a:hover span {
  text-decoration: none;
}

.index .eventBlock ul li .event_summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 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;
  font-weight: bold;
  align-items: center;
}
.index .eventBlock ul li .event_summary .data {
  color: #333;
  font-weight: bold;
  width: auto;
}
.index .eventBlock ul li .event_summary .linktit {
  color: #333;
}
.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: #AA4747;
  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: 67.5px;
  overflow: hidden;
  border-radius: 6px;
  text-indent: 0;
  margin-right: 0;
  max-width: 120px;
}
.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: 0 0;
  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: #FAEAD3;
}
.eventBlock th {
  width: 16%;
}
.kids .newsBlock, .kids .eventBlock {
  background: transparent;
}
.kids .eventBlock .btnList a {
  background: #FFF !important;
  color: #2DAE8D !important;
  right: 40px !important;
}
.kids .eventBlock .btnList a:after {
  border-top: 8px solid #2DAE8D !important;
}
.kids .newsBlock dt p.data, .eventBlock dt p.data {
  width: 13em;
}
p.no-data {
  padding: 0 .5em 1em;
}
.newsBlock .btnList a:hover, .eventBlock .btnList a:hover {
  border: 2px;
}
.newsBlock ul, .eventBlock ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.newsBlock.detail_page ul, .eventBlock.detail_page ul, .newsBlock.detail_page ol, .eventBlock.detail_page ol {
  padding: 1em 1.5em;
}
.newsBlock ul li, .eventBlock ul li {
  border-bottom: 1px solid #c4c4c4;
  list-style: none;
}
.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:last-child, .index .eventBlock ul li:last-child {
  border: none;
}
.newsBlock ul li a, .eventBlock ul li a {
  display: flex;
  padding-bottom: 1em;
  padding-top: 1em;
  text-decoration: none;
}

.newsBlock ul li a:hover, .eventBlock ul li a:hover {
  text-decoration: none;
}

.newsBlock ul li:last-child, .eventBlock ul li:last-child {
  border: none;
}

.newsBlock ul li, .eventBlock ul li {
  border-bottom: 1px solid #c4c4c4;
}
.newsBlock ul.link_list li a, .eventBlock ul.link_list li a {
  padding: 0;
  display: inline-block;
  text-decoration: underline;
}
.newsBlock ul.link_list li a:hover, .eventBlock ul.link_list li a:hover {
  text-decoration: none;
}

.lib_name{
  display: flex;
  justify-content: center;
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  border: none;
}

.lib_name::before, .lib_name::after{
  content: none;
}

.lib_name span{
  text-align: center;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #F6AC1B;
  font-size: 1.8rem;
  padding: 0 10px;
}

.lib_name span::before{
  content: "";
  position: absolute;
  bottom: -5px; /* borderの位置にぴったり合わせる */
  left: 0;
  width: 50%;   /* 半分だけ */
  height: 5px;
  background: #8F2943;
}

.eventBlock_detail{
  position: relative;
  gap: 4%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 70px;
}

.eventBlock_detail::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 30px 0 0 0;
  background-image: url("../images/kawagoetosan_yellow.svg");
  background-repeat: no-repeat;
  z-index: 0;
}

.eventBlock_detail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px 30px 30px 30px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 14%);
  z-index: 1;
}

.event_chuo, .event_nishi, .event_kawagoeeki, .event_takashina{
  width: 48%;
}

.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;
}
.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: #FAEAD3;
}
.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 {
  width: 250px;
}
.newsBlock ul li .data .date, .eventBlock ul li .data .date {
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
}
.newsBlock ul li a .name {
  width: calc(100% - 340px);
  font-size: 1.6rem;
  color: #333;
}
.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 #ccc;
  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 #4A4A4A;
}
.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-decoration: underline;
  text-align: left;
}
/* .newsBlock span, .eventBlock span {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  min-width: 2.5em;
  margin-bottom: 2px;
  margin-top: 2px;
  display: inline-flex;
} */
/*  icon  */
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, .ic_important {
  font-size: 1.2rem !important;
  font-weight: normal;
  border-radius: 6px;
  white-space: nowrap !important;
  color: #FFF;
  padding: .2em .5em;
  height: 2em;
  margin-left: 5px;
  text-decoration: none;
}
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;
}
.ic_important{
  background: #a41a24;
}
/*   tab   */
.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 {
  padding: 5px;
  background: #10467D;
  color: #FFF;
  text-decoration: none;
  display: block;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  max-width: 260px;
  border-radius: 6px;
} */
.newsBlock .btnList a:hover, .eventBlock .btnList a:hover, .news_title_area a:hover {
  text-decoration: underline;
}
.eventBlock .tab_nav {
  display: flex;
  margin: 10px -10px 0;
}
.eventBlock .tab_nav .tab_switch {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 10px 3px;
  width: 20%;
  border: none;
  line-height: 1.8;
  background-color: #f0fcef;
  cursor: pointer;
}
.eventBlock .tab_nav .tab_switch.active {
  background-color: #d7f7cd;
}
.eventBlock .tab_area .tab_content {
  display: none !important;
}
.eventBlock .tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
.newsBlock dd {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 1em;
  width: calc(100% - 290px);
  border-bottom: 1px solid #4A4A4A;
}
.newsBlock dt:nth-last-child(2), .newsBlock dd:last-child {
  border-bottom: none;
}
.newsBlock dd a {
  color: #333;
}
#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;
}
#inner_wrap .box_c .eventBlock dd {
  margin: 0;
}
.newsBlock span.icn-important, .eventBlock span.icn-important {
  background: #AA4747;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 6px;
  white-space: nowrap !important;
  height: 2em;
  margin-left: 5px;
  padding: 0em .5em .2em;
}
.newsBlock span.icn-new, .eventBlock span.icn-new {
  color: #AA4747;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
}
.newsBlock span.icn-no, .eventBlock span.icn-no {
  display: none;
}
.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 #ccc;
  border-left: 1px solid #ccc;
}
.newsBlock table.tbl th, .eventBlock table.tbl th {
  font-weight: bold;
  padding: 8px 6px 8px 6px;
  background: #ffe3b9;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  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: #FFF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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;
}
.newsArea_page, .news2Area_page, .gaiyouArea_page, .sakuhinArea_page {
  overflow: hidden;
  padding: 10px 10px 10px 0;
  text-align: right;
}
.newsArea_page .newsArea_pagenum a, .news2Area_page .newsArea_pagenum a {
  color: #333;
}
.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: #FFF;
  padding: 20px;
} */
.contentIn #contents {
  padding: 1em;
}
#h_background{
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 14%);
  /* background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 40%
  ); */
  padding: 60px 60px 80px;
}

.flow {
  margin: 0px;
}
.flow li {
  float: left;
  white-space: nowrap;
  font-size: 1.6rem;
}

/*------------------------------------------------
   access
------------------------------------------------*/

.access_info{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 48px 75px 32px;
  margin-bottom: 0;
}

.access_info a{
  text-decoration: none;
}


.access_info a:hover{
  text-decoration: underline;
}

.access_info::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: 30px 0 0 0;
    background-image: url("../images/kawagoetosan_vio.svg");
    background-repeat: no-repeat;
    z-index: 0;
  }
  
  .access_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 100px 30px 30px 30px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 14%);
    z-index: 1;
  }

.access_info ul{
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.access_info ul li{
  list-style: none;
  width: 48%;
  padding: 0 10px 20px 0;
}

.access_name{
  font-weight: bold;
}

.access_info img{

}


/*------------------------------------------------
   eventArea
------------------------------------------------*/
#eventarea {
  padding-top: 20px;
  margin-bottom: 20px;
}
#eventarea table {
  width: 100%;
  border-bottom: #ccc 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;
}

.ic_cat{
  display: none;
}


/*---------- index ----------*/
.index .eventTitle {
  background: none;
  padding: 0px;
  color: #FFF;
  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: #FFF;
}
.index #eventarea table {
  width: 100%;
  border-bottom: #ccc 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: #333;
  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: #FFF;
  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: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-left: #aaa 1px dotted;
  border-right: #aaa 1px dotted;
  text-align: left;
  background: #FFE5E5;
  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: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-right: #ccc 1px solid;
  text-align: left;
  padding: 0 5px;
}
.t-style01 .head01, .event_tblbox .head01 {
  text-align: center;
  background: #0068b6;
  color: #FFF;
  font-weight: bold;
  padding: 5px !important;
  line-height: 1.0;
}
/*---------- index ----------*/
.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: #FFF;
  padding: 5px;
  font-weight: bold;
}
.t-style02 caption.none {
  display: none;
}
.t-style02 th {
  border-left: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-top: #277948 3px solid;
  border-right: #aaa 1px dotted;
  text-align: left;
  background: #FFE5E5;
  padding: 10px;
  font-weight: bold;
}
.t-style02 td {
  border-top: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  text-align: left;
  padding: 10px;
  background: #FFF;
}
.t-style02 .head01 {
  text-align: center;
  background: #0068b6;
  color: #FFF;
  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: #333;
  background-color: #e3f0c7;
  border: 2px solid #FFF;
  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: #FFE5E5;
  padding: 20px;
  margin: 0 auto;
  border-radius: 15px;
}
.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/ico_search.svg) no-repeat left center;
  background-size: 36px;
  padding-left: 50px;
}
.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: #fff;
  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;
  border: none;
  height: auto;
  min-height: 3em;
  width: calc(100% - 142px);
  border-radius: 100px 0 0 100px;
  margin: 0 5px 0 0;
}
.about_search_cont .search_box .form_box form .search_btn, .about_search_cont .g_search_box .form_box form .search_btn {
  background: #8F2943;
  border: none;
  height: auto;
  min-height: 3em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0 20px;
  width: 142px;
  cursor: pointer;
  margin: 0;
  border-radius: 0 100px 100px 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;
  border-radius: 100px !important;
  border: 1px solid #8F2943;
}
/*------------------------------------------------
   osusume
------------------------------------------------*/
#toposusume {
  margin-bottom: 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: #333 !important;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
#toposusume h2.ico_osusume span {
  font-size: 1.4rem !important;
  margin-top: 4px;
}
.kidsosusumetop {
  margin-bottom: 50px;
  position: relative;
}
.kidsosusumetop .booklistbox {
  margin-top: 1em;
}
.kidsosusumetop p.books_title {
  margin-bottom: 0 !important;
}
#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: #333;
  text-decoration: none;
  padding: 20px 30px;
  display: grid;
  grid-template-rows: repeat(1, auto auto 1fr);
  height: 100%;
  justify-content: center;
  background: #FFF;
  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: 6px;
  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;
}
#ya_osusume .btnList a, #toposusume .btnList a {
  padding: 5px;
  background: #10467D;
  color: #FFF;
  text-decoration: none;
  display: block;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  max-width: 260px;
  border-radius: 6px;
}
#ya_osusume .btnList a:hover, #toposusume .btnList a:hover {
  text-decoration: underline;
}
.booksWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0 1em 1em;
  background: #FFF;
}
#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: #8F2943;
  color: #FFF;
  text-decoration: none;
  margin-top: 0.5em;
  padding: 0.5em 0;
  border-radius: 6px;
  text-decoration: none !important;
}

.booksgroup{
  text-decoration: none !important;
}

.booksgroup:hover{
  text-decoration: underline !important;
  color: #fff !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;
}
.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: #333;
  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;
}
/*------------------------------------------------
   YA
------------------------------------------------*/
.ya #contentsBox {
  margin-bottom: 60px;
}
.ya #contentsBox .ya_h1 a {
  display: block;
  line-height: 0;
}
.ya #inner_wrap {
  padding-top: 20px;
}
.ya #kidsmenu_box .search_area {
  width: 100%;
  max-width: 260px;
  background: #FFF;
  padding: 0 20px 20px;
  margin-bottom: 40px;
}
.ya #kidsmenu_box .search_area .title {
  background: #10467d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 -20px 20px;
}
.ya #kidsmenu_box .search_area .title span {
  display: flex;
  min-height: 32px;
  background: url(../images/ya/icon_search.svg) no-repeat center left;
  background-size: 32px;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 2.0rem;
  padding-left: 40px;
}
.ya .btnList a, .ya #contentsBox .btnList a {
  background: #f5f784;
  padding: 6px 10px;
  display: block;
  text-align: center;
  color: #222;
  text-decoration: none;
  border-radius: 0;
}
.ya .btnList a img, .ya #contentsBox .btnList a img {
  margin-left: 2px;
}
.ya .btnList a:hover, .ya #contentsBox .btnList a:hover {
  text-decoration: underline;
}
.ya #kidsmenu_box .search_area .btnList {
  margin-top: 20px;
}

.ya_top::after{
  content: none !important;
}

.ya_btn{
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}

.ya_intro{
  display: flex;
  padding-top: 20px;
}

.ya_intro p{
  padding-right: 20px;
}

.ya_osusume{
  display: flex;
  padding-top: 20px;
}

.ya_osusume div{
  margin-left: 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: #10467d;
  display: block;
  color: #FFF;
  text-decoration: none;
}
.ya .lib_area li a:hover {
  text-decoration: underline;
}
.ya .lib_area li a span {
  display: block;
  color: #FFF;
  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 .contentIn {
  padding: 0;
  background: none;
}
.ya #inner_wrap h1 {
  border: none;
  margin-top: 20px;
  position: relative;
}
.ya #inner_wrap h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left, #0054A5, #086500);
  background: -webkit-linear-gradient(left, #0054A5, #086500);
  background: linear-gradient(to right, #0054A5, #086500);
  position: absolute;
  bottom: 0;
}
.ya #inner_wrap h2 {
  background: #daf1ff;
  padding: 12px 20px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 1.8;
}
.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: #1c54a5 solid 3px;
}
.ya #inner_wrap h4 {
  border-bottom: solid 3px #227d8b;
}
.ya #inner_wrap h4:after {
  content: none;
}
.ya #inner_wrap h5 {
  color: #1c54a5;
}
.ya table caption {
  background: -moz-linear-gradient(left, #0054A5, #003F7B);
  background: -webkit-linear-gradient(left, #0054A5, #003F7B);
  background: linear-gradient(to right, #0054A5, #003F7B);
}
.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: #10467d;
  color: #FFF;
  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: #FFF;
}
#booklist_all .ya_newbook ul li .book_content .btnList a {
  background: #f5f784;
  border-radius: 0;
}
/*  利用案内
----------------------------------------------*/
.guide_list {
  padding-bottom: 10px;
  border-bottom: #ccc dotted 1px;
  margin-bottom: 20px;
}
.guide_list li {
  margin-right: 20px;
  background: url(../images/icon_list.svg) no-repeat center left;
  padding-left: 20px;
}
/*  館内案内
----------------------------------------------*/
.sub_box .gbtn a {
  position: relative;
  top: 6px;
  right: 6px;
  padding: .5em 1em .5em 2em;
  background: #1d7a00;
  color: #FFF;
  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 #FFF;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info_tab {
  border-bottom: 1px solid #FFC159;
}
.info_tab a {
  text-decoration: none;
  color: #333333;
  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::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 {
  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;
}
/*Clear Float*/
.floor_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.floor_detail_01 {
  zoom: 1;
}
.floormap_img {
  text-align: center;
  margin: 20px 0;
}
/*------------------------------------------------
   siteMap
------------------------------------------------*/
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;
}
/*------------------------------------------------
   kids
------------------------------------------------*/
body.kids {
  background: url(../images/kids/background_kids.png) repeat;
}
.kids #contentsBox {
  margin-bottom: 60px;
}
.kids #inner_wrap {

}
.kids #inner_wrap_in {
  background-size: 1344px auto;
  background-position: top center;
}
.kids footer {
  margin: 0;
}
.kids #inner_wrap .container {
  position: relative;
  z-index: 5;
}
.kids .btnList a {
  border-radius: 200px;
}
.kids .kids_serach_area {
  background-size: auto 571px;
  background-position: center;
  position: relative;
  padding: 20px 10px !important;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kids .sp {
  display: none !important;
}
body.kids h1.logo {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center !important;
}
body.kids h1.logo img {
  width: 100%;
  max-width: 700px;
}

body.kids h1.logo::before {
  content: none !important;
}

body.kids h1.logo::after {
  content: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
}
#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;
  /*  height: 220px;*/
}
.kids .index_menu li a:hover img, .kids .lib_area li a:hover img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.kids .contentIn {
  background: #FFF1D7;
  padding: 36px;
}
.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;
  max-width: 600px;
  margin: 0 auto 40px;
}
.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 #eventarea h2, .kids .contents_area .title, .kids #inner_wrap h2.pen, .kids #inner_wrap h3 {}
.kids #inner_wrap h1 {
  color: #603813;
  letter-spacing: 0;
  text-align: left;
  padding: 17px 76px !important;
  background: #fff;
  position: relative;
  font-weight: bold;
  font-size: 28px;

}

.kids #inner_wrap h1::first-letter {
  color: #603813; 
  font-size: 28px; 
  /* font-weight: bold; */
}

.kids #inner_wrap h1::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* inset: -4px;
  border: 4px dashed #603813;
  border-radius: inherit; */

  background:
    repeating-linear-gradient(
      to right,
      #603813 0 13px,
      transparent 13px 26px
    ) top,
    repeating-linear-gradient(
      to right,
      #603813 0 13px,
      transparent 13px 26px
    ) bottom,
    repeating-linear-gradient(
      to bottom,
      #603813 0 13px,
      transparent 13px 26px
    ) left,
    repeating-linear-gradient(
      to bottom,
      #603813 0 13px,
      transparent 13px 26px
    ) right;

  background-size:
    26px 4px,
    26px 4px,
    4px 26px,
    4px 26px;

  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}

.kids #inner_wrap h1::after {
  content:url(../images/kids/h1_book.svg);
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);

}

.kids h2 {
  background: #603813;
  position: relative;
  padding: 10px 10px 10px 20px;
  border-radius: 0;
  color: #fff;
}
.kids h3 {
  border-bottom: #603813 solid 3px;
  color: #603813;
}
.kids h3::before {
  content: none;
}

.kids h3::after {
  content: none;
}

.kids h4 {

  font-weight: bold;
  color: #603813;
  display: inline-block;
}
.kids h4::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #603813;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  border-radius: 3px;
}
.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 .contents_area {
  min-height: 350px;
}
.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: #333;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.kids_search label {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #603813;
}
.kids_search .search_field {
  width: 75%;
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 10px;
}
.kids_search .search_field::placeholder {
  color: #666666;
}
.kids_search .search_btn {
  border: 0 none;
  cursor: pointer;
  display: block;
  padding: 5px !important;
  width: 25%;
  color: #FFF;
  margin: 0 !important;
  vertical-align: middle;
  padding-left: 30px;
  background: #603813;
  border-radius: 0 50px 50px 0;
  font-weight: bold !important;
  border: 1px solid #603813;
}

.search_field, .kids_search .search_btn:focus {
  outline-color: #2171cc;
  outline: 3px double #2171cc #FFF; /* 外側の枠線 */
  outline-offset: 6px; /* 枠線同士の距離感 */
}

.kids_search .search_btn img {
  margin-left: 2px;
}
.kids ul.index_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 50px 40px;
  padding: 0;
  gap: 30px 50px;
}
.kids ul.index_menu li {
  display: flex;
}
.newsBlockKids .btnList a {
  background: #c9eefd !important;
  color: #333;
}
.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 #FFF;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsBlockKids .btnList a:hover {
  background-color: #603813;
}
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;
}

.bunruihyo{
  margin: 10px 0;
}

.kids_btn {}
.kids_btn a {
  padding: 5px;
  background: #603813;
  color: #FFF;
  text-decoration: none;
  display: block;
  font-weight: bold;
  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: #333;
  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 .footer_area {
  clear: both;
}
.kids .t-style01 th, .child .t-style02 th, .kids .event_tblbox th {
  border-top: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-left: #aaa 1px dotted;
  border-right: #aaa 1px dotted;
  text-align: left;
  background: #FFF;
  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: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
  border-right: #ccc 1px solid;
  text-align: left;
  padding: 10px;
  background: #FFF;
}
.kids .t-style01 .head01, .kids .event_tblbox .head01 {
  text-align: center;
  background: #0068b6;
  color: #FFF;
  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;
  position: relative;
  margin-right: 10px;
}

.lib_area_content2 {
  position: absolute;
  top:-33px
}

.lib_area_content3 {
  position: absolute;
  top:200px
}

.lib_area_content4 {
  position: absolute;
  top:390px
}

.lib_area_content5 {
  padding: 5px;
    background: #603813;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 280px;
    border-radius: 200px;
    line-height: 2;
  position: absolute;
  top:550px
}

.kids #kidsmenu_box .lib_area li a {
  display: block;
}
.kids .lib_area li a img {
  height: auto;
}
/*------------------------------------------------
   faq
------------------------------------------------*/
.faq_box {
  margin-bottom: 5em;
}
.faq_box dl {
  margin-bottom: 2em;
}
.faq_box dl dt {
  position: relative;
  padding: 0.5em 0.5em 0.5em 5em;
  background: #FFE5E5;
  font-weight: bold;
  font-size: 1.6rem;
  border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.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 #FFF;
  background-color: #8F2943;
  color: #FFF;
  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;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 2em;
}

.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 #8F2943;
  color: #8F2943;
  padding-top: 0;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.8;
}
/*------------------------------------------------
   etc
------------------------------------------------*/
/*  icon　*/
a.btn {
  color: #FFF;
  text-decoration: none;
  background-color: #008093;
  border-radius: 50px;
}
a:hover.btn {
  background-color: #0f6d7b;
}
.arrow {
  position: relative;
  padding: 0 0 0 6px;
  vertical-align: middle;
  font-size: 1.6rem;
}
.arrow-up.icon {
  color: #333;
  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);
}
/*------------------------------------------------
   table
------------------------------------------------*/
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1.5em auto;
  width: 99%;
}
table span {
  font-weight: normal;
}
table th {
  font-weight: bold;
  padding: 10px;
  background: #FFE5E5;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: inherit;
  min-width: 14%;
  text-align: left;
  vertical-align: middle;
}
table td {
  font-weight: normal;
  padding: 10px;
  background-color: #FFF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: inherit;
  vertical-align: middle;
  line-height: 1.8;
}
th.number {
  width: 7% !important;
  min-width: 7% !important;
}

td.holy {
  background: #FFE5E5;
}

/*イベント申込ボタン  */

.apply_url_tx{
  text-align: center;
  margin-top: 2em;
  margin-bottom: .5em;
}
.td-data.apply_url{
  text-align: center;
}
.td-data.apply_url a{
  background: #8F2943;
  color: #FFF !important;
  text-decoration:none;
    padding: 0.9rem 2.75rem;
  display: inline-block;
    text-align: center;
  border-radius: 30px;
  min-width: 30%;
}
.td-data.apply_url a:hover{
  text-decoration:underline;
}


.pagetop {
  text-align: center;
  display: block;
  width: 20%;
  margin: 70px 40% 0;
}


.pagetop img{
  width: 60px;
}

.pagetop:hover {
  text-decoration: none;
}

.fixBtns{
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 168px;
}

.fixBtns li{
  list-style: none;
}

.fixBtns a {
  display: block;
  background: #F6AC1B;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  width: 90px;
  min-height: 90px;
  padding-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.fixBtns a i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/icon_login.svg) no-repeat center center;
  margin-bottom: 5px;
}

.fixBtns-line a {
  background-color: #2E2E2E;
  font-weight: bold;
  color: #FFF;
}

.fixBtns-line a i {
  background-image: url(../images/icon_line.svg);
}

.footer-bridge{
  height: 178px;
  background-image: url(../images/background_building.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.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;
}
.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: #333;
}
.header_search .tab_area .tab_content a img {
  margin-left: 2px;
}
.header_search .tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
/*------------------------------------------------
   indexMenu
------------------------------------------------*/
.sub_menu_area {
  margin: 40px 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* PCは6列固定 */
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none; /* リストマーカーを消す */
  padding: 0;
}
.menu-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* 上詰めにして高さ調整 */
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 20px 10px 10px 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 110px; /* 高さをそろえる */
}
.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: #333;
}
/* スマホ用: 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_btn_area
------------------------------------------------*/
.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: #333;
  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 #FFF;
  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 #FFF;
}
.top_btn_area .btn_mypage a {
  background: url(../images/icon_btns_mypage.svg) no-repeat center 20px #FFF;
}
.top_btn_area .btn_facility a {
  background: url(../images/icon_btns_facility.svg) no-repeat center 20px #FFF;
}
.top_btn_area .btn_kidspage a {
  background: url(../images/icon_btns_kids.svg) no-repeat center 20px #FFF;
}
.top_btn_area .btn_yapage a {
  background: url(../images/icon_btns_ya.svg) no-repeat center 20px #FFF;
}
.top_btn_area .btn_denshi a {
  background: url(../images/icon_btns_denshi.svg) no-repeat center 20px #FFF;
}
.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 600px;
  background-color: #f5f5f5;
  padding: 16px;
}
.mobile_library_content {
  flex: 2 1 300px;
  background-color: #f5f5f5;
  padding: 16px;
}



.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;
  color: #333;
}
#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;
}
.box_acc {
  margin-top: 16px;
}
.box_acc .js-Toggle {
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  color: #FFF;
  background: #517862;
  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: #FFE5E5;
}
.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;
}
/*------------------------------------------------
   おすすめ本（新着図書）
------------------------------------------------*/
#booklist_all ul {
  margin: 0;
  padding: 0;
}
#booklist_all ul li {
  padding: 0;
  display: block;
  margin-bottom: 2em;
}
#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;
}
#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: #10467D;
  color: #FFF;
  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: #FFE5E5;
  padding: 20px;
}
/*------------------------------------------------
   text
------------------------------------------------*/
.container .txt_red {
  color: #cc0000;
}
.red {
  color: #cc0000;
  font-weight: bold;
}
span.color1, span.kids_color1, span.ya_color1 {
  color: #cc0000;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
span.color2, span.kids_color2, span.ya_color2 {
  color: #005a64;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
/*------------------------------------------------
   layout
------------------------------------------------*/
.clear {
  clear: both;
  overflow: hidden;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
/* text */
.redTxt {
  color: #bd1700;
}
.greenTxt {
  color: #276279;
}
.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: #333 !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;
}
.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;
}
/*------------------------------------------------
   contactForm
------------------------------------------------*/
.contact_form dt, .contact dt {
  border-bottom: 2px solid #10467d;
  font-size: 120%;
  font-weight: bold;
  margin: .25em 0 .25em;
}
.contact_form input[type=text], .contact_form textarea, .contact input[type=text], .contact textarea {
  background: #FFF;
  border: solid 1px #cccccc;
  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: #FFF;
  border: solid 1px #cccccc;
  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;
  width: 30%;
  cursor: pointer;
  background-image: url("../images/icon_select.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 30%;
  color: #FFF;
  border: 2px solid #10467d;
  background: #10467d;
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  color: #10467d !important;
  background: #FFF !important;
  border: 2px solid #10467d;
}
.err {
  color: #c1321e !important;
}
/*------------------------------------------------
   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%);
  border: 2px;
}
#library_admin form[method="post"] {
  max-width: 980px;
  margin: 0 auto;
}
/*------------------------------------------------
   archive
------------------------------------------------*/
.archiveArea .booksWrap {
  display: inline-block;
}
/*------------------------------------------------
   contentsArea
------------------------------------------------*/
.contentsArea {
  display: flex;
}
.contentsArea .booksL {
  width: 25%;
  vertical-align: top;
  padding-right: 5%;
  text-align: center;
}
.contentsArea .booksR {
  width: 68%;
  vertical-align: top;
}
#msta_lang{
  display: none;
}