@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;
	margin:0 auto 20px;
	padding:5px;
	border:1px solid #ccc;
}

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

.mark_ex li img{
	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;
}
.schedule_bold {
	font-weight: bold;
}
.schedule.w-time.now {
	font-weight: bold;
	color: #fd2922;
	border: 2px solid #fd2922;
	font-size: 15px;
}
.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 .icons{
	display:flex;
	flex-wrap:wrap;
}

.gal_list>li .right .type{
	display:flex;
	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 .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;
}
.state_box {
	background: #f4f4f4;
	padding: 10px 30px 0px;
	border-radius: 5px;
}
.state_slide {
	display: flex;
}
.state_box-top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 10px;
}
.state_box-top .ttl {
	font-weight: bold;
}
.state_box-top .all a {
	display: block;
	background: #fff;
	color: #000;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
}
.state_box-top .all.on a {
	display: block;
	background: var(--c-red-color);
	color: #fff;
	border: 1px solid #a4002b;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
}
.state_slide-item {
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	margin-right: 5px;
	line-height: 1.2;
	position:relative;
}
.state_slide-item a {
	padding: 5px 20px;
	display: block;
}

.state_slide-item span {
	display: block;
}
.state_slide-item .time {
	font-weight: bold;
	color: #e00;
	font-size: 16px;
}

#state_slide .slick-list {
	padding: 0 5% 25px 0 !important;
	overflow-x: hidden;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after, .slick-prev::after {
	width: 8px;
	height: 8px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}
/* next */

#state_slide .slick-next {
	right: -20px;
	background: transparent;
}
#state_slide .slick-next::after {
	right: 4px;
	transform: rotate(45deg);
}

/* prev */

#state_slide .slick-prev {
	left: -20px;
	background: transparent;
}
#state_slide .slick-prev::after {
	left: 4px;
	transform: rotate(-135deg);
}
#state_slide .slick-arrow {
	top: calc(50% - 23px);
}

.state_slide-item.on {
	background: var(--c-red-color);
}
.state_slide-item.on a {
	color: #fff;
}
.state_slide-item.on .time {
	color: #fff;
}
.state_slide-item.on::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
}
.schedule.--blue {
	display: block;
	background: #249bff;
	padding: 3px 0;
	color: #fff;
	text-align: center;
}
.schedule.--red {
	display: block;
	background: #c90037;
	padding: 3px 0;
	color: #fff;
	text-align: center;
}
.schedule.--orange {
	display: block;
	background:#ff9900;
	padding: 3px 0;
	color: #fff;
	text-align: center;
}
.schedule.--border {
	display: block;
	border: 1px solid #249bff;
	text-align: center;
	padding: 3px 0;
	color: #000;
}
.sch_str {
	font-weight: bold;
}