@charset "utf-8";

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

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

#titleBox{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#titleBox dl{
	display:flex;
	align-items:center;
}

#titleBox dt{
	margin-right:10px;
}

#nowConditions{
	display:flex;
	align-items:center;
}

#nowConditions h3{
	width:10%;
	font-weight:bold;
}

#nowConditions ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:90%;
}

#nowConditions ul li{
	margin:0 5px 10px;
	padding:5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	cursor:pointer;
}

#nowConditions ul li:hover{
	border-color:#c90037;
	color:#c90037;
}

/*========================カレンダー=======================*/

.calender ul{
	display:flex;
	justify-content:space-between;
	padding:5px 0;
	margin-bottom:40px;
	border-top:5px solid #c80037;
	border-bottom:5px solid #c80037;
}

.calender ul li{
	position:relative;
	width:100px;
	height:100px;
	border-radius:50%;
	border:3px solid #ccc;
}

.calender ul li:hover,.calender ul li.select{
	background:#3c3c3c;
}

.calender ul li.select:after{
	content:"";
	position:absolute;
	left:calc(50% - 8px);
	bottom:-40px;
	display:inline-block;
	border:8px solid transparent;
	border-top:12px solid #3c3c3c;
}

.calender ul li span{
	cursor:no-drop;
}

.calender ul li a,.calender ul li span{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.calender ul li.select a,.calender ul li.select span,.calender ul li:hover a,.calender ul li:hover span{
	color:#fff;
}

.calender ul li.sun{
	border-color:#c80037;
	color:#c80037;
}

.calender ul li.sun.select:after{
	border-top:12px solid #c80037;
}

.calender ul li.sun.select,.calender ul li.sun:hover{
	background:#c80037;
}

.calender ul li.sat{
	border-color:#2e2eee;
	color:#2e2eee;
}

.calender ul li.sat.select,.calender ul li.sat:hover{
	background:#2e2eee;
}

.calender ul li.sat.select:after{
	border-top:12px solid #2e2eee;
}



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

.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 a.milk_link {
	background: #ff6371;
	color: #fff;
}
ul.pager01 li a.milk_link:hover {
	color: #ffe8e2;
}
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;
}

.shopList_Experience ul{
	border-top:1px solid #eee;
}

.shopList_Experience li a{
	display:flex;
	padding:20px;
	border-bottom:1px solid #eee;
}

.shopList_Experience li figure{
	width:100px;
	height:100px;
	overflow:hidden;
}

.shopList_Experience li .ex_wrap{
	width:720px;
	margin-left:15px;
}

.shopList_Experience li .ex_wrap h3{
	font-size:18px;
	font-weight:bold;
}

/*========================アイコン説明=======================*/

.mark_ex{
	display:flex;
	justify-content:space-around;
	align-items:center;
	margin:0 auto 20px;
	padding:5px;
	border:1px solid #ccc;
}

.mark_ex li img{
	vertical-align:middle;
	margin-right:5px;
}

.mark_ex li .Capa_1{
	width:25px;
	vertical-align:middle;
	margin-right:5px;
}

.ysys_icon{
	margin:20px 0;
}

.ysys_icon img{
	width:60px;
	margin-right:10px;
}


/*========================メインカラム用=======================*/

.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{
	display: flex;
	align-items: center;
	padding-right: 17%;
}

.shop .head h3 .pr{
	flex: none;
	margin-right: .5em;
	line-height: 1;
	padding: .125em 1em;
	font-size: .8em;
	border: 1px solid #001bb6;
	border-radius: 2px;
	color: #001bb6;
}

.shop .head h3 a{
	flex: auto;
	color:#001bb6;
	font-size:18px;
	font-weight:bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.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{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	position:absolute;
	right:10px;
	bottom:11%;
	/* transform:translateY(-50%); */
}

.shop .head .favoBtn li{
	margin-bottom:5px;
}
.shop .head .favoBtn li:last-child{
	margin-bottom:0;
}

.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;
	width:675px;
	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:410px;
	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;
	font-size: 12px;
	margin-bottom: 5px;
	color: #c80037;
	border: 1px solid #c80037;
}

.shop .shopInfo .shopmenu li.type11 {
	position: relative;
	cursor: pointer;
	
}

.stamp_tooltip {
	position: absolute;
	top: 43px;
	left: -100px;
	z-index: 1;
	background: #fff;
	width: 300px;
	padding: 10px;
	border-radius: 3px;
	border: 2px solid #c80037;
}
.stamp_tooltip::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #c80037;
}
.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: 0px;
	right: -32px;
	border: 20px solid transparent;
	border-left: 12px 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:12px;
	height:12px;
	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;
}

