@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Southerly
* The first edition: 2016.5.25
* 2016.7.3 - ナビゲーション内モバイル版誘導リンク修正, ドロップダウン内リンクが飛ばない件の修正
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.6 - 一部JS削除(軽量化), MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* Latest update: 2018.2.19 - リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}


/***------------------------------------------
      blockquote
------------------------------------------***/

/*blockquote {
  margin: 4em 15px 3em;
  background-color: rgba(148,170,201,.1);
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}*/

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}



/***------------------------------------------
      date
------------------------------------------***/

.month01::before{content:"January"}.month02::before{content:"February"}.month03::before{content:"March"}.month04::before{content:"April"}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"August"}.month09::before{content:"September"}.month10::before{content:"October"}.month11::before{content:"November"}.month12::before{content:"December"}

@media screen and (max-width: 560px) {
.month01::before{content:"Jan."}.month02::before{content:"Feb."}.month03::before{content:"Mar."}.month04::before{content:"Apr."}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"Aug."}.month09::before{content:"Sept."}.month10::before{content:"Oct."}.month11::before{content:"Nov."}.month12::before{content:"Dec."} 
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/*中身だし用----------------------------*/
h5 {
color: #364e96;/*文字色*/
/*padding: 0.5em 0;*//*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/

margin: 2em 0px 0em; /*[上][左右][下] mori*/


font-size: 20px;

}


/* 中見出し２ */
h6 {

margin: 2em 0px 0em; /*[上][左右][下] mori*/

color: #010101;/*文字色*/
/*background: #eaf3ff;*//*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/

font-size: 20px;

}

/* 吹き出し */
h7 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h7:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

/*大見出しに最適*/
h8 {
border-bottom: double 5px #FFC778;

font-size: 28px;

/*線の種類（二重線）太さ 色*/
}


h9 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/

font-size: 20px;

}


/*中身だし用----------------------------*/




/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  color: rgb(51,51,51);
  word-wrap: break-word;
  /*font: 1.4rem/1.9 'Cantarell', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font: 1.5rem/1.9 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;

 
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#wrapper {
  background-color: rgba(255,255,255,.6);/* 注)ヘッダー部分マスク */
}

#whole-container {
  background-color: rgb(248,248,248);/* 注)全体背景色 */
}

#main-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;

  /*padding: 60px;*/

  padding: 30px 60px 60px 60px; /*[上][右][下][左]　広告と近づけるためメインを上げる*/



}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
  overflow: hidden;
}

#main-reserve,
#grid-main-reserve {
  padding-top: 6px;
}

#secondary {
  width: 270px;
  line-height: 1.8;
  font-size: 1.3rem; /*moriサイドバー1.2>1.4*/
}

.side-menu {
  margin-bottom: 30px;
  width: 270px;
}

#tertiary {
  margin: auto;
  max-width: 1300px;
  padding-top: 30px;
  background-color: rgb(240,240,240);/* 注)フッター上プラグイン3背景色 */


}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .side-menu {
    margin: 0 20px 30px;
  }
}
@media screen and (max-width: 760px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  #main-container {
    /*padding: 10px 30px 80px;*//*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/

    padding: 30px 30px 80px;/*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/

  }
}
@media screen and (max-width: 560px) {
  #main-container {
    /*padding: 10px 15px 80px;*//*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/

    padding: 30px 15px 80px;/*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/


  }
}
@media screen and (max-width: 414px) {
  #main-container {
    /*padding: 10px 0 80px;*//*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/

    padding: 30px 0 80px;/*60>10[上][右][下][左]　広告と近づけるためメインを上げる*/

  }
  #main-reserve {
    padding: 6px 15px;
  }
  #grid-main-reserve {
    padding: 6px 8px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

