@charset "utf-8";

p{
	text-align:left;
}

#shopInformation #discountInformation{
	overflow:visible;
}

.alignR a {
	text-decoration: underline;
	color: #c90037;
}

#discountInformation .contentwrap p{
	font-size:14px;
}

#discountInformation .now{
	font-size:12px;
}

#discountInformation .contentwrap h3{
	display:flex;
	justify-content:space-between;
	margin:20px 0;
}

#discountInformation .contentwrap h3 span{
	font-size:14px;
}

#discountInformation .contentwrap h3 span strong{
	color:#c80037;
	font-weight:bold;
}

#discountInformation .discount_data{
	width:840px;
	margin:0 auto;
}

#discountInformation .discount_data .play_b{
	box-sizing:border-box;
	width:100%;
	margin:0 auto 10px;
	padding:5px;
	background:repeating-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 3px,rgba(112,43,0,.1) 3px,rgba(112,43,0,.1) 6px),linear-gradient(#d77a01 0,#bb4d00 100%);
	border-top:1px solid #e4bc7e;
	border-bottom:1px solid #a64500;
	outline:1px solid #b73541;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}

#discountInformation .discount_body{
	display:flex;
	flex-wrap:wrap;
}

#discountInformation .discount_body .left{
	width:170px;
}

#discountInformation .discount_body .right {
	display: flex;
	flex-wrap: wrap;
	width: 654px;
	padding-left: 10px;
	align-items: flex-start;
}
#discountInformation .discount_body .right .coupon{
	box-sizing:border-box;
	position:relative;
	width:467px;
	height:162px;
	margin-right:60px;
	padding:5px 20px 0 80px;
	background:url('https://img.undernavi.com/front/pc/area/watched/coupon_bg.png') no-repeat;
}

#discountInformation .discount_body .right .coupon .after{
	display:block;
}

#discountInformation .discount_body .right .coupon .denial{
	text-decoration:line-through;
}

#discountInformation .discount_body .right .now span.label{
	display:inline-block;
	width:160px;
	padding:5px;
	background:#00c7b2;
	color:#fff;
	text-align:center;
}

#discountInformation .discount_body .right .after{
	display:flex;
	align-items:center;
}

#discountInformation .discount_body .right .after .watch{
	margin-right:10px;
}

#discountInformation .discount_body .right .coupon .after .afterFee{
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
}

#discountInformation .discount_body .right .coupon .afterFee span{
	color:#c80037;
	font-size:48px;
	font-weight:bold;
	margin-left:20px;
}

#discountInformation .discount_body .right .coupon .after .label{
	width:330px;
	margin:0 auto;
	border:1px solid #999;
	border-radius:30px;
	color:#999;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#discountInformation .discount_body .right .coupon .after .label strong{
	font-weight:bold;
}

#discountInformation .discount_body .right .coupon .after .label strong span{
	font-size:.8em;
	font-weight:normal;
}

#discountInformation .discount_body .right .coupon .after .note{
	font-size:12px;
}

#discountInformation .discount_body .right .coupon .after .note span{
	color:#c80037;
	font-weight:bold;
}

#discountInformation .discount_body .right .qr{
	width:120px;
	background:#f5f5f5;
	box-shadow:1px 1px 1px #aaa;
	font-size:15px;
}

#discountInformation .discount_body .right .qr p{
	text-align:center;
}

#discountInformation .discount_body .right dl{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	width:100%;
	margin-top:10px;
	padding:5px;
	background:#f5f5f5;
	border:1px solid #aaa;
}

#discountInformation .discount_body .right dt{
	width:20%;
	text-align:center;
}

#discountInformation .discount_body .right dd{
	padding:0 10px;
	border-left:1px solid #aaa;
	text-align:left;
}

#discountInformation .discount_body .right table{
	width:100%;
	margin-top:10px;
}

#discountInformation .discount_body .right thead tr{
	border:1px solid #93b7c9;
}

#discountInformation .discount_body .right th{
	position:relative;
	padding:10px 0;
	background:#00c7b2;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 0 #445963;
}

#discountInformation .discount_body .right th:not(:last-child):after{
	content:"";
	position:absolute;
	top:calc(50% - 7px);
	right:0;
	display:inline-block;
	width:1px;
	height:14px;
	box-shadow:-1px 0 1px 0 #fff;
	background:#445963;
}

#discountInformation .discount_body .right tr{
	background:#f5f5f5;
}

#discountInformation .discount_body .right td{
	position:relative;
	padding:10px;
	border:1px solid #aaa;
	text-align:center;
}

#discountInformation .discount_body .right td.note img.fade{
	opacity:.1;
}

#discountInformation .discount_body .right td.note img:hover+span{
	display:block;
}

#discountInformation .discount_body .right td.note span:hover{
	display:block;
}

#discountInformation .discount_body .right td.note span{
	display:none;
	position:absolute;
	top:-20px;
	right:50px;
	width:520px;
	min-height:50px;
	padding:20px;
	border:2px solid #f7187c;
	border-radius:5px;
	background:#fff;
	line-height:1.6;
	text-align:left;
	z-index:99;
}

#discountInformation .discount_body .right td.note span:before{
	content:"";
	position:absolute;
	right:-10px;
	top:25px;
	display:inline-block;
	width:15px;
	height:15px;
	background:#fff;
	border:2px solid #f7187c;
	transform:rotate(45deg);
}

