@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

.site-name-text
{
	font-size: 28px;
}
@media screen and (max-width: 768px) 
{
#header .site-name-text 
{
	font-size: 24px;
}
}

.tagline
{
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) 
{
.tagline
{
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 10px;
	text-align: left;
}
}

/* ----■SNSボタン■----- */
#main .sns-share a {
	width: 3.5em;
	height: 3.0em;
	margin-left: 0.2em;
	margin-top: 25px;
}
.sns-share-buttons {
	justify-content: left;
}
#main .button-caption {
	display: none;
}
#main .social-icon {
	font-size: 20px;

}
/* ----■SNSボタンおわり■----- */




/* -------■フロントページ・タイトル下のSNS■------- */
.page #sns-group-top {
    display: block;
}

/* ----■↑ここまで↑■------- */ 


/* ----■ヘッダー部分おわり■----- */
/* ----■記事メイン部分■----- */

.article {
    font-size: 16px;
    line-height: 240%;
}

@media screen and (max-width: 768px) 
{
.article {
	font-size: 15px;
	line-height: 220%;
	margin: 0px;
}
}


/* -----■hx■----- */

.article h1
{
	background-color: #e7c2e0;
	border: 2px solid #dc769a;
	font-size: 1.3em;
	color: #0000ff;
	padding: 10px 3px 5px 10px;
	text-align: left;
}
/* -------768px以下------- */ 
@media screen and (max-width: 768px) 
{
.article h1
{
	background-color: #e7c2e0;
	border: 2px solid #dc769a;
	font-size: 1.1em;
	color: #0000ff;
	padding: 5px;
	margin-bottom: -10px;
	text-align: left;
}
}

.article h2
{
	background-color: #e7c2e0;
	border-left: 6px solid #b03b9a;
	border-bottom: 2px solid #b03b9a;
	color: #800000;
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 80px 0px 25px -5px;
	padding: 10px 5px 5px 10px;
}


.article h3
{
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #b4549f;
	color: #800000;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-top: 50px;
	padding: 10px 5px 5px 10px;
}


#sidebar h3 
{
	background-color: #e7c2e0;
	border-left: 3px solid #b4549f;
	color: #800000;
	font-size: 1.0em;
	padding: 5px 5px 5px 10px;
	position: relative;
}

.article h4
{
	border-top: 1px dotted #b03b9a;
	border-bottom: 1px dotted #b03b9a;
	color: #800000;
	line-height: 1.1em;
	font-size: 1.0em;
	margin-top: 50px;
	padding: 10px 5px 5px 10px;
}



/* -----■hxここまで■----- */

/* -----■文字装飾■----- */


span.hosoku
{
	font-size: 0.9em;
}

span.red
{
	color: #ff0000;
}

span.red2
{
	color: #ff0000;
	font-weight: bold;
}

span.brown
{
	color: #800000;
}

span.brown2
{
	color: #800000;
	font-weight: bold;
}

span.blue
{
	color: #0000ff;
}

span.blue2
{
	color: #0000ff;
	font-weight: bold;
}

span.water
{
	color: #0c7dd1;
}

span.water2
{
	color: #0c7dd1;
	font-weight: bold;
}

span.green
{
	color: #006400;
}

span.green2
{
	color: #006400;
	font-weight: bold;
}

span.purple
{
	color: #800080;
}

span.purple2
{
	color: #800080;
	font-weight: bold;
}

span.orange
{
	color: #ff5f00;
}

span.orange2
{
	color: #ff5f00;
	font-weight: bold;
}

span.yellow
{
	color: #f1b502;
}

span.yellow2
{
	color: #f1b502;
	font-weight: bold;
}

span.pink
{
	color: #FF7F8F;
}

span.pink2
{
	color: #FF7F8F;
	font-weight: bold;
}

span.gray
{
	color: #7f7f7f;
}

span.sgray
{
	color: #7f7f7f;
	text-decoration: line-through;
}

span.bold
{
	font-weight: bold;
}


/* -----■テーブル■----- */

.cell table
{
	border: 1px #000000 solid;
	border-collapse: collapse;
}

.cell td
{
	border: 1px #000000 solid;
	padding: 3px 2px;
}



/* -----■テーブル終了■----- */




/* -----■箇条書き■----- */


.list
{
	font-size: 1.0em;
	line-height: 1.60em;
	list-style-type: disc;
	margin: 0px;
	padding: 4px 2px 0px 20px;
}

@media screen and (max-width: 768px) 
{
.list
{
	font-size: 1.0em;
	line-height: 1.50em;
	list-style-type: disc;
	margin: 0px 0px 0px -10px;
	padding: 4px 2px 0px 20px;
}
}



