@charset "utf-8";
.title01 {
	text-align: center;
}
.feature_banner_article-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    text-align:center;
}
/********************************************************

モーダル

*********************************************************/
.lp_layout section {
	margin-bottom: 20px;
}
.shopTel::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;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content video {
	width: 100%;
}
.js-modal-open {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	cursor: pointer;
}
.feature_banner_lp_movie figure {
	position:relative;
}
.feature_banner_lp_movie figure::after {
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url('https://img.undernavi.com/front/pc/common/btn_movie.png') no-repeat center center;
	cursor: pointer;
	pointer-events: none;
}
.scam_close .round_btn {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.scam_close .round_btn::before, .scam_close .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.scam_close .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.scam_close .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.scam_close {
	position: absolute;
	right: -15px;
	top: -15px;
}
/********************************************************

記事

*********************************************************/
.feature_banner_article h3, .feature_banner_lp_movie h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.feature_banner_article p,
.feature_banner_lp_movie-txt {
	font-size: 16px;
	margin-bottom: 10px;
}
.feature_banner_article a {
	text-decoration: underline;
	color: #c80037;
}
.feature_banner_lp img {
}
.feature_banner_lp img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

.shop{
	position:relative;
}

.shop .head{
	position:relative;
	padding:10px 20px;
	background:#f5f5f5;
	border-bottom:2px solid #e5e5e5;
	border-radius:5px 5px 0 0;
}

.shop .head h3 a{
	color:#001bb6;
	font-size:18px;
	font-weight:bold;
}

.shop .head .data{
	display:flex;
	align-items:center;
}

.shop .head .type{
	padding:3px 10px;
	margin-left:5px;
	border:1px solid #eee;
	border-radius:3px;
	background:#fff;
}

.shop .head .favoBtn li{
	margin-right:5px;
}

.shop .head li a{
	display:block;
	padding: 4px 10px;
	background:#fff;
	border-radius:5px;
	color:#333;
	box-shadow:1px 1px 5px #aaa;
	transition:all .2s linear;
}
.shop .head .data {
	padding-top: 5px;
}
.shop .head .favorite a:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:18px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon_star.png');
}

.shop .head .ohp a:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:14px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_ohp.png');
}

.shop .head li a:hover{
	box-shadow:1px 1px 1px #aaa;
}

/*↓↓↓↓↓↓プラン毎のhead内の色↓↓↓↓↓↓*/

/*--------DX--------*/

