/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.gruop_title {
  margin: 20px;
  font-size: 20px;
}

.reserve {
  background: #ededed;
}
.reserve dl {
  padding: 20px;
  text-align: center;
}
.reserve dl dt {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.reserve dl .web, .reserve dl .tell {
  margin: 20px 40px;
}
.reserve dl .web .title, .reserve dl .tell .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.reserve dl .web .web_btn a, .reserve dl .tell .web_btn a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #e60012;
  display: block;
  padding: 15px 0;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
.reserve dl .web .tell_nun, .reserve dl .tell .tell_nun {
  background: url(/assets/img/ticket/icon_tel.png) no-repeat left center;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  height: 18px;
  line-height: 18px;
  width: 9em;
  margin: 8px auto 0;
}
