@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Empty-street
* The first edition: 2017.6.28
* 2017.7.23 - No image画像がリンク切れになっている件を修正
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2018.1.26 - 画像遅延読み込み導入(デフォルト設定グリッドページのみ), リセット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;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-family: 'FontAwesome';
  font-size: 200%;
}


/***------------------------------------------
      date
------------------------------------------***/

span.month01:before{content:"January"}span.month02:before{content:"February"}span.month03:before{content:"March"}span.month04:before{content:"April"}span.month05:before{content:"May"}span.month06:before{content:"June"}span.month07:before{content:"July"}span.month08:before{content:"August"}span.month09:before{content:"September"}span.month10:before{content:"October"}span.month11:before{content:"November"}span.month12:before{content:"December"}span.youbiSun:before{content:"Sunday"}span.youbiMon:before{content:"Monday"}span.youbiTue:before{content:"Tuesday"}span.youbiWed:before{content:"Wednesday"}span.youbiThu:before{content:"Thursday"}span.youbiFri:before{content:"Friday"}span.youbiSat:before{content:"Saturday"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;/* 注)記事本文内のリンクに下線が必要な方この一行削除 */
  color: rgb(145,134,116);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Lora', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 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);
}

/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#main-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1400px;
  background-color: white;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
  overflow: hidden;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

.side-menu {
  padding-bottom: 30px;
  width: 300px;
}

@media screen and (max-width: 880px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap:wrap;/* fallback ie10 */
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #main-container {
    padding: 40px 30px 80px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 40px 15px 80px;
  }
}


/***------------------------------------------
      SNS navi (on header)
------------------------------------------***/

#sns-navi-menu {
  background-color: rgb(145,134,116);
}

#sns-navi-ul {
  margin: auto;
  max-width: 1400px;
  padding: 0 60px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 700px) {
  #sns-navi-ul {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  #sns-navi-ul {
    padding: 0 15px;
  }
}

#sns-navi-ul li {
  display: inline-block;
  margin-left: 15px;
  line-height: 30px;
  vertical-align: top;
}

#sns-navi-ul li a {
  color: white;
}


/***------------------------------------------
      header
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInDown{from{opacity:0;-webkit-transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}

#header-banner {
  margin: auto;
  padding: 70px 0 30px;
}

#blog-name-container {
  margin: auto;
  max-width: 1400px;
  padding: 0 60px;
  text-align: center;
  -webkit-animation: slideInDown 1.2s;
  animation: slideInDown 1.2s;
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 0 15px;
  }
}

#blog-title {
  margin: auto;
  max-width: 800px;
  letter-spacing: 2px;
  font: 2.2rem/1.4 'Lora', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-indent: 2px;
  text-transform: uppercase;/* 注)ブログタイトル大文字縛り不要の方この一行削除 */
}

@media screen and (max-width: 540px) {
  #blog-title {
    font-size: 2rem;
  }
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#blog-title a:hover {
  text-shadow: 8px 8px 1px rgba(100,100,100,.1);
}

#site-description {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .fa-caret-right {
  margin: 0 .5em;
}


/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

/* animation */
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

.navi-menu {
  margin: auto;
  width: 100%;
}

.fixed-positioning {
  background-color: rgba(145,134,116,.9);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  display: block;
  padding: 0 35px;
  color: rgb(51,51,51);
}

.fixed-positioning a {
  color: white;
}

#navi-sizing {
  margin: auto;
  max-width: 1400px;
  text-align: center;
}

#navi-blog-name {
  display: none;
  width: 80%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  vertical-align: top;
  white-space: nowrap;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  text-align: left;
  text-transform: uppercase;/* 注)ブログタイトル大文字縛り(スマホ固定ナビ)不要の方この一行削除 */
}

#navi-blog-name-a {
  padding: 0;
}

#navi-list {
  display: inline-block;
  line-height: 40px;
  position: relative;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

#navi-list li {
  display: inline-block;
  vertical-align: top;
}

#navi-list li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

/* site search */
.expand-form {
  width: 127px;
  height: 40px;
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: rgb(51,51,51);
  line-height: 40px;
  padding: 0 35px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.fixed-positioning #search-btn {
  color: white;
}

