@charset "UTF-8";

/*!
Theme Name: Simplicity2_Child
Template:   Simplicity2
*/

/*フォント*/
body {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:16px;
  line-height: 20px;
}

h2 {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
}

/* リストページ、サムネイル横にあるタイトル */
.entry h2 a {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   font-size: 23px;
   line-height: 26px;
}

/* 投稿本文のH2見出し */
.article h2 {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 23px;
    line-height: 26px;
}

.article h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
}


.entry h2 {
    margin-bottom: 5px;
    margin-top: -20px;
}



/*---------------------------------
ページネーションの隙間調整
--------------------------------*/
.pagination{
margin: 0px 0px 25px 0px;
}


/****************************
以下F7F7F7をFFFFFFに変える！ 
*****************************/
.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#FFFFFF;
  color:#555;
  font-size:16px;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}


.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#FFFFFF;
  color:#555;
  font-size:16px;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #FFFFFF;
}


/* 囲み罫 */
#main {
    border: 0 none;
}

/*---------------------------------
グローバルメニュー
--------------------------------*/
#navi {
 border-bottom:1px solid #3a1717;
}
#navi ul{
  border: none;
  background:none;
  border-radius:0px;
  font-weight:bold;
}
 
#navi ul li a:hover{
  background:none;
  color:#c03;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#navi ul.sub-menu{
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top:30px;
  margin-right:50px;
}

#navi li.menu-item-has-children ul{
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#navi li.menu-item-has-children:hover ul{
  display: block;
  visibility : visible;
  opacity: 1;
  margin-top: 0px;
}
#navi li.menu-item-has-children ul li{
  line-height: 40px;
  height:40px;
  background-color:#c03;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#navi li.menu-item-has-children ul li a{
  color:#ffffff;
  height:40px;
  padding: 0px 0px 0px 15px;
}
#navi li.menu-item-has-children ul &gt; li a:hover{
  background-color:#ffffff;
}
#navi li.menu-item-has-children ul:before,
#navi li.menu-item-has-children ul:after{
  top: -10px; 
  left: 20px;
  margin-left:22px;
}
 
#navi li.menu-item-has-children ul:before,
#navi li.menu-item-has-children ul:after{
  content: " ";
  height: 0;
  width: 0;
  bottom: 100%;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #cb0000 transparent;
  z-index: -1;
}

/*---------------------------------------------------------
一覧表示のアイキャッチ消して、タイトル左に寄せる
---------------------------------------------------------*/
.entry-thumnail .no-image {
display: none;
}

.entry-card-content {
margin-left: 10px;
}

/*---------------------------------------------------------
関連記事のアイキャッチ消して、タイトル左に寄せる
---------------------------------------------------------*/
.related-entry-thumb .no-image {
display: none;
}

.related-entry-content {
margin-left: 5px;
}

/************************************
 関連記事
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:5px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  /*margin-bottom: 20px;*/
  display: block;
}

/*--------------------------------------------------------------------
サイドバーの最新記事のアイキャッチ消して、タイトル左に寄せる
--------------------------------------------------------------------*/
.widget_new_entries ul li .no-image {
    display: none;
}

/*---------------------------------------------------------
サムネイル大きさ
---------------------------------------------------------*/
/*.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top: 0px;
  margin-left: 20;
}*/

/*.entry-thumb a{
  display: block;
}

.entry-thumb img{
  border:0;
  width:170px;
  height:170px;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}*/


/*---------------------------------------------------------
ヘッダーイメージ
---------------------------------------------------------*/
#site-title {
  margin-top: 90px;
  margin-bottom: -30px;
  margin-left: 0px;
}


/************************************
 パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}


/*---------------------------------
ナビメニューのトップ化 
--------------------------------*/
#navi {
width:100%; /*幅をいっぱいに広げる*/
left: 0;  /*左端が切れてしまうのでその対策*/
position: fixed; /*位置を固定する*/
z-index: 300;  /*上に重ねる*/
}

/*-------------------------------------------
PCのブログ内検索をヘッダーに表示
------------------------------------------*/
#h-top {
    position: relative;
}
 
#h-top #searchform {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 400px;
}
 
#h-top #s {
    margin-top: 90px;
    margin-bottom: 30px;
}

/*---------------------------------
アーカイブタイトル
--------------------------------*/
#archive-title{
  padding-bottom:5px;
  font-size:25px;
  line-height: 28%;
}

/*---------------------------------
スマホグローバルメニュー
--------------------------------*/
#sm_nav{
 text-align: center;
}
#sm_nav .category{ 
 background-color: #35A6A0; 
 padding:8px; 
 line-height: 230%;
 font-size:90%;
border-radius: 4px;
}
#sm_nav a{
 color: #FFFFFF;
 text-decoration: none;
 word-wrap: break-word;
}

/*---------------------------------
続きを読む、関連記事を寄せる
--------------------------------*/
.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}

.related-entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}

/*---------------------------------
検索ハイライトカラー
--------------------------------*/
.hilight {
         background:#D3E18A;
}

/*---------------------------------
エントリー間サイズ
--------------------------------*/
#main .entry {
    clear: both;
    margin-bottom: 28px;
    word-wrap: break-word;
}



#main .entry {
    clear: both;
    margin-bottom: 25px;
    word-wrap: break-word;
}
#main .post, #main .page {
    margin-bottom: 30px;
}



.button {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.button span {
  display: block;
  position: absolute;
  width: 200px;
  height: 60px;
  border: 2px solid #333;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.button span:nth-child(1) {
  background-color: #333;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
  background-color: #fff;
  color: #333;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
  background-color: #333;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


/*サイドメニュー見出しと下線*/
#sidebar h3 {
font-size:22px;
border-bottom:1px solid #000000;
padding:6px 0;
}


/*カテゴリ－デザイン変更
.cat-item {
  border-radius: 5px;
}
 
.cat-item a {
  padding: 3px 0 3px 8px;
  display:block;
  width:100%;
  background: #555;
  border-radius: 5px;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
 
.cat-item a:hover {
  opacity: .6;
}
 
.cat-item a::before {
  content: "\0025B6  ";
}
 
.children li {
  margin-top: 8px;
}*/


/*タグデザイン変更
.tagcloud a {
	font-size: 14px !important; 
	line-height: 1em;
	background: #47bea0; 
	color: #fff; 
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; 
	margin-top: 3px; 
	border-radius: 4px; 
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #f9d635; 
	color: #278a71; 
}*/



.ytwd_video_titleytwd_widget-2, .ytwd_video_titleytwd_widget-2 a {
    color: #080808 !important;
    font-size: 25px !important;
    line-height: 30px;
    margin: 15px 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}



ul.snsp li a span {
    display: block;
    font-size: 33px;
    width: 33px;
    height: 33px;
    margin-top: 33px; 
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #666;
    color: #fff;
}


/*WDビデオ下のビデオ*/
.ytwd_gallery4 .ytwd_gallery_item4 .ytwd_item_title4 {
    font-size: 15px;
    line-height: 19px;
    color: #363636;
}



.linklistcatname {
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}