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

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

/******************見出しh1のデザインを変更*******************/
h1.entry-title {
color: #000;
text-align: center;	
padding: 80px 20px 100px 30px;  /*余白*/	
background-image: url(http://akatsukifujinomiya.com/wp/wp-content/uploads/2022/08/h1.jpg);
background-size:cover;
background-position:center center;
height: 200px;
width: 100%; 
display: inline-block;
}

/************************************
 * 投稿カテゴリページh1デザインを変更
************************************/
.archive-title {
color: #000;
text-align: center;	
padding: 80px 20px 100px 30px;  /*余白*/	
background-image: url(http://akatsukifujinomiya.com/wp/wp-content/uploads/2022/08/h1.jpg);
background-size:cover;
background-position:center center;
height: 200px;
width: 100%; 
display: inline-block;
}
.archive-title span {
	display:none;
}


/******************見出しh2のデザインを変更*******************/
.article h2 { /*基本デザイン*/
 font-size: 24px;  /*フォントサイズ*/
 color: #fff;
padding: 20px 20px 20px 80px;  /*余白*/
 background:#0e624a; /*背景*/
	background-image: url(https://akatsukifujinomiya.com/wp/wp-content/uploads/2023/01/point.png);
	background-repeat:no-repeat;
	background-position:20px center;
}

/******************複数の固定ページの日付を非表示にする*******************/
.post-2 .date-tags,
.post-18 .date-tags,
.post-105 .date-tags,
.post-108 .date-tags,
.post-3 .date-tags,
.post-12 .date-tags,
.post-16 .date-tags,
.post-14 .date-tags {
display: none;
}

/**************************************
 * 「戻る」ボタン下余白
 ************************************/
.p-button-area {
	text-align: center;
}
.p-button-area input[type='submit'] {
	width: 16em !important;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 100% !important;
	padding: 15px !important;
}
.p-button-area input[type='submit'],
#bbp_reply_submit,{
	display:inline-block;	
}

/*スマホのサイドバーメニューを左から右に表示*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}


/******************表のデザインを変更*******************/
/*--- 会社概要(th) ---*/
.page-id-14 .entry-content th {
    padding: 1.5em 0.8em; /* 余白（上下　左右） */
    text-align: left; /* 左揃え */
    background-color: #eee;
	width: 20%;
}
/*--- 会社概要(td) ---*/
.page-id-14 .entry-content td {
    padding: 1.5em 0.8em; /* 余白（上下　左右） */
}

/*--- 採用情報(th) ---*/
.page-id-16 .entry-content th {
    padding: 1.5em 0.8em; /* 余白（上下　左右） */
    text-align: left; /* 左揃え */
    background-color: #eee;
	width: 20%;
}
/*--- 採用情報(td) ---*/
.page-id-16 .entry-content td {
    padding: 1.5em 0.8em; /* 余白（上下　左右） */
}


















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

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

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