@charset "UTF-8";

.page {
  min-height: 100px;
}

section {
  margin-bottom: 85px;
}

.no_compe {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
img {
  width: 100%;
  height: auto;
}
/* -------------------------------------
schedule
------------------------------------- */
.schedule .thanks {
  color: red;
  text-align: center;
  padding: 60px 0;
}
.schedule .thanks dt {
  font-size: 18px;
}
.schedule .thanks dd {
  font-size: 16px;
}
.schedule .thanks span {
  display: inline-block;
}
.schedule .mcopy {
  font-size: 18px;
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  padding: 60px 0;
}

.schedule .blk {
  padding: 0;
}

.schedule .scdttl {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 37px;
  padding: 10px;
  background-color: #2f2725;
}

.schedule .scblk {
  overflow-x: auto;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.schedule .scblk img {
  min-width: 768px;
}

.schedule .notes {
  font-size: 12px;
}
/* -------------------------------------
op_compe
------------------------------------- */
.schedule .note_r {
  font-size: 12px;
  text-align: right;
}
.method {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 35px;
}
/* point_compe */
.point_compe ul {
  display: flex;
}
.point_compe ul li {
  width: 48%;
  margin-bottom: 15px;
}
.point_compe ul li:nth-child(odd) {
  margin-right: 4%;
}
.point_compe .wnote {
	text-align:center;
}


/* 申込ボタン */
.schedule .join {
  text-align: center;
  margin-bottom: 92px;
}
.schedule .join p {
  font-size: 18px;
  margin-bottom: 15px;
}
.schedule .join a {
  max-width: 410px;
  margin: 0 auto;
  height: 60px;
  border-radius: 30px;
  position: relative;
  transition: all 0.2s ease;
}
.schedule .join a:hover {
  opacity: 1;
}

/*ボタンの中のテキスト*/
.schedule .join a span {
  font-size: 20px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 410px;
  height: 60px;
  background: linear-gradient(to right, #421314 0%, #6f4b26 50%, #b1954f 100%);
  border-radius: 30px;
  z-index: 2;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 右下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(35, 24, 21, 0.3);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.pushright:hover span {
  transform: translate(5px, 5px);
}

@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1160px) {
  .schedule .blk {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  .no_compe {
    font-size: 17px;
  }

  .schedule .thanks {
    font-size: 15px;
  }

  .schedule .scdttl {
    font-size: 26px;
  }

  .schedule .join p {
    font-size: 17px;
  }

  .schedule .join a {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  .no_compe {
    font-size: 16px;
  }

  /* -------------------------------------
	schedule
	------------------------------------- */
  .schedule .thanks {
    font-size: 14px;
  }

  .schedule .mcopy,
  .op_compe.schedule .copy {
    font-size: 14px;
  }

  .schedule .scdttl {
    font-size: 22px;
  }

  .schedule .join p {
    font-size: 16px;
  }

  .schedule .join a {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
