@charset "utf-8";
/* -------------------- 共通------------------- */
#site-wrapper{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
main{
	flex: 1;
	width: 100%;
}
@media screen and (min-width: 768px){
	main{
		margin: 0px auto 100px;
	}
	.blog-flex{
		justify-content: space-between;
		margin: 60px auto 100px;
	}
	.blog-flex main{
		flex: 1;
		margin: 0;
	}
	#sidearea{
		width: 220px;
		margin-left: 50px;
	}
}
@media screen and (max-width: 767px){
	main{
		margin: 20px auto 60px;
	}
	.blog-flex{
		margin: 20px auto 80px;
		flex-direction: column;
	}
	.blog-flex main,
	#sidearea{
		width: 100%;
	}
	.blog-flex main{
		margin-bottom: 30px;
	}
}
/* --------------------サイド------------------- */
.side-ttl{
	font-weight: bold;
	background-color: var(--DARK01);
	color: var(--WHITE);
	letter-spacing: 0.12em;
}
.side-tag li a{
	display: block;
	text-align: center;
	border: 1px solid #454545;
	border-radius: 20px;
	background: #fff;
}
.side-tag li a span:before{
	content: "#";
	margin-right: 3px;
}
.side-choose li a{
	display: block;
	position: relative;
	border-bottom: 1px dashed #ababab;
}
.side-choose li a::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f054';
	color: #ababab;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.side-arrival .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.side-arrival .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.side-arrival .prev-arrow {
	left: 0;
}
.side-arrival .next-arrow {
	right: 0;
}
.side-arrival .prev-arrow:before,
.side-arrival .next-arrow:before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 20px;
	color: var(--GRAY04);
}
.side-arrival .prev-arrow:before{
	content: "\f053";
}
.side-arrival .next-arrow:before{
	content: "\f054";
}
#searchform{
	position: relative;
}
#searchform input[type="text"],
#searchform input[type="image"] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 14px;
	color: #2e2e2e;
	background: #fff;
}
#searchform input[type="text"]{
	width: 100%;
	display: block;
	border: 1px solid #8d8d8d;
	border-radius: 3px;
}
#searchform input[type="image"]{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 18px;
		margin-bottom: 15px;
		padding: 5px 12px;
	}
	.side-tag li{
		margin: 0 10px 8px 0;
	}
	.side-tag li a{
		font-size: 12px;
		padding: 0px 8px;
	}
	#searchform input[type="text"]{
		padding: 10px 31px 8px 8px;
	}
	#searchform input[type="image"]{
		width: 16px;
		right: 9px;
	}
	.side-choose li a{
		padding: 5px 0 5px 20px;
	}
	.side-choose li a::before{
		font-size: 13px;
	}
	.side-choose li a:hover{
		background: var(--GRAY02);
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
@media screen and (max-width: 767px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 16px;
		margin-bottom: 8px;
		padding: 5px 0 5px 10px;
	}
	.side-tag li{
		margin: 0 8px 6px 0;
	}
	.side-tag li a{
		font-size: 11px;
		padding: 2px 6px 3px;
	}
	#searchform input[type="text"]{
		padding: 10px 35px 10px 10px;
	}
	#searchform input[type="image"]{
		width: 20px;
		right: 9px;
	}
	.side-choose li a{
		padding: 4px 0 4px 18px;
	}
	.side-choose li a::before{
		font-size: 12px;
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
/* 人気記事 */
.side-popular li a{
	display: flex;
	align-items: center;
	background: var(--GRAY02);
	padding: 10px;
}
.side-popular-img{
	width: 30%;
	margin-right: 10px;
}
.side-popular-ttl{
	flex: 1;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (min-width: 768px){
	.side-popular li:not(:last-child){
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.side-popular li:not(:last-child){
		margin-bottom: 10px;
	}
}

/* ランキング */
.side-ranking{
	counter-reset: original-counter;
}
.side-ranking li{
	position: relative;
	z-index: 0;
}
.side-ranking li::before{
	content: counter(original-counter);
	counter-increment: original-counter;
	color: #fff;
	position: absolute;
	top: 1px;
	left: 8px;
	font-size: 12px;
	z-index: 2;
}
.side-ranking li::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.side-ranking li:nth-of-type(1)::after{
	border-color: #d1bd58 transparent transparent transparent;
}
.side-ranking li:nth-of-type(2)::after{
	border-color: #b4b4b4 transparent transparent transparent;
}
.side-ranking li:nth-of-type(3)::after{
	border-color: #ae846d transparent transparent transparent;
}
/* -------------------- ページナビ------------------- */
/* ページナビ */
#next {
  text-align: center;
}
#next .wp-pagenavi span,
#next a {
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}
#next a:hover{
  color: var(--GRAY01);
  background: none;
}
#next .wp-pagenavi {
  justify-content: center;
  display: flex;
  align-items: center;
}
#next .wp-pagenavi span.current {
    background: #f7f7f7;
    color: #797979;
}
#next .wp-pagenavi span.extend{
	color: #909090;
}
#next span.pages{
	font-size: 14px;
  margin-top: 9px;
  color: #777777;
  font-weight: bold;
  display: block;
}
#next .gallery-navi-hide{
	display: none;
}
#next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    background: var(--MAIN_BLACK);
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    padding: 2px 21px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
		font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f104";
	display: inline-block;
  color: #383838;
  font-size: 16px;
  vertical-align: text-bottom;
  color: #fff;
}
#next a.previouspostslink .navi-prev::before{
	content: "\f104";
}
#next a.nextpostslink .navi-next::before{
	content: "\f105";
}
#next .current{
	border: none;
}


