@charset "utf-8";
/* CSS Document */
/*--------------------------------------

event/detail/archives/list/

--------------------------------------*/

/*--------------------------------------
ヘッダー
--------------------------------------*/
.page-header {
  width: 100%;
  height: 150px;
  color: #fff;
	display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../img/renewal/area_search_title_bg.png') no-repeat center center;
  background-size: cover;
	box-sizing: border-box;
}
.page-header-inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-title {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
	font-weight: bold;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb_wrapper {
	border-bottom: 1px solid #DDD;
	padding-top: 18px;
	padding-bottom: 18px;
}
.breadcrumb{
	width: 1100px;
	margin: 0 auto;
	font-size:14px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'';
	width: 8px;
	height: 8px;
	margin: 0!important;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: -18px;
}
.breadcrumb li:last-child:after{
	content:'';
	display: none;
}
.breadcrumb li a{
	height: 100%;
	display: block;
}
.breadcrumb li a img{
	width: 20px;
	height: 20px;
}

/*--------------------------------------
全体の枠
--------------------------------------*/
#en-list-wrap{
	width: 100%;
	margin: 56px auto 0 auto;
}

.en-list-in{
	width: 1100px;
	margin: 0 auto;
}

/*--------------------------------------
スケジュール
--------------------------------------*/

.en-list-in .schedule-wrap{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.en-list-in .schedule-wrap-in{
	width: 100%;
	background-color: #FFEEEE;
	border-radius: 10px;
	display: flex;
	padding: 30px;
	box-sizing: border-box;
}

.schedule-wrap-in .month-area{
	display: flex;
	align-items: center;
	border-right: 1px solid #FE4958;
}

.schedule-wrap-in .overview-area {
	padding-left: 30px;
}

.schedule-wrap .schedule-date{
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	color: #FE4958;
	margin: 0;
	width: fit-content;
	padding-right: 22px;
}

.schedule-date span{
	font-size: 18px;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 8px;
}

.schedule-wrap .schedule-place {
	display: flex;
	gap: 24px;
	margin-top: 4px;
}

.schedule-wrap .schedule-time,
.schedule-wrap .schedule-time2{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	background-image:url("../img/renewal/icon-schedule.svg");
	background-repeat:no-repeat;
	background-size: 20px 20px;
	color: #FE4958;
	text-indent: 24px;
}

.schedule-wrap .schedule-area{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	background-image:url("../img/renewal/icon-map-pin.svg");
	background-repeat:no-repeat;
	background-size: 20px 20px;
	color: #FE4958;
	text-indent: 24px;
}

.enlist-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #FE4958;
}

/*--------------------------------------
table設定
--------------------------------------*/
/* 検索欄 */
.en-list-in .dataTables_filter {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 30px;
}

.en-list-in input[type="search"]{
	width: 190px;
	height: 40px;
	border-radius: 5px;
	padding: 4px 8px;
	background-color: #F5F5F5;
}

.en-list-in .tablepress {
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
}

.en-list-in .tablepress thead th {
	background-color: #CCEDF2;
}

/* ソートアイコン */
.en-list-in .tablepress .sorting:after {
	color: #32BBDC;
}

.en-list-in .tablepress .odd td {
	background-color: #F5F5F5;
}

.en-list-in table tr th,
.en-list-in table tr td{
	font-size: 13px;
	padding: 24px 0;
}

.en-list-in table tr td{
	border-right: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
}

.en-list-in table tr th{
	text-align: center;
}

.en-list-in table tr td a{
	width: 130px;
	display: block;
	background-color: #5BBCC9;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.en-list-in table tr td a:hover{
	opacity: 0.8;
	transition: all .15s ease-out;
}

.en-list-in table tr td .pr-btn{
	width: 143px;
	height: 34px;
	background-image:none;
	background-color: transparent;
	text-indent: 0;
	padding: 0;
}

.en-list-in caption{
	display: none;
}

.en-list-in .dataTables_paginate{
	display: none;
}

.pr-link{
	display: block;
	text-align: center;
	margin: 20px auto;
}
