@charset "UTF-8";
/* CSS Document */
html {}
body {
  background: #fff;
  color: #6E6E6E;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
a {
  color: #6E6E6E;
  text-decoration: none;
}
a:hover {
  color: #6E6E6E;
}
a:visited {
  color: #6E6E6E;
}
a:focus {
    outline: none;
}
ol {
  margin: 0;
  padding: 0 0 0 1rem;
}
input[type=text], input, textarea {
  -webkit-appearance: none;
  cursor: pointer;
}
.site-footer {
  background: -moz-linear-gradient(to bottom, #FFF, #79c9d0 80%, #79c9d0);
  background: -webkit-linear-gradient(to bottom, #FFF, #79c9d0 80%, #79c9d0);
  background: linear-gradient(to bottom, #FFF, #79c9d0 80%, #79c9d0);
}
.sign {
  height: 240px;
  background: url(../images/sign.png) no-repeat center;
  background-size: 250px;
}
.s-and-a {
    height: 200px;
    background: url(../images/logo_lib.png) no-repeat center bottom 15px;
    background-size: 100px;
}
.site-footer ul {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  text-align: center;
}
.site-footer ul li {
  display: inline-block;
  padding: 0 5px;
}
.site-footer ul li a {
  color: #fff;
  font-size: 20px;
}
.site-info {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}
.linkButton {
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.site-info p {
  margin-bottom: 0;
}
.site-info a {
  color: #fff;
  font-size: 80%;
  text-decoration: underline;
}
.linkButton a {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffb6c1;
  border: double 4px #ffb6c1;
  border-radius: 3px;
  transition: .4s;
  background: none;
  font-size: 1rem;
  font-weight: 700;
}
div.topSection {
  padding: 60px 15px 30px;
}
.section-title {
  text-align: center;
  margin: 0;
}
p.section-desc {
  text-align: center;
  margin: 0 auto 30px;
  color: #79c9d0;
  font-weight: 600;
}
p.section-desc a {
  text-decoration: underline;
  color: #79c9d0;
  transition: .2s;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.topNews-thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.topNews-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
}
.topNews-thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: solid 10px #79c9d0;
}
.topNews-desc p {
  margin: 0;
}
.topNews-desc {
  background: #79c9d0;
  margin-top: -1px;
  color: #fff;
  padding: 5px 15px 15px;
  font-size: 12px;
}
p.news-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  margin: 0;
  padding: 10px 0 10px 10px;
  background: rgba(121, 201, 208, 0.5);
}
p.news-date:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -61px;
  border: 40px solid transparent;
  border-left: 40px solid rgba(121, 201, 208, 0.5);
}
.topNews-wrapper {
  width: 100%;
  background: #79c9d0;
  margin: 15px auto;
}
.topNews-title {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}
.news-tag {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  right: -42px;
  top: 15px;
  width: 158px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  background: #ffb6c1;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px #ffb6c1;
}
#instagram {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  overflow: hidden;
}
#instagram li {
  width: calc(100%/3);
  float: left;
}
#instagram a {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
}
#instagram img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
iframe#twitter-widget-0 {
  width: 740px !important;
}
#feed {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#feed li {
  padding-top: 30px;
}
#feed li a:hover {
  color: #6E6E6E;
}
.img-wrap {
  margin: 0 -15px;
  position: relative;
}
.img-wrap img {
  width: 100%;
}
.rabbit {
  position: absolute;
  width: 69px !important;
  top: -73px;
  right: 6px;
  z-index: -1;
  opacity: .5;
  transform: rotate(5deg);
}
.blogDesc {
  position: relative;
  padding: 1em;
  background: #79c9d0;
  color: #fff;
  font-size: 13px;
  border-radius: 18px;
}
.blogDesc:after {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #79c9d0;
  width: 0;
  height: 0;
}
.blogTime {
  font-size: 12px;
}
.blogTitle {
  margin-top: 0;
  font-weight: 600;
}
.blogTitle img {
  height: 18px;
  padding-right: 5px;
}
.slide-toggle {
  width: 100%;
  line-height: 50px;
  text-align: center;
  display: none;
  margin: 30px auto;
  border: solid 1px #79c9d0;
}
/* Contact */
.wpcf7-form input {
  width: 100%;
  max-width: 411px;
  font-size: 13px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 100px;
  max-width: 411px;
  font-size: 13px;
}
input:focus, textarea:focus {
  outline: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  background: #FA817D;
  color: white;
  font-size: 13px;
  margin: 0 auto 30px;
}
div.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #79c9d0;
  margin: 0 auto 30px;
}
.wpcf7-not-valid-tip {
  color: #FA817D !important;
}
.wpcf7-form label {
  font-size: 13px;
}
.wpcf7-form p {
  margin: 5px;
}
.wpcf7-form p:nth-child(8) {
  text-align: center;
  margin: 20px;
}
.wpcf7-submit, .contact-confirm, button.cm4cf7-return-button {
  display: inline-block;
  padding: 0.5em 1em !important;
  text-decoration: none;
  color: #ffb6c1 !important;
  border: double 4px #ffb6c1 !important;
  border-radius: 3px !important;
  transition: .4s;
  background: none !important;
  font-size: 1rem !important;
  font-weight: 700;
  width: 40% !important;
  max-width: 200px !important;
  margin: 5%;
}
.contact-back, button.cm4cf7-return-button {
  display: inline-block;
  padding: 0.5em 1em !important;
  text-decoration: none;
  color: #79c9d0 !important;
  border: double 4px #79c9d0 !important;
  border-radius: 3px !important;
  transition: .4s;
  background: none !important;
  font-size: 1rem !important;
  font-weight: 700;
  width: 40% !important;
  max-width: 200px !important;
  margin: 5%;
}
.wpcf7c-conf {
  background-color: rgb(232, 240, 254) !important;
  color: rgb(0, 0, 0) !important;
  border: 1px solid #000 !important;
}
.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube:last-child {
  margin-bottom: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
div#___ytsubscribe_0 {
  width: 100% !important;
  text-align: right;
}
.prof-desc p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.prof-desc p:last-child {
  margin-bottom: 30px;
}
.prof-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: -50px;
  background: #ffb6c1;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 5;
  transition: .2s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
  font-weight: 900;
}
.content-area {
  padding: 0 15px 30px;
}
.entry-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.site-branding {
  text-align: center;
  padding: 15px;
  z-index: 1;
}
img.custom-logo {
  width: 200px;
}
.site-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0.67em 0;
}
.site-title a {
  color: #6E6E6E;
}
.site-description {
  display: none;
}
.cat-name {
  text-align: center;
}
.pager {
  clear: both;
  text-align: center;
  padding: 0 30px;
}
.page-numbers {
  margin: 3px;
}
.pager a {
  transition: .3s;
}
span.page-numbers.current {
  font-weight: 700;
  background: #ffb6c1;
  color: #fff;
  padding: 0 5px 2px;
}
/* Navi */
.nav-wrapper {
  height: 0;
  position: relative;
  z-index: 9998;
}
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}
.navbar_toggle {
  z-index: 9999;
  position: fixed;
  top: 12px;
  left: 12px;
  cursor: pointer;
  width: 30px;
  height: 22px;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  width: 30px;
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  width: 20px;
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  width: 10px;
  top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  width: 10px;
  top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  width: 20px;
  top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  width: 30px;
  top: 0;
}
.pageMenu {
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 60px;
  left: -100%;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
}
.pageMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageMenu ul li {
  padding: 4px 30px;
  font-family: 'Baloo Da', 'M PLUS 1p', sans-serif;
  font-size: 1.5rem;
  opacity: 0;
  transition: 1s;
  transform: translateX(-100px);
}
.pageMenu ul li.active {
  opacity: 1;
  transform: translateX(0);
}
/*OPEN時の動き*/
.pageMenu.open {
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.paging-wrapper {
  color: #fff;
  background: #79c9d0;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  font-size: .9rem;
}
.paging {
  overflow: hidden;
  margin: 0 auto;
  max-width: 700px;
}
.paging .next {
  text-align: right;
}
.paging .prev {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.paging .next {
  float: right;
  width: 50%;
  padding-left: 5px;
}
.paging a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
.post-thumbnail {
  margin: 0 -15px;
}
.post-thumbnail img {
  width: 100%;
}
.archive-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.single-wrapper, .page-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.post, .page {
  margin: 0;
}
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}
.site-footer p {
    text-align: center;
    margin: 0 auto 0.5rem;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 600;
}
ul.wp-block-list {
    margin-left: 0;
}
@media screen and (min-width: 481px) {
  .topNews-wrapper {
    width: 48%;
    margin: 1%;
  }
  #feed li {
    float: left;
    width: 50%;
    padding: 10px;
  }
  #feed li:nth-child(3) {
    clear: both;
  }
  .youtube {
    float: left;
    width: 46%;
    padding-top: 28.125%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #twitter, #contact {
    max-width: 500px;
    margin: 0 auto;
  }
  #feed li:nth-child(2) {
    animation-delay: .3s;
  }
  #feed li:nth-child(3) {
    animation-delay: .6s;
  }
  #feed li:nth-child(4) {
    animation-delay: .9s;
  }
}
@media screen and (min-width: 897px) {
  #feed li {
    width: 25%;
  }
  #feed li:nth-child(3) {
    clear: none;
  }
  #profile, #link, #ichinana {
    max-width: 700px;
    margin: 0 auto;
  }
  #instagram li {
    width: calc(100%/6);
  }
  #twitter {
    float: left;
    width: 50%;
  }
  #contact {
    float: left;
    width: 50%;
  }
  #news, #blog, #youtube {
    max-width: 1000px;
    margin: 0 auto;
  }
  #twitter, #contact {
    padding: 30px 50px;
  }
  #container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .site-info a:hover {
    text-decoration: none;
  }
  .linkButton a:hover {
    color: #FA817D;
    border: double 4px #FA817D;
  }
  .wpcf7-submit:hover, .contact-confirm:hover {
    color: #FA817D !important;
    border: double 4px #FA817D !important;
  }
  .contact-back:hover {
    color: #52dadd !important;
    border: double 4px #52dadd !important;
  }
  #page_top:hover {
    opacity: 1;
  }
  .pager a:hover {
    opacity: .7;
  }
  p.section-desc a:hover {
    text-decoration: none;
    opacity: .7;
  }
  #instagram li {
    overflow: hidden;
  }
  #instagram a {
    transition: 1s;
  }
  #instagram a:hover {
    transform: scale(1.1, 1.1);
  }
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  background: #ffb6c1;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInUpSmall {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall
}