/* _setting CSS */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900|Noto+Serif+JP:400,900&display=swap&subset=japanese");
/*
* fes2020
*/
/* ------------------------------------------------------------------------- */
/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  .menu ul li.nav_bokeyo {
    width: 100%;
  }
  .menu ul li.nav_bokeyo a {
    width: 510px;
    margin: 15px auto;
    padding-top: 108px;
    background: url(../images/fes2020/w_nav.png) center/100% no-repeat;
    line-height: 100px;
    mix-blend-mode: normal;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .menu ul li.nav_bokeyo a:hover {
    background: url(../images/fes2020/w_nav_hover.png) center/100% no-repeat;
  }

  #bokeyo {
    padding: 60px 0 160px;
    background: url(../../images/fes2020/w_top.png), url(../../images/fes2020/w_bottom.png), #fea300;
    background-size: 2000px;
    background-position: center 30px ,center bottom;
    background-repeat: no-repeat;
  }
  #bokeyo .common_inner {
    background: none;
  }
  #bokeyo .common_inner h2 {
    width: 410px;
    margin: 150px auto 50px;
  }
  #bokeyo .common_inner .text_block {
    width: 100%;
    padding: 30px 30px 620px 30px;
    text-align: center;
  }
  #bokeyo .common_inner .text_block .text3 {
    margin-bottom: 30px;
    background: #fff;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  #bokeyo .common_inner .text_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 690px;
    margin: 30px auto;
  }
  #bokeyo .common_inner .text_block ul li {
    width: 47%;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  #bokeyo .common_inner .text_block ul li:last-child {
    width: 100%;
  }
  #bokeyo .common_inner .form_block {
    width: 80%;
    position: absolute;
    bottom: 60px;
    right: 9%;
    border-radius: 8px;
    padding: 20px;
    background: #d1d1d1;
    background: #ffe14e;
    color: #333;
    border-radius: 28px;
    border: none;
  }
  .hitarea_block{
    direction: none;
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  .menu ul li.nav_bokeyo {
    width: 100%;
  }
  .menu ul li.nav_bokeyo a {
    width: 100%;
    margin: 15px auto;
    padding-top: 25vw;
    background: url(../images/fes2020/sp_w_nav.png) center/100% no-repeat;
    line-height: 100px;
    mix-blend-mode: normal;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  #bokeyo {
    padding: 12vw 0 10vw;
    background: url(../../images/fes2020/w_top.png), url(../../images/fes2020/w_bottom.png), #fea300;
    background-size: 180vw;
    background-position: center 30px, center bottom;
    background-repeat: no-repeat;
  }
  #bokeyo .common_inner {
    background: none;
  }
  #bokeyo .common_inner h2 {
    width: 66vw;
    margin: 10vw auto 12vw;
  }
  #bokeyo .common_inner .text_block {
    width: 100%;
    text-align: center;
  }
  #bokeyo .common_inner .text_block .text3 {
    margin-bottom: 30px;
    background: #fff;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  #bokeyo .common_inner .text_block ul {
    margin: 5vw auto;
  }
  #bokeyo .common_inner .text_block ul li {
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  #bokeyo .common_inner .form_block {
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    background: #d1d1d1;
    background: #ffe14e;
    color: #333;
    border-radius: 28px;
    border: 11px solid #333;
  }


  .hitarea_block{
   margin-top: 7vw;
 }
 .hitarea_block #hitarea{
  text-align: center;
  background: url(https://k-baum.club/css/../images/fes2020/blackboard.png) center top/100% no-repeat;
  height: 49vw;
  width: 90%;
  padding: 0;
  margin: 0 auto;

}
.kakushi{
  position: fixed;
  top: 30vw;
  left: 0;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-size: 40px;
  width: 100vw;
  margin: 0 auto;
}
.hitarea_block #eventname{
 display: none;
}
.hitarea_block #coords{
  display: none;
}

}
