
/*  ブログ左上のブログ名について
------------------------------ */
div.BlogTitle__wrap {
	background: #516E48;
}

div.BlogTitle__wrap .BlogTitle {
	font-size: 14px;
}

@media screen and (max-width: 767px){
.offcanvas-btn {
	top: 7px;
	right: 7px;
	}
}

/*  Instagramシェアボタン
------------------------------ */

.share-item .share-item-instagram:before {
	vertical-align: middle;
}

.acms-icon-instagram::before {
	content: url("../images/Instagram_Glyph_Gradient.png");
	vertical-align: middle;
	padding-right: 5px;
}

.share-item .share-item-instagram {
	font-size: 22px;
}

.entry.-index {
padding-bottom: 40px;
}

/*  Xシェアボタン
------------------------------ */

.x-share-button{
	background: #333;
	padding: 5px;
	padding-top: 4px;
	color: #FFF;
	border-radius: 8px;
	margin-top: 7px;
	margin-bottom: -2px;
}

.x-share-button::before {
	content: url("../images/Xlogo-white.png");
	vertical-align: middle;
	padding-right: 5px;
	margin-top: 7px;
}

.share-item:first-child{
	margin-top:7px;
}

/*  メッセージを送るボタン
------------------------------ */
.Message__Form{
	background: #516E48;
	padding: 5px;
	border-radius: 8px;
	margin-bottom: -2px;
}

.Message__Form a{
	color: #FFF;
	margin-bottom: -3px;
}

.Message__Form:hover{
	opacity: 0.7;
}

.Message__Icon::before {
	content: url("../images/envelope-light.svg");
	vertical-align: text-top;
	padding-right: 7px;
	padding-left: 4px;
}

/* シェアボタン全体のこと
------------------------------ */

.share-listBlog{
	display: flex;
	justify-content: end;
	align-items: end;
}



/*  フローティングバナー
------------------------------ */
.floating-bannerWrap{
	position: fixed; /* バナーを追従させる */
	z-index: 99999; /* 他の要素の下に隠れないように */
	bottom: 0; /* バナーの上下の位置 */
	right: 0; /* バナーの左右の位置 */
}

a.floating-banner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

a.floating-banner img:first-child {
	padding-bottom: 5px; 
}

@media (min-width: 769px){
	.floating-banner1 {
		margin-left: 186px;
	}
}

@media screen and (max-width: 767px){
	.floating-banner {
		display: flex;
		flex-direction: row;
		margin-bottom: -7px;
	}
	
	.floating-bannerSP1 img {
		height: 16.4vw;
		padding: 0px;
		margin: 0px;
		padding-right: 2px;
	}
	
	.floating-bannerSP2 img {
		height: 16.4vw;
		padding: 0px;		
	}
}

/* ------------------------------　　
	アナリティクス
------------------------------ */
.Analytics__Wrap{
	background: #eee;
	padding: 1em;
	margin-bottom: 3em;
	border: 1px solid #ccc;
	font-size: 18px;
}
.Analytics__Wrap table{
	margin-bottom: 60px;
}
.Analytics__Wrap h1{
	font-size: 24px;
}
.Analytics__daylyTableWrap{
	max-width: 300px;
}

/* ------------------------------　　
	ライトエディター
------------------------------ */
.green-bold-text{
	font-weight: 600;
	color: #2A6E3A;
}

.black-bold-text{
	font-weight: 600;
	color: black;
}


.red-bold-text{
	font-weight: 600;
	color: red;
}

/* ------------------------------　　
	TOPページ一覧
------------------------------ */
.summary-entry-link {
	padding: 30px 0 20px;
	border-width: 2px;
	border-color: #516e48;
}

.summary-entry-contents {
	width: 100%;
}

.summary-entry .entry-labels-fune {
	list-style: none;
}

.summary-entry .entry-sub {
	display: flex;
	justify-content: space-between;
}

.summary-entry-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.4;
}

.summary-entry-next {
	text-align: right;
}

.summary-entry-next {
	position: relative;
	display: inline-block;
	padding: 0.75em 2em;
	border: 1px solid #516e48;
	border-radius: 5px;
	text-align: center;
	line-height: 1;
	color: #516e48;
	margin-left: 240px;
}

.summary-entry-next:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.75em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #516e48;
	border-right: 1px solid #516e48;
	transform: translateY(-50%) rotate(45deg);
	display: inline-block;
}

p.summary-entry-text-text {
	font-size: 16px;
	line-height: 2;
}

.summary.is-thumbnail-1column .summary-entry-img {
	width: 255px;
	height: 203px;
	box-sizing: border-box;
}

.summary-entry-img-outer {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
}

.summary-entry-contents {
	padding: 0;
	width: 445px;
}

@media (min-width: 769px){
.summary.is-thumbnail-1column .summary-entry-link{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
		padding: 30px 0;
		box-sizing: border-box;
		}
.summary.is-thumbnail-1column .summary-entry-contents{
	padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.summary-entry-link {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding: 0 0 15px;
	}
	.summary.is-thumbnail-1column .summary-entry-img-outer {
		margin: 0 0 10px;
		padding: 0;
	}
	.summary.is-thumbnail-1column .summary-entry-img {
		width: 100%;
		box-sizing: border-box;
	}
	.summary-entry-next{
		display: flex;
		justify-content: center;
		margin-left: 200px;
	}
}

/*  自己紹介部分削除
------------------------------ */
.profile{
	display: none;
}

