@charset "UTF-8";

/* CSS Document */
body {
  font-family: "Shuei MaruGo L";
  color: #3c3c3c;
}

.contents-wrapper {
  background-repeat: repeat;
  background-size: 1820px;
}

.header__lead {
  font-family: "Shuei MaruGo B";
}

@media only screen and (min-width: 601px) {
  .header__lead {
    font-size: 17px;
    padding: 20px;
  }
}

.header__lead img {
  width: 100%;
  max-width: 500px;
}

.header__logo {
  display: none;
}

#contents {
  max-width: 800px;
  margin-inline: auto;
  padding-top: 25px;
}

.footer {
  max-width: 800px;
  margin-inline: auto;
  padding-top: 20px;
}

.navi {
  border-top: 5px solid #fff17a;
  border-bottom: 5px solid #fff17a;
}

.yodogawa, .schedule, .banners {
  width: fit-content;
  margin-inline: auto;
}

.schedule {
  margin-top: 1rem;
}

.banners {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.5rem;
}

.post-header__title h3 {
  padding: 1rem 1rem 0 1rem;
}

.post, .slide {
  position: relative;
}
.post-flag-wrap {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
}

.post-flag {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 641px) {
  .header__lead {
    font-size: 160%;
    margin-inline: auto;
  }
  .post-flag-wrap {
    width: 138px;
    height: 138px;
    left: 0;
    top: 0;
    transition: width 0.1s ease, height 0.1s ease;
  }
  .post-flag {
    transform: rotate(-90deg);
  }
  .banners {
    width: 92%;
  }
}
@media (any-hover: hover) and (min-width: 641px) {
  .slide:hover .post-flag-wrap {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 640px) {
  .yodogawa {
    padding-top: 12px;
  }
}

.post__text,
.footer-share h3,
.footer-share ul {
  color: #444;
}

a.btn,
.post-share li a {
  background-color: #7AC62D;
}

a, a:link, a:visited {
  color: #7AC62D;
}

a.btn {
  color: #ffffff;
}

.footer-contact__home a {
  color: #7AC62D;
}

.footer-contact__mail a,
.footer-contact__home a {
  background-color: transparent;
}

.footer .copyright {
  background-color: transparent;
}
