@charset "UTF-8";
body {
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,"メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

img {
  max-width: 100%;
}

h2 {
  font-weight: bold;
  font-size: 1.4em;
}

h3 {
  font-weight: bold;
}

#logo {
  width: 70px;
  margin: 0 auto;
}
.thanks {
  text-align: center;
  font-size: 18px;
}
#mainvisual {
  margin: 0 auto;
}

main {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
}

.discription {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.discriptionStrong {
  font-size: 24px;
  line-height: 23px;
}

#container {
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
}

.nav_accordion div {
  margin: 0 0 25px;
}

.hide_contents {
  display: none;
}

.date_graf {
  margin: 10px 0;
}

.attention_p {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
}

.S_attention_p {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8em;
}

.ticket {
  margin-top: 10px;
}

.ticket_date {
  background: #e5e1e1;
  padding: 5px;
}

.T_attention_p {
  font-weight: normal;
  font-size: 10px;
}

.btn {
  text-decoration: none;
}

.yoyaku_btn span {
  text-decoration: none;
  font-size: 14px;
}

footer {
  width: 90%;
  margin: 25px auto;
  text-align: center;
}

small {
  font-size: 8px;
}


/* a */
.red {
  color: #f26d6d;
}
.blue {
  color: #1e1eff;
}
.yellow {
  color: #e8d71a;
}

/* header */
#header_red {
  width: 100%;
  background: red;
  height: 400px;
  position: relative;
  z-index: -3;
}
#header_blue {
  width: 100%;
  background: #00003c;
  height: 400px;
  position: relative;
  z-index: -3;
}
#header_yellow {
  width: 100%;
  background: #dcf404;
  height: 400px;
  position: relative;
  z-index: -3;
}

/* .Image */
.Image_red {
  position: absolute;
  width: 260px;
  left: 50%;
  margin-left: -150px;
  bottom: -30px;
  z-index: -1;
}
.Image_blue {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -150px;
  bottom: 0px;
  z-index: -1;
}
.Image_yellow {
  position: absolute;
  width: 140px;
  left: 50%;
  bottom: 0;
  z-index: -1;
}

/* .discriptionColor */
.discriptionColor_red {
  color: red;
}
.discriptionColor_blue {
  color: #00003c;
}
.discriptionColor_yellow {
  color: #dcf404;
}

/* .yoyaku_btn */
.yoyaku_btn_red {
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  font-size: 9px;
  color: #ffffff;
  border-radius: 6px;
  background-color: red;
  box-shadow: 0px 3px 0px 0px #990909;
  width: 100%;
}
.yoyaku_btn_blue {
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  font-size: 9px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #00003c;
  box-shadow: 0px 3px 0px 0px #000016;
  width: 100%;
}
.yoyaku_btn_yellow {
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  font-size: 9px;
  color: #000;
  border-radius: 6px;
  background-color: #dcf404;
  box-shadow: 0px 3px 0px 0px #8a8502;
  width: 100%;
}

/* mainTitle */
.mainTitle_red {
  filter: dropshadow(color=white, offX=0, offY=-1) dropshadow(color=white, offX=1, offY=0) dropshadow(color=white, offX=0, offY=1) dropshadow(color=white, offX=-1, offY=0);
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  position: absolute;
  color: red;
  font-size: 6em;
  text-align: center;
  width: 98%;
  word-wrap: break-word;
  z-index: -2;
  font-weight: bold;
  margin: 5px;
}
.mainTitle_blue {
  filter: dropshadow(color=white, offX=0, offY=-1) dropshadow(color=white, offX=1, offY=0) dropshadow(color=white, offX=0, offY=1) dropshadow(color=white, offX=-1, offY=0);
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  position: absolute;
  color: #00003c;
  font-size: 6em;
  text-align: center;
  width: 98%;
  word-wrap: break-word;
  z-index: -2;
  font-weight: bold;
  margin: 5px;
}
.mainTitle_yellow {
  filter: dropshadow(color=white, offX=0, offY=-1) dropshadow(color=white, offX=1, offY=0) dropshadow(color=white, offX=0, offY=1) dropshadow(color=white, offX=-1, offY=0);
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  position: absolute;
  color: #dcf404;
  font-size: 6em;
  text-align: center;
  width: 98%;
  word-wrap: break-word;
  z-index: -2;
  font-weight: bold;
  margin: 5px;
}

