@charset "utf-8";

body {
  background:#FFFFFF !important;
  overflow-x: hidden;
}

/* リセット */
ul {
  padding-left:0;
}

.container h3,
.container h4 {
  padding: 5px;
  margin-bottom: 10px !important;
}

.container ul {
  list-style: none;
  -webkit-padding-start: 0px !important;
}
.container ul.breadcrumb {
  -webkit-padding-start: 6px !important;
}
.container col {
  width: 12em; background-color: #efebe9;
}

/* #2623 remove */

.panel {
  border: 1px solid #DDDDDD;
  box-shadow: none;
}

/* #2623 add */
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* 汎用テキストカラー設定 */
.text-white {
  color: #FFFFFF;
}

.text-backcolor-white {
  background-color:#FFFFFF;
}
/* end */

/* 強調パネル */
.panel-emphasis {
  background: #FBFDD5;
}

/* 共通化予定 検索ボタン */
a:hover,
a:focus {
  text-decoration: none;
}

.search-btn {
  text-align:center;
}

.search-icon {
  background-color: #F69433;
  color: #FFFFFF;
  float: left;
  padding: 10px;
  width: 20%;
}

.fa-today {
  background-color: #ff4866;
}

.fa-tommorow {
  background-color: #399bcc;
}

.fa-coupon {
  background-color: #dc5619;
}

.fa-reserve {
  background-color: #7d4021;
}

.fa-favorite {
  background-color: #baa831;
}

.fa-mypage {
  background-color: #EF4C95;
}

.search-txt {
  box-shadow: 0 0 0 1px #969696 inset;
  background-color: #FFFFFF;
  color: #333333;
  padding: 10px;
  width: 100%;
}

/* メイン画像 */
.jumbotron {
  background-color:#FFFFFF;
  padding: 0;
}

/* エントリーボタン */
.btn-primary{
  color: #ffffff;
  background-color: #EF4C95;
  border-color: #C23E79;
}

.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
.btn-primary[disabled],
.btn-primary.disabled {
  background-color: #EF4C95;
  border-color: #C23E79;
  font-size: 18px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
  color: #ffffff;
  background-color: #D53F83;
  border-color: #D53F83;
}

.entry-btn {
  line-height: 1.33;
  width: 70%;
}

.entry-btn > span {
  font-size: 28px;
}

/* 流れ見出し */
.cp-description-title {
  background-color: #FBFDD5;
  color: #8E711C;
  font-size: 22px;
  padding: 5px;
  text-align:center;
}

.campaign-heading{
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
}

.step-panel {
  text-align: center;
}

.step-panel p {
  margin: 10px 0 0 0;
}

.step-panel-title {
  color: #006EBF;
  font-size: 16px;
}

/* STEP矢印 */
.order-step:before {
  top: 40%;
  border: 5px solid transparent;
  border-left: 10px solid #8C8C8C;
  content: "";
  margin-left: -5px;
  right: -10px;
  position: absolute;
}

.order-step-lg:before {
  border: 30px solid transparent;
  border-left: 20px solid #8C8C8C;
  content: "";
  margin-left: -5px;
  right: -25px;
  position: absolute;
  top: 70px;
}

.order-step-plus:before {
  color: #8C8C8C;
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 40px;
  right: -5px;
  position: absolute;
  top: 70px;
}

/* STEP画像サイズ */
.step-img-responsive {
  text-align: center;
  width: 65%;
}

/* 詳細パネル */

.detail-title,
.search-component h5 {
  background: transparent;
  border-bottom: 2px #333 solid;
  color: #333333;
  padding: 5px;
}
.campaign-detail-panel ul{
  display: table;
  width:100%;
}

.campaign-detail-panel > ul:last-child {
  padding-bottom:20px;
}

.campaign-detail-panel > ul:last-child > li{
  border-bottom: #DDD 1px solid;
}

.detail-item-title {
  background: #EEE;
  width: 25%;
}

.detail-item-title + li {
  background: #FFFFFF;
}

.campaign-detail-panel > ul > li:last-child {
  border-right: #DDD 1px solid;
}

.campaign-detail-panel > ul > li:last-child > ul >li {
  margin-bottom: 10px;
}

