@charset "UTF-8";

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

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

/* 新着記事のNEW! */
.new-txt{
	background-color: #ff0000;/*背景色*/
	color:#fff;/*文字色（白）*/
	font-size:.8em;
	padding:.1em .5em;/*内側余白*/
	border-radius:1px;/*丸み*/
	margin-right:5px;/*NEW！右側の余白*/
}

/* 固定ページの表示設定 */
/*
.page .entry-title{
display: none;
}
*/

#post-9 .entry-title {
	display: none;
}

#post-105 .entry-title {
	display: none;
}

#post-374 .entry-title {
	display: none;
}

.tagline{
display: none;
}

.site-logo-image {
margin :0.5em 0 0 0;
}

.home header {
margin :-1.0em;
}

.page .post-date{
display: none;
}

.page .author-info{
	display: none;
}

#post-107 .eye-catch-wrap{
	display: none;
}

/* トップイベントの表示設定 */
.box_msg .su-post-title{
	padding: 20px 0 10px 0;
}

.box_msg .btn{
	margin: 10px 0 0 0;
}

.box_msg .su-posts{
	margin: 0 0 -20px 0;
}

/* 投稿ページの表示設定 */
.category-spot-post .eye-catch {
	display: none;
}

.category-event-post .eye-catch {
	display: none;
}

/* 人気記事ランキング */
#popular_entries-2 .widget-sidebar-title{
	display: none; /* タイトル非表示 */
}

.popular-entry-card img{
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /* サムネイルに影 */
}

/* 画像に影を付ける */
.img-shadow{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

/* what's newカスタマイズ */
.whatsnew {
	margin: 2em 5px;
	padding: 1.5em 1em;
	border: dashed 2px #f5f5f5;
	background: #A2C7C9;
	box-shadow: 0 0 0 5px #A2C7C9;
	color: #454545;
}

div.whatsnew a:hover {
 background-color: #f5f5f5;
}

div.whatsnew dt {
  color: #333333;
}

div.whatsnew dd {
  color: #333333;
}

div.whatsnew hr {
	border: dotted 1px #f5f5f5;
}

/** 目次 **/
/* 目次全体デザイン */
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    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: #175678; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    content : "\f03a"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#175678; /* アイコンの背景色を変える場合はここを変更 */
    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: "Font Awesome 5 Free";
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #175678; /* 色を変える場合はここを変更 */
    font-weight: bold;
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}

/** 子育てメッセージの目次 **/
/* 目次全体デザイン */
#msg-012 .toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#175678;
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
    padding: 10px 25px;
}
/* 目次の文字指定 */
#msg-012 .su-spoiler-title {
    text-align:left;
    margin: 0 20px 0 -10px;
    padding-left: -20px;
    font-size: 18px;
    /*font-weight: 700;*/
    color: #175678; /* 目次の文字色を変える場合はここを変更 */
}

#msg-012 .su-list{
	font-size: 1em;
	font-weight: bold;
}

/* 目次の各節の先頭にあるアイコンを設定 */
#msg-012 .toc-content ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #175678; /* 色を変える場合はここを変更 */
    font-weight: bold;
}

/** 見出し **/
.article h2 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
}

.article h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}

.card-title {
	margin-bottom: 1em;
}

.article h3 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}

.article h4 {
/*  color: #6cb4e4;*/
	color: #fff;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/* 個別設定 */
.midashi_sns {
	color: #175678;
	font-weight: bold;
	border-bottom: solid 2px #175678;
	width: 90%;
	margin-left: 1em;
}

.midashi_kanren {
	color: #fff;
	font-weight: bold;
	border-bottom: solid 2px #fff;
	width: 90%;
	margin-left: 3em;
}

.midashi_kanren_mobile {
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: solid 2px #fff;
	width: 90%;
	margin-top: 1.5em;
}


/** ボックス **/
/* 枠の途中にタイトル */
.box-26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* 枠の途中にタイトル */
.box_msg{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box_msg p {
    margin: 0; 
    padding: 0;
}

.box_spot{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box_spot p {
    margin: 0; 
    padding: 0;
}

.new-entry-cards{
	padding: 20px 10px;
}

.border-partition a {
  border-bottom: 2px dotted #fff;
}
.border-partition a:first-of-type {
  border-top: 2px dotted #fff;
}

/* ライン */
/* 二重線の途中にタイトル */
.hr_info {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.hr_info:before, .hr_info:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #49679c;
  border-bottom: solid 1px #49679c;
}

.hr_info:before {
  left:0;
}
.hr_info:after {
  right: 0;
}

/* 一重線：両端線のばし */
.hr_midashi {
	display: flex;
	align-items: center;
	font-size: 14pt;
	font-weight: bold;
}

.hr_midashi:before,
.hr_midashi:after {
	content: "";
	height:1px;
	flex-grow: 1;
	background-color:#666;
}

.hr_midashi:before {
	margin-right: 1rem;
}
.hr_midashi:after {
	margin-left: 1rem;
}

/* スラッシュで囲む */
.hr_slash {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.hr_slash:before, .hr_slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hr_slash:before {
  left:0;
}
.hr_slash:after {
  right: 0;
}

/* リスト */
/* タグ風 */
.top_pickup ul, ol {
  padding: 0;
}

.top_pickup ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

.top_pickup ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

/* シェブロン */
.pickup ul {
  /*border: solid 2px skyblue;
  border-radius: 5px;*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.pickup ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.pickup ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: #175678;/*アイコン色*/
}

/** フォームボタン **/
.mw_wp_form [type=submit] {
	width: 200px;
	line-height: 2em;
	margin: 10px auto;
	background: #175678;
	color: #fff;
	text-decoration: bold;
	font-size: 14pt;
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	border: none;
	border-radius: 2px;
 }

.mw_wp_form [type=submit]:hover {
	background: #c47a12;
	color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
 }

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

#appeal,
.appeal .appeal-in {
	min-height: 110px;
}

@media screen and (min-width: 1267px) {
	#appeal,
	.appeal .appeal-in {
	}
}

.appeal {
	background-size: contain;
}
	
.home header {
margin :-1.0em;
}
}

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

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

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