@charset "UTF-8";


/*=======================================================
functions.php
=======================================================*/

#post-contents .post-main h2{
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0 0 0.9em 0;
	margin: 3em 0 1.5em 0;
	color: #333;
	line-height: 3.5rem;
}

#post-contents .post-main h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #e6dccf, #e6dccf 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e6dccf, #e6dccf 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#post-contents .post-main h3{
	font-size: 1.6rem;
	font-weight: 600;
	color: #333;
	padding: 0.5em 0.3em;
	margin: 3em 0 1.5em 0;
	border-bottom: 1px dashed #e6dccf;
	letter-spacing: 0.07rem;	
}

#post-contents .post-main h4{
	font-size: 1.6rem;
    font-weight: 600;
    color: #333;
	padding: 0.5em 0.3em;
    border-bottom: 4px double #e6dccf;
    margin: 3em 0 1.5em 0;
}

/* 画像挿入 */
#post-contents .post-img{ 
	max-width: 100%;
	max-height: 550px;
	display: block;
	margin: 3em 0;
	object-fit: cover;
}

#post-contents .post-main p{
	line-height: 3.3rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 767px){
	#post-contents .post-main p{
	line-height: 2.8rem;
	}
}

/* 太文字 */
#post-contents .post-main strong{
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}


/* マーカー */
#post-contents .post-main .marker{
	background: linear-gradient(transparent 60%, #f9d7e2 0%);
}

/* テキストリンク */
#post-contents a.link{
	color: #db3a6b;
	text-decoration: underline;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mos-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* アイコン付きテキストリンク */
#post-contents a.link-icon{
	color: #db3a6b;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mos-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* ボタン */
#post-contents .btn a{
	margin: 1.5em 0;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.8em 3em;
	display: inline-block;
	background: #b29c7b;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}


#post-contents .btn a:hover {
	top: -3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0, 0.3);
}

.icon::before{
	font-family:'Font Awesome 5 Free';
	content: "\f0a9";
	border-radius: 10px;
	color: #db3a6b;
	padding: 0.5em;
	font-size:1.5rem;
	font-weight: 600;
}

#post-contents a.link-icon::before{
	font-family:'Font Awesome 5 Free';
	content: "\f0a9";
	border-radius: 10px;
	color: #db3a6b;
	padding: 0.5em;
	font-size:1.5rem;
	font-weight: 600;
}

#post-contents .link-icon:hover,
#post-contents .link:hover
{
	opacity: 0.6;
}


/* 囲みリスト */
#post-contents .post-main .color-box{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 2em;
	background: #f7f7f7;
	padding: 1.5em;
}
@media screen and (max-width: 639px){
#post-contents .post-main .color-box{
	width: 100%;
	}
}

#post-contents .post-main .color-box li{
	margin: 0.3em 0;
	padding-left: 0.8em;
	position: relative;
}

#post-contents .post-main .color-box li::before{
	content: "";
	width: 6px;
	height: 6px;
	background: #b29c7b;
	border-radius: 50px;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}


/*ブログカード
----------------------------------*/
.blog-card {
	display: table;
	border: 1px solid #b29c7b;
	word-wrap: break-word;
	width: 100%;
	border-radius: 5px;
	margin: 2.5em auto 2.5em;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  xbox-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card:before {
	position: absolute;
	padding: 2px 6px;
	content: "あわせて読みたい";
	background-color: #b29c7b;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	z-index: 1;
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
	width: 220px;
	max-width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding: 1.5em 1em 0.8em 1.5em;
}

.blog-card-thumbnail img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	object-position: center center;
	padding: 0;
}

