@charset "UTF-8";
/* CSS Document */
body {
  font-size: 16px;
}

h1 {
  font-size: 99px;
  color: #003366;
  margin: 30px auto 80px;
}

h2 {
  font-size: 99px;
  margin: 30px auto 80px;
}

h3 {
  font-size: 34px;
  color: #003366;
}

.base-head::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  border-bottom: 5px solid #003366;
  margin: 0.25em auto 1em;
}

#wrapper {
  width: 1400px;
  margin: 0 auto;
}

section {
  height: auto;
  text-align: center;
}

section.article {
  width: 1200px;
  margin: 112px auto;
  text-align: left;
  position: relative;
}

section.article .art {
  margin-top: 90px;
}

section.article p.date {
  font-size: 36px;
}

section.article h2 {
  font-size: 60px;
  margin: 36px 0 24px;
}

section.article p.text {
  font-size: 24px;
}

/* ここから */
section.sns .blog {
  background: url("../img/bg_blog.png") center center no-repeat;
  height: 1130px;
  margin-top: -36px;
  position: relative;
}

section.sns .blog img.sns_ttl_blog, section.sns .blog p.sns_txt_blog {
  position: absolute;
}

section.sns .blog img.sns_ttl_blog {
  top: 65%;
  right: 20px;
}

section.sns .blog p.sns_txt_blog {
  top: 78%;
  right: 50%;
  text-align: right;
}

/* ここまで */
.imgbox {
  width: auto;
  height: auto;
  overflow: hidden;
}

.imgbox-img {
  transition-duration: 0.3s;
}

.imgbox-img:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
  opacity: 0.9;
}

section.listen .lis {
  background: url("../img/bg_listen.png") center center no-repeat;
  height: 1200px;
  position: relative;
}

section.listen .lis img.lis01 {
  margin-top: 90px;
}

section.listen .lis img.lis_arrow {
  margin-top: 46px;
}

section.listen, section.newstart {
  margin: 180px auto 0;
  position: relative;
}

section.listen .line {
  position: absolute;
  top: 890px;
  left: 0;
  right: 0;
  margin: auto;
}

section.map {
  margin-top: 800px;
  position: relative;
}

section.map .add {
  font-size: 30px;
}

section.map .add::before {
  content: "◾️";
  color: #003366;
  font-size: 90%;
}

section.map .gmap {
  margin: 90px auto 0;
  width: 800px;
  height: auto;
}

section.sns div.blog h4 {
  position: absolute;
  bottom: 0;
}
section.sns div.rss {
  display: flex;
  justify-content: space-between;
}
section.sns div.rss ul {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  list-style: none;
  padding-inline: 24px;
}
section.sns div.rss ul li {
  text-align: left;
  margin: 0 1em 0.75em;
  padding-bottom: 0.25em;
  border-bottom: dotted 3px #779dc2;
}
section.sns div.rss ul li::before {
  font-family: FontAwesome;
  content: "\f09e";
  padding-right: 5px;
  color: #5585B4;
}
section.sns div.rss ul li a {
  color: #5585B4;
  text-decoration: none;
}
section.sns div.rss ul li a:hover {
  text-decoration: underline;
  color: #003366;
}
section.sns div.rss img {
  max-width: 442px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  section.sns div.rss img {
    padding: 0;
  }
}

section.footer {
  margin: 110px auto 0;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    margin: 10px auto;
  }
  img.imgbox-img, section.newstart img.sec-ttl, section.listen img.sec-ttl {
    max-width: 50%;
  }
  section.sns .blog img.sns_ttl_blog {
    right: 2%;
  }
  section.sns .blog p.sns_txt_blog {
    right: 55%;
  }
  section.listen .lis img.lis01 {
    margin-top: 45px;
    max-width: 75%;
  }
  section.listen .lis img.lis_arrow {
    margin-top: 15px;
    max-width: 72px;
  }
  section.listen .lis img.lis_messa {
    margin-top: 0;
    max-width: 80%;
  }
  section.listen .line {
    position: relative;
    top: 0;
  }
  section.listen .line img {
    max-width: 80%;
  }
  section.map {
    margin-top: 200px;
  }
  section.map .gmap {
    width: 90%;
  }
}/*# sourceMappingURL=style3ku.css.map */