@charset "utf-8";

#primary {
  margin-top: 64px;
}
#primary h1{
  color: #222222;
  font-size: 0;
}
#primary h1 span{
  font-size: initial;
}
#main-content .site-content {
  padding-top: 30px!important;
}
.site-content h1.entry-title{
  display: none;
}
header.entry-header h1.entry-title{
  display: block;
  font-size: 1.9rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #222222;
  line-height: 2rem;
}

.entry-header .parts18 .entry-title .text_smallest {
    font-size: 1.9rem !important;
}

#primary h1 span.text_smallest {
  font-size: 1.9rem !important;
  margin-top: 20px;
}

h2.entry-title a,
h2.entry-title a:visited{
  display: block;
  width: 100%;
  text-align: left;
  color: #222222;
  text-decoration: none;
  font-size: 2.6rem;
  line-height: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
}

.article_title h3 a,
.article_title h3 a:visited{
  color: #222222 !important;
  text-decoration: none;
}
.child.image.b_left.pickup {
    padding-top: 45px;
}
.site-main .pagetop_categoryname{
  display: none;
}
.site-main header .pagetop_categoryname h1{
  display: block;
  font-size: 1.9rem;
  line-height: 2rem;
}
.photonone h3 a:visited{
  color: #222222;
}
span[class^="categoryname_"]{
  background-color: #989898;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 2px 10px 1px;
  border-radius: 10px;
}

/* PC View */
@media print, screen and (min-width:650px) {
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
}
/* ----------------------------------------- */
/* widget_block関連部分背景色の変更
/* ----------------------------------------- */
.entry-content h2{
  background: #e5e5e5;
}
.entry-content h3{
  background: #e5e5e5;
}
.widget{
  background: #e5e5e5;
  background-color: #e5e5e5;
}
/* 検索エリア調整 */
.main_wrapper #side .widget_search{
  padding-bottom: 0px;
}
.main_wrapper #side .wp-block-search__label{
  display: none;
}
.main_wrapper #side .wp-block-search__input{
  font-family: sans-serif;
  color: #222222;
  font-size: 1.4rem;
  hight: 25px;
  margin: 6px 10px;
  padding: 1px;
  padding-left: 8px;
}
.main_wrapper #side .wp-block-search__button{
  margin-left: 0px;
}
/* アーカイブドロップダウン調整 */
#side #archives-dropdown-3{
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  margin-left: 30px;
  margin-top: 10px;
  width: 160px;
  border-radius: 6px;
  padding-bottom: 2px;
}
#side .widget-title{
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
}
#block-5{
  display: none;
}

/* ----------------------------------------- */
/* カテゴリ名表示の変更
/* ----------------------------------------- */
.pagetop_categoryname{
  color: #989898;
  border-bottom: 2px dashed #989898;
}
/* ----------------------------------------- */
/* 検索ボタンの変更
/* ----------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    background-color: #e5e5e5;
    color: #e5e5e5;
}