.blog-card-content { 
	max-width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.blog-card-title {
	color: #333;
	margin: 0.5em 1.5em 1em 0px;
	font-weight: 600;
	line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size:1.2rem;
  color: #808080;
  margin: 0 1.5em 1em 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 639px) {
.blog-card-thumbnail {
		width: 120px;
		max-width: 35%;
		table-layout: fixed;
		padding: 1.5em 1em 0.8em 1.5em;
}
	
.blog-card-thumbnail img { 
	width: 100%;
	max-height: 80px;
	padding: 0;
	margin: 0 auto;
	}
  .blog-card-excerpt {
	  display: none;
  }
}

/*table
----------------------------------*/
.wp-block-table table{
	margin-bottom: 1em;
	box-sizing: border-box;
    width: 100% !important;
    border: 1px solid #ccc;
    max-width: 100% !important;
    word-break: break-all;
}

.wp-block-table th, td{
	border: 1px solid #ccc;
	padding: 0.5em;
}

/*吹き出し
----------------------------------*/

#balloon-block {
	xwidth: 95%;
	xdisplay:flex;
	xflex-wrap: wrap;
	xjustify-content: space-between;
	xmargin: 1.8em auto 0;
}
@media screen and (max-width: 925px) {
#balloon-block {
	xmax-width: 100%;
	}
}

 .balloon-icon{
	xwidth: 160px;
	xheight: 150px;
}
@media screen and (max-width: 925px) {
	 .balloon-icon{ 
	xwidth: 20%;
	}
}

#balloon-block .balloon-icon img { 
	xdisplay: block;
	xmargin: 0 auto!important;
	xwidth: 120px!important;
	xheight: 120px!important;
	xobject-fit: cover;
	xborder-radius: 50%;
	xbox-shadow: 0px 1px 3px rgb(0 0 0 / 18%);
}
@media screen and (max-width: 925px) {
	#balloon-block .balloon-icon img { 
	xwidth: 100px!important;
	xheight: 100px!important;
	}
}
@media screen and (max-width: 599px) {
	#balloon-block .balloon-icon img { 
	xwidth: 70px!important;
	xheight: 70px!important;
	}
}

#balloon-block .balloon-name{
	xtext-align: center;
	xfont-size: 1rem;
	xcolor: #808080;
	xmargin-top: -1.5em;
}

.balloon-txt{ 
	xposition: relative;
	xdisplay: inline-block;
	xmargin: 1em 0 1.5em 15px;
	xpadding: 7px 10px;
	xbackground: #efefef;
	xborder-radius: 10px;
}
@media screen and (max-width: 925px) {
	.balloon-txt{ 
	xwidth: 75%;
	}
}

.balloon-txt::after {
 xcontent: "";
 xposition: absolute;
xtop: 45%;
 xleft: -30px;
 xmargin-top: -15px;
 xborder: 15px solid transparent;
 xborder-right: 15px solid #efefef;
}


/*=======================================================
post : common
=======================================================*/

/*全体を囲み*/
#lead-wrapper {
	max-width: 1200px;
	width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
	padding: 0 1em;
	margin-top: 180px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 896px) { 
#lead-wrapper { 
	width: 90%;
	padding: 0;
	margin-top: 100px;
	}
}


/*=======================================================
index
=======================================================*/

#new-post-list{ 
	margin-bottom: 5em;
}

#new-post-list article:nth-child(3n){
	margin-right: 0;
}

#new-post-list .post{ 
	width: 32%;
	margin: 0 1.3em 2em 0;
	position: relative;
}
@media screen and (max-width: 999px){
	#new-post-list .post{ 
	width: 31.5%;
	margin: 0 1.1em 2em 0;
	}
}
@media screen and (max-width: 767px){
	#new-post-list .post{ 
	width: 100%;
	margin: 0 0 1.5em 0;
	}
}

#new-post-list .post-categories{ 
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 0.1em 1.2em;
	display: inline-block;
	background: #b29c7b;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 30px;
}

#new-post-list .post-categories a{ 
	color: #fff;
}

#new-post-list .post-thumbnail{ 
	width: 100%;
	max-height: 250px;
	padding: 0;
	margin: 0 0 0.5em 0;
	overflow: hidden;
	vertical-align: top;
}
@media screen and (max-width: 896px){
	#new-post-list .post-thumbnail{
		max-height: 210px;
	}
}

