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

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


/*フォント*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
h1,h2,h3,h4,.site-name-text,.wp-block-cover p{
	font-family: "Kosugi Maru", sans-serif; !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
body:not(.wp-admin) {
  font-family: Avenir, "Helvetica neue", Helvetica, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


body {
	color:#2E2017;
	overflow-x: hidden;
	background-color: #FBFAF6;
}
.main,
.sidebar {
  background-color: #FBFAF6;
}

.header,
.header-container,
.header-container .navi,
#navi .navi-in > .menu-header .sub-menu
{
  background-color: #FFBD26;
}
#navi .navi-in a:hover {
  background-color: #FFD988;
}

#navi .navi-in {
	margin-top:-30px;
}

.site-name-text,
.site-name-text:hover,
.header-container,
#navi .navi-in a {
  color: #fff;
}

.menu-header .item-label {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.header .header-in {
  min-height: 100px;
}

/* 見出し */
.article h2 {
  margin: 80px 0;
  padding: 15px 25px;
  background-color: #FFDE50;
  color: #000;
  font-size: 22px;
}
.article h2:first-of-type {
	margin-top:40px;
}
.article h3 {
  padding: 10px 12px;
	margin-top:50px;
  background-color: #FF813F;
  border-color: #FE5A02;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 12px solid #FE5A02;
  color: #fff;
}
.article h4 {
  border-top: 4px dotted #FF813F;
  border-bottom: 4px dotted #FF813F;
}

/* サイドバー */
.sidebar h2,
.sidebar h3 {
  padding: 10px;
  border: 1.5px solid #333;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 1px;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: #fff;
}

/* 検索ボタン */
input[type=text].search-edit {
  font-size: 16px;
  border-radius: 46px;
}

/* シェアボタン */
#container .sns-buttons a {
  border-radius: 1px;
}

/* ブログカード */
.a-wrap .blogcard {
  border-color: #FF813F;
}

.a-wrap:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 8px #f6fafd;
}

.cat-label {
  top: 0;
  left: 0;
  background-color: #FF813F;
  border-top: none;
  border-left: none;
}

.cat-link {
  background-color: #FF813F;
  border-radius: 1px;
}

.tag-link,
.comment-reply-link {
  color: #f88fa7;
  border-color: #FF813F;
  border-radius: 1px;
}

.tag-link:hover,
.comment-reply-link:hover {
  color: #f4476e;
  background-color: transparent;
}

.tagcloud a {
  /* color: $key-color; */
  border-radius: 29px;
}

/* .tagcloud a:hover {
    color: $key_color3;
} */
/* コメント送信ボタン */
input[type=submit] {
  padding: 10px;
  background: #FF813F;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 1px;
}

.pagination-next-link,
.comment-btn {
  padding: 10px;
  background: transparent;
  color: #f88fa7;
  font-size: 14px;
  border: 1px solid #FF813F;
  border-radius: 1px;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}

table th {
  padding: 10px;
  font-weight: bold;
  border-bottom: 1.5px solid #FF813F;
  background: #f4476e;
  font-size: 18px;
}

/* ページネーション */
.page-numbers {
  color: #fdb5c3;
  border: 1px solid #FF813F;
  border-radius: 99px;
}

.pagination .current {
  background-color: #FF813F;
  color: #fff;
}

.page-numbers.dots {
  opacity: 1;
  background: none;
}

.pagination a:hover {
  background-color: #FF813F;
  color: #fff;
}

/* フッター */
.footer {
  padding-top: 30px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #FFBD26;
}

.footer-bottom {
  margin-top: 0;
}

.footer-in h3 {
  padding: 10px;
  border: 1.5px solid #333;
  text-align: center;
  font-size: 18px;
  border-radius: 1px;
}

/* スクロールトップボタン */
.go-to-top {
  bottom: 35px;
}

.go-to-top-button {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}

.go-to-top-button:hover {
  color: #fff;
}

