@charset "utf-8";
#single-wrapper, #full-width-page-wrapper {}
#single-wrapper main, #full-width-page-wrapper main {
  background: #fff;
  padding: 1.5rem;
}
#post {
  /*padding-top: 60px;*/
  min-height: 88vh;
}
#post.news_post {
  padding-top: 90px;
}
#post .entry-header {
  color: #6D5951;
  padding: 1rem 0;
}
#post.news_post .entry-header {
  margin-bottom: 1.5rem;
}
#post h1.entry-title, #post h2, #post h3, #post h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#post h1.entry-title {
  font-size: 1.3rem;
  line-height: 1.4;
  border-bottom: 1px solid #6D5951;
  padding-bottom: .5rem;
  margin-bottom: .75rem;
}
#post .entry-meta {
  font-size: .7rem;
  width: 100%;
  margin: 0 auto;
}
#post .entry-meta ul {
  display: flex;
  margin: .15rem 0;
  padding: 0;
}
#post .entry-meta ul li {
  margin-right: .5rem;
}
#post .entry-meta time {
  padding-left: .25rem;
}
#post .entry-meta a {
  color: #6D5951;
  display: inline-block;
  padding-left: .25rem;
}
#post h2 {
  border-left: 5px solid #6D5951;
  border-bottom: 1px solid #6D5951;
  color: #1E1E1E;
  padding: .75rem .5rem;
  font-size: 1.2rem;
  text-align: left;
  background: rgba(255, 255, 255, .8);
  margin-bottom: 1rem;
}
#post .entry-content h3 {
  font-size: 1.2rem;
  padding: .5rem .5rem .5rem 1.75rem;
  position: relative;
  margin: 2rem auto 1rem;
}
#post .entry-content h3::after {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #6D5951;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#post h4 {
  font-size: 1rem;
  padding: .5rem .5rem .5rem 1rem;
  position: relative;
  margin: 2rem 0 1rem;
  background: rgba(255, 255, 255, .9);
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
#post article p {
  line-height: 2;
  color: #2B2B2B;
  /*font-size: .9rem;*/
}
#post article a {
  color: #175A9A;
}
#post .entry-content img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
#full-width-page-wrapper .wp-block-image {
  margin: 2rem auto !important;
}
.wp-block-image figcaption {
  color: #736357;
  font-style: italic;
  font-size: 75%;
}

#author_box{
	width: 85%;
	margin: 5rem auto 0;
}
#author_box h2{
	border-left: none!important;
	background: none;
	color: #6D5951!important;
}

#author_box div{
	background: #EEEBE7;
	padding: 1rem;
}
#author_box .author_img_box{
	text-align: center;
}
#author_box .author_img_box img{
	width: 65%;
}
.author_img_box{
	width: 100%;
}

.author_text_box{
	padding: 1rem;
}
.author_text_box h3{
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
		color: #6D5951!important;
}
.author_text_box p{
font-size:.9rem;
	padding-left: 0!important;
}


  
.author_sns_list li{
	font-size: 1.6rem;
	display: inline-block;
	padding-right: .75rem;
}
  .author_sns_list li a{
color: #6D5951!important;

}


@media only screen and (min-width : 768px) {
  #full-width-page-wrapper main {
    padding: 3rem 6rem;
  }
  #full-width-page-wrapper .wp-block-image {
    margin: 4rem auto !important;
  }
  #post ul.category {
    display: flex;
    justify-content: flex-end;
  }
  #single-wrapper {
    padding-top: 50px;
  }
  #post .entry-content img {
    padding: 1rem 0;
  }
  #single-wrapper .entry-content {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 992px) {
  #full-width-page-wrapper main {
    max-width: 900px;
    margin: auto;
  }
  #post.news_post {
    padding-top: 120px;
  }
  #post .entry-header {
    padding: 1.5rem;
  }
  #post h1.entry-title {
    font-size: 1.5rem;
    margin-bottom: .75rem;
  }
  #post .entry-meta {
    font-size: .8rem;
  }
  #post article p {
    padding: 0 1rem;
    /*font-size: .95rem;*/
  }
}
@media only screen and (min-width : 1500px) {
  #single-wrapper {
    padding-top: 70px;
  }
}

#access h1,#access h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

#access, .wrapper{
	  background: #e0e0e0;
}

/*------------- nav in post -------------*/
#post .post-navigation {
  margin: 5rem 0 2rem;
}
#post .post-navigation span {
  background: #fff;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);*/
  padding: .25rem;
}
.nav-previous, .nav-next {
  width: 49%;
  position: relative;
  font-size: .8rem;
  display: none;
}
.nav-previous::after, .nav-next::after {
  font-size: .8rem;
  color: #fff;
  position: absolute;
  top: 0;
  padding: .35rem;
  background: #6D5951;
}
.nav-previous::after {
  left: 0;
  content: '前の投稿';
}
.nav-next::after {
  right: 0;
  content: '次の投稿';
}
.nav-previous a, .nav-next a {
  display: block;
  width: 100%;
  padding: 3rem 1rem 1rem;
  color: #175A9A;
}
.nav-next {
  text-align: right;
}
