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

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


.entry-title {
display: none;
}

#main {
	background: #fff;
}

#mainArea{
    display: block;
    width: 600px;
    margin: 0 auto;
    background-color:#fff;
	padding:0 0 10px 0;
	
    }

#mainArea-work{
    display: block;
    width: 700px;
    background-color:#fff;
	padding:0 0 0 30px;
	margin:0 auto;
    }


a{  
　color : #82713b;
}


a:hover{
  color : #c0c0c0;
  transition: color .3s;
}

/************************************
** グローバルメニュー PC
************************************/
/* メニュー透明化 */
.header-container,.navi{
background:rgba(255,255,255,0.5);
}

.mobile-header-menu-buttons {
  background: rgba(255,255,255,0.5);
}
/* メニュー透明化  */


 /* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 0;
}

#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.site-name-text-link {
  color: #82713b;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu { 
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 15px; /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: #a48e60; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}

.navi-in a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #b8b1a5;
bottom: 0px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.4s;   /*変形の時間*/
}

.navi-in a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}


.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 11px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #b8b1a5; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #b88f49; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #b8b1a5; /* サブメニューマウスON時の下線色 */
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
#container {
  padding-top: 90px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}
.post-92 .date-tags,
.post-822 .date-tags,
.post-808 .date-tags,
.post-800 .date-tags,
.post-765 .date-tags,
.post-755 .date-tags,
.post-599 .date-tags,
.post-132 .date-tags,
.post-113 .date-tags,
.post-327 .date-tags,
.post-110 .date-tags {
	
display: none;
}

.post-92 .date-tags,
.post-822 .date-tags,
.post-808 .date-tags,
.post-800 .date-tags,
.post-765 .date-tags,
.post-755 .date-tags,
.post-599 .date-tags,
.post-132 .date-tags,
.post-113 .date-tags,
.post-327 .date-tags,
.post-110 .date-tags,
.entry-title {
  display: none;
}

.kakomi-maru4 {
 position: relative;
 padding: 1.2em;
 width: 90%;
 border: 2px dashed #8ea075; /* 枠線の太さ・色 */
 color: #555555; /* 文字色 */
 background-color: #fff;
 border-radius: 8px; /* 角の丸み */
	 margin:0 auto;
}
.title-maru4 {
 position: absolute;
left: 20px; /*（left）に変更すると左 */
 top: -15px;
 padding: 0 .5em;
 font-weight: bold;
 font-size: 1.1em;
 color: #8ea075; /* タイトル色 */
 background-color: #fff;

}

a.title-work-link:link {
	color : #667052;
	font-size :146.5%;
	font-weight: 700;
	
}

.flex{
    display: flex;
    justify-content: space-between;
}
.flex>p{
    width: 89%;
}

/**********************************************
** 固定ページの新着記事一覧(new_list)を
** 2カラム表示にする
**********************************************/
.new-entry-cards.fp-new-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.fp-new-entry-cards .new-entry-card-link.a-wrap {
    display: inline-block;
    width: 49.5%;
}







/** 記事本文内の行の高さを調整 */
        .content p {
            margin-bottom: 1.4em;
            line-height: 140%;
        }

/**記事本文内のまーじんを調節**/
 .content p {
            margin-bottom: 1.4em;
        }

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

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

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

*::selection {
 background: #b0e0e6; /* 好きな背景色 */
 color: #fff; /* 好きな文字色 */
}

/* Firefox */
*::-moz-selection {
 background: #b0e0e6; /* 好きな背景色 */
 color: #fff; /* 好きな文字色 */
}

