@charset "utf-8";

/* CSS Document */


b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

html {
	font-size: 10px;
	font-size: 62.5%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1.6em;
	text-align: justify;
	line-height: 1.6;
	color: #333;
letter-spacing: 0.05em;
}
img{
	max-width: 100%;
	height: auto;
}

.site-content{
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
} 

ul,ol{
 margin: 0;
}
/* 
.bg_00{
	background-image: url(../../../../img/sec01_pic01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
} */


.logo_eria{
	width: 200px;
	margin: 20px auto;
}

footer{
	background-color: #dcdcdc;
    text-align: center;
        padding: 80px 0;
}

/* メイン背景カラー */
section {
  background: #fbf9f4;
}

/*
↓ブログ記事内のh2～h4タイトル

ワードプレスの記事内にh2～h4の
タグを入れると反映されます。
*/
.site-main h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 8px solid #1974bc;
  margin-bottom: 1em;
}

.site-main h3 {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  min-width: 20%;
  background: #cde999;
  margin-bottom: 20px;
  font-size: 16px;
}

.site-main h4 {
  font-size: 16px;
  text-align: left;
  padding-left: 26px;
  margin-bottom: 15px;
  position: relative;
}

.site-main h4::after {
  position: absolute;
  content: "";
  background: #8ab91f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 8px;
}

.site-main .entry-content strong {
  font-weight: bold;
}

/* ↑ブログ記事内のh2～h4タイトル*/
/*ここから PCサイズ
-------------------------*/
@media screen and (min-width: 768px) {

  /*ブログ記事*/
  article {
    clear: both;
    padding-bottom: 60px;
    margin: 0 !important;
  }

  /*ブログ記事タイトル(個別記事)*/
  h2.entry-title {
   padding: 10px 20px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
	background: #1974bc;
	  
    border-radius: 0;
    font-weight: normal;
    border-left: 0;
/*     border-bottom: 1px dashed #d2d2d2; */
  }

  h2.entry-title a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 2rem;
    color: #333;
  }

  .top_cont article {
    padding-bottom: 0;
  }

  /*ブログ記事タイトル(トップページ)*/
  .top_cont article h2.entry-title {}

  .top_cont article h2.entry-title a {}

  .top_cont article h2.entry-title a span.txt {
    display: inline-block;
    width: 780px;
    color: #4f2d1a;
    font-size: 22px;
  }

  /*ブログ記事タイトル(「記事を読む」ボタン)*/
  .top_cont article h2.entry-title a span.link {
    float: right;
    display: block;
    font-size: 15px;
    color: #fff;
    background: #6a3906;
    border-radius: 5px;
    padding: 2px 20px 3px;
  }

  .top_cont article h2.entry-title a span.link:hover {
    opacity: 0.7;
  }

  nav.post-navigation {
    width: 100%;
    margin: 0 auto;
  }

  #secondary.widget-area {
    width: 100%;
    margin: 60px auto 0;
  }

  /*投稿日時(トップページ)*/
  .top_cont .entry-header .entry-meta {}

  /*投稿日時*/
  .entry-header .entry-meta {
    text-align: left;
  }

  .entry-header .posted-on {
    display: inline-block;
    margin-bottom: 5px;
  }

  .entry-header .posted-on a {
    text-decoration: none;
    color: #333;
    padding-left: 15px;
    font-size: 14px;
  }

  .entry-header .byline {
    display: none;
  }

  /*ブログ記事本文*/
  .entry-content {
    padding: 0 15px 10px;
    margin: 0;
  }

  .entry-content p {
    margin-bottom: 20px;
    line-height: 1.7;
  }

  /*ブログ記事カテゴリ*/
  .entry-footer {
    clear: both;
    margin-top: 30px;
    margin-bottom: 0;
    background: #fff;
    padding: 15px;
    text-align: left;
  }

  .entry-footer .cat-links a {
    color: #333;
  }

  .entry-footer .cat-links,
  .entry-footer .tags-links {
    margin-right: 20px;
  }

  .entry-footer .comments-link {
    display: none;
  }

  /*前の投稿*/
  .post-navigation .nav-previous {
    text-align: left;
  }

  /*次の投稿*/
  .post-navigation .nav-next {}

  /*ウィジェット*/
  .widget-title {
    color: #4f2d1a;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    border-left: 8px solid #069;
    line-height: 17px;
    margin-bottom: 25px;
    background: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
    position: relative;
  }

  .widget-title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #c0b291;
    left: -5px;
    bottom: -15px;
  }

  .widget {
    text-align: left;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .widget a {
    color: #333;
  }

  .widget a:hover {
    text-decoration: underline;
  }

  .widget ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .widget_archive ul li,
  .widget_categories ul li {
    float: left;
    padding-right: 20px;
  }

  /*ウィジェット・検索ボックス*/
  #secondary.widget-area .widget_search label {
    display: block;
  }

  .widget_search {
    width: 46%;
    float: left;
    padding-bottom: 30px;
  }

  #secondary.widget-area .search-field {
    width: 80%;
    float: left;
  }

  #secondary.widget-area .search-submit {
    width: 17%;
    float: right;
    font-weight: bold;
     background: #069;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
  }

  #secondary.widget-area .search-submit:hover {
    opacity: 0.7;
  }

  /*ウィジェット・最近の投稿*/
  .widget_recent_entries {
    width: 46%;
    float: right;
  }

  /*ウィジェット・カテゴリー*/
  .widget_categories {}

  /*ウィジェット・アーカイブ*/
  .widget_archive {}

  .widget_archive #archives-dropdown-2 {
    float: left;
  }

  .widget_tag_cloud .tagcloud {
    text-align: left;
  }

  /*ウィジェット・タグ*/
  .widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    padding-right: 20px;
  }

  .widget_meta {
    width: 46%;
    float: right;
    padding-bottom: 30px;
  }

  .site-footer {
    clear: both;
  }
}