.list li
{
	padding: 2px -3px;
}

.list li.sub
{
	list-style: circle;
	margin-left: 18px;
	padding: 2px;
}

/* --箇条書き・リンク付き-- */

.widget_categories ul li a ,.widget_recent_entries ul li a
{
	color: #1967d2;
	text-decoration:underline;
	text-decoration-color: #1967d2;
}

.widget_categories ul li a:hover ,.widget_recent_entries ul li a:hover
{
	color: #e43900;
}

.list0
{
	font-size: 1.0em;
	line-height: 1.50em;
	list-style-type: disc;
	margin: 0px 4px;
	padding: 4px 2px 4px 20px;
}

@media screen and (max-width: 768px) 
{
.list0
{
	font-size: 1.05em;
	line-height: 1.50em;
	list-style-type: disc;
	margin: 0px 0px 0px -10px;
	padding: 4px 2px 4px 20px;
}
}

.list0 li
{
	padding: 8px 0px 0px 0px;
	line-height: 1.6em;
}

@media screen and (max-width: 768px) 
{
.list0 li
{
	padding: 8px 0px 0px 0px;
	line-height: 1.5em;
}
}


.list0 li.sub
{
	list-style: circle;
	margin-left: 18px;
	padding: 2px;
}

/* --記事上部の目次-- */


.listbox{
    padding: 5px;
    margin: 15px 2px;
    color: #2c2c2f;
    background: #d5ffd5;
    border-top: solid 3px #00ff60;
    border-bottom: solid 3px #00ff60;
	display:inline-block;
	min-width: 300px;
}
.listbox p {
    margin: 0; 
    padding: 0;
}


@media screen and (max-width: 768px){
.listbox
{
	padding: 5px;
	margin: 10px 0px;
	color: #2c2c2f;
	background: #d5ffd5;
    border-top: solid 3px #00ff60;
    border-bottom: solid 3px #00ff60;
	display:inline-block;
	min-width: 300px;
}
}

.listcontents
{
	margin:0px 0px -10px 5px;
	color: #800000;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 10px;
}
.listboxt
{
    background: #ebffed;
	border: solid 1px #8cd793;
	padding: 15px 5px 5px 10px;
	margin: 20px 5px 20px 5px;
    color: #454545;
	border-radius: 7px;
}


@media screen and (max-width: 768px)
{
.listboxt
{
    background: #ebffed;
	border: solid 1px #8cd793;
	display:inline-block;
	padding: 5px 2px -2px 5px;
	margin: 0px 0px 20px 0px;
	width: 99%;
	border-radius: 7px;
}
}


ol  {
    position: relative;
    margin:0;
    padding:0;
}
 
ol li  {
    list-style: none;
    list-style-position:outside;
	margin:5px 0px;
    padding-left:1.25em;
}

@media screen and (max-width: 768px){
	ol li  {
    list-style: none;
    list-style-position:outside;
    margin-left:-25px;
    padding-left:1.25em;
}
}

ol li span {
    position: absolute;
    left:0;
    margin:0;
}


/* -----■箇条書きここまで■----- */


/* -----■スペース■----- */

.space6
{
	margin-top: 6px;
}

.space12
{
	height: 12px;
}

.space24
{
	height: 24px;
}

.space36
{
	height: 36px;
}

.space48
{
	height: 48px;
}

.space60
{
	height: 60px;
}

.space120
{
	height: 120px;
}

.space240
{
	height: 240px;
}

.space480
{
	height: 480px;
}

p.sp35
{
	margin-top: 50px;
}

p.sp35br
{
    color:#800000;
    font-weight:bold;
    margin-top:35px;
}



/* -----■スペースここまで■----- */

/* -----■画像サイズ修正■----- */

p.resizeimage img 
{
	max-width: 100%;
	height: auto;
}

.youtube iframe
{
	max-width: 100%;
}


/* -----■画像サイズここまで■----- */



/* -----■ページ内リンク修正■----- */

/* --ページ内リンク時のヘッダー重複回避-- */
.anchor
{
	margin-top: -50px;
	padding-top: 50px;
}

/* --TOP帰還リンク、スペース詰め-- */
.sp00
{
	margin-top: -10px;
}


/* --TOP帰還リンク、SPのみ表示-- */
@media screen and (min-width: 768px)
{
.spback
{
	display: none;
}
}


/* -----■ページ内リンク修正ここまで■----- */


/* -----↓■表？■↓----- */

