@charset "UTF-8";
/* ==========================================================================
// core
========================================================================== */
/**************************************************************************
// Setting
**************************************************************************/
/* Path
--------------------------------------------------------------------- */
/* Language | Font Family
--------------------------------------------------------------------- */
/* Site Propaty
--------------------------------------------------------------------- */
/* fontsize
--------------------------------------------------------------------- */
/* %font-family 
--------------------------------------------------------------------- */
/* line 22, ../core/_utility.scss */
.coupon-area__title {
  font-family: "SimonCircular", "メイリオ", "Meiryo", sans-serif;
}

/*clearfix
--------------------------------------------------------------------- */
/* line 44, ../core/_utility.scss */
.coupon-title, .coupon-caption-txt, .print-caution-area {
  *zoom: 1;
}
/* line 46, ../core/_utility.scss */
.coupon-title:after, .coupon-caption-txt:after, .print-caution-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*PIE
--------------------------------------------------------------------- */
/* line 59, ../core/_utility.scss */
.coupon-title__date {
  behavior: url("/_assets/css/PIE.htc");
}

/*aタグに高さが出るとき
--------------------------------------------------------------------- */
/* ==========================================================================
// Title,List
//
/*Title
--------------------------------------------------------------------- */
/*UL,OL
--------------------------------------------------------------------- */
/*DL
--------------------------------------------------------------------- */
/*TextLink
--------------------------------------------------------------------- */
/* ==========================================================================
// Section
*/
/*Col
--------------------------------------------------------------------- */
/*.section-content
--------------------------------------------------------------------- */
/* ==========================================================================
// Table
*/
/*table base
--------------------------------------------------------------------- */
/* ==========================================================================
// Value
*/
/*Opacity
--------------------------------------------------------------------- */
/* line 10, ../card_shop.scss */
#card-shop .section {
  max-width: none;
}
/* line 14, ../card_shop.scss */
#card-shop.card-shop-print .header {
  width: 994px;
  margin: 0 auto;
}
/* line 18, ../card_shop.scss */
#card-shop.card-shop-print .header__nav {
  display: none;
}
/* line 23, ../card_shop.scss */
#card-shop.card-shop-print .section-lower {
  padding-top: 30px;
}
/* line 26, ../card_shop.scss */
#card-shop.card-shop-print .section-lower__content {
  float: none;
  margin: 0 auto;
}
/* line 30, ../card_shop.scss */
#card-shop.card-shop-print .coupon-title__btn {
  display: none;
}
/* line 33, ../card_shop.scss */
#card-shop.card-shop-print .footer {
  width: 100%;
  padding: 0;
  border-top: none;
}
/* line 38, ../card_shop.scss */
#card-shop.card-shop-print .footer__slogan {
  width: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 10px .3em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

/* line 48, ../card_shop.scss */
#card-shop.card-shop-print .footer-bottom {
  padding-top: 10px;
  text-align: center;
}
/* line 54, ../card_shop.scss */
#card-shop.card-shop-print .coupon-title__close {
  display: block;
}