.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;
	color: #fff !important;
}
.shop .icon .femaleRec.femaleRec_new a {
	box-shadow: none;
	border: 1px solid #bbb;
	box-sizing: border-box;
	font-size: 12px;
	color:#000;
}
.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;
}

/* 210127
-------------------------------------------------*/
.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;
}
.ex_wrap .state.state02.changed {
    background: #fff;
    color: #5f5fff;
    border: 1px solid #5f5fff;
    border-radius: 2px;
    padding: 3px 20px 1px 20px;
}

.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;
}
/*---------------------------------

スタンプ一覧
---------------------------------*/

.feature_stamp-inner {
	border: 1px solid #626262;
	padding: 20px;
	margin-bottom: 20px;
}
.feature_stamp-inner h2 {
	background: #c01920;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.feature_stamp-inner .stamp_body-inner {
	display: flex;
	margin-bottom: 10px;
}
.feature_stamp-inner .stamp_body {
	background: #f2f2f2;
	padding: 20px;
}
.stamp_head-txt {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #c11920;
}
.feature_stamp-inner figure {
	font-size: 0;
	width: 400px;
}
.feature_stamp-inner .shopInfo a {
	font-size: 18px;
	color: #001bb6;
	font-weight: bold;
}
.feature_stamp-inner .data .delivery_area_name {
	font-size: 12px;
	color: #959595;
	margin-bottom: 10px;
}
.feature_stamp-inner .data li {
	margin-bottom:5px;
}
.shop .stamp_body-inner .shopInfo {
	width: auto;
	flex: 1;
}

/****今すぐイケる店
********************************/
.standby_lady {
	font-size: 15px;
	display: flex;
	align-items: center;
}
.standby_lady_count {
	color: #c90037;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}
.standby_lady::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 26px;
	background: url(https://img.undernavi.com/front/pc/common/icon/side_icon03.png);
	vertical-align: middle;
	margin-right: 5px;
}

/* 店舗一覧バナー
----------------------------------------------*/
.new_bnr_box {
    width: 100%;
    background: #ffe3c3;
    margin: 10px auto 20px auto;
    padding-bottom: 15px;
}
.ttl_bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.ttl_bar > img {
    width: 18%;
}
.ttl_bar > .copy {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95rem;
    font-weight: bold;
    padding-top: 3px;
}
.ttl_bar > .area {
    width: 15%;
    color: #777171;
    font-size: 0.75rem;
    text-align: center;
    padding-top: 3px;
}
.new_bnr_box > figure {
    width: 600px;
    margin: 0 auto;
    /*position: relative;*/
}
.new_bnr_box > figure > a {
    display: block;
}
.ov_shop_name {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    padding: 3px 0;
}

/*========================ピックアップ用=======================*/

.dx_pickup{
	display:flex;
	justify-content:space-between;
}

.dx_pickup_ttl{
	position:relative;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	background:#c80037;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.left_ttl{
	transform:rotate(180deg);
}

.right_ttl{
	order:3;
}

.left_ttl:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-25px;
	border:10px solid transparent;
	border-right:15px solid #c80037;
	transform:translateY(-50%);
}

.right_ttl:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-25px;
	border:10px solid transparent;
	border-right:15px solid #c80037;
	transform:translateY(-50%);
}

.dx_at_link a{
	display:block;
	margin-top:20px;
	padding:10px 0;
	border:2px solid #f85a98;
	border-radius:5px;
	color:#f85a98;
	text-align:center;
}

.dx_at_link a:hover{
	background:#f85a98;
	color:#fff;
}

.dx_pickup figure{
	position:relative;
	overflow:hidden;
}

.dx_pickup figure a:after{
	content:"";
	position:absolute;
	left:-40px;
	top:-120px;
	display:inline-block;
	width:20px;
	height:200px;
	background:#fff;
	transform:rotate(30deg);
	animation:blink 2s ease infinite;
}

@keyframes blink{
	0%{transform:rotate(30deg)scale(1);opacity:.8;}
	100%{transform:rotate(30deg)scale(150);opacity:0;}
}

.sp_shimonoseki .sortLink li {
	flex:1;
}
.dx_pickup_ttl.left_ttl span,
.dx_pickup_ttl.right_ttl span {
	vertical-align: text-bottom;
}

.rank_ttl {
    border-left: 7px solid #c90e37;
    font-size: 1.4rem;    
    margin-top: 10px;
    padding-top: 2px;
}
.rank_ttl > p {
    padding-left: 7px;
    font-weight: bold;
}
.copy_number {
    font-weight: bold;
}
.tabs02 li a {
	box-sizing: border-box;
	padding: 10px 5px;
	height: 100%;
	border: 1px solid #c80037;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
} 

