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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.navi {
  display: none !important;
}
body{
	color: #000 !important;
}

a :hover{
  color: #ff6000 !important;;
}

/*　ブログカード　更新日*/
.entry-card-wrap .post-update{
	display:none;
}

/******コンテンツページ　******/

/*左右余白*/

.entry-content>*{
	padding: 0 50px;
}

/*動画*/
video {
max-width:400px; margin-left:75px;
}
@media screen and (max-width: 460px){
video {
max-width:400px; 
	margin-left:0;
}
}

/*テキスト余白*/
 .article p {
    padding-right: 50px;
    padding-left: 50px;
}

/*カバー画像*/
.wp-block-cover,
.wp-block-cover-image {
 min-height:130px !important;
}

.has-text-align-center {
  text-align:center  !important;
}

@media screen and (max-width: 460px){
.wp-block-cover,
.wp-block-cover-image {
 min-height:80px !important;
}
.has-text-align-center {
  text-align: center;
}
}




/*画像　大きさ*/

.column-wrap{
justify-content: flex-start !important;
align-items: flex-start !important;
		align-self: flex-start !important;
	height:100% !important;
	width:100% !important;
	padding:10px 0 10px 10px;
}
.column-wrap > div{
	width:100% !important;
}


/*メーカーロゴ*/
.column-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
	margin:2em 0;
}


/*tableサイズ*/
figure.wp-block-table table{
	width:100% !important;
}
figure.wp-block-table table td{
	white-space:normal !important;
}
figure.wp-block-table table th{
	white-space:nowrap !important;
}

/*Pタグ*/



/*目次*/

.toc-center {
	margin:0;
}
.toc-title{
	display:none;
}
.toc-content ol li ol{
	display:none;
}
#toc.toc{
  padding: 0;
  border: none;
  width: 100%;
}

.toc-li.toc-contentst.open {
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-content{
	padding:0;
	margin:0;
}

.toc-content li
{
	text-align:center;
	float:left;
  position: relative;
	padding-right:30px;
}

.toc-content li:after {
  position: absolute;
  bottom: -30px;
  left:0;
  right:0;
  margin:auto;
	width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;

	
}

@media screen and (max-width: 460px){
	.toc-content li{
		float:none;
		text-align:left;
	}

.toc-content li:after {
	border:none;
	padding:0;
}
	.toc-list.open{
		padding:0 0 0 1em;
	}
}
/* コンテンツページ記事リスト */

.articleList .toc-content{
	display:none;
	}

.articleList{
	}

/******トップページ　写真メニュー******/

aside#custom_html-2{
	padding:0;
	margin:0;
}
	
#catMenu {  
      width;100%;
      display:flex;
      flex-wrap: wrap;
	justify-content: space-around;
	padding-top:22px;
}
#catMenu img{
      width: 50px;
      height: 50px
}

#catMenu a{  
      text-decoration: none;
}

.cBox{
      text-align:center;
      font-size:12px;
	line-height:1.2;
	width:9%;
	}


/******固定ページインデックス******/

#catMenuArt {  
      width;100%;
      display:flex;
      flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom:20px;
}

#catMenuArt img{
      border-radius: 50%;
	object-fit:cover;
      width: 50px;
      height: 50px
}

#catMenuArt .cBox{
      text-align:center;
      font-size:12px;
	line-height:1.2;
	width:9%;
	}

#catMenuArt a{  
      text-decoration: none;
}


@media screen and (max-width: 460px){
	#catMenu {
        display: none !important;
    }
	
#catMenuArt .cBox{
      text-align:center;
      font-size:12px;
	line-height:1.2;
	width:30%;
	}	
}

/******トップページ記事インデックス******/

aside#custom_html-2{
      background-color:#EFF1F5;
		}
.ect-3-columns .entry-card-wrap{
      padding:9px;
	}
	

	

/******記事見出しデザイン******/

.article-header h1{
      text-align:center;
      font-size:30px;
      padding: 0.9rem 1rem;
      color: #355903;
      border-top:3px solid #e6e6e6;
      background-color: transparent;
      background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%, transparent 75%, #f7f7f7 75%, #f7f7f7),
      linear-gradient(45deg, #f7f7f7 25%, transparent 25%, transparent 75%, #f7f7f7 75%, #f7f7f7);
      background-size: 40px 40px;
      background-position: 0 0, 20px 20px;
      text-shadow: 2px 2px 0 #FFF,
               -2px 2px 0 #FFF,
               2px -2px 0 #FFF,
               -2px -2px 0 #FFF;
	margin: 0 0 0 0;
}



.article h2 {
  text-align:center;
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #d8d8d8;
  border-radius: 10px;
  color:#666;
	font-size:28px;
}

.article h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-bottom-width: 14px 12px 0 12px;
  border-bottom-style: solid;
  border-bottom-color: #d8d8d8 transparent transparent transparent;
}

