@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/******************************************************************
Theme Name: hummingbird
Theme URI: http://open-cage.com/hummingbird/
Description: Hummingbird（ハチドリ）は足が退化してしまってほとんど歩くことができない。（枝にとまることはできる。）それは飛び続けないと移動できないということを意味する。ブロガーも同じ。記事を見てもらうには書き続けないといけないのです。デザイン的にほとんどカスタマイズする必要のないHummingbirdを使って「とにかく書くこと」に集中してほしいのです。
Version: 1.2.5
Author: opencage
Author URI: http://open-cage.com/

License: GNU General Public License
License URI: licence.txt
******************************************************************/


/* ==========================================================================
HTML5 display definitions
========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block; }
audio,canvas,video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],template {
display: none; }

/* ==========================================================================
Base
========================================================================== */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;}
body {margin: 0; }

/* ==========================================================================
Links
========================================================================== */
a {
background: transparent; }
a:focus {
outline: thin dotted; }
a:active,a:hover {
outline: 0; }

/* ==========================================================================
Typography
========================================================================== */
/* Googleフォント　※フォントを変更した場合はこちらも変更 */
.gf{
font-family: 'Ubuntu Condensed', sans-serif;
font-weight: normal;
}
h1 {
font-size: 2em;
margin: 0.67em 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,strong,.strong {
font-weight: bold; }
dfn,em,.em {
font-style: italic; 
border-bottom: 1px dotted pink;
}
hr {
margin: 1.8em 0;
padding: 0;
border: 0;
height: 5px;
background: url(library/images/line01.png) repeat-x 0 0;
}
p {
-webkit-hyphens: auto;
-epub-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; }
pre {
margin: 0; }
code,kbd,pre,samp {
font-family: monospace, serif;
font-size: 0.9em; 
padding: 0.05em 0.4em;
border-radius: 3px;
background: #F6F6F6;
color: #444;
}
pre {
white-space: pre-wrap; }
q {
quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,q:after {
content: '';
content: none; }
small, .small {
font-size: 75%; }
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }

/* ==========================================================================
Lists
========================================================================== */
dl,menu,ol,ul {
margin: 1em 0; }

dd {
margin: 0; }
.gallery {
margin: .5em auto 2em!important;
}
.gallery dl{
margin:0!important;
}
.gallery dl img{
margin-bottom:0;
border: none!important;
padding: 1px;
}
menu {
padding: 0 0 0 40px; }
ol,ul {
padding: 0;
list-style-type: none; }
.entry-content ul li{
position:relative;
padding-left: 1em;
margin: 3px 0;
}
.entry-content ul li:before{
content:" ";
width: 7px;
height: 7px;
background: #3E3E3E;
-webkit-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
-moz-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
display:block;
position:absolute;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
left: 2px;
top: 9px;
}
.entry-content ul li ul li:before{
width: 5px;
height: 5px;
top: 10px;
}
.entry-content ul li ul li ul li:before{
width:7px;
height:2px;
top:10px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.entry-content ol{
counter-reset: number;
}
.entry-content ol li{
list-style:none;
position:relative;
padding-left: 1.4em;
}
.entry-content ol li:before{
counter-increment: number;
content: counter(number);
background: #3E3E3E;
color:#fff;
width:1.5em;
height:1.5em;
font-size: 0.7em;
font-weight:bold;
font-family: 'Lato', sans-serif;
display:block;
text-align:center;
line-height:1.5em;
border-radius:50%;
position:absolute;
left:0;
top: 3px;
}
.entry-content ol li ol li:before{
background:#666;
font-size:10px;
line-height:1.4;
}
.entry-content ol li li ol li:before{
background:#ccc;
color:#555;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none; }

/* ==========================================================================
Embedded content
========================================================================== */
img {
border: 0; 
vertical-align: bottom;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */

figure {
margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal; }
button,
select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-transform: none; }
select::-ms-expand {
display: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top;
}

/* ==========================================================================
Tables
========================================================================== */
table {
border-collapse: collapse;
border-spacing: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.image-replacement,
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
.clearfix, .cf, .comment-respond,.widget ul li {
zoom: 1; }
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{content: "";display: table;}
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
clear: both; }
span.amp {
font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
font-style: italic; }
p {
-ms-word-break: break-all;
-ms-word-wrap: break-all;
word-break: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3; }
.alert-help, .alert-info, .alert-error, .alert-success {
margin: 10px;
padding: 5px 18px;
border: 1px solid; }
.alert-help {
border-color: #e8dc59;
background: #ebe16f; }
.alert-info {
border-color: #bfe4f4;
background: #d5edf8; }
.alert-error {
border-color: #f8cdce;
background: #fbe3e4; }
.alert-success {
border-color: #deeaae;
background: #e6efc2; }
.blue-btn, .comment-reply-link, #submit {
display: inline-block;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
color: white;
font-size: 0.9em;
font-size: 34px;
line-height: 34px;
font-weight: normal;
padding: 0 24px;
border-radius: 4px;
border: 0;
cursor: pointer;
-webkit-transition: background-color 0.14s ease-in-out;
transition: background-color 0.14s ease-in-out; }
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
color: white;
text-decoration: none; }
.blue-btn:active, .comment-reply-link:active, #submit:active {
top: 1px; }


.blue-btn, .comment-reply-link, #submit {
background-color: #e55937;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
background-color: #2574a8; }

/*********************
INPUTS
*********************/
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
display: block;
height: 40px;
line-height: 40px;
padding: 0 4%;
margin-bottom: 14px;
font-size: 1em;
color: #666;
border-radius: 3px;
vertical-align: middle;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
border: 0;
width: 92%;
width: 100%\9;/*IE9用 */
max-width: 92%;
max-width: 100%\9;/*IE9用 */
background-color: #FFFFFF;
-webkit-transition: background-color 0.24s ease-in-out;
transition: background-color 0.24s ease-in-out;
}
#main input[type="text"],#main input[type="password"],#main input[type="datetime"],#main input[type="datetime-local"],#main input[type="date"],#main input[type="month"],#main input[type="time"],#main input[type="week"],#main input[type="number"],#main input[type="email"],#main input[type="url"],#main input[type="search"],#main input[type="tel"],#main input[type="color"],#main select,#main textarea,#main .field {
padding: 0 2%;
width: 96%;
width: 100%\9; /*IE9用 */
max-width: 96%;
max-width: 100%\9; /*IE9用 */
}
#main textarea{
padding: 2%;
}
input[type="text"]:focus, input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,select:focus,select:active,textarea:focus,textarea:active,.field:focus,.field:active {
background-color: #f7f8fa; }

input[type="password"] {
letter-spacing: 0.3em; }
textarea {
max-width: 100%;
min-height: 120px;
line-height: 1.5em; }
select {
-webkit-appearance: none;
background-image: url(library/images/select_arrow.png);
background-repeat: no-repeat;
background-position: 97.5% center;
background-size:9px; }
/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {width: 92%;max-width: 92%;}
}

/*********************
GENERAL STYLES
*********************/
body {
font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 100%;
line-height: 1.5;
color: #545B63;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
width: 96%;
margin: 0 auto;
}
.last-col {
float: right;
padding-right: 0 !important; }

/*********************
LINK STYLES
*********************/
a {
color: #e55937;}
a:hover {
color: #E69B9B; }
/*リンクをゆっくりと */
a,
a img{
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out;  
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out; 
}
/*画像をマウスオーバーで半透明に */
a:hover img{
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity:0.7;
}
a:link, a:visited:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
/* 外部リンク - External Link */
.entry-content a[target="_blank"]:after {
font-family: 'FontAwesome';
content: '\f08e';
font-size:0.9em;
margin:0 3px 0 2px;
}
/* 外部リンク画像の場合にアイコンを消すクラス */
.entry-content a.no-icon[target="_blank"]:after{
content:none;
}
 


/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
text-rendering: optimizelegibility;
font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
text-decoration: none; }
h1, .h1 {
font-size: 1.5em;
font-weight: bold;
line-height: 1.333em; }
h2, .h2 {
font-size: 1.5em;
line-height: 1.4em;
font-weight: bold;
margin-bottom: 0.375em; }
h3, .h3 {
font-size: 1.3em; 
font-weight: bold;
}
h4, .h4 {
font-size: 1.2em;
font-weight: 700; }
h5, .h5 {
font-size: 1em;
font-weight: 700;
line-height: 2em;
text-transform: uppercase;
letter-spacing: 1px; }
































/******************************************************************
2017.01.16.
 aoharu joshibu
******************************************************************/

body.custom-background {
  background-color: #fff959 !important;
  background-image: url(/wp-content/themes/hummingbird/library/images/background_01_pc.png), url(/wp-content/themes/hummingbird/library/images/background_02_pc.png) !important;
  background-size: auto !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-position: top center !important;
}

@media only screen and (max-width: 767px) {
  body.custom-background {
    background-attachment: scroll !important;
    background-color: #fff959 !important;
    background-image: url(/wp-content/themes/hummingbird/library/images/background_sp.png) !important;
    background-size: 100% !important;
    background-position: top left !important;
    }
}


@media only screen and (max-width: 767px) {
  /* SP版TOPのみ出てくる背景 */
  #content #inner-content .left-area #main {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_top_sp.png) ;
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 24%;
  }
  .tag #main,.category #main, .archive #main {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_archive_sp.png);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 2%;
  }
  #content {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_footer_sp.png);
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 10%;
  }
  .sidebar {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_04_sp.png);
    background-size: 100%;
    background-position: top 1em left;
    background-repeat: no-repeat;
    padding-top: 25%;
    margin-top: -12%;
  }
  .sidebar .widget {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_06_sp.png);
    background-size: 100%;
    background-position: top 1em left;
    background-repeat: no-repeat;
    padding-top: 30%;
    margin-top: -26%;
  }
  .sidebar .widget:first-child {
    background-image: none;
    padding-top: 0;
    margin-top: 0;
  }
  .sidebar .widget.widget_new_img_post {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_06_sp.png);
    background-size: 100%;
    background-position: top left;
    padding-top: 12%;
    margin-top: -27%;
  }
  .sidebar .widget.widget_tag_cloud {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_05_sp.png);
    background-size: 100%;
    padding-top: 30%;
    margin-top: -37%;  }
  .sidebar .widget.widget_search {
    background-image: none;
    padding-top: 0;
    margin-top: 0;
  }
  .sidebar .widget.widget_archive {
    background-image: url(/wp-content/themes/hummingbird/library/images/background_07_sp.png);
    background-size: 100%;
    padding-top: 11%;
    margin-top: -19%;
  }
}








/******************************************************************
2017.02.15.
 aoharu joshibu TOP
******************************************************************/

/* title rayout */
#main .front_area .frant_ttl {
  display: block;
  font-size: 20px;
  padding: 0;
  margin: 0 0 2em;
}
#main .front_area .frant_ttl span {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 30px;
    position: relative;
}

#main .front_area .frant_ttl span:before {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveleft.png) top left no-repeat;
  background-size: 37px 37px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  position: absolute;
  left: -46px;
  top: -20px;
  z-index: 3;
}
#main .front_area .frant_ttl span:after {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveright.png) top left no-repeat;
  background-size: 27px 27px;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: -27px;
  top: -20px;
  z-index: 3;
}
@media only screen and (max-width: 1099px) {
  #main .front_area .frant_ttl {
    margin: 0 0 1em 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #main .front_area .frant_ttl {
    margin-top: 1em;
  }
  #main .front_area .frant_ttl span {
    font-size: 20px;
  }
  #main .front_area .frant_ttl span strong{
    font-size: 20px;
  }
  #main .front_area .frant_ttl span:before {
    background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveleft.png) top left no-repeat;
    background-size: 37px 37px;
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    transform: none;
    -webkit-transform: none;
    position: absolute;
    left: -36px;
    top: -32px;
    z-index: 3;
  }
  #main .front_area .frant_ttl span:after {
    background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveright.png) top left no-repeat;
    background-size: 27px 27px;
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -30px;
    top: -21px;
    z-index: 3;
  }
}


/* btn rayout */
#main .front_area .btn {
  text-align: right;
  margin: 0 5% 2em auto;
  width: 30%;
}
#main .front_area .btn a {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 1px 1px #000;
  color: #000;
  display: block;
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 4% 8px;
  position:relative;
  text-align: center;
  z-index: 10;
}
#main .front_area .btn a:hover {
  background: #000;
  color: #fff;
}



/* new-entries */
#new-entries .archivettl h1:after{
  content: none;
}

#new-entries article {
  background: none !important;
}



























/* ------------------------------------------------------

 基本レイアウト PC用 20180116

------------------------------------------------------ */

/*********************
HEADER STYLES
*********************/
#custom_header{
width:100%;
text-align:center;
color:#fff;
}
#custom_header .wrap{
display:table;
table-layout:fixed;
padding: 2.5em 0;
background: url(library/images/shadow1.png) center bottom no-repeat;
background-size: 95% auto;
}
#custom_header .wrap > div{
display:table-cell;
vertical-align:middle;
}
#custom_header .header-eyecatch{
width:40%;
}
#custom_header .header-text{
width:60%;
-webkit-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.05);
-moz-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.08);
text-shadow: 0 2px 1px rgba(45, 45, 45, 0.08);
}
#custom_header .en{
font-size: 3em;
font-weight: normal;margin: 0.3em 0;
line-height: 1;