.dx_pickup_main .click_pickup_banner {
	display: block;
}



/* 公開準備中 */
.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;
}

.free_ticket + .free_cashback {
	left: 100px;
}

.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-txt {
	padding: 5px 10px;
	line-height: initial;
}
.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;
}
.ajax_pager .big {
	font-size: 1.4em;
	color: #c90037;
	font-weight: bold;
}
.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;
	color:#000;
}

.shop_heading {
	display: flex;
	justify-content: space-between;
}
.shop_heading-left {
	display: flex;
	gap: 0 10px;
	flex: 1;
}
.shop .shopInfo .shop_heading .copes {
	position: static;
	width: auto;
	display: flex;
	flex-direction: column;
}
.shop_feature figure {
	width: 60px;
	position: relative;
	cursor: pointer;
}
.shop_feature-modal {
	display: none;
	position: absolute;
	padding: 10px;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 10px;
	background: #000;
	width: 260px;
}
.shop_feature-modal::before {
	content: "";
	position: absolute;
	top: -24px;
	left: 35%;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	margin-left: 0;
	transform: rotateZ(180deg) translateX(-50%);
}
.shop_feature-inner {
	position: absolute;
	width: 280px;
	left: -100px;
	cursor: default;
	top: 40px;
	cursor: context-menu;
	height: 200px;
	display: none;
}
.shop_feature figure:hover + .shop_feature-inner {
	display: inline-block;
	height: 200px;
}

.shop_feature-inner:hover > .shop_feature-modal {
	display: inline-block;
	top:30px;
}
.shop_feature figure:hover + .shop_feature-inner > .shop_feature-modal {
	display: inline-block;
	left: 0px;
	top:30px;
}
.shop_feature-txt {
	text-align: center;
	margin: 0 auto 10px;
}
.shop_feature-btn a {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-family: "Reggae One", system-ui;
	position:relative;
}
.shop_feature-btn a:hover {
	opacity:.7;
	transition:.2s;
}
.shop_feature-btn a::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18px'%20height='18px'%20viewBox='0%200%2024%2024'%3E%3Ctitle%3Eright_line%3C/title%3E%3Cg%20id='right_line'%20fill='none'%20fill-rule='evenodd'%3E%3Cpath%20d='M24%200v24H0V0h24ZM12.593%2023.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023%200%20.029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023%200%200%200-.027.006l-.006.014-.034.614c0%20.012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z'/%3E%3Cpath%20fill='%23FFFFFF'%20d='M15.707%2011.293a1%201%200%200%201%200%201.414l-5.657%205.657a1%201%200%201%201-1.414-1.414l4.95-4.95-4.95-4.95a1%201%200%200%201%201.414-1.414l5.657%205.657Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.shop_feature-s {
	margin-bottom: 10px;
	background:#c80037;
}
.shop_feature-t {
	background:#4a6f8c;
}
.shop .shopInfo .shop_heading .copes li.card {
	text-align:center;
}
.shop_feature-close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

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


