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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page .entry-title,.single .entry-title {
	text-align: center;
}
.header-container-in.hlt-top-menu {
  width:94.5%;
}
/************************************
** reset
************************************/
/*
.main {
  padding-top: 0;
}
#content {
  margin-top: 10px;
}
*/

/*cocoonの白抜きボックスデフォ打ち消し*/
.blank-box {
  border: none;
  padding: 0;
}

.article-footer.entry-footer {
	display: none;
}
#main {
	padding-top: 0;
	padding-bottom: 0;
}

.entry-content,
#footer {
	margin-top: 0;
}
/*フローティングボタンの設定*/
.buttonizer{
line-height: 1.2;
}
/*ボタンのフォント設定*/
.btn {
border-width: 1px;
font-weight: 100;
}
/************************************
** base
************************************/


/************************************
** postとページ名めも
************************************/

/*
post-107 サービス一覧
post-54 ショップ
post-420 セール情報
 */

/************************************
** ■見出しカスタマイズ（h1-6）
************************************/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 { /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position: relative;
}

.article h1{ /*見出し１（タイトル）カスタマイズ*/
  background: none; /*背景カラー*/
  font-size: 22px; /*フォントサイズ*/
  font-weight: normal;
  /*letter-spacing: 1px;*/ /*文字間隔*/
  margin-bottom: 15px;
  padding: 10px;
  }

.article h2{ /*見出し２カスタマイズ*/
  background: none; /*背景カラー*/
  font-size: 24px; /*フォントサイズ*/
  letter-spacing: 2px; /*文字間隔*/
  /*margin: 35px -8px 20px -8px;*/
  margin-bottom: 15px;
  /*padding: 10px 7px 10px 10px;*/
  padding: 0; /* 背景に色を入れるなら調整必要だけど無色なら不要 */
}
.article h3{ /*見出し３カスタマイズ*/
  background:none; /*背景カラー*/
  font-size: 24px; /*フォントサイズ*/
  letter-spacing: 2px; /*文字間隔*/
  margin: 35px -8px 20px -8px;
  padding: 9px 7px 9px 10px;
}
.new-entry-card-date {
	display: block;
}
/*更新日を非表示にする*/
.widget-entry-card-update-date{
	display: none;
}
/*固定ページの作成日を非表示にする*/
/*.post-3 .date-tags,
.post-134 .date-tags,
.post-41 .date-tags,
.post-95 .date-tags,
.post-54 .date-tags,
.post-75 .date-tags,
.post-206 .date-tags,
.post-204 .date-tags,
.post-107 .date-tags,
.post-392 .date-tags,
.post-420 .date-tags{
display: none;
}*/
.date-tags {
  display: none;
}

/************************************
** カスタムテキスト
************************************/
.cocoon-custom-text-1{
	color: #F08C00;
}

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

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

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

/************************************
** アコーディオンの見出しを左詰めにする
************************************/
.toggle-button {
	text-align: left;
}
/************************************
** フッター
************************************/
/*フッターに画像を入れる*/
#footer {
	background-image: url( https://r-made.com/new/wp-content/uploads/2024/11/AdobeStock_214390409-edited-scaled.jpeg );
	background-size: cover;
}
@media screen and (min-width: 1024px) {
	#footer {
		background-position: 0 27%;
		height: 160px;
	}
}
/*フッターロゴサイズ*/
.footer-bottom-logo .logo-image {
	padding: 0 0 10px 0;
	max-width: 400px;
}

.footer-bottom-logo img {
	height: 60px;
	width: auto;
}
/************************************
** ヘッダーとコンテンツの余白を減らす
************************************/
.content-top {
margin: -20px;
padding: -20px;
}

/************************************
****　アピールエリア
************************************/
.appeal{
padding:0 0 .1em;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1);
}
div#appeal-in.appeal-in.wrap{
padding:0;
min-height:0px;
max-height:30px;
}
.appeal-content{
background-color:#f08c00; /*エリア背景色・ボタン色と同じカラーコードを入力*/
margin:auto;
padding:0;
max-width:100%;
opacity:1;
line-height:1.6;
}
a.appeal-button {
color: #fff!important;/*文字色はこちらで変更できます*/
font-size:.85em;
padding:0 23em 0;
margin:0;
max-width:100%;
white-space: nowrap;
box-shadow: none;
}
@media screen and (max-width: 1023px){
a.appeal-button {
padding:0 18em 0 ;
}}
@media screen and (max-width: 834px){
a.appeal-button {
padding:0 13em 0 ;
}
.appeal{
padding:.1em 0 .25em;
}}
@media screen and (max-width: 652px){
a.appeal-button {
padding:0 8em 0 ;
}}
@media screen and (max-width: 500px){
a.appeal-button {
padding:0 6em 0 ;
}}
@media screen and (max-width: 420px){
a.appeal-button {
padding:0 3em 0 ;
}}
.appeal-button:hover {
transform:none;
box-shadow: none;
}