.shop.plan01 .head{
	background:linear-gradient(to bottom,#eedd8b 0%,#faf2c8 100%);
	border-color:#ccb852;
}

.shop.plan01 .head .type{
	background:#ccb852;
	border-color:transparent;
	color:#fff;
}

/*--------マスター--------*/

.shop.plan02 .head{
	background:linear-gradient(to bottom,#ed5f87 0%,#fac8d6 100%);
	border-color:#c80037;
}

.shop.plan02 .head .type{
	background:#c80037;
	border-color:transparent;
	color:#fff;
}

/*--------ファースト--------*/

.shop.plan03 .head{
	background:linear-gradient(to bottom,#f5dec6 0%,#edbb8a 100%);
	border-color:#bfbfbf;
}

.shop.plan03 .head .type{
	background:#cc8f52;
	border-color:transparent;
	color:#fff;
}

/*--------エコノミー--------*/

.shop.plan04 .head{
	background:linear-gradient(to bottom,#d9d9d9 0%,#f2f2f2 100%);
	border-color:#bfbfbf;
}

.shop.plan04 .head .type{
	background:#bfbfbf;
	border-color:transparent;
	color:#fff;
}

/*--------無料--------*/

.shop.freePlan .head{
	border-color:#e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background:#fff;
}

.shop.freePlan .head .type{
	background:#fff;
	border-color:#e5e5e5;
}

/*↑↑↑↑↑↑プラン毎のhead内の色↑↑↑↑↑↑*/
.flex_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/*.flex_head h3 {
	width: 28%;
}*/
.flex_head > div.wrap_shop {
	width: 28%;
	margin-right: 1.5%;
}
.flex_head > div.wrap_shop > h3 > a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.suspension {
	width: 100%;
	border: 1px solid #fd1600;
	border-radius: 3px;
	background: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 10px 0 0;
}
.sus_ttl {
	color: #fd1600;
	font-weight: bold;
	margin-right: 5px;
}
.sus_ttl02 {
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #fcf8d4;
	padding: 1px 0;
}




.shop .listBody{
	display:flex;
	flex-wrap:wrap;
	padding:20px;
}

.shop .listBody .thumb{
	position:relative;
	display:flex;
	width:155px;
}
.shop.plan03 .thumb figure:last-child {
	margin-left: 4px;
}
.shop .listBody .thumb figure{
	width: 100%;
	max-width: 100%;
}
.shop.plan99 .thumb .main {
	width: 155px;
	height: 206px;
	overflow: hidden;
}
.shop .listBody .thumb .sub{
	display:flex;
	flex-wrap:wrap;
}

.shop .listBody .thumb .Capa_1{
	position:absolute;
	top:-10px;
	left:-10px;
	width:50px;
}

.shop .shopInfo{
	position:relative;
	flex:1;
	margin:0 0 10px 10px;
}

.shop .shopInfo .copes{
	position:absolute;
	right:0;
	top:-5px;
	width:200px;
	text-align:right;
}

.shop .shopInfo .copes li{
	display:inline-block;
}

.shop .shopInfo .copes li.card{
	background:#c80037;
	padding:3px 20px;
	border-radius:3px;
	color:#fff;
}


/*↓↓↓↓↓↓プラン毎のボックスの大きさ↓↓↓↓↓↓*/

.shop.plan01 .thumb{
	width:420px;
}

.shop.plan01 .thumb .main{
	width:210px;
	height: 280px;
	margin-right:4px;
	overflow: hidden;
}

.shop.plan01 .thumb .sub{
	width:210px;
	height: 280px;
	overflow: hidden;
}

.shop.plan01 .thumb .sub figure{
	width:102px;
	height: 138px;
	margin:0 4px 4px 0;
	overflow: hidden;
}

.shop.plan01 .thumb .sub figure:nth-child(2n){
	margin:0;
}

.shop.plan01 .shopInfo{
	width:400px;
	margin-left:10px;
}

/*--------マスター--------*/

.shop.plan02 .thumb{
	width:320px;
}

.shop.plan02 .thumb .main{
	width:210px;
	height:280px;
	margin-right:4px;
	overflow:hidden;
}

.shop.plan02 .thumb .sub{
	width:106px;
}

.shop.plan02 .thumb .sub figure{
	width:102px;
	height: 138px;
	margin-bottom:4px;
	overflow: hidden;
}

.shop.plan02 .thumb .sub figure:nth-child(2n){
	margin:0;
}

.shop.plan02 .shopInfo{
	width:510px;
	margin-left:10px;
}

/*--------ファースト--------*/

.shop.plan03 .thumb{
	width:310px;
}

.shop.plan03 .thumb .main{
	width:155px;
	height:206px;
	overflow:hidden;
}

.shop.plan03 .thumb .sub{
	width:155px;
	margin-left:4px;
}

.shop.plan03 .thumb .sub figure{
	width:155px;
	height:206px;
	overflow:hidden;
}

.shop.plan03 .shopInfo{
	width:515px;
	margin-left:10px;
}

/*--------エコノミー--------*/

.shop.plan04 .thumb{
	width:310px;
}

.shop.plan04 .thumb .main{
	width:155px;
	height:206px;
	overflow:hidden;
}

.shop.plan04 .thumb .sub{
	width:155px;
	margin-left:4px;
}

.shop.plan04 .thumb .sub figure{
	width:155px;
	height:206px;
	overflow:hidden;
}

.shop.plan04 .shopInfo{
	width:515px;
	margin-left:10px;
}

/*↑↑↑↑↑↑プラン毎のボックスの大きさ↑↑↑↑↑↑*/

.shop .shopInfo .time{
	position:relative;
}

.shop .shopInfo .time img{
	position:absolute;
	bottom:5px;
}

.shop .shopInfo .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;
}

.shop .shopInfo .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;
}

.shop .shopInfo .shopInfo{
	position:relative;
}

.shop .shopInfo .shopInfo .copes{
	position:absolute;
	top:0;
	right:0;
}

.shop .shopInfo .shopInfo .copes .card{
	padding:3px 10px;
	background:#c90037;
	border-radius:3px;
	color:#fff;
	text-align:center;
}

.shop .shopInfo .freeDiscount{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ddd;
	line-height:1.2;
}

.shop .shopInfo .freeDiscount h5{
	font-size:16px;
	font-weight:bold;
}

.shop .shopInfo .freeDiscount .fee{
	font-size:20px;
	font-weight:bold;
}

.shop .shopInfo .freeDiscount .fee span{
	color:#c80037;
	font-size:36px;
	font-weight:bold;
}

.shop .shopInfo .comment{
	padding:10px;
	margin:10px 0;
	background:#f5f5f5;
	border-radius:5px;
}

.shop .shopInfo .comment dt{
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.shop .shopInfo .comment dd{
	padding-top:10px;
	border-top:1px solid #ddd;
}

/*↓↓↓↓↓↓プラン毎のcommentの色↓↓↓↓↓↓*/

.shop.plan01 .shopInfo .comment{
	background:#fff9d3;
}

.shop.plan01 .shopInfo .comment dt{
	color:#c80037;
}

.shop.freePlan .shopInfo .comment{
	width:435px;
	background:transparent;
}

.shop.freePlan .shopInfo .comment dt{
	padding:0;
}

.shop.freePlan .shopInfo .comment dd{
	padding:0;
	border-top:none;
}

/*↑↑↑↑↑↑プラン毎のcommentの色↑↑↑↑↑↑*/

.shop .shopInfo .shopmenu {
	display: flex;
	flex-wrap: wrap;
}

.shop .shopInfo .shopmenu li {
	margin-right: 5px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.shop .shopInfo .shopmenu li.type11 {
	position: relative;
	cursor: pointer;

}
.stamp_tooltip {
	position: absolute;
	top: 43px;
	left: -100px;
	z-index: 1;
	background: #32B3D8;
	width: 300px;
	padding: 10px;
	border-radius: 3px;
}
.stamp_tooltip::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #32B3D8;
}
.shop .shopInfo .push span{
	color:#c90037;
}
/**********アンダー割***********/

.shop .shopBottom{
	display:flex;
	align-items:center;
	margin-top:10px;
	padding:2px 10px;
	background:#c90037;
	border-radius:5px;
}

.shop .shopBottom h4{
	font-size:0;
}

.shop .shopBottom ul{
	position:relative;
	display:flex;
	align-items:center;
	margin-right:10px;
	padding:4px 20px 4px 30px;
	background:#fff;
}

.shop .shopBottom ul:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	right:-29px;
	border:19px solid transparent;
	border-left:10px solid #fff;
}

.shop .shopBottom ul:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	border:19px solid transparent;
	border-left:10px solid #c90037;
}

.shop .shopBottom ul li.normal:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	margin:0 5px;
	background:url('https://img.undernavi.com/front/pc/area/r_arrow.gif') no-repeat center center;
}