/* レスポンシブ */
@media screen and (max-width: 834px) {
  .header-container-in.hlt-top-menu .header .header-in {
    display: flex;
    align-items: center;
  }
  .header .header-in {
    min-height: 80px;
  }
  .sidebar h2,
  .sidebar h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .article h2 {
    padding: 0.6em 0.2em;
  }
  .article h3 {
    padding: 0.4em 1em;
  }
  .footer {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
/*以降は同梱後の追加修正*/
.page-prev-next {
  border-radius: 99px;
}

.footer a,
.footer .footer-in .sns-buttons a {
  color: #fff;
}


.wp-element-caption {
	margin-top:10px !important;
}

.tagline {
	font-size:18px;
	margin:-24px auto 30px;
	padding:4px;
	background:#FE5A02;
	border-radius:20px;
	width:340px;
}
.hero {
	margin-top:-79px !important;
	margin-bottom:50px !important;
}
.entry-content .wp-block-cover,
.entry-content .wp-block-cover-image {
  margin: 0 calc((100% - 100vw)/2) ;
  min-height: auto;
  width: auto;
	padding-top:100px;
	padding-bottom:100px;
}
.entry-content .wp-block-cover h1 {
	font-size:50px !important;
	text-shadow: 3px 3px 8px #fff;
	color:#2E2017;
}
.entry-content .wp-block-cover p {
	font-size:28px !important;
	font-weight:bold;
	line-height:2.4em;
	text-shadow: 3px 3px 8px #fff;
	color:#2E2017;
}
.entry-content .wp-block-cover p .color {
	color:#FE5A02;
}

.page h1.entry-title {
	display:none;
}
.page .date-tags {
	display:none;
}

.article h2 {
	font-size:38px;
	text-align:center;
	margin-bottom:40px;
	border-radius:40px;
	border-left:20px solid #FFBD26;
	border-right:20px solid #FFBD26;
	color:#2E2017;
}


.article h3 {
	font-size:32px;
	border-radius: 10px;
}
.article h4 {
	font-size:24px;
	margin-top:60px;
	color:#2E2017;
}

.column-wrap {
    gap:2em;
  }





p .bold-red {
	color:#FE5A02;
}

.article ul,ol {
	margin-top:40px !important;
	padding-left:0 !important;
	line-height:2.0;
	list-style: none;
}
.article ul li {
  position: relative;
  padding: 0 0 0 1.6em;
  margin: 0;
  margin-bottom: 24px !important;
}
.article ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f152';
  color: #FFBD26;
}
li:last-child {
	margin-bottom: 0 !important;
}

.br-sp {
	display:none;
} 

.home #navi {
	display:none;
}

.toc-content ul,
.toc-content ol {
	margin-top:0 !important;
	padding-left:0 !important;
	line-height:2.0;
	list-style: none;
}
.toc-content ul li,
.toc-content ol li {
	font-weight:bold;
	margin-bottom:1em;
}

.toc-content ul li li,
.toc-content ol li li {
	font-weight:normal;
	padding-left:0.8em;
	margin-bottom:0;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){

.br-sp {
	display:block !important;
} 
.none-sp {
	display:none;		
}
	
.center-sp	{
	text-align:center;
}

.column-2.order .column-left {
	order:2;
}		
.column-2.order .column-right {
	order:1;
}	
	
	
.hero {
	margin-top:-58px !important;
	margin-bottom:50px !important;
}
	
.entry-content .wp-block-cover,
.entry-content .wp-block-cover-image {
	padding-top:40px;
	padding-bottom:40px;
}	
	
.entry-content .wp-block-cover h1 {
	font-size:32px !important;
	text-shadow: 3px 3px 6px #fff;
}
.entry-content .wp-block-cover p {
	font-size:18px !important;
	line-height:1.6em;
	text-shadow:none;
	text-align:left;
}
	
.entry-content .wp-block-cover p br {
		display:none;
}	

.article h2 {
	margin-top:60px;
	font-size:26px;
}
.article h3 {
	margin-top:40px;
	font-size:22px;
}
.article h4 {
	margin-top:40px;
	font-size:22px;
	text-align:center;
}
	footer .site-name-text {
		font-size:16px !important;
	}
	
}
