@charset "UTF-8";
@media screen and (max-width:768px) {
	

.form-control {
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0;
	margin-right: 4px;
}
input[type="checkbox"] {
	accent-color: #dddddd;
}

/* area search
-------------------*/
#area-search .nav-tabs {
	text-align: center;
	border-bottom-color: #CCC;
}
#area-search .nav-tabs>li {
	float: none;
	display: inline-block;
	width: 40%;
}
#area-search .nav-tabs.quatro>li {
	width: auto;
	font-size: 0.857em;
}
#area-search .nav-tabs>li a {
	color: #999;
	text-shadow: 1px 1px 0px #fff;
}
#area-search .nav-tabs>li>a:hover {
	background-color: #CCC;
	border-color: #CCC;
	color: #FFF;
	text-shadow: none;
}
#area-search .nav-tabs>li.active a,
#area-search .nav-tabs>li.active>a:hover,
#area-search .nav-tabs>li.active>a:focus {
	color: #ef7070;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-bottom-color: transparent;
	box-shadow: rgba(153, 153, 153, 0.298039) 0px -3px 8px -3px;
	-webkit-box-shadow: rgba(153, 153, 153, 0.298039) 0px -3px 8px -3px;
	-moz-box-shadow: rgba(153, 153, 153, 0.298039) 0px -3px 8px -3px;
}
#area-search .nav {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 70%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #ffffff 70%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #ffffff 70%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #ffffff 70%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 70%, #f3f3f3 100%);
}
/*#area ul li a {
	font-size: 1.143em;
	letter-spacing: 0.1em;
	display: block;
	padding: 18px 3px 18px 10px;
	border: 1px solid #ccc !important;
}*/
/* GPS location search
-------------------*/
#location { padding: 30px 10px 40px; }
#location>.btn-default {
	background-color: #65E181;
	color: #fff;
	border: none;
}
#location .result-wrap { padding: 0; }
/* GPS location search result
-------------------*/
#map_canvas {
	width: 100%;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #f2f2f2;
	border: 1px solid #CCC;
}
.count {
	font-size: 1.143em;
	font-weight: bold;
	color: #ef7070;
	padding: 0 0.3em;
}
#location-result .well { border: 1px solid #CCC; }
/*  search result
-------------------*/
.result-title {
	padding: 15px;
	background: #eceaea;
	text-align: left;
}
#result {
	padding-top: 15px;
}
/* search-result panel
-------------------*/

.hd-result__sub{
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1;
}


.result-wrap { padding: 0 10px; }

/* #result内汎用 */

.result-link{
	position: relative;
	z-index: 201;
	padding-top: 5px;
	text-align: right;
	clear: both;
}
.result-zindex{
	position: relative;
	z-index: 201;
}

