@charset "UTF-8";

/* blog
---------------------------------------------------------------------------*/
body.blog .fix-title {
	top: 424px;
}

.contents-wrap {
	width: 1060px;
	margin: 0 auto;
}

/* .blog-header
---------------------------------------------------------------------------*/
.blog-header {
	position: relative;
	background: url(../img/blog/bg-title.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 214px;
	margin-bottom: 90px;
}

.blog-header a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-header .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.blog-header h2 {
	background-color: #FFFFFF;
	border-radius: 7px;
	box-shadow: 2px 2px 0 #72A254;
	padding: 9px 20px 12px 25px;
	color: #00773D;
	font-size: 48px;
	letter-spacing: 0.1em;
}

.blog-header h2 span {
	letter-spacing: 0.06em;
}

.blog-header h2 i {
	padding-right: 10px;
}

.blog-header .illust {
	display: block;
	position: absolute;
	top: -33px;
	left: -10px;
}


/* .post-side
---------------------------------------------------------------------------*/
.post-side {
	margin-top: 20px;
}

/* media query
-----------------------------------*/
@media (max-width: 1260px) {
	.post-side {
		box-sizing: border-box;
		padding-left: 20px;
	}
}


/* .blog-list
---------------------------------------------------------------------------*/
.blog-list {
	float: right;
}

.blog-list .wp-pagenavi {
	padding-top: 20px;
}


/* .blog-single
---------------------------------------------------------------------------*/
.blog-single {
	float: right;
	width: 840px;
	margin-top: 15px;
}

/* .blog-title
------------------------------------*/
.blog-title {
	position: relative;
	margin-bottom: 40px;
	padding-right: 240px;
}

.blog-title time,
.blog-title .category {
	display: inline-block;
	color: #00773D;
	font-size: 13px;
}

.blog-title time {
	letter-spacing: 0.08em;
}

.blog-title .category {
	position: relative;
	margin-left: 20px;
}

.blog-title .category:before {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	left: -15px;
}

.blog-title .category li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.blog-title .category li:last-of-type i {
	display: none;
}

.blog-title h1 {
	padding-top: 10px;
	font-size: 19px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.blog-title .blog-writer {
	position: absolute;
	top: -1px;
	right: 0;
	margin: 0;
}

/* .blog-main
------------------------------------*/
.blog-main {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.blog-main p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.12em;
}

.blog-main p:last-child { margin-bottom: 0; }
.blog-main a { text-decoration: underline; }
.blog-main strong { font-weight: bold; }
.blog-main em { font-style: italic; }
.blog-main del { text-decoration: line-through; }

.blog-main img {
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.blog-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.blog-main .wp-caption-text {
	margin-top: -5px;
}

.blog-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.blog-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.blog-main .gallery a { pointer-events: none; }
.blog-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.blog-main ul,
.blog-main ol {
	margin: 30px 0;
}

.blog-main ul li {
	list-style: disc;
	margin: 0 0 6px 25px;
}

.blog-main ol li {
	list-style: decimal;
	margin: 0 0 6px 25px;
}

.blog-main ul li:last-of-type,
.blog-main ol li:last-of-type {
	margin-bottom: 0;
}

.blog-main blockquote {
	background: #F5FCEF;
	padding: 28px 35px;
}

/* .movie-list
------------------------------------*/
.movie-list {
	margin-bottom: 40px;
}

.movie-list .movie {
	margin-bottom: 20px;
}

.movie-list .movie:last-of-type {
	margin-bottom: 0;
}


/* .blog-other
---------------------------------------------------------------------------*/
.blog-other {
	margin-top: 140px;
}