@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.page_navi {
  margin-bottom: 40px;
}

.reserve {
  background: #ededed;
  padding: 30px;
  margin-bottom: 30px;
}
.reserve dl dt {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
}
.reserve dl dd .web, .reserve dl dd .tell {
  float: left;
  width: 300px;
}
.reserve dl dd .web {
  margin-right: 40px;
}
.reserve dl dd .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.reserve dl dd .web_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.reserve dl dd .web_btn a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 285px center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.reserve dl dd .web_btn a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .reserve dl dd .web_btn a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}
.reserve dl dd .web_btn a:before {
  content: '';
  display: inline;
  background: url("../img/ticket/icon_web.png") no-repeat center center;
  padding-left: 18px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
.reserve dl dd .tell_for {
  font-size: 12px;
  margin-bottom: 10px;
}
.reserve dl dd .tell_nun {
  background: url("../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;
}
