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

.main {
    padding: 0px 16px!important;
    margin: 12px 0;
    border-width: 0;
}
/************************************
**モバイルヘッダー背景、文字色
************************************/
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #fff;
  background-color: #2ca9e1;
margin: 0 -10px;
}
.mobile-menu-buttons .menu-button>a {
    color: #fff;
	font-size: 14px;
}
.logo-menu-button {
    line-height: 40px;
}
/************************************
**固定ページ日付非表示
************************************/
.page .date-tags {
display: none;
}
/************************************
**投稿文末下のカテゴリーとタグの非表示
************************************/
.cat-link {
 display:none;
}
/************************************
** エントリーコンテンツ、エントリーカードの下隙間
************************************/
.entry-card-content, .related-entry-card-content {
    padding-bottom: 1.8em;
}
/************************************
** カテゴリーラベル非表示
************************************/
.entry-card .cat-label{
display: none;
}
/************************************
** ウィジェット文字フォントカラー
************************************/
.widget-entry-card {
    color: #0095d9;
}
/************************************
** H1記事タイトル
************************************/
.entry-title, .archive-title, .article h1 {
    position: relative;
    margin: 10px 0;
    padding: 13px;
    background: none;
    text-transform: uppercase;
    font-size: 123%;
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
}
.article h1:before,
.entry-title::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px #95C7A4;
    content: "";
    height: 100%;
    position: absolute;
   width: 100%;
}
.article h1::before {
    background-color: #95C7A4;
    left: 0;
    top: 4px;
    z-index: -1;
}
.article h1::after {
    background-color: #95C7A4;
    top: 5px;
    left: 5px;
    z-index: -2;
}
.archive-title {
    position: relative;
    margin: 10px 0;
    padding: 13px;
    /* background: none; */
    background-color: #95C7A4 !important;
    text-transform: uppercase;
    font-size: 123%;
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 3em .5em 2em .5em / .4em 2em .5em 3em;
}
#footer a {
    text-decoration: none;
}
/************************************
**　タイムライン
*************************************/
.timeline-item-label {
    padding-top: 0px;
    margin-top: -3px;
    color: #abb8c3;
}
.timeline-item:before {
    top: 0px;
}
.timeline-item-title {
    margin-top: -10px;
}
/************************************
**画像の影を消す
*************************************/
img.alignnone, img.aligncenter.snone {
filter: drop-shadow:none!important;
}
/************************************
**ページ全体がふわっとフェードイン
*************************************/
#header-container {
    animation: Down 1s ease-out 0s 1 normal;
}

@keyframes Down {
    from {transform: translateY(-10%); opacity: 0;}
    100% {transform: translateY(0%); opacity: 1;}
}

#breadcrumb {
    animation: Right 1s ease-out 0s 1 normal;
}