/*post-hover img*/
#new-post-list .post-thumbnail img{
	vertical-align: top;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

#new-post-list .post-thumbnail img:hover{
	transform: scale(1.2,1.2);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	opacity: 0.8;
}

#new-post-list .post-note{
	margin: 0 0.5em;
}

#new-post-list .post-title{ 
	height: 5rem;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px){
	#new-post-list .post-title{ 
	height: auto;
	line-height: 1.3em;
	}
}

#new-post-list .post-lead{
	font-size: 1.1rem;
	color: #444;
	line-height: 2rem;
	margin-bottom: 0.5em;
	padding-bottom: 4em;
}

#new-post-list .post-date{ 
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.1rem;
	color: #808080;
	padding: 1em 0;
}


/*=======================================================
single
=======================================================*/

#main-container { 
	width: 100%;
	justify-content:space-between;
}

#post-contents{
	width: 70%;
}
@media screen and (max-width: 896px) {
	#post-contents{ 
	width: 100%;
	}
}

/*thumbnail
-------------------------*/
#post-contents .post-thumbnail{
	width: auto;
	max-height: 550px;
	margin: 3em 0;
	padding: 0;
}
#post-contents .post-thumbnail img { 
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*post : ttl
----------------------------------*/
#post-contents h1{
	font-size:1.8rem;
	line-height: 3.5rem;
}

/*single category
----------------------------------*/
#post-contents .entry-categories-category{
	display: inline-block;
	color: #fff;
	background: #b29c7b;
	font-size: 1.1rem;
	padding: 0 2em;
	border-radius: 30px;
	margin-bottom: 0.8em;
}

#post-contents .entry-categories-category a{
	color: #fff;
}


/*post : posting block
----------------------------------*/
.posting-block{
	font-size: 1.2rem;
	float: right;
	margin: 1.5em 0 0.5em;
	color: #808080;
}


/*post : tag
----------------------------------*/
#post-contents .blog-property{
	margin-right: 1em;
	font-size: 1.2rem;
}

#post-contents .blog-property::before{
	font-family: Material Icons;
	content: "\e54e";
	font-weight:600;
	font-size:1.4rem;
	color: #b29c7b;
	margin: 0 0.3em 0 0;
}


#post-contents .blog-property li::after{
	content: ',';
	margin: 0 0.3em;
}

#post-contents .blog-property li:last-child::after{
	content: '';
	margin:0;
}

#post-contents .blog-property a{
	color: #808080;
}

#post-contents .blog-property a:hover{
	color: #b29c7b;
}




/*パンくず
----------------------------------*/
.breadcrumb{
	width: 100%;
	display: inline-block;
	margin: 0 0 3em 0;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	color: #333;
}

.breadcrumb l{ 
	float: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.breadcrumb a{
	color: #333;
}

.breadcrumb a:hover{
	color:#b29c7b;
}


/*post-lead
-------------------------*/
#post-contents .post-lead{
	color: #767676;
}

/*post-main
-------------------------*/
#main-container  .post-main{
	width: 100%;
	margin-bottom: 5em;
}


/*目次：TOC
----------------------------------*/

/*自動目次の非表示*/
#table-of-contents{
	display: none;
}

#toc_container{
	border: 1px solid #b29c7b; 
	border-radius: 3px;
	box-sizing: border-box;
	padding: 3em;
	display: table;
	width: 100%;
	counter-reset:li;
	margin: 4em 0 4em 0;
}
@media screen and (max-width: 767px){
	#toc_container{
	padding: 1.5em 0.5em;
	}
} 

/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;
}
 
#toc_container .toc_title{ 
	font-size: 2.5rem;
	height: 10px;
	margin-bottom: 0.8em;
	text-align: center;
	font-family: 'Urbanist', sans-serif;
	color: #b29c7b;
}
 
