@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Bliss
* The first edition: 2015.12.11
* 2016.1.8 - フッター構造調整, タイトルタグ微調整
* 2016.6.7 - ドロワー内下部余白調整, RSS新着サムネイル再整形, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.9 - 一部JS削除(軽量化), 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/


/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

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";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(135,135,135); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      common
------------------------------------------***/

body {
  background-color: rgb(245,245,245)  ; /* 注)全体背景色 */
  color: rgb(51,51,51); /* 注)記事文字色 */
  font: 13px/1.7 'Helvetica', 'Arial', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
  background-color: rgb(245,245,245); /* 注)メインコンテンツ背景色(デフォルト グレー) */
}

#main-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}

@media screen and (max-width: 1500px) {
  #main-container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #main-container {
    width: 95%;
  }
}
@media screen and (max-width: 899px) {
  #main-container {
    width: 100%;
  }
}

#primary {
  margin-right : -320px;
  width: 100%;
  background-color: rgb(245,245,245); /* 注)全体背景色 */
  float : left;
}

@media screen and (max-width: 899px) {
  #primary {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
  }
}

#main {
  margin-right: 360px;
}

@media screen and (max-width: 899px) {
  #main {
    margin: 0 auto;
    width: 100%;
  }
}

#secondary {
  width: 320px;
  float: left;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 899px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
  }
}

.mobile {
  display: none;
  width: 53px;
  height: 56px;
  padding: 5px 8px 8px 8px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000010;
}

.mobile .fa-bars {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgb(240,151,141);
  line-height: 40px;
  text-align: center;
}

.mobile .fa-bars:before {
  line-height: 40px;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  padding: 120px 10px 70px;
}

#blog-title,
#sub-title {
  margin: 0 auto;
  width: 100%;
  line-height: 1.3;
  text-align: center;
}

#blog-title {
  max-width: 800px;
  padding-bottom: 20px;
  font: bolder 30px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

@media screen and (max-width: 1500px) {
  #blog-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #blog-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 899px) {
  #blog-title {
    font-size: 24px;
  }
}

#blog-title:first-letter {
  color: rgb(240,151,141); /* 注)ブログタイトル最初の一文字指定色 */
}

#sub-title {
  max-width: 850px;
}

#blog-title a {
  color: rgb(51,51,51); /* 注)ブログタイトルフォント色 */
}

#blog-title a:hover {
  color: rgb(240,151,141); /* 注)ブログタイトルフォント マウスホバー時指定色 */
}

.navigation-container {
  display: block;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

 #site-navi-parent {
  display: table;
  width: 100%;
  min-height: 50px;
  box-shadow: 0px 9px 3px -3px rgba(176,176,176,.1);
  padding: 0 20px;
  text-align: right;
}

.position-adjust {
  top: 27px;
}

.site-navi {
  display: table-cell;
  list-style: none;
  vertical-align: middle;
  text-align: right;
}

.site-navi li {
  display: inline-block;
  padding-left: 1em;
  font-size: 16px;
}

.site-navi .pc-hide {
  display: none;
}

.site-navi li a {
  color: rgb(51,51,51); /* 注)最上部固定ナビ指定色 */
}

@media screen and (max-width: 768px) {
  .site-navi li {
    font-size: 18px;
  }
}

.site-navi li a:hover {
  color: rgb(240,151,141); /* 注)最上部固定ナビ マウスホバー時指定色 */
}

@media screen and (max-width: 768px) {
  .site-navi .pc-hide {
    display: inline-block;
  }
  .site-navi .sp-hide {
    display: none;
  }
  .pc-hide {
    display: inline-block;
  }
  .sp-hide {
    display: none;
  }
}


/***------------------------------------------
      gallery
------------------------------------------***/

