@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Sweetie
* The first edition: 2016.6.7
* 2016.10.6 - ドロップダウンメニュー内リンク動作不全を修正, その他微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2017.12.24 - リセット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(113,124,33); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Montserrat', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meryo', 'メイリオ', sans-serif;
  letter-spacing: 0.1em;
  -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 {
  min-width: 80%;
}

/* animation */
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

#main-container {
  margin: auto;
  padding: 80px 0 0;
  -webkit-animation-duration: 1s; 
  animation-duration: 1s;
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;
}

#primary {
  margin: auto;
  max-width: 1020px;/* 最大横幅指定 1/2 */
  padding: 0 60px;
}

#secondary {
  background-color: rgb(245,245,245);
  line-height: 1.8;
  padding: 40px 0 100px;
  font-size: 1.2rem;
}

#aside-container {
  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;
  max-width: 1020px;/* 注)最大横幅指定 2/2 */
  padding: 0 60px;
}

.side_bar {
  margin-bottom: 30px;
  width: 300px;
  padding: 0 15px;
}

@media screen and (max-width: 740px) {
  #aside-container {
    display: block;
  }
  .side_bar {
    margin: 0 auto 30px;
    width: 100%;
    padding: 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 666px) {
  #primary,
  #aside-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 414px) {
  #primary,
  #aside-container {
    padding: 0 15px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  margin: auto;
  color: rgb(84,67,54);
  text-align: center;
  text-indent: .1em;
}

#blog-name-container {
  margin: auto;
  max-width: 1020px;
  min-height: 256px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/leftflowerleaf.png) left center /194px 256px no-repeat,
              url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/rightflower_leaf.png) right center /194px 256px no-repeat;
  padding: 30px 60px 70px;
}

@media screen and (max-width: 666px) {
  #blog-name-container {
    min-height: 90px;
    background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/sp_topflower.png) right top /153px 90px no-repeat,
                url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/sp_bottomflower.png) left bottom /153px 90px no-repeat;
  }
  #blog-name-container {
    padding: 20px 15px 40px;
  }
}

#welcome {
  margin: auto;
  padding-bottom: 25px;
  font: 3rem/1.1 'Amatic SC', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meryo', 'メイリオ', sans-serif;
}

#welcome:first-letter {
  font-size: 5rem;
}

#blog-title {
  margin: auto;
  max-width: 800px;
  letter-spacing: .2em;
  line-height: 1.4;
  padding: 0 70px 25px;
  font-size: 2rem;/* 注)ブログタイトル文字大きさ */
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(255,255,255,.5);
}

#sub-title {/* 注)ブログ説明文フォントサイズ */
  margin: auto;
  max-width: 850px;
  padding: 0 70px 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 666px) {
  #blog-title {
    padding: 0 0 25px;
  }
  #sub-title {
    padding: 0;
  }
}

#blog-title a {
  color: rgb(84,67,54);
}

#blog-title a:hover {
  opacity: .6;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: auto;
}

.mobile-toggle {
  display: none;
}

.navi-menu {
  width: 100%;
  background-color: rgb(208,213,148);/* グローバルナビ背景色 */
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  box-shadow: 0 0 0 4px rgb(208,213,148),
              2px 1px 6px 4px rgba(10,10,0,.5);
  line-height: 1;
}

.fixed-positioning {
  position: fixed;
  top: 4px;
  z-index: 100004;
}

.navi-menu-adjust {
  top: 31px;
}

