.blog_title {
    background-image: url("../images/event_kv_sp.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 200px;
}
.blog_title::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.blog_title h1 {
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 92%;
}

.event-pickup-list {
    display: flex;
	flex-wrap: wrap;
    margin: 0 8px 10px;
}

.event-pickup-list > div {
    padding: 0 8px;
    margin-bottom: 20px;
    width: 50%;
}
.event-pickup-list a {
    background-color: #fff;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
    color: #222;
	height: 100%;
}
.event-pickup-list-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.event-pickup-list-outline {
    padding: 10px;
}
.event-pickup-list-date {
    margin: 0;
    font-size: 1.4rem;
}
.event-pickup h2,
.event_calendar h2
{
    text-align: center;
    font-size: 2.3rem;
	line-height: 1;
	position: relative;
	margin-bottom: 55px;
}
.event-pickup h2:before,
.event_calendar h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #75d5cd;
  border-radius: 2px;
}
.event-pickup-list-cat {
    font-size: 1.4rem;
    margin: 0 0 5px;
    line-height: 1;
}
.event-pickup-list-title {
    font-size: 1.7rem;
    margin: 0 0 10px;
	line-height: 1.4;
}
.event-pickup-list-date {
    margin: 0;
    font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1;
}


.event-table-wrap {
    background-color: #fff;
    margin: 0 15px 40px;
}
.event-table {
    border-collapse: collapse;
}
.event-table-thead {
    display: none;
}
.event-table-tbody {
    font-size: 1.3rem;
    line-height: 1;
}
.event-table tr {
    border-bottom: 1px solid #ddd;
}
.event-table th {
    font-size: 1.9rem;
    padding: 10px;
    text-align: center;
}
.event-table-tbody .w0 th,
.event-table-tbody .holiday th {
	color: rgba(236,104,104,1.00);
}
.event-table-tbody .w6 th {
	color: rgba(96,179,206,1.00);
}

.event-table-prevmonth, .event-table-nextmonth {
    display: none;
}
.event-table td {
    padding: 9px 5px;
	width: 100%;
}
.event-table-week {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 5px;
}
.event-table-tbody th a {
    color: var(--color-primary);
	display: block;
}
.event-one {
    margin-bottom: 1em;
}
.event-one:last-of-type {
    margin-bottom: 0;
}
.event-one a {
    word-break: break-all;
}



.calendar_change_month {
    display: flex;
    justify-content: center;
	margin: 0 0 25px;
}
.prev_month_form input[type="submit"],
.current_month_form input[type="submit"],
.next_month_form input[type="submit"]
{
    border: 1px solid #ccc;
    background: #dcdcdc;
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5px 8px;
    margin: 0 4px;
    line-height: 1;
    border-radius: 3px;
	transition-duration: .3s;
}
.prev_month_form input[type="submit"]:hover,
.current_month_form input[type="submit"]:hover,
.next_month_form input[type="submit"]:hover
{
    background: #fff;
}

.prev_month-btn::before
{
	font-family: "icomoon";
	content: "\f137";
}
.next_month-btn::after
{
	font-family: "icomoon";
	content: "\f138";
}



.calendar_change_month-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 5px;
}
.calendar_change_month-nav a
{
	display: block;
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
	background-color: #eee;
	border-radius: 5px;
	color: #222;
	font-weight: 600;
	line-height: 1;
	transition-duration: .3s;
}
.calendar_change_month-nav a:hover
{
	background-color: #ddd;
}
.calendar_change_month-nav a span
{
	vertical-align: bottom;
}


.current th {
	background-color: darkturquoise;
}
.current th a {
	color: #fff !important;
}


.calendar-category-nav {
	overflow-x: auto;
	margin-bottom: 30px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.calendar-category-nav::-webkit-scrollbar{
  display:none;
}
.calendar-category-nav ul {
	display: flex;
	width: max-content;
	margin: 0 auto;
	list-style: none;
	cursor: grab;
}
.calendar-category-nav ul {
	white-space: nowrap;
}
.calendar-category-nav  a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: calc(1em + 8px);
	color: #000;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 8px 12px;
	line-height: 1;
	text-decoration: none;
	margin-right: 7px;
	transition-duration: .3s;
}
.calendar-category-nav a:hover,
.calendar-category-nav .current
{
	background-color: var(--color-btn-primary);
	border: 1px solid var(--color-btn-primary);
	color: #fff;
}

#btn_back {
    border: none;
    background: none;
    color: dodgerblue;
    text-align: center;
    display: block;
    margin: 40px auto;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .blog_title {
        background-image: url("../images/event_kv.webp");
        height: 300px;
    }
    .blog_title h1 {
        font-size: 4.5rem;
    }
	
	
    .event-pickup h2,
	.event_calendar h2
	{
        font-size: 2.8rem;
		margin-bottom: 60px;
	}
	.event-pickup h2:before,
	.event_calendar h2:before {
	  bottom: -25px;
	  width: 80px;
	  height: 5px;
	}
	
	
    .event-pickup-list {
		justify-content: center;
		margin: 0 15px 50px;
    }
    .event-pickup-list > div {
		width: calc(100% / 6);
		padding: 0 10px;
	}
	.event-pickup-list-outline {
		padding: 15px 10px;
	}

	.event-pickup-list-cat {
		font-size: 1.4rem;
		margin: 0 0 7px;
	}
	.event-pickup-list-title {
		font-family: -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
		font-size: 1.7rem;
		margin: 0 0 7px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	
    .event-table-week {
        display: none;
    }
    .event-table {
        background-color: #fff;
        border: 1px solid #999;
        border-bottom: none;
        display: block;
        width: 100%;
        border-collapse: collapse;
    }
    .event-table-thead {
        border: none;
        border-bottom: thick double #888;
        display: block;
    }
    .event-table-thead tr {
        display: flex;
        border: none;
    }
    .event-table-thead tr td {
        border-right: 1px solid #999;
        font-weight: 700;
        padding: 5px;
        text-align: center;
        width: calc(100% / 7);
    }
    .event-table-thead tr td:last-of-type {
        border-right: none;
    }
    .event-table-thead .w0 {
        background-color: rgba(242, 152, 152, .6);
    }
    .event-table-thead .w6 {
        background-color: rgba(173, 216, 230, .6);
    }
    .event-table-tbody {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .event-table-tbody tr {
        width: calc(100% / 7);
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
    }
    .event-table-tbody .w0,
    .event-table-tbody .holiday {
        border-left: none;
    }
    .event-table-tbody .w6 {
        border-right: none;
    }
    .event-table-tbody th {
        display: block;
        font-size: 1.7rem;
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }
    .event-table-tbody th a {
		color: #222;
    }
    .event-table-tbody td {
        padding: 7px;
        min-height: 200px;
        display: block;
    }
    .event-table-prevmonth, .event-table-nextmonth {
        display: block;
		background-color: #eee;
    }
    .event-table-prevmonth th a, .event-table-nextmonth th a {
        color: #bbb !important;
    }
    .event-one {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 6px;
    }
    .event-one a {
        color: #222;
    }
    .event-one a:hover {
        color: #872e2e;
    }
}

