@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

body {
  background-image: url("../images/bg_body.jpg");
  background-size: 1500px 805px;
}

p {
  line-height: 2;
  font-size: 1.5rem;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  opacity: .7;
}

.header__logo {
  width: 100%;
  height: 40px;
  background-image: url("../images/bg_joushiki.jpg");
  background-repeat: repeat-x;
  background-size: 48px 40px;
  text-align: center;
}

.header__logo img {
  margin-top: 8px;
}

.bg {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 0;
  background-size: 1500px 1682px;
  width: 100%;
  height: 100%;
  min-height: 1682px;
  display: block;
  z-index: -1;
}

.head__title {
  width: 766px;
  margin: 16px auto;
}

.main__intro {
  width: 650px;
  margin: 0 auto;
  position: relative;
}

.main__intro p {
  width: 380px;
}

.main__intro .btn_sanma {
  width: 186px;
  height: 186px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.schedule {
  width: 640px;
  margin: 20px auto;
}

.schedule__content {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  color: #054966;
}

.schedule__content .btn_close {
  display: block;
  text-align: center;
  padding: 50px 0 0;
}

.schedule__text {
  width: 440px;
  margin: 0 auto;
}

.schedule__text p, .schedule__text dl {
  font-weight: bold;
}

.schedule__text p.note, .schedule__text dl.note {
  font-size: 1.3rem;
  padding-bottom: 30px;
}

.schedule__text dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule__text dl dt {
  width: 20%;
  line-height: 2;
}

.schedule__text dl dd {
  margin: 0;
  width: 78%;
  line-height: 2;
}

.schedule__text dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}

.schedule__text h2 {
  font-weight: bold;
  font-size: 1.8rem;
}

.youtube {
  width: 640px;
  margin: 100px auto;
}

.youtube iframe {
  border: none;
}

.txtlive {
  width: 900px;
  margin: 0 auto;
}

.txtlive iframe {
  border: none;
}

.footer {
  margin-top: 50px;
}

.footer__copyright {
  width: 100%;
  height: 40px;
  background-image: url("../images/bg_joushiki.jpg");
  background-repeat: repeat-x;
  background-size: 48px 40px;
  text-align: center;
}

.footer__copyright .copyright {
  color: #fff;
  font-size: 1rem;
  padding-top: 14px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
}

.footer__share, .footer__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__share li, .footer__contact li {
  padding-right: 20px;
  text-align: center;
}

.footer__share li a, .footer__contact li a {
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  img {
    width: 100%;
  }
  p {
    line-height: 2;
    font-size: 1.4rem;
    font-weight: bold;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  a:hover {
    opacity: .7;
  }
  .header__logo img {
    width: 140px;
    height: auto;
  }
  .bg {
    background-position: 65% 0;
    background-size: 240%;
  }
  .head__title {
    width: 100%;
    margin: 32px auto;
  }
  .main__intro {
    width: 100%;
    margin: 80% auto 0;
    position: relative;
  }
  .main__intro p {
    width: 90%;
    margin: 0 auto;
  }
  .main__intro .btn_sanma {
    width: 70%;
    height: auto;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px auto;
  }
  .schedule {
    width: 90%;
    margin: 20px auto;
  }
  .schedule .btn_schedule {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
  }
  .schedule__content {
    display: none;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    color: #054966;
  }
  .schedule__content .btn_close {
    display: block;
    text-align: center;
    padding: 50px 0 0;
    width: 20%;
    margin: 0 auto;
  }
  .schedule__text {
    width: 100%;
    margin: 0 auto;
  }
  .schedule__text p, .schedule__text dl {
    font-weight: bold;
  }
  .schedule__text p.note, .schedule__text dl.note {
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
  .schedule__text dl {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule__text dl dt {
    width: 20%;
    line-height: 2;
  }
  .schedule__text dl dd {
    margin: 0;
    width: 78%;
    line-height: 2;
  }
  .schedule__text dl dd p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .schedule__text h2 {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .youtube {
    width: 100%;
    margin: 20px auto;
  }
  .youtube iframe {
    width: 100%;
    height: calc(100vw * 0.5625);
    border: none;
  }
  .txtlive {
    width: 100%;
    margin: 0 auto;
  }
  .txtlive iframe {
    width: 100%;
    border: none;
  }
  .footer {
    margin-top: 60px;
  }
  .footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 90%;
    min-width: auto;
    margin: 0 auto 50px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__share, .footer__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    text-align: center;
    margin: 0 auto;
  }
  .footer__share li, .footer__contact li {
    padding-right: 20px;
    text-align: center;
  }
  .footer__share li a, .footer__contact li a {
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: bold;
  }
  .footer__share li a img, .footer__contact li a img {
    width: 40px;
  }
  .footer__share {
    margin-bottom: 30px;
  }
  .footer__share li:first-child {
    display: none;
  }
}
