@charset "UTF-8";

/*!
Theme Name: MelancHolia
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: MelancHolia
Author URI: https://melancholia.work/
Template:   cocoon-master
Version:    1.1.3
*/

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

a{
	color:#778899;
}
a:hover{
	color:#9fb6cc;
}


.body:not(.editor-styles-wrapper)::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("https://aqua.lovesick.jp/melancholia/img/design57_2.jpg") center no-repeat;
	background-size: auto;
	background-size: cover;
}
#header,#header-container , #header-in,.hlt-center-logo, .header-container-in,
.container, .cf ,.header-container {
    background:transparent;
}
#main {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#sidebar {
  border:10px solid rgba(255,255,255,0);
  border-radius: 15px;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  line-height: 1.2;
}

#sidebar ul {
  font-size:0.9em;
  margin:0;
}
#sidebar ul li {
  margin:0 0 0 0.6em;
  padding:0;
}
#sidebar ul#recentcomments li {
  margin:0 0 0.6em 0.6em;
  padding:0;
}
#sidebar ul li a {
  text-decoration: underline;
  padding:0.4em;
}
#footer {
  clear: both;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
}

.article h1 {
	position: relative;
	border-bottom: 3px solid #dcdcdc;
	line-height:1.2;
}
.article:not(.admin-page) h1::after {
	position: absolute;
	content:"";
	display: block;
	border-bottom: 3px solid #778899;
	bottom:-3px;
	width:20%;
}
.article h2 {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #778899;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.article h2::after {
  content: '';
  background-color: #fff;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}

.article h2.matome {
}
.article h2.matome::after {
}

.article h4 {
	position:relative;
	padding:0.25em 1.5em;
	border:none;
}
.article h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #9fb6cc, #9fb6cc 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #9fb6cc, #9fb6cc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#under-entry-body h2 ,
.article h3 {
	position:relative;
	padding:0.25em 0.25em 0.25em 1em;
	line-height: 1.4;
	color:#778899;
border:none;
border-top:solid 2px #778899;
border-bottom:solid 2px #778899;
background:-webkit-repeating-linear-gradient(-45deg,#f7f6fb,#f7f6fb 3px,#efefef 3px,#efefef 7px);
background:repeating-linear-gradient(-45deg,#f7f6fb,#f7f6fb 3px,#efefef 3px,#efefef 7px);
text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}
#under-entry-body h2#reply-title:before {
	content:"\f004";  /* ハート */
	line-height: 42px;
}
.article h5 {
	position:relative;
	padding:0.25em 0 0.25em 2.5em;
  border: none;
}
.article h5::after {
	content:"";
	display: block;
	height:4px;
	margin-left:-2.5em;
background:-moz-linear-gradient(to right,#778899,#f8f8ff); background:-webkit-linear-gradient(to right,#778899,#f8f8ff); background:linear-gradient(to right,#778899,#f8f8ff);
}
h5:before,
.article h5::before {
	position: absolute;
	font-family: FontAwesome;
content:"\f00c";
color:#505b66;
font-size:1.4em;
width:35px;
height:35px;
top:0;
left:17px;
}

.sidebar h2 ,
h3.widget-title ,
.article h6 {
  position: relative;
  /*margin-left: 3em;*/
  color:#333333;
  text-shadow:1px 1px 1px #fff;
}
.sidebar h2:before ,
h3.widget-title:before ,
.article h6:before {
position:absolute;
content:"";
border-radius:50%;
  top:10px;
  left:-8px;
  width:35px;
  height:35px;
  background: #9fb6cc;
  transform:translateY(-50%);
  z-index:-1;
}
.sidebar h2,
h3.widget-title {
  margin: 0 0 6px 0;
    background:transparent;
}
.sidebar h2:before,
h3.widget-title:before {
  top:30px;
  left:-3px;
  width:40px;
  height:40px;
}

#site-description{	/*** marine add ***/
	display: none;
  margin:0;
	padding:0;
	margin-left:-9999px;
}
.top-title-catchphrase {
	display: none;
}


.article ul {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin:2em auto;
	background:#d5ebff;
	box-shadow: 0 0 0 10px #d5ebff;
	border: dashed 3px #fff;
	border-radius: 5px;
  width: 96%;
}
.article ul li {
	line-height: 1.5;
	padding:0.6em 0.6em 0.6em 15px;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
}
.article ul li:before {
	position: absolute;
	font-family: FontAwesome;
	content:"\f00c";
	font-size: 1.5em;
	font-weight: bold;
	color:#24ade2;
	line-height: 0.8em;
	left:18px;
	text-shadow: 1px 1px 1px #fff;
}
.article ul li ul {
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 0.5em 0;
	border:none;
	border-radius: 0px;
}
.article ul.snsb {
	padding: 10px;
	margin:2em 0 ;
}
.article ul.snsp {
	padding: 0;
	margin:1em 0 ;
}
.article ul.snsb li {
	line-height: 1;
	padding:0;
	color:#454545;
	list-style-type: none!important;
	text-shadow: none;
}
.article ul.snsb li:before ,
.article ul.snsp li:before {
	content:"";
}


.entry-large-thumb img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.entry-card-large-content {
  margin-top:10px;
}
.entry-snippet {
  margin-top:15px;
}
.size-full ,
.size-large {
	width:100%;
}

/* Table of Contents Plus による目次の設定 */
#toc_container {
	margin:40px auto 40px auto;
  border-radius: 6px;
}
.article ul.toc_list ,
.article ul.toc_list ul {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin:2em 0;
	background:none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.article ul.toc_list li {
	line-height: 1.5;
	padding:0.6em 0.6em 0.6em 15px;
	color:#454545;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
}
.article ul.toc_list li:before {
	content:"";
}

/* 文頭の説明文の表示設定 */
.ex-about {
	position: relative;
  width:80%;
  min-height:100px;
  padding:2px 10px;
  margin:30px auto 30px;
  padding: 5px 1em;
  border: 5px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}
.ex-about::after {
	position: absolute;
	top:5px;
	left:-47px;
    content: "";
    width: 150px;
    height: 126px;
    margin: 0;
    background: url("https://im-cocoon.net/wp-content/uploads/about-mini3.png") no-repeat;
    background-size: 150px;
}
.ex-about p {
  margin-left:10px;
  text-indent:90px;
}

#site-description{	/*** marine add ***/
	display: none;
  margin:0;
	padding:0;
	margin-left:-9999px;
}

#footer a{
  color: #fff;
}
#footer a:hover{
  color: #333;
}

.font-awesome-5 h5:before,
.font-awesome-5 .article h5::before,
.font-awesome-5 .article ul li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.article .timeline .timeline-item::before{
	content: "";
}

/************************************
** ボトムシェアボタンのみ丸くする
************************************/

/*ボトムシェアボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons {
	justify-content: center; /*中央に寄せる*/
}

/*ボトムシェアボタンのリンク*/
.sns-share.ss-bottom .sns-buttons a {
	width: 50px; /*横幅*/
	height: 50px; /*高さ*/
	margin-right: 10px; /*右側の余白*/
	margin-left: 10px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*ボトムシェアボタンのアイコン*/
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 25px; /*アイコンの大きさ*/
}

/*ボトムシェアボタンのキャプション*/
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}


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

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

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