@charset "UTF-8";

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

/*アルファベット背景表示時のカラー　薄いグレー
#F0F0F0
アルファベットのマウスオーバー時の背景カラー　薄い緑
#7FDBDB
メインの緑
#00B7B7
濃い緑
#04698A*/
/************************************
** 子テーマ用のスタイルを書く
************************************/

/* リセットCSS */
p {
	margin:0;
	padding:0;
}
a {
	margin:0;
	padding:0;
	text-decoration: none;
}
.logo-image * {
	display: block;
}
li, ol, ul, dl, dt, dd {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
div {
	padding: 0;
	margin: 0;
}
img {
	margin:0;
	padding:0;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/*アピールエリアの画像の縦横比を保持*/
#appeal { 
	height: calc(100vw * calc(1000 / 3958));/*アピールエリアの画像が見切れないようにする*/
	margin-bottom: -10px;
}
.top {
	font-size:14px;
	line-height:130%;
	margin-top:-10px;
}
/* 全固定ページでタイトル非表示 */
.page .entry-title {
	display: none;
}
/* 固定ページトップ画像下の余白(アルファベットからロゴデザインを選ぶの上) */
.main {
	padding-top: 0px;
	margin-top: 0x;
}
/* サイドバーの上の余白(アルファベットのロゴの上) */
.sidebar {
	padding-top: 0px;
	margin-top: 0px;
	}
.sidebar h3 {
	font-size:16px;
	background-color:#A0A0A0;/*好きな背景色にする　グレー*/
	padding:3px 15px 1px 15px;/*見出しの内側の余白を調整する*/
}
/* 見出し2*/
.article h2 {
	font-size:17px;
	padding:10px 0px 10px 20px;
	background-image: linear-gradient(to right, #04698A 0%, #00b7b7 100%);	
}
/* 見出し3*/
.article h3 {
	font-size:17px;
	border:none;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #04698A 0%, #00b7b7 100%);
    border-image-slice: 1;
	color: #04698A;
}
/* 見出し4*/
.article h4 {
	font-size:16px;
	border:none;
	border:1px solid #04698A;
	color: #04698A;
}
/* フロントページのボタン　小 */
.frontpage-btn .btn {
	width:50px;
	font-size:15px;
	padding:5px 5px 5px 5px;
	margin-right:10px;
	margin-bottom:10px;
}
/* フロントページのボタン　中 */
.frontpage-btn .btn-m {
	width:200px;
	font-size:15px;
	padding:5px 5px 5px 5px;
	margin-right:10px;
	margin-bottom:10px;
}
/* フロントページのカラムの「スタイルからロゴデザインを選ぶ」の各画像下の文章「丸や輪・サークルをモチーフにしたロゴデザインの一覧」の文字サイズ・行間の調整*/
#frontpage-column p {
	font-size:13px;
	line-height:120%;
	margin-top:-10px;
}
/*事業所案内テーブル*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color:red;
}
.container table td {
	border: 1px solid gray;
}
/*テーブルに一行ごとに交互に背景色がつく→背景色を透過*/
.container table tr {
	background-color: transparent;
}
/*グローバルメニューのグラデーション（左右）*/
#navi.navi.cf{
	background-image: linear-gradient(to right, #04698A 0%, #00b7b7 100%);
}
/*グローバルメニューの高さを変更*/
#navi .navi-in > ul li{
	height: 35px;
	line-height: 35px;
}
/************************************
** サイドバー
************************************/

/*A～Z部分*/
#custom_html-3 li{
	float:left;
	text-decoration: none;
	width:30px;
	text-align: center;
	margin:0px 7px 7px 0px;
	padding:1px 5px 1px 5px;
    list-style:none;
	background-color:#F0F0F0;
	font-size:15px;
}
/*A～Z部分のリンク色*/
#custom_html-3 li a:link{
	color:#666666;
}
#custom_html-3 li a:visited{
	color:#666666;
}
#custom_html-3 li:hover{
	background-color:#E0E0E0;
}
/*文字・記号のロゴ一覧*/
#custom_html-3 .moji-kigou-logo-list{
	clear:both;
	background-color:#F0F0F0;
	width:250px;
	text-align: left;
	margin-bottom:20px;
}
/*ロゴのスタイル*/
#custom_html-4 h3{
	clear:both;
}
#custom_html-4 li{
	float:left;
	text-decoration: none;
	width:250px;
	text-align: left;
	margin:0px 7px 7px 0px;
	padding:1px 5px 1px 5px;
    list-style:none;
	background-color:#F0F0F0;
	font-size:15px;
}
/*ロゴのスタイルのリンク色*/
#custom_html-4 li a:link{
	color:#666666;
}
#custom_html-4 li a:visited{
	color:#666666;
}
#custom_html-4 li:hover{
	background-color:#E0E0E0;
}
/*用具・用品の下のマージン*/
#custom_html-4 .logostyle-mb{
	margin-bottom:20px;
}
/*ロゴの雰囲気*/
#custom_html-5 h3{
	clear:both;
}
#custom_html-5 li{
	float:left;
	text-decoration: none;
	width:250px;
	text-align: left;
	margin:0px 7px 7px 0px;
	padding:1px 5px 1px 5px;
    list-style:none;
	background-color:#F0F0F0;
	font-size:15px;
}
/*ロゴの雰囲気のリンク色*/
#custom_html-5 li a:link{
	color:#666666;
}
#custom_html-5 li a:visited{
	color:#666666;
}
#custom_html-5 li:hover{
	background-color:#E0E0E0;
}
/*和風の下のマージン*/
#custom_html-5 .funiki-mb{
	margin-bottom:20px;
}
#custom_html-10 h3{
	clear:both;
}
#custom_html-10 li{
	float:left;
	text-decoration: none;
	width:250px;
	text-align: left;
	margin:0px 7px 7px 0px;
	padding:1px 5px 1px 5px;
    list-style:none;
	background-color:#F0F0F0;
	font-size:15px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1760px以下*/
