/*
見出しの色（基本）
h1より上のダークカラー
#E65100

ヘッダー用カラー
h1 #EF6C00
h2 #F57C00
h3 #FB8C00
h4 #FF9800
h5 #FFA726
*/

/*
現在のヘッダー
my-header1-1~5 ボーダー
my-header2-1~5 カバーで角丸
*/


/* ボーダー */
h1#my-header1-1{ 
	background: linear-gradient(transparent 85%, #EF6C00 70%);
}

h2#my-header1-2{
	background: linear-gradient(transparent 85%, #F57C00 70%);
}

h3#my-header1-3{
	background: linear-gradient(transparent 85%, #FB8C00 70%);
}

h4#my-header1-4{
	background: linear-gradient(transparent 85%, #FF9800 70%);
}

h5#my-header1-5{
	background: linear-gradient(transparent 85%, #FFA726 70%);
}

/* カバーで角丸 */
h1#my-header2-1{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background-color: #EF6C00;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

h2#my-header2-2{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background-color: #F57C00;
	color: #fff;
	border-radius:3px;
	border-color: #F57C00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

h3#my-header2-3{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FB8C00;
	color: #fff;
	border-radius:3px;
	border-color: #FB8C00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

h4#my-header2-4{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FF9800;
	color: #fff;
	border-radius:3px;
	border-color: #FF9800;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

h5#my-header2-5{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFA726;
	color: #fff;
	border-radius:3px;
	border-color: #FFA726;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/** 青海波背景 */
h2#my-header-s-2{ 
	position:relative;
	padding:3px 10px;
	font-weight: bold;
	font-size: 18px;
	background: url(https://bachidowarehouse.com/wp-content/uploads/2018/03/tex-seigai-prange-35.png);
	background-size:cover;
	color: #fff;
	border-radius:3px;
	border-color: #F57C00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/**
 * 上下線ヘッダー
 */
h2#mh-bb {
	color: #00a381;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 2px #00a381;/*上線*/
	border-bottom: solid 2px
		#00a381;/*下線*/
	background-color: #fff;
}

/**
 * おすすめポイント説明用ヘッダー
 */
h2#mh-point{
	position: relative;
	border-top: solid 2px #00a381	;
	border-bottom: solid 2px #00a381	;
	background: #ffffff;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #00a381;
}

h2#mh-point:after {/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f0a7\ POINT';
	background: #00a381	;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

/**
 * 和風帯のヘッダー
 */
h2#mh-obi{ 
	position:relative;
	padding:7px 10px;
	font-weight: bold;
	font-size: 18px;
	background: url(https://bachidowarehouse.com/wp-content/uploads/2019/02/p_da0746_s_da07464.jpg);
	background-repeat:repeat-x;
	background-size: auto;
	color: #fff;
}

/**
本文の行間
*/
/* 本文中の行間 */
.entry-body p {
	margin-bottom: 1.0em;
	line-height: 1.7;
	font-size: 12pt;
}

/*
ページ上部の投稿日, 更新日, 投稿者, カテゴリの表示を削除
*/
.entry-meta {
    display: none;
}

/*** モバイルヘッダー ***/
li.logo-menu-button.menu-button {
    background: #1f3134;
}

@media screen and (max-width: 480px) {
  div#header-container {
    margin-top: 50px;
}
}


/**** 関連記事 ****/
h2.related-entry-heading:before {
    font-family:"FontAwesome";
    content:"\f0a7";
    font-size:28px;
}

a.related-entry-card-wrap.a-wrap.border-element.cf {
    border-bottom: solid 1px #c0c6c9;
}

/**** コメント関連 ****/
h3#reply-title {
    display: none;
}

.comment-btn {
  background-color: #68d6cb;
  color: #fff;
  border: none;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  font-size: 20px;
  transition: 0.5s;
}
.comment-btn:hover {
  background-color: #15D6C3;
  color: #fff;
  transition: 0.5s;
}

#commentform label{
	display: inline-block;
}

