@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;
}


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



.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}


.article th {
    border: solid 1px #ffffff;
    background-color: #ffffff;
}



/*ヨメレバ・カエレバ（レスポンシブ）*/
.cstmreba {
width: 98%;
height:auto;
margin:36px 0;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
line-height: 1.5;
word-wrap: break-word;
box-sizing: border-box;
display: block;
}
.cstmreba a {
transition: 0.8s ;
color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,.cstmreba　.kaerebalink-box,.cstmreba .tomarebalink-box {
width: 100%;
background-color: #fff;  /* 全体の背景カラー */
overflow: hidden;
border-radius: 0px;
box-sizing: border-box;
padding: 12px 8px;
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
width:150px;
float:left;
margin:0 14px 0 0;
text-align: center;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
width:100%;
display:block;
}
/* サムネイル画像 */
.cstmreba .booklink-image a img,.cstmreba .kaerebalink-image a img,.cstmreba .tomarebalink-image a img {
margin:0 ;
padding: 0;
text-align:center;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
overflow:hidden;
line-height:170%;
color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
text-decoration: none;	
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
border-bottom: 1px dotted ;
font-size:16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
font-size:10px;
line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
border-bottom: 1px dotted ;
color: #333;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
color:#333;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
font-size:12px;
}
.cstmreba .kaerebalink-link1 img,.cstmreba .booklink-link2 img,.cstmreba .tomarebalink-link1 img {
display:none !important;
}
.cstmreba .kaerebalink-link1,.cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
display: inline-block;
width: 100%;
margin-top: 5px;
}
.cstmreba .booklink-link2>div, 
.cstmreba .kaerebalink-link1>div, 
.cstmreba .tomarebalink-link1>div {
float:left;
width:31%;
min-width:125px;
margin:0.5% 1%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a, 
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
width: 100%;
display: inline-block;
text-align: center;
box-sizing: border-box;
font-size: 13px;
font-weight: bold;
line-height: 180%;
padding:3% 1%;
margin: 1px 0;
border-radius: 4px;
box-shadow: 0 2px 0 #ccc;
background: -moz-linear-gradient(top,#fafafa,#EEE);
background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
text-decoration: underline;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {color:#ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; }	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */ 
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a, 
.cstmreba .booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a , 
.cstmreba .booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a, 
.cstmreba .booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
/***** ボタンデザインここまで ******/
.cstmreba .booklink-footer {
clear:both;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
width:100%;
float:none;
}
.cstmreba .booklink-link2>div, 
.cstmreba .kaerebalink-link1>div, 
.cstmreba .tomarebalink-link1>div {
width: 49%;
margin: 0.5%;
}
.cstmreba .booklink-info,
.cstmreba .kaerebalink-info,
.cstmreba .tomarebalink-info {
text-align:center;
padding-bottom: 1px;
}


/*Anspress灰色を白に…*/
.information, .question, .alert {
    background-color: #ffffff;
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}
user agent stylesheet
div {

