@charset "UTF-8";

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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
 	#sidebar{
 	display: none;
 	}
}

/*1030px以下*/
@media screen and (max-width: 1030px){
 	#sidebar{
 	display: none;
 	}
}

/*768px以下*/
@media screen and (max-width: 768px){
 	#sidebar{
 	display: none;
 	}
}

/*480px以下*/
@media screen and (max-width: 480px){
 	#sidebar{
 	display: none;
 	}
}

/*見出しデザインリセット*/
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

/*見出しデザイン再定義*/
.article h2 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #004908;
}
.article h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #eefff0;/*背景色*/
  border-left: solid 5px #004908;/*左線（実線 太さ 色）*/
}
.article h4 {
    color: #444d53;
    margin-top: 40px;
    border-bottom: solid 2px #004908;
}

.article h5 {
	font-size:18px;
	position: relative;
	padding: 0.25em 0;
}
.article h5:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.article h6 {
    color: #444d53;
    margin-top: 40px;
    border-bottom: solid 1px #444d53;
}

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

/*----------------------------------*/
/* 投稿日付を非表示                 */
/*----------------------------------*/
.post-date {
    display:none;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}

/* アピールエリアのボタン非表示 */
.appeal-content {
	display: none;
}

/* ヘッダーロゴの左寄せ（センター表示で良ければ以下削除する） */
.logo{
	text-align:left;
}

/* ヘッダーとグローバルメニューの間を詰める */
.logo-image * {
  display: block;
}

.logo-image {
  padding: 0;
}

/* コンテンツ部分の上の余白を詰める */
.content {
margin-top: 0;
/* border-top: 2px solid #004908; 上部にボーダー追加*/
}

/* フッター上の余白を詰める */
.footer {
margin-top: 0px; /*フッターとコンテンツの間に余白追加*/
border-top: 2px solid #004908; /*上部にボーダー追加*/
}

/* サイドバー見出し装飾 */
  h3.widget-sidebar-title {
	font-size: 16px;
	text-align: center;
    color: #ffffff;                      /* 文字色 */
    background: #3eb370;                 /* 背景色 */
    padding: 0.5em 0.5em;              /* [上下][左右]の余白 */
    box-shadow: 0px 0px 0px 4px #3eb370; /* [水平][垂直][ぼかし][距離][色]のBox影 */
    border: dashed 1px #ffffff;          /* [形][太さ][色]の全枠 */
  }

/* サイドバーの行間 */
  #sidebar{
	line-height: 1.8;
}

/* サイドバーリンクのマウスホバー時 */
  #sidebar a:hover { /*マウスホバー時*/
	background: #3eb370;
    transition: 0.5s;
    color: #fff;
}

/* 検索ボックスのデザイン */
.search-edit,
.search-box input[type="text"] {
	border-radius: 30px;
	font-size: 16px;
}

/* PCグローバルナビメニュー背景色 */
/* グラデーション 表示 */
/* #navi .navi-in > ul { 
   background: linear-gradient(to bottom, #56c585, #359b61);
} */

/* スライドインメニュー（下）のシェアボタンを非表示 */
.share-menu-button{
   display:none;
}

/* スライドインメニュー（下）のデザイン */
.mobile-menu-buttons {
  box-shadow:0 -2px 6px gray;/* メニューに影をつける */
}

/* スライドインメニュー（下）の選択時の色 */
.mobile-menu-buttons .menu-button:hover {
  background: #c0c0c0;/* メニューの背景色(選択時) */
}

/* ContactForm7確認画面の背景色 */
input.wpcf7c-conf, textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}

/* フォームの入力欄の幅 */
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-number"],
.wpcf7 input[name="hp1"],
.wpcf7 input[name="hp2"],
.wpcf7 input[name="your-add2"],
.wpcf7 input[name="text-939"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="text-419"],
.wpcf7 input[name="text-776"],
.wpcf7 input[name="text-361"],
.wpcf7 input[name="text-835"],
.wpcf7 input[name="text-989"],
.wpcf7 input[name="text-143"],
.wpcf7 input[name="text-909"],
.wpcf7 input[name="text-910"],
.wpcf7 input[name="text-791"],
.wpcf7 input[name="text-693"],
.wpcf7 input[name="tel-981"],
.wpcf7 select[name="menu-todouhuken"],
.wpcf7 select[name="menu-todouhuken2"],
.wpcf7 select[name="menu-taisyou"],
.wpcf7 input[name="text-169"],
.wpcf7 input[name="text-170"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]{
		width: 80%;
        height: 48px !important;
}

