@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
#main { margin: 0 auto 50px; }

.coupon .list { text-align: left; }

.coupon h3 { margin: 30px 0; }

.content_coupon {
  margin: 10px 0 30px;
  width: 100%;
  border: 1px solid #997336;
  background: #ffffff;
}

.group_coupon {
  width: 100%;
  padding: 0 20px 30px;
}

.content_coupon strong {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #7A5A27;
  line-height: 1.6em;
  background-color: #FFF6DC;
  padding: 20px 25px;
  font-weight: 300;
  font-weight: bold;
}

.content_coupon .coupon_left { width: 680px; }

.coupon_left .box_coupon { margin: 20px 0 10px; }

.coupon_left .box_coupon p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #ED5A88;
  line-height: 1.6em;
  margin-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .coupon_left .box_coupon p {
    margin: 0 auto;
    width: 200px;
  }

  .coupon_left .box_coupon p img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

.box_pon {
  width: 100%;
  font-size: 13px;
  color: #757575;
  line-height: 1.8em;
  margin-bottom: 35px;
}
.box_pon p.detailtxt {
  font-size: 18px;
  color: #ED5A88;
  font-weight: bold;
  margin-bottom: 15px;
}

.box_content {
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  color: #757575;
  line-height: 1.8em;
  background-color: #e7e7e7;
}

.content_coupon .button_web {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.coupon_right {
  width: 200px;
  margin-top: 80px;
}


@media only screen and (max-width: 768px) {

  .coupon { margin-top: 20px; }

  .content_coupon .coupon_left {
    width: 100%;
    text-align: center;
    clear: both;
  }

.coupon_left .box_coupon p {
    width: 100%;
}
.coupon_left .box_coupon p img {
    display: block;
    width: 180px;
    margin: 0 auto;
}
  .coupon_right {
    width: 180px;
    margin: 20px auto 0;
    clear: both;
  }
  .coupon_right img {
    display: block;
    width: 180px;
    margin: 0 auto;
}
 
  .box_pon { margin: 20px 0; }

  .content_coupon .button_web { text-align: center; }

  .button_tel {
    width: 237px;
    height: 36px;
    line-height: 36px;
    background-color: #EF9BA5;
    margin: 20px auto 0;
  }

  .button_tel  a { color: #fff; }

  .coupon_left .box_coupon p { display: block; }
  
.content_coupon strong {
  font-size: 14px;
  line-height: 1.6em;
  padding: 10px 15px;
}

.coupon_left .box_coupon p {
  font-size: 16px;
  line-height: 1.6em;
}

.box_pon {
  width: 100%;
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.box_content {
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  color: #757575;
  line-height: 1.8em;
  background-color: #e7e7e7;
   text-align: left;
}

  
}


























