@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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

/*フロント固定ページの目次を非表示*/
.home.page .toc {
 display: none;
}

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

/*フロント固定ページのメイン部分のh3を非表示*/
.page-id-138 .article h3{
  display: none;
}

/*複数の固定ページの日付を非表示にする*/
.post-2 .date-tags,
.post-318 .date-tags,
.post-1180 .date-tags,
.post-1194 .date-tags,
.post-1137 .date-tags,
.post-1198 .date-tags,
.post-1225 .date-tags,
.post-1135 .date-tags,
.post-1133 .date-tags,
.post-1131 .date-tags,
.post-1208 .date-tags,
.post-381 .date-tags,
.post-1121 .date-tags,
.post-384 .date-tags,
.post-1119 .date-tags,
.post-1227 .date-tags,
.post-1169 .date-tags,
.post-1165 .date-tags,
.post-1139 .date-tags,
.post-1112 .date-tags,
.post-306 .date-tags,
.post-138 .date-tags,
.post-136 .date-tags,
.post-1076 .date-tags,
.post-1469 .date-tags,
.post-1682 .date-tags,
.post-2324 .date-tags,
.post-2327 .date-tags,
.post-2333 .date-tags,
.post-2369 .date-tags,
.post-2428 .date-tags,
.post-2430 .date-tags,
.post-3 .date-tags {
  display: none;
}

/*複数のカテゴリの日付を非表示にする*/
.categoryid-1 .date-tags,
.categoryid-1 .post-date,
.archive.category-1 .card-meta,
.categoryid-3 .date-tags,
.categoryid-3 .post-date,
.archive.category-3 .card-meta,
.categoryid-4 .date-tags,
.categoryid-4 .post-date,
.archive.category-4 .card-meta,
.categoryid-5 .date-tags,
.categoryid-5 .post-date,
.archive.category-5 .card-meta,
.categoryid-6 .date-tags,
.categoryid-6 .post-date,
.archive.category-6 .card-meta,
.categoryid-21 .date-tags,
.categoryid-21 .post-date,
.archive.category-21 .card-meta,
.categoryid-17 .date-tags,
.categoryid-17 .post-date,
.archive.category-17 .card-meta {
  display: none;
}

/*複数のタグページの日付を非表示にする*/
.archive.tag-7 .card-meta,
.archive.tag-8 .card-meta,
.archive.tag-9 .card-meta,
.archive.tag-10 .card-meta,
.archive.tag-11 .card-meta {
  display: none;
}

/*一覧テーブルの上下マージン*/
.ichiran {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*新着記事カードの日付表示*/
.new-entry-card-date {
  display: block;
}

/*新着記事カードの更新日は非表示*/
.new-entry-card-update-date {
  display: none;
}

/*テーブル余白*/
.article table td {
padding: 10px;
}

/*商品ページのお客さまの声*/
.koe { list-style: none;
  padding:0;
  margin:0;
}

.koe li { 
  border-bottom:2px dashed;
  border-color:#cdcdcd; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  padding: 0 0 0.5em 1.4em;
}

.koe li:last-child{ 
  border:none;
}

.koe li:before {
  font-family: FontAwesome;
  content: "\f27a"; /*アイコン*/
  color:  #89c997; /* 点の色 */
  position: absolute;
  left:0;
}

/*パンくずリスト カテゴリ・記事タイトルアイコン 非表示*/
.breadcrumb-item > span.fa-folder,
.breadcrumb-item > span.fa-file-o {
  display: none; /*非表示*/
}

/*エントリーカードの日付位置*/
.entry-card-meta, .related-entry-card-meta {
  top: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
}

/*エントリーカードの日付の下の余白*/
.entry-card-content, .related-entry-card-content {
  padding-top: 1em;
}

.entry-card-meta {
  font-size: 20px;
}

/*内部ブログカードのフッター非表示*/
.internal-blogcard-footer{
display:none;
}

/*ブログカードのサムネールのズーム*/
a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

/*ブログカードの続きボタン*/
.internal-blogcard::after{
	content: '続きを見る \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #5f9ea0; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

/*ブログカードの抜粋部分をスマホでは非表示*/
@media screen and (max-width: 480px){
	.internal-blogcard-snippet{
		display: none;
	}
}

/*カートボタン*/
input {
    font-family: FontAwesome;
}
input.amzbtn {
  display: inline-block;
  border: 1px solid #9c7e31;
  border-top: 1px solid #a88734;
  border-bottom: 1px solid #846a29;
  border-radius: 10px;
  background: linear-gradient(to bottom, #f7dea1, #f0c24d);
  box-shadow: 0 1px 0 #faecc8 inset;
  text-align: center;
  color: #111;
  font-size: 1.3em;
  line-height: 1;
  padding: 0.7em;
}
input.amzbtn:hover{
  background: linear-gradient(to bottom, #f5d689, #eeba35);
}

/*スライドイン閉じるボタン色*/
.menu-close-button {
  color: #89c997;
}

p.subcopy {
  color:  #89c997;
  font-weight: bold;
}

/*ウィジェットの下のマージンをなくす*/
.body .widget {
margin-bottom: 10px;
}

/* — 紹介フォームの流れリスト — */
.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #58be89; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-box-3{
   background: #f6fbf9;/* 背景色 */
   border-radius: 4px;
   max-width: 600px;
   padding: 2em;
   margin:0 auto;
   border:2px dotted;
   border-color:#58be89; /* 線の色 */
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

/*紹介フォームの入力フォント*/
.wpcf7-form input,
.wpcf7-form textarea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*紹介フォームの送信結果表示*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    color: #dc3232;
	font-weight: 900;
	border: 1.5px solid #dc3232;
	border-radius: 2px;
	margin: 1.5em 0;
	padding: 0.5em 1em;
	text-align: center;
}

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

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /*タイトル一覧ページのテーブル用*/
.res_table table {
  border-collapse: collapse;
}
.res_table table td {
  width: 100%;
  padding: 8px;
  display: block;
}
.res_table table tr {
  background-color: transparent;
}
}

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