#commentform textarea, #commentform input{
    border: 1px solid #68d6cb; /* 枠線の色 */
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 4px;
	transition: all .2s ease;
	font-size: 80%;
	
}

#commentform textarea:focus, #commentform input:focus{
	outline: none;
	border: 3px solid #68d6cb; /* 枠線の色 */
}

#commentform #submit{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
	background-color: #68d6cb; /* 送信ボタンの背景色 */
	color: white;
	border-radius: 15px;
	height: 40px;
	border: none;
	padding: 0;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	transition: all .2s ease;
}

#commentform #submit:hover{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
	background-color: #15D6C3; /* 送信ボタンの背景色 */
	color: white;
	border-radius: 15px;
	height: 40px;
	border: none;
	padding: 0;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	transition: all .2s ease;
}

h2#comments:before {
    font-family:"FontAwesome";
    content:"\f086";
    font-size:28px;
}

.comment-notes{
	display:none;
}

@media screen and (max-width: 480px) {
  .br-sp {
    display:block;
  }
}

/*
 * スマホ・タブレット用の設定
 */
@media screen and (max-width: 767px) {

	/**
	 * パンくず
	 */
	.breadcrumb {
    margin: 0.5em 0.5em 0em 0em;
	}
	
	/**
	 * タイトル
	 */
	.entry-title, .article h2 {
    font-size: 18px;
		padding: 0.6em 0.8em 0.4em 0.4em;
	}
	
	/**
	 * 本文の文字設定
	 */
	.entry-content.cf p {
		font-size: 1rem;
		line-height: 24px;
		margin: 0 0 20px;
		padding: 0 12px 0 5px;
	}
	
	main.main {
    padding: 1px 16px 16px 16px;
    margin: 10px 0;
    border-width: 0;
	}
	
	/**
	 * 翻訳プラグインの位置
	 */
	span.gglobe {
   background-image: url(//wagakkievent.com/wp-content/plugins/gtranslate/gtglobe.svg);
    opacity: 0.8;
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 20px;
		width: 20px;
    cursor: pointer;
    display: block;
		margin-right: 30px;
		margin-top: -56px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
		
}
	
	/**
	 * コピーライトの調整
	 */
	div.source-org.copyright {
		font-size: 0.5rem;
	}
	
	/**
	 * サイドバーに関する設定
	 */
	div.sidebar {
    padding: 0 0px;
    margin: 10px 0;
    border-width: 0;
	}
	
	/*
	 * 検索ボックスの設定
	 */
	aside form.search-box.input-box {
		margin: 5px 5px 15px 5px;
	}
	/**
	 * サイドバー内のウィジェットに関する設定
	 */
	.widget {
    margin-bottom: 0px; 
	}
	
	/**
	 * サイドバーのウィジェットタイトルの設定
	 */
	h3.widget-sidebar-title.widget-title {
		margin-top: 0px; 
		margin-bottom: 0px
	}
	
	/**
	 * サイドバーのウィジェットタイトルのデザイン
	 */
	h3.widget-sidebar-title.widget-title::before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 0 transparent;
	}
	
	/**
	 * サイドバーのウィジェット内リストの設定
	 */
	.widget li {
		padding: 3px 0 3px 10px;
		border-bottom:1px solid #e5e4e6;
	}
	
		/**
	 * サイドバーのウィジェット内リストの最上部の設定
	 */
	.widget li:first-child{
		border-top:1px solid #e5e4e6;
	}
	
	/**
	 * ドロワーメニューの設定
	 */
	ul.menu-drawer {
    padding: 0px 5px;
	}
	
	ul.menu-drawer li {
		padding: 3px 0 3px 10px;
		border-bottom:1px solid #e5e4e6;
	}
	
		ul.sub-menu li.menu-item{
			border-bottom:0px solid #e5e4e6;

	}

	navi-in > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	}
	
	.widget-entry-cards .a-wrap {
    padding: 5px 3px;
    line-height: 1.3;
    margin-bottom: 0px;
	}
	
	/**
	 * フッター左のタイトルの設定
	 */
	h3.widget-footer-mobile-title.footer-title {
		position: relative;
		padding: 0.1em  0.5em  0.1em;
		background: #fabf14;
		color: white;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	/**
	 * フッター左のタイトルのデザイン
	 */
	h3.widget-footer-mobile-title.footer-title::before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px rgb(149, 158, 155);
	}
	
	/**
	 * カルーセル内のカテゴリラベル
	 */
	figure.carousel-entry-card-thumb.card-thumb span.cat-label {
		font-size: 10px;
    padding: 2px 3px 2px 3px;
		border: none;
	}
	
	a.share-button.twitter-button.twitter-share-button-sq {
    height: 35px;
}
	
	a.share-button.facebook-button.facebook-share-button-sq {
    height: 35px;
}
	
	a.share-button.line-button.line-share-button-sq {
    height: 35px;
}
	
	a.share-button.copy-button.copy-share-button-sq {
    height: 35px;
}
}