@media screen and (max-width: 1760px){
	#appeal,
	.appeal .appeal-in {
	min-height: 300px;
	}
}
}
/*1680px以下*/
@media screen and (max-width: 1680px){
	#appeal,
	.appeal .appeal-in {
	min-height: 300px;
	}
}
}
/*1366px以下*/
@media screen and (max-width: 1366px){
	#appeal,
	.appeal .appeal-in {
	min-height: 250px;
	}
}
/*1280px以下*/
@media screen and (max-width: 1280px){
	#appeal,
	.appeal .appeal-in {
	min-height: 200px;
	}
}
/*1024px以下*/
@media screen and (max-width: 1024px){
	#appeal,
	.appeal .appeal-in {
	min-height: 250px;
	}
}
/*960px以下*/
@media screen and (max-width: 960px){
	#appeal,
	.appeal .appeal-in {
	min-height: 250px;
	}
}
/*768px以下*/
@media screen and (max-width: 768px){
	#appeal,
	.appeal .appeal-in {
	min-height: 250px;
	}
	.column-wrap{
    flex-direction: row;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
	#appeal,
	.appeal .appeal-in {
	min-height: 200px;
	}
	.column-wrap{
    flex-direction: column;
  }
}
/* フッター文章スマホで非表示 */
	#custom_html-6 {
		display: none; {}
}
}

/************************************
** 新着記事表示　 display: flex「親要素に対して子要素を横並びにする」・flex-wrap: wrap「フレックスアイテムの折り返しを指定」
************************************/
.new-entry-cards.large-thumb {
	display: flex;
	flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
	width: 20%;
}

/768px以下/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
	width: 50%;
}
}

/480px以下/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
	width: 100%;
}
}
/************************************
** 縦列3カードを5列に
************************************/
/* カテゴリー記事一覧等のエントリーカード 20%→19%に変更した。240922-1824 */
.ect-3-columns .entry-card-wrap {
	width: 19%;
}
/* カテゴリー記事一覧等のエントリーカード(スマホの場合) 50%→49%に変更した。240922-1825 */
@media screen and (max-width: 559px) {
.ect-3-columns .entry-card-wrap {
	width: 49%;
}
}
/* カテゴリー記事一覧のタイトルの文字サイズ、色 */
.entry-card-title ,card-title .e-card-title {
	font-weight: normal;
	font-size:0.7em;
	color:#666666;
	line-height:150%;
	margin-bottom:-25px;
}
.entry-card-title ,card-title .e-card-title h2 {
	background-color:none;	
}

/* カテゴリーページのサムネイル画像の枠線 */
.category .entry-card-thumb {
	border:solid;
	border-width:0.1em;
	border-color:#e0e1e1;
	margin-bottom:5px;
}
.a-wrap:hover {
	background-color:#ffffff;
}
.category .entry-card-thumb img:hover {
	opacity: 0.6;
	transition: all 0.8s ease;
}
/* カテゴリーラベル非表示 */
.entry-card .cat-label{
	display: none;
}
/************************************
** トップページ新着情報
************************************/
.info-list {
	width:95%;
	padding-top:5px;
	margin-top:30px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}
.info-list-caption{
	font-weight:bold;
	margin-bottom:-10px;	
}
.info-list.is-style-frame-border{
	border:none;
	border:solid;
	border-width:0.1em;
	border-color:#aaaaaa;	
}
.info-list-item {
	display:flex;/*横並びに変更*/
	flex-direction: row-reverse;/*前後逆に*/
	justify-content: flex-end;/*前後逆に*/
	padding-bottom:0px;/*文字間調整*/
	margin-bottom:-20px;	
	font-size:15px;
	line-height:130%;	
}
.info-list-item a{
	color:gray;
}
.info-list-item a:link{
	text-decoration:none;
}
.info-list-item a:hover{
	color:#04698A;
}
.info-list-item-categorys {
	display:none;/*カテゴリ消す*/
}
.info-list-item-date {
	font-size:15px;/*日付大きさ*/	
	margin-left:5px;/*文字間調整*/
	color:#04698A;/*日付文字色変更*/
	font-weight:bold;
}
/* 投稿ページ(商品ページ、新着情報) h1*/
.single .entry-title {
	border-bottom: 2px solid;
	padding-bottom:10px;
	margin-bottom:20px;	
}
/************************************
** 商品ページ
************************************/

