@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/

    /************************************
    ** トップページカスタマイズ
    ************************************/
    /*カードタイプデフォルトの画像*/
    .home #main .widget-entry-cards figure {
      max-width: 280px;
      width: 100%;
    }
    @media screen and (max-width: 480px) {
      .home #main .widget-entry-cards figure {
        width: 130px;
      }
    }
    /*カードタイプデフォルトのタイトル*/
    .home #main .new-entry-card-title, .home #main .popular-entry-card-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.7;
      color: #555;
    }
    /*カードタイプlarge-thumb、large-thumb-onを横並びに*/
    .home #main .large-thumb, .home #main .large-thumb-on {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    /*カードタイプlarge-thumb、large-thumb-onの横幅を50%に*/
    .home #main .large-thumb a, .home #main .large-thumb-on a {
      width: 50%;
    }
    .home #main .large-thumb a:nth-child(even), .home #main .large-thumb-on a:nth-child(even) {
      margin: 0;
    }
    .home #main .large-thumb .new-entry-cards {
      margin: 0;
    }
    /*カードタイプlarge-thumb、large-thumb-onの画像*/
    .home #main .widget-entry-cards.not-default figure {
      width: 100%;
    }
    /*カードタイプlarge-thumbのタイトル*/
    .home #main .large-thumb .new-entry-card-title {
      font-size: 0.9em;
      font-weight: 600;
      line-height: 1.7;
      color: #555;
    }
	.main{
		padding:20px 10px;
	}
	.logo-image{
		padding-bottom:0;
	}
	.site-name-text{
		font-size:12px;
	}
	.navi-in > ul li{
		height:50px;
		line-height:40px
	}
	li.m_home .item-label:before,
	li.m_shop .item-label:before{ 
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		color: #004101; 
		font-weight:normal;
		margin-right: 6px;
		font-size:20px;
	}

	li.m_home .item-label:before{
		content: "\f022"; /* アイコン種類 */
	}
	li.m_shop .item-label:before{
		content: "\f07a"; /* アイコン種類 */
	}
	.tagcloud{
		margin-bottom: 20px;	
	}