@keyframes Right {
    from {transform: translateX(100%); opacity: 0;}
    100% {transform: translateX(0%); opacity: 1;}
}
.main,.sidebar{
		animation-name:fadein;
    animation-duration: 2s;

}
@keyframes fadein{
from {
    opacity: 0;
    transform: translateY(800px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/************************************
**メインカラム上部余白0
************************************/
.content {
  margin-top: 0;
}
/************************************
**コンタクトフォーム送信ボタン
************************************/
input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #2ca9e1;
    background-color: #2ca9e114;
    color: #333;
    font-size: 16px;
}
/************************************
** 次のページへの送りボタンの形、色
************************************/
.pagination-next-link {
  background-color: #49add1; /*背景色*/
  color: #fff; /*文字色*/
  border: none; /*ボーダーを消す*/
}
.pagination-next-link:hover { /*マウスホバー時*/
  background-color: #68caee;
  color: #fff;
}
.page-numbers { /*通常時*/
  color: #49add1;
  border: 1px solid #49add1;
}
.pagination .current { /*現在のページ*/
  background-color: #49add1;
  color: #fff;
}
.page-numbers.dots { /*ドット「…」の部分*/
  opacity: 1;
  background: none;
}
.pagination a:hover { /*マウスホバー時*/
  background-color: #49add1;
  color: #fff;
}
/************************************
** ウィジェットにAwesomeアイコンを表示
************************************/
.widget h3::before { 
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 90%; 
vertical-align: 
middle; font-weight: 
normal; margin-right: 8px;
font-weight: bold;
}
.widget_popular_entries h3::before { content: '\f201'; } /* 人気記事 */
.widget_new_entries h3::before { content: '\f1ea'; } /* 新着記事 */
.widget_categories h3::before { content: '\f115'; } /* カテゴリー */
.widget_tag_cloud h3::before { content: '\f02c'; } /* タグクラウド */
.widget_search h3::before { content: '\f002'; } /* 検索 */
.widget_author_box h3::before { content: '\f007'; } /* プロフィール */
/************************************
** エントリーカードラベル非表示
************************************/
.related-entry-card .cat-label{
  display: none;
}
/************************************
** くるくる回るテキスト
************************************/
.rollAnime.roll span {
    transition-property: opacity,transform;
    transform: rotateY(360deg);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    display: inline-block;
}
/************************************
** 「よくある質問」追従バナー
************************************/
/* PC(タブレット) */
.fixed-wrap{
  position:fixed;
  z-index:100;
  max-width:190px; /* 最大横幅 */
  display:none;
  bottom:70px; /* 配置場所(画面下からの距離) */
  right:10px; /* 配置場所(画面右からの距離) */
}
.fixed-wrap img{
  width:100%;
  height:auto;
}
/* スマホ */
@media screen and (max-width: 559px) {
  .fixed-wrap{
    max-width:140px; /* 最大横幅 */
    bottom:1px; /* 配置場所(画面下からの距離) */
    left:15px; /* 配置場所(画面左からの距離) */
    right:unset;
  }
}
/************************************
** 画像付き吹き出し(会話)
************************************/
/* 吹き出し 全体*/
.talking {
      margin-bottom:2em;
      position:relative;
}
.talking:before , .talking:after {
      clear:both;
      content:"";
      display:block;
}
/*アイコン*/
.talking figure {
      width:60px;     /*アイコンの横幅*/
      height:60px;    /*アイコンの縦幅*/
}
.talking-left_icon {
      float:left;
      margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}
.talking-right_icon {
      float:right;
      margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}
.talking figure img {
      width:100%;
      height:100%;
      margin:0;
      border:1px solid #aaa;
      border-radius:50%;    /*アイコンの角丸*/
}
/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
      padding:1px 0 0;
      font-size:12px;
      text-align:center;
}
/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
      position:relative;
      padding:10px;
      border-style:solid;    /*枠線の線種*/
      border-radius:10px;    /*セリフを入れる部分の角丸*/
      max-width: calc(100% - 80px);
}
.talking p {
      margin:0;
}
.talking p :last-child {
      margin:0;
}
/*---左の吹き出し---*/
.talking-left {
      float:left;
      border-width:2px;         /*枠線の太さ*/
      border-color:#d7ebfe;   /*枠線の色*/
      background:#d7ebfe;    /*背景色*/
}
/*左の吹き出し 三角*/
.talking-left:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #d7ebfe;  /*三角の線になる部分*/
      top: 15px;
      left: -22px;
}
.talking-left:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #d7ebfe;
      top: 15px;
      left: -19px;
}
/************************************
** モバイル版（フッターメニュー表示時）ナビゲーションメニュー
************************************/
/* ↓↓ナビゲーションメニュー、サイドバーの×ボタン */
.menu-close-button {
  margin-right: 8%;
  text-align: right;
  color: #fff;
  opacity: 0.7;
}
/* ↓↓ナビゲーションメニュー、サイドバーの背景色 */
.menu-content {
  background-color: #2ca9e1;
}
/*  ↓↓主項目 */
.menu-drawer > li {
  padding: 0px 0;
  line-height: 2;
  text-align: center;
}
.menu-drawer > li > a {
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  background: linear-gradient(10deg, #2ca9e1, #1d767c);
  margin: 6px 0;
  padding: 4px 1em;
  border: 2px solid white;
  color: white;
}
.menu-drawer > li > a:hover {
  color: white;
  opacity: 0.6;
}
.menu-drawer .sub-menu li {
  text-align: left;
}
.menu-drawer .sub-menu li a {
  position: relative;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
}
.menu-drawer .sub-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 8px solid transparent;
}
.menu-drawer .sub-menu li a:hover {
  opacity: 0.6;
}
.menu-drawer .sub-menu {
    padding-left: 10px;
}
/************************************
** 追加
************************************/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
/************************************
** モバイルフッターメニュー枠
************************************/
@media screen and (max-width: 480px){
	.navi-footer-in>.menu-footer li.menu-item {
    border: solid white 1px;
}
	.footer-bottom {
    font-size: 10px;
}
}