/* ロゴデザインについて */

.about-logodesign {
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 15px 0px;
	background-image:linear-gradient(to right,#AAAAAA 2px,transparent 2px);
	background-size: 5px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* 商品説明文*/
/* background-size：点線1つのブロックのサイズを指定…点線(縦2px・横2px)・間隔4pxの場合、横の長さは点線の2pxと間隔の4pxを合わせて6px、縦は2px*/
.comment {
	font-size:13px;
	line-height:160%;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	background-image:linear-gradient(to right,#AAAAAA 2px,transparent 2px);
	background-size: 5px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* コピーライト*/
.copyright {
	line-height:120%;
	padding-bottom:10px;
}
/* 当サイトで掲載している～の注意事項*/
.caution {
	font-size:14px;
	line-height:140%;
	margin-top:-20px;
}
/* 商品番号のテーブル*/
table.product-number {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
}
table.product-number th {
	width: 100%;
	display:block;
	text-align: center;
	background-color: #8F8F8F;
	border: 1px solid #8F8F8F;
	font-size:16px;
	color:#FFFFFF;
	border-radius: 5px 5px 0px 0px;
}
table.product-number td {
	width:100%;
	display:block;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
	font-size:22px;
	font-weight:bold;
	color:#E61673;
	border-radius: 0px 0px 5px 5px;
}
/* 商品番号にカーソルを合せるとコピーボタン表示 */
.mitsumori-1 {
	font-size:14px;
	line-height:130%;
	margin:0px 0px 0px 0px;
	color:#E61673;
	font-weight:bold;
}
/* 見積りの際は商品番号をお知らせください。 */
.mitsumori-2 {
	font-size:14px;
	line-height:130%;
	margin:-15px 0px 0px 0px;
}
/* 一点もの*/
.onlyone {
	font-size:14px;
	line-height:140%;
	margin-top:10px;
	text-align:center;
}
/* 水平線*/
hr.line {
	border-top: 1px solid #898989;
	margin-top:-10px;
	margin-bottom:-30px;
}
.hanbai-kakaku {
    font-size: 28px;
	color: #00AAAA;
	text-align:center;
	font-weight:bold;
}
.zeinuki-kakaku {
	font-size:20px;
	text-align:center;
	margin-top:-12px;
}
.option-kakaku {
    font-size: 14px;
	text-align:center;
	margin-top:-3px;
}
.creditcard-1 {
	vertical-align:middle;
	margin-right:5px;
}
.checkpoint-1 {
	vertical-align:middle;
	margin-right:5px;
}
.checkpoint-2 {
	vertical-align:middle;
	margin-right:5px;
}
.checkpoint-3 {
	vertical-align:middle;
	margin-right:5px;
}
/************************************
** コピーボタン関係
************************************/
.cpytext{
	position: relative;
}
button.cpybtn{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 20px;
    border: 1px solid #aaaaaa;
    margin: 0px 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 10%;
    width: 32px;
    height: 32px;
	background-color:#aaaaaa;
}
.balloon_top {
    width: 150px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
    background-color: #666666;
	font-size: 0.6em;
	color: #fff;
    text-align: center;
    z-index: 1;
}
.balloon_top::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 12px solid #666666;
    position: absolute;
    top: 99%;
}
pre.wp-block-code {
    position: relative;
}
pre button.cpybtn{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #333;
    color: #fff;
    border: 1px solid #666;
    border-radius: 8px;
}
pre .balloon_top {
    bottom: initial;
    right: 60px;
    top: 5px;
    background-color: #333;
}
pre .balloon_top::before {
    border: 10px solid transparent;
    border-left: 12px solid red;
    right: -22px;
    top: initial ;
}
/*次のページ*/
.pagination-next-link {
  background-color: #A0A0A0; /*背景色*/
  color: #fff; /*文字色*/
  border: none; /*ボーダーを消す*/
}
.pagination-next-link:hover { /*マウスホバー時*/
  background-color: #AAAAAA;
  transition: all 0.5s ease;
  color: #fff;
}
/*ページ送り*/
.page-numbers { /*通常時*/
  color: #898989;
  border: 1px solid #A0A0A0;
}
.pagination .current { /*現在のページ*/
  background-color: #A0A0A0;
  color: #fff;
  border: 1px solid #A0A0A0;
}
.page-numbers.dots { /*ドット「…」の部分*/
  opacity: 1;
  background: none;
}
.pagination a:hover { /*マウスホバー時*/
  background-color: #BDBDBD;
  color: #fff;
}