﻿/*背景色の指定*/

#main {
  background-color:#93bd3b;
}
div.otona, div.kodomo { background-color: #ffffff;}
td.pink {background-color: #ffc0cb;}
td.blue {background-color: #a0d8ef;}


/*臨時のお知らせ*/
div.rinji h3 {
 font-size: 21px;
}

div.rinji {
background-color: #ffffff; 
color: #dc143c; 
font-size: 18px; 
padding:10px;
margin: 10px auto 0px;

}

div.rinji-midasi{
text-align: center;
margin-top: 5px;
}

div.rinji ul{
padding:0px;
list-style-type:none
}

a.sp-syousai{
display: block;
width: 150px;
background-color: #efcd9a;
color: #4096af;
text-decoration: none;
text-align: center;
margin: 10px auto;
padding: 5px 0 ;
border-radius: 20px;  }


/*全般*/
body {
  font-family:'Avenir Next', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic','メイリオ', Meiryo,  sans-serif,;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

a {
  color: #000000;
}

/*ヘッダー*/

div.header {
  line-height: 30px;
  margin: 0 auto;
  background-color: #93bd3b;
  text-align: center;
  color: #ffffff;
  height: 250px;
  position: fixed;
  top: 0;
  z-index: 900;
}

div.header a{
  color: #ffffff;
  text-decoration: none;
}

div.logo {
 width: 100%;
 padding: 15px 0;
 background-color: #93bd3b;
 position: fixed;
 top: 0;
 z-index: 950;
}

#text-logo {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 32px;
  display: block;
  margin-left: 40px;

 }

img.sp-ouchan{
  width:45px; 
  position: fixed;
  top: 4px;
  right: 8px;
  z-index: 20; 
}

div.sp-tel {
  color: #ffffff;
  text-align: center;
  font-size: 14pt;
}



/*ポスター　スライド*/

div.poster2 {
width: 100%;
}

div.poster img{
 height:  100px;
 width: 100px;
 margin-right: 7px;
 object-fit:cover;
 object-position: top;
}

div.poster2 img{
 height:  28vw;
 width: 30%;
 margin-right: 7px;
 object-fit:cover;
 object-position: top;
}

.slide-container {
    width: 100%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 25s infinite linear 1s both;
}
.slide{
  width: 100px;
  object-fit:cover;
  border: 1px solid #ddd;
}

@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

 .slide-paused:hover .slide-wrapper {
   animation-play-state: paused;
 }
 .slide-paused:hover .slide-wrapper img:hover {
   opacity: .8;
   cursor: grabbing;
 }


/*ハンバーガーメニュー*/
#menubtn{
    z-index:999;/*追加*/
    position:fixed;/*追加*/

}
#img-menubtn{
    width: 40px;
    z-index:999;/*追加*/
    position:fixed;/*追加*/
    top:8px;
    left: 10px;
}
.w1000{
    max-width:1000px;
    margin: 0 auto;
}
div.nav{
    z-index:500;
    background-color:#ebffde;
    display: none;
    position:fixed;
    width:230px;
    height:100%;
    padding-top: 10px;
    overflow: auto;
}

#nav-input:checked ~ nav {
    display: block;
    animation: 1s fadeIn;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
.nav-hidden{
    display:none;
}
.content{
    padding-top:80px;/*追加*/
}


/*SDGs*/
div.sdgs {
margin: 10px 0 ;
}


/*メニュー*/

div.nav ul {

 padding:0;
 margin:0 10px;
}

div.nav ul li {
  border-bottom: dashed 1px #92b5a9;
  list-style-type: none!important;
  padding: 5px;
}

div.nav ul.toppage {
 padding-bottom: 100px;
}

div.nav ul.toppage li {
  border-bottom: none;
}

div.nav a {
 text-decoration: none;
 display: block;
 
}


/*メニュー*/

#menu {
  margin: 0 auto;
  width: 98%;
}

.sp-menu {
  width: 100%;
  margin: 10px auto 20px;
  padding: 0px;
}

.sp-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  line-height: 1;
  font-size: 17px;
}

label {
  display: block;
  margin: 0 0 1px 0;
  padding :12px;
  line-height: 1;
  color :#fff;
  background :#007bbb;
  cursor :pointer;
  font-size: 17px;
}

input {
  display: none;
}

.sp-menu ul {
  margin: 0;
  padding: 0;
  background :#f4f4f4;
  list-style: none;
}

.sp-menu li {
  max-height: 0;
  overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  border-bottom: solid 1px #93bd3b;
}

#menu_bar01:checked ~ #links01 li {
  max-height: 46px;
  opacity: 1;
}

#menu_bar02:checked ~ #links02 li {
  max-height: 46px;
  opacity: 1;
}

#menu_bar03:checked ~ #links03 li {
  max-height: 46px;
  opacity: 1;
}

#menu_bar04:checked ~ #links04 li {
  max-height: 46px;
  opacity: 1;
}

/*メインコンテンツ*/

div.sp-main {
 background-color: #ffffe6;
 max-width: 420px;
 min-width: 290px;
}

#main-contents{
 padding: 0 5px;
 margin:60px 5px 0;
}

/*トップページ 電子図書関連*/
div.index-btn-sp {
 width: 95%;
 margin: 0 auto;
}

div.index-btn {
 margin: 10px 4px 18px;
 background-color: #00b050;
 text-align: center;
 font-weight: bold;
 border-radius: 10px;
 border: solid 1px #ffffff;
 padding:12px 0px;
 width: 45%;
 float: left;
}

a.index-btn{
 font-size: 14pt;
 text-decoration: none;
 color: #ffffff;
}

img.densi {
width: 100% ;
}

div.densi-kaisi {
 text-align: center;

}


