@charset "UTF-8";

body {
  font-family: "A1ゴシック R", sans-serif;
  color: #000000;
  /* color: #2b89a3; */
}

#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: fixed;
  background: url(/textlive/images/sanseido_open/bg_image2.jpg);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#contents {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 48px;
}

.yt-head {
  margin: 32px auto 24px auto;
  width: 80%;
}

.yt-wrap {
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.yt-wrap iframe {
  width: 100%;
  height: 100%;
}

.header__lead {
  padding: min(60px, 8%) 0;
  color: #000000;
}

.header__lead > div {
  display: flex;
  flex-direction: column;
}

.header__lead .yodogawa-inner {
  width: fit-content;
  margin-inline: auto;
}

.header h1 {
  background: transparent;
}

.header__logo a {
  padding: 0;
}

.post-wrapper {
  padding: 4px;
}
.post-share {
  padding: 0;
}
.post-share__line a {
  border-radius: 0;
}

.post-header__title {
  background-color: #ffe11a;
}
.post-header__title:before {
  background-image: url(/170220kotorisobue/images/balloon.svg);
}

.footer {
  padding-top: 4px;
}

.header__logo,
.header__logo a:link,
.header__logo a:visited {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
}
.header__logo {
  background-color: #2b89a3;
}

.post {
  color: #000000;
}

.footer .copyright {
  color:#fff;
  margin-top:1px;
  background-color: #2b89a3;
}

.navi {
  margin-block: 0;
  border: none;
}

.post-share li a {
  background-color: #2b89a3;
}
a.btn {
  background-color: #2b89a3;
}
a:link {
  color: #2b89a3;
  text-decoration: none;
}
a:visited {
  color: #2b89a3;
  text-decoration: none;
}

a.link-modal {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;  
}

.navi__prev-next a:visited,
.navi__prev-next a:link {
  color: #FFFFFF;
}
.footer-share {
  color: #2b89a3;
}
.footer-contact__home a {
  color: #2b89a3;
  background-color: transparent;
}

@media (min-width: 601px) {
  .header__lead {
    padding: min(60px, 8%) 6%;
  }  
  .yt-head {
    width: 60%;
  }  
  .post-share__twitter a {
    border-radius: 6px 0 0 0;
  }
  .footer {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .post__text {
    padding-top: 0;
  }
  .footer-contact__home a {
    background-color: #2b89a3;
    color:#fff;
  }
  .footer-contact__mail a {
    color:#fff;
    background-color: #2b89a3;
  }
}
