/* --------　日々のできごと グロナビ　-------- */

.navbar-expand-lg .navbar-collapse ul li:nth-of-type(2) a::before {
	width: 155px;
	height: 65px;
	top: calc(50% - 35px);
	left: calc(50% - 80px);
}

/* --------　日々のできごと　-------- */

.entry-header .entry-title {
	background: #FFE9C4;
}

.entry-header .entry-title::after {
	background: url(../img/line_theme_blog.png) center center / 12px 3px repeat;
}

.row {
	padding-top: 35px;
}

.blog_archive {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 15px;
}

.blog_archive article {
	width: calc((100% - 30px) / 3);
	line-height: 1.8;
	display: flex;
}

/* --------　日々のできごと　一覧　-------- */

.blog_box a {
	display: inline-block;
	background: #fff;
	border: 3px solid #B2C600;
	border-radius: 30px;
	padding: 20px 20px 40px;
	transition: 0.5s;
	width: 100%;
	position: relative;
}

.blog_box a:hover {
	background: #FDFFDE;
}

.blog_img img {
	width: 220px;
	height: 140px;
	border-radius: 20px;
	margin-bottom: 25px;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 6/4;
}

.blog_box .blog_date {
	font-size: 87.5%;
	font-weight: normal;
	padding-bottom: 10px;
}

.blog_archive a::after {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 18px;
	right: 16px;
	transition: 0.5s;
}

.blog_archive a:hover:after {
	right: 11px;
}

/* --------　日々のできごと　一覧　NEW　-------- */

.blog_box a .blog_title .new {
	position: absolute;
	color: #fff;
	font-weight: 800;
	background: #FF7E7F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	left: -20px;
	font-size: 93.8%;
	letter-spacing: 0.05em;
}

/* --------　日々のできごと　一覧　カテゴリー　-------- */

.blog_box .list_cate,
.blog_cate {
	display: inline-block;
	font-size: 75%;
	font-weight: bold;
	padding: 5px 10px 5px 22px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
}

.blog_cate {
	margin-bottom: 0;
}

.blog_title {
	line-height: 1.5;
}

.blog_box .list_cate::before,
.blog_cate::before {
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 8px;
	top: 12px;
	left: 7px;
	border-radius: 50%;
}

.blog_category-play .list_cate,
.blog_category-play .blog_cate {
	background: #F9D6D6;
}

.blog_category-event .list_cate,
.blog_category-event .blog_cate {
	background: #FFD069;
}

.blog_category-en_dayori .list_cate,
.blog_category-en_dayori .blog_cate {
	background: #C3EAFD;
}

.blog_category-eat_menu .list_cate,
.blog_category-eat_menu .blog_cate {
	background: #E2ED83;
}

.post_h2,
.archive_h1 {
	padding-left: 40px;
	margin-top: 30px;
	font-size: 150%;
	position: relative;
}

.post_h2::before,
.archive_h1::before {
	content: '';
	width: 35px;
	height: 35px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	position: absolute;
	bottom: -3px;
	left: 0;
}

/* --------　日々のできごと　一覧　ページNo　-------- */

.navigation.pagination {
	justify-content: center;
	margin-top: 30px;
}

.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.page-numbers li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: 5px 10px;
	background: #B2C600;
	border-radius: 30px;
}

.page-numbers li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: 5px 10px;
	border: 2px solid #B2C600;
	background: #fff;
	border-radius: 30px;
}

.page-numbers li a:hover {
	background: #B2C600;
}

.page-numbers li a img {
	width: 22px;
	height: 14px;
}

.page-numbers li .prev.page-numbers img {
	transform: rotate(-180deg);
}

/* --------　日々のできごと　記事　-------- */

.blog_content {
	background-color: #fff;
	padding: 40px 50px 60px;
	border-radius: 30px;
}

.blog_info.post {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

article h1 {
	font-size: 175%;
	padding-bottom: 70px;
	position: relative;
	line-height: 1.5;
}

article h1::before {
	content: '';
	width: 100%;
	height: 25px;
	background: url(../img/news_cont_line.png) center center / contain repeat-x;
	position: absolute;
	bottom: 28px;
	left: 0;
}

.blog_in p,
.blog_in figure {
	padding-bottom: 20px;
}

.wp-block-image img {
	border-radius: 20px;
}

.wp-block-columns {
	margin-bottom: 0;
}

.news_prevnext {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	gap: 30px;
}

.news_prevnext li {
	width: calc((100% - 20px) / 3);
}

.news_prevnext li a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border: 3px solid #B2C600;
	border-radius: 20px;
	transition: 0.5s;
	background: #fff;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.news_prevnext li:last-of-type a::before {
	content: '';
	width: 13px;
	height: 11px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 24px;
	right: 20px;
	transition: 0.5s;
}

