@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/* -------------------------------------
        共通
------------------------------------- */
.item {
  max-width: 300px;
}
.item__price {
  color: #e6002d;
}

.couponprice {
  margin-top: auto;
  border: 2px solid #009d88;
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 6px;
  background: #009d88;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    width: 100%;
    padding: 4px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.8em;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #fff100;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price {
    width: 100%;
  }
}
.couponprice .c-price p {
  color: #e6002d;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price p {
    font-size: 1.6em;
  }
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.bread {
  margin-bottom: 20px;
}
.bread ul {
  display: flex;
}
.bread ul li {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .bread ul li {
    font-size: 0.8em;
  }
}
.bread ul li:nth-child(1) a {
  position: relative;
  color: #008d8f;
  padding-right: 1.2em;
}
.bread ul li:nth-child(1) a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  right: 0;
  color: #000;
  bottom: 12%;
}

.coupon__mainttl {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon__mainttl h2 {
  position: relative;
  font-size: 2.2em;
  font-weight: 900;
  color: #fff000;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .coupon__mainttl h2 {
    font-size: 1.4em;
    margin-top: 20px;
  }
}
.coupon__mainttl h2 span.limited {
  background: #fff000;
  color: #e3007f;
  font-size: 0.8em;
  padding: 4px 8px;
  margin-right: 8px;
}
.coupon__mainttl-img {
  position: relative;
  width: 7%;
}
@media screen and (max-width: 767px) {
  .coupon__mainttl-img {
    width: 18%;
  }
}
.coupon__mainttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: #e3007f;
  bottom: -10px;
  left: 0;
  z-index: 0;
}

.couponnav {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .couponnav {
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.couponnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.couponnav ul li {
  width: 45%;
  max-width: 400px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .couponnav ul li {
    width: 80%;
    margin: 4px auto;
  }
}
.couponnav ul li a {
  position: relative;
  display: block;
  padding: 8px 0;
  padding-top: 0;
  border: 3px solid #008d8f;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  color: #008d8f;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponnav ul li a {
    font-size: 1.5em;
    border-radius: 12px;
  }
}
.couponnav ul li a span {
  font-size: 0.6em;
}
.couponnav ul li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background-color: #008d8f;
  clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
  right: 4%;
  top: 45%;
  transition: all 0.3s;
}
.couponnav ul li a:hover::before {
  top: 50%;
}
@media screen and (max-width: 767px) {
  .couponnav ul li a:hover::before {
    top: auto;
    bottom: 6%;
  }
}
.couponnav ul li:nth-child(2) a {
  border: 3px solid #e8380d;
  color: #e8380d;
}
.couponnav ul li:nth-child(2) a::before {
  background-color: #e8380d;
}

.month__ttl {
  text-align: center;
  background: #008d8f;
  padding: 10px 0 20px;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 767px) {
  .month__ttl {
    padding-top: 16px;
  }
}
.month__ttl h3 {
  display: inline-block;
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .month__ttl h3 {
    font-size: 1.8em;
  }
}
.month__kikan {
  color: #fff;
}
.month__kikan span.ttl {
  background: #fff;
  color: #008d8f;
}
.month__wrap {
  background: #b5dadb;
  padding: 20px 0;
}
.month__wrapttl {
  text-align: center;
  margin-bottom: 10px;
}
.month__wrapttl p {
  position: relative;
  display: inline-block;
  color: #008d8f;
  font-weight: 700;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .month__wrapttl p {
    font-size: 1.6em;
  }
}
.month__wrapttl p span.small {
  font-size: 0.7em;
}
.month__wrapttl p span.line {
  background: #fff000;
  display: inline;
  letter-spacing: 2px;
}
.month__wrapttl p::before, .month__wrapttl p::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 80%;
  background: #008d8f;
  bottom: 0;
}
.month__wrapttl p::before {
  transform: rotate(-30deg);
  left: -30px;
}
.month__wrapttl p::after {
  transform: rotate(30deg);
  right: -30px;
}
.month__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .month__list {
    justify-content: space-around;
  }
}
.month__list .item {
  width: 30%;
  margin: 8px;
}
@media screen and (max-width: 767px) {
  .month__list .item {
    width: 48%;
    margin: 4px 0;
  }
}

.week .month__ttl {
  background: #e8380d;
}
.week .month__ttl h3 {
  margin-bottom: 0;
}
.week .month__ttl h3 span.limited {
  padding: 0 0.5em;
  margin-right: 4px;
  border-radius: 40px;
  background: #fff;
  color: #e8380d;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .week .month__ttl h3 span.limited {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.week .month__wrap {
  background: #fff;
  border: 3px solid #e8380d;
}
.week .month__wrapttl-img {
  width: 80%;
  margin: 0 auto;
  max-width: 380px;
}
.week .item {
  max-width: none;
  background: #fffcdb;
  border: 1px solid #e8380d;
}