

.wrap {
  visibility: hidden;
}


.custom-detail-title {
  color: #fff;
  font-family: 'Alfa Slab One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  line-height: 60px;
  padding-left: 15px;
  position: relative;
}

.custom-detail-title .small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.custom-detail-title:before {
  background: #fff;
  content: " ";
  height: 60px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  width: 6px;
}

.custom-detail-sub-title {
  color: #fff;
  font-size: 1.4rem;
  margin: 20px 0;
}

.container .swiper-container {
  height: auto;
}


.detail-note {
  margin-bottom: 20px;
}

.detail-note li {
  color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
}

.col-detail {
  margin: 10px 0;
}

.col-detail .table {
  font-size: 1.6rem;
}

.col-detail .table td {
  border-top: 0;
  padding: 0;
  vertical-align: middle;

}

.col-detail .table td .col-xs-12 {
  border-top: 1px solid #222;
  line-height: 30px;
}

.col-detail .table .col-md-2 {
  color: #666;
  font-family: 'Alfa Slab One', cursive;
  font-weight: normal;
}

.col-detail .title {

}

.col-detail .title a {
  color: #666;
  font-family: 'Alfa Slab One', cursive;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}

.accordion-toggle:before {
  content: '\f107';
  display: block;
  font-family: fontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.accordion-toggle.collapsed:before {
  content: '\f105';
  display: block;
  font-family: fontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