/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-weight:normal;
	padding: 1.5em;
}
 
/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding: 0.8em 0 0;
}
 
/* リスト共通スタイル */
#toc_container ul.toc_list li{
	position: relative;
	padding: 0;
	margin: 0;
}
 
/* 目次リンク共通スタイル */
#toc_container ul.toc_list li a{
	position:relative;
	font-size: 94%;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	line-height: 1.6;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color: #333;
}


#toc_container ul.toc_list li a:hover{
	text-decoration: underline;
	color: #b29c7b;
}
 
/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size: 1.6rem;
	margin-left: 3.3em;
	margin-bottom: 1em;
}
 
/* 親の目次(左側の連番) */
#toc_container ul.toc_list > li::before,
#toc_container ul.toc_list > li::after{
	position:absolute;
	top: 0;
	left: 0;
}
/* 連番背景 */
#toc_container ul.toc_list > li::before{ 
	xcontent:'';
	xdisplay:inline-block;
	xvertical-align:bottom;
	xwidth:32px;
	xheight:32px;
	xmargin-right: 10px;
	xborder-radius: 16px;
	xbackground-color: #b29c7b;
}
/* 連番 */
#toc_container ul.toc_list > li::after{
	counter-increment:li;
	content: counter(li);
	width: 32px;
	line-height: 32px;
	text-align: center;
	color: #b29c7b;
	font-family: 'Urbanist', sans-serif;
	font-size: 2rem;
}
 
/* 子の目次 */
#toc_container ul.toc_list > li > ul{ 
	margin-left: 3em;
	margin-bottom: 1em;
}
 
/* 子の目次の左側のアイコン */
#toc_container ul.toc_list > li ul li::before{
	font-family: "Font Awesome 5 Free";
	position:absolute;
	top: 0;
	left: 0;
	content:'\f13a';
	color: #b29c7b;
	font-weight: 600;
	font-size: 20%;
}
#toc_container ul.toc_list > li ul li a{
	font-weight: normal;
	margin-left: 1.5em;
	font-size: 1.35rem;
	margin-bottom: 0.3em;
}
 
@media screen and (max-width: 767px){
	#toc_container p.toc_title + ul.toc_list{
		padding: 1.5em 0 0;
	}
	#toc_container ul.toc_list > li > ul{
		margin-left:30px;
	}
}


/*=======================================================
single
=======================================================*/

/*about me
----------------------------------*/
#aboutme-card{
	margin: 1.5em 0 3em;
}

 #aboutme-card .aboutme-tag{
	font-size: 2.2rem;
	color: #111;
	margin: 0 0 1em 0;
}
@media screen and (max-width: 767px){
#aboutme-card .aboutme-tag{
	text-align: center;
	margin: 0 0 1.5em 0;
	}
}
	
 #aboutme-card .aboutme-area{
	 width: 95%;
	 justify-content: space-between;
	 margin: 0 auto;
}
@media screen and (max-width: 767px){
	 #aboutme-card .aboutme-area{
		 width: 100%;
	}
}

#aboutme-card .aboutme-thumbnail{
	width: 200px;
	margin: 0 1.5em 0 0; 
}
@media screen and (max-width: 767px){
	#aboutme-card .aboutme-thumbnail{ 
	width: 100%;
	margin: 0 auto; 
	}
}

 #aboutme-card .aboutme-thumbnail img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: cover;
	 margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 18%);
}

#aboutme-card .aboutme-profile{ 
	width:  70%;
	margin: 0 0 0 2em;
}
@media screen and (max-width: 767px){
	#aboutme-card .aboutme-profile{
	width:  100%;
	margin: 1em auto 0;
	}
}

 #aboutme-card .aboutme-profile-name{
	font-size: 1.6rem;
	color: #333;
}
@media screen and (max-width: 767px){
#aboutme-card .aboutme-profile-name{
	text-align: center;
	}
}

