/*スマホの文字を小さくする*/
@media(max-width: 767px) {
  .entry-content {
    font-size: 12px;
  }
}


/*文字を濃くする*/
body, .breadcrumb__link::after {
	color: #000000;
}


/*コメント欄のメールアドレス、サイト枠消し*/
.comment-notes, .comment-form-email, .comment-form-url, .comment-form-cookies-consent, .comment-reply-title {
  display: none;
}


/*吹き出しアイコン*/
.voice .voice_icon__img {
  border: 4px solid #ffbaba;
}


/*吹き出し*/
.voice .voicecomment {
  border: 3px solid #ffbaba;
}

.voice .voicecomment:after {
  position: absolute;
  top: 23px;
  left: -16px;
  border-color: transparent;
  border-right-color: inherit;
  border-width: 8px;
}

.voice.r .voicecomment:after {
  left: auto;
  right: -16px;
  border-color: transparent;
  border-left-color: inherit;
  border-width: 8px;
}


/*コメント送信ボタンの色*/
button, html input[type="button"], input[type=reset], input[type=submit] {
  background: #ffbaba;
}


/*インライン画像調整*/
.entry-content img {
	margin-bottom: 0;
}


/*サイトマップの点の位置調整*/
.entry-content ul li:before {
    top: initial;
}


/*TOPに戻るアイコン*/
#page-top .pt-button {
background: url(https://sarachantubuyaki.jp/wp-content/uploads/2021/08/TOP.png);
background-repeat: no-repeat;
width: 80px;
height: 80px;
border-radius: 90%;
background-position: center center;
background-size: cover;
display: inline-block;
}
}

@media screen and (max-width:767px){
#page-top .pt-button {
background: url(https://sarachantubuyaki.jp/wp-content/uploads/2021/08/TOPSP.png);
background-repeat: no-repeat;
width: 30px;
height: 30px;
border-radius: 70%;
background-position: center center;
background-size: cover;
display: inline-block;
}
}


/*記事内広告高さ合わせ*/
  @media (min-width: 350px) {
    .infeed {
      height: 90px;
    }
  }
 @media (min-width: 500px) {
    .infeed {
      height: 65px;
    }
  }
 @media (min-width: 800px) {
    .infeed {
      height: 100px;
    }
  }


/*記事目次の空白合わせ*/
#toc_container.toc_white {
margin-top: 30px;
}


/*右プロフィールのアイコン消し*/
.widget.widget_text ul {
    display: none;
}


/*右プロフィールの自己紹介文字下余白と大きさ調整*/
.author_info .author_description {
  margin-top: 18px;
	font-size: 95%;
}


/*コメントの文字小さく*/
@media only screen and (max-width: 767px) {
.comment, .pingback {
    font-size: 12px;
}
}


/*2連続で動画を付けたときの余白*/
.wp-block-embed {
  margin-bottom: 10px;
	}
	

/*2連続で画像を付けたときの余白*/
.size-auto:not(.alignwide):not(.alignfull), .size-full:not(.alignwide):not(.alignfull), .size-large:not(.alignwide):not(.alignfull), .size-medium, .size-thumbnail {
  margin-bottom: 10px;
}