letter-spacing: -1px;
}
#custom_header .ja{
font-size: 13px;
margin:0;
}
#custom_header .btn-wrap{
margin:2.5em 0 0;
}
#custom_header .btn-wrap a{
padding:1em 2.5em;
color:#fff;
border-color:#fff;
font-size:0.95em;
min-width: 55%;
-webkit-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.05);
-moz-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.08);
text-shadow: 0 2px 1px rgba(45, 45, 45, 0.08);
position: relative;
font-weight: 500;
}
#custom_header .btn-wrap a:hover{
background:none;
filter: alpha(opacity=40);
-ms-filter: "alpha(opacity=40)";
opacity:0.4;
}
#custom_header.text_bk .header-text,
#custom_header.text_bk .btn-wrap a{
border-color:#333;
color:#333;
}
#custom_header.layoutcenter .header-eyecatch,
#custom_header.layoutcenter .header-text{
width: 100%;
display: block;
}
#custom_header.layoutcenter .header-text{
margin: 1.5em 0 2em;
}
.home #content{
margin-top: 1.5em;
}
.home_widget{
font-size: .88em;
margin: 0 auto 1.9em;
/*max-width: 728px;*/ /* 20180116 */
max-width: 792px;
}
.home_widget > div{
margin-bottom: 1.5em;
}
.page-full .home_widget{
max-width: 100%;
}
.home_widget .widget{
margin:0;
}
.header {
background-color: #e55937;
}
#inner-header{
position:relative;
padding-top: 5px;
}
#logo {
padding: 0;
}
#logo .h1{
margin:0;
padding:0;
font-size: 1em;
}
#logo .h1.text{
font-size: 26px;
}
#logo a {
color: #fff;
width: 100%;
padding: 0 0 0.2em;
display: table-cell;
vertical-align:middle;
text-align:center;
text-decoration:none;
}
#inner-header.descriptionnone{
padding-top: 10px;
}
.site_description{
font-size: 11px;
margin: 1px 0;
}
.site_description:empty{
display:none;
}
.subnav .linklist{
float: right;
margin-left: 1em;
}
.subnav .linklist li{
display:inline;
margin-right:1em;
}
.subnav .linklist li a{
text-decoration:none;
color:#fff;
}
.subnav .linklist li a:hover{
text-decoration:underline;
}
.subnav .linklist li a:before{
font-family:"fontawesome";
content:'\f0da';
margin-right:0.3em;
color: #fff;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity: 0.9;
}
.subnav .linklist li a span{
display:none;
}
#breadcrumb{
font-size:11px;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
#breadcrumb ul{
margin:0;
}
#breadcrumb li:first-child{
margin-left:0;
}
#breadcrumb li{
float:left;
margin-left:0.5em;
}
#breadcrumb li:after{
content:'>';
margin-left:0.5em;
}
#breadcrumb li:last-child:after{
display:none;
}
#breadcrumb li a{
color:#666;
text-decoration:none;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
border-bottom: 0;
}
.nav li a {
display: block;
color: white;
text-decoration: none;
padding: 0.75em;
position:relative;
}
.nav li a:hover{
color:#ffff33;
}
.nav > li > a{
padding: 0.3em 1em 0.6em;
}
.nav li a .gf{
display:block;
text-align:center;
width:100%;
font-size: 0.85em;
font-weight: normal;
}
.nav li a .gf:empty{
display:none;
}
.nav li li{
text-align:left;
}
.nav li li .gf{
display:none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
padding-left: 15px; }

/*********************
POSTS & CONTENT STYLES
*********************/
.single #main article {/*margin-bottom: 1em;*/padding: 0 20px 1em;}
.page #main article {margin-bottom: 1em;padding: 0 20px;}
#main article header {
padding: 20px 0 0;
margin-bottom: 2em;
}
#main article .eyecatch{
text-align:center;
overflow:hidden;
position:relative;
}
#main article .eyecatch img{
margin:0;
height: auto;
}
#main article footer {
padding: 1em 0;
}
#main article footer h4{
margin:0.5em 0;
}
#main article footer p {
margin: 0; }

#main article footer .post-categories,
#main article footer .tags{
margin:0;
display:inline-block;
}
#main article footer .post-categories li,
#main article footer .tags a{
display:inline-block;
}
#main article footer .post-categories li a,
#main article footer .tags a{
display:inline-block;
background: #e55937;
color:#fff;
padding:0.4em 0.5em;
margin-right:0.3em;
margin-bottom: 2px;
text-decoration:none;
border:1px solid #e55937;
line-height:1.1;
font-size:0.75em;
}
#main article footer .tags a{
background:none;
color:#e55937;
margin-top:-1px;
}
#main article footer .post-categories a:before,
#main article footer .tags a:before{
font-family:"fontawesome";
content:'\f02b';
margin-right:0.2em;
}
#main article footer .post-categories a:before{
content:'\f07b';
}
#main article footer .post-categories li a:hover,
#main article footer .tags a:hover{
background:#E69B9B;
color:#fff;
border-color:#E69B9B;
}
.entry-content h2{
position: relative;
border: none;
font-size:1.25em;
padding: 1em 1.1em;
margin-top: 2.1em;
margin-bottom: 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #e55937;
color:#fff;
box-shadow: 0 0 45px rgba(0, 0, 0, 0.25) inset;
}
.entry-content h2:before,
.entry-content h2:after{
content:'';
display:block;
width:100%;
position:absolute;
border-top:1px dashed;
}
.entry-content h2:before{
top:3px;
left:0;
}
.entry-content h2:after{
bottom:3px;
left:0;
}
.entry-content h3{
border-left:4px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}

.h_simple .entry-content h2,
.h_simple .widgettitle{
  box-shadow: none;
}
.h_simple .entry-content h2:before,
.h_simple .entry-content h2:after{
  content: none;
}
.h_simple .widgettitle span{
  border: none;
}

/* 投稿ページ下のエリア */
.single .authorbox{
display: none;
/*border-radius: 10px;
margin-bottom: 1em;
background: #f5f5f5;
padding: 0 20px 20px;*/}
.single .np-post a,
.single .authorbox a,
.single .related-box a{
color:#444;
}
.single .related-box{
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
border-radius: 0 0 10px 10px / 0 0 10px 10px;
/*border-radius: 10px;*/
/* margin-bottom: 1em; */
background: #ffffff;
padding: 0;}

@media only screen and (max-width: 767px) {
  .single .related-box{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  }
}

.single .np-post a,
.single .authorbox a,
.single .related-box a{
color:#444;
}
.single .np-post a:hover,
.single .authorbox a:hover,
.single .related-box a:hover{
color:#999;
}
.single .np-post .h_ttl,
.single .authorbox .h_ttl,
.single .related-box .h_ttl{
font-size: 12px;
text-align: left;
margin: 1em 0;
padding: 1em .1em;
background: url(library/images/line01.png) repeat-x bottom;
}
.single .np-post .h_ttl span,
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span{
font-size: 1.8em;
margin-right: 0.5em;
position:relative;
bottom:-2px;
font-weight:normal;
}
.single .authorbox .profile img {
width:16%;
float:left;
margin:1.5% 2% 1.5% 0;
border:4px solid #fff;
box-shadow:0 0 10px #ddd;
}
.single .authorbox .profile .name{
font-size:1em;
font-weight:bold;
margin:2em 0 0.5em;
}
.single .authorbox .profile a{
text-decoration:none;
color:#444;
}
.single .authorbox .profile .profile_description{
font-size:0.8em;
padding-left:18%;
}
.single .authorbox .profile .author_sns{
text-align:center;
margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
display:inline-block;
font-size: 0.8em;
margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
font-size:1.1em;
margin-right:0.3em;
}
.single .authorbox .author-newpost li,
.related-box li{
width:24%;
min-height: 190px;
margin:0 1% 1% 0;
float:left;
position:relative;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 100px;
overflow: hidden;
text-align: center;
background: #ddd;
}
.single .authorbox .author-newpost li a,
.related-box li a{
display:block;
text-decoration:none;
}
.single .authorbox .author-newpost li .cat-name,
.related-box li .cat-name{
position:absolute;
top:0;
right:0;
padding:0.1em 0.5em;
font-size:10px;
font-weight: bold;
/*background: #e55937;*/
background: #ed1ca1 !important;
color:#fff;
text-align:center;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity: 0.9;
}
.single .authorbox .author-newpost li .date,
.related-box li .date{
font-size:11px;
font-weight:normal;
}
.single .authorbox .author-newpost li .ttl,
.related-box li .ttl{
font-size:12px;
margin:0;
}

/* 次・前の記事 */
.np-post{
padding: 0 0 1.5em;
/*margin-bottom:1.5em;*/
}
.np-post .np-post-list{
word-break:break-all;
margin-bottom: .8em;
}
.np-post a{
width:100%;
display: table;
font-size:.9em;
text-decoration:none;
}
.np-post a .eyecatch{
display: table-cell;
vertical-align: middle;
text-align:center;
position: relative;
width: 64px;
padding-right: 12px;
padding-left: 12px;}

.np-post a .eyecatch img{
width: 100%;
}
.np-post a .ttl{
display: table-cell;
vertical-align: middle;
}
.np-post .next{
text-align: right;
}
.np-post .next a .eyecatch:after,
.np-post .prev a .eyecatch:before{
font-family:"fontawesome";
line-height: 40px;
padding: 0 3px;
position: absolute;
background: url(library/images/line01.png) repeat;
} 
.np-post .next a .eyecatch:after{
content:'\f105';
right: 0;
}
.np-post .prev a .eyecatch:before{
content:'\f104';
left: 0;
}
.home_link i{
font-size: 30px;
padding: 5px 10px;
}

