@charset "utf-8";
/* CSS Document */

/*
Template:xeory_base
Theme Name:xeory_base-child
Theme URI:http://kurashi-log.net
Description:Xeory_baseの子テーマです
Author:nino
Version:0.1
*/

@import url('../xeory_base/style.css');

/* PC、SP 切り替え
-------------------- */
@media (min-width: 768px) {
	.pc-none {
		display: none;
	}
}
@media (max-width: 767px) {
	.sp-none {
		display: none;
	}
}

/* #header
-------------------- */
#header #logo {
	float: none;
}
#header #header-sns {
	float: none;
	text-align: right;
}
#header #header-sns ul {
	padding: 5px 0 0 0;
}
@media (min-width: 768px) {
	#header {
		padding-bottom: 5px !important;
	}
	#header .wrap .main-img-wrapper {
		background-image: url(https://yoshiya-hasegawa.com/blog/wp/img/head_bg01.gif);
	}
	#header .wrap .main-img-wrapper .main-img {
		position: relative;
		max-width: 800px;
		margin: 0 auto;
	}
	#header .wrap .main-img-wrapper .site-btn {
		position: absolute;
		top: 30px;
		left: 0;
	}
	#header .wrap .main-img-wrapper .site-btn li {
		display: inline-block;
		margin-right: 10px;
	}
	#header .wrap .main-img-wrapper .site-btn li img {
		border-radius: 3px;
	}
}
@media (max-width: 991px) {
	#header {
		padding-bottom: 20px !important;
	}
}
@media (max-width: 880px) {
	#header .wrap .main-img-wrapper {
		padding: 0 0 0 30px;
	}
}
@media (max-width: 767px) {
	#header {
		padding: 0 !important;
	}
	#header .wrap {
		margin: 0;
	}
	#header .wrap .main-img-wrapper {
		padding: 0;
	}
	#header .wrap .main-img-wrapper .site-btn {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#header .wrap .main-img-wrapper .site-btn li {
		display: table-cell;
	}
	#header .wrap .main-img-wrapper .site-btn li img {
		width: 100%;
	}
}


/* アイキャッチ画像
-------------------- */

.img-icatch {
	float: none;
	margin: 0 0 30px 0;
}
.img-icatch img {
	width: 100%;
}

/* シングルページ　見出し
-------------------- */
body .post-content h2 {
	border-bottom: 3px solid rgba(26, 187, 154, 0.5) !important;
}
body .post-content h3 {
	border-left-color: rgba(26, 187, 154, 0.5) !important;
}

/* アーカイブ　アイキャッチ画像
-------------------- */
.post-loop-wrap .img-icatch {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
}
.post-loop-wrap .img-icatch img {
	width: 100%;
}








