﻿@charset "utf-8";
/* CSS Document */
.contents-area .calendar{
  margin-top: 30px;
}

.contents-area h2.day{
  font-size: 26px;
  position: relative;
}

.contents-area h2.day .txt_ttl{
  font-size: 30px;
  font-weight: bold;

}

.contents-area h2.day .line01 {
	position: absolute;
	bottom: 0;
  left: 25%;
  z-index: -1;
}


.contents-area h2.coupon{
font-size: 1.6rem;
position: relative;
}

.contents-area h2.coupon .txt_ttl {
  font-size: 30px;
  font-weight: bold;
}

.contents-area h2.coupon .line02 {
	position: absolute;
	bottom: 0;
  left: 22%;
  z-index: -1;
}
.contents-area p.coupon02{
  font-size: 0.96rem;
  }
  
  .contents-area p.coupon02 .txt_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
  }

.contents-area p.coupon02 .txt_ttl::before {
	content: '';
	width: 240px;
	border: 4px solid #fff92d;
	position: absolute;
	bottom: 0;
  left: 0;
  z-index: -1;
}


.column_area .number{
  font-weight: bold;
  font-size: 1.2rem;
}

.column_area .number span{
  font-size: 1.7rem;
  letter-spacing: -1px;
}

.column_area .column_inner .col{
  width: 3%;
  float: left;
}

.column_area .column_inner .col a:hover{
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .column_area .column_inner .col {
    width: 313px;
    float: left;
    margin: 0 0 0 10px;
  }
  .column_area .column_inner .col:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-area .calendar {
    margin-top: 20px;
}
  .contents-area h2.day {
    font-size: 28px;
    margin-top: 30px !important;
    font-weight: normal!important;
  }

  .contents-area h2.day .txt_ttl {
    font-size: 34px;
    font-weight: bold;
  }
  .contents-area h2.coupon{
    font-size: 34px;
    margin-top: 55px !important;
  }
    
  .contents-area h2.coupon .txt_ttl {
    font-size: 34px;
    font-weight: bold;
  }
  .contents-area h2.day .line01 {
    position: absolute;
    bottom: 0;
    left: 8%;
    z-index: -1;
    width: 51%;
  }
  .contents-area h2.coupon .line02 {
    position: absolute;
    bottom: 0;
    left: 4%;
    z-index: -1;
    width: 91%;
  }
  .contents-area p.coupon02{
    font-size: 0.96rem;
    margin-top: 20px !important;
  }

  .contents-area p.coupon02 .txt_ttl::before {
    content: '';
    width: 100%;
    border: 4px solid #fff92d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .column_area .column_inner .col{
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .column_area .column_inner .col:first-child{
    margin-top: 0;
  }


  .column_area .number{
    font-weight: bold;
    font-size: 30px;
  }
  
  .column_area .number span{
    font-size: 38px;
}
}


/*クーポン部分*/
.coupon_notfound_01, .coupon_notfound_02, .coupon_notfound_03, .coupon_comingsoon{
  position: relative;
  background: #000;
  /*margin-left: 3px;*/
}
.coupon_notfound_01 p, .coupon_notfound_02 p, .coupon_notfound_03 p, .coupon_comingsoon p{
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.coupon_notfound_01 span, .coupon_notfound_02 span, .coupon_notfound_03 span {
  position: absolute;
  background: #fff;
  top: 14%;
  left: 16%;
  padding: 20px 40px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 999999;
  text-align: center;
}
/*.coupon_notfound_03 span{
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999999;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
}*/
@media screen and (max-width: 768px) {
  .coupon_detail_01, .coupon_detail_02, .coupon_detail_03 {
    width: 77.5%;
    margin: 0 auto;
    position: relative;
  }
  .coupon_detail_03 .coupon_number {
    display: block;
    width: 100%;
    padding-left: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    bottom: 9px;
    box-sizing: border-box;
    color: #0a81f9;
  }
  .coupon_notfound_01, .coupon_notfound_02, .coupon_notfound_03, .coupon_comingsoon{
    position: relative;
    background: #000;
    width: 77.5%;
    margin: 0 auto;
  }
  .coupon_notfound_01 p, .coupon_notfound_02 p, .coupon_notfound_03 p, .coupon_comingsoon p{
    height: auto;
  }
  .coupon_notfound_01 span, .coupon_notfound_02 span, .coupon_notfound_03 span {
    top: 20%;
    left: 15%;
    width: 55%;
    font-size: 26px;
  }
  /*.coupon_notfound_03 span {
    font-size: 28px;
    top: 43%;
    left: 0;
    width: 100%;
  }*/
  .main-content img {
    width: 100%;
    vertical-align: top;
  }
}

@media screen and (min-width: 769px) {
  .coupon_detail_03 {
    position: relative;
  }
  .coupon_detail_03 .coupon_number {
    display: block;
    width: 100%;
    padding-left: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
    box-sizing: border-box;
    color: #0a81f9;
  }
  .hide {
    border: 1px solid #333;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 70%;
    margin: 20px auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}