body::before {
  content: "";
  display: block;
  width: 100%;
  height:100%;
/*  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southwind.jpg) left top / cover no-repeat;*//* 注)ヘッダー画像 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  body::before { /* 注)タブレット・スマホでのヘッダー背景画像調整 */
    background-size: 300% auto;
    background-position: 10% 0;
  }
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
 
 /*padding: 70px 60px 50px;*/

 padding: 30px 60px 30px; /*mori ブログ名高さ70>30*/

  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    /*padding: 70px 30px 20px;*/

    padding: 20px 30px 20px; /*mori ブログ名高さ70>30*/


  }
}
@media screen and (max-width: 560px) {
  #blog-name-container {
    /*padding: 70px 15px 20px;*/

    padding: 20px 15px 20px; /*mori ブログ名高さ70>30*/

  }
}

#blog-title {/* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  max-width: 800px;
  /*font: bolder 2.4rem/1.4 'Playball', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;*/

  font: bolder 2.4rem/1.4 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;


  text-align: center;
}

#blog-title a,
#blog-title a:first-letter {
  display: inline-block;
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

#blog-title a:hover {
  color: rgb(212,108,118);/* 注)ブログタイトルホバー時文字色 */
}

#blog-title a:hover:first-letter {
  color: rgb(115,46,53);/* 注)ブログタイトルホバー時最初の一文字色 */
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.2rem;/*1.3>1.2*/
  text-align: center;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  display: inline-block;
  background-color: rgba(212,108,118,.4);
  border-radius: 2px;
  color: white;
  padding: .1em .4em;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin-bottom: 20px; /*mori 50>20*/
/*  font: bold 1.2rem/45px 'Cantarell', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font: bold 1.2rem/45px 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;


  text-align: center;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

#navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 700px;
  line-height: 45px;
}

.hook-toggle,
#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
}

#modal-trigger-label {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.navi-menu a:hover,
#modal-trigger-label:hover {
  background-color: rgb(115,46,53);
  color: white;
}

#navi-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  position: relative;
}

.hidden-list {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  line-height: 1.5;
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  top: 140%;
  z-index: 2000;
  visibility: hidden;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}

#marking .fa-angle-down {
  margin-left: .8em;
}

#marking:hover .hidden-list {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#navi-list li .submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);/* 注)ドロップダウンAbout子メニューリンク色 */
  padding: 1em 0;
  text-align: left;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

#navi-list li .submenu-anchor:hover {
  margin-left: 1em;
  background-color: transparent;
  color: rgb(51,51,51);
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

@media screen and (max-width: 700px) {
  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 58px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    padding: 14px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin-bottom: 5px;
    width: 28px;
    height: 3px;
    background: rgb(106,51,54);
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .sp-navi {
    display: none;
    padding: 0 15px;
  }
  .navi-menu {
    margin-bottom: 20px;
  }
  #navi-list,
  #navi-list li {
    display: block;
  }
  .hook-toggle {
    padding-left: 1.2em;
  }
  .toggle-list {
    display: none;
    background-color: rgba(115,46,53,.4);
  }
  .toggle-list a {
    color: white;
  }
}

/* site search */
/* search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
 /* font-family: 'Playball', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;*/

  font-family: 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;

  font-size: 1.6rem;
  text-transform: uppercase;/* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}



/***------------------------------------------
      top page
------------------------------------------***/

#grid-main-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 40px;
 /* width: calc(50% - 20px);*/
 width: calc(50% - 10px);
  line-height: 1.5;
  position: relative;
  animation-duration: .6s;
}

.grid-context {
  padding: 15px 0px; /*mori見出しを左右小さめに0>1　上が開きすぎなので上下を20>15 */
}

