/* =============================================================
   blog.css
 ============================================================ */

/* KV */
.kv_wrap {
	background: #e1d7a8;
}
.kv_img {
	position: relative;
}
.kv_txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.kv_catch {
	font-size: 22px;
	padding: 30px 0;
	line-height: 1.5;
}
/* CONTENTS*/
.inner {
	width: 1000px;
	margin: auto;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* layout */
.post {
	width: 750px;
	float: left;
}
.archive {
	width: 200px;
	float: right;
}
/* post */
article {
	margin-bottom: 30px;
}
.post h2 {
	background: url(../../img/blog/ttl_img.png) left center no-repeat;
	border-bottom: 2px solid #e60012;
	color: #df7fb0;
	font-size: 36px;
	font-weight: bold;
	padding: 50px 0 15px 150px;
}
.post h1 {
	background: url(../../img/blog/ttl_img.png) left center no-repeat;
	border-bottom: 2px solid #e60012;
	color: #df7fb0;
	font-size: 36px;
	font-weight: bold;
	padding: 50px 0 15px 150px;
}
.post .date {
	color: #df7fb0;
	font-size: 24px;
}
.post article .summery .thumb_img {
    background-color: #eee;
}
.thumb_img {
	float: left;
	width: 150px;
	height: 150px;
}
.thumb_img img {
	width: 100%;
}
.thumb_txt {
	font-size: 18px;
	float: left;
	width: 600px;
	height: 150px;
	padding-left: 20px;
}
.more {
	background-color: #e60012;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 10px;
	margin-left: 5px;
	transition: .5s;
}
.more::before {
	content: '';
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: 7px solid transparent;
}
.more:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.7;
}
.prev,
.next,
.prev:hover,
.next:hover {
	color: #000;
	text-decoration: none;
	transition: .5s;
	position: relative;
}
.prev {
	padding-left: 2em;
}
.prev::before {
	content: '←';
	position: absolute;
	left: 0.5em;
	transition: .5s;
}
.prev:hover::before {
	left: 0;
}
.next {
	padding-right: 2em;
}
.next::before {
	content: '→';
	position: absolute;
	right: 0.5em;
	transition: .5s;
}
.next:hover::before {
	right: 0;
}
.next_prev {
	margin-bottom: 100px;
}
/* archive */
.archive h3 {
	border-left: 5px solid #e60012;
	border-bottom: 2px solid #e60012;
	font-size: 24px;
	padding-left: 10px;
	margin-bottom: 20px;
    margin-top: 20px;
}
.archive ul {
	list-style: none;
}
.archive ul li {
	font-size: 18px;
	text-align: center;
}
.archive ul li a {
	color: #000;
}
.archive ul li a::before {
	content: '';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
}
.archive ul li a:hover::before {
	content: '';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e60012;
    border-right: 5px solid transparent;
}
.archive ul li a:hover {
	color: #e60012;
	text-decoration: underline;
}
 @media (max-width: 768px) {
	 /* KV */
	 .kv_txt {
		 max-width: 182px;
	 }
	 .inner {
		 width: 100%;
		 padding: 0 15px;
	 }
	 /* layout */
	 .post,
	 .archive {
		 float: none;
		 width: 100%;
	 }
	 
	 /* post */
	 article {
		 margin-bottom: 15px;
	 }
	 .post h2 {
		background-size: 60px;
		font-size: 16px;
		padding: 20px 0 10px 60px;
		 margin-top: 0;
	}
	 .post h1 {
		background-size: 60px;
		font-size: 16px;
		padding: 20px 0 10px 60px;
		 margin-top: 0;
	}
	 .post .date {
		 font-size: 14px;
	 }
	 .thumb_img {
		 width: 60px;
		 height: 60px;
	 }
	 .thumb_txt {
		font-size: 12px;
		float: left;
		width: calc(100% - 60px);
		height: auto;
		padding-left: 10px;
	}
	 .more {
		 padding: 5px;
	 }
	 .more::before {
		border-top: 5px solid transparent;
    	border-bottom: 5px solid transparent;
    	border-left: 5px solid #fff;
    	border-right: 5px solid transparent;
	 }
	 .next_prev {
		 margin-bottom: 20px;
	 }
	 .prev,
	 .next {
		 font-size: 16px;
	 }
	 /* archive */
	 .archive {
		 margin-bottom: 30px;
	 }
	 .archive h3 {
		 font-size: 12px;
		 margin-bottom: 10px;
	 }
	 .archive ul {
		 width: 90%;
		 margin: auto;
	 }
	 .archive ul li {
		 display: inline-block;
		 font-size: 12px;
		 text-align: left;
		 width: 49%;
	 }
 }


/* youtube横幅 */
 @media (max-width: 768px) {
    .news_box article p iframe {
        width: 100%;
    }
 }