@charset "utf-8";

/*投稿*/
.two-column #primary {
	padding-top: 120px;
	padding-bottom: 60px;
}

.blog-thumbnail {
	width: 200px;
	margin-right: 20px;
}
.blog-info {
	width: calc(100% - 220px);
}
.blog-category {
	margin-bottom: 10px;
}
.blog-category a {
	font-size: 12px;
	border: 1px solid #cccbc6;
	padding: 1px 10px 2px;
	border-radius: 12px;
}
.blog-category a:hover {
	background-color: #F9F9F9;
}

.blog-list li {
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}

.single-page-navi li {
	margin: 0 20px;
}
.single-page-navi {
	margin-top: 50px;
}

.single-page-navi li a {
	display: inline-block;
	position: relative;
	color: #620A94;
	font-weight: 500;
	transition: .2s;
}
.single-prev a:before {
	content: url(../images/sankaku-p_left.svg);
	position: absolute;
	top: -2px;
	left: -12px;
}
.single-next a:before {
	content: url(../images/sankaku-p.svg);
	position: absolute;
	top: -2px;
	right: -12px;
}
.single-prev a:hover {
	transform: translateX(-5px);
}
.single-next a:hover {
	transform: translateX(5px);
}


.single-post h1 {
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
}

.single-category a {
	display: inline-block;
	color: #545454;;
	border: 1px solid #545454;;
	line-height: 1.6;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 12px;
	transition: .3s;
}
.single-category a:hover {
	opacity: 0.8;
	transform: translateY(-3px);
}


@media (max-width: 500px) {
	.blog-thumbnail {
		width: 150px;
		margin-right: 10px;}
	.blog-info {
		width: calc(100% - 160px);}
	.blog-category {
		margin-bottom: 5px;}
}

/*Side Bar*/
.two-column #secondary {
	margin-top: 120px;
	padding-bottom: 60px;
}

.searchform {
  position: relative;
  max-width: 250px;
  border: solid 1px #bbb !important;
  border-radius: 2px !important;
  background-color: #fff;
}
 
.searchfield {
  font-size: 14px;
  width: calc( 100% - 37px);
  margin: 3px;
  padding: 10px !important;
  border: none !important;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em !important;
  position: absolute;
  top: .2em;
  right: 5px;
  margin-top: 0;
  padding: .2em .2em !important;
  cursor: pointer;
  color: #E04959;
  border: none;
  background: transparent;
  border: none !important;
  background: none !important;
}
.widget_search h2 {
	display: none;
}
.widget {
	margin-bottom: 20px;
}


.widget-area {
	font-size: 14px;
}
.widget-area h2, .searchform {
	font-size: 16px;
}

@media (max-width:767px) {
	.two-column #secondary {
		margin-top: 0;
		padding-top: 50px;
		border-top: 1px solid #ddd;}
}

/*Archive*********************************************/

/**ページネーション**/
.nav-links {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.page-numbers {
	color: #E04959 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid #E04959;
	margin: 0 4px;
	transition: .2s;
}
.prev.page-numbers, .next.page-numbers {
	width: auto;
	border: none;
	background: none;
	color: #404040 !important;
	font-family: 'Barlow', sans-serif;
	position: relative;
}
.prev.page-numbers:before {
	content: url(../images/sankaku-p_left.svg);
	position: absolute;
	top: 3px;
	left: -12px;
}
.next.page-numbers:before {
	content: url(../images/sankaku-p.svg);
	position: absolute;
	top: 3px;
	right: -12px;
}

.page-numbers.current {
	color: #fff !important;
	background-color: #E04959;
	border-color: #E04959;
}
a.page-numbers:hover {
	background-color: #ddd;
}
a.prev.page-numbers:hover {
	background-color: transparent;
	transform: translateX(-5px);
}
a.next.page-numbers:hover {
	background-color: transparent;
	transform: translateX(5px);
}



/**Search*********************************************/
.search .searchform {
	margin-top: 50px;
}