@media screen and (max-width: 599px) {
  .container .column-wrap {
   flex-direction: row;
  }
  .container .column-wrap > div {
    width: 45.5%;
    padding: 1em 0;
  }  
  .container .column-wrap.column-3 > div {
    width: 32.5%;
  }
}

    /*480px以下(スマホ用)*/
    @media screen and (max-width: 480px) {
      .home #main .large-thumb, .home #main .large-thumb-on {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
      }
      .home #main .large-thumb a, .home #main .large-thumb-on a {
        width: 100%;
      }
      .home #main .new-entry-card-title, .home #main .popular-entry-card-title {
        font-size: 0.9em;
      }
      .e-card-title {
        font-size: 0.8em;
        line-height: 1.7;
      }
    }


	.eye-catch .cat-label {
		position: initial;
		border: none;
	}		
    .cat-label {
        top: 0.5em; /*上からの距離*/
        left: 0.5em; /*左からの距離*/
        border: none; /*ボーダーを消す*/
        font-size: 12px; /*文字サイズ*/
        color: #fff; /*文字色*/
        background-color: #004101; /*背景色*/
        padding: 1px 10px; /*余白*/
        border-radius:1em; /*角を丸く*/
    }
	.thx_category_space {
		position: absolute;
		top: 0.2em;
		left: 0.2em;
	}		
		
	.thx-label {
		display: block;
		position: initial;
		max-width: 100%;
		margin-top: 0.1em;
		padding-top: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 0.625em;
		line-height: 1.25em;
		color: #fff;
		background-color: #004101;
	}
	.entry-category::before {
			font-family: FontAwesome;
			content: "";
			padding-right: 0;
	}

    .pagination-next-link {
      background-color: #004101; /*背景色*/
      color: #fff; /*文字色*/
      border: none; /*ボーダーを消す*/
      border-radius: 30px;
    }
    .pagination-next-link:hover { /*マウスホバー時*/
      background-color: #c0d9c0;
      color: #fff;
    }
				
    .page-numbers {
      color: #004101;
      border: 1px solid #004101;
      border-radius: 50%;
    }
    .pagination .current {
      background-color: #004101;
      color: #fff;
    }
    .page-numbers.dots {
      opacity: 1;
      background: none;
    }
    .pagination a:hover {
      background-color: #004101;
      color: #fff;
    }	
		.pager-post-navi{
			display:inline;
		}
		.prev-post.a-wrap.cf,
		.next-post.a-wrap.cf{
			font-size: 16px; /*フォントサイズ*/
			width:48%;
		
		}
		.prev-post.a-wrap.cf{
			float:left;
		}
		.next-post.a-wrap.cf{
			float:right;
		}
			
	/*著者情報を消す場合*/
	.page .author-info {
			display: none;
	}
	
	/*著者情報を消す場合*/
	.post .author-info {
			display: none;
	}	

	.blank-box{
			position: relative;
			margin-top: 2em;
			border-top-left-radius: 0;
	}
	
	.blank-box {
			border: 3px solid #004101;
/*
			border-top-color: rgb(148, 148, 149);
			border-right-color: rgb(148, 148, 149);
			border-bottom-color: rgb(148, 148, 149);
			border-left-color: rgb(148, 148, 149);
*/			
			padding: 1.2em 1em;
			margin: 1em 2%;
			margin-top: 1em;
			margin-bottom: 1em;
			border-radius: 4px;
			border-top-left-radius: 4px;
	}
	.blank-box::before {
			background-color: #004101;
			font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
			position: absolute;
			font-size: .8em;
			top: -1.8em;
			left: -3px;
			line-height: 1.8;
			padding: 0 1em 0 .8em;
			color: #fff;
			border-radius: 6px 6px 0 0;
	}
	.bb-point{
		padding:10px 20px;
	}
	.bb-point::before{
		content: "\f0eb  メディカル サラマシェリ とは";
    	background-color: #004101;

	}
	.bb-point p {
		margin:0;
	}

	/***カテゴリウィジェット**/
	#sidebar aside ul li ul li {
		background: 0;
		padding-left: 0;
	}
	#sidebar aside li.cat-item a {
		display: block;
		overflow: hidden;
		line-height: 2.4em;
		text-decoration: none;
		padding: 0 8px;
		color: #2098a8;
		margin-bottom: 1px;
	}
	#sidebar aside li.cat-item a:hover {
		background: #fff;
		color: #C03;
	}
	#sidebar aside li.cat-item span {
		line-height: 1em;
		float: right;
		margin: 8px 0 0 8px;
		padding: 4px 8px;
		border-radius: 4px;
		color: #fff;
		background: #004101;
	}	
	/* 検索ボックス */
	.search-box{
		margin: 1em;
	}
	.search-edit{
		height: 40px;
		border-radius: 40px;
	}
	.search-submit{
		line-height: 0;
		top: 0;
		bottom: 0;
	}
	.search-edit:focus{
		outline: none;
		border-color: #e4ab3d;
	}
	
	/* カテゴリー等 */
	.sidebar{
		/*background:transparent;*/
	}
	
	.widget-sidebar h3{ /* サイドウィジェットタイトル */
		background:transparent;
		font-size: .95em; /* 文字サイズ */
		color: #000000;
		border-bottom: 2px solid #004101; /* 下線の太さ・色 */
		padding: 5px 10px 0;
		margin-bottom: 0;
	}
	.widget_author_box h3:before{ /* プロフィールタイトルアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f040"; /* アイコン種類 */
		color: #004101; /* アイコン色 */
		font-weight:normal;
		margin-right: 6px; /* アイコンとタイトルの距離 */
	}
	.widget_recent_entries h3:before,
	.widget_categories h3:before{ /* カテゴリータイトルアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f0ca"; /* アイコン種類 */
		color: #004101;/*アイコン色*/
		font-weight:normal;
		margin-right: 6px; /* アイコンとタイトルの距離 */
	}
	.widget_archive h3:before{ /* アーカイブタイトルアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f274"; /* アイコン種類 */
		color: #004101; /* アイコン色 */
		font-weight:normal;
		margin-right: 6px; /* アイコンとタイトルの距離 */
	}
	.widget_categories ul li,
	.widget_archive ul li{ /* カテゴリ・アーカイブ下線 */
		padding-left: 10px;
		border-bottom: 1px dotted  rgba(125, 125, 125, 0.2); /* 下線の種類 */
	}
	.widget_categories ul li a,
	.widget_archive ul li a{ /* 親カテゴリ・アーカイブの文字サイズ */
		font-size: .95rem;
	}
	.widget_categories ul li a:before,
	.widget_archive ul li a:before{ /* 親カテゴリ・アーカイブアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f138";
		color: #004101; /* アイコン色 */
		margin-right: 6px; /* アイコンと文字の距離 */
	}
	.widget_categories ul .children li a:before{ /* 子カテゴリアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f105"; /* アイコン種類 */
		color: #004101; /* アイコン色 */
		font-weight:normal;
		margin-right: 6px; /* アイコンと文字の距離 */
	}
	.widget_categories ul .children li{
		border-bottom:none;
	}	
	.widget_categories ul .children li a{ /* 子カテゴリ */
		padding: 3px 10px;
		font-size: .85rem; /* 文字サイズ */
	}
	.widget_categories ul li a:hover,
	.widget_archive ul li a:hover{ /* カテゴリ・アーカイブhover時 */
		background:transparent;
		color: #004101; /* hover時の文字色 */
		font-weight: bold;
		margin-left: 5px; /* hover時動く幅 */
	}
	.widget_facebook h3:before{ /* カテゴリータイトルアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f082"; /* アイコン種類 */
		color: #004101;/*アイコン色*/
		font-weight:normal;
		margin-right: 6px; /* アイコンとタイトルの距離 */
	}
	.widget_twitter h3:before{ /* カテゴリータイトルアイコン */
/*		font-family: fontawesome;*/
		font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
		content: "\f099"; /* アイコン種類 */
		color: #004101;/*アイコン色*/
		font-weight:normal;
		margin-right: 6px; /* アイコンとタイトルの距離 */
	}
	.footer-bottom-banner {
		float: left;
		bottom: 0;
		margin-left:5px;
	}
	.footer-bottom-banner .banner-text {
		padding: 0;
	}
	.footer-bottom-banner .site-name-text {
		font-size: 14px;
		padding-bottom: 8px;
	}
	.footer-bottom-banner .banner-image {
		padding: 0;
		max-width: 220px;
		text-align:center;
	}
	.footer{
		background-color:#DEF4DF;
	}
	.img_sns{display:none;}
	.article h1{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}
	.article h2{
		position: relative;
		color: #444;
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 20px;
		padding: 10px 10px 10px 36px;
		border-bottom: 3px solid #004101;
		line-height: 125%;
		background-color:#fff;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.article h2::before {
		content: "";
		position: absolute;
		border:1px solid #BE820C;
		background: #fff;
		top: 0;
		left: 12px;
		height: 14px;
		width: 14px;
		transform: rotate(43deg);
		-moz-transform: rotate(43deg);
		-webkit-transform: rotate(43deg);
		-o-transform: rotate(43deg);
		-ms-transform: rotate(43deg);
	}
	.article h2::after {
		content: "";
		position: absolute;
		background: #BE820C;
		top: 20px;
		left: 0;
		height: 11px;
		width: 11px;
		transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
	}

	.article h3 {
		border:none;
		border-left: 2px solid #004101;
	}
	.article h4 {
		border:none;
	}
	.article h4::before {
	  content: "\f068";
	  font-family: FontAwesome;
	  color: #BE820C;
	  margin-right: 8px;
	}

    .tagcloud a {
        flex: 0 1 auto;
        border-radius: 20px; /*角の丸み*/
	}

	.tag-link-count::before {
		 content: "(";
	}
	.tag-link-count::after {
		 content: ")";
	}
	.main-widget-label{font-size:24px;font-weight: 700;}