/*トピックス カテゴリー*/

.category {
display: inline-block;
color: #fff;
width: 55px;
font-size: 12px;
text-align: center;
margin-right: 5px;
margin-left: -6em;
padding: 2px 2px 0px;
background-color: #75b46e;
border-radius: 5px;
}


/*トピックス*/

#topics {
  margin: 30px auto;
  width: 100%; 
}

ul.topics {
  font-size:16px;
  list-style: none;
  padding-left: 0px;
}

.topics li a {
  display: block;
  font-size:15px;
  color: #000000;
  text-decoration: none;
  margin-left: 5em;
}

ul.topics li {
  margin-top: 10px;
  background-color: #ffffff;
  padding: 10px 5px;
  border: solid 1px #007bbb;
}


ul.mark {
  margin-left: 10px;
}
ul.mark li {
 list-style-type: disc;
 }


ul.topics li.clear {
 border: 0;
 padding: 0;
}


p.kome {
 padding-left: 20px;
 padding-right: 20px;
 margin-top: 10px;
}

span.kome { 
 margin-left: -1em;
 margin-right: 1px;
}

span.date { color:#007bbb}

a.center{
 text-decoration: none;
 background-color: #efefee;
 color: #000000;
 padding: 10px 12px;
 width: 220px;
 display: block;
 text-align: center;
 margin: auto;
 border-radius: 30px;
}

a.extra {
 text-decoration: none;
 background-color: #dff5df;
 padding: 10px 5px;
 display: block;
 text-align: center;
 margin: auto;
 border-radius: 30px;
}



div.tree {
  margin-top: 0px;
  padding : 10px;
  background-color: #ffffff;
  border-left: solid 1px #007bbb;
  border-right: solid 1px #007bbb;
  border-bottom: solid 1px #007bbb;
}


div.tree a {
  color: #1155aa;
}

div.tree ul {
  list-style: none;
  padding-left: 10px;
}

div.tree li {
  border: 0px;
  margin: 0px;
  padding: 0px;
}


h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}


div.topic-bottom {
  background-color: #ffffff;
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 0px;
}

#sp-theme {
  text-align: center;
}

#sp-theme img {
  margin: 10px 0px;
}


a.log-button{
 text-decoration: none;
 background-color: #f5dfdc ;
 padding: 5px 12px;
 width: 220px;
 display: block;
 color: #000000;
 text-align: center;
 margin: 10px auto;
 border-radius: 30px;
}





/*フッター*/

div.topic-bottom ul {
  list-style: none;
  line-height: 1.5;
  padding: 0 10px 0 20px;
}

ul.sp-link {
  background-color: #ffffff;
  margin:0px;
  line-height: 1.5;
}

div.sp-access {
  margin: 0px auto 0;
  padding: 5px 0px 35px 20px;
  background-color: #ffffff;
  line-height: 1.4;
}

div.access {
  display: none;
}

div.copyright {
  margin:0 auto;
  text-align: center;
  padding: 10px 0 60px;
}

ul.sp-link a{
  text-decoration: none;
}

#counter {
  display: none;
}

/*トップに戻るボタン*/

div.sp-back,div.sp-index{
  text-align: center;
  background-color: #eaeea2;
  padding: 10px 0;
}

div.sp-back a,div.sp-index a{
  text-decoration:none;
  color:#043c78;
}

div.sp-back a {
 display: block;
}

#toplink{
  text-align: center;
  background-color: #eaeea2;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

div.sp-toplink a{
  text-decoration:none;
  color:#043c78;
}


/*装飾・他*/
span.li-button {
 color: #07af71;

 text-shadow: 1px 1px 0 #fff,
 3px 3px 0 #dfe8f1;

 margin-left:-1em;
 margin-right: 5px;
}

 span.button{

 color: #07af71;

 text-shadow: 1px 1px 0 #fff,
 3px 3px 0 #dfe8f1;

 margin-left:3px;
 margin-right:3px;
}

.red {
  color: #e60033;
}

.navy {
 color: #191970;
}

.green {
 color: #07af71;

}

.black {
 color: #000000;
}
.bold {
 font-weight: bold;
}

span.maru {
 background-color: #d6e9ca;
 border-radius: 30px;
 padding:3px 6px;
}

span.midashi {
  font-weight: bold;
  margin-right: 10px;
}

.fuchi-black {
 text-shadow: 1px 1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000;
}

.fuchi-white {
 text-shadow: 1px 1px 1px #ffffff,
    -1px 1px 1px #ffffff,
    1px -1px 1px #ffffff,
    -1px -1px 1px #ffffff;
}

div.map {
 background-color: eeeeff;
 border-radius: 10px;
 padding:8px;
 width: 100%;
 text-decoration: none;
 text-align: center;
}

/*PC版 非表示*/

#pc-parking {
  display: none;
}

ul.pc-only {
  display: none;
}

li.pc-only {
  display: none;
}

img.pc-only {
  display: none;
}

span.pc-only {
  display: none;
}

div.pc-only {
  display: none;
}

span.none {
  display: none;
}

div.right{
  display: none;
}

div.tel {
  display: none;
}

div.time{
  display: none;
}

#pic-library {
  display: none;
}

.pc-link {
  display: none;
}

#pc-menu {
  display:none;
}

.current a {
  display: none;
 }

#minna{
  display: none;
 }

#icon-library  {
  display: none;
}

#pic-anime {
  display: none;
}

div.news{
  display: none;
}

div.blank {
  display: none;
}

#pc-theme{
  display: none;
}

#pc-access {
  display: none;
}

 #pc-kouzou {
  display: none;
}

img.pc-sityou {
  display: none;
}

span.mark {
 margin-left: -1em;
}