/* ページタイトル */
.single-title,
.page-title,
.entry-title {
margin: 0.3em 0;
}
.single-title,
.page-title{
padding: 0 0 0;
font-size: 30px;
/*background: url(library/images/line01.png) repeat-x bottom;*/
}
.single-title:empty,
.page-title:empty{
display: none;
}
.byline {
margin: 0; }
.byline .date{
/*color: #657e89;*/
color: #000;
font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:bold;
font-size: 12px;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
margin-right: 0.8em;
}
/*.byline .date:before{
font-family: "fontawesome";
content: "\f101";
font-size: .88em;
margin-right: .3em;
position: relative;
top:-1px;
}
.byline .date:before{
content: "\f274";
}
.byline .date.undo:before{
content: "\f0e2";
}*/
.byline .undo{
  display: none;
}
.date_on .byline .undo{
  display: inline-block;
}
.undo_off .undo,
.date_off .date{
display: none!important;
}
.byline .writer{
float:right;
font-size:0.75em;
margin-top: 2px;
}
.byline .writer a{
color:#666;
text-decoration:none;
}
/*
.byline .cat-name{
background: #e55937;
color:#fff;
padding: 0.2em 0.4em;
margin-top: 0.3em;
margin-left: 0.9em;
font-size: 0.7em;
float:left;
transform: rotate(3deg);
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
}
.byline .cat-name:before{
font-family: "fontawesome";
content: "\f08d";
color: #fff;
font-size: 1.15em;
display: inline-block;
margin-right: .5em;
transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
}
*/
/* entry content */
.entry-content {
padding: 0 0 1.5em;
/*overflow: hidden;*/
}
.entry-content p {
margin: 0 0 1.6em;
line-height: 1.75;
}
.entry-content table {
width: 100%;
font-size: 0.95em;
border: 1px solid #efefef;
margin-bottom: 1.5em;
}
.entry-content table caption {
margin: 0 0 7px;
font-size: 0.75em;
color: #9fa6b4;
text-transform: uppercase;
letter-spacing: 1px; }
.entry-content tr {
border-bottom: 1px solid #efefef;
}
.entry-content td {
padding: .8em;
border-right: 1px solid #efefef;
background: #fff;background: rgba(255, 255, 255, 0.6);}
.entry-content td input{
margin:3px 0;
}
.entry-content td:last-child {
border-right: 0; }
.entry-content th {
background-color: #eee;
background-color: rgba(0,0,0,0.1);
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
padding: 7px;
}
.entry-content th:last-child {
border-right: 0; }
.entry-content blockquote,
.entry-content .page_summary{
color: #555;
border:1px solid #ddd;
background: #eee;
background: rgba(53, 53, 53, 0.05);
margin: 3em 0;
font-size: 0.95em;
padding:2.5em 2.5em 1em;
border-radius:3px;
position:relative;
}
.entry-content blockquote:before,
.entry-content blockquote:after{
font-family: 'FontAwesome';
position:absolute;
width:1em;
height:1em;
display:block;
text-align:center;
font-size:20px;
line-height:1;
color:#999;
opacity: 20;
filter: alpha(opacity=20);
-ms-filter: "alpha(opacity=20)";
}
.entry-content blockquote:before{
content:'\f10d';
left:0.4em;
top:0.4em;
}
.entry-content blockquote:after{
content:'\f10e';
right:0.4em;
bottom:0.4em;
}
.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4{
margin-top:0!important;
}
.entry-content dd {
margin-left: 0;
font-size: 0.9em;
color: #787878;
margin-bottom: 1.5em; }
.entry-content img {
margin: 0 0 1.5em 0;
max-width: 100%;
height: auto;
}
small.notes {
position:relative;
top: -20px;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
max-width: 100%;
height: auto; }
.entry-content pre {
background: #666;
background: rgba(0, 0, 0, 0.54);
color: #f8f9fa;
font-size: 0.9em;
padding: 1.7em;
margin: 0.2em 0 2.2em;
border-radius: 5px;
}
.wp-caption {
max-width: 100%;
background: #eee;
background: rgba(0, 0, 0, 0.1);padding: 5px;
margin-bottom: 1.8em;
}
.wp-caption img {
max-width: 100%;
margin-bottom: 0;
width: 100%; }
.wp-caption p.wp-caption-text {
font-size: 0.75em;
margin: 4px 0;
text-align: center; }

/* YouTubeレスポンシブ */
.youtube-container{
overflow:hidden;
}
iframe { max-width: 100%; }
iframe.wp-embedded-content{ width: 100%; }
.tags {
margin: 0; }
/* simpleタイプ */
.top-post-list{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.top-post-list .post-list{
font-size: 13px;
}
.top-post-list .post-list a{
display:block;
padding: 1.8em 0.3em;
text-decoration:none;
color: #666;
border-bottom: 1px dotted #ccc;
border-bottom: 1px dotted rgba(0,0,0,.2);
}
.top-post-list .post-list a:hover{
border: 1px solid #2191f2;
/*-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;*/
}
.top-post-list .post-list .eyecatch{
width:36%;
float:left;
max-height: 170px;
overflow: hidden;
position:relative;
margin-right: 0;
}
.top-post-list .post-list .eyecatch .cat-name{
position:absolute;
top:0;
right:0;
background:#e55937;
color:#fff;
font-size:0.8em;
font-weight:bold;
padding:0.1em 0.5em;
min-width:8em;
opacity: .9;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}
.top-post-list .post-list .entry-content{
padding: 0 0 0 4%;
}
.top-post-list .post-list .entry-content .entry-title{
font-size:1.6em;
margin-top: 0;
margin-bottom:0.3em;
color:#444;
}
.top-post-list .post-list .entry-content p{
margin-bottom:0.3em;
}

/*------------------------------------------------------------
.post-list-card parts_arcive_card レイアウト
 card型をバナーレイアウトへ 20180116
------------------------------------------------------------*/
/* banner型 20180116 */
.post-list-card{
  /* flexboxレイアウト */
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
/*
  margin-left:-1%;
  margin-right:-1%;
*/
}
.post-list-card .post-list{
  font-size: 13px;
  width:48%;
  margin: 1em 0 2em;
  position: relative;
}
.post-list-card .post-list:nth-of-type(2n){
  margin: 1em 0 2em 3.5%;
}
.post-list-card .post-list:nth-of-type(1),
.post-list-card .post-list:nth-of-type(2){
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .post-list-card .post-list{
    width:48%;
  }
  .post-list-card .post-list .eyecatch img{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .post-list-card .post-list{
    margin: 2% 2.5% 7%;
    width:100%;
  }
  .post-list-card .post-list:nth-of-type(2n){
    margin: 2% 2.5% 7%;
  }
  .post-list-card .post-list .eyecatch img{
    width: 100%;
  }
}
.post-list-card .post-list a{
  display:block;
/*  padding: 1em;*/
  padding: 1em 1em 0 1em;
  text-decoration:none;
  color: #666;
  background: transparent;
}
.post-list-card .post-list a:hover{
  color: #00b1ec;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity:0.7;
/*border: 1px solid #2191f2;*/
}
.post-list-card .post-list a:hover .entry-content .entry-title{
  color: #00b1ec;
}
.post-list-card .post-list a:hover .eyecatch img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.post-list-card .post-list .eyecatch{
  max-height:200px;
  background: #000;
  margin:-1em -1em 0.5em;
  text-align:center;
  overflow: hidden;
  border-radius: 15px;
}
.post-list-card .post-list .eyecatch img{
  vertical-align: top;
}
.post-list-card .post-list .date,.post-list-card .post-list .description {
  display: none;
}
.post-list-card .post-list .entry-content{
  padding:0;
}
.post-list-card .post-list .entry-content .entry-title{
/*font-size:1.3em;
  margin-top: 0.5em;
  margin-bottom:0.3em;
  color:#000;*/
  font-size:16px;
  margin-top: 5px;
  margin-bottom: 10px;
  color:#000;
}
.post-list-card .post-list .entry-content p{
  font-size:11px;
  margin-bottom:0.3em;
}
.post-list-card .post-list .post-list-tag ul{
  margin: 0 1em 0;
}
.post-categories li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .post-list-card .post-list .post-list-tag ul{
    padding: 0;
  }
}
/* banner型 */

/* タグ flagレイアウト */
.flag-cat{
  border-left: 3px solid #ed1ca1;
  position:absolute;
  top:-13px;
  left:9px;
  background:transparent url(/wp-content/themes/hummingbird/library/images/flag.png) right top no-repeat;
  background-size: auto 40px;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 1;
  width: auto;
  height:40px;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flag-cat{
    top:-13px;
    left:15px;
  }
}
.flag-cat .flag-cat-wrap{
  width: 100%;
  height: 100%;
  position:relative;
}
.flag-cat .cat-name{
  color:#fff;
  display: inline-block;
  font-size:11px;
  font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  text-align: center;
  margin: auto;
  padding: 6px 25px 0 8px;
}
/* タグ flagレイアウト */

/* 新着記事・NEW! */
.label-new-post {
  color: #fff;
  position: absolute;
  background-color: rgba(255,0,0,.7);
  transform: translate(-1em,-1em)rotate(-22deg);
  border-radius: .1em;
  padding: 0 .2em;
}
/* 新着記事・NEW! */

.post-list-big article{
padding: 2em 0;
background: url(library/images/line01.png) repeat-x bottom;
}
.post-list-big article .eyecatch{
margin-bottom: 1em;
}
.post-list-big article .h2 a{
color: #333;
}
.post-list-big article .h2 a:hover{
color: #999;
}


/* ================================================== */
/* ウィジェット */
/* ================================================== */
.widget{
margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .widget{
  margin-bottom: 25%;
  }
}
.widget a{
text-decoration:none;
/*color:#666;*/
color:#000 !important;
font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.widget a:hover{
color: #00b1ec !important;
}
.widgettitle {
background: #e55937;
color: #fff;
font-size: 1em;
padding: 3px 0;
border-radius: 3px;
margin-bottom: 0.75em;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;}
.widgettitle span{
border-top: 1px dashed #FFF;
border-bottom: 1px dashed #FFF;display:block;
width: 100%;
height: 100%;
padding: 0.75em 0.8em;


}
.widget ul{
margin:0;
}
/* ウィジェットカテゴリー・新着記事 */
/* ウィジェット見出し 白背景 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.widget_pages .widgettitle,
.widget.widget_archive .widgettitle,
.widget.widget_mycategoryorder .widgettitle,
.widget.widget_recent_entries .widgettitle{
margin-bottom:0;
}
/* ウィジェット見出し 白背景 */
/* ウィジェット見出し バナーver */
.widgettitle_bnr {
  display: block;
  font-size: 20px;
  padding: 0;
  margin: 5px 0 10px 0;
}
.widgettitle_bnr span{
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 20px;
  position: relative;
}
.widgettitle_bnr span strong {
  font-size: 27px;
}
.widgettitle_bnr span:before {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveleft.png) top left no-repeat;
  background-size: 37px 37px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  position: absolute;
  left: -46px;
  top: -20px;
  z-index: 3;
}
#sidebar1 .widget:first-child .widgettitle_bnr span:before {
  background: url(/wp-content/themes/hummingbird/library/images/.png) top left no-repeat;
  background-size: 37px 37px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  position: absolute;
  left: -46px;
  top: -20px;
  z-index: 3;
}
@media only screen and (max-width: 1099px) {
  .widgettitle_bnr {
    margin: 0 0 1em 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .widgettitle_bnr {
    margin-top: 1em;
  }
  .widgettitle_bnr span strong{
    font-size: 20px;
  }
  .widgettitle_bnr span:before {
    background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveleft.png) top left no-repeat;
    background-size: 37px 37px;
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    transform: none;
    -webkit-transform: none;
    position: absolute;
    left: -36px;
    top: -32px;
    z-index: 3;
  }
  .widgettitle_bnr span:after {
    background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveright.png) top left no-repeat;
    background-size: 27px 27px;
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -30px;
    top: -21px;
    z-index: 3;
  }
}
/* ウィジェット見出し 一段目のみ */
#sidebar1 .widget:first-child .widgettitle_bnr span:before {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveleft.png) top left no-repeat;
  background-size: 32px 32px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  transform: none;
  -webkit-transform: none;
  position: absolute;
  left: -29px;
  top: -24px;
  z-index: 3;
}
#sidebar1 .widget:first-child .widgettitle_bnr span:after {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_arciveright.png) top left no-repeat;
  background-size: 27px 27px;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: -27px;
  top: -20px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #sidebar1 .widget:first-child .widgettitle_bnr span:before {
    background-size: 37px 37px;
    width: 37px;
    height: 37px;
    left: -36px;
    top: -32px;
  }
  #sidebar1 .widget:first-child .widgettitle_bnr span:after {
    right: -27px;
    top: -20px;
  }
}
}
/* ウィジェット見出し バナーver */
.widget.widget_categories .widgettitle_bnr,
.widget.widget_recent_entries .widgettitle_bnr,
.widget.widget_nav_menu .widgettitle_bnr,
.widget.widget_pages .widgettitle_bnr,
.widget.widget_archive .widgettitle_bnr,
.widget.widget_mycategoryorder .widgettitle_bnr,
.widget.widget_recent_entries .widgettitle_bnr{
margin-bottom:0;
}
/* ウィジェット項目ul */
.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_mycategoryorder ul{
margin-top: 0;
}
/* ウィジェット項目li */
.widget.widget_categories ul li,
.widget.widget_recent_entries li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{
border-bottom: 1px dotted #ccc;
border-bottom: 1px dotted rgba(0,0,0,.2);
margin:0;
padding:0;
}
.widget .children li:first-child{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.widget li.page_item_has_children {
border-bottom:none!important;
}
/* ウィジェット項目li a */
.widget.widget_categories li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_archive li a,
.widget.widget_mycategoryorder li a{
display:block;
/*padding: 1em 1.2em 1em 0.3em;*/ /* 20180116 */
padding: 1em 0 1em 0;
/*margin:0;*/
}
.widget.widget_categories li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_nav_menu li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_archive li:last-child,
.widget.widget_mycategoryorder li:last-child{
border-bottom:none;
}
/* ウィジェット リンク横共通矢印非表示 */
/*
.widget.widget_categories li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after{
font-family:"fontawesome";
content: '\f054';
position:absolute;
right: 0.2em;
font-size: 1em;
color: #e55937;
top:50%;
margin-top: -0.5em;
}
*/
/* ウィジェット リンク横共通矢印非表示 */
.widget li a:hover:after{
right:2px;
-webkit-transform: translate(1px, 0);
-moz-transform: translate(1px, 0);
transform: translate(1px, 0);
}
/* ドロップダウンスタイルの変更 */
.widget select{
margin-top:1em;
width:100%;
max-width:100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label,
.widget.widget_archive label{
display:none;
}
/* リスト 下の階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
padding:0;
margin:0;
}
.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a{
padding-left:0.8em;
}
.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a{
padding-left:1.6em;
}
.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child{
border:none;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before{
content:'? ';
}

/*------------------------------------------------------------
新着記事のサムネイル 個別レイアウト
------------------------------------------------------------*/
.widget.widget_recent_entries ul.flexwrap {
  margin: 10px 0 0 0 ;
}
@media only screen and (max-width: 768px) {
  .widget.widget_recent_entries ul.flexwrap {
      margin: 20px 0 0 0;
  }
}
.widget.widget_recent_entries li {
  border-bottom: none;
  margin: 15% 0 0 0 ;
}
.widget.widget_recent_entries li:first-child {
  margin: 10% 0 0 0 ;
}
/* サムネイル下のタグレイアウト用 */
.widget.widget_recent_entries .widgettitle {
  margin-bottom: 11%;
}
.widget.widget_recent_entries ul.post-tags {
  margin-top: 5%;
}
.widget.widget_recent_entries .post-tags li {
  display: inline-block;
  margin: 0;
}
.widget.widget_recent_entries li a {
  font-size: 13px;
  display: block;
  position:relative;
}
.widget.widget_recent_entries li .eyecatch{
  /*width: 30%;*/
  /*max-width: 100px;*/
  /*float:left;*/
  width: 100%;
/*  margin-bottom:0.5em;*/
  margin-bottom:5%;
  margin-right:0.5em;
}
.widget.widget_recent_entries li .eyecatch img{
  border-radius: 15px;
  width: 100%;
}
.widget.widget_recent_entries li span.date{
padding:0 0.3em;
font-size:0.9em;
opacity: .5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
display:inline-block;
}
.widget.widget_recent_entries li span.cat-name {
  font-size:0.77em;
  opacity: 1;
}
/* 日付消去 */ /* 20180116 */
.widget.widget_recent_entries li span.date {
  display: none;
}
.widget.widget_recent_entries ul li ul.post-tags {
  padding-left: 0;
}
/*------------------------------------------------------------
新着記事のサムネイル 個別レイアウト
------------------------------------------------------------*/

@media only screen and (max-width: 1099px) {
  .widget.widget_recent_entries ul.flexwrap {
  /* flexboxレイアウト */
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .widget.widget_recent_entries ul.flexwrap li {
    border-bottom: none;
    margin: 2% 0;
    width: 48%;
  }
  .widget.widget_recent_entries ul.flexwrap li:nth-of-type(2n) {
    margin: 2% 0 2% 4%;
  }
  .widget.widget_recent_entries ul.flexwrap .post-list-tag li {
    width: auto;
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .widget.widget_recent_entries ul.flexwrap li {
    margin: 2% 0 6%;
  }
  .widget.widget_recent_entries ul.flexwrap li:nth-of-type(2n) {
    margin: 2% 0 6% 4%;
  }
  .widget.widget_recent_entries ul.flexwrap .flag-cat{
    top:-13px;
    left:0px;
  }
  .widget.widget_recent_entries ul.flexwrap .post-list-tag {
    display: none !important;
  }
}

/*------------------------------------------------------------
人気の記事 特別対応
------------------------------------------------------------*/
/*#popular-entries .flexwrap li:nth-of-type(5),
#popular-entries .flexwrap li:nth-of-type(6),
#popular-entries .flexwrap li:nth-of-type(7),
#popular-entries .flexwrap li:nth-of-type(8),
#popular-entries .flexwrap li:nth-of-type(9),
#popular-entries .flexwrap li:nth-of-type(10),
#popular-entries .flexwrap li:nth-of-type(11),
#popular-entries .flexwrap li:nth-of-type(12),
#popular-entries .flexwrap li:nth-of-type(13),
#popular-entries .flexwrap li:nth-of-type(14),
#popular-entries .flexwrap li:nth-of-type(15),
#popular-entries .flexwrap li:nth-of-type(16),
#popular-entries .flexwrap li:nth-of-type(17),
#popular-entries .flexwrap li:nth-of-type(18),
#popular-entries .flexwrap li:nth-of-type(19),
#popular-entries .flexwrap li:nth-of-type(20) {
  display: none;
}
*//* 不要の為コメントアウト */






/* コメント */
.widget.widget_recent_comments ul{
margin-top:0;
}
.widget.widget_recent_comments li{
border-bottom: 1px dotted #ccc;
border-bottom: 1px dotted rgba(0,0,0,.2);
margin:0;
padding:0.5em 0;
}
.widget.widget_recent_comments li:first-child{
border-top:none;
}
.widget.widget_recent_comments li:last-child{
border-bottom:none;
}

/* ウィジェット検索フォーム */
.widget.widget_search .searchform{
  position:relative;
  height: 40px;
  margin: 0 0 20%;
}
.widget.widget_search input[type="search"]{
  position:absolute;
}
.widget.widget_search button{
  position:absolute;
  right:0;
  top:0;
  border:0;
  background: none;
  font-size:0.9em;
  height:40px;
  padding:0 1em;
}
/* ウィジェット カレンダー */
.widget.widget_calendar table{
  width:100%;
  text-align:center;
}

/*------------------------------------------------------------
ウィジェット SP版非表示へ 20180704
------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  #new-entries, #categories-2, #tag_cloud-2, #search-2, #archives-2 {
    display: none !important;
  }
  /* 新着記事一覧部分を復元 */
  #new-entries.entries-page {
    display: block !important;
  }
}

/*------------------------------------------------------------
ウィジェット タグクラウド レイアウト
 home.php 詳細記事トップにも共通あり 20180116
------------------------------------------------------------*/
/* タグ メインレイアウト 共通 */
.post-list-tag a,
.post-list-card .post-list .post-list-tag a,
.widget.widget_tag_cloud a,
.mainArticle-tag a {
  background: #fff959 url(/wp-content/themes/hummingbird/library/images/ico_tag.png) left 8px center no-repeat;
  background-size: 15px 14px;
  color: #000;
  border: dotted 1px #000;
  border-radius: 15px;
  display: inline-block;
  font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1;
  margin: 0 6px 9px 0;
  padding: 5px 10px 5px 25px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .post-list-tag a,
  .post-list-card .post-list .post-list-tag a,
  .widget.widget_tag_cloud a,
  .mainArticle-tag a {
    font-size: 10px !important;
    margin: 0 6px 6px 0;
    padding: 5px 10px 5px 25px;
  }
}
/* 詳細記事トップのみ背景色透明 */
.mainArticle-tag a {
  background: transparent url(/wp-content/themes/hummingbird/library/images/ico_tag.png) left 8px center no-repeat;
  background-size: 15px 14px;
}
/* ホバー時 共通 */
.post-list-tag a:hover,
.post-list-card .post-list .post-list-tag a:hover,
.widget.widget_tag_cloud a:hover,
.mainArticle-tag a:hover{
  color: #00b1ec;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
/* カスタムメニューのスパンを非表示 */
.widget.widget_nav_menu li a span{
display:none;
}

/* 広告 */
.add .widget_text,
.add.more{
text-align:center;
font-size:0.95em;
}
.add a[target="_blank"]:after{
content:none;
}
.add .widget img{
margin:0;
}
.entry-content .add .widget{
margin:2em 0;
}
.entry-content .add.titleunder .widget{
margin-top:0;
}









/* 人気記事表示（プラグイン WordPress Popular Posts 用） */
/* ↓ 非表示 ↓ */
.widget.popular-posts {
  display: none;
}
/* ↑ 非表示 ↑ */
ul.wpp-list{
counter-reset: number;
}
ul.wpp-list li{
list-style:none;
position:relative;
border-bottom:1px solid #ddd;
margin: 0;
padding-bottom:0.75em;
}
ul.wpp-list li a:before{
counter-increment: number;
content: counter(number);
background: #000000;
margin-right:3px;
color:#fff;
width:1.5em;
height:1.5em;
font-size:0.75em;
font-weight:bold;
font-family: 'Lato', sans-serif;
display:block;
text-align:center;
line-height:1.5em;
position:absolute;
left:0;
top:0;
}
ul.wpp-list img{
margin-bottom:0;
margin-right: 5px;
}
ul.wpp-list li a.wpp-post-title{
display:block;
}
ul.wpp-list li a.wpp-post-title:before,
ul.wpp-list li .wpp-author a:before,
ul.wpp-list li .wpp-category a:before{
content:none;
}
/* 人気記事表示（プラグイン WordPress Popular Posts 用） */

/* TOC+プラグイン */
#toc_container li:before{
content:none;
}
#toc_container{
padding:1em 2em 1em!important;
min-width: 90%;
margin: auto;
background: #fff!important;
background: rgba(255, 255, 255, 0.5)!important;
border: 1px solid #eee;
}
#toc_container p.toc_title{
margin-bottom: .7em;
}
#toc_container ul{
margin: 0!important;;
}
#toc_container li a{
display: block;
padding: .5em 0;
border-top: 1px dotted #ddd;
}
#toc_container li li a{
padding-left: .7em;
}
#toc_container li .toc_number{
margin-right: .5em
}
/* TOC+プラグイン */





