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

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

/* リンクの下線は消す */
a {
	text-decoration: none;
}

.cta-box {
background-color: #dbebc4;
color:#444;
}

/*ポイントの中の文字の色と大きさ*/
.point {
	font-weight: bold;
	color: #544a47;
	font-size: 1.1em;
}

.check {
	font-weight: bold;
	color: #524748;
	font-size: 1.1em;
}

/* タグの文字列を変更 */
.bb-herb .bb-label::after{
	content: "HERBS"!important;
}

.bb-method .bb-label::after{
	font-weight: bold;
	content: "作り方";!important
}

.bb-zairyo .bb-label::after{
	font-weight: bold;
	content: "材料";!important
}

/* 値段の強調 */
.price {
	font-size: 120%;
	color: #c53d43;
	font-weight: bold;
}

/* 文字の強調を付ける */
.marker-green {
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, #ceef8f 60%);
	font-weight:bold;
}
.f-green {
	font-weight:bold;
	color: #32cd32;
}

/* 2列のテーブル100%（n2-100） */
.n2-100 {
    width:80%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 7px 0px;
	margin: 0 auto; /* この行を追加 */
}
   
.n2-100 th {
	text-align:left;
	padding:0;
	background:#f0e68c;
	font-weight: bold;
	line-height:2.5em;
	border-radius: 0px 0px 0px 0px;
	color: #6c848d;
}

.n2-100 th:nth-child(1) {
	text-align:left;
	width:100%;
	display:block;
	border-bottom: none;
}

.n2-100 td {
	text-align:left;
	background-color:#fff !important;
}

.n2-100 td{
	width:100%;
	display:block;
}

/* リスト装飾 */
.list-c{
   list-style: none;
   padding:0em!important;
   margin:0em;
}
.list-c li {
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-c li:before {
   font-family: "Font Awesome 5 Free";
   content: "\f058"; /*アイコン*/
   color:  #9cbb1c; /* 色 */
   position: absolute;
   left:0;
}

/* ナンバリングリスト */
.list-num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #fff;
}

.list-num li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.list-num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #afcc7a ;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 売り場リンクのためのボタン */
.iherb-btn {
	margin: 10px 0px 30px 0!important;
	padding: 0 12px!important;
    line-height: 35px!important;
	display: inline-block!important;
	width: 100%;
	box-shadow:0px 5px 5px 0px #a7d28d;
	font-size: 90%!important;
	background-color: #65ab31;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	border: none;
}

.iherb-btn:hover {
	color: #fff;
	background-color: #9fc24d;
}
.iherb-btn:active {
	position:relative;
	top:1px;
}

/* iherbletで作ったリンクの囲み */
.iherbbox {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	box-shadow: 1px 1px 2px #cccccc;
}

/***　もしものかんたんリンクのカスタマイズ ***/
.easyLink-box {
	margin-bottom: 1.5em!important;
}
.easyLink-info-btn {
	display: inline!important;
}
.easyLink-info-btn a{
	margin: 5px 10px 5px 0!important;
	padding: 0 12px!important;
    line-height: 35px!important;
	display: inline-block!important;
	width: auto!important;
	box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.25)!important;
	font-size: 80%!important;
}
.easyLink-info-btn-amazon{
	background:#476e9e!important;
}
.easyLink-info-btn-amazon:hover {
	background-color: #5c8ecc;
}

.easyLink-info-btn-rakuten{
	background:#e4685d!important;
}
.easyLink-info-btn-rakuten:hover {
	background-color: #ff7569;
}
.easyLink-info-btn-yahoo{
	background:#ffb36b!important;
}
.easyLink-info-btn-yahoo:hover {
	background-color: #f5e56b;
}

.easyLink-info-btn a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 3px;
}

/***　楽天購入のボタン ***/
.rakuten-btn {
	margin: 5px 0px 5px 0!important;
	padding: 0 12px!important;
    line-height: 35px!important;
	display: inline-block!important;
	width: auto!important;
	box-shadow:0px 1px 0px 0px #f7c5c0;
	font-size: 80%!important;
	background-color:#e4685d;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border: none;
}
.rakuten-btn:hover {
	color: #fff;
	background-color: #ff7569;
}
.rakuten-btn:active {
	position:relative;
	top:1px;
}

/***　アマゾン購入のボタン ***/
.amazon-btn {
	margin: 5px 0px 5px 0!important;
	padding: 0 12px!important;
    line-height: 35px!important;
	display: inline-block!important;
	width: auto!important;
	box-shadow:0px 1px 0px 0px #87ceeb;
	font-size: 80%!important;
	background-color: #476e9e;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	border: none;
}

.amazon-btn:hover {
	color: #fff;
	background-color: #5c8ecc;
}
.amazon-btn:active {
	position:relative;
	top:1px;
}
.price {
	font-size: 120%;
	color: #ea5550;
	font-weight: bold;
}

/***　Yahoo購入のボタン ***/
.yahoo-btn {
	margin: 5px 0px 5px 0!important;
	padding: 0 12px!important;
    line-height: 35px!important;
	display: inline-block!important;
	width: auto!important;
	box-shadow:0px 1px 0px 0px #f2d58a;
	font-size: 80%!important;
	background-color: #ffb36b;
	border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	border: none;
}

.yahoo-btn:hover {
	color: #fff;
	background-color: #f5e56b;
}
.yahoo-btn:active {
	position:relative;
	top:1px;
}
.price {
	font-size: 120%;
	color: #ea5550;
	font-weight: bold;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.iherb-btn {
	font-size: 100%;
	padding:8px 12px;
	width: 100%!important;
	text-align: center;
}
	
.iherb-btn-c {
	font-size: 100%;
	padding:3px 3px;
	width: 100%!important;
	text-align: center;
}
}
