/* 図鑑詳細ページ */

a {
  color: #282828;
}

.zukan__box {
  padding: 0 0 3rem;
  font-size: 16px;

  letter-spacing: 2px;
  color: #282828;
  font-family: 'Karla', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .zukan__box {
    padding-bottom: 0;
    margin-bottom: 40px;
  }    
}

.zukan__box--text {
  padding-bottom: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .zukan__box--text {
    padding-bottom: 4rem;
  }    
}

.zukan__title {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 0 1rem;
  margin-top: 6rem;
  margin-bottom: 5rem;
  background-color: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .zukan__title {
    text-align: left;
    margin: 0 0 2rem;
  }    
}

.zukan__title span {
  display: block;
  font-size: 1.6rem;
  color: #515151;
}
@media screen and (max-width: 768px) {
  .zukan__title span {
    text-align: center;
  }    
}
.zukan__image {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .zukan__image {
    margin-bottom: 2rem;
  }    
}
.zukan__image img {
  width: 100%;
}

.zukan__ads {
  text-align: center;
}

.zukan__sns {
  margin-bottom: 8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .zukan__sns {
    margin-bottom: 2rem;
  }    
}

.zukan__table {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 16px;
}
.zukan__table a{ color:var(--color_link); }
@media screen and (max-width: 768px) {
  .zukan__table {
    margin-bottom: 6rem;
}
}
.zukan__table th {
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .zukan__table th {
    width: 40%;
  }    
}

.zukan__table td {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .zukan__table td {
    width: 560%;
  }    
}

.zukan__title-sub {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}


.zukan__title-sub2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.post-thumb-news {
  height: 225px;
  overflow: hidden;
}

.zukan__tag {
  margin-bottom: 5rem;
}
.zukan__tag--item {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.zukan__tag--item a {
    padding: 0.4rem 1rem 0.5rem;
    background: #EEEEEE;
    border-radius: 5px;
}
.zukan__tag--item a:hover {
  opacity: .7;
}

.zukan-top__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  list-style: none;
  gap : 10px;
}
@media screen and (max-width: 768px) {
  .zukan-top__list {
    width: 95%;
    margin: 0 auto 2rem;
  }    
}

.zukan-top__item {
  width: 32%;
  margin: 0 0 3rem 0 !important;
  text-align: center;
  font-weight: bold;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .zukan-top__item {
    margin-right: .5vw;
  }

}
@media screen and (max-width: 768px) {
  .zukan-top__item {
    width: 47%;
    margin: 0 0 2rem;
  }
  .zukan-top__item:nth-child(odd) {
    margin-right: 3vw;
  }
}
.zukan-top__item a {
  color : #282828;
}

.zukan-top__item-title {
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .zukan-top__item-title {
    font-size: 13px !important;
  }
}

.zukan-top__item-image {
  height: 200px;
}
.zukan-top__item-image:hover {
  opacity: .7;
}

.zukan-top__item-image img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
  object-fit: cover;
  height: 180px !important;
}
@media screen and (max-width: 768px) {
  .zukan-top__item-image img {
    height: 140px !important;
  }

}

.side__tag--title {
  margin-bottom: 1rem;
}
.side__tag--title2 {
  font-weight: bold;
  font-size: 1.3rem;
}
.side__tag {
  font-size: 1.2rem;
  font-weight: normal;
}
.side__tag--item {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.side__tag--item::before {
  content: "・";
}

.zukan__splink--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 2rem;
}
.zukan__splink--item {
  width: 47%;
  margin-bottom: .7rem;
}
.zukan__splink--item:nth-child(odd) {
  margin-right: 1vw;
}
.zukan__splink--item a {
  display: block;
  background: #eee;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: .5rem 0;
}
.zukan__splink--item a:hover {
  opacity: .7;
}
.ruby-sidebar-sticky {
  position: relative !important;
  top : 0 !important;
}
.zukan-top__more {
  display: none;
}
.zukan-top__more a {
  background: #f4f4f4;
  display: block;
  width: 200px;
  padding: 1rem;
  margin: 0 0 2rem auto;
  text-align: center;
  font-weight: bold;
}
.zukan__more {
 margin-top: 5rem;
}
.zukan__more a {
  background: #f4f4f4;
  display: block;
  width: 200px;
  padding: 1rem;
  margin: 0 0 2rem auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .zukan__more a {
    width: 95%;
    margin: 0 auto;
  }
}
.zukan__more a:hover {
  opacity: .7;
}
.single-post-cat-info .cat-info-el  {
  margin-right: 4px;
    padding: 0 5px;
    background-color: #111;
    color: #fff;
    vertical-align: middle;
    line-height: 16px;
}
.single-post-cat-info .cat-info-el:before {
  display: none;
}


.post_content h2 {
  background: none;
  color: #000;
  border: none;
}

.post_content h2::before {
  display: none;
}

.post_content li {
  margin: 0;
}

.blog-listing-wrap {
    position: relative;
    display: block;
    overflow: hidden;

}