.news_prevnext li:first-of-type a::before {
	content: '';
	width: 13px;
	height: 11px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(450deg);
	position: absolute;
	bottom: 24px;
	left: 20px;
	transition: 0.5s;
}

.news_prevnext li a:hover {
	background-color: #FDFFDE;
}

.news_prevnext li:last-of-type a:hover:before {
	right: 15px;
}

.news_prevnext li:first-of-type a:hover::before {
	left: 15px;
}

.blog_in h1,
.blog_in h2,
.blog_in h3,
.blog_in h4,
.blog_in h5,
.blog_in h6 {
    line-height: 1.5;
}

.blog_in h2 {
	margin-bottom: 15px;
	font-size: 150%;
	padding: 15px 10px 15px 32px;
	background: #EAF8FF;
	border-radius: 10px;
	position: relative;
}

.blog_in h2::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	top: 20px;
	left: 5px;
}

.blog_in h3 {
	margin-bottom: 15px;
	font-size: 125%;
	padding: 15px 10px 15px 32px;
	position: relative;
}

.blog_in h3::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	top: 20px;
	left: 5px;
}

.blog_in h3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #ADDDF9;
	border-radius: 30px;
}

.blog_in h4 {
	margin-bottom: 15px;
	font-size: 112.5%;
	padding: 10px;
	border: 3px solid #ADDDF9;
	border-radius: 5px;
}

.blog_in h5 {
	margin-bottom: 15px;
	font-size: 112.5%;
	padding: 10px;
	background: #EAF8FF;
	border-radius: 5px;
}

.blog_in h6 {
	margin-bottom: 15px;
	font-size: 100%;
	padding: 0 10px 10px;
	position: relative;
}

.blog_in h6::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: radial-gradient(circle, #ADDDF9 2px, transparent 2px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
}

.blog_in .wp-block-buttons .wp-block-button__link {
	padding: 10px 35px 10px 20px;
	border: 3px solid #B2C600;
	background: #fff;
	color: #5E4F44;
	border-radius: 15px;
	text-align: center;
	font-size: 100%;
	position: relative;
}

.blog_in .wp-block-buttons .wp-block-button__link::before {
    content: '';
	width: 13px;
    height: 10px;
    background: url(../img/page_menu_under.png) center center / contain no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: 0.5s;
}

.blog_in .wp-block-buttons .wp-block-button__link:hover {
    background-color: #FDFFDE;
}

.blog_in .wp-block-buttons .wp-block-button__link:hover:before {
	right: 5px;
}

.wp-block-buttons {
    margin-bottom: 15px;
}

.blog_in ul li {
    position: relative;
    padding-left: 20px;
}

.blog_in ul li::before {
    position: absolute;
    content: "⚫︎ ";
    color: #B2C600;
    left: 0;
}

.blog_in ul li:last-of-type {
    padding-bottom: 10px;
}

/* --------　日々のできごと　サイドバー　共通　-------- */

.side_box {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 30px;
	margin-bottom: 40px;
}

/* --------　日々のできごと　最新記事　-------- */

.side_box h2 {
	font-size: 112.5%;
	text-align: center;
	position: relative;
}

.side_box h2::after {
	content: '';
	width: 210px;
	height: 16px;
	background: url(../img/news_line.png) center center / contain no-repeat;
	position: absolute;
	bottom: -25px;
	right: 0px;
}

.side_box ul {
	padding-top: 40px;
}

.side_box ul li a {
	display: flex;
	flex-wrap: wrap;
	font-size: 87.5%;
	font-weight: 500;
	padding-bottom: 20px;
	width: 100%;
	padding: 8px 25px 8px 10px;
	border-radius: 20px;
	position: relative;
}

.side_box ul li a:hover {
	background: #F1F3CC;
}

.side_box ul li a::before {
	content: '';
	width: 15px;
	height: 10px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 28px;
	right: 15px;
	transition: 0.3s;
}

.side_box ul li a:hover:before {
	right: 10px;
}

.side_box ul .month_list a::before {
	bottom: 13px;
}

.side_box ul li a .date {
	font-weight: normal;
}