/******************************************************************
2018.05.15.
 人気記事 WP RANKING PRO 変更に伴うレイアウト
******************************************************************/

  /*人気記事専用レイアウト*/
    /* タブ部分レイアウト */
    div.tabSet1{
      width:100%;
      margin:0px 0 15px 0;
      overflow:hidden;
    }
    ul#tabNav1{
      padding:0 0 0 0;
      overflow:hidden;
      zoom:1;
    }
    ul#tabNav1:after{
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
    }
    ul#tabNav1 li{
      border: 1px solid #000;
      width:32.333%;
      float:left;
      list-style-image:none;
      list-style-type:none;
      border-radius: 3px 3px 0 0;
    }
    ul#tabNav1 li{
      margin:0;
    }
    ul#tabNav1 li + li {
      margin-left: 1%;
    }
    ul#tabNav1 li a{
      display:block;
      bline-height:2em;
      color:#000 !important;
      text-decoration:none;
      font-weight:bold;
      text-align:center;
      font-size:14px;
      padding:5px 10px;
      background:none;
      border-radius:3px 3px 0 0;
    }
    ul#tabNav1 li a:hover{
      color:#000 !important;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0.7;
    }
    ul#tabNav1 li a.on{
      color:#fff !important;
      background:#000;
    }
    div.tabSet1 div.tabContentsGroup{

    }
    div.tabSet1 div.content{
      zoom:1;
    }
    div.tabSet1 div.content{
      display:none;
    }
    /* ランキング部分調整レイアウト */
    .widget.widget_recent_entries .wprp-list li .flag-cat .cat-name a {
      font-size: 0.77em !important;
      color :#fff !important;
    }
    .widget.widget_recent_entries .wprp-list li {
      margin: 10% 5%;
      position: relative;
    }
    .widget.widget_recent_entries .wprp-list li img {
      border-radius: 15px;
      float: left;
      width: 130px;
    }
    .rank_number {
      background: #000;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      margin-right: .2em;
      padding: .1em .5em;
    }
    .widget.widget_recent_entries .wprp-list li a:hover .rank_number {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0.7;
    }
    @media only screen and (max-width: 1099px) {
      .widget.widget_recent_entries .wprp-list li img {
        width: 45%;
      }
      .rank_number {
        padding: .2em .7em;
      }
    }




/******************************************************************
PAGE STYLES
******************************************************************/
/* 問い合わせフォームプラグイン「MW WP FORM」用 */
.mw_wp_form table input[type="radio"]{
margin-right:4px;
}
.mw_wp_form input[type="submit"],
.wpcf7-submit{
background:#333;
color:#fff;
border:none;
padding:1.5em 3em;
min-width:50%;
max-width:90%;
display:block;
margin:2.5em auto;
}
.mw_wp_form input[type="submit"]:hover,
.wpcf7-submit:hover{
background: #888;
}
/* ページ内の検索フォーム */
.entry-content .searchform{
position:relative;
}
.entry-content .searchform button{
background:none;
border:none;
position:absolute;
top:7px;
right:10px;
}

/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/
.archivettl{
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1100px) {
  .archivettl{
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .archivettl {
    box-sizing: border-box;
    margin:0.5em 1em 1.5em;
  }
}
.archivettl h1{
  border-bottom: 2px solid #000;
  color: #000;
  display:inline;
  letter-spacing: -1px;
  font-size: 30px;
  margin:0 0 1.5em;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .archivettl h1{
    font-size: 23px;
  }
}
.archivettl h1:before {
  background: url(/wp-content/themes/hummingbird/library/images/baloon_archivettl.png) top left no-repeat;
  background-size:30px 34px;
  content: "";
  display: inline;
  width: 30px;
  height: 34px;
  position: absolute;
  right: -33px;
  top: -15px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .archivettl h1:before {
    background: url(/wp-content/themes/hummingbird/library/images/baloon_archivettl.png) top left no-repeat;
    background-size:35px 39px;
    content: "";
    display: inline;
    width: 35px;
    height: 39px;
    position: absolute;
    right: -30px;
    top: -35px;
    transform: none;
    -webkit-transform: none;
    z-index: 3;
  }
}
.archivettl h1:after{
  content: "の記事一覧";
  font-size: 20px;
  letter-spacing: 0;
}
.archivettl h1 span{
  display:none;
  font-size:10px;
  line-height:1.3;
  font-weight:normal;
}
.archivettl .is_author{
  text-align: center;
}
.archivettl .is_author:after{
  content: "の記事一覧";
}
@media only screen and (max-width: 768px) {
  .archivettl h1:after, .archivettl .is_author:after{
    content: "一覧";
    font-size: 23px;
  }
}
.archivettl .is_author .author-icon img{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  width:80px;
  margin-bottom:1.3em;
  border:2px solid #fff;
  box-shadow:0 0 10px #ddd;
}
.taxonomy-description{
  display: none;
  font-size: 0.9em;
  margin-bottom: 2.5em;
}
.readmore{
text-align:left;
margin-bottom:0.5em;
}
.readmore a{
text-decoration:none;
border:1px solid #e55937;
color:#e55937;
text-align:center;
display:inline-block;
font-size:0.9em;
padding: 0.7em 1.5em 0.7em 2em;
max-width:100%;
}
.readmore a:hover{
background:#e55937;
color:#fff;
}
.readmore a:after{
font-family:"fontawesome";
content:'\f105';
margin-left:1em;
}





/* ページネーション・ページ分け */
.pagination,
.wp-prev-next {
margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .pagination,
  .wp-prev-next {
  margin: 0 0 2.5em;
  }
}
.pagination,
.page-links {
text-align: center; }
.pagination ul,
.page-links ul{
display: block;
text-align: center;
margin:0;
padding:0;
clear: both;
}
.pagination:empty,
.wp-prev-next:empty,
.pagination ul:empty,
.page-links ul:empty{
display:none;
}
.pagination li,
.page-links li{
margin: 0!important;
padding:0!important;
display: inline-block;
}
.entry-content .page-links li:before{
content:none;
}
.entry-content .page-links {
  margin: 26px auto 0;
}

.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
margin: 0;
padding: 9px 14px;
text-decoration: none;
line-height: 1;
font-size: 12px;;
font-weight: normal;
background-color: #fff !important;
color: #000 !important;
border: 2px solid #000 !important;
border-radius: 5px;
}
.pagination span,
.pagination ul > li > a{
  box-shadow: 1px 1px #000;
}
.pagination span.dots,
.page-links ul > li > span.dots{
background: #fff !important;
padding: 9px 14px;
}
.pagination span.dots,
.page-links ul > li > span.dots{
  box-shadow: 1px 1px #000;
}
.pagination a:hover, .pagination a:focus, .pagination a span:hover, .pagination a span:focus,
.page-links a:hover, .page-links a:focus{
background-color: #000 !important;
color: #fff !important; }
.pagination .current,
.page-links ul > li > span{
cursor: default;
color: #fff !important;
background-color: #000 !important; }
.pagination .current:focus,
.pagination .dots:hover, .pagination .dots:focus {
color: #111;}

@media only screen and (max-width: 768px) {
  .pagination li{
  margin-bottom: 1em!important;
  }
  .pagination a, .pagination span,
  .page-links a , .page-links ul > li > span{
    font-size:0.85em;
    padding: 8px 10px;
  }
  .pagination span.dots, .page-links ul > li > span.dots {
      padding: 8px 10px;
  }
}




/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
padding: 0.75em 0;
margin: 0;

}
.commentlist {
margin: 0;
list-style-type: none;
font-size: 0.9em;
}
.comment,
.pingback {
clear: both;
overflow: hidden;
padding: 1.5em;
font-size: 0.9em;
border-bottom: 1px solid #f8f9fa;
}
.comment .comment {
font-size:1em;
}
.comment .comment-meta,
.pingback .comment-meta{
padding:0;
}
.comment .comment-author {
padding: 7px;
border: 0; }
.comment .vcard {
/* margin-left: 50px; */ }
.comment .vcard cite.fn {
font-weight: 700;
font-style: normal; }
.comment-metadata{
font-size:0.8em;}
.comment .vcard time {
display: block;
font-size: 0.9em;
font-style: italic; }
.comment .vcard time a {
color: #9fa6b4;
text-decoration: none; }
.comment .vcard time a:hover {
text-decoration: underline; }
.comment .vcard .avatar {
margin-left:-3px;
border-radius: 50%; }
.comment:last-child,
.pingback:last-child {
margin-bottom: 0; }
.comment .children,
.pingback .children {
margin: 0;}
.comment[class*=depth-],
.pingback[class*=depth-] {
margin-top: 1.1em; }
.comment.depth-1,
.pingback.depth-1 {
margin-left: 0;
margin-top: 0; }
.comment:not(.depth-1),
.pingback:not(.depth-1) {
margin-top: 0;
margin-left: 7px;
padding: 7px; }
.comment.odd,
.pingback.odd {
background-color: white; }
.comment.even,
.pingback.even {
background: #FAF9F8;
}
.comment_content p {
margin: 0.7335em 0 1.5em;
font-size: 1em;
line-height: 1.5em; }
.comment-reply-link {
font-size: 0.8em;
float: right;
font-weight: bold;
margin-top: 0.8em;
margin-bottom: 1em;
}
.comment-edit-link {
font-style: italic;
margin: 0 7px;
text-decoration: none;
font-size: 0.9em; }
.comment-navigation{
text-align:center;
padding:1em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {padding: 1.5em 0;/* background: url(library/images/line01.png) repeat-x top center; */background: #f5f5f5;padding: 20px;}
#reply-title {
margin: 0;
padding:0.5em 0; }
#reply-title:before{
font-family:"fontawesome";
content:"\f27b";
font-weight:normal;
margin-right:0.2em;
font-size:1.2em;
}
.comment-respond p{
font-size:.85em;
}
.comment-respond .comment-notes{
margin-bottom:1.5em;
}
.logged-in-as {
font-style: italic;
margin: 0; }
.logged-in-as a {
}
.comment-form-comment {
margin: 1.5em 0 0.75em; }
.form-allowed-tags {
padding: 1.5em;
background-color: #F9F9F9;
font-size: 0.9em; }
#submit {
font-size: 1em;}
#comment-form-title {
margin: 0 0 1.1em; }
#allowed_tags {
margin: 1.5em 10px 0.7335em 0; }
.nocomments {
margin: 0 20px 1.1em; }
.no-widgets {
background-color: white;
padding: 1.5em;
text-align: center;
border: 1px solid #cccccc;
border-radius: 2px;
margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/

/* ページトップへ */
#page-top {
position: fixed;
right: 20px;
z-index: 99999;
}
#page-top a {
background-repeat: no-repeat;
text-decoration: none;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
background: rgba(51, 51, 51, 0.5);
padding: 0;
display: block;
color: #fff;
}
#footer-top{
background-color: #0E0E0E;
border-bottom:1px solid;
font-size:0.9em;
position: relative;
}
.footer a,
#footer-top a{
color: #BAB4B0;
text-decoration:none;
}
.footer a:hover,
#footer-top a:hover{
text-decoration:underline;
}
.footer a .gf,
#footer-top a .gf{
display:none;
}
#footer-top .widget{
margin-top:2em;
background: none;
}
#footer-top ul{
border-top: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top li{
border-bottom: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
background:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding:1em 0.2em;
color: #CACACA;
}
#footer-top .widgettitle span{
border:none;
padding:0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.footer {
clear: both;
background-color: #0E0E0E;
color: #878C94;
}
.footer .copyright .create{
display:inline-block;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }







