@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){
  /*必要ならばここにコードを書く*/
}


/************************************
** TOPお知らせリスト用
************************************/
.wp-block-latest-posts__list-wrapper > ul,
.wp-block-latest-posts__list{
  list-style: none;
  padding:0;
  margin:0;
}
.wp-block-latest-posts__list-wrapper > ul li,
.wp-block-latest-posts__list li { 
  border-bottom:2px dashed;
  border-color:#9C8860; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  max-width:100%; /* 横幅 */
  padding: 0 0 0.5em 1.4em;
}
.wp-block-latest-posts__list-wrapper > ul li span.date { 
  display: block;
  font-size: .8215em;
}
.wp-block-latest-posts__list-wrapper > ul li:last-child,
.wp-block-latest-posts__list li:last-child{ 
  border:none;
}
.wp-block-latest-posts__list-wrapper > ul li:before,
.wp-block-latest-posts__list li:before {
  font-family: FontAwesome;
  content: "\f18c"; /*アイコン*/
  color:  #9CCA45; /* 点の色 */
  position: absolute;
  left:0;
}
@media screen and (max-width: 767px){
	.wp-block-latest-posts__list-wrapper{
		padding-left: 25px;
	}
}


/************************************
 * 見出しh1のデザインを変更
************************************/
h1.entry-title {
text-align: center;	
padding: 0px 20px 70px 30px;  /*余白*/	
background-image: url(https://fuji-marubi.jp/wp/wp-content/uploads/2023/11/h1.png);
background-repeat: no-repeat;
background-size:auto 100px;
background-position:left center;
/* height: 100px; */
width: 100%; 
display: inline-block;
}

/************************************
 * 投稿カテゴリページh1デザインを変更
************************************/
.archive-title {
text-align: center;	
padding: 0px 20px 70px 30px;  /*余白*/	
background-image: url(https://fuji-marubi.jp/wp/wp-content/uploads/2023/11/h1.png);	
background-repeat: no-repeat;
background-size:auto 100px;
background-position:left center;
/* height: 100px; */
width: 100%; 
display: inline-block;
}
.archive-title span {
	display:none;
}

/************************************
**見出しh2のデザインを変更
************************************/
.article h2 {
 font-size: 26px;
 color: #ffffff;
padding: 35px;
background-image: url(https://fuji-marubi.jp/wp/wp-content/uploads/2023/11/h2.png);
background-size:cover;
background-position:left center;
height: 100px;
width: 100%; 
display: inline-block;
}

/************************************
**見出しh3のデザインを変更
************************************/
.article h3 {
 font-size: 22px;
padding: 20px 20px 40px 100px;
background-image: url(https://fuji-marubi.jp/wp/wp-content/uploads/2023/11/h3.png);
/*background-size:cover;*/
background-repeat: no-repeat;
background-color:#ffffff;	
background-position:left center;
width: 100%; 
display: inline-block;
border: none;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.article h3 {
		padding-left:75px;
	}
}
/************************************
**左サイドバーのデザインを変更
************************************/
.sidebar h3{
  background-color:#125A54;/*好きな背景色にする*/
  color:#ffffff;/*好きな文字色にする*/
  padding:16px 10px;
  margin:16px 0;
}
.sidebar h2{
  background-color:#125A54;/*好きな背景色にする*/
  color:#ffffff;/*好きな文字色にする*/
  padding:16px 10px;
  margin:16px 0;
}
/************************************
** topお知らせの日付表示
************************************/

/*フロントページの更新日を表示*/
.new-entry-card-date {
  display: block;
}
/*フロント固定ページの更新日を非表示*/
.post-25 .date-tags, 
.post-9 .date-tags, 
.post-23 .date-tags, 
.post-3 .date-tags, 
.post-19 .date-tags, 
.post-21 .date-tags, 
.post-518 .date-tags, 
.post-27 .date-tags{
display: none;
}
/*フロント固定ページのみアピールエリアを非表示*/
.home.page #appeal {
	display: none;
}
@media screen and (max-width: 480px) {
#appeal {
	display: none;
}
}
/************************************
**モバイルスライドインメニュー
************************************/
/*ヘッダーの色と高さ、アイコンの位置を調整*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #ffffff;
	color: #333333;
	height: 55px;
	padding-top: 8px;
}
.logo-menu-button.menu-button{
	background-color: #ffffff;
	height: 55px;
}

/*スライドインメニューをカスタマイズ*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(18, 90, 84,0.8);
	transform: translateX(101%);
}

.menu-drawer a{
	font-size: 0.9em;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height: 3em;/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.7);
	background-color: rgba(30,124,209,0);
}

ul.menu-drawer:before{
	border-bottom: 1px dotted #fff;
	font-size:1.2em;
	text-align:left;
	color:#fff;
	margin-bottom:1em;
	padding-left: 7px;
	line-height:3em;
	content: "Contents";
	display: inline-block;
	width: 100%;
}

/* ↓↓ナビゲーションメニュー、サイドバーの×ボタン */
.menu-close-button {
  margin-right: 8%;
  text-align: right;
  color: #ffffff;
  opacity: 0.7;
}


/************************************
** ページTOPへ戻る　
************************************/
go-to-top {
right: -20px ; /*右からの位置*/
bottom: 20px; /*下からの位置*/
}
.go-to-top-button {
width: 60%;
height: auto;
}

/**************************************
 * アンカーのずれ調整
 ************************************/
	.anchor {
		margin-top: -100px !important;
		padding-top: 100px !important;
	}	



/************************************
** グローバルメニュー用　
************************************/
.menu-item i {
padding: 0px 5px 10px 0px;
color: #EEC100;
}
/************************************
** コンテンツ部分の横100％背景
************************************/
/*カスタムhtmlで<div class="haikei"></div>を囲っていれよ　中身はカラムで囲わないと100％表示になっちゃうよ*/
.haikei {
	background-color: #E9E4D6;
	margin: 0 calc((100% - 100vw) / 2);
	padding: 45px 29px 1em;
	margin-bottom: 30px;
}
.haikei > p,
.haikei > div,
.haikei > h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1142px;
}
@media screen and (max-width: 1202px) {  
  .haikei > h2 {
    padding: 25px calc((100vw - 100%) / 2) 15px;
  }
}
@media screen and (max-width: 768px) {  
  .haikei {
    padding: 50px 10px 1em;
  }
  .haikei .column-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {  
  .haikei > h2 {
    padding: 10px calc((100vw - 100%) / 2) 8px;
  }
}

/************************************
** ブロックに全幅（100％）指定　
************************************/
/*ブロック→高度な設定→追加 CSS クラスに　full-wide-screen　を記載*/
.full-wide-screen{
margin:0 calc(50% - 50vw);
}
.header-container-in.hlt-top-menu,#navi-in {
  width:100%;
font-weight:bold;
}


/************************************
** 固定ページのテーブル化レスポンシブ調整　
************************************/

/*テーブルをレスポンシブ化する */ 
.agn-left {
  text-align: left;/*thはセンター揃えなので左揃えにしたいthセルに適用*/
}
.pc-tablehead th{
  white-space: nowrap;/*セル内で改行しない*/
}
/*スマホ表示用*/
  @media screen and (max-width: 480px) {
    .pc-tablehead{
      display: none;/*【1】PCで1行目に表示されているタイトルを非表示に*/
    }
    .vertical-table th{
      border-bottom: none;/*【2】上下の枠線が二重になるのを防止*/
      display: block;/*【3】PCの一列目を縦積みにする*/
      width: 100%;
    }
    .vertical-table td {
      border-bottom: none;/*【2】上下の枠線が二重になるのを防止*/
      display: block;/*【3】PCの2列目以降も縦積みにする*/
      width: 100%;
    }
    .last td:last-child {
        border-bottom: solid 1px #8a9992;/*【4】表の一番下になるセルだけ下線を引く*/
     }
    .vertical-table td:before {
      content: attr(aria-label);/*【5】aria-labelで指定した値を表示させる*/
      display: inline-block;
      font-weight: bold;
      float: left;
      text-align: left;
      padding-right: 1em;
      white-space: nowrap;
    }
    .label br {
      display: none;/*【6】PCでセル内改行した箇所を改行させない*/
    }
/*スマホ表示用ここまで*/
}
/*テーブルをレスポンシブ化するここまで */

/*ギャラリー　投稿画面右下の追加CSSに『fg-0』を記載 */
.wp-block-gallery.has-nested-images.fg-0 figure.wp-block-image {
    flex-grow: 0;
}

/*
tableの料金
*/
	.u-tac { text-align: center;}
@media screen and (max-width: 480px) {
    .u-tac { text-align: left; }
}