/* クリック時色が変わるように対応*/
.result-wrap .panel:hover {
	/*background: #fff4f4;*/
}
.result-wrap .panel {
	position: relative;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2) !important;
	margin-bottom: 20px;
	border-radius: 10px;
}
.result-wrap .panel-heading {
	padding:0;
	margin:-1px 0 0 -1px;
	width:100.5%;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.result-wrap .panel-heading h3 { color: #2b2827; }
.result-wrap .panel-body {
	position: relative;
	padding: 5px;
}
/*
.result-wrap .panel:after {
	color: #999;
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 5px;
	position: absolute;
	top: 48%;
	right: 0;
	font-size: 30px;
}
*/
.result-wrap .panel.simple:after {
  content: none;
}
.result-wrap .panel-body .left { padding: 0; margin:0 0 8px 0; }
.result-wrap .panel-body .right { padding: 0 20px 0 10px; ; }

.result-shop__searchbody,
.result-shop__address,
.result-shop__hours,
.result-shop__holiday{
    line-height: 1.2;
}
.result-shop__searchbody,
.result-shop__address,
.result-shop__hours,
.result-shop__holiday,
.result-shop__label{
	margin-top: 5px;
}
.result-shop__label{
	line-height: 1;
  margin-top: 10px;
}
.result-shop__label .label{
	background: #9dbda6;
	font-size: 1.2rem;
}

.result-shop__searchbody {
  position: relative;
}
.result-shop__searchbody .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-shop__searchbody .more {
  margin-top: 5px;
  margin-bottom: 0px;
  display: block;
  text-align: right;
  position: relative;
  z-index: 10000;
  width: fit-content;
  margin-left: auto;
}
.result-shop__searchbody .icon {
  width: 8px;
  height: 8px;
  margin-left: 3px;
}



.result-shop__head{
  /*
	width:94%;
	margin-top: 10px;
	padding: 0 5px;
	font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	  overflow: hidden;
  */
  font-weight: bold;
  overflow: hidden;

}
.result-shop__detail{
	width:94%;
	margin-top: 5px;
	padding: 0 5px;
	line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
	overflow: hidden;
}
.result-wrap .panel-body .block-link{
	  margin: 15px 10px 10px 10px;
    display: block;
}
.result-wrap .panel-body .block-link .label-new {
    background: #9CBEA5;
}
.result-wrap .panel-body .block-link .label-alluser {
    background: #8db9e0;
}

.result-wrap .panel-body .price {
	padding: 10px 0;
	margin:8px auto 0;
	clear:both;
	width:96%;
}
.search-shop-menu-subtitle{
	clear:both;
	border-bottom: 1px solid #2b2827;
	margin: 10px 0 5px;
	padding: 0 5px 0 5px;
	color:#2b2827;
	font-weight:bold;
}
.search-shop-menu-tr{
	clear: both;
	display: block;
	padding:2px 5px;
  overflow: hidden;;
}
.search-shop-menu-th{
	width:72%;
	line-height:1.2em;
	display:block;
	float:left;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}
.search-shop-menu-td{
	width:28%;
	text-align:right;
	line-height:1.2em;
	display:block;
	float:right;
}
.search-shop-coupon{
  overflow: hidden;
}
.summaryshop .link {
  font-size: 90%;
  text-align: right;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 10px;
}
.summaryshop .link a {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  border:1px solid #9dbda6;
  color:#000;
  border-radius: 5px;
  width: fit-content;
}
.summaryshop .link span.count {
  display: block;
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 12px;
  background: #fe4d49;
  color: #fff;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 3px;
  border-radius: 20px;
}
.search-shop-coupon-item {
  overflow: hidden;
	/*border-bottom: 2px dotted #c4c4c4;*/
  padding: 0 0;
  margin: 5px 0;
}
.search-shop-coupon-subtitle{
	clear:both;
	color:#2b2827;
	font-weight:bold;
  padding: 0 5px;
	border-bottom: 2px dotted #c4c4c4;
}
.search-shop-coupon-subtitle .link{
    float: right;
}
.search-shop-coupon-tr{
	clear: both;
	display: block;
	/*padding:0px 5px 6px 5px;*/
	font-weight: normal;
}
.search-shop-coupon-th{
	width:70%;
	line-height:1.2em;
	display:block;
	float:left;
	padding:4px 0;
}
.search-shop-coupon-td{
	width:30%;
	text-align:right;
	line-height:1.2em;
	display:block;
	float:right;
	padding:4px 0;
}
.search-shop-coupon-td span{
	display:block;
}
.search-shop-coupon-limit {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
	line-height: 100%;
}
.search-shop-coupon-limit-text{
	padding: 8px 0 0 0;
	font-size: 80%;
	color:#999;
}
.search-shop-coupon-price {
	display: inline-block;
	padding: 4px 8px;
	margin: 3px 5px 8px 0;
	border: 1px solid #c0a000;
	color: #c0a000;
	border-radius: 2px;
	float: right;
}
.search-shop-coupon-price p{
	display: inline-block;
	font-weight: bold;
}
.search-shop-review-subtitle{
	clear:both;
	border-bottom: 1px solid #2b2827;
	margin: 10px 0 5px;
	padding: 0 5px 0 5px;
	color:#2b2827;
	font-weight:bold;
}
.search-shop-review{
	width:100%;
	display:block;
}
.search-shop-review-tr{
	display:block;
	border-top: 2px dotted #e2e0df;
	margin-top:6px;
	padding-top:6px;
}
.search-shop-review-tr:first-child{
	margin-top: 0;
	border: none;
}
.search-shop-review-th{
	width:100%;
	line-height:1.2em;
	display:block;
	padding:4px 0;
	text-align:left;
	font-weight:bold;
}
.search-shop-review-td{
	text-align:left;
	line-height:1.2em;
	display:block;
	padding:4px 0;
}
.search-shop-review-maintitle{
	float: left;
	font-weight:bold;
	padding: 0 5px 0 5px;
	margin: 0;
	font-weight:bold;
}
.search-shop-review-heart{
	float: right;
	text-align: left;
	width: 6.5em;
}
.search-shop-review-text{
	clear: both;
	line-height: 130%;
	padding: 0 5px;
}
.search-shop-review-heart-pink {
	color: #ff4c4a;
	font-size: 12px;
	display: inline-block;
}

.result-wrap .panel .area-group,
.result-wrap .panel .address,
.result-wrap .panel .shop {
	border-top: 1px solid #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.result-wrap .panel .address{
	line-height:1.2em;
	border-top: none;
}

.result-wrap .panel .reserve-btn__list{
  /*
	padding: 10px;
	line-height: 1.7em;
*/
}

.result-wrap .panel h3, .hd-result-ttl { padding:8px 8px 0 8px; font-size:120%; }

/* rankng-panel
-------------------*/
.medal {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	background-color: #c7b381;
	border-radius: 50%;
	color: #FFF;
}
.medal.rank2 { background-color: #c1c1c1; }
.medal.rank3 { background-color: #bd9a7e; }
/* review-panel
-------------------*/
#review .result-wrap .panel:after { top: 38.5%; }
.baloon {
	position: absolute;
	top: -15px;
	left: -10px;
	background: #ffa71c;
	padding: 4px 10px;
	border-radius: 25%;
	color: #FFF;
}
.baloon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 167, 28, 0);
	border-top-color: #ffa71c;
	border-width: 5px;
	margin-left: -5px;
}
/* coupon panel
-------------------*/
#coupon .result-wrap .panel h3 { padding: 5px 0; }
/* catalog page
-------------------*/
.catalog-bg{border-bottom: 1px solid #ddd;}
.catalog-list {
	text-align: center;
	padding-top: 15px;
}
.catalog-list li {
	position: relative;
	display: inline-block;
	width: 31.5%;
	max-width: 120px;
}

.catalog-list li p {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	padding: 3px 2px 0;
	letter-spacing: -0.05em;
}
.catalog-list-shopname {
	color: #999;
	line-height: 80%;
	padding: 0 2px;
	letter-spacing: -0.05em;
}
.catalog-list-ttl {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	padding: 3px 2px 0;
	letter-spacing: -0.05em;
}
.catalog-list-subttl {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	color: #999;
	line-height: 80%;
	padding: 4px 2px 0;
	padding-top: 4px !important;
	letter-spacing: -0.05em;
}


#catalog-hd a {
	background-color: #FFF;
	border: 4px solid #FFF;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	max-width: 120px;
	height: auto;
}
#catalog-result .container { padding: 15px 5px 10px; }
#catalog-result .btn-group {
	text-align: center;
	width: 100%;
	font-size: 0;
}
#catalog-result .btn-group .btn {
	display: inline-block;
	width: 34%;
	float: none;
}
#catalog-result .well {
	text-align: center;
	margin: 10px auto 0;
	background-color: #f5f5f5;
}
#catalog-result .toggle-gorup li a {
	background-color: #FFF;
	padding: 18px 8px;
	border: 1px solid #ccc !important;
}
#catalog-result .btn-group-vertical {
}
#catalog-result .toggle-gorup li.open a {
	border-color: #adadad;
	margin: 4px 0;
}
#catalog-result .toggle-gorup li.open > a {
	background-color: #ef7070;
	border-color: #5D5D5D;
	color: #f5f5f5;
}
#catalog-result .toggle-gorup li.open > ul >li.open > a {
	background-color: #ED4040;
	border-color: #ED4040;
}
#catalog-search-wrap .btn {
	text-align: left;
	font-weight: normal;
	padding: 10px;
	z-index: 100;
}
#catalog-search-wrap .btn:active { box-shadow: none; }
#catalog-search-wrap .btn>input[type="checkbox"] {
	display: inline;
	margin-right: 0.5em;
}
.catalog-list-count{
	font-size: 90%;
	color: #2b2827;
}
/* Ad
-------------------*/
.aside-ad1 .aside-ad-item1 { display: block !important ; }
.aside-ad2 .aside-ad-item2 { display: block !important ; }
.aside-ad3 .aside-ad-item3 { display: block !important ; }
.aside-ad4 .aside-ad-item4 { display: block !important ; }