/* ------------------------------------------------------

 SPレイアウト 20180116
ヘッダー、サイドバー、フッター

------------------------------------------------------ */



/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {

  #container{
  overflow:hidden;
  }
  #container.sidebarleft #main{
  float:right;
  }
  #container.sidebarleft .sidebar{
  float:left;
  }
  #logo{
  display:inline-block;
  float:left;
  }
  #logo .img{
  margin-bottom: 6px;
  }
  #logo img{
  max-height: 36px;
  }
  .header.headercenter{
  text-align:center;
  padding-top:1em;
  }
  .header.headercenter #logo{
  float:none;
  display:block;
  margin:.2em auto .9em;
  }
  .header.headercenter #logo .h1{
  display: inline-block;
  }
  .header.headercenter #logo a{
  display:block;
  }
  .header.headercenter #logo img{
  max-height:90px;
  }
  .header.headercenter #g_nav{
  float:none;
  }
  .nav_btn{
  display: none;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .header form{
  width:100px;
  max-width:100%;
  margin-top:7px;
  font-size: .7em;
  display: inline-block;
  float: right;
  position:relative;
    z-index: 1;
  }
  .header form input{
  width:80%;
  width: 80%\9; /* IE9用 */
  max-width: 80%; 
  max-width: 80%\9; /* IE9用 */
  height:22px;
  line-height: 22px;
  padding:2% 10%;
  border-radius: 1em;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  }
  .header form input:focus{
  width:200%;
  max-width: 200%; 
  }
  .header form button{
  position:absolute;
  right:2px;
  top:5px;
  border:0;
  background:none;
  }
  #g_nav,
  #g_nav .nav{
  display:inline-block;
  }
  #g_nav{
  float: right;
  }
  .nav {
  margin:0;
  border: 0;
  }
  .nav > li {
  float: left;
  position: relative;
  font-weight:bold;
  }
  .nav > li{
  font-size: 13px;
  text-align:center;
  }
  .nav li a {
  border-bottom: 0;}
  .nav ul {
  margin-top: 0;}
  .nav li ul.sub-menu,
  .nav li ul.children {
  margin-top: 0;
  position: absolute;
  z-index: 8999;
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: .2s;
  }
  .nav li:hover > ul.sub-menu > li,
  .nav li:hover > ul.children > li{
  overflow: visible;
  height: 36px;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
  display:block;
  width:240px;
  }
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity:0.8;
  } 
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
  border-bottom: 0; }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
  top: 0;
  left: 100%; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
  font-size: .9em;
  }
  .widget {
  margin: 0 0 3em; }
  .widget ul li {
  margin-bottom: 0.75em;
  }
  .widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer nav{
  display:inline-block;
  float:left;
  }
  .footer-links ul{
  padding:0;
  margin:1em 0;
  }
  .footer-links ul li {
  display:inline;
  font-size: 0.8em;
  }
  .footer-links ul li:after{
  content:'　|　';
  }
  .footer-links ul li:last-child:after{
  content:none;
  }
  .footer-links ul li a{
  text-decoration:none;
  }
  .footer .copyright {
  font-size:0.8em;
  padding: 0.6em 0;
  float: right;
  display: inline-block;
  }

}


/* ------------------------------------------------------

 SPレイアウト 20180116

------------------------------------------------------ */















/*********************
DESKTOP ONLY
*********************/
@media only screen and (min-width: 1100px) {
  .wrap {
    width: 1100px;
  }
  .cta-inner{
    padding: 1em 2em;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}















/* ------------------------------------------------------

 SNSレイアウト

------------------------------------------------------ */

/*--------------------------------
SNS
---------------------------------*/
.sharewrap{
padding: 1em 0;
}
.sharewrap h3{
margin:0.5em 0;
}
.share{
width:101%;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width: 49%;
margin: 0 1% 2% 0;
}
.sns li a {
font-size:80%;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius: 2px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:before,
.sns li a i{
margin-right:0.2em;
margin-left:0.2em;
font-size:1.1em;
}
.sns li a:hover {
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
transform: translate3d(0px, 3px, 1px);
box-shadow:none;
}
.sns li a .text{
font-weight:bold;
}
.sns li a .count{
font-size:10px;
margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
background:#00acee;
box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
background:#0092ca;
}

/* Facebook */
.sns .facebook a {
background:#3b5998;
box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
background:#db4a39;
box-shadow:0 3px 0 #ad3a2d;
}
.sns .googleplus a:hover {
background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
background:#5d8ac1;
box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
background:#43638b;
}
.sns  .hatebu a:before{
content:'B!';
font-weight:bold;
line-height: 1;
} 

/* LINE */
.sns  .line a {
background:#25af00;
box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
background:#219900;
}

/* Pocket */
.sns  .pocket a {
background:#f03e51;
box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
background:#c0392b;
}

/* RSS */
.sns  .rss a {
background:#ffb53c;
box-shadow:0 3px 0 #e09900;
}
.sns  .rss a:hover {
background:#e09900;
}

/* Feedly */
.sns  .feedly a {
background:#87c040;
box-shadow:0 3px 0 #74a436;
}
.sns  .feedly a:hover {
background:#74a436;
}
.share.short .sns li {
width: auto;
margin:0 1% 0 0;
}
.share.short .sns li a{
padding: 8px 4px;
}

/* 記事下のfacebookいいねボタン */
.fb-likebtn{
display:table;
background: #111;
color: #fff;
text-align: center;
margin: 1em 0 0;
width:100%;
max-width: 100%;
}
.fb-likebtn .fb-button{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
overflow: hidden;
}
.fb-likebtn .eyecatch,
.fb-likebtn .rightbox{
display:table-cell;
width: 50%;
vertical-align:middle;
border: none;
}
.fb-likebtn .eyecatch img{
width: 100%;
}
.fb-likebtn .like_text{
font-size: 1.05em;
margin-top:1em;
font-weight: bold;
line-height: 1.4;
}
.fb-likebtn .like_text p{
margin-bottom: 1em;
}
.fb-likebtn .like_text .small{
font-size: 11px;
color: #ccc;
margin-bottom:0;
}

@media only screen and (max-width: 767px) {
  .fb-likebtn .fb-button{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  }
  .fb-likebtn .like_text{
  font-size: .9em;
  }
  .fb-likebtn .like_text p{
  margin-bottom: 0;
  padding: 0;
  }
}

/* ------------------------------------------------------

 SNSレイアウト

------------------------------------------------------ */



























/* ------------------------------------------------------

 SPレイアウト 20180116

------------------------------------------------------ */

/*
Mobile Grid Styles
*/
@media only screen and (max-width: 767px) {
  /*   グリッドシステム */
  .m-all {
  float: left;
  padding-right: 0.75em;
  width: 100%;
  padding-right: 0;
  margin-bottom: .5em;
  }
  .m-1of2 {
  float: left;
  padding-right: 0.75em;
  width: 50%; }
  .m-1of3 {
  float: left;
  padding-right: 0.75em;
  width: 33.33%; }
  .m-2of3 {
  float: left;
  padding-right: 0.75em;
  width: 66.66%; }
  .m-1of4 {
  float: left;
  padding-right: 0.75em;
  width: 25%; }
  .m-3of4 {
  float: left;
  padding-right: 0.75em;
  width: 75%; }

  .home #content,
  .blog #content{
  margin:0;
  }

  /* スマホ用スライドメニュー */
  .nav_btn{
  width: 55px;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  font-size: 1.3em;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;transition-duration: .2s;}
  .open .nav_btn{background: rgba(0, 0, 0, 0.2);position: fixed;left: 240px;top: 0;height: 100%;transition-duration: .7s;z-index: 9998;}
  .nav_btn:before{
  font-family: "fontawesome";
  content: '\f0c9';
  width: 100%;
  height: 100%;
  }
  .open .nav_btn:before{
  content: '\f00d';}
  body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  }
  #g_nav{
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  background: #333333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  font-size: .85em;
  }

  /* スマホ用検索 */
  .header form{
  width:90%;
  max-width:100%;
  margin:1em auto;
  position:relative;
  }
  .header form input{
  width:85%;
  max-width: 85%; 
  height:22px;
  line-height: 22px;
  padding:2% 10% 2% 5%;
  border-radius: 1em;
  }
  .header form button{
  position:absolute;
  right:5px;
  top:5px;
  border:0;
  background:none;
  }
  /* スライドメニューデザイン */
  #g_nav ul{
  margin: 0;
  padding: 0;
  }
  #g_nav > ul{
  margin-bottom: 7em;
  }
  #g_nav li + li,
  #g_nav li li:first-child{
  border-top: solid 1px #eee; 
  border-top: solid 1px rgba(255, 255, 255, .05); 
  }
  #g_nav > ul > li > a{
  background-color: rgba(0,0,0,.15);
  padding-right: 1em;
  position: relative;
  }
  #g_nav > ul > li > a:after{
  font-family:"fontawesome";
  content: '\f054';
  position:absolute;
  right: .4em;
  font-size: .8em;
  top:50%;
  margin-top: -0.5em;
  color: rgba(255,255,255,.4);
  }
  #g_nav li{
  list-style: none;
  display: block;
  }
  #g_nav li a{
  display: block;
  padding: .8em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-align: left;
  }
  .nav li a .gf{
  display:none;
  }

  #custom_header .wrap{
  display:block;
  text-align:center;
  }
  #custom_header .wrap > div{
  display:block;
  }
  #custom_header .header-eyecatch,
  #custom_header .header-text{
  width:100%;
  }
  #custom_header .header-eyecatch img{
  max-width:70%;
  }
  #custom_header .en{
  font-size: 2em;
  }
  #custom_header .btn-wrap{
  margin:1.5em 0 0;
  }
  .top-post-list .post-list .entry-content .entry-title{
  font-size:1.1em;
  }
  .top-post-list .post-list .entry-content .date{
  font-size:.9em;
  }
  .top-post-list .post-list .entry-content .description{
  display:none;
  }
  /*   header */
  #inner-header{
  position:relative;
  width: 100%;
  padding:4px 0;}
  #logo{
  max-width: 70%;
  margin-left: auto;margin-right: auto;height: auto;
  font-size: 1.1em;
  position: static;
  }
  #logo a{
  position: static;
  width: 100%;
  height:auto;
  display:block;
  }
  #logo a img{
  width: auto;
  margin-top: 1px;
  max-width: 100%;
  max-height: 28px;
  }
  .site_description{
  text-align:center;
  transform: scale(0.8);
  margin: 0;
  }
  #breadcrumb{
  margin: 10px auto;
  font-size: 10px;
  }
  #main article .eyecatch{
  margin-left:-2%;
  margin-right:-2%;
  }
  .single #main {
  float: left;
  width: 100%;
/*  margin-bottom: .5em;*/
  margin-bottom: 4em;
  background: #ffffff;
  /*padding: 5% !important;*/
  }

  .single .authorbox .author-newpost li:nth-child(2n):after,
  .related-box li:nth-child(2n):after{
  content:"";
  display:table;
  clear:both;
  }
  .single .authorbox .author-newpost li:nth-child(2n),
  .related-box li:nth-child(2n){
  zoom:1;
  }
  /* footer mobile */
  /* ページトップへ */
  #page-top {
  right: 10px;
  }
  #page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 38px;
  height: 38px;
  line-height:37px;
  font-size:0.8em;
  }
  .footer-links {
  font-size:0.9em;
  }
  .footer-links ul{
  margin:1em 0 0;
  }
  .footer-links li{
  display:inline;
  margin-right:1em;
  font-size:10px;
  }
  .footer-links li:before{
  font-family: "fontawesome";
  content: '\f0da';
  margin-right: 0.3em;
  }
  .footer-links a{
  text-decoration:none;
  }
  .copyright{
  font-size:0.7em;
  padding:1em 0;
  }
  /* single mobile */
  .single .authorbox .author-newpost li,
  .related-box li{
  width:47%;
  min-height: 250px;
  margin: 0 3% 1% 0;
  float:left;
  position:relative;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
  max-height: 200px;
  }
  .related-box li.related-rightlist{
  zoom: 1;
  }
  .related-box li.related-rightlist:after{
  content:"";
  display:table;
  clear:both;
  }
  /* YouTubeモバイルレスポンシブ */
  .youtube-container iframe{
  max-height: 350px;
  }
  /* SNS テキスト非表示 */
  .share.short .sns li a .text{
  display:none;
  }

  /* 単体ページ 背景調整 */
  .page #main {
  width: 100%;
  /*background: #ffffff;*/
