@charset "UTF-8";
/* CSS Document */
body {
  color: #000000
}
main {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-heading {
  /* [disabled]text-align: center; */
  color: rgba(56, 56, 56, 1.00)
}
h1.section-heading {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  font-feature-settings: "palt";
  text-align: left;
}
h1 {
  position: relative; /*相対位置*/
  padding: 0.5em 0.5em 0.5em 0.5em; /*アイコン分のスペース*/
  line-height: 1.4; /*行高*/
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
}
h2.section-heading {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  padding-top: 0.5em;
}
h3.section-heading {
  font-size: 1em;
}
p {
  line-height: 1.7em;
}
footer {
  background-color: #002816;
  color: #FFFFFF;
}
footer .list-inline-item a {
  color: #FFFFFF;
}
.navbar-nav .nav-item .js-scroll-trigger {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.padding-top {
  padding-top: 2em;
}
nav .bg-dark {
  background-color: #000000;
}
#navbar .fa,
main .fa,
main .fab {
  margin-right: 10px;
}
a {
  color: rgba(0, 147, 196, 1.00);
}
#pdf a.btn {
  color: rgba(255, 255, 255, 1.00);
}
.float-right {
  margin-left: 15px;
  margin-bottom: 15px;
}
#event ul {
  margin-bottom: 0px;
}
#event article {
  margin-bottom: 15px;
}
#event .title {
  /* [disabled]width: 10em; */
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: rgba(30, 30, 30, 1.00);
}
#pdf {
  background-image: url(../images/bg_section003.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#contact input {
  padding-right: 15px;
}
#memberlist i, #linklist i {
  padding-left: 10px;
}
#memberlist {
  line-height: 1.2em;
}
#memberlist ul {
  margin-bottom: 2em;
}
#memberlist li {
  margin-bottom: 1em;
}
li {
  list-style-position: inside;
}
.event_post img {
  width: 100%;
}
#navibar a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.conteiner_y {
  max-width: 600px; /* プレイヤーの最大幅 */
  margin: 0 auto;
  overflow: hidden;
}
.responsive-conteiner_y {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9に縦横比を設置 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.responsive-conteiner_y iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width:1200px) {
  #pdf a.btn {
    color: rgba(255, 255, 255, 1.00);
  }
  .section-heading {
    text-align: left;
  }
  #pdf {
    height: 500px;
    background-position: center;
  }
  h1.section-heading {
    font-size: 2em;
    margin-bottom: 1.5em;
    text-align: center;
    /*border-bottom: 1px solid rgba(213,213,213,1.00);*/
    padding-bottom: 0.5em;
  }
  h2.section-heading {
    font-size: 1.3em;
    text-align: left;
  }
  h3.section-heading {
    font-size: 1.2em;
    text-align: left;
  }
}
/* スマホ用 */
@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 450px;
    padding-bottom: 2em;
  }
}
/* PC用 */
@media screen and (min-width: 768px) {
  .fb-container {
    width: 500px;
  }
}