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

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

/*ヘッダーメニュースタイル*/
div.menu-headermenu-container{	
	display: flex;
	position: absolute;
    top: 70%;
	right: 35px;
    transform: translateY(-50%);
    z-index: 1;
}
div.menu-headermenu-container ul{
	list-style: none;	
	display: flex;
	font-size: 16px;	　　
	padding: 10px;
}
div.menu-headermenu-container ul li{
    margin-left: 20px;
	padding-left: 1.5em;
}

.navi-in .has-icon div {
	padding: 3px 1px 0px 2px;
}
.nav_marble::before {
	 content: '\f111';
 	font-family: "Font Awesome 5 Brands";
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;	
}


/*検索窓スタイル*/
.header-search {
  width: 200px !important;
}
.header-search .search-box {
  margin: 0;
}
.header-search input[type="text"] {
  padding: 8px 14px;
  font-size: 14px;
}
.header-search .search-submit {
  color: #ffffff;
}

/*細々スタイル*/

div.copyright{
    color: #604c3f;
}
.single .main{
	padding: 3em;
}
/***** ラベルカラー *****/
.cat-label{
	background-color: #45496A;
	color:#fff;
}
/***** ナビエリア *****/
.menu-item i {
	margin-right: 5px;
}
.navi-in > ul li {
    display: block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    position: relative;
}	
.sub-menu{
	columns: 2;
	column-gap: 50%;	
}
#navi .navi-in a:hover {
	transform: none!important;
}
.navi-in > ul .sub-menu a {
	padding: 0;	
}
.navi-in > ul .sub-menu{
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}
.sub-menu .caption-wrap {
	color:#604c3f;/*サブメニューの文字色*/
	background:#fff;/*サブメニューの背景色*/
	padding:0 0 0 2em;
	margin:0;
	width: 200px;
	height: 60px;
    line-height: 60px;
}
.navi-in > ul .sub-menu a:hover {
	transform: none!important;
}
.navi-in > ul .sub-menu li a:hover {
	color: #b97c7c;
}

div#header-container {
	box-shadow: none;
}
div.item-label{
	font-weight:bold;
}
/************************************
** カルーセル
************************************/
.carousel-entry-card-title{
	display:none;
}

.carousel-in {
  background: transparent;
}
.carousel-entry-card {
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  background: white;
  padding: 5%;
}

.carousel-entry-card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  transition: all .3s ease;
}

.carousel .slick-arrow:before {
  color: #ba7373;
  font-size: 28px;
}

.card-title {
  color: #ba7373;
}

/******************
表のデザインを変更
*******************/
/*--- 表全体(table) ---*/
.entry-content table,
table.works {
	max-width: 900px !important;
	width: 100% !important;
	border-bottom: 1px solid #604C3F; /* 表の一番下の線 */
    border-top: none;
    border-left: none;
    border-right: none;
	background-color: #fff;	
}
.entry-content table tr td:nth-child(1) {
    width: 20%;
}
.entry-content table tr td:nth-child(2) {
    width: 80%;
  }

.wp-block-table thead {
    border-bottom: none;
}
.entry-content th{
	background-color: #fff;	
	color: #604c3f;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #604C3F; 
    border-top: none;
    border-left: none;
    border-right: none;	
}
.entry-content td{
	background-color: #fff;	
	color: #604c3f;
	font-weight: normal;
}
.entry-content tr:not(:last-child) { /* 最後の行以外に適用 */
    border-bottom: 1px solid #604C3F; /* 下線 */
}
.entry-content td{
    padding: 0.8em 0.8em; /* 余白（上下　左右） */
    border:none; /* 線を削除 */
}
div.yyi-rinker-contents {
	margin: 0;
}
.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a, [class*=inline-button-] {
	margin: 0px 0px 5px;
}
.inline-button-white-black {
    color: #604c3f;
    border-color: #604c3f;
}
/******************
CONTENTSページ
*******************/
.article h1.entry-title{
	padding: 15px 0px 10px;		
	font-size: 20px;
} 
h1.entry-title{
	margin: 0px 0px 40px;
	border-top: solid 1px;
	border-bottom: solid 1px;	
  	font-family: "Vujahday Script", cursive;
  	font-weight: 400;
	font-size: 35px;
	font-style: normal;	
}
h1.title_contents small{
	font-size: 14px;
	margin-left: 20px;
}

ul.blog-list { 
	display:flex;
	flex-wrap:wrap;
	list-style: none;
}
ul.blog-list li { 
	width:30%; 
	text-align: left;
}
.img{
	margin: 0px;
	padding: 0px;
}
.title{
	padding-right: 10px;
	font-weight: bold;
}
.title a{
	text-decoration: none;
}
.date{
	font-size: smaller;
	color: #777;
} 

.is-layout-flex {
    gap: 4rem;
}


/******************
TOPページ CSS
*******************/
.main .container{
	background-color: #FFF;
	padding: 3em;
}
.page{
	padding: 4em;	
}
.row{
	margin: 0px 0px 20px;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 1%;
}