/**
 * SNSシェアボタンのメッセージ
 */
.sns-share-message {
    display: none;
}

/** モバイルの設定ここまで */

/**
 * 上下線見出し
 */
h2#mh-bb {
	color: #383c3c;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 2px #383c3c;/*上線*/
	border-bottom: solid 2px
		#383c3c;/*下線*/
	background-color: #fff;
}

/**
 * ポイント見出し
 */
h2#mh-point{
	position: relative;
	border-top: solid 2px #383c3c	;
	border-bottom: solid 2px #383c3c	;
	background: #ffffff;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #383c3c;
}

h2#mh-point:after {/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f0a7\ POINT';
	background: #383c3c	;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

/**
 * ポイント見出し
 */
h2#mh-matome{
	position: relative;
	border-top: solid 2px #383c3c	;
	border-bottom: solid 2px #383c3c	;
	background: #ffffff;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #383c3c;
}

h2#mh-matome:after {/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f15c\ まとめ';
	background: #383c3c	;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

/**
 * 下線見出し
 */
h2#mh-under {
	color: #383c3c;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-bottom: solid 2px
		#383c3c;/*下線*/
	background-color: #fff;
}

/**
 * 両端に線（H2用）
 */
h2#mh-bl {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
	background-color: #FFF;
}
h2#mh-bl:before, h2#mh-bl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
h2#mh-bl:before {
	margin-right: .4em;
}
h2#mh-bl:after {
	margin-left: .4em;
}

/************************************
** 横スクロールヘッダー
************************************/
#header-container .navi-in > ul li {
   height: auto;
   font-weight: 600;
   line-height:1.3;
}
#header-container #navi a{
   color:#fff; /* 文字色 */
   padding:0.8em 1em;
}
#header-container #navi a:hover{
   color:#89c997; /* マウスホバー時の文字色 */
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}
@media screen and (max-width: 1030px){
  #header-container .menu-mobile{
    display:none;
  }
  .navi-in > .menu-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #header-container #navi a{
    font-size:0.8em;
    padding: 0.6em 1.2em 0.6em;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after{
    display:none;
  }
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.8;
  }
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }
}

/************************************
** ボックスナビ
************************************/
.widget li:first-child {
  margin-top: 0px;
}

.p-nav{
	margin:2em 0;/* 全体外余白 */
	padding:0;/* 全体内余白 */
}
.p-nav ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
		background-color:rgba(255,255,255,0.6)
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:70% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.9em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
	.p-nav ul li{
		-ms-flex-preferred-size: calc(100%/2);/* 2列 */
		flex-basis: calc(100%/2);/* 2列 */
	}
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#f6a068;/* アイコン色 */
}