.article h2:after {
  position: absolute;
  bottom: -15px;
  left: 49%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}


.c1 {
	text-align:center;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 0;
  border-bottom: 3px solid #d8d8d8;
  border-radius: 10px;
}

.c1:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-bottom-width: 14px 12px 0 12px;
  border-bottom-style: solid;
  border-bottom-color: #d8d8d8 transparent transparent transparent;
}

.c1:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.c2 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.c2:before,
.c2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.c2:before {
  left: 0;
}

.c2:after {
  right: 0;
}


.c3 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.c3:before,
.c3:after {
  position: absolute;
  content: '';
}

.c3:after { 
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.c3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}


@media screen and (max-width: 460px){
.c4,.article h2 {
	font-size:26px;
	}
	}

.c4 {
	font-size:30px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
	font-family: "Noto Sans JP";
	margin-top: 3.67em;
	margin-bottom:3.15em;
	font-weight:bold;
}

.c4:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 30px);
  width: 70px;
  height: 7px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-repeating-linear-gradient(135deg, #5da100, #5da100 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #5da100, #5da100 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;}



.article h3.c4{
		font-size:30px;
	}


.article h3.c4::before{
	width:0;
	}
.article h3.c4 {
	border:none;
}

/******共通スライダー******/

.n2-section-smartslider{
	margin-bottom:50px;
	background-color:#EFF1F5;
}

/******モバイルヘッダーメニュ******/

.menu-drawer a{
    display: inline-block !important;
}

.menu-drawer li {
    font-size: 1.2rem;
}

/******ブログカードカスタマイズ*******/

.blogcard-site{
	display:none;
}
.blogcard-thumbnail{
		float:none;
		margin-bottom:10px;
	}
.blogcard-content{
	text-align:center;
	margin-left:0px
}



/******カルーセル画像消去設定*******/

/**画像消去設定**/

.sp-pcp-section{
	font-size:12px;	
}


/******投稿ページ画像消去設定*******/

.article-header .eye-catch{
	display:none;
}


/******記事カルーセル(cocoon)*******/

.carousel-entry-card-content .card-title{
	text-align:center;
}


.swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}
.swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/******ヘッダーロゴ*******/

@media screen and (max-width: 834px){
.container {
margin-top:50px;
}
}
.logo-image {
padding:0;
margin-left:0;
margin-top:1em;
margin-bottom:1em;
max-height:60px;/*大きなロゴ画像を使いたい方は、ここの数字を大きくしてみてください*/
}
.logo {/*ロゴ画像を中央に配置したい方は、以下3行を削除*/
text-align: center;
}
.logo-header img {
box-shadow: none!important;
}

/******コンテンツ下部　お問い合わせ*******/

#content-bottom aside,#content-bottom content-bottom-in {
	padding:0px;
	margin:0;
}
#content-bottom .text-pc{
	color:#909281;
	padding:18px;
	background-color:#fff;
	text-align:center;
}
#content-bottom .text-pc a{
	color:#909281;
	background-color:#fcffe1;
	padding:10px;
	border-radius:3px;
	text-decoration:none;
}
#content-bottom .text-pc a.btn_access{
	background-color:#ff6000;
	color:#fff;
}

/******フッター*******/

.footer,.footer aside{
	background-color:#355903;
	color:#fff;
}

.source-org.copyright{
	color:#fff  !important;
	margin-top:30px  !important;
	margin-bottom:15px  !important;
}

.navi-footer-in a{
	color:#fff;
}
 .navi-footer-in a:hover{
	color:#ccc;
	display:block;
}

/******ヘッダー　モバイル表示*******/

@media screen and (max-width: 1023px) and (min-width: 835px){
.admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons {
margin-top: 0;
}}
@media (min-width:835px){
ul.mobile-header-menu-buttons.mobile-menu-buttons{
display:none;
}
}
@media (max-width:834px){
.header-container {

	}
img.site-logo-image{
max-height:35px;
padding:2px 0 0 5px;
box-shadow:none;
}
.mobile-header-menu-buttons {/*ヘッダー背景色を変えるときはここを変更*/
background: #fff;
}


/******投稿記事　カルーセル*******/

.swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}
.swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navi {
  display: none !important;
}

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

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

}

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

}
