@charset "UTF-8";

.mb20 {
	margin-bottom: 20px;
}

#coupon {
	width: 100%;
	max-width: 984px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coupon article {
	width: 100%;
}


.coupon_menu {
	width: 100%;
	max-width: 984px;
	margin: 0 auto;
	height: 246px;
	overflow: hidden;
	position: relative;
	background-color: #FF8000;
	border-radius: 5px;
	background-image: url('img/coupon_logo.svg');
	background-repeat: no-repeat;
	background-position: 3% 13px;
}
.coupon_menu table{
	width: 100%;
	max-width: 760px;
	float: right;
	padding:10px 20px;
}
.coupon_menu table tr {
	color: #000000;
	height: 50px;
	background-color: #fff;
	display: flex;
	margin-bottom: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 2px #D76C00;
	align-items: center;
}
.coupon_menu table tr:last-child {
	box-shadow: none;
	background-color: #FF8000;
}
.coupon_menu table tr:last-child td {
	padding: 10px;
}
.coupon_menu table tr:last-child td ul {
	box-shadow: 0 2px 2px #D76C00;
	width: 200px!important;
	background-color: #fff;
	padding:6px 10px!important;
	border-radius: 4px;
}
.coupon_menu table th{
	width: 140px;
 text-align: center;
 font-size: 15px;
 font-weight: 500;
 border-right: 1px solid #FF8000;
}

.coupon_menu table td {
	width: calc(100% - 140px);
}
.coupon_menu table td ul li {
border-radius: 2px;
}
.coupon_menu table td ul li a {
	display: block;
	padding: 8px;
	height: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #000000 !important;
}

.coupon_menu table td ul {
	width: 100%;
	padding: 0 10px!important;
}

.coupon_menu ul {
	width: 90%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.coupon_menu li {
	text-align: center;
	-webkit-flex-basis: auto !important;
	flex-basis: auto !important;
	width:auto !important;
	margin-bottom: 0 !important;
	background: #ececec;
	border-radius: 2px;
}

.coupon_menu li a.active {
	color: #ffffff !important;
	background-color:#000000!important;
	border-radius: 2px;
}
.coupon_menu li a:hover:not(.active) {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-radius: 2px;
}


.coupon_article {
	width: 100%;
	height: 210px;
	box-sizing: content-box;
	display: flex;
	box-shadow: 0 0 4px #DFDFDF;
	margin-bottom: 10px;
}

.coupon_article-harf {
	width: 49%;
	/*height: 210px;*/
	box-sizing: content-box;
	display: flex;
	box-shadow: 0 0 4px #DFDFDF;
	margin-bottom: 10px;
}

.coupon-tag {
	width:160px;
	position: absolute;
	top: 0;
	left: -8px;
	padding: 3px;
	margin: 0;
	display: inline-block;
	text-align: center;
  font-size: 14px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #333333;/*リボンの色*/
}
.coupon-tag:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 8px rgb(149, 158, 155);/*折り返し部分*/
}

.coupon_article-info {
	width: 42%;
	padding: 10px;
	height: 100%;
	background:#fff;
	display: flex;
}

.coupon_article-info .cai-img {
	width: 100%;
	max-width: 180px;
	overflow: hidden;
	margin-right: 15px;
}

.coupon_article-info .cai-img img {
	width: 180px;
  height: 180px;
	object-fit: cover;
	object-position: 100% 0;
}

.coupon_article-info .cai-txt {
	width: 100%;
}

.cai-txt-tab p {
 display: inline-block;
 padding: 1px 6px;
 border-radius: 2px;
 font-size: 11px;
}
.cai-txt-tab p:nth-of-type(1) {
	color: #FF8000;
	background-color: #FFF5EB;
	border: 1px solid #FF8000;
}
.cai-txt-tab p:nth-of-type(2) {
	color: #C20AC8;
	background-color:#FEE6FF;
	border: 1px solid #C20AC8;
}