.dropmenu {
  margin: 0 auto;
  list-style: none;
  font-size: 1.2rem;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.dropmenu > li:not(.marking):before {
  content: "\f064";
  color: rgba(255,255,255,.0);
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 3rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dropmenu > #modal-search:before {
  content: "\f0b2";
  color: rgba(255,255,255,.0);
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 3rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dropmenu .pc-hide {
  display: none;
}

.marking {
  cursor: crosshair;
}

.dropmenu > li > a,
.dropmenu > .marking > span {
  display: block;
  margin: 0;
  height: 100%;
  color: rgb(51,51,51);/* 注)ナビゲーションリンク色 */
  padding: 1em 1.8em;
  position: relative;
  z-index: 10;
  font-weight: bolder;
  text-decoration: none;
}

.dropmenu > li:hover:not(.marking):before,
.dropmenu > #modal-search:hover:before {
  color: rgba(255,255,255,1);
}

.fade-in-up > li > ul {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  list-style: none;
  padding: 20px 15px;
  position: absolute;
  z-index: 100003;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
}

.fade-in-up > li > ul {
  opacity: 0;
  top: 140%;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.fade-in-up > li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.dropmenu > li > ul > li {
  width: 100%;
}

.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: all .4s ease;
  transition: all .4s ease;
}

.submenu-anchor:hover {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .navigation-container ul .sp-hide {
    display: none;
  }
  .dropmenu > li:not(.marking):before,
  .dropmenu > #modal-search:before {
    display: none;
  }
  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 10px 6px 4px;
  }
  .mobile-toggle span {
    display: block;
    margin-bottom: 5px;
    width: 28px;
    height: 3px;
    background-color: rgb(113,124,33);/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    -moz-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);
  }
  .ordinary-navi {
    display: none;
    max-height: 480px;
    overflow-y: auto;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
  }
  .dropmenu > li, .dropmenu > .marking {
    display: block;
    padding: .3em 0;
    position: static;
  }
  .dropmenu > .marking > ul {
    display: none;
    background-color: rgba(255,255,255,.4);/* タブレット・スマホでのナビゲーション子メニュー展開時背景色 */
    padding: 20px 0;
  }
  .dropmenu > .marking > span {
    margin-left: 2em;
  }
  .dropmenu > .marking > span:after {
    content: "\f107";
    margin-left: 2em;
    font-family: 'FontAwesome';
  }
  .submenu-anchor {
    display: inline-block;
    color: rgb(51,51,51);
    padding: .8em 0;
    text-align: center;
  }
  .submenu-anchor:hover {
    margin-left: 0;
    color: rgb(196,30,85);
  }
}

/* search modal */

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 100005;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  margin-bottom: 10px;
  width: 100%;
  padding: 35px 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(179,179,179);/* 注)サイト内検索モーダル Close文字色 */
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(51,51,51);/* 注)サイト内検索モーダル Closeホバー時文字色 */
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#remodal-search-form input {
  margin: 0 auto;
  display: block;
  width: 98%;
  max-width: 800px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(51,51,51);/* 注)サイト内検索テキスト入力下部ボーダー色 */
  font-size: 2rem;
  background: transparent;
  padding: .3em;
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
}

.height-adjust {
  margin-bottom: 120px;
}

/* header */
.element-header {
  text-align: center;
  text-indent: .1em;
}

/* date */
.posted-time {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  height: 45px;
  border-top: 1px solid rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
  color: rgb(84,67,54);
  letter-spacing: normal;
  position: relative;
  text-align: center;
}

.time-stamp-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}

.topentry-youbi,
.topentry_hms {
  display: block;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 45px;
  font-family: 'Amatic SC', cursive;
  font-size: 17px;
}

.topentry-youbi {
  float: left;
  padding-right: 55px;
}

.topentry_hms {
  float: right;
  padding-left: 55px;
}

.time-stamp {
  display: inline-block;
  margin-top: -20px;
  margin-left: -55px;
  width: 110px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/leaf_crown.png) center top /88px 35px no-repeat white;
  padding-top: 28px;
  position: absolute;
  top: -50%;
  left: 50%;
}

.topentry-day{
  display: block;
  line-height: 1;
  font-size: 65px;
}

.topentry-month {
  font-size: 12px;
  text-transform: uppercase;
}

.element-title a {
  color: rgb(84,67,54);/* 注)記事タイトルリンク色 */
}

.sns-and-others {
  list-style: none;
  text-align: center;
}

.sns-and-others li {
  display: inline-block;
  margin: 3px 6px 8px;
}

.sns-and-others a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(247,208,202);/* 注)SNSその他アイコン背景色 */
  border: 1px dashed white;
  border-radius: 50%;
  box-shadow:0px 0px 0px 5px rgb(247,208,202); /* 注)SNSその他アイコン背景色 */
  color: rgb(84,67,54);
  line-height: 30px;
  text-shadow: 0 0 5px rgba(51,51,51,.2);
}

.sns-and-others .fa-comment,
.sns-and-others .fa-refresh {
  position: relative;
}

.upper-num {
  display: inline-block;
  position: absolute;
  right: 1px;
  top: -11px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
}

.c-facebook:hover {
  background-color: rgb(49,80,150);
  box-shadow:0px 0px 0px 5px rgb(49,80,150);
  color: white;
}