/*ここまで PCサイズ
-------------------------*/
/*ここから SPサイズ
-------------------------*/
@media screen and (max-width: 896px) {

	.site-content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
} 
	
  /*ブログ記事*/
  article {
    clear: both;
    margin-bottom: 30px !important;
  }

  /*ブログ記事タイトル(個別記事)*/
  h2.entry-title {
    background-color: #069;
    color: #fff;
    padding: 12px 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    border-radius: 0;
    font-weight: normal;
    border-left: 0;
  }

  h2.entry-title {
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #333333;
    border-radius: 0;
    font-weight: normal;
    border-left: 0;
  }

  h2.entry-title a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 2rem;
    color: #fff;
  }

  .top_cont article {
    padding-bottom: 0;
  }

  /*ブログ記事タイトル(トップページ)*/
  .top_cont article h2.entry-title a {
    /* padding: 12px 20px 30px; */
    font-size: 2rem;
    /* margin-bottom: 5px; */
  }

  h2.entry-title {
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    border-left: 0;
  }

  .top_cont article h2.entry-title a span.txt {
    /* display: block; */
    font-size: 22px;
  }

  /*ブログ記事タイトル(「記事を読む」ボタン)*/
  .top_cont article h2.entry-title {
    background: none;
    padding: 0;
    padding-bottom: 10px;
  }

  .top_cont article h2.entry-title a span.link {
    float: right;
    display: block;
    font-size: 15px;
    color: #fff;
    background: #6a3906;
    border-radius: 5px;
    padding: 2px 20px 3px;
  }

  nav.post-navigation {
    width: 100%;
    margin: 0 auto !important;
  }

  #secondary.widget-area {
    width: 100%;
    margin: 60px auto 0;
  }

  /*投稿日時(トップページ)*/
  .top_cont .entry-header .entry-meta {}

  /*投稿日時*/
  .entry-header .entry-meta {
    text-align: left;
  }

  .entry-header .posted-on {
    display: inline-block;
  }

  .entry-header .posted-on a {
    text-decoration: none;
    color: #333;
    padding-left: 15px;
    font-size: 14px;
  }

  .entry-header .byline {
    display: none;
  }

  /*ブログ記事本文*/
  .entry-content {
    clear: both;
    margin: 0;
    padding: 10px 2%;
  }

  .entry-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
	 letter-spacing: 0.1rem;
  }

  /*ブログ記事カテゴリ*/
  .entry-footer {
    clear: both;
    margin-bottom: 0;
    background: #fff;
    padding: 15px;
    text-align: left;
  }

  .entry-footer .cat-links a {}

  .entry-footer .cat-links,
  .entry-footer .tags-links {
    margin-right: 20px;
    font-size: 14px;
    display: block;
  }

  .entry-footer .comments-link {
    display: none;
  }

  /*前の投稿*/
  .post-navigation .nav-previous {
    text-align: left;
  }

  /*次の投稿*/
  .post-navigation .nav-next {}

  /*ウィジェット*/
  .widget-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    border-left: 8px solid #069;
    line-height: 17px;
    margin-bottom: 25px;
    background: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
    position: relative;
  }

  .widget-title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;
    left: -5px;
    bottom: -15px;
  }

  .widget {
    text-align: left;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .widget a {
    color: #333;
  }

  .widget ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }

  /*ウィジェット・検索ボックス*/
  #secondary.widget-area .widget_search label {
    display: block;
  }

  .widget_search {}

  .widget_search .search-form {
    text-align: left;
  }

  .widget_search .search-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .widget_search .search-submit {
    width: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #069;
    font-size: 14px;
    border-radius: 4px;
    border: none;
  }

  /*ウィジェット・最近の投稿*/
  .widget_recent_entries {}

  /*ウィジェット・カテゴリー*/
  .widget_categories {}

  /*ウィジェット・アーカイブ*/
  .widget_archive {}

  .widget_archive #archives-dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .widget_tag_cloud .tagcloud {
    text-align: left;
  }

  /*ウィジェット・タグ*/
  .widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
  }

  .widget_meta {
    width: 46%;
    float: right;
    padding-bottom: 30px;
  }

  .site-footer {
    clear: both;
  }
}

/*ここまで SPサイズ
-------------------------*/