#search-text {
  width: 110px;
  height: 40px;
  background-color: rgb(250,250,250);
  border: 0;
  color: rgb(51,51,51);
  opacity: 0;
  outline: none;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-family: 'Lora', serif;
  font-size: 12px;
  font-style: italic;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  font-family: 'Lora', serif;
  font-size: 12px;
  font-style: italic;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* hamburger button */
.mobile-toggle {
  display: none;
  height: 40px;
  cursor: pointer;
  padding: 12px 0;
  position: relative;
  vertical-align: top;
  z-index: 100005;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 810px) {
  .navi-menu {
    height: auto;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-sizing {
    text-align: right;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: 0 auto;
  }
  #navi-list li {
    display: block;
    line-height: 1.3;
    padding: 1em;
  }
  .fixed-positioning #navi-blog-name {
    display: inline-block;
  }
  .mobile-toggle {
    display: block;
  }
  .fixed-positioning .mobile-toggle {
    display: inline-block;
    width: 20%;
    padding-right: 15px;
    text-align: right;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: rgb(51,51,51);/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .fixed-positioning .mobile-toggle span {
    margin: 0 0 5px auto;
    background-color: white;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .expand-form {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
    height: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
}


/* 注)スライダー不要の方ここから削除 3/3 */
/***------------------------------------------
      slider
------------------------------------------***/

/* container */
#slider-container {
  margin: 0 auto;
  width: 100%;
  height: 580px;
  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%;
  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;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slides li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-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: 70px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .slide-content-grandchild:before,
  .slide-title-box {
    display: none;
  }
  .slide-view-more {
    text-align: center;
  }
}

.slide-title {
  margin-bottom: 5px;
  font: 1.8rem/1.4em 'Lora', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.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 */


/***------------------------------------------
      top-page grid
------------------------------------------***/

#grid-container {
  margin: auto;
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;/* fallback ie10 */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;/* fallback old safari */
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 60px;
  width: calc(100% / 3 - 10px);
  padding-bottom: 50px;
  position: relative;
}

*::-ms-backdrop, .grid-item {/* hack for ie11 */
  width: calc(33.33% - 10px);
}

.grid-item:nth-child(3n+2):last-child {
  margin-right: calc(100% / 3 + 5px);
}

*::-ms-backdrop, .element-item:nth-child(3n+2):last-child {
  margin-right: calc(33.33% + 5px);
}

@media screen and (max-width: 1020px) {
  .grid-item {
    width: calc(50% - 10px);
  }
  .grid-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  *::-ms-backdrop, .grid-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
  }
}

.image-wrapper {
  margin: auto;
  position: relative;
}

.image-wrapper:before {
  content: "";
  display: block;
  padding-top: 58%;
}

.image-wrapper 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;';/* hack for microsoft browser */
}

.no-image {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
}

.effect-on-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.effect-border1:before,
.effect-border1:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255,255,255,.7);
  opacity: .7;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.effect-border1:before {
  top: 10px;
  left: 10px;
}

.effect-border1:after {
  right: 10px;
  bottom: 10px;
}

.effect-border2:before,
.effect-border2:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: rgba(255,255,255,.7);
  opacity: .7;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.effect-border2:before {
  right: 10px;
  bottom: 10px;
}

.effect-border2:after {
  top: 10px;
  left: 10px;
}

.effect-content {
  width: 100%;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 0;
  font-style: italic;
  text-align: center;
}