@media screen and (max-width: 1120px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 960px) {
  .grid-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 560px) {
  .grid-item {
    width: calc(50% - 7px);
  }
  .read-more,
  .read-more::before {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .grid-item {
    width: calc(50% - 4px);
  }
}

/*---下へ
@media screen and (max-width: 374px) {
  .grid-item {
    width: 49%;
  }
  .grid-context {
    padding: 20px 12px;
  }


  .grid-title {
    font-size: 1.6rem; 
  } 

}
   下へ---*/

/* image */
.grid-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.grid-image::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
  -webkit-transition: opacity .35s,
                      -webkit-transform .35s;
  transition: opacity .35s,
              transform .35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

.grid-image a {
  color: white;
}


/*---------フラッシュのような----------------mori--*/
.read-more::before {
  content: "";
  width: 110%;
  height: 110%;
  background-color: rgba(255,255,255,.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
}

/*---------フラッシュのような------------------*/


.read-more p {
  margin: 3em;
  max-width: 150px;
  border-right: 4px solid white;/* 注)READ MORE AND SEE DETAILSテキスト横ボーダー色 */
  color: white;/* 注)READ MORE AND SEE DETAILSテキスト色 */
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

.grid-image:hover {
  background-color: rgb(115,46,53);
}

.grid-image:hover img {
  opacity: .6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.grid-image:hover .read-more::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.grid-image:hover .read-more p {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

/* ribbon */
.vertical-ribbon {
  display: inline-block;
  position: absolute;
  /*top: -.5rem; mori*/
  top: -.0rem;
  left: 0;
  width: 6rem;
  line-height: 1;
  padding: .1rem .1rem .5rem;/*mori下を0->.5に*/
   word-wrap: break-word;
  text-align: center;
  z-index: 3;
  /*background-color:*/ rgb(212,108,118);/* 注)日付リボン背景色 */
  font-size: 12px;
  color: white;
}

.vertical-ribbon span {
  display: block;
}

.vertical-ribbon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  /*border-bottom: 6px solid rgb(115,46,53); mori*//* 注)日付リボン折れ部分背景色 */
  border-right: 6px solid transparent;
}

.vertical-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  margin-top: -20px;
  height: 0;
  width: 0;
 /* border: 3rem solid rgb(212,108,118); mori*//* 注日付リボン羽部分背景色 */
  border-bottom:1rem solid transparent;
}

.ribbon-content {
  position: relative;
  z-index: 3;
  padding-top: .3rem;
}

@media screen and (max-width: 560px) {
  .vertical-ribbon {
    width: 4rem;
  }
  .vertical-ribbon::after {
    border-width: 2rem;
    border-bottom-width: .4rem;
  }
}

.element-datetime-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.element-datetime-cell {
  display: table-cell;
  vertical-align: middle;
}

.topentry-month,
.topentry-year {
  font-size: 11px;
  line-height: 1.7;
}

.topentry-day {
  font-size: 16px;
  line-height: 1;
  text-shadow: -1px -1px 1px white, 1px 1px rgba(0,0,0,.6);
}

/* content */
.grid-title {
  margin: 0 auto 10px;
 /* font: bolder 1.6rem/1.4 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font: bolder 2.2rem/1.3 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;




}

.grid-title a {
  color: rgb(51,51,51);
}

.grid-category {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.grid-desp {
  margin-bottom: 20px;
  max-height:  6.3rem;
  overflow: hidden;
  font-size: 1.4rem; /*mori 1.4>>>1.5*/

}

.grid-footer {
  overflow: hidden;
  padding-top: 5px;
  border-top: 1px solid rgba(141,141,141,.4);/* トップページ記事下線色 */
  font-size: 1.1rem;
}

.grid-comment {
  float: left;
}

/* SNS share */
.grid-footer-sns {
  float: right;
  font-size: 1.4rem;
  text-align: right;
}

.grid-footer-sns li {
  display: inline-block;
  margin-left: 1em;
  text-align: center;
}

.grid-footer-sns a {
  color: rgb(207,207,207);
}

/* assigned SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(85,172,238);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-pencil:hover {
  color: rgb(115,46,53);
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  position: relative;
}

#entry-header {
  min-height: 70px;
 /* padding-left: 7rem; mori個別リボンをなくしたので左に*/
  font-size: 1.2rem;
}

@media screen and (max-width: 560px) {
  #entry-header {
    min-height: 60px;
   /* padding-left: 5rem;  mori個別リボンをなくしたので左に*/
  }
}

#entry-title {
  margin: auto;
  /*font-size: 1.6rem; mori*/
  /*font-size: 2.2rem; mori*/

  font: bolder 2.2rem/1.3 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;


}

