@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
*/

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

/*--------------------------------*/
/*GoogleFonts*/
/*--------------------------------*/
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------*/
/**全体的なカスタマイズ**/
/*--------------------------------*/

/*余計な余白の削除*/
.entry-content{
	margin: 0;
	padding: 0;
}

.main{
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 834px) {
  main.main, div.sidebar {
	margin: 0;
	padding: 0;
  }
}

/*リビジョン*/
.revision{
	background-color: #dd0101;
	font-size: 12px;
}

/*固定ページから余計なものを消す*/
.page .date-tags,
.page .author-info {
  display: none;
}

/*ヘッダカスタマイズ*/
.navi-in > ul .caption-wrap > div {
  font-family: Dela Gothic One;
  font-size: 20px;
  text-shadow: 2px 3px 0px #000;
  -webkit-text-stroke: 0.5px #000;
}

/*投稿ページのアイキャッチ・タイトルの位置・カスタマイズ*/
.entry-header {
    display: flex;
    flex-direction: column;
}
.entry-header .eye-catch-wrap {
    order: -1;
}
h1.entry-title {
	font-family: Dela Gothic One;
	font-size: 40px;
}

/*--------------------------------*/
/**ContentViewsのカスタマイズ**/
/*--------------------------------*/

/*文字色を濃いグレーに*/
.pt-cv-view.iscvblock .pt-cv-content-item a {
  color: #484848;
}
.pt-cv-view.iscvblock:not(.pt-cv-overlaygrid):not(.pt-cv-scrollable) .pt-cv-meta-fields * {
  color: #484848;
}

/*モバイルの時、横300pxのGrid2が左に寄るのを回避*/
@media screen and (max-width: 834px) {
	.iscvblock .pt-cv-content-item {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
}

/*スライダータイトル欄のカスタマイズ*/
.pt-cv-scrollable .pt-cv-cap-w-img {
  background: rgba(0,0,0,0.3);
}

/*-モバイルの時はタイトル文字を小さくする*/
@media screen and (max-width: 834px) {
  .pt-cv-scrollable .pt-cv-cap-w-img {
	  font-size: 12px;
  }
}

/*カテゴリーの色付け*/
.pt-cv-view.iscvblock .pt-cv-content-item .pt-cv-tax-topics {
  	color: white;
	background: red;
	padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.pt-cv-view.iscvblock .pt-cv-content-item .pt-cv-tax-life {
  	color: white;
	background: green;
	padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

/*ページネーションを真ん中にボタンっぽく配置*/
.pt-cv-pagination-wrapper .pt-cv-pagination.pagination {
  display: flex;
}

/*ページネーションのボタン影・フォント・角丸*/
.pt-cv-wrapper .pagination > li > a{
	box-shadow: -5px -5px 10px #a9a9a9 inset;
	padding: 15px;
	color: black;
	border: none;
	font-family: Dela Gothic One;
	border-radius: 10px;
}

.pagination > li:last-child > a{
	border-radius: 10px !important;
}

.pagination > li:first-child > a{
	border-radius: 10px !important;
}

.pt-cv-wrapper .pagination > .active > a{
	box-shadow: 2px 2px 4px #000 inset;
}

/*スライダーのボタン・インジゲーター色*/
.pt-cv-view .carousel-control .glyphicon {
  font-size: 30px;
  color: #dd0101;
}

.pt-cv-view .pt-cv-carousel-indicators li.active {
  background: #dd0101;
  border-color: #dd0101;
}

/*スライダーのインジゲーター背景影*/
.pt-cv-view .pt-cv-carousel-indicators {
  background: rgba(0,0,0,.3);
  border-radius: 10px;
  margin-bottom: -8px;
}

/*スライダーのサムネイルサイズ固定*/
.pt-cv-scrollable .pt-cv-thumbnail {
	aspect-ratio: 1.91/1;
}

/*--------------------------------*/
/**個別ページカスタマイズ**/
/*--------------------------------*/

/*トップページ*/
body.page-id-71 {
	background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);
}
.page-id-71 h1 {
  font-family: Dela Gothic One;
  color: #ffffff;
  text-shadow: 2px 3px 0px #000;
  -webkit-text-stroke: 1px #000;
  font-size: 43px;
  text-align: center;
}

/*カテゴリ*/
body.page-id-145,
body.page-id-161 {
  background: linear-gradient(120deg, #96fbc4 0%, #f9f586 100%);
}
.page-id-145 h1,
.page-id-161 h1 {
  font-family: Dela Gothic One;
  color: #ffffff;
  text-shadow: 2px 3px 0px #000;
  -webkit-text-stroke: 1px #000;
  font-size: 43px;
  text-align: center;
}

/*ライター*/
.page-id-217 h1 {
  font-family: Dela Gothic One;
  color: #ffffff;
  text-shadow: 2px 3px 0px #000;
  -webkit-text-stroke: 1px #000;
  font-size: 43px;
  text-align: center;
}

body.page-id-217,
body.page-id-227,
body.page-id-679,
body.page-id-673,
body.page-id-676,
body.page-id-670,
body.page-id-852,
body.page-id-856,
body.page-id-1482{
 background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/*--------------------------------*/
/**モバイルメニュー系**/
/*--------------------------------*/

/*ハンバーガーメニュー*/
.menu-drawer a {
  font-family: Dela Gothic One;
  color: #ffffff;
  text-shadow: 2px 3px 0px #000;
  -webkit-text-stroke: 0.5px #000;
	font-size: 25px;
}
.menu-drawer a:before{
	display:none;
}
/*メニューアイコン*/
.navi-menu-button.menu-button {
  color: #ffffff;
}

.search-menu-button.menu-button {
  color: #ffffff;
}