.cai-txt-shop {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	height: 38px;
	line-height: 140%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cai-txt-shop a {
	color: #333333;
}

.cai-txt-area {
	font-size: 11px;
	position: relative;
}
.cai-txt-area::before {
	content: "";
	display: inline-block;
	width: 14px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(img/coupon_i_map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:0 1px;
}
.cai-txt-contents {
	margin-top: 5px;
	padding-top: 5px;
	height: 90px;
	overflow: hidden;
	border-top: 1px dotted #dddddd;
}
.cai-txt-contents p{
	font-size: 13px;
}

.coupon_article-inner {
	width: calc(100% - 42%);
	border-left: 1px dotted #cccccc;
	background-color: #dddddd;
	position: relative;
	padding: 10px 10px 20px;
}
.coupon_article-inner a{
	text-decoration: none!important;
}
.coupon_article-inner > p:first-of-type {
text-align: right;
}
.coupon_article-inner .coupon-ticket {
	margin-top: 10px;
	height: 100px;
	border-top: 2px solid;
	padding: 10px;
	background-color: #fff;
	display: flex;
	position: relative;
}
.coupon_article-inner .coupon-ticket::before {
	content: "";
	display: inline-block;
	width: 14px;/*画像の幅*/
  height: 100%;/*画像の高さ*/
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	right: 10px;
}

.coupon-ticket-discount {
	width: 100%;
	max-width: 116px;
	height:68px;
	background-color: #FF0000;
	border-radius: 6px;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 30px;
}
.coupon-ticket-discount span {
	font-size: 14px;
	margin-left: 2px;
}
.coupon-ticket-discount::before {
	content: "驚異の";
	display: block;
	font-size: 14px;
	padding-bottom: 4px;
border-bottom: 1px solid #fff;
}
.coupon-ticket-price {
	margin-left: 15px;
}

.coupon-ticket-price > p:first-of-type{
	font-size: 16px;
	text-decoration: line-through;
	font-weight: bold;
	margin-bottom: 5px;
}
.coupon-ticket-price > div p {
	line-height: 0;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 15px;
}
.coupon-ticket-price > div p span {
	font-size: 20px;
}

.coupon-ticket-tel {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.coupon-ticket-tel a.btn-coupon {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 44px;
	padding: 8px 10px;
	border-radius: 4px;
	margin-top: 2px;
	background-color: #000000;
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
}
.coupon-ticket-tel a.btn-coupon  img {
	padding-right: 10px;
}
.coupon-ticket-tel > div {
	width: 100%;
	max-width:296px;
	margin: 0 auto;
}
.coupon-ticket-tel > div img {
	width: 100%;
}

#coupon_paid-free .coupon_article-inner {
	background-color:#fff1e5;
}
#coupon_paid-free .coupon-tag {
	background-color:#FF8000;
}
#coupon_paid-free .coupon-tag:before {
	border-right: solid 8px #B15900;
}
#coupon_paid-free .coupon_article-inner .coupon-ticket::before {
  background-image: url(img/coupon_i_arrow-free.svg);
}
#coupon_paid-free .coupon-ticket-tel a.btn-coupon {
	background-color: #FF8000;
}
#coupon_paid-free .coupon_article-inner > p:first-of-type {
	color: #FF8000;
}
#coupon_paid-free .coupon-ticket {
	border-top: 2px solid #FF8000;
}
#coupon_paid-free .coupon_article-inner {
	border-left: 2px dotted  #FF8000;
}

#coupon_paid-new .coupon_article-inner {
	background-color:#FFE8EC;
}
#coupon_paid-new .coupon-tag {
	background-color:#FE6C90;
}
#coupon_paid-new .coupon-tag:before {
	border-right: solid 8px #B14761;
}
#coupon_paid-new .coupon_article-inner .coupon-ticket::before {
  background-image: url(img/coupon_i_arrow-new.svg);
}
#coupon_paid-new .coupon-ticket-tel a.btn-coupon {
	background-color: #FE6C90;
}
#coupon_paid-new .coupon_article-inner > p:first-of-type {
	color: #FE6C90;
}
#coupon_paid-new .coupon-ticket {
	border-top: 2px solid #FE6C90;
}
#coupon_paid-new .coupon_article-inner {
	border-left: 2px dotted  #FE6C90;
}

.infomation {
	width: 100%;
	padding: 12px;
}
.infomation a {
	text-decoration: none;
}

