@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/****************************
 子テーマ用のスタイルを書く
*****************************/
/*必要ならばここにコードを書く*/

/****************************
 Linked Color 
****************************/
/*
.a-wrap:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #00bbff;
}

a {
   text-decoration: none;
}

a:hover,
.ect-entry-card a:hover,
.A-blogcard-wrap:hover,
.related-list a:hover,
.tag-link:hover,
#sidebar a:hover,
#footer a:hover {
  color: #00bbff;
}
*/
a img:hover {
   border: 0;
   opacity: 0.7;
}

#footer .author-name a {
  color: #0000cc;
}

#footer .author-name a:hover {
  color: #00bbff;
}

/****************************
 Font Size 
****************************/
.entry-card-snippet,
.related-entry-card-snippet {
    font-size: 16px;
  line-height: 150%;
  }

.tagline {
  text-align: center;
  font-size: 16px;
  margin: .6em 1em;
}

.breadcrumb {
  margin: 1em .4em;
  color: #555;
  font-size: 0.9em;
}

.entry-category, .post-date,
.post-update,
.post-author,
.amp-back {
  padding: 2px;
  display: inline;
  color: #555;
  font-size: 0.9em;
}

.cat-link ,
.tag-link {
  font-size: 0.9em;
  margin: 0.2em;
}

#sidebar .card-title {
  font-size: 0.95em;
}

.toc {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 1em 1.6em;
  display:  table;
}

#sidebar .toc {
  font-size: 0.9em;
  line-height: 150%;
}

#sidebar ol li {
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 16px;
}
/*
.entry-card-content .entry-card-title {
  line-height: 1.4;
}
.related-entry-card-title {
  line-height: 1.4;
  font-weight: bold;
}
*/
/****************************
 Layout Base 
****************************/
.content {
  margin-top: auto;
}

p {
  margin: 15px;
}

ul,ol {
  margin: 10px;
}

table th,
table td {
  border: none;
  font-size: 1em;
  line-height: 150%;
}

.td-1 {
  white-space: nowrap;
}

.td-2 {
  white-space: normal;
}
/****************************
 エントリーカードラベル非表示 
****************************/
.entry-card .cat-label,
.cat-label {
  display: none;
}

/****************************
 固定ページ日付非表示 
****************************/
.page .date-tags {
display: none;
}

/****************************
 カテゴリー、タグ一覧ページ
****************************/
.eye-catch img {
  vertical-align: bottom;
}

/****************************
 テーブルの境界線を消す
****************************/
.no-border {
  border: none;
  background-color: #FFFFFF;
}

/************************************
 トップへ戻るボタン
************************************/
.go-to-top {
  bottom: 80px;
}

/************************************
 固定ページリスト
************************************/
.list-page-column {
  margin: 10px 0;
  padding: 10px;
}

/************************************
 フッターメニュー
************************************/
.footer-bottom,
.navi-footer-in a {
  font-size: 16px;
}

/****************************
 ビデオエリア
****************************/
.wp-block-video {
  cursor: pointer;
}

.point-1 {
  margin-bottom: 0;
}

.point-2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #007b43;
}

/****************************
 バナーエリア
****************************/
.attention {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff4400;
  margin-bottom: 0;
}

/**************************
 ボタン
**************************/
.A-button1 {
  color: #FFFFFF !important;
  background-color: #2e8b57;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: .5em .8em;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.A-button1:hover {
  opacity: 0.7;
  color: #FFFFFF !important;
}

.A-button2 {
  color: #FFFFFF !important;
  background-color: #e60033;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: .7em 1.5em;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.A-button2:hover {
  filter: opacity(0.7);
  opacity: 1;
  color: #FFFFFF !important;
}

/**************************
 ページネーション
**************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  flex-wrap:wrap;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eee;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: auto;
  min-width: 46px;
  border: 1px solid #ddd;
  margin: 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: #f5f6f7;
}
/**************************
 キーワード群表示
**************************/
.A-kw-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.A-kw-item { 
  width: 24%;
}

