@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.content {
  margin-top: 0;
}
/*---------------------------------
固定ぺージのSNSボタン非表示
--------------------------------*/
.page .sns-share,
.page .sns-follow {
    display: none;
}
/*---------------------------------
投稿ぺージのSNSボタン非表示
--------------------------------*/
/*投稿ページのシェアボタン・フォローボタンを非表示*/
.post .sns-share,
.post .sns-follow {
    display: none;
}

/*---------------------------------
h1等非表示にする
--------------------------------*/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/* 全固定ページで非表示 */
.page .entry-title {
display: none;
}
/* 全投稿ページで非表示 */
.post .entry-title {
display: none;
}
/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

/*---------------------------------
固定ぺージのSNSボタン非表示
--------------------------------*/
.page .sns-share,
.page .sns-follow {
    display: none;
}

/*---------------------------------
アピールエリア
--------------------------------*/

#appeal,
.appeal .appeal-in {
	min-height: 24vw;
}

.appeal {
	background-size: contain;
}

/*コメント・白いボタン非表示*/
.appeal-content {
	display: none;
}





/*---------------------------------
見出し
--------------------------------*/
/*リセット*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}
/*新しい見出しタグ*/

.article h2{
margin: 0;
position: relative;
font-size: 1.8em;
text-align: center;
	letter-spacing:0.2em;
	 background: #ffffff;/*背景色*/
}

.article h3{
color: #010101;
    padding: .5em 0;
    margin-top: 40px;
    
    border-bottom: 3px solid #F5C3B5;
font-size:18px;
	padding-left:10px;
}
.article h4{
font-size:18px;
	background: linear-gradient(transparent 70%, #ffbaba 70%);
}
.article h5 {
    background: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.article h5::before, .article h5::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 3px solid #444d53; /*ラインの色*/
}
.article h5::before {
    left: 0;
}
.article h5::after {
    right: 0;
}
/*---------------------------------
目次
--------------------------------*/
/* 目次全体デザイン */
.toc{
    background:#ffffff; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#FFC679;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #e9c9ba; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#e9c9ba; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;

}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #e9c9ba; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}


/*############# Tpress_sample4 #############*/
.Tpress_sample4 .row-1 .column-1,
.Tpress_sample4 .row-2 .column-1,
.Tpress_sample4 .row-3 .column-1,
.Tpress_sample4 .row-4 .column-1 {
    background-color: #ffffff !important;
    color: #000000 !important;
}
 
/* 項目名部分の横幅指定とセンタリング */
.Tpress_sample4 .column-1 {
    width: 30%;
    text-align: left;
}

/*---------------------------------
マウスオーバー
--------------------------------*/
/*マウスオーバー時にリンクを凹ませる*/
a:hover{ position:relative;top:3px ;left:3px; }

.header-in {
    flex-direction: initial;
}
.tagline {
    margin: 0;
}

.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
.logo-image * {
  display: block;
}

.logo-image {
  padding: 10px 0 0;
	
}

/* ナビメニュー 文字*/


.navi-in > ul .sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
}


.navi-in a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: block;
  font-size: 13px;/*16px*/
  transition: all 0.3s ease-in-out;
	font-weight: bold; /* 太文字 */
}


/*---------------------------------
フッターロゴ
--------------------------------*/
.footer {
  margin-top: 40px; /*フッターとコンテンツの間に余白追加*/
  border-top: 4px solid #e9c9ba; /*上部にボーダー追加*/
}
.footer-bottom {
  margin-top: 14px; /*フッター内上部の余白を詰める*/
}

.copyright {
  color: #aab3b9; /*クレジットの文字色*/
}


.navi-in > ul .sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.appeal {
		display: none;
	}
	.content {
  margin-top: 0;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.appeal {
		display: none;
	}
	
	
}
/* アピールエリア */
@media screen and (max-width: 769px) {
	.appeal {
	display: none;
	}
	
}

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

}