.shop .shopBottom ul li:not(.normal){
	font-weight:bold;
}

.shop .shopBottom ul li span{
	color:#c90037;
	font-size:22px;
}

.shop .shopBottom p.downFee{
	min-width:108px;
	padding-left:10px;
	color:#ff0;
	text-align:center;
}

.shop .shopBottom p.downFee span{
	font-size:18px;
}
/**********アンダー割***********/
.flexBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.shop .icon{
	display:flex;
	width: 100%;
	justify-content: flex-end;
}

.shop .shopBottom ~ .icon{
	width: auto;
    margin-left: 1.5%;
    margin-top: 10px;
	/*position:absolute;
	right:20px;
	bottom:10px;
    bottom: 19.5px;*/
}

.shop .icon li{
	margin-left:5px;
}

.shop .icon a{
	display:block;
	padding:10px 15px;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	box-shadow:0 0 3px #999;
    background: #fafafa;
}

.shop .icon .board a{
	background:#f5f5f5;
	color:#333;
}

.shop .icon .board a:before{
	content:"";
	display:inline-block;
	vertical-align:text-top;
	background:url('https://img.undernavi.com/front/pc/common/icon_board.png') no-repeat center center / contain;
	width:20px;
	height:19px;
	margin-right:5px;
}
.shop .icon .femaleRec.femaleRec_newPay a {
	color: #fff;
	border: 4px double #fff !important;
	padding: 8px;
	box-shadow: none;
	box-sizing: border-box;
	background: #ff6371;
}
.shop .icon .femaleRec.femaleRec_new a {
	box-shadow: none;
	border: 1px solid #bbb;
	box-sizing: border-box;
	font-size: 12px;
}
.shop .icon .femaleRec a:before{
	content:"";
	display:inline-block;
	vertical-align:text-top;
	background:url('https://img.undernavi.com/front/pc/common/icon_bag.png') no-repeat center center / contain;
	width:16px;
	height:19px;
	margin-right:5px;
}
.shop .icon .femaleRec.femaleRec_new a:before{
	background:url('https://img.undernavi.com/front/sp/common/icon_dm_eu04_new.png') no-repeat center center / contain;
}
.shop .icon .femaleRec.femaleRec_new.femaleRec_newPay a::before {
	background:url('https://img.undernavi.com/front/sp/common/icon_dm_eu04_new_w.png') no-repeat center center / contain;
}
/*========================無料プラン用=======================*/

