/* ============ ブログ ============ */
.blogContainer {
	/*background:rgba(0,0,0,0.9);*/
	border-radius:10px;
	box-sizing:border-box;
	width:1024px;
	margin:180px auto 50px;
	padding:20px;
	overflow:hidden;
	color:var(--text-primary);
}
.sideBar { /* スマホ以外 */
	float:right;
	box-sizing:border-box;
	width:25%;
	padding-left:10px;
	padding-right:3px;
}
.sideContents {
	box-sizing:border-box;
	margin:0 0 15px 0;
	padding:5px;
	/*background:#ffffff;*/
	background:#1A1614;
	box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
}
	.sideContents .sideTitle {
		/*background:url(../images/footer_bg.jpg) center repeat;*/
		border-bottom:solid 1px #C9A961;
		margin-bottom:8px;
		padding:10px 0;
		text-align:center;
		font-size:14px;
	}
	.sideContents ul {
		padding:5px 0;
	}
	.sideContents ul li {
		list-style-type:disc;
		margin-left:1.5em;
		margin-bottom:8px;
		padding:3px 0;
		line-height:1.2em;
		font-size:12px;
	}
	.sideContents ul li:last-child {

	}
	.sideContents ul li a {
		color:#E8E2D5;
		text-decoration:none;
	}
	.sideContents ul li a:hover {
		text-decoration:underline;
	}

 /* ブログトップページ */
.blogContentsTop {
	float:left;
	font-size:13px;
	width:75%;
	margin-bottom:30px;
}
.blogContentsTop h1 {
	/*background:rgba(196,148,0,1);*/
	font-size:23px;
	margin-bottom:20px;
	padding:2px;
	line-height:1.2em;
	font-weight:normal;
}
	.blogContentsTop h1 span {
		display:block;
		background:url(../images/footer_bg.jpg) center repeat;
		padding:13px 10px;
	}

.blogContentsTop  #panelBlock {
	width:100%;
	display:flex;
	flex-wrap:wrap;

}
.blogContentsTop  #panelBlock .entryPanel {
	background:#1A1614;
	display:inline-block;
	box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	box-sizing:border-box;
	width:48%;
	margin:1%;
	text-align:left;
}
	.blogContentsTop  #panelBlock .titleBlock {
		/*border-bottom:1px dotted #dddddd;*/
		box-sizing:border-box;
		padding:10px;
		text-align:center;
	}
	.blogContentsTop  #panelBlock .entryPanel img {
		width:100% !important;
		height:auto !important;
		margin-bottom:10px;
	}
	.blogContentsTop  #panelBlock .entryPanel h2 {
		font-size:17px;
		width:100%;
		margin-bottom:10px;
		line-height:1.3em;
		font-weight:normal;
	}
	.blogContentsTop  #panelBlock .entryPanel a {
		color:#C9A961;
		text-decoration:none;
	}
	.blogContentsTop  #panelBlock .entryPanel .titleBlock .date {
		line-height:1em;
	}
	.blogContentsTop  #panelBlock .entryPanel .textBlock {
		/*background-color:#f7f7f7;*/
		padding:10px;
	}
	.blogContentsTop  #panelBlock .entryPanel .textBlock p {
		line-height:1.4em;
		margin-bottom:10px;
	}
	.blogContentsTop  #panelBlock .entryPanel .button {
		
		background:#E8E2D5;
		border:1px solid #dddddd;
		text-align:center;
	}
	.blogContentsTop  #panelBlock .entryPanel .button a {
		display:block;
		line-height:30px;
		text-decoration:none;
		color:#1A1614;
	}

/* ブログトップページ以外 */
.blogContents {
	background:#1A1614;
	box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	box-sizing:border-box;
	float:left;
	box-sizing:border-box;
	font-size:14px;
	width:73%;
	margin:0 1% 30px 1%;
	padding:20px;
}

.blogContents .prBanner {/* PRバナー */
	box-sizing:border-box;
	padding:0;
	margin-bottom:2em;
	text-align:center;
}
	.blogContents .prBanner img {
		width:100%;
		max-width:750px;
	}

.blogContents .blogContentsTitle,
.blogContents h1 {
	/*background:#c49400;*/
	margin-bottom:20px;
}
	.blogContents .blogContentsTitle span,
	.blogContents h1 span {
		display:block;
		/*background:#ffffff;*/
		border-left:solid 3px var(--gold);
		/*margin-left:3px;*/
		padding:5px 5px 5px 14px;
		font-size:25px;
		line-height:1.2em;
		font-weight:normal;
	}

.blogContents p a {
	/*color:#0080ca;*/
	text-decoration:none;
	font-family:'ShinGoPro';
	font-style:italic;
}
	.blogContents p a:hover {
		text-decoration:underline;
	}

