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

.column__mv__wrap {
	height: 170px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(349deg, rgba(241, 137, 0, 0.5) 14%, rgba(255, 255, 255, 0) 14%), linear-gradient(333deg, rgba(236, 113, 0, 0.5) 14%, rgba(255, 255, 255, 0) 14%), linear-gradient(309deg, rgba(232, 93, 0, 0.3) 14%, rgba(255, 255, 255, 0) 14%), var(--orange);
	background-size: 100%, 100%, 100%, 100%;
	background-position: center, right -50px bottom, right -50px bottom, right bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 667px) {
	.column__mv__wrap {
		height: 120px;
		background: linear-gradient(350deg, rgba(241, 137, 0, 0.5) 22%, rgba(255, 255, 255, 0) 22%), linear-gradient(320deg, rgba(236, 113, 0, 0.5) 18%, rgba(255, 255, 255, 0) 18%), linear-gradient(300deg, rgba(232, 93, 0, 0.3) 30%, rgba(255, 255, 255, 0) 30%), var(--orange);
		background-size: 100%, 100%, 100%, 100%;
		background-position: left bottom, right -50px bottom, right -50px bottom, right bottom;
		background-repeat: no-repeat;
	}
}

.column__wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.column__wrap img {
	max-width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 1099px) {
	.column__wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 667px) {
	.column__wrap {
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
	}
}

.column__main {
	/*width: 66% 726px*/
}
.side-menu {
	width: 27.2727% /*300px*/;
}
@media screen and (max-width: 667px) {
	.column__wrap {
		display: block;
	}
	.column__main {
		width: 100% /*726px*/;
	}
	.side-menu {
		width: 100% /*300px*/;
	}
	.column__kiji__tit {
		font-size: 5vw;
	}
}

.column__box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}
@media screen and (max-width: 667px) {
	.column__box {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

.column__box li {
}

.column__thum {
	margin-bottom: 15px;
}

.yarpp-thumbnails-horizontal {
	display: flex;
	flex-flow: row wrap;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 48.2093% /*300*/;
	height: auto;
	border: none;
	margin-right: 3.58126% /* 26px */;
	margin-bottom: 60px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(2n) {
	margin-right: 0;
}
.yarpp-related .yarpp-thumbnail-title {
	width: auto;
}

.yarpp-thumbnails-horizontal img {
	margin-bottom: 15px;
}

.column__tag {
	font-size: 1.2rem;
	padding: 2px 10px;
	background: var(--orange-light);
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 15px;
}
.column__days {
	font-size: 1.2rem;
}
.column__tit {
	font-size: 1.6rem;
}

/* aside */
.sidebar-wrapper {
	margin-bottom: 40px;
}
.sidebar-title {
	font-size: 1.6rem;
	line-height: 2;
	border-bottom: 1px solid #333;
}
.side-menu li,
.aside__category li {
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}
.side-menu li a,
.aside__category li a {
	display: block;
	padding: 15px 10px;
}
.aside__tag {
	padding-top: 10px;
	display: flex;
	flex-flow: wrap;
}
.aside__tag li {
	margin: 7px;
}
.aside__tag li a {
	font-size: 1.4rem;
	padding: 2px 10px;
	background: var(--orange-light);
	display: inline-block;
	border-radius: 4px;
}

@media screen and (max-width: 667px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		margin-bottom: 0;
	}
	.sidebar-wrapper {
		margin-bottom: 20px;
	}
	.yarpp-thumbnails-horizontal img {
		margin-bottom: 7px;
	}
	.column__thum {
		margin-bottom: 7px;
	}
	.column__box .column__tag {
		font-size: 2.2vw;
		margin-bottom: 7px;
	}
	.column__box .column__days {
		font-size: 2.2vw;
	}
	.column__tag {
		font-size: 2.8vw;
		margin-bottom: 7px;
	}
	.column__days {
		font-size: 2.8vw;
	}
	.column__tit {
		font-size: 3.4vw;
	}

	.sidebar-title {
		font-size: 3.4vw;
	}
	.side-menu li,
	.aside__category li {
		font-size: 3.2vw;
	}
	.aside__tag li a {
		font-size: 3.2vw;
	}
}

/* 関連記事  */
.yarpp h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	border-left: none;
}
@media screen and (max-width: 667px) {
	.yarpp h3 {
		font-size: 3.4vw;
	}
}

/* パンくず */
.pan__kuzu ul {
	display: flex;
	flex-flow: row wrap;
	font-size: 1.3rem;
}
.pan__kuzu ul li {
	margin-right: 10px;
}
.pan__kuzu ul li::after {
	content: '>';
	margin-left: 10px;
}

.pan__kuzu ul li:last-child:after {
	display: none;
}
.pan__kuzu ul li a {
	color: var(--blue);
}
@media screen and (max-width: 667px) {
	.pan__kuzu ul {
		font-size: 2.8vw;
	}
}

.bl_breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.bl_breadcrumb {
		display: none;
	}
}
@media (min-width: 768px) {
	.bl_breadcrumb {
		padding: 10px 40px;
	}
}
.bl_breadcrumb > li {
	display: flex;
	align-items: center;
}
.bl_breadcrumb > li:last-child:after {
	display: none;
}
.bl_breadcrumb > li::after {
	display: block;
	content: '';
	width: 0.4em;
	height: 0.4em;
	margin: 0 0.85em;
	border: solid #0071bc;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}
.bl_breadcrumb a {
	display: flex;
	padding: 5px 0;
	color: #0071bc;
}
.bl_breadcrumb a:hover {
	opacity: 0.7;
}
.bl_breadcrumb img {
	display: block;
	width: 1.1em;
}

.column__mv__wrap .aC {
	font-size: 1.5em;
	font-weight: bold;
}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #999;
	background-color: #fff;
	border: olid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: var(--orange);
	border-color: var(--orange);
	font-weight: bold;
}