/* 480以上 */
@media screen and (min-width: 480px) {

  .btn{
    margin-bottom: 3px;
  }
  
  .thanks {
    text-align: center;
    font-size: 24px;
  }

  /* mainTitle */
  .mainTitle_red {
    word-wrap: break-word;
    font-size: 10em;
    line-height: 0.8;
  }
  .mainTitle_blue {
    word-wrap: break-word;
    font-size: 10em;
    line-height: 0.8;
  }
  .mainTitle_yellow {
    word-wrap: break-word;
    font-size: 10em;
    line-height: 0.8;
  }

  /* header */
  #header_red {
    height: 500px;
  }
  #header_blue {
    height: 500px;
  }
  #header_yellow {
    height: 500px;
  }

  /* Image (blue/yellow) */
  .Image_blue {
    position: absolute;
    width: 300px;
    z-index: -1;
  }
   .Image_yellow {
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: 0;
    z-index: -1;
  }
}

/* 768以上 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .discription {
    margin-bottom: 20px;
  }

  #container {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
  }

  .nav_accordion {
    float: left;
    width: 48%;
    margin-left: 5px;
  }

  .first {
    display: none;
  }

  .thanks {
    text-align: center;
    font-size: 30px;
  }

  /* mainTitle */
  .mainTitle_red {
    word-wrap: break-word;
    font-size: 12em;
  }
  .mainTitle_blue {
    word-wrap: break-word;
    font-size: 12em;
  }
  .mainTitle_yellow {
    word-wrap: break-word;
    font-size: 12em;
  }

  /* Image (blue) */
  .Image_blue {
    position: absolute;
    width: 300px;
    left: 30%;
    z-index: -1;
  }

}

/* 1024以上 */
@media screen and (min-width: 1025px) {
  #container {
    width: 1000px;
    margin: 0 auto;
  }

  .discription {
    margin: 15px auto;
    width: 1000px;
  }

  .first {
    display: block;
  }

  .hide_contents {
    display: block;
  }

  main {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
  }

  .boxes {
    overflow: hidden;
    zoom: 1;
  }

  .nav_accordion {
    float: left;
    width: 320px;
    margin-left: 10px;
  }

  .thanks {
    text-align: center;
    font-size: 35px;
  }

  /* mainTitle */
  .mainTitle_red {
    position: absolute;
    font-size: 14.5em;
    word-wrap: break-word;
    z-index: -2;
    font-weight: bold;
    text-align: center;
  }
  .mainTitle_blue {
    position: absolute;
    font-size: 14.5em;
    word-wrap: break-word;
    z-index: -2;
    font-weight: bold;
    text-align: center;
  }
  .mainTitle_yellow {
    position: absolute;
    font-size: 14.5em;
    word-wrap: break-word;
    z-index: -2;
    font-weight: bold;
    text-align: center;
  }

  /* header */
  #header_red {
    height: 500px;
    position: relative;
    z-index: -3;
  }
  #header_blue {
    height: 500px;
    position: relative;
    z-index: -3;
  }
  #header_yellow {
    height: 500px;
    position: relative;
    z-index: -3;
  }

  /* Image */
  .Image_red {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -180px;
    bottom: -50px;
    z-index: -1;
  }
  .Image_blue {
    position: absolute;
    width: 320px;
    left: 35%;
    z-index: -1;
  }
  .Image_yellow {
    position: absolute;
    width: 220px;
    left: 62%;
    bottom: 0;
    z-index: -1;
  }



}


