@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: 60px 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(--GRAY01);
    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;
	padding-top: calc(var(--GENERALSEC) / 2);
}
.post-ttl{
	font-weight: bold;
	margin-bottom: 10px;
}
.news-date{
	text-align: right;
	font-weight: 900;
}
#post-link{
	display: flex;
	position: relative;
}
#post-link a{
	color: var(--RED01);
}
#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;
	}
	.news-date{
		font-size: 16px;
	}
	.post-content{
		margin-bottom: 80px;
	}
	#post-link a{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.post-meta{
		margin-bottom: 10px;
	}
	.post-ttl{
		font-size: 20px;
	}
	.news-date{
		font-size: 14px;
	}
	.post-content{
		margin-bottom: 60px;
	}
	#post-link a{
		font-size: 13px;
	}
}









@media screen and (min-width: 768px){
	.content-main:has(.news-article),
	.content-main:has(.news-area){
		width: 100%;
	}
}




main{
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 50px !important;
}
.post-date{
	width: fit-content;
}
@media screen and (max-width: 767px){
	a:hover{
		opacity: 1;
	}
}


.post-single-body p{
	font-size:125%!important;
	font-weight: 400;
}
h1{
	font-size:140%!important;
	margin-top:4%;
}

.post-single-body h2{
	font-size:140%!important;
	margin:5% 0 ;
    padding: .5em .7em;
    border-left: 5px solid #b6232a;
    border-bottom: 3px solid #ded6d6;
    background-color: #fef6f6;
    color: #333333;
}
.wp-embedded-content {
	width:100%;
}
.post-single-body h6 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin:2% auto;
    padding: .9em 2em;
    border: none;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #b6232a;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	border-radius: 90px;
	text-decoration:none;
}
.post-single-body h6 a:hover {
    background-color: #a6131a;
}

.post-single-body h6 a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.post-single-body h3{
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #b6232a;
    color: #b6232a;
	font-size:140%!important;
	margin:5% 0 4%;
}

.post-single-body h3::before,
.post-single-body h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.post-single-body h3::before {
    background-color: #b6232a;
}

.post-single-body h3::after {
    bottom: -11px;
    background-color: #fff;
}
#toc_container {
    background-color: #faf3f3!important;
    margin: 10% 0 0;
}
.toc_title {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: 0!important;
    padding: 10px 0!important;
    background-color: #b6232a!important;
    color: #fff!important;
    font-weight: 600!important;
}

.toc_list {
    list-style-type: disc!important;
    margin: 0!important;
    padding: 1em 0.1em 0.1em 0.9em!important;
}

.toc_list li {
    padding: .3em .3em .3em 0!important;
	font-size:100%!important;
}

.toc_list li a{
	color:#000000!important;
}
.maru1 {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #b6232a;
    border-bottom: 1px solid #b6232a;
    color: #333;
}

.maru1::before,
.maru1::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #b6232a;
    content: '';
}

.maru1::before {
    left: 9px;
}

.maru1::after {
    right: 9px;
}