.grid-read-more {
  display: inline-block;
  background-color: rgb(145,134,116);
  color: white;
  opacity: 0;
  outline: 1px solid rgba(255,255,255,.3);
  outline-offset: -6px;
  padding: .6em 1.8em;
  font-style: italic;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.grid-read-more:hover {
  color: white;
}

.grid-share {
  padding: 10px 0;
}

.grid-share span,
.grid-share a {
  color: white;
}

.grid-share span {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.grid-sns-ul li {
  display: inline-block;
  margin: 0 .8em;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.grid-sns-ul li:first-of-type {
  -webkit-transition: transform .2s ease-out .3s,
                      opacity .2s ease-out .45s;
  transition: transform .2s ease-out .3s,
              opacity .2s ease-out .45s;
}

.grid-sns-ul li:nth-of-type(2) {
  -webkit-transition: transform .2s ease-out .5s,
                      opacity .2s ease-out .55s;
  transition: transform .2s ease-out .5s,
              opacity .2s ease-out .55s;
}

.grid-sns-ul li:nth-of-type(3) {
  -webkit-transition: transform .2s ease-out .6s,
                      opacity .2s ease-out .65s;
  transition: transform .2s ease-out .6s,
              opacity .2s ease-out .65s;
}

.grid-sns-ul li:nth-of-type(4) {
  -webkit-transition: transform .2s ease-out .7s,
                      opacity .2s ease-out .75s;
  transition: transform .2s ease-out .7s,
              opacity .2s ease-out .75s;
}

.grid-sns-ul li:nth-of-type(5) {
  -webkit-transition: transform .2s ease-out .8s,
                      opacity .2s ease-out .85s;
  transition: transform .2s ease-out .8s,
              opacity .2s ease-out .85s;
}

.grid-sns-ul li:nth-of-type(6) {
  -webkit-transition: transform .2s ease-out .9s,
                      opacity .2s ease-out .95s;
  transition: transform .2s ease-out .9s,
              opacity .2s ease-out .95s;
}

.effect-on-img:hover {
  background-color: rgba(0,0,0,.4);
}

.effect-on-img:hover .effect-border1:before,
.effect-on-img:hover .effect-border1:after {
  width: calc(100% - 20px);
}

.effect-on-img:hover .effect-border2:before,
.effect-on-img:hover .effect-border2:after {
  height: calc(100% - 20px);
}

.effect-on-img:hover .grid-read-more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect-on-img:hover .grid-sns-ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect-on-img:hover .grid-share span {
  opacity: 1;
}

.no-image+span {
  display: block;
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(255,255,255,.7);
  line-height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
}

.grid-content {
  padding: 20px 0;
}

.grid-title {
  margin: auto;
  line-height: 1.4;
  padding-bottom: 15px;
  font-size: 1.8rem;
}

.grid-title a {
  color: rgb(51,51,51);
}

.grid-title a:hover {
  text-decoration: underline;
}

.grid-category {
  font-size: 1.2rem;
}

.grid-category span {
  font-style: italic;
}

.grid-category a {
  margin-left: 1em;
}

.grid-footer-container {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.grid-datetime-and-comment {
  font-size: 1.2rem;
}

.posted-on,
.grid-comment span {
  font-style: italic;
}

.grid-datetime {
  margin-right: 1.5em;
}

.grid-comment span {
  margin-right: .5em;
}

.grid-content-read-more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-style: italic;
}

.grid-content-read-more a {
  display: block;
  width: 100%;
  padding: .8em 0;
  position: relative;
}

.grid-content-read-more a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(145,134,116);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.grid-content-read-more a:after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(145,134,116);
  border-right: 1px solid rgb(145,134,116);
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.grid-content-read-more a span {
  background-color: white;
  padding: 0 .8em 0 0;
  position: relative;
  z-index: 3;
  -webkit-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
}

.grid-content-read-more a:hover:before {
  width: 50%;
}

.grid-content-read-more a:hover:after {
  opacity: 1;
}

.grid-content-read-more a:hover > span {
  margin-left: 38%;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 70px;
}

#entry-title {
  margin: auto;
  line-height: 1.5;
  font-size: 2rem;
}

.entry-header-content {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(238,238,238);
  line-height: 1.5;
  padding: 30px 0 10px;
  font-size: 1.2rem;
}

.entry-header-content-box {
  display: table;
  table-layout: fixed;
  width: calc(100% / 4);
  padding: 0 10px 10px 0;
}

@media screen and (max-width: 1100px) {
  .entry-header-content-box {
    width: 50%;
  }
}

#author_img_wrapper {
  display: table-cell;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  vertical-align: middle;
}

#entry-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  vertical-align: middle;
}

#entry-author p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

#entry-author p span {
  margin-right: .5em;
  font-style: italic;
}

#entry-datetime .fa,
#entry-category .fa,
#entry-comment .fa {
  display: table-cell;
  width: 46px;
  width: 46px;
  color: rgb(220,220,220);
  vertical-align: middle;
  font-size: 46px;
}

#entry-day,
#entry-category div,
#entry-comment div {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

#inner-contents {
  font-family: '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

/* 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;
}

/* footer */
#entry-tag {
  margin-bottom: 20px;
}

#entry-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(51,51,51);
  color: rgb(51,51,51);
  padding: .1em .8em;
  font-size: 1.2rem;
}

#entry-tag a:hover {
  background-color: rgb(145,134,116);
  border-color: rgb(145,134,116);
  color: white;
}

