@charset "UTF-8";
#coupon {
  border-bottom: 1px solid #d7c7be;
}

#coupon .txt-box {
  margin-bottom: 40px;
}

#coupon .inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

#coupon .inner .txt-box {
  display: inline-block;
}

#coupon .inner .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#coupon .inner .box > .img,
#coupon .inner .box > .cont {
  width: 50%;
  box-sizing: border-box;
}

#coupon .inner .box > .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#coupon .inner .box > .cont {
  background-color: #fff8ff;
  padding: 20px 40px;
}

#coupon .inner .box > .cont > .ttl {
  font-size: 180%;
  color: #7f5c2e;
  font-weight: 600;
  border-bottom: 1px solid #5e3f32;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

#coupon .inner .box > .cont > .txt-box {
  display: inline-block;
  margin: 10px;
}

#coupon .inner .box > .cont > .txt-box > .tbl {
  margin: 12px 0 30px;
}

#coupon .txt-blc {
  display: block;
  text-align: center;
  width: 100%;
  margin: 40px 0 80px;
}

#coupon .txt-blc > .inner {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}


@media screen and (max-width:1000px) {
  #coupon .inner .box {
    max-width: 600px;
    margin: 0 auto;
  }
  #coupon .inner .box > .img {
    height: 440px;
  }
  #coupon .inner .box > .img,
  #coupon .inner .box > .cont {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  #coupon .inner .box > .cont {
    padding: 20px 20px;
  }
}

@media screen and (max-width:640px) {
  #coupon .inner .box > .img {
    height: 66vw;
  }
}

@media screen and (max-width:480px) {
  #coupon .inner .box > .cont {
    padding: 20px 15px;
  }
  #coupon .inner .box > .cont > .txt-box > .tbl th,
  #coupon .inner .box > .cont > .txt-box > .tbl td {
    display: block;
  }
}