.gallery {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1400px; /* 注)トップページギャラリー横幅最大値 変更可 */
  visibility: hidden;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.gallery-cell {
  margin-right: 10px;
  width: 28%;
  height: 600px; /* 注)トップページギャラリー縦幅 変更可 */
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .gallery-cell {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .gallery-cell {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-cell {
    width: 50%;
    height: 450px;
  }
}
@media screen and (max-width: 640px) {
  .gallery-cell {
    width: 70%;
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-cell {
    width: 80%;
    height: 400px;
  }
}

.img-caption {
  margin: auto;
  width: 80%;
  height: 50%;
  background: rgba(0,0,0,.6); /* 注)ギャラリーキャプション背景色と不透明度 */
  color: white; /* 注)ギャラリーキャプション文字色 */
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .img-caption {
    opacity: 1;
  }
}

.classify-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

.classify-wrapper-cell {
  display: table-cell;
  vertical-align: middle;
}

.category-name {
  padding: 15px 0;
  font-size: 20px;
}

.gallery-cell:hover .img-caption {
  opacity: 1;
}


/***------------------------------------------
      top page
------------------------------------------***/

.icon-bg {
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/tree.png) center center no-repeat rgb(240,151,141); /* 注) rgbは葉っぱアイコンの背景色 */
  border-radius: 50%;
}

.element-context {
  margin: 0 auto 60px;
}

.arrow-box {
  width: 100%;
  background-color: rgb(245,245,245);
  padding: 0 8px;
  position: relative;
}

.arrow-box:before {
  content: "";
  margin-left: -25px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(240,241,246,0);
  border-top-color: rgb(245,245,245);
  border-width: 25px;
  top: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 50;
}

.element-category {
  line-height: 1.2;
  font-size: 12px; /* 注)トップページ記事カテゴリ名フォントサイズ */
  text-align: center;
}

.element-title {
  margin: 0 auto;
  padding: 15px 0;
  font: 600 18px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;}

.title-shadow {
  text-shadow: 2px 2px 1px rgb(212,212,212); 
}

.element-datetime {
  color: rgb(135,135,135);
  padding-bottom: 25px;
  text-align: center;
}

.element-category a:hover, .element-title a:hover {
  color: rgb(240,151,141); /* 注)トップページ記事カテゴリ名・タイトルのマウスホバー時指定色 */
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-mask {
  background-color: rgba(255,255,255,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font: 22px/1.5em 'Playfair Display', 'serif';
  text-align: center;
}

.context {
  margin-top: -80px;
  padding: 40px 30px;
  font-size: 15px; /* 注)トップページ記事要約文フォントサイズ */
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .context {
    margin-top: -50px;
    padding: 30px 10px;
    font-size: 14px;
  }
}

.inner-context {
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  padding: 30px 30px 0;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.read-more-wrapper {
  padding: 30px 0;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.shutter-out-vertical {
  padding: 1em 1.5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: rgb(245,245,245);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(240,151,141);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.shutter-out-vertical:hover,
.shutter-out-vertical:focus,
.shutter-out-vertical:active {
  color: white;
}

.shutter-out-vertical:hover:before,
.shutter-out-vertical:focus:before,
.shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.sns-icon {
  list-style: none;
  padding-bottom: 30px;
  text-align: center;
}

.sns-icon li {
  display: inline-block;
  padding: 0 .5em;
}

.sns-icon li a {
  color: silver; /* 注)トップページ記事下SNSアイコン色 */
}

.sns-icon li a:hover {
  color: rgb(240,151,141); /* 注)トップページ記事下SNSアイコン マウスホバー時指定色 */
}

@media screen and (max-width: 768px) {
  .sns-icon .fa {
    font-size: 17px;
  }
}

/* animation */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body, .permanent-main-body {
  margin: 0 auto 40px;
  width: 100%;
  background-color: white; /* 注)記事背景色 */
}

.permanent-main-body {
  visibility: hidden;
}

.element-header {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .element-header {
    padding: 20px 15px;
  }
}

.comment-and-others,
.sns-and-others {
  list-style: none;
}

.comment-and-others li,
.sns-and-others li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sns-and-others li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .comment-and-others li {
    font-size: 15px;
  }
}

.comment-and-others {
  text-align: right;
}

.comment-and-others a {
  color: silver;
}

.comment-and-others a:hover {
  color: rgb(240,151,141);
}

.left-space {
  margin-left: 8px;
}

.contents {
  padding: 20px 30px 0;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 20px 15px 0;
  }
}

.contents a:hover {
  text-decoration: underline;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.tags {
  margin-top: 20px;
}

.tags .fa {
  color: rgb(240,151,141); /* 注)タグリストアイコン色 */
}

.tags a {
  margin-top: 20px;
  padding: 2px;
}

.inner-contents {
  margin-bottom: 30px;
}

.inner-info {
  margin: 50px auto 60px;
  width: 100%;
  height: 1px;
  background-color: rgb(240,240,240);
  position: relative;
}

.inner-info a {
  text-decoration: none;
}

.sns-and-others {
  margin: auto;
  width: 150px;
  height: 34px;
  text-align: center;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}

.sns-and-others .fa {
  width: 34px;
  height: 34px;
  background-color: rgb(235,235,235);
  border: 1px solid white;
  color: rgb(240,151,141);
  line-height: 32px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-and-others .fa:before {
  line-height: 32px;
}

.sns-and-others .fa:hover {
  background-color: rgb(240,151,141);
  color: white;
}

.right-space {
  margin-right: 8px;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
  font-size: 12px;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 10px;
  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: 17px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1540px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1190px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Blissnoimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.4);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

#community {
  padding-top: 50px;
  margin-top: -50px;
}

.another-title {
  margin: 0 auto;
  color: black;
  padding: 20px 0;
  font: 16px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.posted-comment-container {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.visitor-icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.visitor-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/medal.png) center center no-repeat rgb(240,151,141);
}

.comment-name-and-title-cell {
  display: table-cell;
  width: 100%;
  padding-left: 15px;
  vertical-align: middle;
}

.posted-time {
  display: block;
  padding: 10px 0;
}

.comment-info {
  text-align: right;
  padding: 20px 20px 15px;
}

@media screen and (max-width: 768px) {
  .comment-info {
    font-size: 15px;
  }
}

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  vertical-align: middle;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #comment_form {
    padding: 20px 15px;
  }
}

#name, #subject, #mail, #url, #pass {
  margin-bottom:20px;
  width: 100%;
  background-color: rgb(235,235,235);
  border: 1px solid rgb(231,229,229);
  border-radius: 4px;
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #url:focus, #url:focus {
  background-color: white;
}

#comment {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(231,229,229);
  border-radius: 8px;
  padding: .5em;
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  height: 35px;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  color: black;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 14px;
  text-decoration: none;
}

#sendbtn {
  width: 49%;
  margin-right: 1%;
  background-color: rgb(240,151,141);
}

#delbtn {
  margin-left: 1%;
  background-color: rgb(240,151,141);
  width: 49%;
}

#sendbtn:hover, #delbtn:hover {
  background: rgb(250,161,151);
  color: white;
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(235,235,235) inset;
}

