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

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

/*カスタムテキスト*/
.cocoon-custom-text-1{
font-size: 3vw;
font-weight: bold;
}

.cocoon-custom-text-2{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:clamp(28px, 2.2vw, 30px);
}

.cocoon-custom-text-3{
  font-size:clamp(28px, 3vw, 50px);
}

.cocoon-custom-text-4{
  font-size:clamp(16px, 1.5vw, 24px);
}

.cocoon-custom-text-5{
  font-size:clamp(18px, 2.2vw, 22px);
}

.entry-title{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*カスタムテキストおわり*/


/*ヘッダーとナビゲーションメニュー背景透過*/
.header,.navi {
background-color: rgba(245, 248, 250,0.55);
}

/*ヘッダーとナビゲーションメニューの後ろにあるヘッダーコンテナ背景透過*/
.header-container{
	background-color:rgba(0,0,0,0);
　　z-index:10;
	/*rgba(245, 248, 250,0.99);*/
}
#main{
	background-color:rgba(0,0,0,0);
}

/*PC画面でヘッダーが特定の広さから広がらなくなってしまうことを防ぐ*/
.wrap{
	width: auto;
}

.body{
	background-color:rgba(0,0,0,0);
}

body.page-id-46,
body.category,
body.single:not(.exclude-custom-style){
    background-color: #B2BEB5;
}

.page-id-46 .footer,
.category .footer,
.single:not(.exclude-custom-style) .footer,
.single:not(.exclude-custom-style) .sidebar,
.single:not(.exclude-custom-style) .wp-block-heading{
    background-color: #B2BEB5;
}