.blogContents h2 {
	border-bottom:2px solid #c49400;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:21px;
	font-size:18px;
	font-weight:normal;
}
	.blogContents h2 a {
		color:#E8E2D5;
		text-decoration:none;
	}
	.blogContents h2 a:hover {
		text-decoration:underline;
	}
	.blogContents .date {
		font-size:10px; font-size:1.0rem;
		font-style:italic;
	}

.blogContents .blogEntryText { /* ブログ記事詳細ページ */
	line-height:1.8em;
}
	.blogContents .blogEntryText h2 { /* ブログ記事詳細ページ */
		border:none;
		font-size:22px;
		line-height:1.5em;
		margin-bottom:1em;
		padding-bottom:0;
		font-family:'ShinGoPro';
		color:var(--text-primary);
	}
	.blogContents .blogEntryText p { /* ブログ記事詳細ページ */
		margin-bottom:30px;
	}
	.blogContents .blogEntryText img { /* ブログ記事詳細ページ */

	}
	.blogContents .blogEntryText img { /* ブログ記事詳細ページ */
		display:block;
		width:100%;
		max-width:600px;
		height:auto;
		margin-bottom:15px;
	}
	.blogContents .blogEntryText span { /* ブログ記事詳細ページ */
		font-size:1.2em;
		color:#cc0000;
	}

	.blogContents .blogEntryText > a { /* ブログ記事詳細ページ */
		color:#E8E2D5;
		text-decoration:none;
	}
	.blogContents .blogEntryText > a::before { /* ブログ記事詳細ページ */
		content:"»";
	}

.blogContents .blogArticle {
	margin-bottom:40px;
}

.blogContainer .siteBanner { /* 誘導バナー */
	width:100%;
	margin-top:100px;
	overflow:hidden;
}
.blogContentsTop .siteBanner {
	background-color:#ffffff;
	box-sizing:border-box;
	padding:10px;
}
	.blogContainer .siteBanner li {
		float:left;
		width:49%;
		margin-right:2%;
	}
	.blogContainer .siteBanner li:last-child {
		margin-right:0;
	}
	.blogContainer .siteBanner li a {
		text-decoration:none;
	}
	.blogContainer .siteBanner li span {
		display:block;
		background-color:#c49400;
		padding:7px 0;
		text-align:center;
	}
	.blogContainer .siteBanner li img {
		width:100%;
	}







@media (max-width:768px) {

/* ============ ブログ ============ */
.blogContainer {
	border-radius:5px;
	box-sizing:border-box;
	width:auto;
	margin:80px 5px 25px;
	padding:15px 10px;
	padding:15px 0;
	overflow:hidden;
}
.sideBar {
	float:none;
	box-sizing:border-box;
	width:auto;
	padding-left:3%;
	padding-right:3%;
}

 /* ブログトップページ */
.blogContentsTop {
	float:none;
	font-size:13px;
	box-sizing:border-box;
	width:100%;
	margin:0 0 30px 0;
	padding:0 5px;
}

.blogContentsTop h1 {
	/*background:rgba(196,148,0,1);*/
	font-size:15px;
	margin:0 0 10px;
	padding:2px;
	line-height:1.2em;
	font-weight:normal;
}
	.blogContentsTop h1 span {
		display:block;
		background:url(../images/footer_bg.jpg) center repeat;
		background-size:50% auto;
		padding:10px;
	}

.blogContentsTop #panelBlock {
	box-sizing:border-box;
	width:inherit;
	/*margin:0 5px;
	padding:0 5px;*/
}
	.blogContentsTop #panelBlock .entryPanel {
		display:inline-block;
		box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
		box-sizing:border-box;
		width:46%;
		margin:2%;
		padding:0;
		text-align:left;
	}
	.blogContentsTop #panelBlock .titleBlock {
		/*border-bottom:1px dotted #dddddd;*/
		box-sizing:border-box;
		padding:10px 5px;
		text-align:center;
	}
	.blogContentsTop #panelBlock .entryPanel img {
		width:100% !important;
		height:auto !important;
		margin-bottom:10px;
	}
	.blogContentsTop #panelBlock .entryPanel h2 {
		font-size:15px;
		width:100%;
		margin-bottom:10px;
		line-height:1.3em;
		font-weight:normal;
	}
	.blogContentsTop #panelBlock .entryPanel a {

	}
	.blogContentsTop #panelBlock .entryPanel .titleBlock .date {
		font-size:10px;
		line-height:1em;
	}
	.blogContentsTop  #panelBlock .entryPanel .textBlock {
		font-size:10px;
		padding:10px;
	}
	.blogContentsTop #panelBlock .entryPanel .textBlock p {
		line-height:1.4em;
		margin-bottom:10px;
	}
	.blogContentsTop #panelBlock .entryPanel .button {
		
		/*border:1px solid #dddddd;*/
		text-align:center;
	}
	.blogContentsTop #panelBlock .entryPanel .button a {
		display:block;
		line-height:30px;
	}