/*  padding: 5% !important;*/
  }
  /* タグページ 背景調整 */
  .tag #main {
  width: 100%;
  /*background: #ffffff;*/
/*  padding: 5% !important;*/
  }
  /* カテゴリページ 背景調整 */
  .category #main {
  width: 100%;
  /*background: #ffffff;*/
/*  padding: 5% !important;*/
  }

}

/*
@media only screen and (max-width: 480px) {
.top-post-list .post-list .eyecatch .cat-name{
font-size: .6em;
}
.post-list-card .post-list{
width:96%;
margin:3% 2%;
float:none;
height:auto;
}
.post-list-card .post-list .eyecatch{
max-height: inherit;
height:auto;
}
.post-list-card .post-list .eyecatch img{
width:100%;
}
#main article .entry-content{
font-size: 0.96em;
}
*/
/* アイキャッチ画像高さ調整 */
/*
.top-post-list .post-list .eyecatch{
max-height: 70px;
}
.single .authorbox .author-newpost li,
.related-box li{
min-height: 190px;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 93px;
}
.single-title,
.page-title,
.entry-title {
font-size:1.2em; }
.byline .date{
font-size: 0.8em;
}
.add.more{
margin-left:-0.9em;
}

.top-post-list .post-list a{
padding:0.7em;
}
.share.short .sns li a{
padding:10px 4px;
}
.pagination li{
margin-bottom: 1em!important;
}
.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
font-size:0.85em;
padding: 8px 10px;
}
*/

/*********************
POSTS & CONTENT STYLES
*********************/
/*
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }
.alignleft, img.alignleft {
max-width:52%!important;}
.alignright, img.alignright {
max-width:52%!important;}
}
*/

@media only screen and (max-width: 768px) {
  .top-post-list .post-list .eyecatch .cat-name{
  font-size: .6em;
  }
  .post-list-card .post-list{
  width:96%;
  margin:3% 2% 10%;
  float:none;
  height:auto;
  }
  .post-list-card .post-list .eyecatch{
  max-height: inherit;
  height:auto;
  }
  .post-list-card .post-list .eyecatch img{
  width:100%;
  }
  #main article .entry-content{
  font-size: 0.96em;
  }
  /* アイキャッチ画像高さ調整 */
  .top-post-list .post-list .eyecatch{
  max-height: 70px;
  }
  .single .authorbox .author-newpost li,
  .related-box li{
  min-height: 190px;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
  height: 93px;
  }
  .single-title,
  .page-title,
  .entry-title {
  font-size:1.2em; }
  .byline .date{
  font-size: 0.8em;
  }
  .add.more{
  margin-left:-0.9em;
  }

  .top-post-list .post-list a{
  padding:0.7em;
  }
  .share.short .sns li a{
  padding:10px 4px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
  .alignleft, img.alignleft {
  max-width:52%!important;}
  .alignright, img.alignright {
  max-width:52%!important;}
}


/* ------------------------------------------------------

 SPレイアウト 20180116

------------------------------------------------------ */








/* ------------------------------------------------------

 TBレイアウト 20180116
デスクトップ用ポールレイアウト含

------------------------------------------------------ */


/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  /*   グリッドシステム */
  .t-all {
  float: left;
  padding-right: 0.75em;
  width: 100%;
  padding-right: 0; }
  .t-1of2 {
  float: left;
  padding-right: 0.75em;
  width: 50%; }
  .t-1of3 {
  float: left;
  padding-right: 0.75em;
  width: 33.33%; }
  .t-2of3 {
  float: left;
  padding-right: 0.75em;
  width: 66.66%; }
  .t-1of4 {
  float: left;
  padding-right: 0.75em;
  width: 25%; }
  .t-3of4 {
  float: left;
  padding-right: 0.75em;
  width: 75%; }
  .t-1of5 {
  float: left;
  padding-right: 0.75em;
  width: 20%; }
  .t-2of5 {
  float: left;
  padding-right: 0.75em;
  width: 40%; }
  .t-3of5 {
  float: left;
  padding-right: 0.75em;
  width: 60%; }
  .t-4of5 {
  float: left;
  padding-right: 0.75em;
  width: 80%; }
  #slider .bx-wrapper ul li{
  height:255px;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch{
  height: 100px;
  }
  /* SNS テキスト非表示 */
  .share.short .sns li a .text{
  display:none;
  }
  /* スクロール広告最大幅 */
  #scrollfix.fixed{
  max-width: 253px;
  }
  #container.sidebarleft #main{
  padding-right:0;
  padding-left:0.75em;
  }
  /* タブレット時背景要素 */
    article {
      /*background: #fff;*/
    }
  /* タブレット時背景要素 生地のみ */
  .single article {
      background: #fff;
    }
    .np-post {
      background: #fff;
    }
}

/* Landsc ape to small desktop */
@media only screen and (min-width: 1100px) {
  /*   グリッドシステム */
  .d-all {
  float: left;
  padding-right: 0.75em;
  width: 100%;
  padding-right: 0; }
  .d-1of2 {
  float: left;
  padding-right: 0.75em;
  width: 50%; }
  .d-1of3 {
  float: left;
  padding-right: 0.75em;
  width: 33.33%; }
  .d-2of3 {
  float: left;
  padding-right: 0.75em;
  width: 66.66%; }
  .d-1of4 {
  float: left;
  padding-right: 0.75em;
  width: 25%; }
  .d-3of4 {
  float: left;
  padding-right: 0.75em;
  width: 75%; }
  .d-1of5 {
  float: left;
  padding-right: 0.75em;
  width: 20%; }
  .d-2of5 {
  float: left;
  padding-right: 0.75em;
  width: 40%; }
  .d-3of5 {
  float: left;
  padding-right: 0.75em;
  width: 60%; }
  .d-4of5 {
  float: left;
  padding-right: 0.75em;
  width: 80%; }
  .d-1of6 {
  float: left;
  padding-right: 0.75em;
  width: 16.6666666667%; }
  .d-1of7 {
  float: left;
  padding-right: 0.75em;
  width: 14.2857142857%; }
  .d-2of7 {
  float: left;
  padding-right: 0.75em;
  width: 28.5714286%; }
  .d-3of7 {
  float: left;
  padding-right: 0.75em;
  width: 42.8571429%; }
  .d-4of7 {
  float: left;
  padding-right: 0.75em;
  width: 57.1428572%; }
  .d-5of7 {
  float: left;
  padding-right: 0.75em;
  width: 71.4285715%; }
  .d-6of7 {
  float: left;
  padding-right: 0.75em;
  width: 85.7142857%; }
  .d-1of8 {
  float: left;
  padding-right: 0.75em;
  width: 12.5%; }
  .d-1of9 {
  float: left;
  padding-right: 0.75em;
  width: 11.1111111111%; }
  .d-1of10 {
  float: left;
  padding-right: 0.75em;
  width: 10%; }
  .d-1of11 {
  float: left;
  padding-right: 0.75em;
  width: 9.09090909091%; }
  .d-1of12 {
  float: left;
  padding-right: 0.75em;
  width: 8.33%; }

  /* トップページ */
/*
  .byline .cat-name{
  background: #e55937;
  color:#fff;
  padding: 0.2em 0.9em;
  margin-left: 0.9em;
  font-size: 0.68em;
  font-weight: bold;}
*/

  /* デスクトップの時だけグリッドシステムを使わない */
  /*------------------------------------------------------------
  デスクトップ時 ポール追加等 20180116
  ------------------------------------------------------------*/
  #main{
    /*width: 66.18181818%;*/ /* ポール有に変更 */
    width: 75%;
    padding-right: 10%;
    position: relative;
    background-image:
      url(/wp-content/themes/hummingbird/library/images/pole_top.png),
      url(/wp-content/themes/hummingbird/library/images/pole_middle.png),
      url(/wp-content/themes/hummingbird/library/images/pole.png);
    background-position: top right, top 50% right, bottom  right;
    background-repeat: no-repeat, no-repeat, repeat-y;
    }
  #main:after{
    background: url(/wp-content/themes/hummingbird/library/images/pole_bottom.png) bottom right no-repeat;
    content: "";
    display: block;
    width: 143px;
    height: 151px;
    margin-left: calc(100% - 32px);
    position: absolute;
    bottom: -17px;
    right: -29px;
    z-index: 1;
    }
  .single #main {
    margin-bottom: 6%;
    padding-bottom: 5%;
  }
/*
  .single #main:after{
    content: none;
    }
*/
  
/* サイドバーにポールをつける場合 */
/*
  #content #inner-content .left-area{
    width: 68% !important;
    }
  .sidebar {
    width: 32% !important;
    padding-left: 7.2%;
    position: relative;
    background-image:
      url(/wp-content/themes/hummingbird/library/images/pole_top.png),
      url(/wp-content/themes/hummingbird/library/images/pole_middle.png),
      url(/wp-content/themes/hummingbird/library/images/pole.png);
    background-position: top left, top 50% left, bottom left;
    background-repeat: no-repeat, no-repeat, repeat-y;
  }
  .sidebar:after{
    background: url(/wp-content/themes/hummingbird/library/images/pole_bottom.png) bottom right no-repeat;
    content: "";
    display: block;
    width: 143px;
    height: 151px;
    margin-left: calc(100% - 32px);
    position: absolute;
    bottom: -17px;
    left: -29px;
    z-index: 1;
    }
*/
/* サイドバーにポールをつける場合 */

  .page-full #main{
  width: 100%;
  }
  .page-full #main .article-footer,
  .page-full #main .np-post,
  .page-full #main .related-box,
  .page-full #main .authorbox{
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
  }
  .page-full .entry-content {
  padding: 1.8em 1em 5em;
  }
  /*#sidebar1{
    width: 30.545455%;
    float:right;
    float: right;
    padding-right: 0.75em !important;
    width: 28.5714286%;
  }*//* 20180116 */
  #sidebar1{
      float: right;
      padding-right: 0 !important;
      width: 25%;
    /* ポール用レイアウト */
      position: relative;
      z-index: 2;
  }

  /* グローバルナビの高さを調整 */
  .nav > li {
  display:table-cell;
  }
  .nav > li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.3;
  padding-left: 1.2em;
  padding-right: 1.2em;
  }
  /* singleページその他背景色調整 */
  /*
  .search #main,
  .archive #main,
  .tag #main,
  .category #main,
  .single #main{
    width: 66.18181818%;
    padding: 20px 0 0;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 0 60px 0;}
  */
  /* singleのみ背景色あり */
  .single #main{
/*    width: 68.18181818%;*/
    width: 75%;
    padding-right: 9.2%;
    float: left;
  }
  .single #main article {
    background: #ffffff;
  }


/*
  .single .byline .cat-name{
  padding-left:.8em;
  padding-right:1em;
  position:relative;
  }
*/
  .d-1of2 img,
  .d-1of3 img{
  margin-bottom:0.5em;
  }
  /* スクロール広告 */
  #scrollfix{
  max-width: 336px;
  }
  /* SNSボタン（PCサイズ） */
  .share.short{
  margin-top:1em;
  margin-bottom: 1.5em;
  }
  .sns ul {
  margin:0 auto;
  list-style:none;
  }
  .sns li {
  width: 32.3%;
  margin: 0 1% 2% 0;
  }
  .sns li a {
  font-size: 0.85em;
  padding:10px 2px;
  }

  /* searchページ */
  /*
  .search #main {
  width: 66.18181818%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  }
  */
  /* archiveページ */
  /*
  .archive #main{
  width: 66.18181818%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  }
  */
  /* tagページ */
  /*
  .tag  #main{
  width: 66.18181818%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  }
  */
  /* categoryページ */
  /*
  .category  #main{
  width: 66.18181818%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  }
  */
  /* pageページ */
  /*
  .page #main{
  width: 66.18181818%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 60px 0;
  }
  */

}

/* デスクトップ時以外ポール用レイアウト画像を消す 20180116 */
@media only screen and (max-width: 1100px) {
  #main .pole_bottom {
    display: none;
  }
}

/* app_area */
.entry-content .app_area img.gplayimg {
  margin: 1em 0 0 0;
}

/* ------------------------------------------------------

 TBレイアウト 20180116

------------------------------------------------------ */




























/* ------------------------------------------------------

 home.php only レイアウト 20180116

------------------------------------------------------ */


/* ------------------------------------
  home.php
--------------------------------------*/
/*
#content #inner-content .left-area{
  width: 66.18181818%;
    padding-right: 0;
    float:left;
}
*/
/* ポール有レイアウト 20180116 */ /* single.php以外はすべて該当 */
/* .left_area のサイズを調整 */
#content #inner-content .left-area{
  float:left;
  width: 74%;
}
/* width: 1099px以下の場合width: 100%に変更 */
@media only screen and (max-width: 1099px) {
  #content #inner-content .left-area{
    width: 100%;
    float:none;
  }
}
#content #inner-content .left-area #main{
  width:100% !important;
}

/* ------------------------------------------------------

 home.php only レイアウト 20180116

------------------------------------------------------ */


















































/* ------------------------------------------------------

 個別 コンテナ側で新たに追加した要素

------------------------------------------------------ */


.pc_obj {
  display: block;
}
.sp_obj {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc_obj {
    display: none;
  }
  .sp_obj {
    display: block;
  }
}

/* IE10以下に対応 */
.error_txt {
  border: 5px solid red;
  background: #fff;
  font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 30px 0 50px;
  text-align: center;
  padding: 20px 0.5em;
}

