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

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

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



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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
  .e-card-snippet {
    font-size: 13px;
  }


/*Hタグボーダー非表示*/
.article h3{
border:none;　
}

/*カテゴリー非表示*/
.entry-card .cat-label{
display: none;
}

/*インスタ表示*/
.instagram-media {
	position: relative !important;
}



	

/*
 * フッターウィジェット（左・中・右）をスマホで表示 *
 ********************************/
@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}



 #header .site-name-text {
    font-size: 32px;
	 
  }

/*
 * ページタイトル フォント *
 ********************************/
.header .site-name-text{
font-family: 'League Spartan', sans-serif;
}

/*
* ページタイトル センタリング*
 ********************************/
.entry-title {
	text-align: center;
}

/*
* ページタイトル フォントカラー*
 ********************************/
.header .site-name-text{
 color: #727272;
}

/*
* 画像カラム あいだ*
 ********************************/

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

@media screen and (max-width: 834px){
.is-layout-flex {
  gap: 0.3rem;
}
	}

/*
* 画像カラム *
 ********************************/
@media screen and (max-width: 834px){
.content-in {
    padding-left: 6px;
    padding-right: 6px;
}
	}





/*
* Hタグ*
 ********************************/
.article h1 {
	  line-height: 1.25;
    font-weight: bold;
    margin-left: -0.1em;
    margin-right: -0.1em;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1.62em;
    margin-left: -0.1em;
    margin-right: -0.1em;
	    font-weight: bold;
}



p {
    display: block;
    margin: 1.5em;
}


/*
* ギャラリー padding*
 ********************************/
body {
    --wp--style--block-gap: 0.3em;
}


/*
 * ページ毎にヘッダー背景を上書き
 * https://ar-teryx.com/zin/wp-content/uploads/2023/11/img_83426.jpg *
 ********************************/

	 .header {
	background-image: url("https://ar-teryx.com/zin/wp-content/uploads/2025/06/250624_PC-e1750692613690.jpg");
}





/*トップ画像 サイズ 800px標準*/
/*フロントページの固定ページ*/
.home.page .header .header-in{
  min-height: 900px;
}

/*通常の固定ページ*/
.home .header .header-in{
  min-height: 1100px;
} 

/*通常の固定ページ*/
/*480px以下 600px標準*/
@media screen and (max-width: 480px){.home .header .header-in{
  min-height: 600px;
}
	
		 .header {
	background-image: url("https://ar-teryx.com/zin/wp-content/uploads/2025/06/250624_sma.jpg");
}
} 


/************************************
** ブログカード
***********************************/

.internal-blogcard-footer{
	display: none
}

/*枠線なし*/
.blogcard{
border:none;
}

.blogcard-thumbnail{
width: 50%;
}
.blogcard-title{
font-size:1.2em;
font-weight: bold;
margin:1em; /*タイトル周り余白*/
}