#entry-header-info li {
  display: inline-block;
  margin-right: 1.3em;  
}

#entry-header .svg-inline--fa,
#entry-tag .svg-inline--fa {
  margin-right: .5em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
#entry-tag {
  margin-top: 30px;
  font-size: 1rem;
}

#entry-tag a {
  display: inline-block;
  margin-right: 1.2em;
}

/* footer */
#entry-footer-sns {
  font-size: 1.2rem;
  text-align: right;
}

#entry-footer-sns li {
  display: inline-block;
  margin-left: .5em;
}

#entry-footer-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(212,108,118);
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}

#entry-footer-sns .svg-inline--fa {
  color: white;
}

/* brand color */
#f-facebook:hover {
  background-color: rgb(59,89,152);
}

#f-twitter:hover {
  background-color: rgb(85,172,238);
}

#f-pinterest:hover {
  background-color: rgb(206,15,25);
}

#f-google-plus:hover {
  background-color: rgb(221,75,57);
}

#f-pencil:hover {
  background-color: rgb(115,46,53);
}

/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  position: relative;
  font-size: 1.8rem;
  /*font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font-family: 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;

  text-align: center;
}

.another-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 .5em;
  background-color: rgb(248,248,248);
}

.another-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(225,225,225);
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 46px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 18px;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
  margin-top: 10px;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(220,220,220);/* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  padding: 12px;
  background-color: white;
  border-radius: 4px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(150,150,150);/* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  padding: 12px;
  border-radius: 4px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  position: relative;
  background-color: rgb(248,248,248);
  padding-top: 50px;
  margin-top: -50px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 Gainsboro */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(212,108,118);/* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(212,108,118);/* 注)secretコメントチェックマーク色(2/3) */
    border-bottom: 3px solid rgb(212,108,118);/* 注)secretコメントチェックマーク色(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  text-align: center;
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(255,255,255)), color-stop(1.00, rgb(206,206,206)));/* 注)コメントsend・deleteボタングラデーション背景色 */
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 2px 0;
  color: rgb(150,150,150);/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(51,51,51);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(134,13,37);/* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(150,150,150);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(240,240,240); /* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  font-size: 12px;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  background-color: rgb(240,240,240);
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
 /* font: 17px/1.3 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font: 17px/1.3 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;

  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1124px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 870px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
/*  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat;*/ /* 注)No image 関連記事サムネイル */

  background: url(https://blog-imgs-120.fc2.com/n/a/m/namimachilabo/noimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */



  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Playball', serif;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.6);
  float: right;
}

.list-a:hover {
  color: rgba(51,51,51,.6);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  /*background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat;*//* 注)No image画像 検索結果 */

  background: url(https://blog-imgs-120.fc2.com/n/a/m/namimachilabo/noimage.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */



}

.no-image-text {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playball', serif;
  font-size: 12px;
  text-align: center;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 260px;
  border-spacing: 3px 6px;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220);
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

#about-me-table {
  margin: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  /*background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/photo-1453549652105-8469be06d67cth_th_.jpg) center center /cover no-repeat;*/ /* 注)Hi there背景画像 */
}

#about-me-cell {
  display: table-cell;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  padding: 30px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

#hi-there {
  margin: 0 auto 20px;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 30px;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(150,150,150);
}

.side-menu h4 {
  margin: 5px 5px 30px 5px;
  background-color: white;
  line-height: 1.4;
  position: relative;
/*  font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;*/

  font: 17px/1.3 'Work Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;


  font-size: 1.5rem;/* 注)サイドメニュープラグインタイトルフォント大きさ */
  text-align: center;
}

.side-menu h4::before {
  content: "";
  margin-left: -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  /*border-top-color: rgb(212,108,118); mori*/ /* 注)サイドメニュープラグインタイトル背景色 */
  border-bottom: none;
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 5;
}

