@charset "UTF-8";
@import url(reset.css);
html {
  height: 100%;
}

body {
  background: #fff url(../../img/bg_body.png) repeat-x left top;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  min-height: 100%;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 899px) {
  body {
    background: none;
  }
}

/*.pc or .sp*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*.wrap*/
.wrap {
  background: url(../../img/bg_header.png) no-repeat top left;
  width: 920px;
  margin: 4px auto 0;
  text-align: left;
  min-height: 100%;
}

@media screen and (max-width: 899px) {
  .wrap {
    background: none;
    width: auto;
    margin: 4px auto 0;
  }
}

/*.header */
.header {
  width: 900px;
  padding-top: 10px;
  height: 420px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .header {
    width: auto;
    height: auto;
  }
}

.header_logo {
  float: right;
}

@media screen and (max-width: 899px) {
  .header_logo {
    float: none;
    text-align: center;
  }
}

.header_tt {
  position: absolute;
  right: 50px;
  top: 120px;
  z-index: 10;
}

.header_onair {
  position: absolute;
  right: 88px;
  top: 270px;
  z-index: 100;
}

.header_ph {
  position: absolute;
  left: 80px;
  top: 70px;
  width: 333px;
  height: 330px;
  padding: 7px 0 0 45px;
}

.header_ph img.frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 373px;
  height: 330px;
}

@media screen and (max-width: 899px) {
  .header_sp img {
    width: 100%;
    height: auto;
  }
}

/*.event */
.event {
  font-size: 110%;
  line-height: 1.6em;
}

.event_tt {
  /*.event_tt */
  width: 811px;
  height: 221px;
  margin: 0 auto 30px;
  background: url(../../img/event_tt.png) no-repeat top left;
  text-align: center;
  text-indent: -9999px;
}

@media screen and (max-width: 899px) {
  .event_tt {
    width: auto;
    height: auto;
    margin: 0 auto 3%;
    background: none;
    text-indent: 0px;
  }
}

@media screen and (max-width: 899px) {
  .event_tt img {
    width: 100%;
    height: auto;
  }
}

.event_lead {
  /*.even_lead */
  width: 811px;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 110%;
}

@media screen and (max-width: 899px) {
  .event_lead {
    width: 95%;
    margin: 0 auto;
  }
}

.event_detail {
  /*.event_detail */
  width: 800px;
  margin: 0 auto;
  padding: 15px 10px 10px 10px;
  border-bottom: 1px dashed #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .event_detail {
    width: auto;
    display: block;
    padding: 15px 3% 10px 3%;
  }
}

.event_detail li {
  display: block;
}

.event_detail li:first-child {
  width: 81px;
  margin: 0 40px 0 0;
  color: #db0066;
  background: url(../../img/bg_detail2.png) no-repeat top center;
  text-align: center;
  font-size: 95%;
}

@media screen and (max-width: 899px) {
  .event_detail li:first-child {
    margin: 0 0 1% 0;
  }
}

.event_detail:nth-child(odd) li:first-child {
  color: #fff;
  background: url(../../img/bg_detail1.png) no-repeat top center;
}

.event_detail:nth-of-type(1) li:last-child br,
.event_detail:nth-of-type(4) li:last-child br {
  display: none;
}

@media screen and (max-width: 899px) {
  .event_detail:nth-of-type(1) li:last-child br,
  .event_detail:nth-of-type(4) li:last-child br {
    display: inline-block;
  }
}

.event_detail li strong {
  display: block;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 105%;
}

.event_detail li .event_small {
  font-size: 90%;
}

.event_detail li .event_list {
  display: block;
  padding: 0 0 0 17px;
  font-size: 90%;
  line-height: 1.7em;
  font-style: normal;
  background: url(../../img/icon_list.png) no-repeat 0 7px;
}

.event_detail a {
  color: #333;
}

.event_detail img.map {
  position: relative;
  margin: 0 3px 0 5px;
  vertical-align: middle;
}

.event_detail img.ka_logo {
  width: 80px;
  height: auto;
  margin: 0 10px 5px 5px;
  vertical-align: middle;
}

.event_txt {
  /*.event_txt */
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  color: #db0066;
  font-size: 115%;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .event_txt {
    width: auto;
    padding: 5% 4%;
    font-size: 100%;
    line-height: 1.3em;
    text-align: left;
  }
}

.event_subtt {
  /*.event_subtt */
  margin: 0 0 15px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .event_subtt {
    margin: 0 0 3% 0;
  }
}

@media screen and (max-width: 899px) {
  .event_subtt img {
    width: 90%;
    height: auto;
  }
}

.event_wiget {
  /*.event_wiget */
  margin: 0 0 3% 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .event_wiget iframe {
    display: block;
    width: 90%;
    height: 310px;
    margin: 0 auto;
  }
}

.event_att {
  /*.event_att */
  width: 660px;
  margin: 0 auto 5%;
  font-size: 85%;
}

@media screen and (max-width: 899px) {
  .event_att {
    width: 90%;
  }
}

.event_att dt {
  padding: 0 0 1% 0;
  font-weight: bold;
}

.event_att dd {
  padding-left: 1em;
  text-indent: -1em;
}

.event_att dd a {
  color: #db0066;
}

/*footer*/
.footer {
  padding: 0 0 30px 0;
  text-align: center;
}

.footer_btn a {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 10px 0;
  background: #db0066;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.copyright {
  font-size: 10px;
}

#toTop {
  position: fixed;
  bottom: 210px;
  right: 50px;
}

@media screen and (max-width: 899px) {
  #toTop {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

#toTop a {
  display: block;
  background: #e8eeea;
  padding: 20px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  #toTop a {
    width: 100px;
    margin: 5% auto 5%;
  }
}
/*# sourceMappingURL=style.css.map */