.campaign-detail-panel > ul> li {
  border-top: #DDD 1px solid;
  border-left: #DDD 1px solid;
  padding: 16px;
  display: table-cell;
}


/* #2623 add */
/* お友達紹介キャンペーン */
.adjust-height {
  align-items: stretch;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow: hidden;
}

.introduction-color-main {
  color: #ea5170;
}

.introduction-color-accent {
  color: #eabd30;
}

.introduction-font-emphasis {
  font-size:16px;
}

.myself {
  background-color: #ea5170;
  border: #ea5170 6px solid;
}

.myself-pale {
  background-color: #FFEAEF;
  margin-left: 5px;
  width: 80%;
}

.friend {
  background-color: #30b0c9;
  border: #30b0c9 6px solid;
}

.friend-title {
  color: #30b0c9;
}

.friend-pale {
  background-color: #edfcff;
  margin-left: 5px;
  width: 80%;
}

.introduction-img {
  width: 100%;
}

.introduction-gradation {
  background: #ef4c95;
  background: -moz-linear-gradient(left,  #ea5170 0%, #30b0c9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ea5170 0%,#30b0c9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ea5170 0%,#30b0c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.introduction-textarea {
  resize: vertical;
}

.after-arrow-last {
  content: "";
  position: absolute;
  left: 44%;
  top: -15px;
  border: 40px solid transparent;
  border-top: 12px solid #afafaf;
}

.introduction-description-img {
  background: url(../images/introduction-description.jpg) no-repeat right;
}

/* #2623 end */


@media (max-width: 767px) {

  .jumbotron {
    margin-bottom: 16px;
  }

  /* #2752 start */
  .campaign-container {
    font-size:12px;
  }
  /* #2752 end */

  .container h3 {
    font-size: 14px;
  }

  .campaign-detail-panel > ul> li {
    display: block;
    width: 100%;
  }

  .container table tr td:first-child {
    background: #efebe9;
  }

  .cp-description-title {
    font-size: 14px;
  }

  /* #2752 start */
  .entry-btn {
    font-size: 12px;
  }

  .entry-btn > span {
    font-size: 20px;
  }
  /* #2752 end */

  .campaign-detail-panel {
    font-size: 12px;
  }

  .step-panel{
    text-align:left;
  }

  /* STEP矢印 */
  .order-step:before {
    top: 100%;
    border: 10px solid transparent;
    border-top: 10px solid #8C8C8C;
    content: "";
    position: absolute;
    margin-left: -5px;
    left: 48%;
  }

  .order-step-lg:before {
    top: 100%;
    border: 20px solid transparent;
    border-top: 10px solid #8C8C8C;
    content: "";
    position: absolute;
    margin-left: -5px;
    left: 47%;
  }

  .order-step-plus:before {
    font-size: 26px;
    top: 90%;
    color: #8C8C8C;
    content: "\f067";
    font-family: 'FontAwesome';
    left: 48%;
    position: absolute;
    z-index: 1;
  }

  .guide {
    overflow: auto;
  }

  /* 画像サイズ */
  .step-img-responsive {
    float:left;
    margin-bottom:0;
    margin-right: 10px;
    width:35%;
  }

  .after-arrow-myself{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color:#ea5170;
    position:absolute;
    left: 50%;
    top : -20px;
  }

  .after-arrow-friend{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color: #30b0c9;
    position: absolute;
    left: 50%;
    top : -20px;
  }

  .introduction-description-img {
    background: none;
  }

  .campaign-detail-panel ul {
    margin-bottom: 10px;
  }

  .campaign-detail-panel > ul> li {
    padding: 10px;
  }

}

/* エントリー完了ページ */

.entry-title {
  background: #fff;
  margin : 0;
  padding: 15px 0;
}

.caputure {
  text-align: center;
  border: solid 1px #ccc;
}
.caputure span {
  display: block;
  background: #eee;
  border-bottom: solid 1px #ccc;
  padding: 2px 5px;
  font-weight: bold;
}
.caputure img {
  width: 70%;
  margin: 10px 0;
}
@media (max-width:767px) {
    .caputure img {
      width: 100%;
    }
}