table.top1
{
	border: none;
	border-collapse: collapse;
	margin: 5px 5px 2px 20px;
	width: 600px;
}
/* -------■768px以下■------- */ 
@media screen and (max-width: 768px) 
{
table.top1
{
	border: none;
	border-collapse: collapse;
	margin: 5px 5px 2px 5px;
	max-width: 360px;
}
}

table.top1 th 
{
	border: none none solid none;
	background-color: #a9fd9f;
	padding: 3px 8px 3px 4px;
	vertical-align: top;
}

table.top1 td 
{
	border: none;
	min-width: 35px;
	padding: 3px 8px 3px 4px;
	vertical-align: top;
}

/* -----↑■表ここまで■↑----- */


/* -------■ボックス＝0:最大幅、1:二分割、2:四分割■------- */
.box0
{
 	margin: 2px;
}


/* -------■768px以下■------- */ 
@media screen and (max-width: 768px) 
{
.box0
{
	margin: 2px;
}
}


/* -------■表（黒罫線）■------- */



.cell table 
{
	border: 1px #7f7f7f solid;
	border-collapse: collapse;
	max-width: 100%;
	height: auto;
}

.cell td 
{
	border: 1px #7f7f7f solid;
}

/* -------■表（黒罫線）おわり■------- */

/* -------■ボックスおわり■------- */


/* -------■記事末端・次の記事■------- */
.thumb0
{
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #42ff42;
	float: left;
	width: 500px;
	padding: 3px;
	margin: 15px 2px 8px 0px;
}

@media screen and (max-width: 768px) 
{
.thumb0
{
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #42ff42;
	float: left;
	width: 98%;
	padding: 3px;
	margin: 15px 2px 8px 0px;
}
}

/* ---------------記事設定おわり--------------- */


/* -------■TOPのみ■------- */


/* ---------------TOPのみおわり--------------- */



.ads-textpc
{
	margin: 50px 2px;
}

.ads-textsp
{
	margin: 40px 0px;
}


/* --------------ads336をIP5に適応--------------- */

.ad_sp, .ad_sp *{/*アドセンス広告と、アドセンス広告内にある要素の幅を、画面幅以上に大きくならないようにする*/
max-width:100%;
}
.ad_sp{/*レクタングル大のサイズを、300px以下にする*/
display:inline-block;
width: 300px;
height: 250px;
}
@media (min-width:340px) {/*340px以上のブラウザでは、通常のサイズを表示する*/
.ad_sp{
width:336px;
height: 280px;
}
}



/* --------------盤面--------------- */

.board{
	text-align:center;
	font-size:0.8em;
	float:left;
}


/* --------------再生盤面--------------- */

.banmen iframe{
    width:600px;
}

@media screen and (max-width: 599px) 
{
.banmen iframe
{
    width:420px;
}}




/*glナビ装飾*/
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

.menu-header .sub-menu .item-label{
    font-size: 80%;
}
.menu-header .item-label{
    color: #7c7c7c !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #333 !important;
    border-bottom: 3px solid #FDD835;
    transition: all .2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
    border-bottom: none;
}
.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #333 !important;
    transition: all .2s ease;
}


/*-------------------------
  ブログカード
-------------------------*/
/* --------------ブログカード--------------- */
.blog-card{
  padding:12px;
  margin:10px 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  width:474px;
  border-radius:5px;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#111;
}

.blog-card-excerpt{
  color:#333;
  font-size:90%;
}

.blog-card-footer{
  font-size:70%;
  color:#777;
  margin-top:5px;
}

.blog-card-date{
	display:none;
}

.clear{
  clear:both;
}

/*-------------------------
  コメントバグ消去
-------------------------*/

.says{
	display:none;
}


/*-------------------------
  クリックでコピーボタン
-------------------------*/

.copy-link {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  margin-top:5px;

  input {
    padding: 0px 10px 0px 10px;
	  margin-top:0px;
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
    width: 80%;
  }

  button {
    padding: 10px;
    background: #ccc;
    font-size: 16px;
    color: #555;
    outline: none;
    border: none;
    cursor: pointer;
    width:30%;

    &:active {
      background: #ddd;
    }

    &::before {
      content: "コピーしました！";
      position: absolute;
      top: -48px;
      right: 0px;
      background: #ccc;
      border-radius: 10px;
      padding: 9px 15px;
      font-size: 14px;
      display: none;
    }

    &::after {
      content: "";
      position: absolute;
      top: -20px;
      right: 25px;
      width: 10px;
      height: 10px;
      background: #ccc;
      transform: rotate(45deg);
      display: none;
    }
  }

  &.active button::after,
  &.active button::before {
    display: block;
  }
}
