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

/*グローバルメニューのフォントサイズ等変更*/
/*1番左と2番目の仕切り線*/
#navi .navi-in > ul li{
	border-right: 2px groove #fcf9ff;;
	border-left: 2px groove #fcf9ff;;
}

/*左から3番目以降の仕切り線*/
#navi .navi-in > ul li + li{
	border-right:2px groove #fcf9ff;;
	border-left: none;
}
/** ヘッダーサブメニューのカスタマイズ*/
.sub-menu {
  background-color: #c1c1ff!important; /*背景色*/
}
.navi-in>ul .sub-menu li {
  text-align: center;
  border-bottom: 2px groove #fcf9ff!important; /*パーティション（仕切り線）*/
  height: 44px; /*高さ*/
}

/*レスポンシブ*/
/*481以上*/
@media screen and (min-width: 481px){

/*モールのアイテム画像表示*/
.item_image {
  width: 90%;
  height: 145px;
  object-fit: cover;
}

/* 価格文字 */
.price_font {
    font-size:  1.2em;
    font-weight: bold;
}
/* Point倍率1倍以上 */
.point_font {
    font-size:  1.1em;
    font-weight: bold;
    color: #f00505;
}

/* ボタン風スタイル（共通） */
.link-btn a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  border: 2px solid #ffffff;
  transition: all 0.1s ease;
}

/*ブランドページ*/
.color-item a{
  color: #0000cd;
}
.color-item a:hover {
  font-weight: bold;
}

/* ターゲット */
.color-men a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #efefff;
}
.color-men a:hover {
  font-weight: bold;
  background-color: #e0e0ff;
}
.color-ladies a{
  padding: 3px 5px; /* ボタンの内側の余白（上下・左右） */
  font-size: 13px; /* フォントサイズ */
  background-color: #ffefff;
}
.color-ladies a:hover {
  font-weight: bold;
  background-color: #ffe0ff;
}
.color-kids a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #f2ffe5;
}
.color-kids a:hover {
  font-weight: bold;
  background-color: #eaffd6;
}
.color-unisex a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #ffffe5;
}
.color-unisex a:hover {
  font-weight: bold;
  background-color: #ffffd6;
}
/* モール別情報 */
.color-rakuten a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #ffefff;
}
.color-rakuten a:hover {
  font-weight: bold;
  background-color: #ffe0ff;
}
.color-amazon a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #f5f5f5;
}
.color-amazon a:hover {
  font-weight: bold;
  background-color: #e7e7e7;
}
.color-yahoo a{
  padding: 2px 20px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #fff7ef;
}
.color-yahoo a:hover {
  font-weight: bold;
  background-color: #ffefe0;
}

/* モールリンク */
.go-rakuten a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #ffefff;
}
.go-rakuten a:hover {
  font-weight: bold;
  background-color: #ffe0ff;
}
.go-amazon a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #f5f5f5;
}
.go-amazon a:hover {
  font-weight: bold;
  background-color: #e7e7e7;
}
.go-yahoo a{
  padding: 2px 16px; /* ボタンの内側の余白（上下・左右） */
  font-size: 14px; /* フォントサイズ */
  background-color: #fff7ef;
}
.go-yahoo a:hover {
  font-weight: bold;
  background-color: #ffefe0;
}
/*テーブルデザイン*/
.table_1 td {
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border-collapse: collapse;
	border: solid 1px #000;
	height: 60px;
    word-break: break-word;
}
.table_1 tr:nth-child(even) td {
	/*background: #f5f5f5; 偶数行のみ */
}
/*目次デザイン*/

.toc-title{
  font-size: 10
}
.toc-title a {
  text-decoration: none !important;
}
.toc-title a:hover {
  font-weight: bold;
}
.toc-title::after {
  color:#bf7fff;
}
.toc-list > li a {
  font-size: 105%;
  text-decoration: none !important;
}
.toc-list > li a:hover {
  font-weight: bold;
}

.article h1 {
  font-size: 1.6em !important;
  margin-top: 0.1em !important;
}

.article h2 {
  font-size: 1.4em !important;
  position: relative;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-top: 0.1em !important;
  margin-bottom: 1em !important;
}
.article h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(162, 162, 162), transparent);
  background: linear-gradient(to right, rgb(162, 162, 162), transparent);
}


}

/*480px以下*/
@media screen and (max-width: 480px){

/*モールのアイテム画像表示*/
.item_image {
  width: 80%;
  height: 100px;
  object-fit: cover;
}

/* 価格文字 */
.price_font {
    font-size:  1.1em;
    font-weight: bold;
}
/* Point倍率1倍以上 */
.point_font {
    font-size:  1.1em;
    font-weight: bold;
    color: #f00505;
}
	
/* ボタン風スタイル（共通） */
.link-btn a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  border: 2px solid #ffffff;
  transition: all 0.1s ease;
}

/* ブランドページ */
.color-item a{
  font-size: 110%;
  color: #0000cd;
}
.color-item a:hover {
  font-weight: bold;
}