h2.title_contents{
	margin: 0px 0px 40px;
	border-top: solid 1px;
	border-bottom: solid 1px;	
  	font-family: "Vujahday Script", cursive;
  	font-weight: 400;
	font-size: 35px;
	font-style: normal;	
	text-align: left;
}
h2.title_contents small{
	font-size: 14px;
	margin-left: 20px;
}
.related-entry-heading{
	margin: 0px 0px 40px;
	padding: 0.1em 1em;
	background-color: #fff;
	border-top: solid 1px;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px;		
	border-radius: 0em;	
    box-shadow: 0 rgba(var(--back-color), 1);	
}
.related-entry-heading:before,
.related-entry-heading:after{
	border: none;
}
span.main-caption{
  	font-family: "Vujahday Script", cursive !important;
  	font-weight: 400;
	font-size: 35px;
	font-style: normal;			
}
span.sub-caption{
	font-size: 14px;
	margin-left: 20px;	
	display: inline-block;	
}
.col-md-3{	font-size: 14px;
	margin-left: 20px;
	display:inline-block;
	width: 23%;
    margin: 0 5px 20px;
	line-height: 1.2;		
}

h3.post-cate-title {
    margin: 0px 0px 10px;	
	padding: 3px 10px;
    font-size: 14px;
	color: #fff;
	background-color: #604C3F;	
}
.post-thumbnail {
	background-color: #EEEAE8;
    text-align: center;
    margin: 0px 0px 5px;
	padding: 10px 10px 5px;
}
.post-tags,
.post-info {
    text-align: left;
    margin: 10px 0px;
	padding: 0px 10px;
    font-size: 12px;
}
.post-info h4 {
    font-size: 16px;
    margin: 0;
}
.post-info h4 a{
	text-decoration: none;
}
.post-info p {
    text-align: left;	
    font-size: 12px;
    margin: 10px 0px 0px;
	color: #777;
}

.post-tags ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.post-tags li {
	font-size: 12px;
    display: inline-block;
    margin-right: 5px;
	padding: 0px;
	line-height: 1.5 !important;	
}
.post-tags li::before {
    content: '#';
	color: #604c3f;
}
.post-tags li a{
	font-size: 12px;
	margin-right: 0.5em;
	text-decoration: none;  
}
.other_row{
	margin: 0;
	padding: 0;
	display: fixed;
	text-align: center;
}

.favorite {
	display: block;
    width: 42px;
    height: 42px;
    padding: 10px 9px;
    float: right;
	font-size: 25px;
}
.entry-content cf{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-start;	
}


/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  width: 255px;
  position: relative;
  display: inline-block;
  margin: 10px 5px;
  padding: 3rem 2rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1.5rem;
}

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #7CAEB9;
}

.btn--yellow,
a.btn--yellow {
  color: #fff;
  background-color: #B9A87C;
}


.btn--purple,
a.btn--purple {
  color: #fff;
  background-color: #977CB9;
}

.btn--pink,
a.btn--pink {
  color: #fff;
  background-color: #B97C7C;
}

.other_row span{
  	font-family: "Playball", cursive;
	font-size: 20px;
	font-weight: normal;
	color: #000;		
	mix-blend-mode: soft-light;
}

.post-thumbnail img{
	max-width: 100%;
    height: auto;
}
/******************
Tag用
 ******************/
.list .a-wrap{
	border: none;
}
.list img{
	max-width:100%;
}
.a-wrap{
	/*transition:unset;*/
	transition-property:none;
}
.ect-tile-card-3 .masonry-brick{
	width:22%;
	height:333px;
}
.card-thumb img{
	aspect-ratio:1;
}
.list a{
	display:inline-block;
}
.ect-vertical-card.ect-tile-card .a-wrap{
	margin:10px 0.5%;
}


/*Recomend欄*/
.entry-card-title, .related-entry-card-title {
    border-bottom: none;
}
/*アコーディオン欄*/
.toggle-button {
	text-align: left;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

	/*ヘッダーメニュースタイル*/
	div.menu-headermenu-container{
		width: 100%;
		display: flex;
		position: absolute;
		top: 90%;
  		left: 0;
 		margin: 0 auto;
		padding: 0 5%;
		text-align: center;
		z-index: 1;	
		background-color: #ebdad1;
	}
	div.menu-headermenu-container ul{	
		text-align: center;		
		font-size: 12px;

		margin: 0;
		padding: 0px;
	}
	div.menu-headermenu-container ul li{
		list-style: none;		
 		margin-right: 5px;
		padding-left: 1.5em;		
	}


}

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

	
/*TOPページ*/	
	.main .container{
		padding: 0px;
	}
	.page{
		padding: 0px;	
	}
	.row{
		display:block;
		unicode-bidi: isolate;
		padding : 0px;
	}
	.col-md-3{
		width: 100%;
		margin: 0px 0px 20px;
	}
	h2.title_contents{
	padding: 5px 0px;
	text-align: center;
	line-height: 1.4;
	}
	h2.title_contents small{
		display: block;
		margin: 0;
		padding: 0 0 10px;
		font-size: 12px;
	}	
	.sub-menu{
		column-gap: 5%;
	}	
	
/*CONTENTSページ*/	
	ul.blog-list { 
		display: block;
		unicode-bidi: isolate;		
		flex-wrap: wrap;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	ul.blog-list li { 
		width: 100%!important; 
		margin: 0px 0px 40px;
		padding: 0px;
	}

.single .main {
    padding: 2em;
}
.entry-content th{
	font-size: 13px;
}

.related-entry-heading {
	padding: 10px 0px;
	text-align: center;
}
span.main-caption{
	line-height: 0.8;
}
span.sub-caption {
	display: block;	
	margin-left: 0px;
}
/*タグページ用*/
.ect-tile-card-3 .masonry-brick{
	width:40%;
	height:205px;
}

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