@charset "UTF-8";



/******************************************************
 * single.php
 * ***************************************************/

.single-outline {
	padding: 60px 60px 60px 0;
}
.single-outline img.featured-image {
	border-radius: 3px;
}
.single-content {
	margin-top: 30px;
}
.single-share {
	margin-top: 60px;
}
.single-share time.post-date {
	font-style: italic;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 12px;
	display: block;
}
.single-share p.post-categories {
	text-align: center;
}
.single-share p.post-categories a.post-category {
	display: inline-block;
    line-height: 1;
	position: relative;
}
.single-share p.post-categories a.post-category span {
	display: inline-block;
	padding-left: 26px;
	position: relative;
}
.single-share p.post-categories a.post-category span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/folder.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.single-author {
	margin-top: 60px;
}
.single-author .single-author-flex {
	display: flex;
}
.single-author .single-author-flex .single-author-flex___photo {
	width: 25%;
	max-width: 195px;
}
.single-author .single-author-flex .single-author-flex___info {
	width: 75%;
	max-width: 590px;
	    padding-left: 42px;
}
.single-author p.author-name {
	display: flex;
	align-items: center;
}
.single-author p.author-name span.write {
	display: inline-block;
    background: #0457CC;
    color: #FFF;
    font-size: 1.4rem;
    padding: 3px 12px;
	margin-right: 18px;
    border-radius: 4px;
}
.single-author p.author-name span.name {
	display: inline-block;
}
.single-author .single-author-text {
	font-size: 1.4rem;
}
.single-author .author-add {
	margin-top: 18px;
	font-size: 1.4rem;
}
.single-author p.single-author-link {
	margin-top: -12px;
}
.single-author p.single-author-link a.arrow {
	padding-left: 22px;
}
.single-author p.single-author-link a.arrow:before {
	width: 14px;
	height: 14px;
}


@media screen and (max-width: 768px) {
.single-outline {
	padding: 45px 0 45px 0;
}
}
@media screen and (max-width: 559px) {
	.single-author .single-author-flex {
		flex-direction: column;
	}
	.single-author .single-author-flex .single-author-flex___photo {
		width: 100%;
		max-width: 100%;
	}
	.single-author .single-author-flex .single-author-flex___photo img {
		width: 35%;
        max-width: 150px;
        margin: 0 auto;
	}
	.single-author .single-author-flex .single-author-flex___info {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.single-author .author-add span {
		display: block;
	}
}
@media screen and (max-width: 430px) {
	.single-author .author-add span {
		font-size: .8em;
	}
}



/* 関連
 * ***************************************************/

.related {
	margin-top: 90px;
}
.related .related_title {
	text-align: center;
}
.related .related_items {
	
}

@media screen and (max-width: 559px) {
	
}
@media screen and (max-width: 430px) {
	
}




/******************************************************
 * サイドバー
 * ***************************************************/

.main_contents {
	
}

aside .aside-item {
	margin: 45px 0 0;
}
aside .aside-item:first-child {
	margin: 0;
}
aside .aside-title {
    position: relative;
	padding-top: 22px;
	margin-bottom: 18px;
	font-size: 2.8rem;
    text-align: center;
	position: relative;
}
aside .aside-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/icon/icon-square.webp) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}
aside .contactus .aside-title::before {
	background: url(../images/icon/icon-square-87A503.webp) no-repeat;
	background-size: 100%;
}
aside .aside_btn_box {
	margin: 12px 0 0;
	text-align: right;
}
aside .aside_btn_box a.std {
	font-size: .8em;
	text-decoration: underline;
	display: inline-block;
	position: relative;
	padding: 0 18px 0 0;
}
aside .aside_btn_box a.std:before {
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1194px) {
	aside .aside-title {
		font-size: 2vw;
	}
}
@media screen and (max-width: 768px) {
	aside .aside-title {
		font-size: 2.8rem;
	}
}


/* お問い合わせ
* ***************************************************/

aside .contactus {
	
}
aside .contactus p.contactus-free {
	text-align: center;
	margin-bottom: 18px;
	border: 1px solid #87A503;
	border-radius: 4px;
}
aside .contactus p.contactus-free span {
	display: inline-block;
	line-height: 1;
	padding: 12px;
	color: #87A503;
	font-size: 2.2rem;
}
aside .contactus .contactus-title {
	border-left: 3px solid #000;
	line-height: 1;
	padding-left: 9px;
	margin-bottom: 18px;
	font-weight: 500;
}
aside .contactus .contactus___phone,
aside .contactus .contactus___form {

}
aside .contactus .contactus-phone {

}
aside .contactus .contactus-form {
	margin-top: 18px;
}