.c-twitter:hover {
  background-color: rgb(85,172,238);
  box-shadow:0px 0px 0px 5px rgb(85,172,238);
  color: white;
}

.c-pinterest:hover {
  background-color: rgb(206,15,25);
  box-shadow:0px 0px 0px 5px rgb(206,15,25);
  color: white;
}

.c-google-plus:hover {
  background-color: rgb(221,75,57);
  box-shadow:0px 0px 0px 5px rgb(221,75,57);
  color: white;
}

.go-to-page:hover,
.c-comment:hover,
.c-refresh:hover,
.c-pencil:hover {
  background-color: rgb(113,124,33);
  box-shadow:0px 0px 0px 5px rgb(113,124,33);
  color: white;
}

.element-title {
  margin: auto;
  line-height: 1.4;
  padding: 10px 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.element-datetime {
  text-align: left;
  padding-bottom: 10px;
}

.inner-contents,
.contents {
  padding: 20px 0;
}

.comment-contents {
  padding-top: 68px;
  margin-top: -48px;
}

#postscript {
  margin-top: -44px;
  padding-top: 44px;
}

/* 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;
}

.read-more {
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.read-more a {
  display: inline-block;
  background-color: rgb(247,208,202);/* 注)read moreボタン背景色 */
  border: 2px dashed white;
  box-shadow: 0px 0px 0px 6px rgb(247,208,202),
              2px 1px 6px 4px rgba(10,10,0,.2);
  color: rgb(84,67,54);/* 注)read moreテキスト色 */
  padding: .7em 2em;
}

/* tag */
.entry-tag {
  margin: 30px 0 0;
  color: rgb(84,67,54);
  font-size: 1.2rem;
}

.entry-tag a {
  padding: 2px;
}

/* footer */
.element-footer {
  list-style: none;
  font-size: 1.2rem;
  color: rgb(84,67,54);/* 注)カテゴリ, コメント等テキスト色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  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%;
  border-top: 1px solid rgb(210,210,210);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font-family: 'Amatic SC', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meryo', 'メイリオ';
  font-size: 2rem;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #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;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Sweetienoimage.jpg) center center /cover no-repeat;/* 注)No image画像関連記事サムネイル */
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.6);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Amatic SC', cursive;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    height: 88px;
  }
  .related-overlay:before,
  .related-overlay:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px !important;
  height: 80px !important;
  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;
  }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off,
.tb_dl {
  margin: 20px auto 0;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.fc2relate_entry_thumbnail_off .relate_dt,
.tb_dt {
  font-weight: bolder;
  padding-bottom: 5px;
}

.date {
  padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.relate_dl,
.tb_dl {
  letter-spacing: normal;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.2rem; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);
}


/***------------------------------------------
      heading
------------------------------------------***/

.another-title {
  margin: 0 auto 30px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

.another-title span {
  display: inline-block;
  margin: 0 auto;
  padding: .7em 2em;
  background-color: rgb(255,238,226);/* 注)index, categoryなど各タイトル背景色 */
  border: 2px dashed rgb(247,208,202);
  box-shadow: 0px 0px 0px 6px rgb(255,238,226),
              2px 1px 6px 4px rgba(10,10,0,.2);
  color: rgb(84,67,54);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.border-container {
  margin-bottom: 10px;
  border-left: 7px solid rgb(84,67,54);
  padding-left: 1.2em;
}

.comment-info {
  border-bottom: 2px dashed rgb(247,208,202);
  padding: 5px 0;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
  background-color: white;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community,
#trackback {
  padding-top: 44px;
  margin-top: -44px;
}

/* 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コメントチェックボックスボーダー色 */
    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(179,179,179);/* 注)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(179,179,179);/* 注)secretコメントチェックマーク色 2/3 */
    border-bottom: 3px solid rgb(179,179,179);/* 注)secretコメントチェックマーク色 3/3 */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  position: relative;
  margin-top: 30px;
  width: 80px;
  height: 80px;
  border: 2px dashed white;
  border-radius: 100% 80% / 80% 85% 80% 90%;
  background-color: rgb(247,208,202);/* 注)コメントsend, deleteボタン背景色 */
  box-shadow: 0px 0px 0px 5px rgb(247,208,202);/* 注)コメントsend, deleteボタン背景色 */
  color: rgb(84,67,54);
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 20px;
}

#sendbtn:hover {
  color: rgb(113,124,33);
}

#delbtn:hover {
  color: rgb(196,29,85);
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-entry {
  overflow: hidden;
}

.list-entry p {
  padding: 5px 0;
}

.list-title {
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;/* 注)全記事リストカテゴリフォント大きさ */
  text-align: right;
}

.list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.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/Sweetienoimage.jpg) center center no-repeat;/* 注)No image画像 検索結果 */
  background-size: cover;
}

