@charset "UTF-8";

#main img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: text-top;
  position: relative;
}

/*          spCss          */
#main {
  max-width: 820px !important;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  font-family: YakuHanJP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "MS Ｐ明朝", "MS PMincho", serif;
}
/* spの時だけ改行する／不可視にする　*/
.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}

/* pcとtabletの時にだけ改行する／不可視にする */
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}
.online {
  width: 100%;
  background: #ed1c24 !important;
  padding: 0.3em;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .online {
    width: 820px;
    padding: 1.5em;
  }
}
.online h4 {
  line-height: 1.5em;
  text-align: center;
  margin: 40px 0 30px 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.6em;
}

@media screen and (min-width: 720px) {
  .online h4 {
    font-size: 2em;
  }
}
.tentou {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS Ｐゴシック", "MS PGothic", sans-serif;
  color: #ed1c24;
  width: 100%;
  background: #fef5cb !important;
  padding: 0.3em;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .tentou {
    line-height: 2;
  }
}
.tentou h4 {
  line-height: 1.5em;
  text-align: center;
  margin: 40px 0 30px 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #ed1c24;
  letter-spacing: 0.07em;
  line-height: 2;
  font-size: 1em;
}

@media screen and (min-width: 720px) {
  .tentou h4 {
    font-size: 1.2em;
  }
}

.week {
  font-size: 1.5rem;
}

@media screen and (min-width: 720px) {
  .week {
    font-size: 2rem;
  }
}

.ec_image img {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .ec_image img {
    width: 60%;
  }
}
.ec_image {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (min-width: 720px) {
  .ec_image {
    /* font-size: 155%; */
    letter-spacing: 0.07em;
    line-height: 2;
  }
}
.online_txt {
  font-size: 1.4em !important;
}
.ec_image li {
  margin-bottom: 1em;
}

/* ecbtn */
.ecbtn {
  width: 95%;
  margin: 0 auto;
}
.ecbtn a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 30px 0 30px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding: 1em 2em;
  font-weight: 400;
  background: goldenrod;
  color: #fff;
  transition: 0.5s;
  font-size: 1em;
  line-height: 2;
}
.ecbtn a:hover {
  color: goldenrod;
  background: #fff;
  border: 2px solid goldenrod;
}
@media screen and (min-width: 720px) {
  .ecbtn a {
    font-size: 1em;
  }
}

/* otherbtn */
.otherbtn {
  font-family: YakuHanJP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "MS Ｐ明朝", "MS PMincho", serif;
  width: 95%;
  margin: 0 auto;
}
.otherbtn a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 30px 0 30px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding: 1em 2em;
  font-weight: 400;
  background: #ed1c24;
  color: #fff;
  transition: 0.5s;
  font-size: 1em;
  line-height: 2;
}
.otherbtn a:hover {
  color: #ed1c24;
  background: #fff;
  border: 2px solid #ed1c24;
}

@media screen and (min-width: 720px) {
  .otherbtn a {
    font-size: 1em;
  }
}

.timebig {
  font-size: 170%;
}

/*          spCss          */
#main {
  box-sizing: border-box;
  width: 100vw;
  margin: 0 auto;
  line-height: 1.2;
}

/*          tabletCss          */
@media screen and (min-width: 720px) {
  #main {
    width: 720px;
    font-size: 20px;
  }
}

/*          pcCss          */
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 20px;
  }
}