/* ==========================================================================
// .coupon
========================================================================== */
/* line 64, ../card_shop.scss */
.coupon {
  margin-bottom: 30px;
}
/* line 66, ../card_shop.scss */
.coupon-title {
  background: #f2f2f2;
  margin-bottom: 15px;
  padding: 14px 20px;
  position: relative;
}
/* line 72, ../card_shop.scss */
.coupon-title__txt {
  margin: 0 8px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: bold;
  float: left;
}
/* line 79, ../card_shop.scss */
.coupon-title__date {
  background: #9f005b;
  margin-bottom: 0;
  padding: 0 13px;
  color: #fff;
  line-height: 30px;
  border-radius: 5px;
  float: left;
}
/* line 88, ../card_shop.scss */
.coupon-title__date span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 92, ../card_shop.scss */
.coupon-title__date strong {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 96, ../card_shop.scss */
.coupon-title__close {
  display: none;
  float: right;
}
/* line 100, ../card_shop.scss */
.coupon-title__mobile {
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 15px;
  float: right;
}
/* line 108, ../card_shop.scss */
.coupon-title__btn {
  line-height: 0;
  float: right;
}
/* line 113, ../card_shop.scss */
.coupon-caption {
  margin-bottom: 25px;
  width: 100%;
  display: table;
}
/* line 117, ../card_shop.scss */
.coupon-caption__title {
  width: 10%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
/* line 124, ../card_shop.scss */
.coupon-caption-txt {
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}
/* line 129, ../card_shop.scss */
.coupon-caption-txt__li {
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
}
/* line 136, ../card_shop.scss */
.coupon-area {
  margin-bottom: 25px;
}
/* line 138, ../card_shop.scss */
.coupon-area__title {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
}
/* line 146, ../card_shop.scss */
.coupon-area-list {
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  display: table;
  border-bottom: 1px #cecece solid;
}
/* line 152, ../card_shop.scss */
.coupon-area-list__li {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
/* line 159, ../card_shop.scss */
.coupon__storename {
  margin-bottom: 0;
}
/* line 161, ../card_shop.scss */
.coupon__storename strong {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 164, ../card_shop.scss */
.coupon__storename span {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 168, ../card_shop.scss */
.coupon__detail {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9f005b;
}
/* line 171, ../card_shop.scss */
.coupon__detail strong {
  padding-right: 25px;
}
/* line 174, ../card_shop.scss */
.coupon__detail span {
  padding-right: 10px;
}

/* line 181, ../card_shop.scss */
.contents--print {
  margin: 0 auto;
  padding: 35px 0;
  width: 1000px;
}
/* line 185, ../card_shop.scss */
.contents--print .content {
  margin-bottom: 60px;
  width: 1000px;
  float: none;
}

/* line 194, ../card_shop.scss */
.print-caution {
  padding-top: 20px;
  border-top: 2px #c6c6c6 solid;
}
/* line 197, ../card_shop.scss */
.print-caution__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
/* line 204, ../card_shop.scss */
.print-caution-area__left {
  width: 50%;
  float: left;
}
/* line 208, ../card_shop.scss */
.print-caution-area__right {
  width: 50%;
  float: right;
}
/* line 212, ../card_shop.scss */
.print-caution-area li {
  padding: 0 1em;
  text-indent: -1em;
}

/* ==========================================================================
// @print
========================================================================== */
@media print {
  /* line 227, ../card_shop.scss */
  #card-shop.card-shop-print .section-lower {
    padding-top: 0;
  }
  /* line 229, ../card_shop.scss */
  #card-shop.card-shop-print .section-lower__content {
    margin: 0 !important;
    padding: 0 10px !important;
  }

  /* line 249, ../card_shop.scss */
  .club-lower__title {
    display: none;
  }

  /* line 253, ../card_shop.scss */
  .section-box__heading {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  /* line 258, ../card_shop.scss */
  .section-box__heading-title {
    margin-top: 0 !important;
  }

  /* line 263, ../card_shop.scss */
  .detail__info-lead {
    margin-bottom: 9px;
  }

  /* line 266, ../card_shop.scss */
  .map_canvas {
    height: 200px !important;
    margin-bottom: 0 !important;
  }

  /* line 270, ../card_shop.scss */
  .detail__info-pref-title {
    color: #9F005B;
    background-color: #fff;
  }

  /* line 274, ../card_shop.scss */
  .detail__info-pref-text {
    padding-top: 0;
    line-height: 1.2;
  }

  /* line 278, ../card_shop.scss */
  .section-box--print {
    page-break-after: always;
    margin-bottom: 5px !important;
  }
  /* line 281, ../card_shop.scss */
  .section-box--print:last-child {
    page-break-after: auto;
  }

  /* line 287, ../card_shop.scss */
  .coupon-area__heading {
    position: relative;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  /* line 293, ../card_shop.scss */
  .coupon-area__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 300, ../card_shop.scss */
  .coupon-area__label {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
  }
  /* line 306, ../card_shop.scss */
  .coupon-area__term {
    color: #9F005B;
  }
}