#discountInformation .discount_body .right td.note span:after{
	content:"";
	position:absolute;
	right:0;
	top:20px;
	display:inline-block;
	width:15px;
	height:30px;
	background:#fff;
}
.scheBox dt {
	font-weight: bold;
}
.left p {
	margin-bottom: 5px;
}
.galName a {
	color: #c80037;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.size {
	font-size: 15px;
}
#discountInformation .discount_body .right .qr img {
	margin-top: 20px;
}
.discount_data2_box {
	display: flex;
	width: 840px;
	margin: 0 auto;
}
.discount_data2 {
	border: 1px solid #aaa;
	box-sizing: border-box;
	width: calc(100% / 3);
	background: #f5f5f5;
	margin-bottom: 10px;
	vertical-align: top;
}
.under_discountList_coupon {
}
.discount_data2 h4 {
	font-size: 15px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0px;
	padding: 5px;
	background: repeating-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 3px,rgba(112,43,0,.1) 3px,rgba(112,43,0,.1) 6px),linear-gradient(#d77a01 0,#bb4d00 100%);
	border-top: 1px solid #e4bc7e;
	border-bottom: 1px solid #a64500;
	outline: 1px solid #b73541;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.under_discountList_within {
	font-size: 15px;
	text-align: center;
	padding: 5px 0;
}
.regular_rate {
	text-align: center;
}
.regular_rate {
	text-align: center;
	font-size: 14px;
}
.under_discountList_coupon .label {
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 30px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 190px;
}
.remarks {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 10px;
}
.remarks_txt {
	font-size: 14px;
	margin-top: 5px;
}
.cancellation {
	font-size: 14px;
	text-decoration: line-through;
	margin-left: 5px;
}
.after_rate_red {
	color: #c80037;
	font-size: 32px;
	font-weight: bold;
}
.after_rate_minute {
	margin-right: 5px;
}
.after_rate em {
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.under_discountList_within.fee15000 {
	background: #c1ffb2;
}
.under_discountList_within.fee20000 {
	background: #ffd5b2;
}
.under_discountList_within.fee30000 {
	background: #ffb2c8;
}
.under_discountList_coupon_bg {
	background: url(https://img.undernavi.com/front/pc/shop/discount/under_discountList_ticket.png) center top no-repeat;
	background-size: contain;
	margin: 10px 0px;
	padding: 15px 0px;
}
.under_discountList_coupon strong {
	font-weight: bold;
}
.under_discountList_coupon strong span {
	font-size:15px;
}
#discountInformation .under_discountList .discount_data {
	margin: 0 auto 20px;
}
.discount_data2:not(:last-child) {
	margin-right: 10px;
}
.after_rate {
	text-align: center;
}
.dificit_price .regular_rate {
	text-align:right;
}


.item_list .contents .left {
	width: 170px;
}
.item_list-discount .contents .right {
	flex: 1;
	width: auto;
	display: block;
	padding: 0;
}
.item_list .contents {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 0 30px;
}
.item_list-discount .thumb {
	margin-bottom: 10px;
}
.item_list-discount .contents .left p {
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 1;
}
.discount_name {
	font-size: 25px;
	color: var(--c-red-color);
	font-weight: bold;
	margin: 10px 0;
}
.item_list-inner {
	display: flex;
	margin-bottom: 10px;
}
.item_list-coupon {
	flex: 1;
	overflow: hidden;
	position: relative;
	background: #fefbee;
	padding: 20px 0px 20px 40px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item_list-coupon::before {
	content: "";
	display: inline-block;
	background: url('https://img.undernavi.com/front/pc/area/pref/coupon_bg.png') no-repeat;
	width: 100%;
	height: 100%;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.item_list-discount .normal {
	font-size: 18px;
}
.item_list-discount .price {
	color: #ff0000;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
}
.item_list-discount .p_minute {
	font-size: 40px;
	font-weight: bold;
}
.p_minute em {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}
.item_list-discount .p_after_price {
	font-size: 49px;
	font-weight: bold;
}
.item_list-discount .after_yen {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.item_list-discount .afterFee em {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.price_off, .extend_time {
	display: inline-flex;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
	top: -15px;
	margin-left: 10px;
	font-size: 14px;
}
.item_list-discount .contents .right .qr {
	background: #fff;
	padding: 10px 0;
	width: 120px;
	box-shadow: 1px 1px 1px #aaa;
}
.item_list .contents .right .qr p {
	text-align: center;
	margin-bottom: 5px;
}
.qr_txt {
	color: var(--c-red-color);
	line-height: 1;
	font-size: 11px;
}

.cp_box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: solid 1px #c9c9c9;
}
.cp_box .labelFire {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 120px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	/*background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);*/
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 1) 57%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.labelFire::after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	content: '続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #000;
	border-radius: 10px;
	width: 40%;
	border: solid 1px #cfcfcf;
	background: url(https://img.undernavi.com/dxplan/sp/underArrow.png) 98% center no-repeat #fff !important;
	background-position: 80% 50% !important;
	background: rgba(255,255,255,0.7);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;
	padding: 5px;
	height: 120px;
	padding: 10px 20px;
}
.i_comment {
	line-height: 1.5;
}
.i_comment span {
	display: block;
	font-weight: bold;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '閉じる';
	background: url(https://img.undernavi.com/dxplan/sp/topArrow.png) 98% center no-repeat !important;
	background-position: 80% 50% !important;

}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 70px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.discount_list-item {
	border: solid 1px #999;
	margin: 0 0 10px;
}