﻿@charset "UTF-8";

/* CSS Document */

/*ブログページのみ*/
body.date{
    border-radius: unset!important;
    background-color: unset!important;
    color: unset!important;
    font-size: unset!important;
    display: unset!important;
    width: unset!important;
    margin: unset!important;
    padding: unset!important;
    text-align: unset!important;
    position: unset!important;
    overflow: unset!important;
}

/*--------------------　ヘッターボタン　--------------------*/

.btn{
  display: inline-block;
  width: 230px;
	padding: 6px 0;
	margin:40px 50px 0 0;
  text-decoration: none;
  background: #90795e;
  color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #90795e;
  border: dashed 1px #FFF;
	font-size: 20px;
	letter-spacing: 0.4em;
}

.btn:hover{
	background: #503C24;
	box-shadow: 0px 0px 0px 5px #503C24;
	color: #E2E2E2;
	text-decoration: none;
}

.btn:last-child{
	margin-right: 0;
}
/*--------------------　メインコンテンツ　大枠設定  ＊変更不要＊　--------------------*/
#contents {
width:940px;
margin:0 auto;
padding-top:30px;
background: none;
/*border:1px solid #ccc;*/
}


/* ------------------ メイン ----------------------- */
#contents_left {
float: left;
width: 70%;
}



/* ------------------ サイドバー ------------------- */
.side_area {
float: right;
width: 25%;
margin-top: 49px;
}

.side_area .box {
	margin-bottom: 40px;
}
.side_area h3{
font-size: 21px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: solid 3px #96c74c; /*サイド見出しの下線*/
}
.side_area h3 i{
margin-right:12px;
vertical-align:middle;
color:#96c74c;
}
.side_area li {
margin-bottom: 10px;
}


.side_area li a {
display: block;
padding: 0px 0 0px 10px;
transition: all .3s;	
}
.side_area li a:hover {
}
.side_area li a:hover i {

}



/*==================================================================

	.breadcrumb（ぱんくずリスト）

==================================================================*/

.breadcrumbs {
	margin-bottom: 15px;
	font-size: 12px;
}
.breadcrumbs li:first-child {
	list-style: none;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
	padding-left: 0px;

	margin-bottom: 15px;
}

.breadcrumbs li:after {
  font-family: FontAwesome;
  content: ">";
  padding-left: 10px;
}

.breadcrumbs li:last-child:after {
    content: "";
}

/*==================================================================

	ブログ

==================================================================*/


.blog_box {
	border-top: 4px solid #96c74c; /*記事ボックスの上の色*/
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-color: #fff;
}
.blog_tit {
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #504c43;
	padding: 20px 20px 6px;
}
.blog_content {
	margin: 20px 25px;
}
.blog_content p {
	margin-bottom: 1em;
}
.blog_btn {
	display: inline-block;
  margin: 20px 0 0 10px;
	padding: 8px 25px;
	background-color: #f8b62b; /*ボタンの色*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;
	border-radius: 4px;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0!important;
	transition-property: all;
	transition: 0.3s linear;
}
.blog_btn:hover {
	background-color: #eaa20b; /*ホバー時のボタンの色*/
}
.blog_btn a {
	color: #fff!important;
}
.blog_btn a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
	color: #fff!important;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -12px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.blog_btn:hover span {
}
.blog_btn:hover span::after {
	right: -16px;
}
/*.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #94b7e0;
}
*//* 日付・カテゴリ */

.blog_class li {
	display: inline-block;
	margin-right: 15px;
}
.blog_class {
	margin-bottom: 10px;
}
/* カテゴリ */

.blog_category {
	clear: both;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #004c36;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #004c36;
	text-decoration: none;
}
.blog_category li a {
	color: #004c36!important;
	display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
/* ページャー */

.pager {
	display: block;
	font-size: 15px;
	padding: 9px 8px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center!important;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.current {
	background: #FDF5E1;
	color: #004c36;
	padding: 6px 12px;
	display: inline;
	border-radius: 16px;
	margin: 5px;
}
.pager a {
	margin: 5px;
	display: inline;
	text-decoration: none;
	padding: 6px 12px;
	margin-right: 6px;
	border-radius: 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #eee;
	color: #999;
}
.pager a:hover {
	background: #FDF5E1;
	color: #004c36;
}
.pager a:active {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}




/*==================================================================

	ブログ エディター用

==================================================================*/


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/*リスト設定*/
.blog_content > div ul,
.blog_content > div ol{
	list-style-type: none;
	margin-top:20px;
}
.blog_content > div ul ul,
.blog_content > div ul ol,
.blog_content > div ol ul,
.blog_content > div ol ol{margin-top:0;}
.blog_content > div ol{counter-reset:number;}
.blog_content > div ul li:before{
	content:"・";
	position:absolute;
	left:0;
}
.blog_content > div ol li:before{
	counter-increment: number;
	content: counter(number)".";
	position:absolute;
	left:0;
}
.blog_content > div ul li,
.blog_content > div ol li{
	position:relative;
	line-height:1.5;
	padding: 10px 0 0 25px;

}


/*整形済みテキスト*/
.blog_content > div pre{
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:400;
	margin-top:20px;
	padding:20px;
	background-color: #F2F2F2;
	color:#7F7F7F;
	overflow:auto;
}

/*引用*/
.blog_content > div blockquote{
	position:relative;
	color:#3F3F3F;
	margin-top:20px;
	padding:20px 20px 20px 70px;
	background-color: #F2F2F2;
}
.blog_content > div blockquote::before{
	position:absolute;
	top:20px;
	left:20px;
	font-family: "icomoon";
	content: "\e909";
	font-size:3rem;
	color:#D9D9D9;
}
.blog_content > div blockquote *:first-child{margin-top:0;}

/*ライン*/
.blog_content > div hr{
	margin-top:40px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
}

.blog_content > div *:first-child{margin-top:0;}

/*テーブル*/
.blog_content > div table {
    margin-top:20px;
    width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1){background: #F2F2F2;}
.blog_content > div table th{
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
/*==================================================================

	見出しタグ修正

==================================================================*/

.blog_box h1{font-size: 32px;}
.blog_box h2{font-size: 24px;}
.blog_box h3{font-size: 18px;}
.blog_box h4{font-size: 16px;}
.blog_box h5{font-size: 12px;}
.blog_box h6{font-size: 10px;}


@media screen and (max-width: 640px) {
  .side_area{
    width: 100%;
    float: none;
  }

}