@charset "utf-8";
/* CSS Document */
/********パンくず***************/
.breadcrumb {
	margin-bottom: 1rem;
}
.breadcrumb_inner {
	font-size: 0.8rem;
	color: #65af68;
}
.breadcrumb_inner span {
	margin: 0 0.25em;
}
/*********************************************/
/**** 各下層基本 Sub Header ***/
/*********************************************/
#main {
	position: relative;
	width: 100%;
	margin: 0;
}
#headimg_container {	
	position: relative;
	width: 100%;
	margin: 0;
}
.sub_header {
	width: 92%;
	height: 248px;
	margin: 0 auto;
	padding-top: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	background-image: url('../images/top_image07.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left 0 top 48px;
	color: #FFF;
}
/**画像左**/
.sub_head_wrapp {
	width: 380px;
	height: 190px;
	position: absolute;
	top: 180px;
	background-image: url('../images/main_block3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -20px top 0;
	z-index:10;
}
/**画像右**/
.sub_block_wrapp {
	width: 420px;
	height: 64px;
	position: absolute;
	top: 248px;
	right: 0;
	background-image: url('../images/sub_block.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 0px top 0;
	z-index:10;
}
/*************************/
/*************************/
.sns_wrapper a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 2rem;
	padding: 0.5rem;
	display: flex;
	align-items: center;
}
.sns_wrapper .follow {
	font-size: 0.9rem;
	display: inline-block;
	padding: 0 0.25rem;
	background-color: #3b6b23;
	color: #FFF;
	margin-right: 0.8rem;
}
.sns_icon {
	width: 7rem;
	height: 2rem;		
    background-image: url('../images/sns_icon01.png');
	background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
	margin-right: 1rem;
}
.insta_url {
	padding-bottom: 0.2em;
	color: #3b6b23;
	display: inline-block;
	padding-right: 2.5rem;
	font-size: 0.9rem;	
    background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
/***********************************************************/
#album_container {
	margin: 64px auto;
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
}
/*****/
.tax_tarm_wrapp {
	display: flex;
	align-items: flex-end;	
	margin-bottom: 1rem;
}
.tarm_namebox {
	width: 50%;
}
.taxonomy_title {
	text-align: center;
	font-size: 2rem;
	color:#65af68;
	margin-bottom: 1rem;
	letter-spacing: 0.2em;
}
.archive__title {
	font-size: 1.6rem;
}
/****/
.taxonomie_ctg_box {
	position: relative;
	border: solid 1px #65af68;
	border-radius: 6px;
	margin: 0 auto;
}
.tarm_list_note {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 0.8rem;
	color:#65af68;
	padding: 0 10px;
	transform: translateY(-50%);
}
.tarm_list_note::before {
	position:absolute;
	z-index: -1;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	content: "";
}
.child_tarm_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0.5rem 2rem 0 1.5rem;
}
.child_tarm_list li a{
	display: inline-block;
	padding: 0.5rem 3rem 0.5rem 0;
	color: #65af68;
	font-size: 1rem;
}





#photos {
	/* Prevent vertical gaps 縦の隙間を防ぐ */
	line-height: 0;
	-webkit-column-count: 4;
	-webkit-column-gap:   8px;
	-moz-column-count:    4;
	-moz-column-gap:      8px;
	column-count:         4;
	column-gap:           8px;
	margin-bottom: 64px;
	min-height: 50vh;
}
#photos figure {
	/* インライン属性がある場合 */
	width: 100% !important;
	height: auto !important;
	position: relative;
	margin-bottom: 8px;
}
#photos figure img{
	/* インライン属性がある場合 */
	width: 100% !important;
	height: auto !important;
}
#photos figure figcaption {
	width: 100%;
	box-sizing: border-box;
	padding: 0.2em 0.5em;
	line-height:1rem;
	overflow: hidden;
	background-color:#000;
	position: absolute;
	bottom: 0;
	font-size: 0.8rem;
	color: #FFF;
}
/**トップページへ戻る**/
.remove_wrapp a{
	padding-left: 32px;
	background-image: url('../images/reef_s.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
.remove_wrapp a:hover {
	color: #248b0d;
}
/***********************************/
#under_list {		
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto 16px auto;
}
/***タイトル*****/
.list_title {
	margin-bottom: 0.5rem;
	color: #65af68;
}
/*******kategori****************/
.tarm_list_container {
	display: flex;
	flex-wrap: wrap;
}
/****カテゴリ1こ*****/
.bottom_tarm_container {
	margin-right: 1.66%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	border: solid 2px #CCC;
}
/*画像waku**/
.tarm_img {
	width: 4vw;
	height: 4vw;
	overflow: hidden;
	position: relative;
	border: solid 1px #CCC;
}
.tarm_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.tarm_name_container {
	font-size: 0.9rem;
	font-weight: 700;
	color: #979797;
	padding: 0 0.5em;
	min-width: 8em;
}
/*********************************/
@media (max-width: 1200px) {
	#photos {
		-moz-column-count:    3;
		-webkit-column-count: 3;
		column-count:         3;
	}
}