@charset "utf-8";

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

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

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

.sortLink li{
	width:25%;
}

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

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

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

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

#nowConditions{
	display:flex;
	align-items:center;
	margin:20px 0;
}

#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;
	padding:5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
}

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

.ajax_pager{
	margin:20px 0;
}

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

ul.pager01 li{
	margin:3px;
}

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

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

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


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

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

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

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}

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

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

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

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


/*========================メイン=======================*/

.box{
	margin-bottom:20px;
}

.box h3 span{
	padding:3px 30px;
	margin-right:10px;
	color:#fff;
}

.box h3 a{
	color:#c80037;
	text-decoration:underline;
}

.box h4 a{
	color:#c80037;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

/*****************色設定*******************/

.box h3{
	padding:15px;
	background:linear-gradient(to bottom,#d9d9d9 0,#f2f2f2 100%);
	border-bottom:2px solid #bfbfbf;
	border-radius:5px 5px 0 0;
	font-size:16px;
	font-weight:bold;
}

.box.dxshop h3{
	background:linear-gradient(to bottom,#eedd8b 0,#faf2c8 100%);
	border-color:#ccb852;
}

.box .realtimedetail{
	box-sizing:border-box;
	display:flex;
	padding:20px;
	border:1px solid #bfbfbf;
}

.box.dxshop .realtimedetail{
	border-color:#ccb852;
}

.box.newface h3 span{
	background:#eb6877;
}

.box.event h3 span{
	background:#f19149;
}

.box.work h3 span{
	background:#dc1e78;
}

.box.other h3 span{
	background:#0d348e;
}

/*****************色設定*******************/

.box .realtimedetail .ladyphoto{
	position:relative;
	width:170px;
	margin-right:20px;
}

.box .realtimedetail .ladyphoto .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

.box .realtimedetail .ladyphoto .workTime{
	margin-top:10px;
}

.box .realtimedetail .ladyphoto .galState{
	background:#c80037;
	padding:1px;
	color:#fff;
	text-align:center;
}

.box .realtimedetail .text{
	width:650px;
}

.box .realtimedetail .text .realdata{
	text-align:right;
}
.box .shoptext {
    overflow: hidden;
    position: relative;
    transition: .2s;
}

#realtimelist .box .shoptext.hide {
    height: 226px;
}

#realtimelist .box .shoptext.hide::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, #fff));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#fff5f5f5',GradientType=0 );
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

#realtimelist .box .more {
    display: none;
    margin-top: 10px;
    color: #1931ba;
    font-size: 116%;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

#realtimelist .box .shopinfo {
	box-sizing:border-box;
	padding:10px;
	background:linear-gradient(to bottom,#f7f5f6 0,#fff 100%);
	border:1px solid #bfbfbf;
	line-height:1.6;
}

#realtimelist .box.dxshop .shopinfo {
	background:linear-gradient(to bottom,#faf4da 0,#fffde8 100%);
}

#realtimelist .box .shopinfo .data{
	display:flex;
}

#realtimelist .box .shopinfo .data li{
	margin-right:10px;
}

#realtimelist .box .shopinfo .data .time:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url('https://img.undernavi.com/front/pc/common/icon_clock.png');
	width:18px;
	height:18px;
	margin-right:5px;
}

#realtimelist .box .shopinfo .data .tel:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url('https://img.undernavi.com/front/pc/common/icon_tel.png');
	width:18px;
	height:18px;
	margin-right:5px;
}

#realtimelist .box .shopinfo h4 a{
	color:#c80037;
	font-weight:bold;
	text-decoration:underline;
}

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

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


.realtime_heading a {
	display: block;
}
.realtime_heading {
	display: flex;
	align-items: center;
}

.realtime_heading .realtime_heading-ttl {
	padding: 5px 25px;
	display: block;
	white-space: nowrap;
}