.infomation-header {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.infomation-header-tag {
	width: 100%;
	max-width: 160px;
	text-align: center;
	color: #fff;
	background-color: #efefef;
	font-size: 14px;
}
.infomation-header h3 a {
	font-size: 18px;
	white-space: nowrap;
	text-decoration: underline;
	font-weight: 800;
	color:#000000;
	margin-top: 8px;
	margin-bottom: 4px;
	display: block;
}
.infomation-body {
	border-top: 2px dotted;
	margin-top: 2px;
	padding-top: 3px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.infomation-body > p:first-of-type {
	margin-bottom: 4px;
}

.s-coupon-info {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.s-coupon-info a:visited {
	text-decoration: none;
}
.s-coupon-info a:link:hover{
	text-decoration: none;
}
.s-coupon {
	width: 100%;
	padding: 13.5px;
	overflow: hidden;
	background-color: #efefef;
	display: flex;
}
.s-coupon-discount {
	width: 100%;
    max-width: 54px;
    height: 56px;
    background-color: #FF0000;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 6px;
		font-weight: bold;
		line-height: 100%;
		font-size: 20px;
		margin-right: 10px;
}
.s-coupon-discount span {
	font-size: 10px;
}
.s-coupon-discount::after {
	content: "OFF";
	display: block;
	font-size: 20px;
}
.s-coupon-price {
	width: 100%;
}

.s-coupon-price p {
	font-size: 12px;
}
.s-coupon-price > p:first-of-type {
text-decoration: line-through;
}
.s-coupon-price > div p {
	line-height: 0;
	display: inline-block;
	font-size:22px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
}
.s-coupon-price > div p span {
	font-size: 20px;
}
.s-coupon-tel {
	width: 40%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.s-coupon-tel .btn-coupon {
	display: block;
	width: 100%;
	max-width: 174px;
	height: 44px;
  line-height: 44px;
	padding: 0px 5px;
	border-radius: 4px;
	margin-top: 2px;
	background-color: #000000;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
}
.s-coupon-tel .btn-coupon img {
	width: 16px;
	margin-right: 2px;
  position: relative;
  top: -2%;
}

.s-coupon-tel h4 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

#coupon_free-free {
	border: 1px solid #FF8000;
}
#coupon_free-free .s-coupon {background-color: #FFF1E5;}
#coupon_free-free .infomation-header-tag,
#coupon_free-free a.btn-coupon {
	background-color:#FF8000;
}

#coupon_free-new {
	border: 1px solid #FE6C90;
}
#coupon_free-new .s-coupon {background-color: #FFE8EC;}
#coupon_free-new .infomation-header-tag,
#coupon_free-new a.btn-coupon {
	background-color:#FE6C90;
}

@media screen and (max-width: 1679px) {
	.coupon_menu {
		background-image:none;
	}
	.coupon_menu table {
		float: none;
		margin: 0 auto;
	}
	.coupon_menu table tr:last-child td {
		padding: 0;
	}
	.coupon_menu table tr:last-child td ul {
	float: right;
}
}
@media screen and (max-width: 1280px) {
	.coupon_menu {height: auto;}
	.coupon_menu table { padding: 10px;}
	.coupon_menu table tr {
		flex-wrap: wrap;
	}
	.coupon_menu table tr { height: 60px; padding: 0 0 10px 0;}
	.coupon_menu table th,.coupon_menu table td {
		width: 100%;
	}
	.coupon_menu table tr { height: auto; padding: 5px;}
	.coupon_menu table tr:last-child th {
		display: none;
	}
	.coupon_menu table th { border: none;}

	.coupon_article {
		width: 50%;
		flex-direction: column;
		height: auto;
	}
	.coupon_article-info {
		width: 100%;
		height: 210px;
	}
	.coupon_article-inner {
		width: 100%;
	}
	.coupon_article-inner > p:first-of-type {
		display: none;
	}
	.coupon-ticket-tel {
		margin-top: 5px;
		flex-direction: column;
		align-items: start;
	}
	.coupon-ticket-tel a.btn-coupon { margin-top: 8px; max-width: 100%;justify-content: center; }
	.coupon-ticket-discount {
		max-width: 200px;
		height: auto;
		padding: 0;
		font-size: 16px;
	}
	.coupon-ticket-discount::before {display:inline-block; border-bottom:none;}
	.coupon_article-inner .coupon-ticket {
		height: auto;
		flex-direction: column;
	}
	.coupon-ticket-price > div p {
		margin-top: 0;
	}

	.coupon_article-harf {
		width: calc(100% - 2px);
	}
}