.A-kw-actress { 
  text-align: center;
  text-decoration: none; 
  line-height: 1.1em;
  padding: 0 1em .8em;
  margin-bottom: 10px;
  width: 25%;
}

.A-kw-actress img { 
  object-position: center top;
  max-width: 168px;
  max-height: 168px;
  object-fit: cover;
  padding: 0 auto;
}

/**************************
 シリーズ企画表示
**************************/
.A-sr-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
}

.A-sr-item { 
  text-decoration: none; 
  padding: .5em 1em;
  margin: .3em;
  border: 2px solid #9370DB;
  border-radius: 5px;
  width: 48.5%;
}

.A-sr-item:hover {
  opacity: 0.7;
} 
/****************************
 カテゴリーリスト表示 
****************************/
.A-cate-2 a {
   display: inline-block;
   vertical-align: top;
   width: 24%;
}

/****************************
 タグ表示 
****************************/
.A-tags-2 a .fa-tag:before {
    display: none;
}

.A-tags-2 a {
   vertical-align: top;
    width: 24%;
}

/****************************
 アフィリンク色 
****************************/
.A-link {
  font-size: 20px;
  font-weight: bold;
}

.A-link-blue a {
  color: #0095d9;
}

.A-link-red a {
  color: #e60033;
}

.A-link-blue a:hover,
.A-link-red a:hover {
  opacity: 0.7;
 }

.A-banner {
  transform: scale(1.1);
  transform-origin: top left;
}

.A-card-thumb {
 float: left;
  margin-right: 15px;
  width: 25%;
}

.A-card-title {
  font-weight: bold;
  font-size: 20px;
}
/************************************
 インデックスリストのタイトル付け
************************************/
.list.ect-vertical-card-2.ect-vertical-card.ect-2-columns.front-page-type-index {
  margin-top: 10px!important; /*上マージン調整*/
}
.archive .widget-index-top-title.main-widget-label { /*アーカイブインデックス*/
  display: none; /*非表示*/
}

/****************************
 レスポンシブデザイン用のメディアクエリ 
****************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
/* キーワード集 */
.A-kw-item { 
  width: 24%;
}

.A-kw-actress { 
  text-align: center; 
  text-decoration: none; 
  padding: 0 1em .8em;
  width: 25%;
}

.A-kw-actress img { 
  max-width: 150px;
  max-height: 150px;
}

.A-sr-item { 
  text-decoration: none; 
  padding: .5em 1em;
  margin: .3em;
  border: 2px solid #9370DB;
  border-radius: 5px;
  width: 48%;
}

.A-cate-2 a {
  width: 23.5%;
}

.A-tags-2 a {
  width: 24%;
}

.A-banner {
  transform: scale(1.0);
  transform-origin: top left;
}

.A-card-thumb {
  width: 30%;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
/* キーワード集 */
.A-kw-item { 
  width: 32%;
}

.A-kw-actress { 
  text-align: center; 
  text-decoration: none; 
  padding: 0 1em .8em;
  width: 33%;
}

.A-sr-item { 
  text-decoration: none; 
  padding: .5em 1em;
  margin: .3em;
  border: 2px solid #9370DB;
  border-radius: 5px;
  width: 48%;
}

.A-cate-2 a {
  width: 31%;
}

.A-tags-2 a {
  width: 32%;
}

.A-banner {
  transform: scale(1.0);
  transform-origin: top left;
}

.A-card-thumb {
  width: 35%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
/* キーワード集 */
.A-kw-item { 
  width: 58%;
}

.A-kw-actress { 
  text-align: center; 
  text-decoration: none; 
  padding: 0 1em .8em;
  width: 50%;
}

.A-sr-item { 
  text-decoration: none; 
  padding: .5em 1em;
  margin: .3em;
  border: 2px solid #9370DB;
  border-radius: 5px;
  width: 96%;
}

.A-cate-2 a {
  width: 47%;
}

.A-tags-2 a {
  width: 48%;
}

.A-banner {
  transform: scale(1.0);
  transform-origin: top left;
}

.A-card-thumb {
  width: 40%;
}
}