#aboutme-card .aboutme-profile-desc{ 
	font-size: 1.4rem;
	line-height: 1.8em;
	margin: 0.4em 0 0 0; 
}

.aboutme-sns{
	margin: 1em 0;
}

.aboutme-sns li{
	margin-bottom: 0.5em;
}

.aboutme-sns img{
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}

.aboutme-sns a{
	color: #333;
}

.aboutme-sns a:hover{
	color: #b29c7b;
	text-decoration: underline;
}


/*あわせて読みたい
----------------------------------*/
#post-awasete-block{ 
	width: 100%;
	margin: 0 0 3em 0;
}

#post-awasete-block .post-in-ttl {
	font-size: 1.6rem;
	margin-bottom: 1em;
}

#post-awasete-block .awasete-post{
	width: 32%;
	margin: 0 1.3em 2em 0;
	position: relative;
}
@media screen and (max-width: 999px){
#post-awasete-block .awasete-post{ 
	width: 31.5%;
	margin: 0 1.1em 2em 0;
	}
}
@media screen and (max-width:767px){
#post-awasete-block .awasete-post{ 
	width: 100%;
	margin: 0 0 1.5em 0;
	}
}

#post-awasete-block .post-categories{ 
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 0.1em 1.2em;
	display: inline-block;
	background: #b29c7b;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 30px;
}

#post-awasete-block .post-categories a{ 
	color: #fff;
}

#post-awasete-block .post-thumbnail{ 
	width: 100%;
	max-height: 250px;
	padding: 0;
	margin: 0 0 0.5em 0;
	overflow: hidden;
	vertical-align: top;
}
@media screen and (max-width: 767px){
#post-awasete-block .post-thumbnail{
		max-height: 210px;
	}
}

/*post-hover img*/
#post-awasete-block .post-thumbnail img{
	vertical-align: top;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

#post-awasete-block .post-thumbnail img:hover{
	transform: scale(1.2,1.2);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	opacity: 0.8;
}


#post-awasete-block .post-note{
	margin: 0 0.5em;
}

#post-awasete-block .post-title{ 
	height: 5rem;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px){
#post-awasete-block .post-title{ 
	height: auto;
	line-height: 1.3em;
	}
}

#post-awasete-block .post-lead{
	font-size: 1.1rem;
	color: #444;
	line-height: 2rem;
	margin-bottom: 0.5em;
	padding-bottom: 4em;
}

#post-awasete-block .post-date{ 
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.1rem;
	color: #808080;
	padding: 1em 0;
}

/*prev_next
----------------------------------*/
#prev_next{ 
	width: 100%;
	height: 100px;
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
}
@media screen and (max-width: 767px){
	#prev_next{ 
	height: auto;
	overflow: hidden;
	}
}

#prev{ 
	width: 48%;
	display: block;
	position: relative;
	border: 1px solid #e9e4de;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#next{ 
	width: 48%;
	display: block;
	background: #fff;
	position: relative;
	border: 1px solid #e9e4de;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media screen and (max-width: 639px){
	#prev{ 
	width: 100%;
}
#next{ 
	width: 100%;
	}
}

 #prev img, #next img{
	 width: 48%;
	 height: 100px;
	 object-fit: cover;
	 vertical-align: top;
}

 #prev img:hover, #next img:hover{
	opacity: 0.8;
}

#prev img{
	float: left;
}

#next img{
	float: right;
}

#prev p, #next p{ 
	width: 48%;
	height: 90px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #333;
	padding: 0.8em 0 0 1em;
}


#prev_title{
	font-family: 'Prompt', sans-serif;
	font-size: 1rem;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0.5em;
	background: #f0908d;
	border-radius: 20px;
	padding: 0 0.8em;
	color: #fff;
	z-index: 100;
}

#next_title{
	font-family: 'Prompt', sans-serif;
	font-size: 1rem;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 0.5em;
	background: #f0908d;
	border-radius: 20px;
	padding: 0 0.8em;
	color: #fff;
	z-index: 100;
}


