@charset "UTF-8";
/* CSS Document */
body {
  font-family: "A1 Gothic R";
	color: #2c4056;
  background-color: #fff8da;
  background-image: url(ontadore_back_sp.jpg);
  background-position: center;
}
.header__logo {
  display: none;
}
.header__lead {
    margin-top: 25px;
}
.banner{
    width: 325px;
    margin: 30px auto;
}
#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 #5ba1b0;
  border-bottom: 5px solid #5ba1b0;
}

.yodogawa, .schedule, .banners {
  width: fit-content;
  margin-inline: auto;
}
.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: 1400px) {
  body {
    background-image: url(ontadore_back_pc.jpg);
    background-size: contain;
  }
}
@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 only screen and (min-width: 601px) {
    .header__lead {
        padding-top: 40px;
    }
}

@media (any-hover: hover) and (min-width: 641px) {
  .slide:hover .post-flag-wrap {
    width: 42px;
    height: 42px;
  }
}

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

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

a, a:link, a:visited {
  color: #c53944;
}

a.btn {
  color: #ffffff;
}

.footer-contact__home a {
  color: #c53944;
}

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

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