@charset "utf-8";

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

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

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

.sortLink li{
	width:25%;
}

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

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

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

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

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

.ajax_pager{
	margin:20px 0;
}

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

ul.pager01 li{
	margin:3px;
}

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

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

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

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

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

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

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


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

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

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

.gal_list{
	display:flex;
	flex-wrap:wrap;
}

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

.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 .schedule{
	margin-bottom:5px;
	text-align:center;
}

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

.gal_list>li .galInfo{
	box-sizing:border-box;
	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 .icons{
	display:flex;
}

.gal_list>li .right .icons li{
	margin-right:3px;
}

.gal_list>li .right .type{
	display:flex;
	flex-wrap:wrap;
}

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

.gal_list>li .right .shopData{
	padding:5px 0;
	border-top:1px solid #ccc;
	line-height:1.2;
}

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

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

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

.gal_list>li .right .voice_icon{
	width:50%;
	margin-left:auto;
}
