@charset "utf-8";
/* 
CSS Information
 File name:      event.css
 Author:         Administrator
 Style Info:     /sp/event.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* アンダー割
********************************** */

#content section.unEvent ul li {
	border-bottom: 1px solid #99FFFF;
}

#content section.unEvent ul li a {
	display: block;
	padding: 10px;
	color: #333333;
}

#content section.unEvent ul li:last-of-type {
	border-bottom: none;
}

#content section.unEvent ul li span.minute{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 139%;
}

#content section.unEvent ul li.price1 span.minute {
	background: #42A3FF;
}

#content section.unEvent ul li.price2 span.minute {
	background: #00BC4E;
}

#content section.unEvent ul li.price3 span.minute {
	background: #FF351E;
}

#content section.unEvent ul li.price4 span.minute {
	background: #DE279B;
}

#content section.unEvent ul li div.txtwrap {
	display: table-cell;
	padding: 0 15px 0 5px;
	width: 70%;
	font-size: 85%;
}

#content section.unEvent ul li h2 {
	font-size: 123.1%;
	color: #000066;
}

/* イベント
********************************** */


.event_list li {
	border-bottom: solid 1px #99FFFF;
}

.event_list li:last-of-type {
	border-bottom: none;
}

.event_list li .photo {
	margin-right: 10px;
}

.event_list li a {
	display: flex;
	padding: 10px 15px 10px 10px;
	color: #333333;
}

.event_list-info h2 {
	margin-bottom: 5px;
	font-size: 100%;
	color: #000066;
}

.event_list-info .time {
	display: block;
	margin-bottom: 5px;
	color: #ababab;
}

/***********************アンダー割改修****************************/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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: 80%;
	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;
}
.i_comment {
	line-height: 1.5;
}
.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;
}