.fa-home{
	display: none;
}

/*=======================================================
search
=======================================================*/
#search-result{ 
	width: 100%;
	padding: 0 0 2.5em 0; 
	text-align: center;
}

#search-result .search-ttl-eng{
	font-size: 1.2rem;
	color: #808080;
	letter-spacing: 0.2em;
}

#search-result .search-ttl-jp{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 2em;
}


/*=======================================================
index
=======================================================*/

/*pagination
----------------------------------*/
.pager-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi { 
    width: 100%;
}

.wp-pagenavi .pages{ 
	display: none;
}

.wp-pagenavi { 
    display: flex;
    justify-content: center;
	margin: 0 0.2em;
	color: #333;
}
.wp-pagenavi a,
.wp-pagenavi span{
	color: #333;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.5em 0.8em 1em;
	margin-right: 0.7em;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.wp-pagenavi a:hover {
	color: #fff;
	opacity: 0.7;
	background-color: #b29c7b;
	transform:translateY(-5px);
}

.wp-pagenavi .current{
	color: #fff;
   background-color: #b29c7b;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}



/*==============================================
footer-widget-area
 ==============================================*/

#footer-widget-block{ 
	width: 1200px;
	margin: 8em auto 0;
}
@media screen and (max-width: 767px){
	#footer-widget-block{
		width: 100%;
	}
}

 .footer-widget-ttl{
	font-size: 2rem;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #ede9e6;
	clear: both;
	text-align: justify;
}


/*topick
----------------------------------*/
.footer-widget-topiks-area{
	width: 100%;
	margin-bottom: 3em;
}
.footer-widget-topiks-area img{ 
	width: 100%;
	height: 140px;
	object-fit: cover;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media screen and (max-width: 767px){
	.footer-widget-topiks-area img{ 
	width: 100%;
	height: 200px;
	}
}

.footer-widget-topiks-area-txt{
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 0 0 1.3em 0;
}

 .footer-widget-topiks-area img:hover{
	opacity: 0.7;
}

/*cat-post
----------------------------------*/
#footer-widget-block .cat-post{
	width: 100%;
	margin: 0 0 3em 0;
	text-align: left;
}
@media screen and (max-width: 767px) {
#footer-widget-block .cat-post{
		text-align: left;
	}
}

#footer-widget-block .cat-post li{
	text-size-adjust: 100%;
	line-height: 2.3em;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#footer-widget-block .cat-post a{
	color: #444;
}

#footer-widget-block .cat-post li:hover{
	transform: translateX(5px);
}


/*tag
----------------------------------*/
#footer-widget-block .tagcloud { 
	width: 100%;
	overflow: hidden;
	font-size: 1.2rem;
	margin: 0 0 3em 0;
}
@media screen and (max-width: 767px){
#footer-widget-block .tagcloud {
	float: none;
	}
}

#footer-widget-block .tagcloud a,
#side-container .side-tagcloud a{
	display: inline-block;
	float: left;
	color: #333;
	margin: 0 1em 1.5em 0;
    padding: 0.1em 0.8em;
	background: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.65rem !important;
    text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#footer-widget-block .tagcloud a::before,
#side-container .side-tagcloud a::before{	
	font-family: Material Icons;
	content: "\e54e";
	font-weight:600;
	font-size:1rem;
}

#footer-widget-block .tagcloud a:hover,
#side-container .side-tagcloud a:hover{
	color: #fff;
	background: #b29c7b;
}



/*=======================================================
side-container
=======================================================*/
#side-container{ 
	max-width: 25%;
}
@media screen and (max-width: 896px) {
	#side-container{
	display: none;
	}
}

#side-container .side-widget-ttl{
	font-size: 2rem;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #ede9e6;
	clear: both;
}


/*topick 
----------------------------------*/
#side-container .side-widget-topiks-area{
	width: 100%;
	margin: 0 0 2em 0;
}
#side-container .side-widget-topiks-area img{ 
	width: 100%;
	height: 120px;
	margin-bottom: 1em;
	object-fit: cover; 
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#side-container img:hover{
	opacity: 0.7;
}