.free_list{
	width:100%;
}

.free_list thead{
	background:#c80037;
	color:#fff;
}

.free_list th{
	padding:5px 0;
}

.free_list tbody tr{
	border-bottom:1px solid #aaa;
}

.free_list td{
	padding:5px 0;
	text-align:center;
}

.free_list td.head a{
	font-weight:bold;
}

.free_list td.head a:hover{
	color:#c80037;
	text-decoration:underline;
}

.free_list td.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;
}

.free_list td.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;
}

.free_list td.official a{
	display:inline-block;
	padding:5px 20px;
	border-radius:5px;
	background:#c80037;
	color:#fff;
	box-shadow:0 -4px 0 #960043 inset;
}
#areainfo h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 0;
}
.mov_btnlist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 880px;
	margin-bottom: 30px;
}

.movie_thumblist li {
	width: 205px;
	min-height: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.movie_thumblist li:nth-child(4n) {
	margin-right: 0;
}
.movie_thumblist {
	display: flex;
	flex-wrap: wrap;
}
.movie_thumblist li figure {
	position: relative;
	height: 120px;
	background: #000;
	text-align: center;
	font-size: 0;
	margin: 0 auto 10px;
}
.movie_thumblist_shopname a {
	color: #888;
}
.movie_thumblist_ttl {
	color: #C80037;
	font-weight: bold;
	margin-bottom: 10px;
}
.movie_thumblist_body {
	font-size: 12px;
	color: #707070;
}
.movie_thumblist_time {
	color: #fff;
	background: #000;
	display: inline-block;
	text-align: right;
	padding: 1px 7px;
	border-radius: 5px;
	font-size: 11px;
	position: absolute;
	top: 110px;
	right: 10px;
}
.movie_thumblist li figure img {
	height: 120px;
}
.movie_thumblist_shopname {
	margin-bottom: 5px;
}
.movnormalbtn {
	margin-right: 13px;
}
.mov_btnlist .active a {
	width: 117px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	border: 1px solid #c01c49;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px #a29898;
	background: #f8084a;
	background: -moz-linear-gradient(top, #f8084a 0%, #d1013a 50%, #990029 100%);
	background: -webkit-linear-gradient(top, #f8084a 0%,#d1013a 50%,#990029 100%);
	background: linear-gradient(to bottom, #f8084a 0%,#d1013a 50%,#990029 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8084a', endColorstr='#990029',GradientType=0 );
}
.mov_btnlist a {
	width: 117px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #cccccc;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px #a29898;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #dcdcdc 50%, #cecece 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#dcdcdc 50%,#cecece 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%,#dcdcdc 50%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 );
}
.mov_btnlist a img {
	margin-right: 10px;
}
.mov_btnlist a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	*zoom: 1;
	transition: .2s;
}
.free_ticket {
	position: absolute;
	top: -15px;
	left: -5px;
}
.board.gray,
.femaleRec.gray {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 3px #999;
    background: #ccc;
    color: #999;
	margin-right: 7px;
}
.board.gray:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    background: url(https://img.undernavi.com/front/pc/common/icon_board.png) no-repeat center center / contain;
    width: 20px;
    height: 19px;
    margin-right: 5px;
    filter: grayscale(100%);
}
.femaleRec.gray::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	background: url(https://img.undernavi.com/front/sp/common/icon_dm_eu04_new.png) no-repeat center center / contain;
	width: 20px;
	height: 19px;
	margin-right: 5px;
	filter: grayscale(100%);
}
.shop .icon li.board {
	margin-right: 7px;
}
.shop .icon li.board > a {
	padding: 10px 15px;
}
.stamp_icon_q {
	width: 16px;
	vertical-align: top;
}
.stamp_icon_b {
	vertical-align: middle;
}

.freesearch_result {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #666;
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
}
.freesearch_result > .desc {
    color: #fff;
    padding: 5px;
    width: 14%;
    font-size: 12px;
}
.freesearch_result > .container {
    background: #fff;
    border-radius: 6px;
    width: 84%;
    padding: 3px;
    margin: 5px 5px 5px 0;
}
.freesearch_result > .container > .title {
    padding-bottom: 3px;
}
.ex_wrap .state.state02 {
	background: #5f5fff;
}

.shopList_Experience.shopList_Experience-soap ul li:hover {
	border: 1px solid #c90037;
	margin: -1px;
}
.shopList_Experience.shopList_Experience-soap {
	margin-bottom: 20px;
}
#main.shopList_main {
	overflow-x: visible;
}
.gal_list{
	display:flex;
	flex-wrap:wrap;
	padding-bottom: 20px;
}

.gal_list>li{
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	width:49%;
	margin:10px 2% 0 0;
	padding:10px;
	box-shadow:1px 1px 4px #aaa;
    flex-wrap: wrap;
    background: #fafafa;
}

.gal_list>li:nth-child(2n){
	margin-right:0;
}


/*↓↓↓↓↓↓プラン毎のbox内の色↓↓↓↓↓↓*/

/*--------DX--------*/

.gal_list>li.plan01{
	background:#fff9d3;
}

/*↑↑↑↑↑↑プラン毎のbox内の色↑↑↑↑↑↑*/

.gal_list>li .left{
	width:180px;
	/*margin-right:10px;*/
}

.gal_list>li .left a{
	position:relative;
	display:block;
	font-size:0;
}

.gal_list>li .left figure{
	width:180px;
	height:240px;
	overflow:hidden;
}

.gal_list>li .left figure img{
	width:180px;
}

.gal_list>li .left .Capa_1{
	position:absolute;
	top:-5px;
	left:-5px;
	width:40px;
}

.gal_list>li .right{
	box-sizing:border-box;
	width:220px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 2px #999;
}

.gal_list>li .right h3 a{
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.gal_list>li .right .type{
	display:flex;
	font-size: 89.3%;
	flex-wrap:wrap;
}

.gal_list>li .right .type li{
	padding:3px;
	margin:0 3px 3px 0;
	border:1px solid #ccc;
	border-radius:3px;
}

.gal_list>li .right .schedule{
	background: #ffe5ec;
	border-radius: 4px;
	margin: 6px 0;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.gal_list>li .right .schedule em{
	color: #e65783;
	font-weight: bold;
}
.gal_list>li .right .shopData{
	border-top:1px solid #ccc;
	padding:5px 0;
	line-height:1.2;
}

.gal_list>li .right .shopData a{
	color:#c90037;
	font-weight:bold;
}

.gal_list > li .right .shopData .shopTime {
	margin: 5px 0;
}

.gal_list>li .right .shopData .shopTime: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;
}

.gal_list>li .right ul.icons {
	margin:0 0 5px 0;
}

.gal_list>li .right ul.icons li {
	display: inline-block;
}

.filter .ui-slider-handle {
	background:#0088ff !important;
}

.sche_hour {
	font-size: 11px;
}

.copy_txt {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
}

.feature_banner_article span {
    font-weight: inherit;
}

.copy_txt.copy_txt_new::before, .copy_txt.copy_txt_new::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.copy_txt.copy_txt_new::before {
	top: -2px;
	border-right: 0px solid transparent;
	border-left: 15px solid transparent;
	border-top: 20px solid #555;
	left: 60px;
	transform: rotate(-15deg);
}

.copy_txt.copy_txt_new::after {
	top: -3px;
	z-index: 10;
	border-right: 0px solid transparent;
	border-left: 14px solid transparent;
	border-top: 19px solid #fff;
	left: 60px;
	transform: rotate(-15deg);
}
.copy_txt.copy_txt_new span::before {
	content: "";
	display: inline-block;
	width: 105px;
	height: 30px;
	background: url(https://img.undernavi.com/front/pc/area/pref/lp/shop_msg.png) no-repeat;
	vertical-align: top;
	margin-right: 15px;
	float: left;
}
.copy_txt.copy_txt_new {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #000;
	margin-bottom: 10px;
	position:relative;
}


.shopBottom_inner .deniel {
	display: block;
}
.shopBottom_inner .normal {
	position: relative;
	width: 31%;
}
.shop .shopBottom.shopBottom_new ul:after, .shop .shopBottom.shopBottom_new ul::before,
.shop .shopBottom.shopBottom_new ul li.normal::after {
	content:none;
}
.shop .shopBottom .shopBottom_inner {
	margin-right: 0;
	padding: 4px 10px 4px 10px;
	flex: 1;
	justify-content: space-between;
	border-radius: 3px;
	gap: 0 5px;
	position: relative;
	width: 80%;
}
.shopBottom.shopBottom_new::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="%23d3d3d3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ai ai-ChevronRight"><path d="M8 4l8 8-8 8"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
}
.shop .shopBottom.shopBottom_new h4 {
	padding: 0 10px;
	width: 20%;
}
.shopBottom.shopBottom_new {
	width:70%;
	padding: 2px 2px;
	position:relative;
	display:block;
}

.shopBottom_inner li {
	width: calc(100% / 3);
}
.discount_view-ttl {
	width:25%;
}
.shopBottom_inner li:last-child {
    width: 40%;
    white-space: nowrap;
    padding-right: 5px;
}
.shop .shopBottom.shopBottom_new ul li span {
	font-size: 30px;
}
.discount_view-ttl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shopBottom.shopBottom_new a {
	display: flex;
	align-items: center;
}
.editor_recommend {
	border: 1px solid #eee;
	margin: 20px 0;
}
.editor_recommend-ttl {
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 15px;
}
.editor_recommend-ttl::before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/pc/area/pref/shop/recommend_icon.png);
	width: 26px;
	height: 17px;
	vertical-align: middle;
	margin-right: 5px;
}
.editor_recommend-txt {
	padding: 5px 10px;
	line-height: initial;
}