/*メニューアイコンの色*/
.fa-house:before { color:#6a7f9b; }/*色暫定*/
.fa-building:before { color:#6a7f9b; }/*色暫定*/
.fa-child:before { color:#6a7f9b; }/*色暫定*/
.fa-envelope:before { color:#6a7f9b; }/*色暫定*/
.fa-commenting:before { color:#6a7f9b; }/*色暫定*/
.fa-chevron-down:before { color:#6a7f9b; }/*色暫定*/
/*メニューアイコンの色おわり*/

/*＞アイコンの前にスペース*/
.fa-chevron-right: before { 
     content: "&nbsp;" /* 半角スペース */;
}
.fa-chevron-down: before { 
     content: "&nbsp;" /* 半角スペース */;
}
/*＞アイコンの前にスペースおわり*/


/*固定ページの作成・更新日非表示*/
.post-3 .date-tags,/*プライバシーポリシー*/
.post-8 .date-tags,/*メンテナンスページ*/
.post-31 .date-tags,/*企業情報*/
.post-32 .date-tags,/*企業理念*/
.post-33 .date-tags,/*会社概要*/
.post-34 .date-tags,/*事業紹介*/
.post-35 .date-tags,/*沿革*/
.post-36 .date-tags,/*代表挨拶*/
.post-37 .date-tags,/*活動*/
.post-38 .date-tags,/*活動予定*/
.post-39 .date-tags,/*活動報告*/
.post-41 .date-tags,/*アーカイブ*/
.post-42 .date-tags,/*お問い合わせ*/
.post-44 .date-tags,/*SNS*/
.post-45 .date-tags,/*SNSリンク*/
.post-46 .date-tags,/*blog*/
.post-82 .date-tags/*トップページ*/{
display: none;
}
/*固定ページの作成・更新日非表示おわり*/


/*メガメニュー*/
[class*='mega-content'] {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  top: 60px;

}

/* モバイルはメガメニュー非表示 */
.menu-drawer [class*='mega-menu'] {
  display: none;
}




/*メガメニューのホバー*/
.menu-item a:hover{
	color: #000000!important;
	background: #cccccc;
	transition: all 0.5s ease;
}



/*メガメニューの背景透過&ぼかし*/
.mega-content0,
.mega-content1,
.mega-content2 {
		position: fixed;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color:rgba(245, 248, 250,0.44);
  width: 100%;  /* autoによる既定値 */
  height: 100%;
	z-index:100;

}

/*メガメニューが隠れちゃうので*/
.main{
	z-index: 1;
}



/*企業情報メガメニュー*/
.company-info {

}

/*メガメニューカード型リンクコンテナ*/
.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
/*メガメニューカード型*/
.card {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
	height:242.39px;
}
/*メガメニューカード型ホバー*/
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(106, 127, 155, 0.66);
}
/*メガメニューカード型入れる写真*/
.card-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}
/*メガメニューカード型文字*/
.card-content {
    padding: 15px;
    background: #fff;
    text-align: center;
}

/*メガメニューシンプルリンクボタンコンテナ*/
.link-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
/*メガメニューシンプルリンクボタン*/
.link-button {
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, box-shadow 0.3s;
}
/*メガメニューシンプルリンクボタンホバー*/
.link-button:hover {
    background: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*メガメニューの見出し*/
.mega-menu-midashi{
	width: 80%; /* 画面幅の80%分のスペースを確保 */
	margin-top: 3%;/* 上側の余白を10% */
	margin-left: 11%; /* 左側の余白を10% */
	margin-bottom: 3%;
	font-size: 2em;
	font-weight: bold;
}



/*メガメニューのボックス*/
.mega-menu-inbox{
	background-color: rgba(245, 248, 250,0.99);
	width:100%;
	height: 70%;
    position: fixed; /* 画面の上から60pxに固定 */
    top: 0px; /* 画面上から60pxの位置 */
    left: 0;
}


.content {

}


/*フッター上メニュー*/
.footer-company-info {
    background-color: rgba(0,0,0,0);
    padding: 3vw;
	margin-left: 0;
	margin-right: 0;
    width: 100vw;
  
}

.footer-company-info h2 {
    font-size:clamp(16px, 1.8vw, 28px);
 margin-top: 3vw;
padding: 3vw 1vw;	
background-color: rgba(0,0,0,0)
}

.above-footer-link-buttons {
    display: flex;
    justify-content: space-around;
    gap: 1vw;
    margin-top: 3vw;
	}

.above-footer-link-button {

    padding: 1.5vw 2vw;
	text-align: center;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
        font-size:clamp(14px, 1.5vw, 20px);
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: backgound 0.3s, box-shadow 0.3s;
	letter-spacing: 0.5vw;
	display: inline-block;
	width: 20vw;
	
}

.above-footer-link-button:hover {
    background: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*フッター上メニューおわり*/


/*トップページリンクメニュー*/

.toppage-link-buttons {
  text-align: center; /* インライン要素を中央揃え */
  margin-top: 2em; /* 必要に応じて余白も調整 */
}

.toppage-link-button {

    padding: 0.8vw 0.8vw;
	text-align: center;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size:clamp(14px, 1.5vw, 20px);
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: backgound 0.3s, box-shadow 0.3s;
	letter-spacing: 0.5vw;
	display: inline-block;
	width: 20vw;
		
}

.toppage-link-button:hover {
    background: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*トップページリンクメニューおわり*/


/* アコーディオンメニュー */
.accordion-003 {
     max-width: 500px;
    margin-bottom: 44px;
    border-bottom: 2px solid #899abd;
	margin-left: 11wv;
	margin-right: 11wv;	
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 0.5em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size: 1.3em;
	
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
	
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
/* アコーディオンメニュー おわり*/


/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}


/*フロントタイトルリスト */
.info-list{
	padding: 1vw;
}
.info-list-item {
	display:flex;/*横並びに変更*/
	flex-direction: row-reverse;/*前後逆に*/
	justify-content: flex-end;/*前後逆に*/
	padding-bottom:0px;/*文字間調整*/
	margin-left:1vw;
	margin-right:1vw;
}
.info-list-item-categorys {
	display:none;/*カテゴリ消す*/
}
.info-list-item-date {
	font-size:16px;/*日付大きさ*/
	margin-left:5px;/*文字間調整*/
	color:green;/*日付文字色変更*/
}
.info-list-content{
	margin:0px;/*文字間調整*/
}

.info-list-caption{
	display:none;
}


/*カスタムテキスト1*/
.cocoon-custom-text-1{
font-size: 5vw;
font-weight: bold;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/*モバイルメニュー　文字消す*/
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
  .mobile-menu-buttons .menu-icon{
	color: #6a7f9b;	
	}
	
/*×アイコンを移動*/
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

	#navi-menu-close, #sidebar-menu-close, #search-menu-close, #share-menu-close, #follow-menu-close {
		background-color: rgba(245, 248, 250,0.1);
	}
	
/*モバイルメニュー背景色*/
.navi-menu-content {
background-color: rgba(245, 248, 250,0.9);
}
	
.menu-drawer a {
font-size: 0.9em;
line-height: 1.6em;
border-bottom: solid 1px #e6e6e6;
}
.menu-drawer a:hover {
background-color:rgba(106, 127, 155,0.66);　/*マウスオーバー時の背景色*/

}
.sub-menu li {                                      

font-size: 0.9em;
color: #e6e6e6;
	
}
	
.menu-drawer .sub-menu {
    padding-left: 8vw;
}
	

	
}



/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/*スマホの時だけ改行させるクラス*/
	    .br-sp {
        display: block;
    }


}
/*トップページの事業紹介スライダーの表示非表示*/
	/* PC（834px超）では… */
@media screen and (min-width: 835px) {
  /* スライダー（大）を表示 */
  .post-82 #wp-block-themeisle-blocks-slider-09b23e67 {
    display: flex;
  }

  /* スライダー（小）は非表示 */
  #wp-block-themeisle-blocks-slider-83cae01c {
    display: none;
  }
}

/* スマホ（834px以下）では… */
@media screen and (max-width: 834px) {
  /* スライダー（大）は非表示 */
  .post-82 #wp-block-themeisle-blocks-slider-09b23e67 {
    display: none;
  }

  /* スライダー（小）を表示 */
  #wp-block-themeisle-blocks-slider-83cae01c {
    display: flex;
  }
}





@media (max-width: 600px) {
/*フッター上メニュー*/
.footer-company-info {
    background-color: rgba(0,0,0,0);
    padding: 3vw;
	margin-left: 0;
	margin-right: 0;
    width: 100vw;
  
}

.footer-company-info h2 {
    font-size:clamp(16px, 1.8vw, 28px);
 margin-top: 3vw;
padding: 3vw 1vw;	
background-color: rgba(0,0,0,0)
}

.above-footer-link-buttons {
    display: flex;
    justify-content: space-around;
    gap: 1vw;
    margin-top: 3vw;
	}

.above-footer-link-button {

    padding: 1.5vw 2vw;
	text-align: center;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
        font-size:clamp(14px, 1.5vw, 20px);
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: backgound 0.3s, box-shadow 0.3s;
	letter-spacing: 0.5vw;
	display: inline-block;
	width: 35vw;
	
}

.above-footer-link-button:hover {
    background: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*フッター上メニューおわり*/
	
	/*スマホ用トップページリンクメニュー*/

.toppage-link-buttons {

}

.toppage-link-button {

    padding: 1.5vw 2vw;
	text-align: center;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size:clamp(14px, 1.5vw, 20px);
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: backgound 0.3s, box-shadow 0.3s;
	letter-spacing: 0.5vw;
	display: inline-block;
	width: 40vw;
		
}

.toppage-link-button:hover {
    background: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*トップページリンクメニューおわり*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .mobile-menu-buttons{
  height: 8.8%;
  }
	
}




/*お問い合わせフォームCSS*/
/* フォーム全体のスタイリング */
.custom-form {
    max-width: 600px; /* フォーム全体の最大幅を指定し、中央寄せでバランスを整える */
    margin: 0 auto; /* 中央に配置 */
    font-family: 'Arial', sans-serif; /* フォーム全体のフォントを指定 */
    color: #333; /* テキストの色を濃いグレーに設定 */
}

.custom-form label {
    display: inline-block; /* ラベルを独立したブロック要素として扱う */
    margin-bottom: 8px; /* ラベル下に余白を追加して間隔を調整 */
    font-weight: bold; /* ラベルの文字を強調 */
    font-size: 14px; /* ラベルの文字サイズを調整 */
}

/* 必須ラベルのスタイリング */
.custom-form .required {
    display: inline-block; /* 必須ラベルをインラインで表示 */
    margin-left: 5px; /* ラベルと必須マークの間隔を調整 */
    padding: 2px 6px; /* 内側の余白を設定して視認性を向上 */
    font-size: 12px; /* 必須ラベルの文字サイズを指定 */
    color: #fff; /* テキスト色を白に設定 */
    background-color: #5f98e3; /* 必須ラベルの背景色をメインカラーに設定 */
    border-radius: 3px; /* ラベルを角丸にして柔らかい印象に */
    font-weight: bold; /* ラベルの文字を太字に */
}

.custom-form .un-required{
    display: inline-block; /* 必須ラベルをインラインで表示 */
    margin-left: 5px; /* ラベルと必須マークの間隔を調整 */
    padding: 2px 6px; /* 内側の余白を設定して視認性を向上 */
    font-size: 12px; /* 必須ラベルの文字サイズを指定 */
    color: #fff; /* テキスト色を白に設定 */
    background-color: #6a7f9b; /* 必須ラベルの背景色をメインカラーに設定 */
    border-radius: 3px; /* ラベルを角丸にして柔らかい印象に */
    font-weight: bold; /* ラベルの文字を太字に */
}

/* 入力フィールド */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form input[type="company"],
.custom-form input[type="subject"],
.custom-form textarea {
    width: 100%; /* フィールド幅をフォームに合わせて最大化 */
    padding: 10px; /* 内側の余白を設定して入力しやすくする */
    margin-bottom: 30px; /* 各フィールドの下に余白を設定して間隔を広げる */
    border: 2px solid #6a7f9b; /* メインカラーを枠線に適用 */
    border-radius: 5px; /* 入力フィールドを角丸に */
    background: #f8f9fa; /* フィールド背景を薄いグレーに設定 */
    font-size: 14px; /* フィールド内テキストのサイズを指定 */
    transition: border-color 0.3s ease, background-color 0.3s ease; /* フォーカス時のスムーズな変化を設定 */
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="tel"]:focus,
.custom-form input[type="company"]:focus,
.custom-form input[type="subject"]:focus,
.custom-form textarea:focus {
    border-color: #8ccad7; /* フォーカス時の枠線色を強調 */
    outline: none; /* ブラウザデフォルトのフォーカス枠を削除 */
    background: #e6f7fa; /* フォーカス時の背景色をメインカラーの薄いバリエーションに変更 */
}

/* 送信ボタンの調整 */
.custom-form input[type="submit"] {
    display: block; /* ブロック要素として中央揃えしやすく設定 */
    width: 80%; /* ボタン幅を適度に制限 */
    margin: 0 auto; /* ボタンを中央寄せ */
    padding: 12px 20px; /* ボタン内側の余白を調整 */
    border: none; /* 枠線を削除してシンプルなデザインに */
    border-radius: 25px; /* ボタンを丸みのある形状に設定 */
    background: #6a7f9b; /* ボタン背景にメインカラーを適用 */
    color: #fff; /* ボタン文字を白に設定 */
    font-size: 16px; /* ボタン文字のサイズを指定 */
    cursor: pointer; /* ボタンにホバーポインタを表示 */
    transition: background-color 0.3s ease; /* ホバー時の背景色変更をスムーズに */
}

.custom-form input[type="submit"]:hover {
    background: #6faebd; /* ボタンホバー時にメインカラーの濃いバリエーションを表示 */
}
/*お問い合わせフォームCSSおわり*/

/* 送信完了メッセージのカスタマイズ */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #6a7f9b;  /* 薄い黄色 (背景) */
    color: #ffff;               /* 文字色 (暗めの色) */
    border: 2px solid #8ccad7; /* メインカラーのボーダー */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

/* メッセージの間に余白を追加 */
.wpcf7 form.sent .wpcf7-response-output p {
    font-size: 16px;
    line-height: 1.5;
}

/* メッセージが表示された時にアニメーション */
.wpcf7 form.sent .wpcf7-response-output {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

/* アニメーションの定義 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* 送信完了メッセージのカスタマイズおわり */

/*reCAPTCHAロゴを消す*/
.grecaptcha-badge { visibility: hidden; }




/*Blogページ*/

/*ヘッダー風に画像を貼るためのコード*/
.page-id-46 .header-container{
	height:0;
	visibility:hidden;
}
.page-id-46 .header
{
	visibility:hidden;
}


.page-id-46 .wp-block-columns{
	height:0;
	margin-bottom:0;
}

.page-id-46 #navi-in{
visibility:hidden;
}

.page-id-46 .entry-content{
	margin-top:0;
	margin-bottom:0;
	height:auto;
}
.page-id-46 body {
	margin: 0;
	padding: 0;
}
.page-id-46 .main{
	padding: 0px 16px;
}
.page-id-46 .content{
	margin-top:0;
}

/*ブログトップ画面幅いっぱい*/
.blog-top-img {
	background: #26a69a;
	padding: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*ブログのナビメニュー*/
.blog-nav-menu{
    min-width:100wv;
	max-width:100vw;
	
}

/*ブログのナビメニューを画面幅いっぱい*/
.blog-nav-img {
	background: #26a69a;
	padding: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

/*399px以下*/
@media screen and (max-width: 399px){
  /*必要ならばここにコードを書く*/
  .blog-nav-img {
	background: #26a69a;
	padding: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height:4.76%;
	}
	
}

.blog-nav-menu ul {
list-style:none;/*デフォルトの指定を解除*/
margin:0;/*デフォルトの指定を解除*/
padding:0;/*デフォルトの指定を解除*/
display:table;
width:100%;/*幅を100%に*/
}
.blog-nav-menu li {
display:table-cell;
}
.blog-nav-menu img {
max-width:100%;/*画像の幅を最大100%に*/
}

.blog-nav-img img {
  display: block;
  width: 100%;
  height: auto;
}


.page-id-46 .admin-pv {
  display: none !important;
}

.page-id-46 .ect-vertical-card .entry-card-wrap {
  padding: 10px;
}

.page-id-46 .ect-vertical-card .entry-card-wrap img {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.page-id-46 .entry-card-title{
  font-size: 16px;
  margin-top: 0.5rem;
}
.page-id-46 .related-entry-card-title {
  font-size: 16px;
  margin-top: 0.5rem;
}

.page-id-46 .post-date {
  margin-right: 10px !Important;
}

.page-id-46 .entry-card-thumb .cat-label {
  top: -6px;
  left: 0;
  padding: 5px;
  background-color: rgba(144, 238, 144, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  color: #222;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

/*blogカテゴリーページ*/
/*ヘッダー風に画像を貼るためのコード*/
.category .header-container{
	height:0;
	visibility:hidden;
}
.category .header
{
	visibility:hidden;
}


.category .wp-block-columns{
	height:0;
	margin-bottom:0;
}

.category #navi-in{
visibility:hidden;
}

.category .entry-content{
	margin-top:0;
	margin-bottom:0;
	height:auto;
}
.category body {
	margin: 0;
	padding: 0;
}
.category .main{
	padding: 0px 16px;
}
.category .content{
	margin-top:0;
}

.category .admin-pv {
  display: none !important;
}

.category .ect-vertical-card .entry-card-wrap {
  padding: 10px;
}

.category .ect-vertical-card .entry-card-wrap img {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.category .entry-card-title{
  font-size: 16px;
  margin-top: 0.5rem;
}
.category .related-entry-card-title {
  font-size: 16px;
  margin-top: 0.5rem;
}

.category .post-date {
  margin-right: 10px !Important;
}

.category .entry-card-thumb .cat-label {
  top: -6px;
  left: 0;
  padding: 5px;
  background-color: rgba(144, 238, 144, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  color: #222;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.category .archive-title{
	display:none;
}

.category .main{
	margin-top:0;
}


/*カテゴリーページをワンカラムにしてサイドバーを消す*/
.category .sidebar{
	display:none;
}
@media screen and (min-width: 1024px) {
	.category .content-in {
		display: block;
	}
	.category .main,
	.category #sidebar {
		width: 100%;
	}
}


/*blog投稿ページ*/
/*ヘッダー風に画像を貼るためのコード*/
.single:not(.exclude-custom-style)/*←phpに記載在り*/ .header-container{
	height:0;
	visibility:hidden;
}
.single:not(.exclude-custom-style) .header
{
	visibility:hidden;
}


.single:not(.exclude-custom-style) .wp-block-columns{
	height:0;
	margin-bottom:0;
}

.single:not(.exclude-custom-style) #navi-in{
visibility:hidden;
}

.single:not(.exclude-custom-style) .entry-content{
	margin-top:0;
	margin-bottom:0;
	height:auto;
}
.single:not(.exclude-custom-style) body {
	margin: 0;
	padding: 0;
}
.single:not(.exclude-custom-style) .main{
	padding: 0px 16px;
}
.single:not(.exclude-custom-style) .content{
	margin-top:0;
}

.single:not(.exclude-custom-style) .admin-pv {
  display: none !important;
}

.single:not(.exclude-custom-style) .ect-vertical-card .entry-card-wrap {
  padding: 10px;
}

.single:not(.exclude-custom-style) .ect-vertical-card .entry-card-wrap img {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.single:not(.exclude-custom-style) .entry-card-title{
  font-size: 16px;
  margin-top: 0.5rem;
}
.single:not(.exclude-custom-style) .related-entry-card-title {
  font-size: 16px;
  margin-top: 0.5rem;
}

.single:not(.exclude-custom-style) .post-date {
  margin-right: 10px !Important;
}

.single:not(.exclude-custom-style) .entry-card-thumb .cat-label {
  top: -6px;
  left: 0;
  padding: 5px;
  background-color: rgba(144, 238, 144, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  color: #222;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.single:not(.exclude-custom-style) .main{
	margin-top:0;
}

.exclude-custom-style .entry-title{
	border-bottom: 1px solid;
	padding-bottom:1%;
}
.exclude-custom-style .under-entry-content{
	display:none;
}

.logo-menu-button.menu-button {
  justify-content:flex-start;
  padding-left:22px;
}


@media screen and (max-width: 768px) {
  .slide-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px;
  }

  .slide-cards > .wp-block-cocoon-blocks-column-left,
  .slide-cards > .wp-block-cocoon-blocks-column-right {
    flex: 0 0 80%;
    min-width: 250px;
    max-width: 80%;
    scroll-snap-align: center;
    box-sizing: border-box;
  }
}