.wpcf7 select[name="menu-1"],
.wpcf7 select[name="menu-2"],
.wpcf7 input[name="menu-3"]{
        width: 10%;
        height: 48px !important;
}

.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 200px !important;
}
.wpcf7 textarea[name="textarea-373"] {
        width: 80%;
        height: 200px !important;
}


/************************************
** 比較表
************************************/
/* 比較表全体 */
.compare-box {
  display:-webkit-box;/* 配置 */
  display:-ms-flexbox;/* 配置 */
  display:flex;/* 配置 */
  max-width:600px;/* 横幅 */
  margin: 0 auto 2rem;/* 余白 */
  border-radius:4px;/* 角丸 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
  background: #fef9ed; /* 背景色 */
}
/* 左のボックス、右のボックス */
.compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
  width:50%;/* 横幅半分ずつ */
  overflow:hidden;/* はみ出さないように*/
}
/* 左のタイトル、右のタイトル */
.compare-box .compare-left-head, .compare-box .compare-right-head{
  background: #fdc44f; /* 背景色 */
  text-align: center;/* 中央寄せ */
  color: #FFF; /* 文字色 */
  font-weight: bold;/* 文字太さ */
	padding:0em 1em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:1.5;/* 行間 */
  height:65px;/* 縦幅 */
  display:table-cell;/* 形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:1000px;/* 横幅 */
}
/* 左のタイトル */
.compare-box .compare-left-head{
  border-radius:4px 0 0 0;/* 角丸 */
}
/* 右のタイトル */
.compare-box .compare-right-head{
  border-radius:0 4px 0 0;/* 角丸 */
}
/* 左のコンテンツ、右のコンテンツ */
.compare-box .compare-left, .compare-box .compare-right{
  padding:1.5em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:2;/* 行間 */
  text-align: justify;/* 段落両端 */
  text-justify: inter-ideograph;/* 段落両端 */
}
/* 文章 */
.compare-box p {
  padding: 0;/* 余白 */
  margin: 0 0 20px 0;/* 余白 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 左のタイトル、右のタイトル */
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right {
      padding: 1.2em;/* 余白 */
      font-size: 12px;/* 文字大きさ */
   }
}
/************************************
** 比較表 箇条書き(記号)
************************************/
/* 箇条書き(記号) */
.compare-box .list{
   list-style: none !important;/* 行頭記号リセット */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き 行 */
.compare-box .list li { 
   border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px;/* 横幅 */
   padding: 0 0 0.7em 1.4em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き 行最後 */
.compare-box .list li:last-child{ 
   border:none;
}
/* 箇条書き 行頭記号 */
.compare-box .list li:before {
   background-color:  #ffa952; /* 色 */
   position: absolute;/* 配置 */
   content: '';/* 空文字 */
   top: 10px;/* 上からの距離 */
   left: 7px;/* 下からの距離 */
   width: 7px;/* 横幅 */
   height: 7px;/* 縦幅 */
   border-radius: 4px;/* 角丸 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
  }
}
/************************************
** 比較表　箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.compare-box .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.compare-box .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
  border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類　色) */
}
/* 箇条書き 行最後 */
.compare-box .list-number li:last-child{ 
   border:none;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 12px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:5px;/* 上からの距離 */
   width: 18px;/* 横幅 */
   height: 18px;/* 縦幅 */
   line-height: 18px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/* 箇条書き 行頭記号リセット */
.compare-box .list-number li:after{
  content:'';
}
/*スマホで見た時*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}

/************************************
** 比較表グリーン
************************************/
/* 全体 */
.compare-box-green{
background:#eafaf7 !important;
}
/* タイトル */
.compare-box-green .compare-left-head,.compare-box-green .compare-right-head{
background:#2fcdb4 !important;
}
/* 箇条書き(記号) 行頭番号 */
.compare-box-green .list li:before {
background:#2fcdb4 !important;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box-green .list-number li:before {
background:#2fcdb4 !important;
}

/************************************
** 問合せ＆資料請求ボタン
************************************/

/*ボタンデザイン*/
.btn_toiawase{
    width:160px;
    height:30px;
    line-height:30px;
}
.btn_toiawase a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#F7F7F7;
    text-align:center;
    border-left:7px solid #7F2321;
    color:#7F2321;
    font-size:14px;
    font-weight:bold;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
    transition: all 1s ease;
}
.btn_toiawase a:hover{
    background:#F7F7F7;
    color:#3EB370;
    margin-left:0px;
    margin-top:0px;
    border-left:7px solid #3EB370;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#3eb370;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:5px;
 border: none;
 line-height: 8px;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#f7f7f7;
 color:#7f2321;
}