aside .contactus p.phone {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0;
}
aside .contactus p.phone span.bodoni-moda {
	font-size: 3rem;
	padding-left: 28px;
	color: #87A503;
	position: relative;
}
aside .contactus p.phone span.bodoni-moda:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/phone-87A503.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 22px;
	z-index: -1;
}
aside .contactus a.btnMail {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding: 12px 18px;
	border-radius: 4px;
	border: 2px solid #87A503;
	background: #A7CC04;
	color: #FFF;
}
aside .contactus a.btnMail span {
	display: inline-block;
	line-height: 1.4;
}
aside .contactus a.btnMail:hover{
	opacity: 1;
	background: #92B203;
}
aside .contactus p.phone-hour,
aside .contactus p.form-hour {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 6px;
}
aside .contactus p.phone-hour span,
aside .contactus p.form-hour span {
	display: inline-block;
	margin-left: 6px;
}

@media screen and (max-width: 1194px) {
	aside .contactus p.contactus-free span {
		font-size: 2vw;
	}
	aside .contactus p.phone span.bodoni-moda {
		font-size: 2.6vw;
		padding-left: 2vw;
	}
	aside .contactus p.phone span.bodoni-moda:before {
		width: 1.8vw;
		height: 1.8vw;
	}
	aside .contactus p.phone-hour span,
	aside .contactus p.form-hour span {
		display: block;
		margin: 0;
	}
	aside .contactus a.btnMail {
		padding: 1vw .6vw;
	}
	aside .contactus a.btnMail span {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 768px) {
	aside .contactus {
		display: none;
	}
}



/* カテゴリー
* ***************************************************/

aside .categories {
	
}
aside .categories .categories-bg {
	padding: 30px;
	border-radius: 4px;
	background-image: linear-gradient(to right, #047FCC 0%, #0457CC 100%, #FFF 100%);
}
aside .categories ul.categories-list {
	border-top: 1px solid #fff;
}
aside .categories ul.categories-list li {
	text-align: left;
	padding-left: 22px;
	border-bottom: 1px solid #fff;
	position: relative;
}
aside .categories ul.categories-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/arrow-circle-FFF.webp) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
}
aside .categories ul.categories-list li.current-cat:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/arrow-circle-CCC.webp) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
}

aside .categories ul.categories-list li a {
	display: block;
    color: #FFF;
    padding: 12px 0;
	line-height: 1.4;
}
aside .categories ul.categories-list li.current-cat a {
	color: #cccccc;
}

aside .categories p.categories-totop {
	    text-align: center;
    margin-top: 12px;
}
aside .categories p.categories-totop a.categories-totop-link {
	display: inline-block;
	    color: #FFF;
	font-size: 1.4rem;
}