/* login
-------------------*/
#login-wrap { padding: 30px 10px; }
#login-wrap .panel {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	border-color: #5D5D5D;
}
#login-wrap .panel-heading {
	background-color: #5D5D5D;
	color: #fff;
}
#login-wrap .attention { color: #d5d5d5; }

/* feature, report page
-------------------*/
#feature .container,
#report .container  { padding: 0px 10px 10px 10px;}
#feature .thumbnail p,
#report .thumbnail p {
	padding-top:10px;
	border-bottom: 1px solid #2b2827;
	margin-bottom:10px;
}
.feature-text{
	display: block;
	font-size: 90%;
	line-height: 130%;
	padding: 8px 5px 5px;
}
/* regist
-------------------*/
#regist-wrap,#contact-wrap,#lostpassBox_warp { padding: 30px 10px; }
h2.regist-title,.regist-title-2 {
	width: 100%;
	height: 40px;
	background: #f5f5f3;
	font-size: 1em;
	color: #537a5d;
	font-weight: bold;
	line-height: 2.5em;
	text-align: left;
	padding-left: 15px;
	border-top: 5px solid #9dbda6;
}
.regist-panel {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	background-color: #fff;
}
ul.regist-ul {
	padding: 20px 0 0 0;
	width: 100%;
}
ul.regist-ul li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
ul.regist-ul li.process-li  {
	background: url(/sp/images/accounts/step-off.png) no-repeat;
	background-size: contain;
	width: 12%;
}
ul.regist-ul li.process-li.on {
	background: url(/sp/images/accounts/step-on.png) no-repeat;
	background-size: contain;
}
.line0 {
	line-height: 0px;
	width: 6%;
}
ul.regist-text-ul {
	width:100%;
}
ul.regist-text-ul li.process-text-li {
	display: inline-block;
	width: 18%;
	text-align: center;
	font-size: 0.714em;
	line-height: 1.286em;
	vertical-align: middle;
	padding-bottom: 10px;
}
ul.regist-text-ul li.process-text-li.on {
	color: #9cbea5;
}

