@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  サブページ共通

---------------------------------*/
#content {
  background: var(--bg-col);
}
#mainContainer {
  position: relative;
  padding-bottom: 13rem;
  border-bottom: 1rem solid #aa988c;
}
#mainContainer::after {
  content: '';
  background: url("../images/library-bg.png") repeat-x center bottom -1px/70% auto;
  /*mix-blend-mode: multiply;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30rem;
}
#mainContainer .l-inner {
  max-width: 108rem;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}
#mainContainer .contBox {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 5% 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #mainContainer::after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 480px) {
  #mainContainer {
    padding-bottom: 8rem;
  }
  #mainContainer::after {
    background-size: 140% auto;
    height: 10rem;
  }
  #mainContainer .contBox {
    padding: 1rem 5% 2rem;
  }
}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {
  background-color: #f8f0e5;
  margin: auto;
}
#pageTitle .inner {
  background: url("../images/page_ttl_bg.svg") no-repeat center right/auto 150%;
  margin: auto;
  max-width: 108rem;
  padding: 5rem 0;
  width: 90%;
}
#pageTitle h1 {
  color: #4d4d4d;
  font-size: 2.222em;
  font-weight: 900;
  letter-spacing: .12em;
  position: relative;
}
#pageTitle h1::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  position: absolute;
  left: -1.4em;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
}
.guide #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_guide.svg");
}
.facility #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_facility.svg");
}
.docsearch #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_search.svg");
}
.kids #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_child.svg");
}
.faq #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_faq.svg");
}
.sitemap #pageTitle h1::before {
  content: '';
  background-image: url("../images/m_i_sitemap.svg");
}
@media screen and (max-width: 1024px) {
  #pageTitle {}
  #pageTitle h1 {
    font-size: 2em;
    padding-left: 1.4em;
  }
  #pageTitle h1::before {
    left: 0;
  }
}
@media screen and (max-width: 896px) {
  #pageTitle .inner {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  #pageTitle h1 {
    font-size: 1.8em;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 80%;
  list-style: none;
  margin: auto;
  margin-bottom: 5rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
#breadlist ol {
  margin: auto;
  max-width: 108rem;
  width: 90%;
}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: #4d4d4d;
  font-weight: 500;
}
#breadlist li:last-child a, #breadlist li:last-child {}
@media screen and (max-width: 1024px) {
  #breadlist {}
}
@media screen and (max-width: 896px) {
  #breadlist {}
}
@media screen and (max-width: 480px) {
  #breadlist {
    margin-bottom: 3rem;
    padding: .5rem 0;
  }
}
/*---------------------------------

  レイアウト

---------------------------------*/
section {
  margin: 5rem 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section {
    margin: 4rem 0;
  }
  .contBox section {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    margin: 3rem 0;
  }
  .contBox section {
    margin: 1rem 0;
  }
}
/*---------------------------------
  見出し+コンテンツスタイル
---------------------------------*/
section h1 {
  color: #4d4d4d;
  font-size: 1.833em;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 4rem;
  padding: 1.5rem 0;
  position: relative;
}
section h1::before {
  background: var(--grd-gb);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: .3rem;
  width: 100%;
}
section h2 {
  background: #f2f2f2;
  color: #4d4d4d;
  font-size: 1.389em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 7rem 0 2rem;
  padding: 1.3rem 2rem 1.3rem 5rem;
  position: relative;
}
section h2::before {
  background: var(--grd-gb);
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  height: 2rem;
  width: 2rem;
}
section h2::after {
  background: #fff;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  height: 1rem;
  width: 1rem;
}
section h1 + h2 {
  margin-top: 3rem;
}
section .contentsTxt h2:first-child {
  margin-top: 0;
}
section h3 {
  border-bottom: 1px dotted #ccc;
  color: #656565;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding: 0.7rem 0;
  padding-left: 1.7rem;
  position: relative;
}
section h3::before {
  background: var(--grd-gb);
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: calc(100% - 2rem);
  width: .3rem;
}
section h2 + h3 {
  margin-top: 2rem;
}
section h4 {
  background: #F1F0EC;
  color: #757575;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 2rem 0 1rem;
  /*max-width: fit-content;*/
  padding: .1rem 1.2rem;
}
section h5 {
  color: #555;
  font-size: 1.05em;
  font-weight: 700;
  margin: 1.5rem 0 1rem;
}
section .contentsTxt {
  line-height: 1.6;
  text-align: justify;
}
section .contentsTxt p + p {
  margin-top: .6em;
}
section .contentsTxt p a, section .contentsTxt li a {
  color: #1c5978;
  text-decoration: underline;
}
section .contentsTxt p a:hover, section .contentsTxt li a:hover {
  color: #CF3333;
  text-decoration: none;
}
section .contentsTxt p a:visited, section .contentsTxt li a:visited {
  color: #B43671;
  text-decoration: underline;
}
section .contentsTxt p a[target="_blank"]::after, section .contentsTxt li a[target="_blank"]::after {
  background: url("../images/link_blank.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: .5rem;
  width: 1em;
  height: 1em;
}
section .contentsTxt p a[href$=".pdf"]::after, section .contentsTxt li a[href$=".pdf"]::after {
  background: url("../images/link_pdf.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: .5rem;
  width: 1em;
  height: 1em;
}
section .contentsTxt img {
  max-width: 100%;
  vertical-align: bottom;
}
section .contentsTxt figure {
  margin: 2rem auto;
  text-align: center;
  /* max-width: fit-content;*/
}
section .contentsTxt ul {
  list-style: none;
  margin: 2rem 0;
}
section .contentsTxt ul li {
  position: relative;
  padding-left: 2.1rem;
  line-height: 1.6;
  margin-top: 0.7rem;
}
section .contentsTxt ul li::before {
  background: #A4CED1;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
}
section .contentsTxt ul li ul {
  margin: 1.3rem 0;
}
section .contentsTxt ul li ul li {
  padding-left: 1.8rem;
}
section .contentsTxt ul li ul li::before {
  background: #fff;
  border: 2px solid #A4CED1;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
section .contentsTxt ol {
  margin: 2rem;
}
section .contentsTxt ol li {
  line-height: 1.6;
  margin-top: 0.7rem;
}
section .contentsTxt ol li::marker {
  color: var(--hover-col);
  font-size: 1.1em;
  font-weight: 700;
}
section .contentsTxt ol li span {
  display: inline-block;
  line-height: 1.4;
}
section table {
  text-align: left;
  width: 100%;
}
section table thead {
  border-color: #666 !important;
}
section table th {
  background: #f3f4ee;
  border: 1px solid #ccc !important;
  color: #666;
  padding: .5em;
  text-align: left;
  vertical-align: middle;
}
section table td {
  border: 1px solid #ccc !important;
  padding: .5em;
  vertical-align: middle;
}
section mark {
  color: #fff;
  font-style: normal;
}
.l-inner .btn {
  margin: 5rem auto 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .title h1 {
    font-size: 1.6em;
    line-height: 1.2;
  }
  section h2 {
    font-size: 1.3em;
    padding-left: 4.2rem;
  }
  section h3 {
    font-size: 1.2em;
    margin: 2.5rem 0 1rem;
  }
}
@media screen and (max-width: 480px) {
  section .title h1 {
    font-size: 1.4em;
  }
  section h2 {}
  section h3 {
    font-size: 1.1em;
    padding-left: 1.1rem;
  }
  section .txt {
    line-height: 1.8;
  }
  section table {
    min-width: 100%;
  }
  section table th, section table td {
    font-size: .85em;
    padding: 0.8rem;
  }
}
/*---------------------------------
  wp スタイル上書き
---------------------------------*/
.wp-block-file:not(.wp-element-button) {
  font-size: 1em !important;
  margin: 1.5rem 0;
}
.wp-block-file:not(.wp-element-button) a:not(.wp-block-file__button) {
  color: #1c5978;
  text-decoration: underline;
}
.wp-block-file:not(.wp-element-button) a:not(.wp-block-file__button):hover {
  color: #CF3333;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  padding: .5rem 1.5rem;
  font-size: .75em;
}
.wp-block-buttons {
  margin: 3rem auto;
}
.wp-block-button__link {
  background: var(--grd-or) !important;
}
/*---------------------------------
  ページ情報　印刷ボタン
---------------------------------*/
.contBox #page-information {
  border-top: 1px dashed #ccc;
  margin-top: 10rem;
  padding-top: 2rem;
}
#page-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-information .data {
  font-weight: 500;
  font-size: .9em;
  margin-right: 2rem;
}
#page-information .print {
  cursor: pointer;
}
#page-information .print a {
  background: var(--grd-or);
  border-radius: .5rem;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: .5rem 2rem;
}
#page-information .print span {
  background: url("../images/i_print.svg") no-repeat left center/2rem;
  display: block;
  padding-left: 3rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .contBox #page-information {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .contBox #page-information {
    margin-top: 5rem;
  }
}
/*---------------------------------
  ページメニュー
---------------------------------*/
.page-menu {
  background: #fff;
  border: 1px solid #ddd;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
}
.page-menu li {}
.page-menu li a {
  background: #fff;
  color: #1c5978;
  display: block;
  height: 100%;
  padding: 1.8rem 3rem;
  padding-right: 6rem;
  position: relative;
}
.page-menu li a p._ttl {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}
.page-menu li a p:not(._ttl) {
  color: #4d4d4d;
  font-size: .9em;
  line-height: 1.4;
  margin-top: .5rem;
}
.page-menu li a p._time {
  background: url(../images/i_time.svg) no-repeat center left / 1em;
  padding-left: 1.5em;
}
.page-menu li:nth-child(even) a {
  background: #f2f1ed;
}
.page-menu li a::before {
  content: '';
  background: url("../images/arr_b_w.svg"), var(--grd-gb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: .8rem, auto;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}
.page-menu li a:hover p._ttl {
  text-decoration: underline;
}
.page-menu li a:hover::before {
  right: 1.2rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .page-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-menu li:nth-child(even) a {
    background: #fff;
  }
  .page-menu li:nth-child(4n+1) a, .page-menu li:nth-child(4n) a {
    background: #f2f1ed;
  }
}
@media screen and (max-width: 480px) {
  .page-menu li a {
    padding: 1.2rem;
  }
  .page-menu li a::before {
    border-radius: 0;
    background-size: .5rem, auto;
    right: 0;
    top: auto;
    width: 1.6rem;
    height: 1.6rem;
  }
  .page-menu li a:hover::before {
    right: 0;
  }
  .page-menu li a p._ttl {
    font-size: 1em;
  }
  .page-menu li a p:not(._ttl) {
    font-size: .85em;
  }
}
/*---------------------------------
  ページャー
---------------------------------*/
#pagerList {
  margin: 7rem 0 0;
  position: relative;
  z-index: 1;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  min-width: 4rem;
  height: 4rem;
  margin: 0 .5rem;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers:not(.prev):not(.next):not(.current) {
  border-radius: 50%;
  background: #ddd;
  color: var(--co-main);
}
#pagerList .nav-links ul .page-numbers.current {
  background: var(--grd-or);
  border-radius: 50%;
  color: #fff;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev, #pagerList .nav-links ul .page-numbers.next {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers.prev {
  background: url("../images/arr_prev.svg") no-repeat center left .5rem/1.5rem;
  color: #df644e;
  padding: 0 1rem 0 3rem;
}
#pagerList .nav-links ul .page-numbers.next {
  background: url("../images/arr_next.svg") no-repeat center right .5rem/1.5rem;
  color: #df644e;
  padding: 0 3rem 0 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #pagerList .nav-links ul {
    font-size: 1.2rem;
  }
  #pagerList .nav-links ul li {
    margin: 0;
  }
  #pagerList .nav-links ul .page-numbers.prev {
    background-size: .5rem;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  #pagerList .nav-links ul .page-numbers.next {
    background-size: .5rem;
    padding: 1.3rem 2rem 1.3rem 1rem;
  }
}