@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
section.content {
  background-size: 100% 100%;
  margin: -30px auto;
  width: 850px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  section.content {
    background: url("../media/images/event/event_detail_bg_top.png") no-repeat;
    margin-bottom: 100px;
  }
}
section.content div.info_box {
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.content div.info_box {
    background: url("../media/images/event/event_detail_bg_bottom.png") no-repeat center bottom;
    padding-bottom: 60px;
  }
}
section.content div.info_box div.bg {
  background: #fff;
  padding: 0 20px 1px;
}
section.content div.info_box h3 {
  border-bottom: 1px solid #795e33;
  color: #795e33;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
}
section.content div.info_box div.text {
  color: #795e33;
  font-size: 14px;
  line-height: 1.8;
  min-height: 350px;
}
section.content div.text {
  line-height: 1.6;
  margin: 10px auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 790px;
}
@media screen and (max-width: 767px) {
  section.content {
    background-size: 100% 100%;
    height: auto;
    padding: 0 5px;
    width: 100%;
  }
  section.content div.info_box {
    width: 100%;
  }
  section.content div.info_box h3 {
    padding-top: 10px;
  }
  section.content div.text {
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}

div.cont_info {
  margin: 40px auto 0;
  text-align: center;
  width: 850px;
}
div.cont_info div.cont_tel {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: -10px;
}
div.cont_info div.cont_add {
  font-size: 14px;
  line-height: 1.8;
}
div.cont_info h5.info {
  color: #795e33;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 5px;
  position: relative;
  text-align: center;
}
div.cont_info h5.info:after, div.cont_info h5.info:before {
  border-top: 2px solid #795e33;
  content: "";
  display: inline-block;
  position: absolute;
  top: .5em;
  width: 37%;
}
div.cont_info h5.info:before {
  left: 0;
}
div.cont_info h5.info:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  div.cont_info {
    width: 100%;
  }
  div.cont_info h5.info:after, div.cont_info h5.info:before {
    width: 20%;
  }
}

/*# sourceMappingURL=event_detail.css.map */