.blog-listing-el {
    position: relative;
    display: flex;
    gap : 40px;
    flex-wrap: wrap;
    overflow: hidden;
}

.post-outer {
  width: 47%;
}

.blog-listing-el .post-title {
  padding: 1rem 0 0;
  font-size: 18px;
  margin-bottom: 1rem !important;
}

.blog-listing-el .post-title a {
  color: #282828;
}

.post-excerpt {
  font-size: 14px;
  color: #777;
}


.blog-pagination {
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    text-align: center;
}

.pagination-desc {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-style: italic;
    font-size: 14px;
}

.page-numbers {
    display: inline-block;
    margin-right: 2px;
    padding: 0 12px;
    width: auto;
    height: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.page-numbers:hover, a.page-numbers:focus, .page-numbers.current {
    background-color: #ff4545;
    color: #fff;
}

.page-numbers i {
    font-size: 11px;
    line-height: inherit;
}

.pagination-next-prev a {
    display: block;
    margin-right: 2px;
    padding: 0 12px;
    width: auto;
    height: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.pagination-next-prev .older {
    float: right;
}

.pagination-next-prev .newer {
    float: left;
}

.pagination-next-prev i {
    font-size: 9px;
    line-height: inherit;
}

.pagination-next-prev .older i {
    margin-left: 5px;
}

.pagination-next-prev .newer i {
    margin-right: 5px;
}

.pagination-next-prev a:hover, .pagination-next-prev a:focus {
    background-color: #ff4545;
    color: #fff;
}

.blog-loadmore-link {
    display: inline-block;
    margin: 0;
    margin-bottom: 40px;
    padding: 0 20px;
    height: 24px;
    border-radius: 24px;
    background-color: rgba(28, 28, 28, .2);
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    line-height: 24px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.blog-loadmore-link span:after {
    display: inline-block;
    margin-left: 5px;
    content: '\e604';
    vertical-align: top;
    font-size: 7px;
    font-family: 'simple-line-icons';
    line-height: 24px;
}

.blog-loadmore-link:hover {
    background-color: #ff4545;
}

.pagination-infinite-scroll {
    position: relative;
    display: block;
    min-height: 24px;
    height: 24px;
}

.meta-info-el * {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.post-meta-info {
  color: #aaa;
  font-size: 12px;
}

.post-meta-info a {
  color: #aaa;
}

#breadcrumb {
  display: none;
}

#breadcrumb2 {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 2rem;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.l-content {
  padding-top: 0 !important;
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
  display: block;
}

.-sidebar-on .l-content {
 
}

.p-postList__thumb img {
  vertical-align: bottom;
}

.post_content ul {
  padding: 0 !important;
}

.sidebar-bottom {
  width: 100% !important;
}

.sidebar-bottom li,
.side__tag li {
  font-size: .9em;
}

.block-title  {
  margin-bottom: 2rem;
}

.widget_custom_html,
.sb-widget-banner-single {
  margin-bottom: 2rem;
}


.sidebar-category .sidebar-inner {
    padding: 30px 20px 40px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.side__tag--title2 {
    font-weight: bold;
    font-size: 13px ;
    margin-bottom: 10px;
}
.side__tag {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}
.side__tag--item {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.side__tag--item::before {
    content: "・";
}
/* blog column */
.promo-wrap {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.promo-el {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-single-wrap {
    display: block;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.banner-image-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.banner-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.banner-content-wrap {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.banner-content-wrap h4 {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    white-space: nowrap;
}

.banner-single-wrap:hover .banner-image-wrap,
.banner-single-wrap:focus .banner-image-wrap {
    opacity: .7;
}

/*



@media screen and (max-width: 768px) {
  .page-id-14151 .ruby-page-wrap,
.panda-zukan-template-default .ruby-page-wrap {
    display: block;
  }
}


.panda-zukan-template-default #footer {
  text-align: center;
  margin: 0 auto;
}

.page-id-14151 .ruby-content-wrap,
.panda-zukan-template-default .sidebar-wrap {
  width: 70%;
}

@media screen and (max-width: 768px) {
 .page-id-14151 .ruby-content-wrap,
.panda-zukan-template-default .sidebar-wrap {
    width: 100%;
  }
}

.page-id-14151 .sidebar-wrap,
.panda-zukan-template-default .sidebar-wrap {
  width: 25%;
}

@media screen and (max-width: 768px) {
.page-id-14151 .sidebar-wrap,
.panda-zukan-template-default .sidebar-wrap {
    width: 100%;
  }
}

*/

.zukan_set {
  margin-bottom: 2.5rem;
}
.zukan_set_title {
  font-size: 1.4em;
  margin-bottom: 1em;
  padding: 0 0 0 40px;
  line-height: 1.4;
}
.zukan_set_title--01 {
  background: transparent url("/wp-content/uploads/2023/11/cat.png") no-repeat left center;
  background-size: 30px;
}

#profileTxtSet a {
  color: #195edd;
}