@charset "UTF-8";

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

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


/*-- 基本フォント指定 --*/
body{
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
	letter-spacing: 0em;
}


/*-- フロント固定ページのタイトルを非表示
.home.page .entry-title{
  display: none;
} --*/

/*-- サイトタイトル --*/
.site-name-text {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.1em;
}


/*-- 本文部分全体の囲み --*/
.header-container, 
.main, 
.sidebar, 
.footer {
	border-radius: 2px;
	background-color: #efefef;
}


/*-- サイトキャッチフレーズ --*/
.tagline{
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin-top: -40px;
	margin-bottom: 0px;
	color: #333;
}


/*-- 画像の下の謎の余白を消す --*/
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


/*-- グローバルメニューのデザイン --*/
nav#navi, .menu-header .sub-menu{
	font-size: 12px!important;
    font-weight: normal;
	background-color: #fff;
	margin-top: 15px;
}


/*-- パンくず --*/
.breadcrumb {
	margin: 0 0 15px 0;
	color: #e5367f;
	font-size: 13px;
}
#breadcrumb.breadcrumb .fa.fa-folder.fa-fw{
	display: none;
}


/*-- 投稿日・更新日をカスタム --*/
.post-date, .post-update {
    font-size: 0.95em;
	color: #999;
	margin: 0 0;
}
.date-tags {
    line-height: 1em;
    position: relative;
    display: flex;
    flex-direction: row;
}
.post-update .fa-history, .post-date .fa {
    display: none;
}
.post-date::before {
    font-family: FontAwesome;
    content: "\f040";
    padding: 0 0 0 0.5em;
}
.post-update::before {
    font-family: FontAwesome;
    content: "\f021";
    padding-right: 0px;
}


/*-- デフォルトリンク --*/
a {
	color: #e5367f;
}
a:hover {
	color: #f181b0;
}


/*サイドバーのデザイン*/
.sidebar h3 {
	padding: 0.1em 0.5em;
	margin: 0 0 0.3em 0;
	background: transparent;
	border-left: solid 5px #666;
}
.widget-entry-card-content {
	font-size: 13px;
	line-height: 1.5em;
	text-align: initial;
	margin: 0 0;
}