ol.condition{
	padding-left:20px;
}
.error-message {
	color: #ff6a84;
	font-weight: bold;
	font-size:1.00em;
}
.message {
	font-size: 0.786em;
	color: #ff6a84;
	padding: 10px 0 0 0;
}
/* user/add/
-------------------*/
.regist-section01 {
	position: relative;
}
.required-items:before {
	color: #e91a3f;
	font-weight: bold;
	font-size: 1.00em;
	content: "＊";
	position: relative;
}
.items-text {
	font-size: 1.00em;
	font-weight: bold;
	text-align: left;
	color: #ff6a84;
	padding-bottom: 3px;
}
.half-form {
	width: 49.5%;
}
.half-form47 {
	width: 47%;
}
dl.item ,p.item{
	padding: 15px 0 8px 0;
	border-top:dotted 2px #d6d5d3;
}
dl.item-first {
	padding-bottom:8px;
}
p.kiyaku {
	font-weight: bold;
	color: #ff6a84;
}
p.kiyaku span {
	color: #2b2827;
	font-weight: bold;
}
p.kiyaku a ,.pink-link{
	color: #ff6a84;
	text-decoration: underline !important;
}

.kiyaku.flexcroll {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.kiyaku.flexcroll .kiyaku-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 0;
  overflow: auto;
}

.kiyaku-title{
	border-bottom: 1px solid #1e1a1a;
	margin-bottom: 10px;
	padding: 3px 0;
	font-weight: bold;
}

dl.kiyaku-item dt.kiyaku-dt{
	border-bottom: 1px dotted #c9c3c0;
	font-weight: bold;
}
dl.kiyaku-item dd.kiyaku-dd{
	margin-bottom: 10px;
}

/* shops/add/
-------------------*/
.shops-info{
	background:#f6f4f4;
	padding:5px 0 5px 15px;
	margin-top:10px;
	font-weight: bold;
}
.max-moji{
    color: #777070;
    text-align: left;
    padding-top: 3px;
	padding-left:5px;
	font-size: 0.714em;
	font-weight:normal;

}

.ad-nobox{
	font-size: 0.929em;
	border:#d9d3d3 1px solid;
	padding:5px;
	margin:2px 0 0 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block;
}

.check-boxlist,.radio-boxlist{
	margin-top:10px;
}

.check-boxlist label{
	margin:10px;
}

.radio-boxlist input[type="radio"]{
	float:left;
	margin-top:10px;
}

.radio-boxlist label{
	display:block;
	padding-top:7px;
}

.radio-boxlist label:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.regist-section01 p.border_b{ border-bottom:#ece9e9 1px solid}

.boxwidth-80{width:80%;}
.boxwidth-50{width:50%;}
.boxwidth-40{width:40%;}
.boxwidth-30{width:30%;}

ol.agree-expranation {
	margin-top: 20px;
	padding: 15px 0px 15px 15px;
	border-top: solid 1px #2c2827;
}
ol.agree-expranation li {
	list-style-type: decimal;
	margin-top:5px;
}


/* root/contact/
-------------------*/
.contact-list{
	margin-top:10px;
	padding:5px 5px 5px 10px;
}
.contact-list li{
	font-size:0.875em;
	line-height:1.6em;
	background: url("/sp/images/title_circle.png") no-repeat 0px 5px;
	background-size:9px;
	padding-left:12px;
}

.account-tab{
	height:30px;
	margin-top:10px;
	list-style:none;
	border-bottom:1px solid #e4e4e4;
 }

.account-tab li{
	float:left;
	margin:0 0 0 5px;
	padding:0;
}

.account-tab li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	line-height:29px;
	height:29px;
	font-weight:bold;
	background:#ece9e9;
	border:1px solid #e4e4e4;
	border-bottom:none;
	-webkit-font-smoothing:antialiased;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius:8px 8px 0 0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	/* This is to prevent jagged borders in Webkit. */
	-webkit-background-clip: padding-box;
}

.account-tab li.current a{
	background:#fff;
	color:#2b2827;
	height:30px;
	/* This is to prevent jagged borders in Webkit. */
	-webkit-background-clip: padding-box;
}


.username {
	text-align: center;
	font-weight: bold;
	padding-bottom:15px;
}


/* page/article/(column)/
-------------------*/
#a-column h2.column-title {
/*	font-size: 161.6%;*/
	font-size: 1.429em;
	line-height: 1.429em;
	font-weight: bold!important;
	border-bottom: solid 2px #e2a1a7;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #444;
}
#a-column li.g-button-y {
	width: 60px;
}
#a-column li.tw-button-y {
	width: 90px;
}

