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

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

p, .paragraph {
    margin: 0;
}

.is-style-default{
    line-height: 1.3;
}

.main {
    padding: 0px 29px;
}

.entry-content {
    margin-top: 0;
    margin-bottom: 3em;
}

.entry-content > *{
    margin-top: 0.6em;
}

.entry-card-title{
    font-weight: normal;
}

.entry-card-snippet{
    font-size: 1em;
    max-height: 7.8em;
    line-height: 1.3;
    overflow: hidden;
    text-align: right;
    margin: 2em 0.5em 0 0;
}

.navi {
	background-image: url("https://kashi-koubou.com/wp-content/uploads/2020/11/mokume.jpg");
	background-color: transparent;
}
.navi-in a:hover{
	color: #b79129!important;
	background-color: transparent;
}

.footer-bottom-logo .logo-image {
	max-width: 100%;
}

/*固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*固定ページのシェアボタンを非表示*/
.page .sns-share{
  display: none;
}

/*固定ページのフォローボタンを非表示*/
.page .sns-follow{
  display: none;
}

/*固定ページの投稿日を非表示*/
.page .post-date{
  display: none;
}

/*固定ページの更新日を非表示*/
.page .post-update{
  display: none;
}

/*固定ページの投稿者名を非表示*/
.page .author-info{
  display: none;
}

/*固定ページのタイトルを非表示*/
.page .entry-title{
  display: none;
}

.home.page .toc {
 display: none;
}

.date-tags {
  display: none;
}

.date{
	font-size: .8em;
	color: rgba(0,0,0,.5);
	text-decoration: underline;
}

.price{
	margin: 0;
	text-align: right;
}

h2 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	position: relative;
	padding: 0.8rem 2rem!important;
	color: #fff;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	background-image: url("https://kashi-koubou.com/wp-content/uploads/2020/11/mokume.jpg")
}

.article h2, .article h4{
	margin: 0 0 1em;
}

.tel{
	font-size: 1.7em;
	font-weight: bold;
	color: #6c1f19;
}


div.whatsnew {
    margin: 10px 0 20px!important;
}



/* サイド背景 */
.sidebar {
	background: #b79129;
}


h1 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  background-image: url("https://kashi-koubou.com/wp-content/uploads/2020/11/icon.png");
  background-repeat: no-repeat;
  background-position: 10px; 20px; 
}

h1:before,
h1:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h1:before {
  top: 0;
}

h1:after {
  bottom: 0;
}

.entry-card .admin-pv {
	display: none;
}

.archive-title span {
    display: none;
}

.txt{
overflow: hidden;
zoom:1;
font-size: 1.2em;
}

.txt:first-letter{
float: left;
line-height: 1;
font-size: 310%;
padding-right: 5px;
padding-top: 5px;
}

.txt1{
font-size: 1.2em;
}

.syomei{
padding: 0 1em;
text-align: right;
}



.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 20px 10px 9px!important;
    color: #fff;
    text-align: center;
    font-size: 1.5em!important;
    background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.5) 90%,transparent)!important;
}

.appeal-content {
    max-width: 1028px;
    background-color: transparent;
    margin: auto;
    padding: 0;
    text-align: right;
    border-radius: 4px;
    display: block;
    position:absolute;
    right: 100px;
}
.appeal-message {
margin-top: 3em;
    max-width: 600px;
}


.widget-title{
	display: none;
}

.textwidget{
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.wp-show-posts-image.wpsp-image-center {
    display: block;
    text-align: left!important;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.blocks-gallery-grid .blocks-gallery-item,
	.wp-block-gallery .blocks-gallery-item {
		width: 100% !important;
		margin: 0 0 16px !important;
	}
	.appeal div.appeal-in {
		min-height: 400px;
	}
	.appeal-content {
		right: 0px;
	}
	.appeal-message {
		padding: 20px 20px 0;
	}
	.ect-entry-card .entry-card-wrap .entry-card-thumb {
		width: 100%;
		float: none;
	}

}

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

}