/************************************プロフィールボックス
************************************/
.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}
.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
    background: none;
    color: #fff;
}
.author-box a.follow-button span {
    line-height: 40px;
}
.author-box a.follow-button span::before {
    font-size: 22px;
}
.author-box .icon-twitter-logo::before {
    font-family: FontAwesome;
    content: "\f099"
}
.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}
.author-box .icon-google-plus-logo::before {
    font-family: FontAwesome;
    content: "\f0d5";
}
.author-box .icon-youtube-logo::before {
    font-family: FontAwesome;
    content: "\f167";
}
.author-box .icon-pinterest-logo::before {
    font-family: FontAwesome;
    content: "\f231";
}
.author-box .icon-amazon-logo::before {
    font-family: FontAwesome;
    content: "\f270";
}
.author-box .icon-github-logo::before {
    font-family: FontAwesome;
    content: "\f09b";
}
.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #1da1f2 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .google-plus-button { background-color: #dd4b39 !important; }
.author-box .instagram-button { background: #e1306c !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .flickr-button { background-color: #0063dc !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .amazon-button { background-color: #ff9900 !important; }
.author-box .rakuten-room-button { background-color: #c42e7f !important; }
.author-box .github-button { background-color: #333 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
#main .author-box {
    border: none;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
#main .author-widget-name {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaedf2;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}
#main .author-widget-name::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -30px;
    left: 60px;
    border: 15px solid transparent;
    border-top: solid 30px #eaedf2;
    transform: rotate(-40deg);
}
#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 70px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    border: solid 5px #dfe2e8;
    width: 100px;
}
#main .author-content {
    margin: -30px 0 0 200px;
    padding-left: 30px;
    border-left: 2px #eaedf2 dashed;
}
#main .author-box .author-name {
    line-height: 1;
}
#main .author-box p {
    font-size: .95em;
}
@media screen and (max-width: 480px){
#main .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
}
#main .author-widget-name {
    margin: 0;
}
#main .author-widget-name::before {
    left: 50px;
}
#main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
#main .author-box .author-name {
    font-size: 14px;
}
#main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
#main .author-box p {
    font-size: 14px;
    text-align: left;
}
#main .author-box .sns-follow-buttons {
    justify-content: center;
}
}

/*** ボタン ***/
.p-button {
    max-width: 300px;
    margin: 30px auto 70px;
}
.p-button a {
    display: block;
    margin:35px 0;
    padding: 0.8em 1em;
    border-radius: 0.2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
     /* background: #4DDBC4*/
		 /* background: #fabf14; */
		background: #EE4D4D;
    box-shadow: 0 5px 10px
			/*rgba(61, 175, 156, .5);*/
			/*rgba(235, 160, 47, .5);*/
		rgba(238, 77, 77, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}

/***
 * ブログカード
 ***/

.blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #68d6cb !important; /* 枠線の色を変更 */
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
}

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
	
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	background-color: #68d6cb; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

/*SNSシェアボタン*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*** 
 * おすすめ記事（タイトルあり）
 ***/
.recommend{
  display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
}
.recommend a{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 160px;
  text-decoration:none;
}

