@charset "utf-8";

article{
	display:flex;
	justify-content:center;
	width:1340px;
	margin:0 auto;
}

main{
	padding:20px;
	background:#fff;
}

.sortLink{
	display:flex;
	margin-bottom:20px;
	border:1px solid #c80037;
	border-bottom-width:3px;
}

.sortLink li{
	width:25%;
}

.sortLink li a{
	display:block;
	padding:5px;
	border-right:1px solid #c80037;
	text-align:center;
}

.sortLink li:last-child a{
	border-right:none;
}

.sortLink li.current a{
	position:relative;
	background:#c80037;
	color:#fff;
}

.sortLink li.current a:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:calc(50% - 10px);
	bottom:-20px;
	border:10px solid transparent;
	border-top:10px solid #c80037;
}


/*========================ページャー用=======================*/

.ajax_pager{
	margin:20px 0;
}

ul.pager01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

ul.pager01 li{
	margin:3px;
}
ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}


ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}
.deficitBox {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 10px 10px 20px;
	border: 3px solid #c90037;
	background: repeating-linear-gradient(-45deg, rgb(251, 232, 236), rgb(251, 232, 236) 8px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 10px);
	position: relative;
}

.deficitBox .head {
	padding: 10px;
	padding-top: 0;
	border-bottom: 1px solid #aaa;
	line-height: 1.6;
	margin-bottom: 10px;
}
.deficit_data {
	margin-top:0;
}
.deficitBox .head h3 a {
	display: inline-block;
	color: var(--c-red-color);
	font-size: var(--larger-fontsize);
	font-weight: bold;
	text-decoration: underline;
}
.deficitBox .head .data {
	display: flex;
	align-items: center;
}
.deficitBox .head .data li {
	margin-right: 10px;
}
.deficitBox .head .data .tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/common/icon_tel.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.deficitBox .head .data .time::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/common/icon_clock.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.moreDiscount {
	padding: 15px 0 0 0;
	width: 100%;
}
.moreDiscount a {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px 0;
	background: url(https://img.undernavi.com/front/pc/area/watched/arrow_r.png) no-repeat 90% center / auto 40% #fff;
	border-radius: 5px;
	color: #999;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0 3px #777;
}


.mark_ex {
	display: flex;
	align-content: center;
	margin-bottom: 10px;
}
.mark_ex li {
	font-size: 13px;
}
.mark_ex img {
	max-width: 20%;
	margin-right: 5px;
}
.mark_ex-down img {
	max-width: 15%;
}
.mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #c80037;
	font-weight: bold;
}
.type {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.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: 180px;
	height: 30px;
	margin-bottom: 20px;
}
.txtbox {
	margin-bottom: 30px;
}
.submit {
	text-align: center;
}
.submit button {
	border: none;
	font-size: 14px;
	background: #7e4d7c;
	color: #fff;
	width: 125px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
}
.submit button:hover {
	opacity:0.7;
}
.not_deficit-txt {
	text-align: center;
	font-size: 16px;
}
.not_deficit figure {
	text-align: center;
	margin-bottom: 10px;
}
.not_deficit img {
	max-width: 6%;
	margin-bottom: 20px;
}
.not_deficit-txt span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.not_deficit {
	padding: 100px 0;
}

.shop_name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}
.shop_name a {
	color: var(--c-red-color);
}

.delivery_area_name {
	text-align: center;
}