@charset "utf-8";
/* CSS Document */
@media (min-width:769px) {
  .section-top__navi {
    display: none;
  }
  .section-coupon {
    margin: 0 10% 180px;
  }
}
@media(min-width:1367px) {
   .section-coupon {
    max-width: 1366px;
    margin: 0 10% 180px;
  }
  .section-coupon__flex-wrapper {
    width: 100%;
    
  }
}
.section-coupon__flex-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 154px;
}
.section-coupon__title {
  padding-right: 30px;
}
.section-coupon__image {
  margin-top: 50px;
  width: 100%;
}
.section-coupon__image img {
  width: 100%;
  max-height: 200px;
  margin-right: auto;
  object-fit: cover;
}
.section-coupon__wrapper {
  width: 327px;
  margin: 0 auto;
}
.section-coupon__detail {
  margin-bottom: 100px;
  position: relative;
}
.section-coupon__detail__bg {
  width: 272px;
  margin-left: 10px;
  padding: 40px 20px 20px;
  background-color: #F6E9E6;
}
.section-coupon__detail__line {
  position: absolute;
  top: -12px;
  width: 272px;
  padding: 40px 20px 20px;
  border: dashed 1px #000;
}
.section-coupon__detail__title {
  position: absolute;
  top: -37px;
  left: 30px;
  width: 180px;
  height: 50px;
  background-color: #310E00;
  display: table;
}
.section-coupon__detail__title__name {
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.first-time {
  height: 72px;
}
.birthday, .inbitation {
  height: 144px;
}
.section-coupon__detail__line__margin {
  margin-bottom: 12px;
}
@media(min-width:769px) {
  .section-coupon__image {
    margin: 150px 0 180px;
  }
  .section-coupon__image img {
    max-height: 634px;
  }
  .section-coupon__flex-wrapper {
    width: 100%
  }
  .section-coupon__title {
    padding-right: 70px;
  }
  .section-coupon__wrapper {
    width: 100%;
  }
  .section-coupon__detail__bg {
    width: 95%;
  }
  .section-coupon__detail__line {
    width: 95%;
  }
  .section-coupon__detail__limit {
    text-align: right;
  }
  .first-time {
    height: 20px;
  }
  .birthday {
    height: 110px;
  }
  .inbitation {
    height: 80px;
  }
}