@media screen and (max-width: 1194px) {
	aside .categories .categories-bg {
		padding: 2.2vw;
	}
	aside .categories ul.categories-list li a {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 768px) {
	aside .categories ul.categories-list {
		display: flex;
		flex-wrap: wrap;
	}
	aside .categories ul.categories-list li {
		width: calc(100% / 2);
	}
	aside .categories ul.categories-list li a {
		font-size: 100%;
	}
}
@media screen and (max-width: 559px) {
	aside .categories .categories-bg {
		padding: 30px;
	}
	aside .categories ul.categories-list li {
		width: 100%;
	}
}


/* 人気記事
* ***************************************************/

aside .popular ul.popular-list li {
	position: relative;
	border-bottom: 1px solid #ededed;
}
aside .popular ul.popular-list li:first-child {
	border-top: 1px solid #ededed;
}
aside .popular ul.popular-list li .popular-item-flex {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
aside .popular ul.popular-list li a.popular-item-link {
	display: block;
	padding: 22px 0;
	color: #0067a2;
}
aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image {
	width: 90px;
	position: relative;
}
aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img {
	object-fit: cover;
	aspect-ratio: 1;
}
aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img:hover {
	opacity: 1;
}
aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img.rank {
	position: absolute;
	left: -9px;
	top: -9px;
}
aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___text {
	width: calc(100% - 95px);
	padding-left: 12px;
}
aside .popular ul.popular-list li time.item-date {
	display: block;
	color: #000;
	font-style: italic;
	font-size: 1.2rem;
	margin: 0 0 6px 0;
}
aside .popular ul.popular-list li .post-title {
	text-align: left;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.3;
	margin: 0;
}
aside .popular ul.popular-list li p.item-category {
    line-height: 1;
    margin: 6px 0 0;
}
aside .popular ul.popular-list li p.item-category span.post-category {
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
	padding-left: 22px;
	position: relative;
}
aside .popular ul.popular-list li p.item-category span.post-category:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/folder.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1194px) {
	aside .popular ul.popular-list li .popular-item-flex {
		flex-direction: column;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image {
		width: 100%;
		max-width: 100%;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img {
		aspect-ratio: 390 / 241;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img.rank {
		aspect-ratio: 1;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___text {
		width: 100%;
		max-width: 100%;
		padding: 0;
        margin-top: 6px;
	}
}
@media screen and (max-width: 768px) {
	aside .popular ul.popular-list li .popular-item-flex {
	    flex-direction: row;
		gap: 30px;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image {
		width: 25%;
        min-width: 150px;
        max-width: 150px;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image img {
		aspect-ratio: 1;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___text {
        width: 75%;
        max-width: 530px;
	}
	
}
@media screen and (max-width: 559px) {
	aside .popular ul.popular-list li .popular-item-flex {
	    flex-direction: row;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image {
		width: 20%;
        min-width: 105px;
        max-width: 105px;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___text {
		width: 80%;
        max-width: 530px;
	}
}
@media screen and (max-width: 430px) {
	aside .popular ul.popular-list li .popular-item-flex {
		gap: 18px;
	}
}
@media screen and (max-width: 320px) {
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___image {
		width: 20%;
        min-width: 90px;
        max-width: 90px;
	}
	aside .popular ul.popular-list li .popular-item-flex .popular-item-flex___text {
		width: 80%;
        max-width: 530px;
	}
}


/* 新着
* ***************************************************/

aside .update ul.update-list li {
	position: relative;
	border-bottom: 1px solid #ededed;
}
aside .update ul.update-list li:first-child {
	border-top: 1px solid #ededed;
}
aside .update ul.update-list li .update-item-flex {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
aside .update ul.update-list li a.update-item-link {
	display: block;
	padding: 22px 0;
	color: #0067a2;
}
aside .update ul.update-list li .update-item-flex .update-item-flex___image {
	width: 90px;
}
aside .update ul.update-list li .update-item-flex .update-item-flex___image img {
	object-fit: cover;
	aspect-ratio: 1;
}
aside .update ul.update-list li .update-item-flex .update-item-flex___image img:hover {
	opacity: 1;
}
aside .update ul.update-list li .update-item-flex .update-item-flex___text {
	width: calc(100% - 95px);
	padding-left: 12px;
}
aside .update ul.update-list li time.item-date {
	display: block;
	color: #000;
	font-style: italic;
	font-size: 1.2rem;
	    margin: 0 0 6px 0;
}
aside .update ul.update-list li .post-title {
	text-align: left;
    font-size: 1.6rem;
	    color: #000;
    line-height: 1.3;
	margin: 0;
}
aside .update ul.update-list li p.item-category {
    line-height: 1;
    margin: 6px 0 0;
}
aside .update ul.update-list li p.item-category span.post-category {
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
	padding-left: 22px;
	position: relative;
}
aside .update ul.update-list li p.item-category span.post-category:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/folder.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1194px) {
	aside .update ul.update-list li .update-item-flex {
		flex-direction: column;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___image {
		width: 100%;
		max-width: 100%;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___image img {
		aspect-ratio: 390 / 241;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___text {
		width: 100%;
		max-width: 100%;
		padding: 0;
        margin-top: 6px;
	}
}
@media screen and (max-width: 768px) {
	aside .update ul.update-list li .update-item-flex {
	    flex-direction: row;
		gap: 30px;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___image {
		width: 25%;
        min-width: 150px;
        max-width: 150px;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___image img {
		aspect-ratio: 1;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___text {
        width: 75%;
        max-width: 530px;
	}
	
}
@media screen and (max-width: 559px) {
	aside .update ul.update-list li .update-item-flex {
	    flex-direction: row;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___image {
		width: 20%;
        min-width: 105px;
        max-width: 105px;
	}
	aside .update ul.update-list li .update-item-flex .update-item-flex___text {
		width: 80%;
        max-width: 530px;
	}
}
@media screen and (max-width: 430px) {
	aside .update ul.update-list li .update-item-flex {
		gap: 18px;
	}
}
@media screen and (max-width: 320px) {
	aside .update ul.update-list li .update-item-flex .update-item-flex___image {
		width: 20%;
        min-width: 90px;
        max-width: 90px;
	}
}



/* 月間アーカイブ
* ***************************************************/

aside .monthly {
	
}
aside select.monthly-archive-select {
	width: 100%;
    padding: 12px;
    font-size: 100%;
}

@media screen and (max-width: 768px) {

}


/* バナー
* ***************************************************/

aside .banners {
	text-align: center;
}
aside .banners a.banners-link {
		max-width: 300px;
	}

@media screen and (max-width: 768px) {
	
}
	
@media screen and (max-width: 768px) {
	/*カテゴリー*/
	aside .category_list ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	aside .category_list ul li {
		width: calc(100%/2 - 10px);
	}
	aside .category_list ul li:nth-child(2) {
		border-top: 1px solid #ededed;
	}
	
	/*新着*/
	aside .newarrival ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	aside .newarrival ul li {
		width: calc(100%/2 - 10px);
	}
	aside .newarrival ul li:nth-child(2) {
		border-top: 1px solid #ededed;
	}
}
@media screen and (max-width: 430px) {
	aside .category_list ul li,
	aside .newarrival ul li {
		width: 100%;
	}
	
	/*カテゴリー*/
	aside .category_list ul {
		flex-wrap: wrap;
	}
	aside .category_list ul li:nth-child(2) {
		border-top: none;
	}
	
	/*新着*/
	aside .newarrival ul li:nth-child(2) {
		border-top: none;
	}
}