.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op, #for-trackback-word {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}


/***------------------------------------------
      titlelist, search
------------------------------------------***/

.titlelist-title, .search-title {
  margin: 0 auto;
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  margin: 50px auto 0;
  width: 97%;
  padding-bottom: 110px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.simple-pagination ul {
  display: block;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: transparent;
  color: rgb(50,50,50);
  line-height: 33px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(235,235,235);
}

.light-theme .current {
  background-color: rgb(240,151,141);
  color: white;
}

.light-theme .prev, .light-theme .next {
  width: 33px;
  height: 33px;
  font-weight: bolder;
}

.light-theme .ellipse {
  color: rgb(193,188,189);
  font-weight: bold;
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  height: 30px;
  text-align: center;
}

.posted-pager {
  margin: 50px auto 0;
  width: 70%;
  padding-bottom: 110px;
}

.posted-pager-bottom {
  margin: 50px auto 0;
  width: 97%;
  max-width: 700px;
  padding-bottom: 110px;
}

.left-page, .right-page {
  display: table-cell;
  color: rgb(193,188,189);
  font-size: 12px;
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom, .right-page-bottom {
  display: table-cell;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left-page, .left-page-bottom {
  vertical-align: middle;
  text-align: left;
}

.center-home a {
  height: 30px;
  color: rgb(193,188,189);
  text-align: center;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  vertical-align: middle;
  text-align: right;
}

.left-page a, .right-page a {
  display: inline-block;
  background-color: transparent;
  color: rgb(193,188,189);
  padding-top: 3px;
  text-align: center;
}

.left-page a:hover, .right-page a:hover {
  color: rgb(240,151,141);
}


/***------------------------------------------
      SNS
------------------------------------------***/

#social-wrapper {
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}

#social-wrapper a {
  display: inline-block;
  margin: 5px;
  color: black;
}

#social-wrapper .fa {
  width: 45px;
  height: 45px;
  background-color: rgba(240,151,141,.7);
  border-radius: 50%;
  line-height: 45px;
}