.recommend a:nth-of-type(1){
  background-image: url(https://wagakkimedia.com/media/wp-content/uploads/sites/3/2020/01/DSC05586-y-40.jpg); 
		background-color: #00000030;
	background-blend-mode: overlay;
}

.recommend a:nth-of-type(1) article h2{
	border: solid 1px;
	border-bottom-color: #fff;
	background-color: #f8b500	;
}

.recommend a:nth-of-type(2){
  background-image: url(https://wagakkimedia.com/media/wp-content/uploads/sites/3/2020/01/snap-taiko-03-r-40.jpg); 
	background-color: #00000025;
	background-blend-mode: overlay;
}

.recommend a:nth-of-type(2) article h2{
	border: solid 1px;
	border-bottom-color: #fff;
	background-color: #e2041b;
}

.recommend a:nth-of-type(3){
  background-image: url(https://wagakkimedia.com/media/wp-content/uploads/sites/3/2020/01/DSC05569-g-50.jpg); 
		background-color: #00000011;
	background-blend-mode: overlay;
}

.recommend a:nth-of-type(3) article h2{
	border: solid 1px;
	border-bottom-color: #fff;
	background-color: #028760;
}

.recommend a:nth-of-type(4){
  background-image: url(https://wagakkimedia.com/media/wp-content/uploads/sites/3/2020/01/DSC05523-b-60.jpg);
	background-color: #00000011;
	background-blend-mode: overlay;
}

.recommend a:nth-of-type(4) article h2{
	border: solid 1px;
	border-bottom-color: #fff;
	background-color: #4d5aaf;
}

.recommend a article:hover{
  background: rgb(100, 100, 100,0.3);
  transition: all .25s ease-out;
}
.recommend a article{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items:flex-end;
  height:100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.recommend a article h2{
  color: #fff;
  letter-spacing:0.7px;
  text-decoration: none;
  padding: 2px 7px 3px;
	margin-bottom: 15px;
  line-height: 1.5;
	/* text-shadow: 0 0 7px rgba(0,0,0,1); */
  font-size: 20px;
	border-radius: 3px;
}
@media screen and (max-width: 1023px){
  .recommend{
    -ms-flex-wrap: wrap;
    flex-wrap:wrap;
  }
  .recommend a{
    width:50%;
		
  }
}
@media screen and (max-width: 480px){
  .recommend a{
    height:75px;
  }
  .recommend a article h2{
    line-height:1.7;
    font-size:12px;
    padding: 1px 7px 2px;
		margin-bottom: 25px;
  }
}

/**** カテゴリ一覧 ****/
span.post-count {
    /* border: 1px; */
    background-color: #e95464;
    border-radius: 15px;
    color: #FFF;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
}

li.cat-item {
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	border-color: #C0C0C0;
}

label.sidebar-menu-close-button.menu-close-button span.fa.fa-close{
	color: #FFF;
	margin-top: 10px;
	background-color: #68d6cb;
	padding: 5px 10px 8px;
	border-radius: 25px
}

/***** サイドバーのデザイン *****/
div#sidebar-menu-content {
	background-color: rgba(255,255,255,0.8);
}

div#slide-in-sidebar {
	background-color: rgba(255,255,255,0.0);
}

/*** 
 * 関連記事を決められた行数にする 
 ***/
h3.related-entry-card-title.card-title.e-card-title {				
	font-size: 18px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

h3.related-entry-card-title.card-title.e-card-title {
		margin: 0px 0px 0px;
    padding: 0em 0em 0em 0em;
	}

article.related-entry-card.e-card.cf .cat-label {
	top: 0;
	left: 5px;
	border: none;
	font-size: 12px;
	color: #fff;
	padding: 1px 5px;
	margin: -6px 0 0 0;
	overflow: visible;
}
article.related-entry-card.e-card.cf .cat-label::after { 
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #7f7f7f; 
	border-right: solid 6px transparent;
}


/*** サイドバーのブログスニペット ***/
@media screen and (max-width: 480px){
  .blogcard-snippet.internal-blogcard-snippet {
    display: none;
	}
}

/** */
.home .cat-label {
	margin-top: 3px;
	margin-left:3px;
	font-size: 16px;
}

@media screen and (max-width: 480px){
  .home .cat-label {
		margin-top: 2px;
		margin-left:3px;
		font-size: 12px;
		padding-top:2px;
		padding-bottom: 2px;
		font-family:bold;
		border-radius: 3px
	}
}
/* おすすめカードで非表示に */
.navi-entry-card-content .cat-label {
	display: none;
}

/* サイドバーで非表示に */
.widget-sidebar .cat-label{
	display: none;
}

/* フッターで非表示に */
.widget-footer-mobile .cat-label,
.widget-footer-center .cat-label,
.widget-footer-right .cat-label {
	display: none
}

/*** ギャラリーの設定 ***/
@media only screen and (max-width: 479px) {
	dl.gallery-item {
		width: 100%!important;
	}
}

/* 上下のマージンはほぼなし */
.article dl {
    margin: 0 0;
}

/* ギャラリー同士のパディング */
dl.gallery-item {
    padding: 2px;
}

/* ギャラリーの全体 */
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    /* text-align: center; */
    height: auto;
    /* padding: 2px; */
}