#a-column p.date{
	text-align: right;
	padding: 0 15px 5px 15px;
}
#a-column h3.heading-title, #a-column h4.related-keyword, #a-column h4.related-article {
	font-size: 1.214em;
	line-height: 1.357em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444;
}

#a-column h3.heading-title {
	padding: 3px 0 0 10px;
	border-left: solid 4px #e2a1a7;
}
#a-column p.column-txt, #a-column p.related-txt {
	font-size: 1.071em;
	padding-bottom: 15px;
}

#a-column ul li.column-keyword {
	display: inline-block;
}
#a-column ul li.column-keyword a {
	display: block;
	color: #fff;
}
#a-column ul li.column-keyword {
	text-decoration: none;
	background-color: #d98289;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    margin-bottom: 3px;
}
#a-column ul li.column-keyword a:hover {
	opacity: 0.7;
}
#a-column h4.related-article {
	padding: 0 0 5px 20px;
	border-bottom: solid 1px #d9d3d3;
}
#a-column li.related-list a {
	display: block;
	padding:2px 2px 2px 0;
}
#a-column li.related-list {
	border-bottom: dotted 1px #d9d3d3;
}
#a-column li.related-list p, h4.related-txt {
	vertical-align: middle;
	display:table-cell;
}

/*.keyword-text
---------------------------*/
.keyword-text{
  padding: 10px 5px 0 5px;
  font-size: 1.1rem;
}
.keyword-text h3 {
  font-weight: bold;
  font-size: 100%;
  margin: 20px 0 5px 0;
  color:#629370;
}



/*_recommend
---------------------------*/
.ranking-list{
	margin-top:10px;
}
.ranking-list h2{
	padding: 15px;
	color: #2B2827;
	font-weight: bold;
	background-color: #F5F5F4;
}
.area-column-title {
	padding: 15px;
	color: #2B2827;
	font-weight: bold;
	background-color: #F5F5F4;
}

.rnk-wrap {
	padding: 0 10px;
	margin: 15px 0;
}

.rnk-wrap .slick-list{
	text-align: left;
}

.rnk-wrap-panel:hover {
	background: #eaeaea;
}
.rnk-wrap-panel{
	position: relative;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2) !important;
	margin-bottom:8px;
	border-radius:10px;
	margin: 2px;
	padding:0 5px;
}

.rnk-wrap-panel h3{
	color: #2b2827;
	padding: 5px 5px 0;
	font-size:120%;
	font-weight:bold;
}
.popularity-ranking-kana{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:#d8d5d4 1px solid;
}
.rnk-wrap .panel-body {
	position: relative;
	padding: 5px;
}
.rnk-wrap-panel:after {
	color: #999;
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 5px;
	position: absolute;
	top: 48%;
	right: 0;
	font-size: 30px;
}
.rnk-wrap .panel-body .left {
	padding: 0;
	margin:0 0 8px 0;
}
.rnk-wrap .panel-body .right {
	padding: 0 20px 0 10px;
}
.rnk-wrap .panel-body .price {
	padding: 10px 0;
	margin:8px auto 0;
	clear:both;
	width:96%;
}

.rnk-wrap .panel .address,
.rnk-wrap .panel .shop {
	padding-top: 5px;
	padding-bottom: 5px;
}
.rnk-wrap-area-group{
	text-align:right;
	margin-top:10px;
}
.rnk-wrap .panel .address{
	line-height:1.2em;
	border-top: none;
}

/* rnk_medal */
.rnk-wrap_medal {
	width:22px;
	height:22px;
	font-size:14px;
	line-height:22px;
	text-align:center;
	background-color:#2b2827;
	border-radius:50%;
	color:#FFF;
	display:inline-block;
	margin-right:5px;
}

/*.popularity-ranking-area
---------------------------*/
.popularity-ranking-area{
	position: relative;
	z-index: 300;
}
.popularity-ranking-area a{
	display: inline-block;
	padding: 10px;
}

/*.rec-coupon-list
---------------------------*/
.rec-coupon-list{
	margin-top:50px;
}

.rec-coupon-list h2{
	padding: 15px;
	color: #2B2827;
	font-weight: bold;
	background-color: #F5F5F4;
}

.rec-coupon-list-scroll {
  overflow: auto;
  padding-bottom: 10px;
}

.rec-coupon-list-wrap {
	padding: 0 10px;
	margin-top:15px;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
}

.rec-coupon-list-wrap-panel:hover {
	background: #eaeaea;
}
.rec-coupon-list-wrap-panel{
	position: relative;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2) !important;
	margin-bottom:8px;
	padding:0 5px;
	background:#eceaea;
  width: 88vw;
  margin: 8px;
}

.rec-coupon-list-wrap-panel h3{
	border-bottom:#d8d5d4 1px solid;
	color: #2b2827;
	padding:5px;
	font-size:120%;
	font-weight:bold;
}
.rec-coupon-list-wrap .panel-body {
	position: relative;
	padding: 5px;
}

