/* CSS Document */

@charset "UTF-8";

@import url('https://use.fontawesome.com/releases/v6.3.0/css/all.css');

/*----------------------------------------------------------------------
スタイルリセット
-----------------------------------------------------------------------*/
main {
	padding-top: 0 !important;
}

.post_content, .s_widget {
	background: transparent;
}

.archive_header {
	height: auto;
	z-index: 1;
}

/*----------------------------------------------------------------------
TOPページ
-----------------------------------------------------------------------*/
body:not(.single) main article {
	padding-left: 0;
	padding-right: 0;
}

.post_card_category {
	top: 0;
	padding: 0.5em;
	color: #FFF !important;
}
a.post_card_category:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------
ページタイトル
-----------------------------------------------------------------------*/
#main-photo img.title {
	position: absolute;
	bottom: 10%;
	right: 6%;
	max-width: 60vw;
}

/*----------------------------------------------------------------------
記事
-----------------------------------------------------------------------*/
.fit_content {
	background: #F4F4F4;
}

.post_thum img {
	vertical-align: bottom;
}

figure.wp-caption {
	margin: 0;
	padding: 0;
	background: #FFF;
	border: none;
}
figure.wp-caption+figure.wp-caption {
	margin-top: 1.9em;
}

figcaption.wp-caption-text {
	padding-left: 0.5em;
	font-size: 0.875em;
	text-align: left;
}

/*----------------------------------------------------------------------
ページナビ
-----------------------------------------------------------------------*/
div.nav-links {
	margin-bottom: 56px;
}

@media screen and (max-width: 1160px) {
	div.nav-links {
		margin-bottom: 35px;
	}
}
