@charset "UTF-8";
.coupon {
  width: 90%;
  margin: 0 auto 15px;
}
.coupon_item {
  margin-bottom: 10px;
}
.coupon_item a {
  display: block;
}
.coupon_item:first-child {
  margin-top: 0;
}
.coupon_bg {
  position: relative;
  padding-bottom: 30%;
  background: url(../img/coupon/coupon.jpg) no-repeat 0 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: contain;
  box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
.coupon_txtWrap {
	position: absolute;
	top: 50%;
	left: 39%;
	width: 57%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.coupon_ttl {
  margin-bottom: 10px;
}
.coupon_ttl,
.coupon_txt {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #e60012;
  text-align: left;
}
.coupon_term {
  margin-top: 5px;
  font-weight: bold;
}
.coupon_term{
  font-size: 12px;
  color: #111111;
  line-height: 1.7;
}

.coupon_alert {
  font-size: 11px;
  color: #111111;
  line-height: 1.6;
}

.ticket {
  padding: 0 0% 10%;
  color: #000;
}
.ticket_logo {
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding: 15px 0;
  text-align: center;
  background: url(../img/coupon/bg_coupon_header.jpg) repeat-y center top;
  background-size: 100% auto;
}
.ticket_logo img {
  max-width: 202px;
  width: 30%;
  height: auto;
}
.ticket_area {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
.ticket_txt {
/*  margin-bottom: 20px;*/
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: bold;
  color: #e60012;
}
.ticket_term {
  margin-bottom: 20px;
  padding: 20px 15px;
  border: 1px solid #e60012;
  text-align: center;
  font-size: 24px;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
}
.ticket_term_head {
  margin-bottom: 5px;
  line-height: 1.7;
}
.ticket_alert {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.ticket_close {
	margin: 0 auto; 
	max-width: 325px;
	width: 42%;
	width: 55%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	border: solid 1px #eee;
}
.ticket_close a {
	display: block;
	padding: 20px 0;
	font-size: 15px;
	font-size: 1.5rem;
}
.ticket_close span {
  position: relative;
}
.ticket_close span:before {
  content: '×';
  position: absolute;
  top: 1px;
  left: -15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 15px;
}

.ticket_coupon_img {
	max-width: 700px;
	width: 100%;
	text-align: center;
}

.ticket_coupon_img img {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}



/* 各ブレークポイント (下層コンテンツは1パターンのみ)
============================================*/
/* 2カラム小　*/
@media print, screen and (min-width: 768px) {
  .coupon {
    max-width: 800px;
    margin: 50px auto 60px;
  }

  .coupon_item {
	margin-bottom: 20px;
  }

  .coupon_item a:hover {
    opacity: .7;
  }

  .coupon_txtWrap {
	  left: 37%;
	  width: 63%;
  }
  .coupon_ttl,
  .coupon_txt {
	padding: 0 10px;
	font-size: 26px;
	line-height: 1.4;
  }
  .coupon_term {
    font-size: 16px;
    margin-top: 10px;
  }
  .coupon_alert {
    font-size: 16px;
	line-height: 1.7;
  }

  .ticket {
    width: 100%;
    margin: 0px auto 40px;
    padding: 0px 0px 100px;
    box-sizing: border-box;
  }
  .ticket_logo {
    margin-bottom: 60px;
    padding: 25px 0;
	background: url(../img/coupon/bg_coupon_header.jpg) repeat center top;
	background-size: 768px auto;

  }
  .ticket_logo img {
    width: 202px;
  }
  .ticket_area {
	margin: 0 auto;
	max-width: 700px;
    font-size: 1.8rem;
    font-size: 18px;
  }
  .ticket_txt {
/*    margin-bottom: 40px;*/
    margin-bottom: 0px;
	font-size: 30px;
  }
  .ticket_term {
    padding: 20px;
    font-size: 1.8rem;
    font-size: 18px;
	letter-spacing: -0.5em;
	border: 2px solid #e60012;
  }
  .ticket_term_head {
    margin-bottom: 0;
	font-size: 26px;
	display: inline-block;
	letter-spacing: 0;
  }

  .ticket_term_body {
    margin-bottom: 0;
	font-size: 26px;
	display: inline-block;
	letter-spacing: 0;
  }
  
  .ticket_alert {
    margin-bottom: 35px;
    font-size: 1.6rem;
    font-size: 16px;
  }
  
  .btn.-ticket {
	  position: relative;
	max-width: 364px;
	width: 52%;
	margin: 0 auto 60px;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #e60012;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	border: solid 2px #fd747f;
	box-sizing: border-box;
  }
  .btn.-ticket:hover {
	top: 2px;
	left: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  }
  .btn.-ticket a {
	  display: block;
  }
  .btn.-ticket img {
	  margin: 0 auto;
	  max-width: 240px;
	  width: 65.934065934%;
  }
 
  .ticket_close {
	  margin: 0 auto; 
	  max-width: 200px;
	  width: 100%;
	  font-size: 16px;
	  font-size: 1.6rem;
	  -webkit-border-radius: 12px;
	  -moz-border-radius: 12px;
	  border-radius: 12px;
	  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.2);
	  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.2);
	  box-shadow: 3px 3px 4px rgba(0,0,0,.2);
  }

  .ticket_close:hover {
	  position: relative;
	  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	  box-shadow: none;
	  top: 2px;
	  left: 2px;
  }

  .ticket_close a {
	  padding: 15px 0;
	  font-size: 16px;
	  font-size: 1.6rem;
  }

  .ticket_coupon_img img {
	  max-width: 700px;
	  width: auto;
  }
}
