@charset "utf-8";

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

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

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


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

.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.sat.select:after{
	border-top:12px solid #2e2eee;
}
.calender ul li.sun.select:after{
	border-top:12px solid #c80037;
}
.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,.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;
}

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

.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{
	vertical-align:middle;
	margin-right:5px;
	width:25px;
}

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

.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;
	flex-wrap: wrap;
}
.gal_list>li:nth-child(2n){
	margin-right:0;
}

.can_play {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	margin-top: 10px;
	flex-direction: column;
	padding: 5px 10px;
	box-shadow: 0 0 2px #999;
	overflow: hidden;
}
/*↓↓↓↓↓↓プラン毎の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;
	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;
	flex-wrap:wrap;
	border-bottom:1px solid #ccc;
}

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

.gal_list>li .right .shopData{
	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-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 ul.icons {
	margin: 0 0 5px 0;
}
.gal_list > li .right ul.icons li {
	display: inline-block;
}