.rec-coupon-list-wrap-panel:after {
	color: #999;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 48%;
	right: 0;
	font-size:20px;
}
.rec-coupon-list-wrap .panel-body .left {
	padding: 0;
	margin: 5px 5px 0px -5px;
	border: 1px #fff solid;
}
.rec-coupon-list-wrap .panel-body .right {
	padding:5px;
	margin:5px 0;
	background:#ffffff;
}
.rec-coupon-list-wrap .panel-body .price {
	padding: 10px 0;
	margin:8px auto 0;
	clear:both;
	width:96%;
}

.rec-coupon-list-wrap-panel .area-group{
	position: relative;
	text-align:right;
	z-index: 300;
}
.rec-coupon-list-wrap-panel .area-group a{
	display: inline-block;
	padding: 10px;
}

/*rec-review-list*/

.rec-review-list{
	background:#ffffff !important;
	margin-top:50px;
}

.rec-review-list h2{
	padding: 15px;
	color: #2B2827;
	font-weight: bold;
	background-color: #F5F5F4;
}

.rec-review-list-wrap-panel{
	position:relative;
	background:#ffffff;
	border-bottom:#2b2827 1px solid;
}

.rec-review-list-wrap-panel:after{
	color: #999;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 43%;
	right: 0;
	font-size:20px;
}

.rec-review-list-wrap-panel h3{
	color: #629370;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
}

.rec-review-panelbody{
	min-height:100px;
	width:97%;
	margin:0px auto 10px auto;
	overflow: auto;
}

.rec-review-panelbody .left {
	padding: 0;
	border:#d8d5d4 1px solid;
}
.rec-review-panelbody .right {
	padding:0px 10px 5px 5px;
}

.rec-review-area{
	position: relative;
	text-align:right;
	z-index: 300;
}

.rec-review-area a{
	display: inline-block;
	padding: 10px;
}


/*near-shop-list 近隣店舗
---------------------------*/
.near-shop-list{
	margin-top:20px;
}
.near-shop-list h2{
	padding-top: 5px;
	color: #2B2827;
	font-weight: bold;
    font-size: 1.6rem;
	background-color: #e5e2e1;
	margin-bottom: 20px;
}
.balloon-bottom {
	position: relative;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 50px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #e5e2e1;
	z-index: 0;
}
.balloon-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e5e2e1 transparent transparent transparent;
}
.near-shop-wrap {
	padding: 0 10px;
	margin-bottom: 8px;
}
.near-shop-wrap-panel:hover {
	background: #eaeaea;
}
.near-shop-wrap-panel{
	position: relative;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2) !important;
	border-radius: 2px;
	padding: 0 5px;
    background: #fff;
	border: 1px solid #56504e;
}

.near-shop-wrap-panel h3{
	border-bottom: #56504e 1px solid;
	color: #2b2827;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
.near-shop-wrap .panel-body {
	position: relative;
	padding: 5px;
}
.near-shop-wrap-panel:after {
	color: #999;
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 5px;
	position: absolute;
	top: 48%;
	right: 0;
	font-size: 30px;
}
.near-shop-wrap .panel-body .left {
	padding: 0;
	margin:0 0 8px 0;
}
.near-shop-wrap .panel-body .right {
	padding: 0 20px 0 10px;
}
.near-shop-wrap .panel-body .price {
	padding: 10px 0;
	margin:8px auto 0;
	clear:both;
	width:96%;
}

.near-shop-wrap .panel .address,
.near-shop-wrap .panel .shop {
	padding-top: 5px;
	padding-bottom: 5px;
}
.near-shop-wrap-area-group{
	text-align:right;
	margin-top:10px;
}
.near-shop-wrap .panel .address{
	line-height:1.2em;
	border-top: none;
}


.regist-text-attention {
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #ff6a84;font-size: 12px;
}





.p-cataloglist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 15px;
}
.p-cataloglist__item {
  width: calc(100% / 5);
  padding: 0 7.5px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p-cataloglist__item {
    width: calc(100% / 3);
  }
}
.p-cataloglist__link {
  display: block;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  margin-bottom: 7px;
}
.p-cataloglist__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  height: auto;
}
.p-cataloglist__ttl {
  font-size: 10px;
  text-align: left;
}
.p-cataloglist__text {
  font-size: 10px;
  margin-top: 0.2em;
  text-align: left;
}
.p-cataloglist__text > a {
  color: #777;
/*  border-bottom: 1px dashed #aaa;*/
}



.p-cataloglist__text {
  margin-top: 0.5em;
  line-height: 1.0;
}