/*-- マーカー --*/
.marker {
	background: linear-gradient(transparent 0%, #ffec71 0%);
}


/*-- 固定ページの投稿日消去 --*/
 .page .post-date {
    display: none;
}


/*-- 引用 --*/
blockquote{
	font-size: 14px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 20px 35px 25px 35px;
}
blockquote:before{
  position: absolute;
  top: 0px;
  left: 4px;
  color: #e1e1e1;
  font-size: 0em;
}
blockquote:after{
  position: absolute;
  bottom: 0px;
  right: 4px;
  color: #e1e1e1;
  font-size: 0em;
}


/* 関連記事カテゴリーラベル非表示 */
.related-entry-card .cat-label{
	display: none;
}


/* エントリーカテゴリーラベル非表示 */
.entry-card .cat-label{
	display: none;
}


/*エントリーカードのデザイン*/
.entry-card-wrap{
	transition: all .3s ease;
	margin: 5px 0 !important;
	padding: 0 0.3em !important;
	background-color:  #fff;
	border-radius: 0px;
	border: 1px solid #fff;
}
.entry-card-wrap:hover{
	background-color: #fff;
}
.entry-card-thumb {
}
.entry-card-title {
	margin: 0 0;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 !important;
	text-align: initial;
}
.entry-card-snippet {
	font-size: 0.9em;
	color: #7b7b7b;
	line-height: 1.5em;
	padding: 0 0 0 1.5em;
	margin: 1em 0 0 0;
	text-align: initial;
}
/*カテゴリのラベル*/
.cat-label{
	margin: -2.5px -4px -4px -2.5px;
	padding: 1px 7px;
	border: none;
}
/*エントリーカードのタグ調整*/
.entry-card-tags-hito3{
	padding: 0 0;
	margin-top: 0.5em;
}


/*-- カテゴリーのリンクタグ --*/
.cat-link {
	display: inline-block;
	width: auto;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 3px 10px;
	margin: 5px 0;
}
.cat-link::before,
.cat-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cat-link,
.cat-link::before,
.cat-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cat-link {
	text-decoration: none !important;
	background-color: #f5f5f5;
	border: 1px solid #f13986;
	color: #f13986;
}
.cat-link:hover {
	background-color: inherit; 
    opacity: 1;       
	text-decoration: none !important;
	background-color: #f13986;
	border: 1px solid #f13986;
	color: #fff;
}
.cat-link::before{
 display:none;
}
/*カテゴリのリンクのアイコン消し*/
.entry-categories .fa-folder:before {
	display: none;
}


/*-- タグのリンクタグ --*/
.tag-link {
	display: inline-block;
	width: auto;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 3px 10px;
	margin: 5px 1px;
}
.tag-link::before,
.tag-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tag-link,
.tag-link::before,
.tag-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tag-link {
	text-decoration: none !important;
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	color: #666;
}
.tag-link:hover {
	text-decoration: none !important;
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
.tag-link::before{
 display:none;
}
/*タグのリンクのアイコン消し*/
.entry-tags .fa-tag:before {
	display: none;
}



/*-- h見出し --*/
.article h1 {
	font-size: 23px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W5', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.article h2 {
    padding: 0;
    background: none;
}

.article h2 {
    background: #efefef;
	font-size: 18px;
	color: #333;
	line-height: 1.5em;
	border-left: solid 5px #e5367f;
	border-radius: 0;
	padding: 4px 10px;
	margin: 2.5em 0 0.7em 0;
}

.article h3 {
    padding: 8px 0;
	font-size: 18px;
	color: #333;
	border: none;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-top: 60px;
}
.article h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #e5367f;
	bottom: -1px;
	width: 20%;
}	
	
.article h4 {
	padding: 0;
	border: none;
	font-size: 16px;
	font-weight: bold;
}



/************************************
** 投稿ページのスタイル
************************************/

/* メイン画像囲み */
.white_wrap {
  width: 100%;
  height: auto;
  border: 0px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin: 0 0;
  padding: 20px 20px 1px 20px;
}


/*アフィリエイトボタン調整*/
.aff_btn {
	margin: 0 0 -1.5em 0;
}


/* 赤ボタン */
.red_btn {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.5px;
	outline: none;
	padding: 12px 6px;
	margin: 0 0;
}
.red_btn::before,
.red_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.red_btn,
.red_btn::before,
.red_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.red_btn {
	text-decoration: none !important;
	background-color: #f52222;
	color: #fff;
}
.red_btn:hover {
	text-decoration: none !important;
	background-color: #c52424;
	color: #fff;
}


/* ピンクボタン */
.pink_btn {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.5px;
	outline: none;
	padding: 12px 6px;
	margin: 0 0;
}
.pink_btn::before,
.pink_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pink_btn,
.pink_btn::before,
.pink_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pink_btn {
	text-decoration: none !important;
	background-color: #f0197a;
	color: #fff;
}
.pink_btn:hover {
	text-decoration: none !important;
	background-color: #bd1d65;
	color: #fff;
}


/* 緑ボタン */
.green_btn {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.5px;
	outline: none;
	padding: 12px 6px;
	margin: 0 0;
}
.green_btn::before,
.green_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.green_btn,
.green_btn::before,
.green_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.green_btn {
	text-decoration: none !important;
	background-color: #02c386;
	color: #fff;
}
.green_btn:hover {
	text-decoration: none !important;
	background-color: #23b285;
	color: #fff;
}


/* グレーボタン */
.off_btn {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing:0.5px;
	outline: none;
	background-color: #ddd;
	color: #fff;
	padding: 12px 6px;
	margin: 0 0;
}


/* AD囲み（バナー） */
.white_wrap_ad1 {
  width: 100%;
  height: auto;
  border: 0px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin: 20px 0;
  padding: 0 auto;
}


/* AD囲み（カスタム＋タイトル＋マージンあり） */
.white_wrap_ad2 {
  width: 100%;
  height: auto;
  border: 0px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 auto;
}
.white_wrap_ad2 .box_title {
	font-size: 0.9em;
	background: #a7a7a7;
	padding: 0.2em 0;
	text-align: center;
	color: #FFF;
}


/* AD囲み（カスタム＋タイトル） */
.white_wrap_ad3 {
  width: 100%;
  height: auto;
  border: 0px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin: 0 0;
  padding: 0 auto;
}
.white_wrap_ad3 .box_title {
	font-size: 0.9em;
	background: #a7a7a7;
	padding: 0.2em 0;
	text-align: center;
	color: #FFF;
}


/* AD囲み（カスタム） */
.white_wrap_ad3 {
  width: 100%;
  height: auto;
  border: 0px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin: 0 0;
  padding: 0 auto;
}




/************************************
** 投稿ページのスタイルここまで
************************************/


/*-- 関連記事の見出し --*/
.related-entry-heading{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	margin-top:30px;
	margin-bottom:4px;
}


/*-- 関連記事カスタマイズ --*/
.related-entry-card-wrap.a-wrap.cf{ /*下余白クリア*/
	margin-bottom:0px;
	padding-bottom:0px;
}
.related-entry-card-content.card-content.e-card-content{ /*カード下余白設定*/
	padding-bottom:2px;
}
.related-entry-card-title.card-title.e-card-title{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5em;
	height: auto !important;
	margin: 5px 0 15px 0;
	display: flex;
}


/*-- スマホだけで改行 --*/
.br-sp {
	display:none;
}


/*-- PCだけで表示 --*/
@media screen and (max-width: 480px){
.spNone { display: none;}
}


/*-- SPだけで表示 --*/
@media screen and (min-width: 480px){
.spOn { display: none;}
}


/************************************
**テーブル
************************************/
table {
	font-size: 0.9em;
	font-weight: normal!important;
	line-height: 1.6em;
	table-layout: fixed;
}
th,td {
	padding: 0.4em 1em!important;
	border: 1px solid #e7e7e7!important;
	background-color: #fff;
	vertical-align: top;
}
th {
	font-weight: normal!important;
	width: 25%;
}
.title td{
    font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.5em 0.5em!important;
}


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

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

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


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

	
/*-- サイトロゴ --*/
.logo > a img {
	width: 90%;
}
	
/*サイトキャッチフレーズ*/
.tagline{
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	background: #fff;
	margin: 0 0;
	padding: 13px 0 10px 0;
}

/*-- h見出し --*/
.article h1 {
	font-size: 20px;
	margin: -10px 0 0 -18px;
}


}
