.post-type-archive-event .site-body{
	padding-top:0;
}


/**
 カレンダー
 */

.calendar-flg{
	width:75%;
	margin:0 auto;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.event_day img{
	display:block;
	height:1.5vw;
}

.use_hall img{
	display:block;
	height:1.5vw;
}

.event-calendar-header {
	width:75%;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.event-calendar-control button {
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: rgba(9, 55, 170, 1);
    color: #fff;
    font-size: 1rem;
    padding: 4px 12px;
    margin-left: 12px;
    transition: all 0.2s ease;
}

.event-calendar-control button:hover {
    background-color: rgba(9, 55, 170, 0.8);
}

.event-calendar-target {
    font-size: 1.5rem;
}

.event_month{
	font-size:2.5vw;
	font-weight:bold;
	margin-left:1rem;
}

table.event-calendar {
	width:75%;
	height:65%;
	margin:0 auto;
    table-layout: fixed;
}

table.event-calendar th {
    background-color: #cfcfcf;
}

table.event-calendar th.sunday {
    background-color: #ffcdd2;
}

table.event-calendar th.saturday {
    background-color: #bbdefb;
}

table.event-calendar td {
    height: 80px;
    vertical-align: top;
}

table.event-calendar td:hover {
    background-color: #e3f2fd !important;
}

table.event-calendar a {
    display: block;
    height: 100%;
}

table.event-calendar td .event-date {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
}

table.event-calendar td.today {
    background-color:#fffde7;
}

table.event-calendar td.outof {
    background-color: #efefef;
}

table.event-calendar td.sunday .event-date {
    color: #d32f2f;
}

table.event-calendar td.saturday .event-date {
    color: #1976d2;
}

@media screen and (max-width: 991px) {
	.calendar-flg{
	width:100%;
	margin:0 auto;
}
	
	.event_day img{
	display:block;
	height:3vh;
}

.use_hall img{
	display:block;
	height:3vh;
}
	
	.event-calendar-header{
		width:100%;
	}
	
	.event_month{
	font-size:10vw;
}
	
	table.event-calendar {
	width:100%;
	height:70%;
	margin:0 auto;
    table-layout: fixed;
}
	
	table.event-calendar td{
		height:60px;
	}
	
	table.event-calendar td .event-date{
		margin-bottom:6px;
	}
	
	table.event-calendar a{
		height:80%;
	}
	
    table.event-calendar td {
        padding: 3px;
    }
    table.event-calendar td .event-date {
        font-size: 0.8rem;
    }
	
	.event-area .eventlist-item{
		width:95%!important;
	}
}

/* スライダー */
.event-slider{
	padding-top:0;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	background:#e1f7ff;
}

/* .slick-dots button{
	display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
} */

.slick-dots li button:before{
	font-size:10px!important;
}


/* .slick-dots{
	bottom: 1vw!important;
} */
/* 
.slick-dots li{
	width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}

.slick-dots li.slick-active{
	background-color: black;
}

.slick-dots li:hover{
	background-color: black;
} */

.slick-slide img{
	margin:0 auto;
}

.event-s-item{
	margin:0;
}

.event-s-item .attachment-large{
	max-width:90%!important;
}

/**
 イベント一覧
 */
.eventlist {
    margin-top: 36px;
    margin-bottom: 48px;
}
.eventlist h2{
	border-bottom:none!important;
}

.eventlist-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.eventlist-item {
    width: calc(25% - 12px);
    margin-right: 16px;
    display: block;
    border: 1px solid #efefef;
    margin-bottom: 16px;
    background: #fff;
}

.eventlist-item:nth-child(4n) {
    margin-right: 0;
}

.eventlist-item__image {
    width: 100%;
}

.eventlist-item__image img {
    width: 100%;
    display: block;
}

.eventlist-item__desc {
    border-top: 1px solid #efefef;
    padding: 6px;
}

.eventlist-item__date {
    margin-bottom: 4px;
}

.eventlist-item__period-tag {
    background-color: #d81b60;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-right: 4px;
}

.eventlist-item__period {
    font-size: 1rem;
    font-weight: bold;
}

.eventlist-item__title {
    font-size: 1rem;
}

.eventlist__bottom {
    text-align: center;
}

.eventlist__bottom button {
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: rgba(9, 55, 170, 1);
    color: #fff;
    font-size: 1.2rem;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.eventlist__bottom button:hover {
    background-color: rgba(9, 55, 170, 0.8);
}

@media screen and (max-width: 991.98px) {
	.eventlist-item {
    width: calc(50% - 5px)!important;
}


}

/**
 イベント詳細
 */
.eventpage h1 {
    color: #0937aa;
    font-size: 1.8rem;
}

.eventpage__header {
    display: flex;
    margin-bottom: 24px;
}

.eventpage__image {
    width: calc(100% - 360px);
    margin-right: 24px;
}

.eventpage__image img {
    width: 100%;
}

.eventpage__info {
    width: 360px;
    background: #efefef;
    height: fit-content;
    padding: 6px 12px;
}

.eventpage__info dl {
    display: flex;
    flex-wrap: wrap;
}

.eventpage__info dt {
    font-size: 0.9rem;
    color: #0937aa;
    width: 30%;
    margin-bottom: 12px;
}

.eventpage__info dd {
    font-size: 0.9rem;
    width: 70%;
    margin-bottom: 12px;
}

.eventpage__share {
    margin-bottom: 48px;
}

.eventpage__share a {
    margin-right: 12px;
}

.eventpage__share a img {
    width: 48px;
}

.eventpage__body {
    margin-bottom: 48px;
}

.eventpage__bottom {
    text-align: center;
}

.eventpage__bottom button {
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: rgba(9, 55, 170, 1);
    color: #fff;
    font-size: 1.2rem;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.eventpage__bottom button:hover {
    background-color: rgba(9, 55, 170, 0.8);
}

@media screen and (max-width: 991px) {
    .eventpage__header {
        display: block;
        margin-bottom: 24px;
    }

    .eventpage__image {
        width: 100%;
        margin-right: 0;
    }

    .eventpage__info {
        width: 100%;
    }
}