@charset "utf-8";

/* CSS Document */

.ttl_h3 a {
	text-decoration: none;
	font-size: inherit;
	color: inherit;
	transition: .3s ease;
}

.ttl_h3 a:hover {
	color: rgba(0,0,0,.65);
}

.oldblog__anchorwrap {
	text-align: right;
	margin-top: 0;
	line-height: 2;
}

/*sp*/
/************ photoblog ************/
.photoblog {
	margin: 25px auto 10px;
	width: auto;
	text-align: center;
}

/*photoblog_button*/
.photoblog-btn {
	width: auto;
}

.list_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1230px;
	margin: 0 auto;
}

li.btn_photob {
	width: calc(20% - 2px);
	cursor: pointer;
	line-height: 0;
}

.btn_photob a {
	text-decoration: none;
	font-size: 10px;
	display: inline-block;
	width: 100%;
}

.btn_item {
	height: 50px;
	border-radius: 20px;
	overflow: hidden;
	line-height: 1 !important;
	box-sizing: border-box;
}

.btn-p {
	color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.btn-all {
	background: #aaaaaa !important;
	border: 2px solid #fff;
	transition: .3s ease;
}
.btn-all:hover {
	/*background: rgba(255,255,255,0.2) !important;*/
	background-color: transparent !important;
	border: 2px solid #fff;
}

.btn-nagasu,
.btn-nankan,
.btn-kikusui,
.btn-oka,
.btn-umi {
	border-radius: 20px;
	width: 100%;
}

.btn-nagasu {
	background: #e07fad;
}
.btn-nankan {
	background: #a7d732;
}
.btn-kikusui {
	background: #54c2f0;
}
.btn-oka {
	background: #368b2f;
}
.btn-umi {
	background: #3357cb;
}

.btn-nagasu_active,
.btn-nankan_active,
.btn-kikusui_active,
.btn-oka_active,
.btn-umi_active {
	border: 2px solid #fff;
}

.btn-nagasu_active {
	background: #e07fad;
}
.btn-nankan_active {
	background: #a7d732;
}
.btn-kikusui_active {
	background: #54c2f0;
}
.btn-oka_active {
	background: #368b2f;
}
.btn-umi_active {
	background: #3357cb;
}

li.article_item {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
	margin: 3px 0;
}

ul.article_list_only {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 1230px;
}

ul.article_list_only:before,
ul.article_list_only:after {
	display: block;
	content: '';
	width: calc(33.333% - 5px);
}

ul.article_list_only:before {
	order: 1;
}

ul.article_list_only:after {
	order: 2;
}

li.article_item_only {
	width: calc(33.333% - 5px);
	height: auto;
	margin: 5px 0;
	line-height: 0;
}

.blog__anchor {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 0;
	border-radius: 10px;
	overflow: hidden;
	transition: .4s ease;
}

figure.article-img {
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	/*height: auto;
	left: 30%;
	transform: translateX(-30%);*/
}

figure.article-img:before {
	content: "";
	transition: .4s ease;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.blog__anchor:hover .article-img:before {
	opacity: 1;
}

.article_item_only.nagasu-h .blog__anchor:hover .article-img:before {
	background-color: rgba(224,127,173,.6);
}

.article_item_only.nankan-h .blog__anchor:hover .article-img:before {
	background-color: rgba(167,215,50,.6);
}

.article_item_only.kikusui-h .blog__anchor:hover .article-img:before {
	background-color: rgba(84,194,240,.6);
}

.article_item_only.nankan-oka .blog__anchor:hover .article-img:before {
	background-color: rgba(54,139,47,.6);
}

.article_item_only.nagasu-umi .blog__anchor:hover .article-img:before {
	background-color: rgba(51,87,203,.6);
}

figure.article-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: .6s ease;
}

.blog__anchor:hover figure.article-img img {
	transform: scale(1.1);
}

ul.article_list > li.article_item {
	display:flex;
	align-items: center;
	justify-content: center;
}

/* remodal */
.remodal-wrapper .article__eyecatch figure {
	width: 100%;
	height: auto;
	margin: 0 auto 1.5em;
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
}

.remodal-wrapper .article__eyecatch figure img {
	width: 100%;
	height: auto;
}

.remodal-wrapper {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.remodal-wrapper .meta-date {
	color: rgba(0,0,0,.65);
	display: inline-block;
	margin-right: .5em;
	font-size: .85em;
}

.remodal-wrapper .meta-cat {
	background-color: inherit;
	color: #fff;
	padding: .25em .5em;
	font-size: .75em;
	border-radius: 5px;
	line-height: 1;
	text-align: center;
}

.meta-cat.nagasu-h {
	background-color: #e07fad;
}

.meta-cat.nankan-h {
	background-color: #a7d732;
}

.meta-cat.kikusui-h {
	background-color: #54c2f0;
}

.meta-cat.nankan-oka {
	background-color: #368b2f;
}

.meta-cat.nagasu-umi {
	background-color: #3357cb;
}

.remodal-wrapper .blog__txt p {
	line-height: 1.8;
}

.remodal .blog__txt img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.remodal-close {
	width: 40px;
	height: 40px;
	left: auto;
	right: 0;
}

.remodal-close:before {
	font-size: 40px;
	line-height: 40px;
	width: 40px;
}

/* 記事無しパターン */

.no-article {
	width: 100% !important;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*---------------------------------------------------------------------------------*/
/************ responsive************/
/*---------------------------------------------------------------------------------*/

/*tablet*/
@media screen and (min-width: 540px) {
	/************ photoblog ************/
	/*photoblog_button*/
	li.btn_photob {
		margin: 3px 0;
		width: calc(20% - 5px);
	}

	.btn_photob a {
		color: #fff;
		font-size: 12px;
	}
	
	.btn_item {
		height: 70px;
	}

	li.article_item {
		width: 170px;
		height: 170px;
		border-radius: 20px;
		margin: 3px;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (min-width: 768px) {
	
	ul.article_list_only {
		justify-content: flex-start;
	}

	li.article_item_only {
		width: calc(20% - 10px);
		margin: 5px;
	}

	ul.article_list_only:before,
	ul.article_list_only:after {
		 width: calc(20% - 10px);
	 }

	li.article_item_only:nth-child(5n) {
		margin-right: 0;
	}

	.blog__anchor {
		border-radius: 20px;
	}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*PC*/
@media screen and (min-width: 1280px) {
	/************ photoblog ************/
	.photoblog {
		margin: 25px 100px;
	}

	.photo-img {
		/*margin: 0 130px;*/
		margin: 0 auto;
	}

	/*ul 各園ごと*/
	/*ul.article_list {
		display: inline-block;
	}*/

	li.article_item {
		margin: 20px 10px;
	}

	li.article_item_only {
		margin: 10px;
		width: calc(20% - 18px);
	}

	ul.article_list_only:before,
	ul.article_list_only:after {
		 width: calc(20% - 5px);
	 }

	li.article_item_only:nth-child(5n) {
		margin-right: 0;
	}

	/*photoblog_button*/
	li.btn_photob {
		margin: 20px 0;
		width: calc(20% - 15px);
	}

	.btn_photob a {
		font-size: 16px;
	}

	.btn_item {
		height: 90px;
		padding: 0;
		line-height: 2;
	}

}

