@charset "utf-8";
/* CSS Document */



#wrapper {
  overflow: hidden;
}


.breadcrumb {
    position: relative;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    font-size: 16px;
    position: relative;
    margin: 0 auto 15px;
    width: 100%;
}

.breadcrumb li {
    /* padding-right: 8px; */
}
.breadcrumb li a{
    text-decoration: underline;
}
.wpulike {
  text-align: right;
}

.entry-content .cf .wpulike {
  display:none;
}
.entry-header {
  display: none;
}

#primary .entry-header {
  display: block;
  background: none;
  border: none!important;
}

.site-main h1 {
	font-size: unset;
	max-width: 100%;
}
/*
↓ブログ記事内のh1～h4タイトル
*/

.entry-content h1 {
	margin-bottom: 40px;
	padding: 6px 20px 8px;
	background: #fba9b5;
	border-radius: 4px;
	font-family: shinm_m;
	font-size: 22px;
	text-align: left;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #fff;
}
.entry-content h2 {
	margin-bottom: 30px;
	padding: 0 10px 2px;
	background: #fcf3f4;
	border-left: 6px solid #fba9b5;
	font-family: shinm_light;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #f26283;
}
.entry-content h3 {
	margin-bottom: 20px;
	padding: 0 10px 6px;
	border-bottom: 1px solid #b7d316;
	font-family: shinm_light;
	font-size: 20px;
	text-align: left;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #8fc320;
}
.entry-content h4 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	padding-left: 1em;
	font-family: shinm_light;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #f26283;
}
.entry-content h4::before {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	background: #8fc320;
	border-radius: 50%;
	left: .2em;
	top: .6em;
}


.entry-content ol {
	list-style: decimal;
    padding: 15px 30px;
	padding-right: 15px;
	margin: 20px 0;
	border: solid 2px #fba9b5;

}
.entry-content ul {
	list-style: disc;
    padding: 15px 30px;
	padding-right: 15px;
	margin: 20px 0;
	border: solid 2px #fba9b5;

}
.entry-content ol li,.entry-content ul li{
    list-style: inherit;
    font-weight: 500;
}

#rtoc-mokuji-widget-wrapper ol,
#rtoc-mokuji-widget-wrapper ul{
  border:none;
}

.entry-content strong {
	font-weight: 700;
	color: #f26283;
}



.maincont {
  width: 100%;
  float: none;
}

/*ページタイトル*/
h2#pageIndex {
  background: url(img/pageIndex.png) no-repeat;
  font-size: 0px;
}
.breadcrumbs ul li {
  margin: 0;
}
.breadcrumbs ul li:nth-child(2)::before {
  display: none;
}
.leftnavi .contBox .inner {
  box-sizing: content-box;
}

/*ブログ記事*/
article {
  clear: both;
  padding-bottom: 60px;
  margin: 0 !important;
}
/*ブログ記事タイトル(個別記事)*/
h2.entry-title {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px dashed #b7d316;
  white-space: normal;
  font-size: 24px;
  text-align: left;
	line-height: 1.6;
  letter-spacing: 1px;
  color: #f26283;
}
h2.entry-title a {
  color: #f26283;
  text-decoration: none;
}

h2.entry-title span {
    font-weight: 600;
}

.top_cont .entry-title .wpulike {
      display: inline-flex;
    padding: 5px;
}

.top_cont article {
  padding-bottom: 0;
}
/*ブログ記事タイトル(トップページ)*/
.top_cont article h2.entry-title {
  margin-bottom: 40px;
}
.top_cont article h2.entry-title a {
}
.top_cont article h2.entry-title a span.txt {
}
/*ブログ記事タイトル(「記事を読む」ボタン)*/
.top_cont article h2.entry-title a span.link {
  display: inline-block;
  float: right;
	margin-bottom: 10px;
  background: #f26283;
  border-radius: 15px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
}
.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 {
  text-align: left;
  margin-bottom: 5px;
}
/*投稿日時*/
.entry-header .entry-meta {
  text-align: right;
}
.entry-header .posted-on {
  display: inline-block;
  margin-bottom: 15px;
  background: #f9f5ef;
  line-height: 1;
  padding: 5px 8px;
}
.entry-header .posted-on a {
  text-decoration: none;
  color: #794318;
  font-size: 14px;
}
.entry-header .byline {
  display: none;
}