/* PCのみ */
@media screen and (min-width:768px) {
#next {
  margin: 70px auto 0;
  }
#next .wp-pagenavi span,
#next a {
  font-size: 18px;
  padding: 18px;
  }
 #next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    padding: 2px 21px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
  font-size: 16px;
}
#next span.pages{
	font-size: 14px;
	}
}


/* SPのみ */
@media screen and (max-width:767px) {
#next {
  margin: 40px auto 0;
  }
 #next .wp-pagenavi span,
#next a {
  font-size: 17px;
  padding: 5px 12px;
  }
 #next .wp-pagenavi span.extend{
	padding:0 4px;
}
 #next .wp-pagenavi .first,#next .wp-pagenavi .last{
	 font-size: 15px;
 }
 #next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    padding: 2px 14px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
  font-size: 15px;
}
#next span.pages{
	font-size: 13px;
	}
}
/* -------------------- シングル------------------- */
.news-article{
	margin-left: auto;
	margin-right: auto;
}
.post-ttl{
	font-weight: bold;
	margin-bottom: 10px;
}
.post-date{
	text-align: right;
}
#post-link{
	display: flex;
	position: relative;
}
#post-link a{
	color: var(--GRAY01);
}
#previous-link{
	margin-right: auto;
}
#next-link{
	margin-left: auto;
}
.all-post{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px){
	.news-article{
		width: 750px;
	}
	.post-meta{
		margin-bottom: 15px;
	}
	.post-ttl{
		font-size: 25px;
	}
	.post-date{
		font-size: 16px;
	}
	.post-content{
		margin-bottom: 80px;
	}
	#post-link a{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.news-article{
		width: 90%;
	}
	.post-meta{
		margin-bottom: 10px;
	}
	.post-ttl{
		font-size: 20px;
	}
	.post-date{
		font-size: 14px;
	}
	.post-content{
		margin-bottom: 60px;
	}
	#post-link a{
		font-size: 13px;
	}
}



/* 追加 */
/* .news-area{
	max-width: 750px;
}
.news_border{
	padding-top: calc(var(--header_height) + 2px);
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.news-list > li{
	padding-block: 1em;
	font-size: var(--local_fnts);
	border-bottom: 1px solid var(--MAIN_BLACK);
	display: flex;
}

.news-list > li > span.time{
	display: block;
}

.news-list > li > span.ttl{
	flex: 1;
}
@media screen and (min-width: 768px){
	.news-list > li > span.time{
		width: 10em;
	}
}
@media screen and (max-width: 767px){
	.news-list > li > span.time{
		margin-top: 10px;
	}
	.news-list > li{
		flex-flow: column;
	}
} */


.btm-front__section.news .btm-front__thumb img{
	min-height: 260px;
}
@media screen and (min-width: 768px){
	.btm-front__section.news .btm-front__thumb{
		padding-bottom: 80px;
	}
}

