@charset "UTF-8";
/*大会アラカルト*/
.alacarte .time h6 {
  margin-bottom: 10px;
}
.alacarte .time table th {
  width: 25%;
}
.alacarte .time table i {
  margin: 0 2px;
}
.alacarte .time table tr.first i {
  color: #3cac88;
}
.alacarte .time table tr.second i {
  color: #aad301;
}
.alacarte .time table tr.third i {
  color: #c24141;
}
.alacarte .wifi h6 {
  margin-bottom: 10px;
}
.alacarte .mark figure {
  width: 250px;
  margin: 0 auto 30px;
}
.alacarte .mark .btn i {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.alacarte .suisen h5 {
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  color: #fff;
}
.alacarte .suisen h5:before {
  background-color: #fff;
}
.alacarte .suisen .box_gray {
  padding: 20px 3% 15px;
}
.alacarte .suisen h6 {
  color: #099ac6;
  position: static;
  padding: 0;
}
.alacarte .suisen h6:before {
  display: none;
}
/*開催方法について*/
.method .wrap {
  padding: 30px 3% 10px;
  background-color: #e5f5fb;
  border-radius: 10px;
}
.method .wrap h4 {
  text-align: center;
  border: none;
  padding: 0;
}
.method .wrap h4:before {
  display: none;
}
.method .wrap .right {
  text-align: right;
}
.method .wrap ul {
  padding: 0 0 0 20px;
}
/*大会ポスター*/
.poster figure {
  width: 500px;
  margin: 0 auto 30px;
}
.poster .btn i {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width:1050px) {
  /*大会アラカルト*/
  .alacarte .time table {
    border-bottom: solid 1px #0f2c35;
  }
  .alacarte .time table th, .alacarte .time table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .alacarte .time table td {
    border-bottom: solid 1px #0f2c35;
  }
  .alacarte .suisen .box_gray {
    padding: 20px 5% 15px;
  }
  /*開催方法について*/
  .method .wrap {
    padding: 30px 5% 15px;
  }
  .method .wrap h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 !important;
  }
  /*大会ポスター*/
  .poster figure {
    width: 100%;
  }
}