.yonago-contents {
	padding: 0px 0px;
}
.yonago-contents-ttl {
	margin-bottom: 0.5rem;
	border-left: 4px solid #ca0138;
	padding-left: 0.25em;
	font-weight: bold;
	font-size: 1rem;
}
.yonago-contents .c4 {
	margin-left: 36pt;
	list-style-type: disc;
}
.yonago-contents h2 + .cAccordion {
	padding: 0 .5rem;
}
.yonago-contents .c0 {
	border-right-style: solid;
	padding: 5px;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-color: #000000;
	vertical-align: top;
	border-right-color: #000000;
	border-left-width: 1pt;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-width: 1pt;
	width: 50%;
	border-top-color: #000000;
	border-bottom-style: solid;
	vertical-align: middle;
}
.yonago-contents .c28 {
    color:#666666;
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:12pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c30 {
    color:#434343;
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:14pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c10 {
    color:#434343;
    font-weight:700;
    text-decoration:none;
    vertical-align:baseline;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c7 {
    color:#000000;
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:11pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c12 {
    color:#666666;
    font-weight:700;
    text-decoration:none;
    vertical-align:baseline;
    font-size:12pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c3 {
    color:#232425;
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:8pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c8 {
    color:#232425;
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:11pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c1 {
    padding-top:0pt;
    padding-bottom:0pt;
    line-height:1.15;
    orphans:2;
    widows:2;
    text-align:left;
    height:11pt
}
.yonago-contents .c9 {
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}
.yonago-contents .c35 {
    font-weight:400;
    text-decoration:none;
    vertical-align:baseline;
    font-size:12pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c16 {
    text-decoration:none;
    vertical-align:baseline;
    font-size:11pt;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c24 {
    text-decoration:none;
    vertical-align:baseline;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c27 {
	font-size: 16px;
}
.yonago-contents .c20 {
    padding-top:16pt;
    padding-bottom:4pt;
    page-break-after:avoid;
    text-align:left
}
.yonago-contents .c42 {
    padding-top:18pt;
    padding-bottom:6pt;
    text-align:left
}
.yonago-contents .c26 {
    padding-top:0pt;
    padding-bottom:0pt;
    text-align:center
}
.yonago-contents .c6 {
	padding-top: 20px;
	padding-bottom: 0pt;
	text-align: left;
}

.yonago-contents .c18 {
    color:#1155cc;
    text-decoration:underline
}
.yonago-contents .c37 {
    padding-top:16pt;
    text-align:left
}
.yonago-contents .c36 {
    text-decoration:none;
    vertical-align:baseline;
    font-family:"Arial";
    font-style:normal
}
.yonago-contents .c33 {
	border-spacing: 0;
	border-collapse: collapse;
	margin-right: auto;
	width: 100%;
}
.yonago-contents .c43 {
    background-color:#ffffff;
    max-width:451.4pt;
    padding:72pt 72pt 72pt 72pt
}
.yonago-contents .c5 {
    color:#232425;
    font-weight:700
}

.yonago-contents .c21 {
    color:#000000;
    font-weight:700
}
.yonago-contents .c31 {
    color:#000000;
    font-weight:400
}
.yonago-contents .c38 {
    font-family:"Courier New";
    font-weight:400
}
.yonago-contents .c14 {
    color:inherit;
    text-decoration:inherit
}
.yonago-contents .c40 {
    font-weight:400;
    font-size:9pt
}
.yonago-contents .c11 {
    height:0pt
}
.yonago-contents .c19 {
    color:#232425
}
.yonago-contents .c34 {
	text-align: center;
	font-size: 11px;
}
.yonago-contents .c39 {
    margin-left:36pt
}
.yonago-contents .c25 {
    font-weight:700
}
.yonago-contents .c41 {
    font-size:9pt
}
.yonago-contents .c23 {
    font-size:8pt
}
.yonago-contents .c44 {
    font-size:14pt
}
.yonago-contents .c00 {
    text-align:center;
}
.yonago-contents .c29 {
	text-align: center;
}
/*----------------------------------------------------------
アコーディオンメニュー
----------------------------------------------------------*/
.cAccordionListContainer {
	margin-top: 10px;
}
.cAccordionListContainer.--mb {
  margin-bottom: 3.125vw;
}
.cAccordionList {
  border-left: 1px solid #eeeeed;
  border-right: 1px solid #eeeeed;
  border-bottom: 1px solid #eeeeed;
}
.cAccordion {
  border-top: 1px solid #eeeeed;
  font-size: 1rem;
}
.cAccordion.--target {
  display: none;
}
.cAccordionItem {
	--paddingX: 15px;
	position: relative;
	display: flex;
	align-items: center;
	height: 4em;
	padding-left: var(--paddingX);
	color: inherit;
	cursor: pointer;
	font-weight: bold;
}
a.cAccordionItem {
  color: #bd1837;
  background-color: #fef9fb;
}
.cAccordion.--target .cAccordionItem {
  padding-left: calc(var(--paddingX) * 2);
  border-top: 1px dotted #eeeeed;
}
.cAccordion.--target .cAccordionItem:first-child {
  border-top: none;
}
.cAccordionItem::after {
  position: absolute;
  right: var(--paddingX);
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
  transition: 0.2s;
  width: 1.25em;
  height: 1.25em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='width:256px;height:256px' xml:space='preserve'%3E%3Cpath fill='%23434343' d='M163.916 0 92.084 71.822l184.174 184.174L92.084 440.178 163.916 512l256-256.004z'/%3E%3C/svg%3E");
}
.cAccordionItem.show::after {
  transform: translateY(-50%) rotateZ(90deg);
}
a.cAccordionItem::after {
  transform: translateY(-50%) rotateZ(0deg) scale(0.8);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='width:256px;height:256px' xml:space='preserve'%3E%3Cpath fill='%23bd1837' d='M163.916 0 92.084 71.822l184.174 184.174L92.084 440.178 163.916 512l256-256.004z'/%3E%3C/svg%3E");
}
.cAccordionItem.--trigger {
}
