/* =========================
  COUPON
========================= */
.section--title{
  background-color: #f3f4f6;
  padding: 5px 10px 0 0;
}
.section--title .section__inner{
  padding: 10px 16px 5px;
}
.section--title .section__title{
  background-image: url(../images/icon_bd03_coupon.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 25px;
  background-position: left center;
  font-size: 1.2em;
}

/* =========================
  COUPON  所有ポイント
========================= */
.section--valid{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom:15px;
    background-color: #fff;
}
.valid-ttl{
    padding: 2px 5px 2px 0;
    border-right:solid 1px #ddd;
    font-weight: bold;
    font-size: .9em;
    margin-right:10px;
}
.valid{
    background-color: #f4e9e9;
    padding: 15px;
    border:1px solid #dd9292;
    width: 100%;
    margin:auto;
}
.coupon__valid{
  margin-bottom:5px;
}
.coupon__list{
  background-color: #fff;
  padding: 15px;
}

.valid .btn-area {
    padding-top: 10px;
    margin-bottom: 7px;
    text-align: right;
}

.conpon__valid{
    margin-bottom:5px;
}
.conpon__valid--ttl{
    padding:0 0 5px;
    font-weight: bold;
}

.coupon__name{
  display: flex;
  align-items: center; 
  background-color: #f4e9e9;
  font-weight: bold;
  margin-bottom:.8em;
}
.coupon__name--title{
  background-color: #dd9292;
  color:#fff;
  padding: 8px 10px;
}
.coupon__name--name{
  text-align: left;
  padding: 7px 10px 5px;
  font-size: 1.1em;
}

.coupon__list .item--ttl {
    padding: 2px 5px 2px 0;
    border-right: solid 1px #ddd;
    font-weight: bold;
    font-size: .9em;
    margin-right: 10px;
}
.supplement{
  margin-top:10px;
  background-color: #f3f4f6;
  padding: 5px 15px 10px;
  font-size: .85em;
}
.supple--ttl {
    padding: 7px 0 0 ;
    font-weight: bold;
    display: block;
}
.toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
.toast.is-show {
  opacity: 1;
}

/* =========================
  COUPON METHOD  使用方法
========================= */
.method--ttl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px;
}
.method{
  margin-bottom:60px;
}

.reserveMethod--ttl {
    padding: 5px 0 5px 28px;
    background-image: url(../images/icon_m01.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    margin-top:15px;
    font-size: 1.1em;
}
.addMethod--ttl {
    padding: 5px 0 5px 28px;
    background-image: url(../images/icon_m02.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    font-size: 1.1em;
    margin-top:15px;
}
.method p{
padding:15px 20px;
background-color: #fff;
line-height: 1.4;
}