@charset 'utf-8';
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
/* font */
/* original */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
.st__Footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__Footer {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .st__Footer {
    padding: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__Footer p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__Footer p {
    font-size: 2.133333333333333vw;
  }
}


/* base */
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
}
header {
  height: 105px;
}
header h1 {
  padding: 25px 50px;
  margin: 0;
}
main {
/*  height: calc(100% - 105px) ; */
  height: 100%;
}
main .programme {
  height: 100% ;
}
main.rule {
  min-height: 100%;
  height: auto;
  margin-bottom: 50px;
}
iframe {
border: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

footer {
}
footer .st__Footer {
  height: 105px;
  background-color: #FFEFF4;
}
footer .st__Footer p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 768px) {
header h1 {
  padding: 25px 25px;
}
main {
  height: calc(100% - 105px) ;
}
main.rule {
  min-height: 100%;
  height: auto;
}
}