.p-cataloglist__text--area {
  position: relative;
  /*padding-left: calc(11px + 0.2em);*/
  padding-left: calc(11px + 0.4em);
}
.p-cataloglist__text--area::after {
  position: absolute;
  left: 0;
  /*top: calc(50% - 11px / 2);*/
  top: 0;
  content: '';
  width: 11px;
  height: 11px;
  background-image: url(/images/common/icon-map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.p-cataloglist__text--shopname {
  position: relative;
  /*padding-left: calc(11px + 0.2em);*/
  padding-left: calc(11px + 0.4em);
}
.p-cataloglist__text--shopname::after {
  position: absolute;
  left: 0;
  /*top: calc(50% - 11px / 2);*/
  top: 0;
  content: '';
  width: 11px;
  height: 11px;
/*  background-image: url(/images/common/icon-scissors.svg);*/
  background-image: url(/images/common/icon-shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}





.form-control-daytime {
  margin: 0 0.5em 0 0.2em;
  width: 65px;
  height: 34px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.edit-column--has-daytime {
margin: 0 -0.5em 0 -0.2em;
}



.catalog-result__ttl {
    padding: 25px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
}
.catalog-result__explain {
    padding: 0 10px 25px 10px;
    line-height: 1.7;
    font-size: 12px;
}



#recruit-style {
  padding: 0 10px;
}
#recruit-style ul {
  overflow: hidden;
}
#recruit-style li {
  border: solid 1px #e2e0df;
  border-radius: 20px;
  width: 100%;
  margin: 5px 0;
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
#recruit-style li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#recruit-style li a:hover {
  text-decoration: none;
}
#recruit-style .image {
  width: 80px;
  height: 57px;
  float: left;
  margin: 0 6px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
#recruit-style .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit-style .pref {
  width: 71px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f7d4dd;
  border-radius: 3px;
  font-size: 70%;
  margin-right: 2px;
  float: left;
  white-space: nowrap;
}
#recruit-style .genre {
  width: 71px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f7d4dd;
  border-radius: 3px;
  font-size: 70%;
  float: left;
  white-space: nowrap;
}
#recruit-style .name {
  float: left;
  font-weight: bold;
  width: calc(100% - 90px);
  box-sizing: border-box;
  font-size: 110%;
  margin: 0px 0;
}
#recruit-style .address {
  margin-bottom: 9px;
  font-size: 90%;
}
#recruit-style .employment {
  background: #000;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  display: inline-block;
  margin-bottom: 9px;
  font-size: 70%;
}
#recruit-style .content {
}


.button-anchor ul {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.button-anchor ul li {
  width: 33%;
}
.button-anchor a {
    border-radius: 4px;
    background: #9dbda6;
    color: #fff;
    padding: 9px 30px 5px 15px;
    border: 1px solid transparent;
    display: block;
    position: relative;
}
.button-anchor a:hover {
  color: #000;
}
.button-anchor a::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
}
.button-anchor a::after {
    content: '';;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 13px;
    top: calc(50% - 3px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #d0d0ce transparent transparent transparent;
}

.button-anchor a:hover {
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #d0d0ce;
}
.button-anchor a:hover::before {
    background-color: #d0d0ce;
}
.button-anchor a:hover::after {
    background-color: #d0d0ce;
    border-color: #FFF transparent transparent transparent;
}


/*.reserve-now
---------------------------*/
.reserve-now {
	margin-top:50px;
}
.reserve-now h2 {
	padding: 15px;
	color: #2B2827;
	font-weight: normal;
  text-align: center;
}
.reserve-now .note {
    color: #f00;
    padding: 0px 5px 5px 5px;
    font-size: 70%;
    text-align: center;
}
.reserve-now-list {
    overflow-x: auto;
    padding-bottom: 10px;
}
.reserve-now-list ul {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    padding-left: 6vw;
    padding-right: 4vw;
}
.reserve-now-list ul li {
    width: 88vw;
    overflow: hidden;
    margin: 0 2vw 0 0;
    background: #be9cb5;
    height: 65px;
    border-radius: 65px;
}
.reserve-now-list ul li a {
    display: block;
}
.reserve-now-list ul .image {
    display: block;
    overflow: hidden;
    border-radius: 63px;
    width: 63px;
    height: 63px;
    float: left;
    margin-right: 15px;
}
.reserve-now-list ul .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reserve-now-list ul .name {
    font-weight: bold;
    padding-top: 5px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reserve-now-list ul .text {
    color: #fff;
    font-size: min(150%, 5vw);
}
.notice-reserve-now {
    text-align: center;
    color: red;
    margin: 5px 0;
    font-weight: bold;
}
.notice-reserve-now .note {
    font-size: 80%;
    font-weight: normal;
}
.toha-reserve-now {
  text-align: center;
  padding: 10px 0;
}
.toha-reserve-now:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #000;
  margin: 0 5px;
}


.keyvisual {
}
.keyvisual img {
    width: 100%;
    height: auto;
}
#popular-tags {
  margin-top: 5px;
}
#popular-tags ul {
  text-align: right;
  padding: 2px;
}
#popular-tags li {
  display: inline-block;
  margin: 2px 2px;
}
#popular-tags li a {
  display: inline-block;
  background: #9dbda6;
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
}
#popular-tags li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#popular-tags li a::before {
  content: '#';
}
#popular-tags .link {
  text-align: right;
  margin: 5px;
}