.side_box.scroll_up.category ul li a::before {
	bottom: 16px;
}

/* --------　日々のできごと　アーカイブ　-------- */

.side_box ul li button {
	display: inline-block;
	width: 100%;
	padding: 10px 35px 8px 12px;
	border-radius: 20px;
	font-size: 87.5%;
	font-weight: 500;
	position: relative;
}

.side_box ul li button:hover {
	background: #F1F3CC;
}

.side_box ul li button::before {
	content: '';
	width: 11px;
	height: 9px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	position: absolute;
	top: 17px;
	right: 15px;
	transition: 0.3s;
}

.side_box ul li button:hover:before {
	top: 20px;
}

.side_box .month_list {
	padding-top: 0;
	padding-left: 15px;
}

.side_box .month_list li a {
	padding: 5px 0 5px 10px;
	border-radius: 15px;
}

.side_box .month_list li a:hover {
	background: #F1F3CC;
}

/*********** 日々のできごと レスポンシブ ***********/

@media (max-width: 1199px) {

	.news_area.last .row {
		gap: 20px;
	}

	.row {
		justify-content: center;
	}

	.side_box {
		padding: 15px 20px 20px;
	}

	.blog_archive {
		justify-content: center;
		gap: 30px 25px;
	}

	.blog_img img {
		width: 100%;
		height: 100%;
	}

	.blog_archive article {
		width: calc((100% - 30px) / 2);
		justify-content: center;
	}

	.side_box h2::after {
		width: 180px;
	}
}

@media (max-width: 991px) {

	.news_archive {
		padding-bottom: 30px;
	}

	.side_box ul li a .date {
		padding-right: 20px;
		width: 90%;
	}

	.side_box h2::after {
		right: calc(50% - 105px);
	}

	.side_box ul li a::before {
		bottom: 16px;
	}

	.news_box a {
		text-align: left;
		display: block;
	}

	.news_side {
		margin-top: 30px;
	}

	.row .col-lg-3 {
		padding-top: 30px;
	}

	.navigation.pagination {
		margin-top: 30px;
	}

	.news_prevnext {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {

	.archive .head_box {
		padding: 30px 0 10px;
	}

	article h1 {
		font-size: 137.5%;
		padding-bottom: 60px;
	}

	.blog_content.fade_up article .news_date {
		padding-bottom: 10px;
	}

	.blog_in p,
	.blog_in figure {
		padding-bottom: 15px;
	}

	.blog_content {
		padding: 30px 30px 50px;
	}

	.blog_box a {
		min-height: 290px;
	}

	.news_prevnext {
		align-items: center;
	}

	.news_prevnext li a {
		padding: 20px 10px;
	}

	.news_prevnext li:first-of-type a::before {
		bottom: calc(50% - 7px);
		left: 10px;
	}

	.news_prevnext li:first-of-type a:hover::before {
		left: 5px;
	}

	.news_prevnext li:last-of-type a::before {
		bottom: calc(50% - 7px);
		right: 10px;
	}

	.news_prevnext li:last-of-type a:hover::before {
		right: 5px;
	}
}

@media (max-width: 575px) {

	.news_area {
		padding: 25px 15px 0;
	}

	.side_box ul li a {
		padding: 8px 30px 8px 10px;
	}

	.news_prevnext li a {
		font-size: 87.5%;
	}

	.blog_archive article {
		width: 360px;
	}

	.news_prevnext {
		display: block;
	}

	.news_prevnext li {
		width: 100%;
		padding-bottom: 15px;
	}

	.news_prevnext li:last-of-type {
		padding-bottom: 0;
	}

	.news_prevnext li a {
		padding: 15px 10px;
	}

	.news_prevnext li:first-of-type a::before,
	.news_prevnext li:last-of-type a::before {
		bottom: 22px;
	}
}

@media (max-width: 425px) {

	.archive header {
		padding-bottom: 0;
	}

	.archive .head_box {
		padding: 15px 0 5px;
	}

	.blog_box a .blog_title .new {
		top: 5px;
		left: 5px;
	}

	.blog_content {
		padding: 30px 20px;
	}

	article h1::before {
		width: 248px;
		left: calc(50% - 124px);
		bottom: 20px;
	}

	.blog_box a {
		width: 90%;
	}

	.blog_archive article {
		width: 100%;
	}
}

@media (max-width: 375px) {

	.news_prevnext .next a {
		padding-left: 0;
	}

	.news_prevnext .prev a {
		padding-right: 0;
	}
}