.discountContent .tSecond {
	text-align: left;
}
.comparisonItem li {
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.girlTxt {
	float: left;
	margin-right: 10px;
}
.girlTxt figure {
	width: 70px;
	overflow: hidden;
}
.girlTxt figure img {
	max-width: 100%;
}
.couponWatch strong {
	color: #c80037;
	font-weight: bold;
}
.couponWatch {
	padding: 10px 10px;
	font-size: 4.5vw;
	line-height: 1.3;
}
.presentation {
	background: #eeeeee;
	padding: 10px;
	width: 90%;
	margin: 0 auto 10px;
	text-align: center;
}
.discountRate {
	background: #c90037;
	color: #fff;
	font-size: 4.5vw;
	padding: 10px;
	border-top: dashed 2px;
	font-weight:bold;
}
.couponItemList {
	background: #c90037;
	width:95%;
	margin:0 auto;
}
.discountContent {
	background: #eeeeee;
	border: solid 2px #c90037;
}
.couponItemList a {
	padding: 3px !important;
}
.within1 {
	background: #ffb2c8;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}
.within2 {
	background: #fed5b5;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}
.within3 {
	background: #c1ffb1;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}
.within4 {
	background: #b2e8ff;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
}
.comparisonItem li .tFirst span {
	display: block;
	padding: 3px 0;
	text-align: center;
}
.denial {
    text-decoration: line-through;
}
.bigtxt {
	color: #c80037;
	font-size: 8vw;
	font-weight: bold;
	margin-left: 5px;
}
.middleTxt {
	font-size: 5vw;
	font-weight: bold;
}
.discountInner {
	padding: 10px 5px;
}
.comparison {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: end;
}
.comparisonHeader span {
	display: block;
}
.Remarks img {
	vertical-align: middle;
}
.Remarks {
	margin-bottom: 5px;
	font-weight: bold;
}

.thousand2_over {
	background: #ffb2c8;
	font-weight: bold;
	padding: 0 5px;
}
.thousand1 {
	background: #b2e8ff;
	font-weight: bold;
}
.thousand15 {
	background: #c1ffb1;
	font-weight: bold;
}
.thousands2_Within {
	background: #fed5b5;
	font-weight: bold;
	padding: 0 5px;
}



.totalPrice {
	color: #c80037;
	font-size: 5vw;
	font-weight: bold;
}

.cp_container .Remarks img {
	width: 13%;
	margin-right: 5px;
}

.tFirst {
	text-align: left;
	width: 30%;
	margin-right: 5px;
}
.note img {
	width: 60%;
}
.note {
	width: 15%;
}

#content section.unEvent .comparisonItem li a {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 85%;
	padding: 0 !important;
}
.noteComment {
	width: 100%;
	margin-top: 5px;
}
.fade {
	opacity: 0.2;
}
.comparisonItem {
	clear: both;
}
.noteComment em {
	font-style: normal;
	line-height: 1.3;
}
.presentation, .unCoupon ul, .discountContent .tSecond, .comparisonItem li span, .comparisonItem li span em {
	color: #333 !important;
}
.couponWatch {
	color: #333333;
}
.couponItemBox {
	margin-bottom: 20px;
}
.comparisonItem li a .totalPrice {
	color: #c90037;
}
.discountInner .label {
	margin: 0 auto 10px;
	border: 1px solid #999;
	border-radius: 30px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 5px;
}
.discountInner .label span {
	font-size: 16px;
	margin-right: 5px;
}
.unEvent.unCoupon .couponItemBox .couponItemList .discountContent .discountInner .comparisonItem li:not(:last-child) {
	border-bottom: 1px solid #ccc !important;
}
.unEvent.unCoupon .couponItemBox .couponItemList .discountContent .discountInner .comparisonItem li {
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
}
.unEvent.unCoupon .couponItemBox .couponItemList {
	padding:0 !important;
	border:none !important;
}
.comparisonItem li {
	padding-left:0 !important;
	padding-right:0 !important;
	border:none !important;
}
.discount_ttl {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
/************************************************

赤字割

************************************************/

.defict_img-item img {
	height: auto;
	max-width: 61%;
}
.defict_img {
	background: url(https://img.undernavi.com/front/pc/area/pref/watched/sp_no_login.jpg) no-repeat;
	position: relative;
	background-position: center top;
	background-size: contain;
	margin: 5px;
}
.defict_img::before {
	content: "";
	display: block;
	padding-top: 84%;
}
.defict_img-item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}
.defict_img-item .defict_login-btn {
	display: block;
	width: 100%;
	padding: 3vw 0;
	margin: 2vw auto 4vw;
	background: #c90037;
	border: none;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.defict_login-regist a {
	color: #c90037;
	text-decoration: underline;
}
.defict_login-regist {
	text-align: center;
}
.defict_img-item .defict_regist-btn {
	display: block;
	width: 100%;
	padding: 3vw 0;
	border: 1px solid #c90037;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	color: #c90037;
	background: #fff;
}
.deficitInner {
	padding: 10px;
	background: repeating-linear-gradient(-45deg, rgb(251, 232, 236), rgb(251, 232, 236) 8px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 10px);
}
.deficit {
	margin-bottom: 20px;
}
.deficitList {
  padding: 2.5vw;
}
.deficitListItem {
  position: relative;
  margin-bottom: 10vw;
  padding: 2.5vw;
  border: 2px solid #c80037;
  background-color: #eeeeee;
}
.deficitListItem.dx {
  background-color: #fff9d3;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.deficitTitle {
	position: relative;
	display: block;
	background: #000;
	border-top: 5px solid #000;
	color: #fff;
	margin-bottom: 0;
	padding: .25em .5em;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: none;
	text-align: left;
	line-height: 1.2;
}
.deficitTitle span {
  color: #ff9;
  font-weight: bold;
}

.deficitFee {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.deficitComment .comment {
	line-height: 1.2;
}
.usege {
	font-weight: bold;
	text-align: right;
}
.deficitFee .usege {
	display: flex;
	align-items: center;
	justify-content: right;
}
.usage_period02 {
	line-height: 1.4;
}
.usage_period {
	background: #c80037;
	color: #fff;
	padding: 5px 12px;
	border-radius: 5px;
	font-weight: normal;
	margin-right: 2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deficitAfter .deficitAfter_minute {
	font-size: 5vw;
	color: initial;
	margin-right: 1vw;
}
.deficitAfter .deficitAfter_yen {
	color: initial;
	font-size: 5vw;
}
.deficitFee_priceTime img {
	height: auto;
	max-width: 100%;
}
.deficitFee_priceTime {
	width: 25%;
	margin-right: 5%;
}
.denial {
	text-decoration: line-through;
}
.deficitFee_detail {
	flex: 1;
}

.deficitFee .difference {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	color: #c80037;
	font-size: 4.5vw;
}
.deficit_note {
	padding: 8vw 0vw 4vw;
	border-bottom: 1px solid #b5b5b5;
	margin: 0 4vw 0vw;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.deficitFee_detail .label {
  display: inline-block;
  padding: .125em .5em;
  font-size: .76rem;
  color: #ffffff;
}
.deficit_note span {
	background: #fffa06;
	line-height: 2;
	padding: 5px 10px;
	margin: 0 5px 0;
	border-radius: 5px;
	color: #c80037;
	display: block;
	font-size: 17px;
}
.deficitLady_detail {
	padding: 4vw 4vw 0;
}
.label01 {
  
}
.label02 {
  background-color: #93b7c9;
}
.label03 {
  background-color: #93c9a2;
}
.label04 {
  background-color: #c9ac93;
}
.label05 {
  background-color: #de279b;
}

.shopArea {
  margin-bottom: .25em;
}
.shopName {
  font-weight: bold;
  color: #c80037;
}

.shopInfo .info {
  margin-bottom: 2.5vw;
}
.shopInfo .info span {}
.shopInfo .info span:first-child {
  margin-right: .25em;
}
.shopInfo .info span img {
  height: 1em;
}
.shopInfo .info span:last-child img {
  margin-right: .25em;
}

.telShop {
  padding: 0 5vw;
}

/* deficit */

.deficitBox {
  position: relative;
  margin-bottom: 10vw;
  border: 2px solid #c80037;
}


.discountListItem1 .deficitTitle {
	position: relative;
	display: block;
	background: #c80037;
	border-top: 5px solid #c80037;
	color: #fff;
	margin-bottom: 0;
	padding: .25em .5em;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: none;
	text-align: left;
}

.deficitTitle:after {
  content:"";
  display:block;
  position:absolute;
  top:-2px;
  left:0;
  width:100%;
  border-bottom:2px dashed #fff;
}

.deficitTitle span {
  color: #ff9;
  font-weight: bold;
}

.feeSort{
  margin:2vw;
  text-align:center;
  font-size:4.5vw;
  font-weight:bold;
}

.deficitListItemMain{
}



.deficitListItem1.dx .deficitListItemMain{
  background:#fff9d3;
}

.deficitFee {
	font-size: 0;
	background: #eee;
	padding: 4vw;
	position: relative;
}
.deficitFee p {
	font-size: 4vw;
	text-align: right;
	line-height: 2;
}
.deficitFee .deficitOrigin {
	font-size: 3.5vw;
}
.deficitAfter{
  font-size:4vw;
  font-weight:bold;
}



.difference{
  padding:1vw;
  margin-bottom:10px;
  background:#fff;
  border:1px solid #999;
  border-radius:100px;
  color:#999;
  font-size:5vw;
  font-weight:bold;
  text-align:center;
}

.difference span{
  font-size:1rem;
}

.deficitShop {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deficitShop figure {
	width: 25%;
	margin-right: 3vw;
}

.deficitShop .shopInfo {
	font-size: 3vw;
	flex: 1;
}
.deficitShop .shopInfo h4 a{
  color:#c80037;
  font-size:4vw;
}

.discountListItem1 .discountShop .shopToday span{
  color:#c80037;
  font-size:4vw;
}

.deficitShop .shopToday span{
  color:#c80037;
  font-size:5vw;
	font-weight:bold;
}
.deficitComment {
	border-radius: 5px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
.deficitComment marquee {
	display: inline-block;
	vertical-align: middle;
	width: 92%;
}
.deficitComment img {
	width: 8%;
	vertical-align: middle;
}

.deficitAfter span {
	color: #c80037;
	font-size: 8vw;
}

.deficitBody {
	border: 2px solid #000;
	position: relative;
}
.deficit01 {
	margin-bottom: 20px;
}

.deficit01::before {
	left: 5px;
	top: -85px;
}
#deficit .ttl_red {
	margin-bottom: 2vw;
}
.deficitLady_detail .comment {
	font-size: 3.5vw;
}
.deficit_ttl {
	display: flex;
	align-items: center;
	margin: 0 auto 2vw;
	width: 96%;
}
.deficit_ttl img {
	max-width: 33%;
	margin-right: 2vw;
}
.member_ex {
	background: #ff0;
	color: #c80037;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 3.5vw;
}
.modal_deficit {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 4px #c90037;
	padding: 15px 5%;
	background: #fff;
	width: 80%;
	height: auto;
	z-index:999;
}
.deficit_report-close {
	position: absolute;
	right: -15px;
	top: -5.5%;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.deficit_report-btn {
	text-align: right;
	width: 100%;
	margin: 10px auto;
}
.mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #e60e7b;
	font-weight: bold;
	margin-bottom: 5px;
}
.type {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.type_check {
	font-weight: bold;
	color: #c80037;
	margin-left: 10px;
}
.status_box::after {
	content: '';
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 11px solid #000;
	position: absolute;
	right: 10px;
	top: 40%;
	pointer-events: none;
}
.status_box {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
.status_box > select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 5px;
	font-size:13px;
}
.txtbox {
	margin-bottom: 20px;
}
.txtbox > textarea {
	width: 100%;
	height: 100px;
}
.submit {
	text-align: center;
}
.submit button {
	border: none;
	font-size: 14px;
	background: #7e4d7c;
	color: #fff;
	width: 85%;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
}
.submit button:hover {
	opacity:0.7;
}
.discount_list-item {
	padding: 10px;
}
.discount_list-item h3 {
	color: #c90037;
	margin-bottom: 10px;
	font-size: 5vw;
	font-weight: bold;
}
.discount_list-item .discountFee {
	overflow: hidden;
	position: relative;
	background: #fefbee;
	padding: 10px 0px 10px 20px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
}
.discount_list-item .discountFee::before {
	content: "";
	display: inline-block;
	background: url('https://img.undernavi.com/front/sp/area/pref/coupon_bg.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
}
.discount_list-item .discountFee {
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	margin-right: 5px;
	color: #000;
	width: 100%;
	box-sizing: border-box;
}
.pricebox {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.discountFee p {
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	margin-right: 5px;
	color: #000;
}
.discountAfter .after_time {
	font-size: 7vw;
	color: #f00;
}
.discountAfter .after_price {
	font-size: 9vw;
	color: #f00;
}
.circle.circle2 {
	margin-left: 1vw;
}
.circle {
	position: relative;
	width: 14%;
	height: 0;
	padding-top: 14%;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background: #f00;
	font-style: normal;
	color: #000;
	font-weight: bold;
	top: -10px;
}
.price_off, .extend_time {
	font-size: 3vw;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
/* トグル関連 */

.discount_list-item .discountComment{
	position:relative;
}

.discount_list-item .discountComment.hide{
	height:auto;
	overflow:hidden;
}

.discount_list-item .discountComment .discountBtn{
	display:none;
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	background:linear-gradient(to bottom,rgba(255,255,255,00) 0,rgba(255,255,255,1) 80%);
}

.discount_list-item .discountComment.hide .discountBtn{
	display:block;
}

.discount_list-item .discountComment button{
	display:block;
	width:70%;
	padding:8px 0;
	margin:0 auto;
	border:none;
	border-radius:5px;
	box-shadow:0 0 3px #aaa;
	color:#777;
}

.discount_list-item .discountComment .open{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_d.png') no-repeat 90% center / auto 40%;
}

.discount_list-item .discountComment.hide .close{
  display:none;
}

.discount_list-item .discountComment .close{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_u.png') no-repeat 90% center / auto 40%;
}