.toc.tnt-number-detail ol li::before {
    margin-right: 6px;
    counter-increment: toc;
    content: counters(toc,"-") ".";
	background-color:#ddd;
	border:1px solid #ccc;
}

/*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;	
}
 input.textsp2 {width:40%; margin-right:5px;}
::placeholder{color:#cccccc;}
 input.wpcf7c-elm-step2 {width:40%; margin-right:5px;}
/*必須の調整*/
.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;
}
/*送信ボタンのデザイン変更*/
#formbtn1,
#formbtn2,
#formbtn3{
 display: block;
 padding:15px;
 width:350px;
 background:#004101;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn1:hover,
#formbtn2:hover,
#formbtn3:hover{
 background:#fff;
 color:#004101;
 border:2px solid #004101;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.waku_sns{display:none;}
	.img_sns{display:block;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.footer-bottom-banner{float:none;}
	.footer-bottom-banner .banner-image {
		width:50%;
		margin:0;
		float:left;
		padding: 0 5px;
		box-sizing:border-box;
	}
	.article h2{
		font-size:20px;
	}
	
	
}
@media screen and (max-width: 834px){
	.la{display:none !important;}

}
#sidebar-menu2-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: .3s ease-in-out;
}
#sidebar-menu2-input:checked ~ #sidebar-menu2-content{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#sidebar-menu2-close{
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: .3s ease-in-out;
}
#sidebar-menu2-input:checked ~ #sidebar-menu2-close{
    display: block;
    opacity: .5;
}