#share-text,
#entry-tag div {
  padding: 10px 0;
  font-style: italic;
}

#entry-sns-ul {
  font-size: 1.2rem;
}

#entry-sns-ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}

#entry-sns-ul li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  line-height: 25px;
  text-align: center;
}

#f-facebook {
  background-color: rgb(59,89,152);
}

#f-twitter {
  background-color: rgb(73,171,242);
}

#f-instagram {
  background-color: rgb(81,127,164);
}

#f-pinterest {
  background-color: rgb(206,15,25);
}

#f-google-plus {
  background-color: rgb(221,75,57);
}

#f-youtube {
  background-color: rgb(204,24,30);
}

#f-pencil {
  background-color: rgb(186,164,157);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  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: 1.8rem/1.4 'Lora', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-style: italic;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  flex-wrap: wrap;
}


#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: block !important;
  width: 33.33%;
  height: 110px;
  padding: 4px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    width: 50%;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background-color: rgb(227,214,198);
}


#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  width: 100% !important;
  height: 102px !important;
  object-fit: cover;
  object-position: center center;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block !important;
  margin: auto;
  max-height: initial !important;
  background-color: rgba(0,0,0,.4);
  outline: 1px solid rgba(255,255,255,.3);
  outline-offset: -8px;
  padding: 35px 15px 0 !important;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text,
#fc2relate_entry_thumbnail_area .relate_entry_date {
  color: white;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink .relate_entry_title .relate_entry_title_text:before {
  content: "現在のページです";
  display: block;
  color: white;
  font-weight: bold;
}

#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
  position: relative;
  z-index: 1;
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 1.2rem;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  color: rgb(51,51,51);
  line-height: 1.4;
  position: relative;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: normal;
}

.another-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(145,134,116);
  position: absolute;
  top: 50%;
  right: 0;
}

.another-title span {
  background-color: white;
  padding-right: 1em;
  position: relative;
  z-index: 3;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);/* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.arrow-box {
  margin: 25px auto 20px;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  padding: 15px 20px;
  position: relative;
}

.arrow-box:after {
  content: "";
  margin-left: -12px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
  pointer-events: none;
  position: absolute;
  left: 8%;
  bottom: 100%;
}

.comment-body {
  padding-bottom: 10px;
  font-size: 1.3rem;
}

.comment-info {
  font-size: 1.3rem;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community,
#trackback {
  margin-top: -40px;
  padding-top: 40px;
}

#comment_form {
  margin: 0 auto;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  background-color: rgb(250,250,250);/* 注)コメントフォーム背景色*/
  border: 1px solid rgb(240,240,240);/* 注)コメントフォームボーダー色 */
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(250,250,250);/* 注)コメントフォーム本文背景色 */
  border: 1px solid rgb(240,240,240);/* 注)コメントフォーム本文ボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
 font-family: 'Lora';
 font-style: italic;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
 font-family: 'Lora';
 font-style: italic;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@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: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 Gainsboro */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 Night Rider(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 36px;
  background-color: rgb(51,51,51);/* 注)コメントsend, deleteボタン背景色 */
  border: none;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(145,134,116);/* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.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: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-size: 1.4rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.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;
}

.list-entry-category {
  font-size: 12px;/* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-a {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: white;
}

.list-a:hover {
  color: white;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(185,174,156);/* 注)No image 検索結果サムネイル背景色 */
  line-height: 72px;
  position: relative;
  font-size: 11px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(100,100,100);/* 注)サイドメニューリンク色 */
}

.sidebar-style a:hover {
  text-decoration: underline;/* 注)サイドメニューリンクホバー時アンダーライン指定 */
}

.side-menu h4 {
  margin: 0 auto 20px;
  padding-right: 1em;
  position: relative;
  font: 1.4rem/1.5 'Lora', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-style: italic;
}

.side-menu h4:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(145,134,116);
  position: absolute;
  top: 50%;
  right: 0;
}

.side-menu h4 span {
  display: inline-block;
  background-color: white;
  padding-right: .5em;
  position: relative;
  z-index: 3;
}

/* SNS brand color */
.c-facebook:hover,
#sns-navi-ul li .c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover,
#sns-navi-ul li .c-twitter:hover {
  color: rgb(73,171,242);
}

#sns-navi-ul li .c-instagram:hover {
  color: rgb(81,127,164);
}

.c-pinterest:hover,
#sns-navi-ul li .c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover,
#sns-navi-ul li .c-google-plus:hover {
  color: rgb(221,75,57);
}