/* ------------------------------------
$ slider layout
 parts_topslider.php内 スライダー調整
--------------------------------------*/
/*
.pickup-entry .bx-wrapper .bx-viewport{
  background:#fff !important;
}

.pickup-entry .herohome {
  position: relative;
  text-align: right;
  overflow: hidden;
  *zoom: 1;
}

.pickup-entry .herohome .catTitle{
  position:absolute;
  top:0;
  right:0;
}

.pickup-entry .herohome .catTitle ul li{
  color:#fff;
  background: #2191f2;
  font-size: 0.88em;
    font-weight: bold;
    padding: 0.1em 0.5em;
    min-width: 7.5em;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    opacity: 0.9;
    text-align:center;
    float:left;
    margin:0 4px 0 0;
}

.pickup-entry .herohome .catTitle ul li:last-child{
  margin:0;
}

.pickup-entry .herohome .itemDate p{
  margin:0;
}

.pickup-entry .herohome .itemDate p span{
  color:#fff;
}

.pickup-entry .herohome-img {
  display: block;
  overflow: hidden;
  max-height: 450px;
}

.pickup-entry .herohome-img img {
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;

  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.pickup-entry .herohome-img img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pickup-entry .herohomeDate {
  border-bottom: 4px solid #1997cc;
  color: #1997cc;
  margin: auto;
  padding-bottom: 0.5em;
  position: absolute;
  bottom: 0;
  left: 2%;
  top: 0;
  text-align: left;
  z-index: 1;
  height: 145px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  width: 96px;
}

.pickup-entry .herohomeDate span {
  display: block;
}

@media only screen and (max-width: 768px) {

.pickup-entry .herohomeDate {
    display: none;
  }
}

.pickup-entry .herohome-cat {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 26px;
  height: 26px;
  width: 180px;
  text-align: center;
}

.pickup-entry .bx-wrapper .bx-viewport .herohomeTitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding:2% 3%;
  width: 100%;
  height:auto;
  text-align: left;
  background-color: rgba(0,0,0,0.80);
}

.pickup-entry .herohomeTitle h1{
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1%;
  word-break:break-all;
}

@media only screen and (max-width: 768px) {
  .pickup-entry .herohomeTitle {
    height: auto;
    padding-bottom: 2%;
  }
  .pickup-entry .herohomeTitle h1 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 414px) {
  .pickup-entry .herohome .itemDate p span{
    font-size:0.9rem;
  }

}
*/

/* bx-slider読み込み待ち 読み込み完了まで出さない */
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}




/* ------------------------------------
$ slider layout
 parts_topslider.php内 スライダー改修
--------------------------------------*/

/* bxslider 初期レイアウト消去 */
.bx-controls {
  display: none;
}
.bx-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}
.slider_bg_wrap li {
  display: none;
}
.slider_bg_wrap .bx-viewport li {
  display: block !important;
}
.slider_detail .slider_detail_wrap .slider_txt {
  display: none;
}
.slider_detail .bx-viewport .slider_detail_wrap .slider_txt {
  display: block !important;
}

.pickup-entry {
  background-color: #fff;
  border-radius: 30px;
  margin-top:2em;
  padding: 3% 0;
  position: relative;
  /* flexboxレイアウト */
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup-entry:before {
  content: '';
  background: url(/wp-content/themes/hummingbird/library/images/mv_parts.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 57%;
  height: auto;
  position: absolute;
  left: -2%;
  top: -2%;
  bottom: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}
.slider_bg_wrap {
  margin-right: auto 5% auto 0;
  width: 55%;
  position:relative;
}
/*
.slider_bg_wrap:after {
  content: '';
  background: url(/wp-content/themes/hummingbird/library/images/mv_parts.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 593px;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
*/




.slider_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.slider_img .herohome {
  max-height: 400px;
}
.slider_detail {
  width: 45%;
  font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

.slider_detail .flag-cat {
  top: 0;
  left: 15px;
}
.slider_detail .flag-cat .cat-name {
  font-size: 14px;
  padding: 3px 22px 0 10px;
}
.slider_detail .herohome {
  margin-top: 2.5em;
}
.slider_detail .slidettl {
  font-size: 27px;
}
.slider_detail .description {
  font-size: 16px;
}

.slider_detail .slider_txt {
  box-sizing: border-box;
  padding: 0 0.5%;
}
.slider_detail .slider_txt .slide_link_btn {
  float: left;
  margin-right: 4%;
  width: 30%;
}
.slider_detail .slider_txt .slide_link_btn a {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 1px 1px #000;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 4% 8px;
  position:relative;
  text-align: center;
}
.slider_detail .slider_txt .slide_link_btn a:hover {
  background: #000;
  color: #fff;
}

.slider_detail .slider_txt .post-list-tag .post-categories {
  margin: 0;
}
.slider_detail .slider_txt .post-list-tag .post-categories a {
  background: #fff url(/wp-content/themes/hummingbird/library/images/ico_tag.png) left 15px center no-repeat;
  background-size: 15px 14px;
  border-radius: 30px;
/*  font-size: 14px;*/
  margin: 3px 6px 9px 0;
  padding: 10px 30px 10px 40px;
}

.custom-thumb {
  margin: 2em auto 2.5em;
/*  width: 40%;*/
  width: 32vw;
}
.custom-thumb a {
    margin-right: 0.8%;
    float: left;
    width: 5vw;
    height: 5vw;
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
}
.custom-thumb a:last-child {
  margin-right: 0;
}
.custom-thumb a img {
  max-width: none;
    width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -50%;
}
.custom-thumb a.activeClass {
  border: #1997cc 3px solid;
}


/*
.custom-thumb a {
  margin-right: 0.8%;
  float: left;
  width: 16%;
  height: 0;
  padding-top: 70px;
  display: block;
  text-decoration: none;
  position: relative;
}
*/
/*
.custom-thumb a img {
  border: #fff 3px solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;;
  position:absolute;
  top: 0;
  left: 0;
}
*/
/*
.custom-thumb a.activeClass img {
  border: #1997cc 3px solid;
}
*/

@media only screen and (max-width: 1100px) {
  .pickup-entry:before {
      background: url(/wp-content/themes/hummingbird/library/images/mv_parts.png) no-repeat center center;
      background-size: 100%;
  }
  .custom-thumb {
    width: 50vw;
  }
  .custom-thumb a {
      width: 8vw;
      height: 8vw;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .custom-thumb a img {
      -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-entry {
    background-color: transparent;
    margin: 2em -2% 0.5em -2%;
    padding: 0;
  }
  .pickup-entry:before {
    content: '';
    background: url(/wp-content/themes/hummingbird/library/images/background_mv_sp.png) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    left: 0;
    top: -5%;
    height: 0;
    margin: 0;
    padding-top: 55%;
  }
  .slider_bg_wrap {
    margin-right: 0;
    width: 100%;
  }
  .slider_bg_wrap:after {
    content: none;
  }
  .slider_detail {
    width: 100%;
  }
  .slider_detail .flag-cat {
    top: 0.5em;
  }
  .slider_detail .slider_txt .post-list-tag .post-categories {
    display: none;
  }
  .slider_detail .herohome {
    margin-top: 1em;
  }
  .slider_detail .slidettl {
    font-size: 20px;
    margin-top:2em;
  }
  .slider_detail .slider_txt {
    padding: .5em 0.5% 0;
  }
  .slider_detail .description {
    display: none;
    font-size: 14px;
  }
  
  .custom-thumb {
    width: 100vw;
  }
  .custom-thumb a {
      width: 15vw;
      height: 15vw;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .custom-thumb a,
  .custom-thumb a img{
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
  }
  
  .custom-thumb a img{
    margin: 0 0 0 -70%;
    width: 230px;
  }
/*
.custom-thumb {
  margin: 1em auto 1em;
  width: 80%;
}
.custom-thumb a {
  margin-right: 0.8%;
  float: left;
  width: 16%;
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 20%;
}
.custom-thumb a:last-child {
  margin-right: 0;
}
.custom-thumb a img {
  width: 100%;
  height: 100%;;
  position:absolute;
  top: 0;
  left: 0;
}
*/

}


/* ---------------------------------------------------------
$ entry base
記事内レイアウト
----------------------------------------------------------*/

#content .entry-content .lead-text {
  font-weight: bold;
  line-height: 2;
}

.single #content .entry-content p {
/*  margin: 0 !important;*/
/*  padding: 0 1em;*/
  padding: 0;
}
.single #content .entry-content p:last-child {
  margin-bottom: 0 !important;
}

#content .entry-content h2 {
  margin-top: 1.5em;
  padding: 0.8em 1em 0.7em !important;
/*  background: #f1f1f1;*/
  background: #fcff4d;
  color: #000;
  font-size: 22px;
  border-radius: 0 !important;
}

hr {
  height: 0;
  margin: 2em 0 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #dee9ee;
}

#content .entry-content h3 {
  margin: 1.3em 0 1em;
  padding: 0 0 0 0.7em;
  color: #00b1ec;
  border-left: none !important;
}

#content .entry-content h3.h3-num {
  font-weight: normal;
    font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#content .entry-content h3.h3-num span {
  font-size: 30px;
}


#content .entry-content a[target="_blank"] {
  color: #00b1ec;
  text-decoration: none;
  transition: 0s !important;
}

#content .entry-content a[target="_blank"]:before {
  font-family: fontAwesome;
  content: "\f105";
  font-size: 22px;
  margin: 0 0.3em 0 0;
  position: relative;
  top: 2px;
}

#content .entry-content a[target="_blank"]:after {
  content: url(/wp-content/uploads/2017/09/parts_icon_link_blank_after.png); !important
  margin: 0 0 0 0.3em;
  position: relative;
  top: 0.1em;
}

#content .entry-content a[target="_blank"]:hover {
  color: #ff8a00;
}

#content .entry-content a[target="_blank"]:hover:after {
  content: url(/wp-content/uploads/2017/09/parts_icon_link_blank_after_over.png); !important;
}

/* 外部リンク画像の場合にアイコンを消すクラス */
#content .entry-content a.no-icon[target="_blank"]:before,
#content .entry-content a.no-icon[target="_blank"]:after,
#content .entry-content .advanced_aoharu a[target="_blank"]:before {
  content:none;
}
#content .entry-content .advanced_aoharu  {
  /*border-style: solid;border-width:5px;
  border-color:#fff959;*/
}

/*#content .entry-content .advanced_aoharu:after {
  content: "";
  clear: both;
  display: block;
}
#content .entry-content .advanced_aoharu > div {
  display: inline-block;
}
#content .entry-content .advanced_aoharu > div + div {
  padding-right:5%;
}

@media screen and (max-width: 767px) {
  #content .entry-content .advanced_aoharu > div:nth-of-type(1),
  #content .entry-content .advanced_aoharu > div:nth-of-type(2) {
    float: none;
    width: 100%;
  }
}*/


.advanced_aoharu:after,
.yarpp-related .advanced_aoharu:after {
  content: "";
  clear: both;
  display: block;
}
.advanced_aoharu > div,
.yarpp-related .advanced_aoharu > div {
  width: 48%;
}
.advanced_aoharu > div:nth-of-type(1),
.yarpp-related .advanced_aoharu > div:nth-of-type(1) {
  float: left;
}
.advanced_aoharu > div:nth-of-type(2),
.yarpp-related .advanced_aoharu > div:nth-of-type(2) {
  float: right;
}

@media screen and (max-width: 767px) {
  .advanced_aoharu > div:nth-of-type(1),
  .advanced_aoharu > div:nth-of-type(2),
  .yarpp-related .advanced_aoharu > div:nth-of-type(1),
  .yarpp-related .advanced_aoharu > div:nth-of-type(2) {
    float: none;
    width: 100%;
  }
  .advanced_aoharu > div {
    margin: 0 auto;
  }
  .advanced_aoharu > div + div,
  .yarpp-related .advanced_aoharu > div + div {
    margin-top: 3%;
  }
  .related-box + div {
    margin: 0 auto;
  }
  .tabSet1 + div {
    margin: 0 auto;
  }
}

/* 動画広告横並び */
.advanced_video {
  display: inline-block;
  width: 49%;
}
.advanced_video video {
  display: inline-block !important;
  height: 100px !important;
  width: 100% !important;
}



#content .entry-content blockquote {
  border:;
  margin: 3em 0 1em;
  padding: 2.2em 1.2em 2.2em;
  background: none;
}

#content .entry-content blockquote p {
  color: #333;
  line-height: 2.2;
}

#content .entry-content .page_summary {
  margin: 3em 0 1em;
  padding: 2.2em 1.2em 2.2em;
  background: #fff;
}

#content .entry-content .page_summary p {
  color: #333;
  line-height: 2.2;
}

#content .entry-content blockquote:before,
#content .entry-content blockquote:after {
  content: none;
}





/* ---------------------------------------------------------
$ interview layout
 記事中のインタビューレイアウト
----------------------------------------------------------*/

.interview {
  margin: 2em 0 2em;
}

.interview-person,
.interview-aoharu {
  margin: 2em 0 0;
  position: relative;
}

.interview-person + .interview-person {
  margin: 2.5em 0 0;
  position: relative;
}

.interview-person .faceicon,
.interview-aoharu .faceicon {
  width: 85px;
}
.interview-person .faceicon img,
.interview-aoharu .faceicon img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interview-person .faceicon img {
  transform: translateY(-15%);
}
.interview-person .faceicon span,
.interview-aoharu .faceicon span {
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height:30px;
  transform: translateY(160%);
  line-height: 1;
  letter-spacing: 0.0005em;
  font-size: 12px;
}
.interview-person:after,
.interview-aoharu:after {
  content:" ";
  display:block;
  clear:both;
}

.interview-person .faceicon {
  float: left;
}
.interview-aoharu .faceicon {
  float: right;
}

.interview-person .says,
.interview-aoharu .says {
  width: 570px;
  padding: 1.9em 1.5em;
  border: 1px solid #333;
  border-radius: 20px;
  box-sizing: border-box;
}

.interview-person .says {
  background-color: #fff;
  float: right;
  margin: 0 0 0 2em;
  position: relative;
}