#social-wrapper .fa:before {
  line-height: 45px;
}

#social-wrapper .fa:hover {
  background: rgb(240,151,141);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  text-align: center;
  font-size: 12px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.calender-month-style {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
}

#nextMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: rgb(240,151,141);
  color: white;
  line-height: 28px;
}

.calender td a:hover {
  background-color: silver;
}

/* profile */
 .plugin-myimage {
  margin: 0 auto 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center !important;
}

.plugin-myimage img {
  width: auto;
  max-width: initial;
  height: 120%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/* mail form */
.side_bar form:not(#search-form form) {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.side_bar input:not([type="submit"]),
.side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
  padding: .3em .2em .2em;
}


/***------------------------------------------
      site search
------------------------------------------***/

#search-form {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 40px;
  position: relative;
  text-align: center;
}

#searchinput { 
  width: 100%;
  height: 40px;
  background-color: white;
  border: none;
  padding-left: 1em;
  -webkit-appearance: none;
}

#searchinput:focus {
  border: 1px solid rgb(240,151,141);
}

#searchbutton {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.1); /* 注)検索ボタンの色 */
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#searchbutton:before {
  content: '\f002';
  display: block;
  margin-left: 7px;
  color: white;
  float: left;
  font: normal 15px/1 'FontAwesome';
}

#searchbutton:hover {
  background-color: rgb(240,151,141);
}


/***------------------------------------------
      side menu
------------------------------------------***/

#side-bar {
  margin: 0 auto;
  width: 320px;
}

#sidebar ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

#newest {
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  #newest {
    padding: 20px 0;
  }
}

.side_bar,
#as-plugin-calender {
  width: 100%;
  max-width: 320px;
  padding: 0 10px 30px;
  vertical-align: top;
  text-align: left;
}

.side_bar {
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .side_bar {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.side_bar h4 {
  margin: 0 auto 20px;
  width: 100%;
  background-color: rgb(235,235,235); /* 注)サイドメニュータイトル背景色 */
  border: 1px solid white;
  color: rgb(240,151,141); /* 注)サイドメニュータイトル文字色 */
  padding: .7em .5em;
  font: 14px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo';
  text-align: right; /* 注)サイドメニュータイトル文字位置 */
}

.side_bar a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245,245,245);
  font-size: 14px;
}

#sidenav aside {
  height: 100%;
  overflow: auto;
  padding: 30px 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feed-container {
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  #feedContainer {
    padding: 0;
  }
}

.rss-container {
  display: inline-block;
  margin: 5px;
  width: 150px;
  border: 1px solid rgb(240,240,240);
  padding: 15px;
  vertical-align: top;
  word-break: break-all;
}

.rss-parent {
  width: 120px;
  height: 120px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Blissnoimage.jpg) center center /cover no-repeat;
  position: relative;
  z-index: 1;
}

.rss-parent:before {
  content: "No image";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font: 12px/120px 'Playfair Display', 'serif';
  text-align: center;
}

.rss-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.lower-block {
  padding-top: 20px;
}

.rss-title {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 13px;
  font-weight: normal;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  bottom: 140px;
  right: 60px;
  z-index: 9999;
}

#pagemiddle, #pagemiddle-sp {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  bottom: 90px;
  right: 60px;
  z-index: 9999;
}

#pagetop-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 10px;
}

#pagebottom-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
}

#pagetop a,
#pagebottom a,
#pagetop-sp a,
#pagebottom-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

@media screen and (max-width: 899px) {
  #pagetop {
    right: 10px;
    bottom: 190px;
  }
  #pagebottom {
    right: 10px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(240,151,141,.4);
    border: 1px solid white;
    border-radius: 50%;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 140px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 11px;
  }
}

.new {
  margin-left: 1em;
  color: red;
  font-size: 11px;
}

.end {
  margin: 0 auto;
  background: rgba(0,0,0,.6);
  color: rgb(239,131,120);
  line-height: 1.3;
  padding: 10px 8px;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.end a {
  color: white;
}

.foot, #copyright {
  font-size: 11px;
  text-align: center;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      important
------------------------------------------***/

.height-adjust {
  padding-top: 70px;
  margin-top: -50px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video:before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end */

.emoji {
  vertical-align: middle;
}