/* ターゲット */
.color-men a{
  padding: 7px 6px; /* ボタンの内側の余白（上下・左右） */
  font-size: 11px; /* フォントサイズ */
  background-color: #efefff;
}
.color-men a:hover {
  background-color: #e0e0ff;
}
.color-ladies a{
  padding: 8px 0px; /* ボタンの内側の余白（上下・左右） */
  font-size: 9px; /* フォントサイズ */
  background-color: #ffefff;
}
.color-ladies a:hover {
  background-color: #ffe0ff;
}
.color-kids a{
  padding: 7px 6px; /* ボタンの内側の余白（上下・左右） */
  font-size: 11px; /* フォントサイズ */
  background-color: #f2ffe5;
}
.color-kids a:hover {
  background-color: #eaffd6;
}
.color-unisex a{
  padding: 7px 6px; /* ボタンの内側の余白（上下・左右） */
  font-size: 11px; /* フォントサイズ */
  background-color: #ffffe5;
}
.color-unisex a:hover {
  font-weight: bold;
  background-color: #ffffd6;
}

/* モール別情報 */
.color-rakuten a{
  padding: 7px 1px; /* ボタンの内側の余白（上下・左右） */
  font-size: 12px; /* フォントサイズ */
  background-color: #ffefff;
}
.color-rakuten a:hover {
  background-color: #ffe0ff;
}
.color-amazon a{
  padding: 7px 2px; /* ボタンの内側の余白（上下・左右） */
  font-size: 12px; /* フォントサイズ */
  background-color: #f5f5f5;
}
.color-amazon a:hover {
  background-color: #f1f1f1;
}
.color-yahoo a{
  padding: 7px 6px; /* ボタンの内側の余白（上下・左右） */
  font-size: 12px; /* フォントサイズ */
  background-color: #fff7ef;
}
.color-yahoo a:hover {
  background-color: #ffefe0;
}

/* モールリンク */
.go-rakuten a{
  padding: 7px 1px; /* ボタンの内側の余白（上下・左右） */
  font-size: 10px; /* フォントサイズ */
  background-color: #ffefff;
}
.go-rakuten a:hover {
  background-color: #ffe0ff;
}
.go-amazon a{
  padding: 7px 1px; /* ボタンの内側の余白（上下・左右） */
  font-size: 10px; /* フォントサイズ */
  background-color: #f5f5f5;
}
.go-amazon a:hover {
  background-color: #f1f1f1;
}
.go-yahoo a{
  padding: 7px 1px; /* ボタンの内側の余白（上下・左右） */
  font-size: 10px; /* フォントサイズ */
  background-color: #fff7ef;
}
.go-yahoo a:hover {
  background-color: #ffefe0;
}
/*テーブルデザイン*/
.table_1 td {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border-collapse: collapse;
	border: solid 1px #000;
	height: 60px;
    word-break: break-word;
}
.table_1 tr:nth-child(even) td {
	/*background: #f5f5f5; 偶数行のみ */tr
}
/*ブランドテーブルデザイン*/
.table_2 td {
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  border-collapse: collapse;
  border: solid 1px #000;
  height: 100px;
  word-break: break-word;
}


/*目次デザイン*/
.toc-title{
  font-size: 95% !important;
}
.toc-list > li a {
  font-size: 95%;
  text-decoration: none !important;
}
.toc-title::after {
  color:#bf7fff;
}

.article h1 {
  font-size: 1.4em !important;
}

.article h2 {
  font-size: 1.1em !important;
  position: relative;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.article h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(162, 162, 162), transparent);
  background: linear-gradient(to right, rgb(162, 162, 162), transparent);
}

}

/*　パンくず　色を変更する　*/
.breadcrumb-home a,
.breadcrumb-home .fa-home,
.breadcrumb-item a {
	color: #202020
	margin-top: 0;
}
/*　パンくず　マウスオーバー時の色　*/
.breadcrumb-home a:hover,
.breadcrumb-item a:hover {
    font-weight: bold;
	color: #000000
}
/*　パンくず　不要なアイコンを消す　*/
.breadcrumb-item>.fa {
 	display:none;
}
/* 区切り「＞」の調整　*/
.breadcrumb .sp {
    margin: 0 6px;
}
/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}
.entry-content *:has(+ h2){
  margin-bottom: 1em !important;
}

/*本文の余白*/
.main {
  padding: 0px 3px !important;
}
.content-top {
margin: 0px !important;
padding: 0px !important;
}

/*目次の背景色と枠線を変更*/
.toc {
    display: block;
	padding: 0 20px;
	max-width: 200px;
    background: #f5f5f5;
    border: 1px dotted #000000 !important;
}
.item_name {
  line-height: 1.3 !important;
  display: block !important;
  font-weight: bold;
}
.item_description {
  font-size: 0.95em;
  line-height: 1.2 !important;
  display: block !important;
}
.text_link a {
	position: relative;
	color: #0000cd;
	text-decoration: none;
}
.text_link a:hover {
	color: #ff0000;
}
.hosoku_text {
  font-size: 0.8em;
  color: #696969;
}
.update_text {
  font-size: 0.8em;
  color: #696969;
  padding:0px;
  border: 0px;
  text-align: right;
}

.underline{
border-bottom: 1px dotted #c0c0c0;
}

.item_midashi {
  margin: 0px;
  padding: 0px;
  line-height: 1.1em;
}
.toc_table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.rating_start_font {
  font-size: 0.95em;
}