.interview-person .says:before {
  content: '';
  background: url(/wp-content/uploads/2017/09/parts_interview_person.png);
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.interview-aoharu .says {
  float: left;
  margin: 0 2em 0 0;
  background: #f5f5f5;
  position: relative;
}

.interview-aoharu .says:after {
  content: '';
  background: url(/wp-content/uploads/2017/09/parts_interview_aoharu.png);
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1099px) {
    .interview-person,
    .interview-aoharu {
        width: 100%;
        display: table;
    }
    .interview-person .faceicon,
    .interview-aoharu .faceicon {
        display: table-cell;
        float: none;
        width: 20%;
        padding: 1em 0;
    }
    .interview-aoharu .faceicon {
        text-align: right;
    }
    .interview-person .faceicon img,
    .interview-aoharu .faceicon img {
        width: 76%;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: none;
    }
    .interview-person .faceicon span,
    .interview-aoharu .faceicon span {
        display: block;
        width: 76%;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: none;
    }
    .interview-person .says,
    .interview-aoharu .says {
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: 80%;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .interview-person .says:before {
        content: '';
        background: url(/wp-content/uploads/2017/09/parts_interview_person_sp.png);
        background-size: contain;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: -14px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .interview-aoharu .says:after {
        content: '';
        background: url(/wp-content/uploads/2017/09/parts_interview_aoharu_sp.png);
        background-size: contain;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: -14px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .interview-person .says:before,
    .interview-aoharu .says:after {
        margin: initial;
        top: 3em;
    }
}

@media screen and (min-width:768px) and ( max-width:1099px) {
    .interview-person .faceicon,
    .interview-aoharu .faceicon {
        text-align: center;
    }

    .interview-person .faceicon img,
    .interview-aoharu .faceicon img {
        width: 85px;
    }
}





/* ---------------------------------------------------------
$ 過去記事・未来記事リンクレイアウト
20180116現在使用されていない
----------------------------------------------------------*/
#reply-title,
.single .np-post .h_ttl,
.single .authorbox .h_ttl,
.single .related-box .h_ttl {
  font-size: 18px;
  font-weight: bold;
  background: none;
  font-family:'Noto Sans', 'Noto Sans Japanese' , "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single .related-box .h_ttl {
  padding: 0;
  margin: 0 0 1em;
}

.yarpp-related {
  margin: 0 !important;
}

#reply-title span,
.single .np-post .h_ttl span,
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span {
  margin: 0 0.6em 0 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}

#reply-title:before {
  content: none;
}

.np-post .navigation {
  width: 680px;
  margin: 0 auto;
  display: table;
  padding: 3% 0;
}
.np-post .navigation:after {
  content:" ";
  display:block;
  clear:both;
}

.np-post-list {
  width: 340px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.np-post-list:first-child {
  margin: 0;
}

.np-post a .ttl {
  color: #00aceb; 
}

.prev.np-post-list {
  box-sizing: border-box;
  padding: 0 25px 0 50px;
  width: 50%;
}
.prev.np-post-list:before {
  content:'';
  background: url(/wp-content/uploads/2017/09/parts_icon_back.png) no-repeat;
  display: block;
  width: 25px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.next.np-post-list {
  box-sizing: border-box;
  padding: 0 50px 0 25px;
  text-align: left;
  width: 50%;
}
.next.np-post-list:after{
  content:'';
  background: url(/wp-content/uploads/2017/09/parts_icon_back.png) no-repeat;
  display: block;
  width: 25px;
  height: 47px;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}





/* ---------------------------------------------------------
$ 記事上部SNS(parts_sns_short)

----------------------------------------------------------*/
.single p.byline.entry-meta {
  float: left;
  margin: 0 0 3%;
  width: 60%;
}
.share.short.button {
  background: url(/wp-content/themes/hummingbird/library/images/shere_side.png) right center no-repeat;
  background-size: 96px 78px;
  margin: 0 auto;
  padding: 50px 100px 50px 0;
  width: 50%;
}
.single div.byline.entry-meta {
  float: left;
  margin: 0 0 0;
  width: 30%;
}
.single .byline .cat-name {
  background: transparent !important;
}
.single .byline .date {
}
.single .mainArticle-tag {
  float: right;
  margin: 0;
  text-align: right;
  padding: 0;
  width: 70%;
}

@media screen and (min-width:768px) and ( max-width:1099px) {
  .share.short.button {
    padding: 50px 10% 50px 0;
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .single div.byline.entry-meta {
    float: none;
    margin: 0 0 3%;
    width: 100%;
  }
  .single .mainArticle-tag {
    float: none;
    margin: 0;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .share.short.button {
  background: url(/wp-content/themes/hummingbird/library/images/shere_side.png) right center no-repeat;
    float: none;
    padding: 10% 2.8em 5% 0;
    width: 100%;
    background-size: 20%;
  }
}

/* タグ flagレイアウト */
.single article .flag-cat{
  display:inline-block;
  position:static;
}
.single article .flag-cat .cat-name{
  padding: 5px 22px 0 10px;
}
/* タグ flagレイアウト */







/* 記事一覧用・日付 */
article.post-list .p.byline.entry-meta {
  float: none;
  width: 100%;
}
.share.short.button ul {
  margin: 0;
}
.share.short.button li {
  font-size: 10px;
  float: left;
  margin: 0 10px 0 0;
}

/* 記事上部カテゴリ */
.mainArticle-cat {
  background: #00b1ec;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: .5em 1em;
  margin: 0 2px 0 0;}
.cat-id-34 {
  background: ;
}

/* 記事上部タグ レイアウト */
.mainArticle-tag {
/*    background: #ececec;*/
    padding: 8px 14px;
    margin: 20px 0 13px;
}





/* ---------------------------------------------------------
$ 記事下部SNS(parts_sns)

----------------------------------------------------------*/
.socialBtn {
    font-size: 0;
    margin: 0 auto;
    width: 80%;
}
.socialBtn li {
    display: inline-block;
    text-align: center;
    height: 43px;
    width: 33.333%;
  opacity: 1;
}
.socialBtn li a {
    color: #fff;
    display: block;
    font-family: "AxisStd-Regular";
    font-size: 12px;
  font-weight: bold;
    line-height: 45px;
    height: 100%;
  text-decoration: none;
    width: 100%;
}
@media only screen and (max-width: 330px) {
.socialBtn li a {
    font-size: 10px;
}
}

.socialBtn li:hover {
    opacity: 0.8;
}
.socialBtn li a br {
  display: none;
}

.fbBtn {
    background: #3a5c99;
}
.twBtn {
    background: #28a7dc;
}
.ggBtn {
    background: #dd4b39;
}


@media only screen and (max-width: 767px) {
p.byline.entry-meta {
  float: left;
  margin: 0 0 3%;
  width: 100%;
}
.article-footer .share.short.button {
  float: right;
  margin: 0;
  text-align: right;
  width: 100%;
}
.article-footer .share.short.button ul li{
  float: right;
}
.np-post .navigation {
  width: 100%;
}
.socialBtn {
    width: 100%;
}
}


/* ---------------------------------------------------------
$ 固定ページ用背景
----------------------------------------------------------*/
.page article {
  background: #fff;
}












/* ---------------------------------------------------------
$ event calendar
 記事内イベントカレンダー専用テーブル
----------------------------------------------------------*/

.entry-content table.event_calendar {
  width: 100%;
  font-size: 16px;
  border: 1px solid #efefef;
  margin-bottom: 1.5em;
}
.entry-content table.event_calendar caption {
 }
.entry-content table.event_calendar tr {
  border-bottom: 1px solid #efefef;
}
.entry-content table.event_calendar td {
  color: #000;
  padding: .8em;
  border-right: 1px solid #efefef;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}
/* イベント情報サムネ画像 */
.entry-content table.event_calendar td img.tdimg {
  float: left;
  margin: 0 2% 0 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .entry-content table.event_calendar td img.tdimg {
    float: none;
    margin: 0 0 2% 0;
    width: 100%;
  }
}
.entry-content table.event_calendar td input{
  margin:3px 0;
}
.entry-content table.event_calendar td:last-child {
  border-right: 0;
}
.entry-content table.event_calendar th {
  background-color: #eee;
  background-color: rgba(0,0,0,0.1);
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 7px;
}
.entry-content table.event_calendar th:last-child {
  border-right: 0;
}
.entry-content table.event_calendar td.weekday,
.entry-content table.event_calendar td.saturday,
.entry-content table.event_calendar td.sunday,
.entry-content table.event_calendar td.holiday,
.entry-content table.event_calendar td.specialday {
  font-weight: bold;
  text-align: center;
  width: 100px;
}
.entry-content table.event_calendar td.saturday {
  background: #a6cbeb;
}
.entry-content table.event_calendar td.sunday {
  background: #fbc1b5;
}
.entry-content table.event_calendar td.holiday {
  background: #fbc1b5;
}
.entry-content table.event_calendar td.specialday {
  background: #fcff4d;
}

.calendar_link {
  text-align: right;
}














/* ---------------------------------------------------------
$ post layout
 記事中に使うためのレイアウト（随時追加）
----------------------------------------------------------*/
/* 黄色マーカー */
span.yellowmarker {
background: linear-gradient(#fff 40%, #ffff46 60%);
}
blockquote span.yellowmarker {
background: linear-gradient(transparent 40%, #ffff46 60%);
}

/* 背景色を入れる */
.bgcolor_blue {  background: #f0fcff; padding: 1.6rem 1rem; margin-bottom: 1.6rem;}
.bgcolor_pink {  background: #fff6f6; padding: 1.6rem 1rem; margin-bottom: 1.6rem;}
.bgcolor_blue + .bgcolor_blue, .bgcolor_blue + .bgcolor_pink, .bgcolor_pink + .bgcolor_blue, .bgcolor_pink + .bgcolor_pink {
  margin-top: 1.6rem;
}

/* マージン消去 */
.del-margin {
  margin: 0 !important;
}
.del-margin_l {
  margin-left: 0 !important;
}
.del-margin_r {
  margin-right: 0 !important;
}
.del-margin_t {
  margin-top: 0 !important;
}
.del-margin_b {
  margin-bottom: 0 !important;
}
/* マージン追加 */
.margin-top {
  margin-top: 1.5em !important;
}
.margin-bottom {
  margin-bottom: 1.5em !important;
}

.entry-content .bg_yel {
  background-color: #fcff4d !important;
}

/* インスタグラムフォローリンク */
#content .entry-content a.insta_btn2[target="_blank"]{/*ボタンの下地*/
  color: #fff !important;/*文字・アイコン色*/
  border-radius: 5px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: auto;/*高さ*/
  width: auto;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 11px;/*文字のサイズ*/
  line-height: 20px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  vertical-align: top;/*並べた時のズレを修正*/
  padding: 2px 5px;
}

#content .entry-content a.insta_btn2[target="_blank"]:before,
#content .entry-content a.insta_btn2[target="_blank"]:after {/*サイト共通レイアウト消去*/
  content: none;
}

#content .entry-content a.insta_btn2[target="_blank"]:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

#content .entry-content a.insta_btn2[target="_blank"] .fa-instagram{/*アイコン*/
  font-size: 12px;/*アイコンサイズ*/
  position: relative;
  top: 1px;/*アイコン位置の微調整*/
  margin-right: 3px;
}

#content .entry-content a.insta_btn2[target="_blank"] span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
}

/* 画像横並びレイアウト用 */
.double_img:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}
/* 画像を横並び・同じ比率に */
.double_img img {
  margin: 0;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .double_img img.alignleft, .double_img img.alignright {
    max-width: 100% !important;
  }
}
.double_img img:first-child {
  float:left;
}
.double_img img:last-child {
  float:right;
}
/* 画像を横並び・左を大きく */
.double_img.left_big img:first-child {
  width: 60%;
}
.double_img.left_big img:last-child {
  width: 36%;
}
/* 画像を横並び・右を大きく */
.double_img.right_big img:first-child {
  width: 36%;
}
.double_img.right_big img:last-child {
  width: 60%;
}
/* 画像横並びレイアウト用 */

/* 記事内ギャラリー・画像調整 */
/*.gallery dl dt a {
  display: block;
  overflow: hidden;
  height: 152px;
}
.gallery dl dt a img {
  height: 100%;
  width: 100%;
}*/
.gallery dl dt a {
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative;
  height: 150px;
}
.gallery dl dt a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:     translate(-50%, -50%);
    width: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery dl dt a {
    height: 18vw;
  }
}

/* ボタンレイアウト */
a.spbtnA, a.spbtnB {
/*  margin: 0 20px 40px;*/
  margin: 0 0 20px;
  padding: 1em 2em;
  border: none;
  display: inline-block;
  border-radius: 2px;
  font-family:'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  font-size: 114%;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

a.spbtnA, a.spbtnB {
  transition-property: none;
}

/* 青色 .blue */
a.spbtnA.blue, a.spbtnB.blue {
  background-color: #5A7AB3;
  box-shadow: 0 6px #4063A4;
  color: #fff;
}
/*　buttonA　*/
.spbtnA.blue:hover {
  color: #fff;;
}
.spbtnA.blue:active {
    box-shadow: 0 0 #4063A4;
    top: 6px;
}

/*　buttonB　*/
.spbtnB.blue:hover {
  color: #fff;;
}
.spbtnB.blue:hover {
    box-shadow: 0 5px #4063A4;
    top: 1px;
}
.spbtnB.blue:active {
    box-shadow: 0 0 #4063A4;
    top: 6px;
}

/* 赤色 .red */
a.spbtnA.red, a.spbtnB.red {
  background-color: #cc3747;
  box-shadow: 0 6px #8d1b27;
  color: #fff;
}
/*　buttonA　*/
.spbtnA.red:hover {
  color: #fff;;
}
.spbtnA.red:active {
    box-shadow: 0 0 #8d1b27;
    top: 6px;
}

/*　buttonB　*/
.spbtnB.red:hover {
  color: #fff;;
}
.spbtnB.red:hover {
    box-shadow: 0 5px #8d1b27;
    top: 1px;
}
.spbtnB.red:active {
    box-shadow: 0 0 #8d1b27;
    top: 6px;
}

/* 緑色 .green */
a.spbtnA.green, a.spbtnB.green {
  background-color: #7ece46;
  box-shadow: 0 6px #65b130;
  color: #fff;
}
/*　buttonA　*/
.spbtnA.green:hover {
  color: #fff;
}
.spbtnA.green:active {
    box-shadow: 0 0 #65b130;
    top: 6px;
}

/*　buttonB　*/
.spbtnB.green:hover {
  color: #fff;
}
.spbtnB.green:hover {
    box-shadow: 0 5px #65b130;
    top: 1px;
}
.spbtnB.green:active {
    box-shadow: 0 0 #65b130;
    top: 6px;
  }



/* 現状共通デザインボタン */

a.simplebtn {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 1px 1px #000;
  color: #000;
  display: inline-block;
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-decoration: none;
  padding: 8px 4% 8px;
  position:relative;
  text-align: center;
  z-index: 10;
}

a.simplebtn:hover {
  background: #000;
  color: #fff;
}