.search-noimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.6);/* 注)検索結果ページNo image上マスク背景色 */
}

.no-image-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  color: rgba(51,51,51,.4);
  font-family: 'Amatic SC', cursive;
  text-align: center;
  letter-spacing: normal;
}


/***------------------------------------------
      pager
------------------------------------------***/

.simple-pagination {
  margin: 50px auto;
  letter-spacing: normal;
  overflow: hidden;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  padding: 2px;
}

.light-theme a, .light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgb(255,238,226);/* 注)ページ送りアイコン背景色 */
  border-radius: 50%;
  color: rgb(84,67,54);
  line-height: 35px;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(247,208,202);/* 注)ページ送りホバー時アイコン背景色 */
}

.light-theme .current {
  color: rgb(51,51,51);
  box-shadow: 0 1px 0 rgba(255,255,255,.8),
              0 0 2px rgba(0,0,0,.3) inset;
  background: rgba(255,255,255,.6);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(84,67,54);
}

/* article */
.posted-pager {
  margin: 50px auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255,238,226);/* 注)個別記事prevページ送りアイコン背景色 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgb(255,238,226);/* 注)個別記事homeページ送りアイコン背景色 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255,238,226);/* 注)個別記事nextページ送りアイコン背景色 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(247,208,202);/* 注)個別記事ページ送りアイコン背景色 */
}

/* title list */
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 50px auto;
  width: 100%;
  max-width: 300px;
  letter-spacing: normal;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa,
.t-center-a .fa,
.t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgb(255,238,226);/* 注)全記事リストページ送りアイコン背景色 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before,
.t-center-a .fa:before,
.t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(247,208,202);/* 注)全記事リストページ送りアイコン背景色 */
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar a {
  color: rgb(100,100,100);
}

.side_bar a:hover {
  color: rgb(113,124,33);
}

.side_bar ul {
  list-style: none;
}

/* 注)葉っぱアイコン不要の方ここから削除 */
.side_bar ul li:before {
  content: "\f06c";
  font-family: 'FontAwesome';
  margin-right: 5px;
  color: rgb(113,124,33);
}
/* 注)葉っぱアイコン不要の方ここまで削除 */

.side_bar h4 {
  margin: 0 auto 20px;
  background-color: rgb(208,213,148);/* サイドメニュープラグインタイトル背景色 */
  border: 2px dashed white;
  box-shadow: 0 0 0 4px rgb(208,213,148),
              2px 1px 6px 4px rgba(10,10,0,.2);
  padding: 5px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/*  calendar */
.calender {
  margin: auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 330px;
  letter-spacing: normal;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sat {
  color: rgb(49,70,187);
}

#sun {
  color: rgb(189,30,30);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background-color: rgb(247,208,202);
  vertical-align: middle;
  color: rgb(51,51,51);
}

.calender td a:hover {
  border: none;
  text-decoration: none;
  background-color: rgb(228,107,116);
  color: white;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.side_bar input:not([type="submit"]), .side_bar textarea,
.side_bar 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 {
  margin: 2px;
  display: inline-block;
  padding: .3em .4em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
  border-radius: 3px;
}


/***------------------------------------------
      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;
  letter-spacing: normal;
  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-color: rgba(247,208,202,.3);
  border-radius: 2px;
  line-height: 40px;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #page-scroll {
    right: 8px;
  }
}

.new {
  margin-left: .4em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  margin: auto;
  width: 100%;
  line-height: 1.2;
  padding: 1em 8px;
  text-align: center;
}

.foot,
#copyright {
  font-size: 1.1rem;
  color: rgb(84,67,54);
}

#designer {
  color: rgb(26,36,47);
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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%;
}
/* end */

.emoji {
  vertical-align: middle;
}

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.box {
  display: inline-block;
  padding: .1em .5em;
}

/* 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}