/*ブログ記事本文*/
.entry-content {
  margin: 0 0 40px;
  padding: 0 15px 10px;
  text-align: left;
}
.entry-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

/*ブログ記事カテゴリ*/
.entry-footer {
  clear: both;
  background: #f9f5ef;
  padding: 15px;
  text-align: left;
  border-radius: 6px;
}
.entry-footer .cat-links a {
}
.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-previous a {
  position: relative;
  padding-left: 15px;
}
.post-navigation .nav-previous a::after {
  position: absolute;
  content: "«";
  left: 0;
  top: 0;
}
/*次の投稿*/
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-next a {
  position: relative;
  padding-right: 15px;
}
.post-navigation .nav-next a::after {
  position: absolute;
  content: "»";
  right: 0;
  top: 0;
}

/*ウィジェット*/
.widget-title {
  color: #6f3507;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #6f3507;
  margin-bottom: 10px;
}
.widget {
  text-align: left;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
/*
	#content a:hover,#content  a:focus, #content a:active{
		text-decoration: none;
		color: #999;
	}
	#content a:visited{
		color: #999;
	}
*/
.widget ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.widget ul li a {
  color: #555;
}
.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;
}
#secondary.widget-area .search-field {
  width: 80%;
  float: left;
}
#secondary.widget-area .search-submit {
  width: 17%;
  float: right;
  font-weight: bold;
  color: #fff;
  background: #6f3507;
  font-size: 14px;
  border-radius: 4px;
  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;
}

.site-content {
  width: 960px;
  margin: 0 auto;
}

.lower_bg01_lflex01 {
	padding-top: 30px;
	padding-bottom: 0px;
}

.wp-block-heading{
  font-size: 18px;
  border-left: 3px solid #74a905;
  padding-left: 5px;
  margin-bottom: 5px;
}


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

　ここからPC表示

================================*/
@media (min-width: 897px) {
  #top {
  }
  /*
  #header {
    background: #fff;
    height: 274px;
  }
  #top_header_kaso {
  }
  #kaso #top_head_logo {
    margin-top: 0 !important;
    margin-left: -20px;
  }
  #kaso {
    padding: 0px 0 0px;
  }
  #kaso #kaso_top_info {
    top: 90px;
    right: 0px;
  }
  
  #footer #footer_rightBox {
      height: 300px;
  }
  #footer #footer_rightBox {
  float: right;
  margin-top: 20px;
  }
  */
}
/*================================

　ここからTABLET・SP適用

================================*/
@media (max-width: 896px) {
  .maincont {
    width: 97%;
    margin: 0 auto;
    float: none;
  }
  /*
  #footer_rightBox img {
    width: 100%;
    max-width: 424px;
  }
  #footer #footer_rightBox {
  }
  #footer #footer_rightBox img {
    width: 100%;
  }
  */
  #secondary.widget-area {
    /* width: 97%; */
    margin: 60px auto 0;
  }
  .site-content {
    width: 97%;
    margin: 0 auto;
  }
  .widget_search {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
  .widget_recent_entries {
    width: 100%;
    float: none;
  }
  /*
  #footer #footer_rightBox {
    text-align: center;
    margin-top: 20px;
  }
  */
  #kaso #top_head_logo {
    margin: 0px !important;
  }
  #kaso #top_head_logo img {
    margin: 0px !important;
  }
  #recruit .inner {
    padding: 70px 0 110px;
  }

  h2.entry-title {
    font-size: 22px;
  }

  .entry-content h1 {
    font-size: 20px;
  }

  .entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .entry-content h3 {
    font-size: 18px;
  }

  .entry-content h4 {
    font-size: 18px;
  }

  .entry-content p {
    font-size: 14px;
  }
  
}

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

　ここからTABLETのみ適用

================================*/
@media (max-width: 896px) and (min-width: 481px) {
  .pcTab-none {
    display: none !important;
  }
  .tab-none {
    display: none !important;
  }
  #recruit .inner {
    padding: 70px 0 160px;
  }
}

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

　ここからSP適用

================================*/
@media (max-width: 480px) {
  .tabSp-none {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}