.list-coupon-button {
  margin: 10px 0;
}



.breadcrumb {
	padding: 5px;
  background: #f5f2f1;
  overflow: auto;
}
.breadcrumb ul {
  white-space: nowrap;
}
.breadcrumb li {
  display: inline-block;
	overflow: hidden;
	font-size: 90%;
  line-height: 1;
}
.breadcrumb li:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #000;
  margin: 0 5px;
}
.breadcrumb li:last-child:after {
  content: none;
}


.p-coupon__list {
  padding: 0 10px 0 5px;
  position: relative;
  z-index: 200;
}
.p-coupon__item {
    margin-top: 15px;
}
.p-coupon__block {
    display: block;
    background-color: #f5f3f1;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 5px 5px 0 #a0a0a0;
    box-shadow: 5px 5px 0 #a0a0a0;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none !important;
}
.p-coupon__icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 65px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.p-coupon__icon--alluser {
    border-color: #8db9e0 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.p-coupon__icon--new {
    border-color: #9cbea5 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.p-coupon__icon-inner {
    position: absolute;
    left: 5px;
    top: -58px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    letter-spacing: .2em;
    font-size: 14px;
}

.p-coupon__block-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-coupon__main {
    width: 100%;
}
.p-coupon__ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0.3em 0 0.9em 12px;
    padding: 8px 8px 0 8px;
    text-align: left;
    font-family: "Noto Sans JP",sans-serif;
}
.p-coupon__expiration {
    margin-top: 5px;
    margin-left: 20px;
    font-weight: bold;
}


.p-coupon__sub {
    text-align: center;
    position: relative;
    padding-left: 30px;
}
.p-coupon__sub {
    width: 100%;
    padding: inherit;
    margin-top: 1em;
}

.p-coupon__tagoff {
    text-align: left;
    margin-right: 0.5em;
    font-size: 90%;
    display: inline;
}
.p-coupon__tagoff__inner {
    display: inline-block;
    background-color: #fe4d49;
    color: #fff;
    font-size: 125%;
    padding: 3px 10px 0 10px;
    margin-bottom: 0.3em;
    font-weight: bold;
}
.p-coupon__tagoff__inner {
    padding: 3px 10px 0 10px;
}
.p-coupon__tagoff__inner>span {
    font-size: 80%;
    padding-left: 0.3em;
}
.p-coupon__price-main--to-strong {
    font-size: 20px;
    font-weight: bold;
    color: #fe4d49;
    vertical-align: bottom;
}
.p-coupon__sub-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.p-coupon__sub-inner--ptn1 {
    text-align: left;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-ttl, .p-coupon__sub-inner--ptn1 .p-coupon__price-main {
    display: inline-block;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-ttl {
    color: #777;
    font-weight: normal;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
    vertical-align: bottom;
}
.p-coupon__sub-inner--ptn2 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn2 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn2 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
}
.p-coupon__sub-inner--ptn2 .p-coupon__price-main {
    display: inline-block;
}


.p-coupon__sub-inner--ptn3 {
    bottom: calc(50% - 2em);
}
.p-coupon__sub-inner--ptn3 .p-coupon__price {
    text-align: left;
}
.p-coupon__sub-inner--ptn3 .p-coupon__price-main {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn3 .p-coupon__price-main--from {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}


.p-coupon__sub-inner--ptn4 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn4 .p-coupon__price {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn4 .p-coupon__price-main {
    display: inline-block;
}

.p-coupon__sub-inner--ptn4 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
}


.list-menu-block,
.list-coupon-block.coupon-max-count,
.summaryshop.simple .panel-body .boxShop1,
.summaryshop.simple .panel-body .boxShop1-main {
  position: relative;
  overflow: hidden;
}
/*.list-menu-block:before,*/
/*.list-coupon-block.coupon-max-count::before,*/
.summaryshop.simple.hp-no .panel-body .boxShop1::before,
.summaryshop.simple.hp-no .panel-body .boxShop1-main::before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}




.list-topic-block {
  margin: 10px;
}
.search-shop-topic-subtitle {
	clear:both;
	color:#2b2827;
	font-weight:bold;
	padding: 0 5px;
	border-bottom: 2px dotted #c4c4c4;
}
.list-topic-block li a {
  display: block;
  border-bottom: solid 1px #f3f2f0;
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
}
.list-topic-block li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.list-topic-block li .date {
  display: inline-block;
  padding-right: 10px;
  font-size: 90%;
}
.list-topic-block li .title {
  display: inline-block;
  font-size: 90%;
}

.list-coupon-block .new,
.list-topic-block .new {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
  background: #c0a000;
  color: #fff;
  margin-left: 10px;
}
}