/*tag
----------------------------------*/
#side-container .side-tagcloud {
	margin: 0 0 2em 0;
}

/*cat-post
----------------------------------*/
 .side-cat-post{
	width: 100%;
	margin: 0 0 2em 0;
}

.side-cat-post li{
	text-size-adjust: 100%;
	line-height: 2.3em;
	color: #333;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
 .side-cat-post a{
	color: #333;
}

 .side-cat-post li:hover{
    transform: translateX(5px);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}




/* Rinker
--------------------*/

/*-----Box-----*/
.yyi-rinker-contents{
	 padding: 0.5em 1.5em 2em 0.5em;
	box-sizing: border-box;
    border:1px solid #dbdbdb;
	margin: 3em auto;
}

div.yyi-rinker-contents div.yyi-rinker-box {
    display: flex;
	gap: 3em;
}

/*-----商品タイトル-----*/
div.yyi-rinker-info div.yyi-rinker-title a {
	font-size: 1em;
}
/*-----タイトル文字を左寄せ-----*/
.yyi-rinker-info {
	xtext-align: left!important; 
}
/*-----スマホ表示でタイトル幅を広く-----*/	
@media screen and (max-width: 500px){
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
	width: 100%!important;
}}
/*-----メーカー名の余白削除-----*/
div.yyi-rinker-detail div:not(:last-child) {
	padding-bottom: 1px!important;
}
/*-----内部の余白調整-----*/
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 15px 0!important;
}
@media (min-width: 768px){
div.yyi-rinker-box div.yyi-rinker-info {
    padding-left: 0px;
}
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 5px 0 15px!important;
}}

/*-----画像位置調整-----*/
.yyi-rinker-img-m .yyi-rinker-main-img{ 
	width:auto!important;
	margin-top: 0px!important;
}

div.yyi-rinker-contents div.yyi-rinker-image{ 
	
	xalign-items: center!important;
	margin-top: 0;
}
div.yyi-rinker-contents div.yyi-rinker-image img{ 
	margin-top: 0;
}
div.yyi-rinker-title{
	font-weight: 300;
	font-size: 1.4rem;
	color: #333;
	line-height: 2rem;
}
div.yyi-rinker-title a{
	color: #333;
	text-decoration: none;

}


@media (min-width: 768px){
.yyi-rinker-img-m .yyi-rinker-main-img{
	width:auto!important;
	max-width:200px!important;
}}


/* ボタン色変更 */
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink { /* Amazon */
background: #f8b862;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink { /* 楽天 */
background: #f0908d;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink { /* Yahoo */
background: #89c3eb;
}


/*-----ボタンのデザイン-----*/
@media (min-width: 768px){
div.yyi-rinker-contents ul.yyi-rinker-links li{
    width: 47%;/*幅（2列になるように）*/
}}
ul.yyi-rinker-links a.yyi-rinker-link{
	box-shadow: none!important;/*ボタンの影を消す*/ 
}
@media (min-width: 768px){/*スマホのボタン縦幅*/ 
ul.yyi-rinker-links a.yyi-rinker-link {
	min-height: 44px!important;
}}
/*-----ボタン間の余白調整-----*/
@media (min-width: 768px){
div.yyi-rinker-info ul.yyi-rinker-links li:not(:last-child) {
    margin-right: 12px!important;
}}
/*-----キャンペーン-----*/
.yyi-rinker-link:before {
	border-radius: 10px;/*角丸にする*/
}
@media (min-width: 768px){/*PCのキャンペーン表示を左寄せ*/
ul.yyi-rinker-links li.amazonkindlelink:before, ul.yyi-rinker-links li.amazonlink:before, ul.yyi-rinker-links li.rakutenlink:before, ul.yyi-rinker-links li.yahoolink:before {
    text-align: left;
}
	}