/* ブログトップページ以外 */
.blogContents {
	float:none;
	box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
	box-sizing:border-box;
	font-size:13px;
	width:auto;
	margin:0 5px 30px;
	padding:10px;
}
.blogContents .blogContentsTitle,
.blogContents h1 {
	margin-bottom:10px;
}
	.blogContents .blogContentsTitle span,
	.blogContents h1 span {
		display:block;
		margin-left:2px;
		padding:5px 5px 5px 10px;
		font-size:15px;
		line-height:1.2em;
		font-weight:normal;
	}

.blogContents .date {
	font-size:10px;
	margin-bottom:5px;
	font-style:italic;
	color:#999999;
}
.blogContents p a {
	color:#0080ca;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" ;
	font-style:italic;
}
	.blogContents p a:hover {
		text-decoration:underline;
	}
	.blogContents h2 a {
		color:#000000;
	}
	.blogContents h2 a:hover {
		color:#ff7e00;
	}

.blogContents .blogEntryText { /* ブログ記事詳細ページ */
	line-height:1.8em;
}
	.blogContents .blogEntryText h2 { /* ブログ記事詳細ページ */
		border:none;
		font-size:17px;
		line-height:1.5em;
		margin-bottom:1em;
		padding-bottom:0;
		font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" ;
	}
	.blogContents .blogEntryText p { /* ブログ記事詳細ページ */
		margin-bottom:30px;
	}
	.blogContents .blogEntryText img { /* ブログ記事詳細ページ */
		display:block;
		width:100%;
		max-width:300px;
		height:auto;
		margin-bottom:15px;
	}

.blogContents .blogArticle { /* ブログカテゴリ・月別ページ */
	/*border-bottom:1px dotted #e1e1e1;*/
	margin-bottom:0;
	padding-bottom:0;
}
	.blogContents .blogArticle p { /* ブログカテゴリ・月別ページ */
		font-size:12px;
		margin-bottom:5px;
		color:#999999;
	}
	.blogContents .blogArticle h2 { /* ブログカテゴリ・月別ページ */
		border-bottom:1px solid #c49400;
		margin-bottom:20px;
		padding-bottom:5px;
		font-size:15px;
		font-weight:normal;
	}
	.blogContents .blogArticle a {
		display:block;
	}



.blogContainer .siteBanner { /* 誘導バナー */
	font-size:11px;
}




/* ブログコンテンツ下部のアーカイブリスト */
.blogFooterArchiveList .blogFootTitle {
	background:#F7F7F7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.6, #ffffff), color-stop(1, #ebebeb));
	background: -moz-linear-gradient(top, #ffffff 60%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 60%, #ebebeb 100%);
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #c49400;
	/*border-radius:1px;*/
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	margin-bottom:10px;

}
	.blogFooterArchiveList .blogFootTitle_inner {
		background:url(../images/footer_bg.jpg) center repeat;
		background-size:50% auto;
		/*border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		border-radius:1px;*/
		padding:0 5px 0 10px;
	}
	.blogFooterArchiveList .blogFootTitle_inner span {
		padding:7px 0 6px;
		display:block;
		font-weight:bold;
		font-size:14px;
		text-shadow:1px 1px 2px rgba(255,255,255,1);
	}

	.blogFooterArchiveList .ac .blogFootTitle span.ac_arrow {
		padding-right:30px;
		display:block;
		background:url(../img/icon_bottom_arrow_ac2.png) no-repeat right center;
		-webkit-background-size:27px;
		background-size:27px;
	}
	.blogFooterArchiveList .ac.open .blogFootTitle span.ac_arrow {
		background:url(../img/icon_bottom_arrow_ac.png) no-repeat right center;
		-webkit-background-size:27px;
		background-size:27px;
	}
	.blogFooterArchiveList .ac.close .blogFootTitle span.ac_arrow {
		background:url(../img/icon_bottom_arrow_ac2.png) no-repeat right center;
		-webkit-background-size:27px;
		background-size:27px;
	}

.blogFooterArchiveList ul {
	box-sizing:border-box;
	width:100%;
	padding:10px 5px;
	overflow:hidden;
}
	.blogFooterArchiveList ul li {
		float:left;
		padding:0 5px 10px;
		font-size:11px;
	}
	.blogFooterArchiveList ul li a {
		display:block;
		background:#ffffff;
		border-radius:3px;
		box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
		-webkit-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
		-moz-box-shadow:rgba(163, 163, 163, 0.65) 0px 0px 2px 0px;
		padding:8px 6px;
		color:#000000;
		text-decoration:none;
	}

}/*----------- max-width:768px end -----------*/