.title-arrow {
  display: block;
 /* background-color: rgb(212,108,118);*/  /* 注)サイドメニュープラグインタイトル矢印部分色 */

background-color: rgb(5,1,2);/*mori 注)ブラック背景色 */


  color: white;
  padding: 11px 15px 9px;
  position: relative;
  z-index: 3;
}

.side-menu h4::after {
  content: "";
  display: block;
  height: 100%;
  bottom: 3px;
  border: 1px solid rgba(141,141,141,.4);
  position: absolute;
  left: -5px;
  right: -5px;
  z-index: 1;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 3px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
}

.simple-pagination li {
  display: block;
  margin-bottom: 2px;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  float: left;
  list-style: none;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りマウスホバー時背景色 */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article and titlelist */
.posted-pager,
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 70px auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  position: relative;
}

.prev-a {
  padding-left: 40px;
  text-align: left;
}

.next-a {
  padding-right: 40px;
  text-align: right;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-a,
.t-center-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(212,217,220,.4);/* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
}

.prev-a::before,
.next-a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(212,217,220,.4);/* 注)個別記事prevページ送り背景色 */
  text-align: center;
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a::before {
  left: 0;
}

.next-a::before {
  right: 0;
}

.prev-a::after {
  content: "\f104";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.next-a::after {
  content: "\f105";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.prev-a .svg-inline--fa,
.next-a .svg-inline--fa {
  margin: auto;
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  bottom: 0;
}

.prev-a .svg-inline--fa {
  left: 11px;
}

.next-a .svg-inline--fa {
  right: 11px;
}

.t-prev-a, 
.t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(212,217,220,.4);/* 注)全記事リストページ送りprev/ next背景色 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.t-prev-a:hover,
.center-a:hover,
.t-center-a:hover,
.next-a:hover:before,
.t-next-a:hover {
  background-color: rgb(212,217,220);
  color: rgb(51,51,51);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right, .page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a, .side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: rgba(115,46,53,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 40px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Times New Roman', serif;
  font-size: 1.1rem;
}

#footer {
  padding: 30px 0 30px;
  background-color: rgb(115,46,53);/* 注)フッター背景色 */

background-color: rgb(5,1,2);/*mori 注)ブラック背景色 */

  line-height: 1.4;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

/* sns on footer */
#footer-external-sns {
  margin: 0 auto 30px;
  width: 95%;
  max-width: 1300px;
  border-bottom: 1px solid rgba(141,141,141,.4);
  padding-bottom: 30px;
}

#footer-external-sns li {
  display: inline-block;
  margin: 3px;
}

#footer-external-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

#s-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

#s-twitter:hover {
  background-color: rgb(73,171,242);
  color: white;
}

#s-instagram:hover {
  background-color: rgb(81,127,164);
  color: white;
}

#s-pinterest:hover {
  background-color: rgb(206,15,25);
  color: white;
}

#s-google-plus:hover {
  background-color: rgb(221,75,57);
  color: white;
}

.foot,
#copyright {
  display: block;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 3px);
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.emoji {
  vertical-align: middle;
}






/*----------------------------mori---------------------------*/

.google-ad {
 width: 100%;
 
 margin: auto;
 padding: 0px 10px 30px 10px; /*[上][右][下][左]*/

}



@media screen and (max-width: 374px) {
  .grid-item {
    width: 48.5%;/*mori*/
  }
  .grid-context {
    padding: 15px 0px; /*上下、左右　morimori 左右を　12>0　上が開きすぎなので上下を20>15*/
  }

  .grid-title {
   font-size: 1.5rem;/*1.6>1.4*/

  } 

}