@media screen and (max-width: 980px) {
	.coupon_article-harf {
		height: 100%;
	}
	.s-coupon-info {
		flex-direction: column;
	}
	.s-coupon-tel {
		width: 100%;
		margin-top: 10px;
		flex-direction: row;
		justify-content: space-around;
	}
	.s-coupon-tel .btn-coupon {
		max-width: 220px;
		justify-content: center;
	}
	.s-coupon-tel > a {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.coupon_menu table th {
		width: 35%;
	}
	.coupon_menu table td {
		width: 65%;
	}
	.coupon_menu table tr:last-child td {
		width: 99%;
	}

	.coupon_article {
		width: 100%;
		margin-bottom: 30px;
	}
	#coupon p {
		margin:0 auto;
		line-height: 100%;
	}
	.cai-txt-contents {
    height: 80px;
	}
	.cai-txt-contents p {
    line-height: 140%!important;
	}
	.coupon_article-info {
		height: 100%;
	}
	.coupon-ticket-price {
		margin-top: 6px;
		margin-left: 0;
		text-align: center;
	}
	.coupon-ticket-price > p:first-of-type {
	color: #333333;
	}
	.coupon_article-inner .coupon-ticket {
		margin-top: 5px;
	}
	.s-coupon {margin-top: 6px;	}
	.s-coupon-price {
    padding-left: 10px;
	}
	.s-coupon-info a {
		color: #000000;
	}
	#coupon_paid-new .coupon-ticket-tel a.btn-coupon,
	#coupon_paid-free .coupon-ticket-tel a.btn-coupon {
		font-size: 32px;
	}

}



.sp_coupon {
	width: 100%;
	max-width:414px;
	margin: 0 auto;
}

.sp-coment {
	position: absolute;
	text-align: right;
	top: 0 ;
	right: 0;
}

.sp_coupon_article {
	width: 100%;
	height:100px;
	max-width: 375px;
	box-shadow: 0 0 2px #cccccc;
	display: flex;
}
.sp_cai-img {
	width: 100%;
	margin-right: 5px;
	max-width: 100px;
	height: 100px;
}
.sp_cai-img img {
	width: 100%;
}

.sp_infomation-body {
	border-left: 1px dotted;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.sp_infomation-body .coupon-tag {
	width: 120px;
  font-size: 12px;
}

.sp-s-coupon {
font-size: 10px;
}

.sp-coupon-info {
	width: calc(100% - 6px);
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin: 10px 3px 0px;
    padding: 12px 3px 0;
    position: relative;
    justify-content: space-between;
    background-color: #fff;
}
.sp-coupon-info a:visited {
	text-decoration: none;
}
.sp-coupon-info a:link:hover{
	text-decoration: none;
}
.sp-coupon {
	width: 100%;
	padding: 2px;
	display:flex;
	align-items: center;
}

.sp-coupon-discount {
	width: 100%;
    max-width: 44px;
    height: 44px;
    background-color: #FF0000;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 6px;
		font-weight: bold;
		line-height: 100%;
		font-size: 16px;
		margin-right: 5px;
}
.sp-coupon-discount span {
	font-size: 10px;
}
.sp-coupon-discount::after {
	content: "OFF";
	display: block;
	font-size: 14px;
}

.sp-coupon-price {
	width: 100%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}

.sp-coupon-price p {
	font-size: 12px;
}
.sp-coupon-price > p:first-of-type {
text-decoration: line-through;
}
.sp-coupon-price > div p {
	line-height: 0;
	display: inline-block;
	font-size:26px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
}
.sp-coupon-price > div p span {
	font-size: 16px;
}

.sp-coupon-subinfo {
	display: flex;
	height: 20px;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	margin: 3px;
	background-color: #fff;
	padding: 2px;
}

.sp_coupon_article .tab p {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0;
	padding: 1px 6px;
	border-radius: 2px;
	font-size: 11px;
	color: #C20AC8;
	background-color:#FEE6FF;
	border: 1px solid #C20AC8;
 }

 .sp-coupon-subinfo span {
	line-height: 0;
}

 .attention {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	font-size: 10px;
	z-index: -1;
}
.shop-name {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 4px;
}


#sp_coupon-free .sp_infomation-body {
	background-color: #FFF1E5;
}
#sp_coupon-free .coupon-tag {
	background-color: #FF8000;
}
#sp_coupon-free .sp_infomation-body {
	border-left: 1px dotted #FF8000;;
}

#sp_coupon-new .sp_infomation-body {
	background-color: #FFE8EC;
}
#sp_coupon-new .coupon-tag {
	background-color:#FE6C90;
}
#sp_coupon-new .sp_infomation-body {
	border-left: 1px dotted #FE6C90;;
}


 @media screen and (max-width: 375px) {
	.attention {
		display: none;
 }
}