#sns-navi-ul li .c-bloglovin:hover {
  color: red;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.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 {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(145,134,116);
  border: 1px solid rgb(145,134,116);
  color: white;
  text-decoration: none;
}

/* profile */
.plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 100%;
  max-width: 218px;
  height: auto;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
}

.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(220,220,220);
  border-radius: 1px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(51,51,51);
  border: none;
  color: white;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sidebar-style input[type="submit"]:hover {
  background-color: rgb(145,134,116);
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  border: 1px solid rgb(180,180,180);
  padding: .1em .8em;
}

.plugin-tag a:hover {
  background-color: rgb(145,134,116);
  border: 1px solid rgb(145,134,116);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 30px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
  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;  
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(145,134,116);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245);/* 注)汎用ページ送り現在ページ背景色 */
  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(51,51,51);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  margin: 70px auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry,
.t-prev-entry,
.t-next-entry {
  width: 50%;
}

.prev-entry,
.t-prev-entry {
  margin-right: 1px;
}

.next-entry,
.t-next-entry {
  margin-left: 1px;
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  outline: 1px solid rgba(255,255,255,.5);
  outline-offset: -8px;
  position: relative;
  padding: 20px;
}

.titlelist-pager .prev-a,
.titlelist-pager .next-a {
  background-image: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/empty-street-noimage.jpg);/* 注)全記事リストページ送り背景画像 */
}

.prev-a:before,
.next-a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.next-a:hover:before {
  background-color: rgba(0,0,0,.5);
}

@media screen and (max-width: 599px) {
  .prev-a,
  .next-a {
    padding: 10px;
  }
}

.prev-a .preventry-text,
.next-a .nextentry-text {
  color: white;
  position: relative;
  z-index: 3;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .prev-a,
  .next-a {
    padding-bottom: 5px;
  }
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  height: 3em;
  min-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.prev-a:hover,
.next-a:hover {
  background-color: rgba(0,0,0,.8);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

.prev-a:hover .preventry-text,
.next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 40%;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell,
.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle-left,
.circle-right {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(145,134,116,.4);
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  line-height: 80px;
  position: relative;
  text-align: center;
}

.page-div-left:hover .circle-left,
.page-div-right:hover .circle-right {
  background-size: cover;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* 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: 100003;
  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: 3px;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 880px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  line-height: 1.4;
  padding: 20px 5px;
  font-size: 1.2rem;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

#copyright {
  display: block;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      category modal
------------------------------------------***/

#category-modal-trigger-label,
#comment-modal-trigger-label {
  display: inline-block;
  color: rgb(51,51,51);
  cursor: pointer;
  padding: 0 35px;
  position: relative;
  z-index: 3;
}

.fixed-positioning #category-modal-trigger-label,
.fixed-positioning #comment-modal-trigger-label {
  color: white;
}

.category-modal-overlay,
.comment-modal-overlay {
  background: rgba(0,0,0,.9);/* 注)モーダル背景色 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align:center;
}

.category-modal-wrap,
.comment-modal-wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: relative;
}

/* 注)closeテキストの指定 */
.category-modal-wrap label,
.comment-modal-wrap label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-style: italic;
}

#category-modal-trigger,
#comment-modal-trigger {
  display: none;
}

.category-modal-overlay,
.comment-modal-overlay {
  opacity: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .75s cubic-bezier(.65,-.55,.265,1.55);
  transition: all .75s cubic-bezier(.65,-.55,.265,1.55);
  z-index: -999;
}

#category-modal-trigger:checked ~ .category-modal-overlay,
#comment-modal-trigger:checked ~ .comment-modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

.category-modal-overlay #scroll-content,
.comment-modal-overlay #scroll-content2 {
  overflow-y: hidden;
}

#category-modal-trigger:checked ~ .category-modal-overlay #scroll-content,
#comment-modal-trigger:checked ~ .comment-modal-overlay #scroll-content2 {
  overflow-y: auto; 
}

#scroll-content,
#scroll-content2 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  color: white;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#scroll-content a,
#scroll-content2 a {
  color: white;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: .5em;
}

.dogear {
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  position: relative;
  padding: .5em;
}

.dogear:after {
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.curl:before {
  left: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* 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 */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 8px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before,
.zoom-in-round:hover:after {
  opacity: 1;
}