.new1 {
  background: url(https://blog-imgs-85.fc2.com/u/m/i/umimita/icon_new.png) no-repeat left center;
/*  color: red;
  font-size: 14px;*/

  position: absolute;
  top: 0px; /*35>45>33へ変更*/
  /*right: -8px;*/
  left: 1px;

  width: 60px;
  height: 20px;

}

.latest {
　max-width: 1300px;  /* 注)全体幅 */
  position: relative;

  margin: 0px 0px 0px 20px; /*[上][右][下][左]*/
  /*text-align: center;*/

}


.grid-datetime {
 margin: 0px 0px 0px 10px; /*[上][右][下][左]*/
  font-size: 1.2rem;
}




.latest {
  position: relative;

 /*margin: 25px 10px 0px 90px;*/ /*[上][右][下][左]*/
 /* text-align: center;*/

}


/*----------------------------mori---------------------------*/






/* 注)スライダー不要の方ここから削除 3/3 */
/***------------------------------------------
      slider
------------------------------------------***/

/* container */
#slider-container {
  margin: 0 auto;
  width: 100%;
  height: 300px; /*580>300 mori*/
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #slider-container {
    height: 530px;
  }
}

@media screen and (max-width: 960px) {
  #slider-container {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
  #slider-container {
    height: 380px;
  }
}

@media screen and (max-width: 640px) {
  #slider-container {
    height: 330px;
  }
}

@media screen and (max-width: 480px) {
  #slider-container {
    height: 280px;
  }
}

/* slider itself */
.flexslider {
  width: 100%;
  height: 100%; /*スライダー100>60 moti*/
  position: relative;
}

.slides {
  width: 100%;
  height: 100%;
}

.slides li {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.para-item {
  /*background-attachment: fixed;  mori 中の画像を固定した　はずすと動く*/
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slides li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,.5) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,.5) 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 45%, rgba(0,0,0,.8) 100%);
  position: absolute;
  z-index: 2;
}

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.slide-content-parent {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.slide-content-child {
  margin: auto;
  padding: 0 20px 40px 20px;
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
}

.slide-content-grandchild {
  color: white;
  padding-top: 20px;
  position: relative;
}

.slide-content-grandchild:before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: rgba(255,255,255,.3);
  position: absolute;
  top: 0;
  left: 0;
}

.slide-content-grandchild a {
  color: white;
}

.slide-title-box {
  padding-left: 0px; /*mori 70>0 日の拡大文字を外したため*/
  position: relative;
}

@media screen and (max-width: 640px) {
  .slide-content-grandchild:before,
  .slide-title-box {
    /*display: none; スマホにも見出しmori*/

  padding-left: 10px;
  position: relative;

  }



  .slide-view-more {
    text-align: center;
  }
}

/*mori font 18>20*/
.slide-title {
  margin-bottom: 5px;
  font: 20px/1.4em 'Lora', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';


/*追加 mori*/
 font-family: 'Give You Glory', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
/*追加 mori*/


}

.slide-recent-day {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Times New Roman', 'serif';
  font-size: 60px;
  font-style: normal;
}

.slide-datetime {
  display: inline-block;
  color: rgba(255,255,255,.7);
  line-height: 1;
  /*font-style: italic;*/
}

.slide-view-more {
  padding: 20px 0;
  font-style: italic;
}

.slide-view-more a {
  display: inline-block;
  background-color: rgb(145,134,116);
  color: white;
  outline: 1px solid rgba(255,255,255,.3);
  outline-offset: -6px;
  padding: 1em 2.2em;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

/* slide navigation */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  margin: -20px 0 0;
  width: 40px;
  height: 40px;
  color: rgba(0,0,0,.8);
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "\f104";
  display: inline-block;
  color: rgba(255,255,255,.8); /* 注)スライダー左右矢印ボタンの色 */
  line-height: 40px;
  font-family: "FontAwesome";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: 0 !important;
  z-index: -1;
}

.flex-control-nav {
  display: block;
  width: 100%;
  line-height: 8px;
  padding: 0 0 20px 0;
  position: absolute;
  z-index: 10;
  bottom: 0;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 7px 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0px;
  position: relative;
}

.flex-control-paging li a {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,.5);
  border-radius: 100%;
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  cursor: pointer;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: rgba(255,255,255,.7);
}

.flex-control-paging li a.flex-active {
  background: rgba(255,255,255,.9);
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 注)スライダー不要の方ここまで削除 3/3 */