@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Bliss
* First edition: 2015.12.11
* Latest update: 2016.1.8 - フッター構造調整, タイトルタグ微調整
*/


/***-----reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  -webkit-font-smoothing: antialiased; /* 注)文字の細さが気になる方はこの一行削除 */
  vertical-align: baseline;
  background: transparent;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, time {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  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="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: Menlo, consolas, Courier;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 95%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(235,235,235);
  border-radius: 5px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(235,235,235);
  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(235,235,235);
  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;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(135,135,135); /* 注)基本リンク色 */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/***----- 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";
}

body {
  background-color: rgb(245,245,245)  ; /* 注)全体背景色 */
  font-size: 13px; /* 注)記事フォントサイズ */
  color: rgb(51,51,51); /* 注)記事文字色 */
  line-height: 1.7; /* 注)記事行間(変更時pxやemなどの単位はつけないでください */
  font-family: Helvetica, Arial, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo; /* 注)記事フォント */
}

#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;
}

#primary {
  float : left;
  margin-right : -320px;
  width: 100%;
  background-color: rgb(245,245,245); /* 注)全体背景色 */
}

#main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 320px;
  position: relative;
  z-index: 10;
}

.mobile {
  display: none;
}

.icon-for-sp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 8px 8px 8px;
  z-index: 1000002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

.icon-for-sp .fa-bars {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgb(240,151,141);
  text-align: center;
  border-radius: 50%;
}

.icon-for-sp .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: 650px;
  padding-bottom: 20px;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
  font-size: 30px;
  font-weight: 400;
}

#blog-title:first-letter {
  color: rgb(240,151,141); /* 注)ブログタイトル最初の一文字指定色 */
}

#sub-title {
  max-width: 600px;
}

#blog-title a {
  color: rgb(51,51,51); /* 注)ブログタイトルフォント色 */
}

#blog-title a:hover {
  color: rgb(240,151,141); /* 注)ブログタイトルフォント マウスホバー時指定色 */
}

.navigation-container {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: white;
}

 #site-navi-parent {
  display: table;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  text-align: right;
  box-shadow: 0px 9px 3px -3px rgba(176,176,176,.1);
}

.position-adjust {
  top: 27px;
}

.site-navi {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-navi li {
  display: inline-block;
  font-size: 16px;
  padding-left: 1em;
}

.site-navi .pc-hide {
  display: none;
}

.site-navi li a {
  color: rgb(51,51,51); /* 注)最上部固定ナビ指定色 */
}

.site-navi li a:hover {
  color: rgb(240,151,141); /* 注)最上部固定ナビ マウスホバー時指定色 */
}


/***----- gallery
------------------------------------------***/

.gallery {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1400px; /* 注)トップページギャラリー横幅最大値 変更可 */
  visibility: hidden;
  font-family: 'Playfair Display', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

.gallery-cell {
  width: 28%;
  height: 600px; /* 注)トップページギャラリー縦幅 変更可 */
  margin-right: 10px;
  overflow: hidden;
}

.gallery-cell img {
  display: inline-block;
  height: 100%;
  width: auto;
  max-width: none;
  margin-left: -60%;
  position: relative;
}

.img-caption {
  margin: auto;
  width: 80%;
  height: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.0); /* 注)ギャラリーキャプション背景色と不透明度 */
  color: white; /* 注)ギャラリーキャプション文字色 */
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.classify-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  text-align: center;
}

.classify-wrapper-cell {
  display: table-cell;
  vertical-align: middle;
}

.category-name {
  font-size: 20px;
  padding: 15px 0;
}

.gallery-cell:hover .img-caption {
  opacity: 1;
}


/***----- top page
------------------------------------------***/

.icon-bg {
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  background: url(https://blog-imgs-88.fc2.com/k/u/r/kuroneko9625/photo1.jpg) center center no-repeat rgb(240,151,141); /* 注) rgbは葉っぱアイコンの背景色 */
  border-radius: 50%;
}

.element-context {
  margin: 0 auto 60px;
}

.arrow-box {
  width: 100%;
  position: relative;
  background-color: rgb(245,245,245);
  padding: 0 8px;
}

.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240,241,246,0);
  border-top-color: rgb(245,245,245);
  border-width: 25px;
  margin-left: -25px;
  z-index: 50;
}

.element-category {
  text-align: center;
  line-height: 1.2;
  font-size: 12px; /* 注)トップページ記事カテゴリ名フォントサイズ */
}

.element-title {
  padding: 15px 0;
  text-align: center;
  font-family: 'Playfair Display', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  font-size: 22px; /* 注)トップページ記事タイトルフォントサイズ */
  font-weight: bolder;
  line-height: 1.3;
}

.title-shadow {
  text-shadow: 2px 2px 1px rgb(212,212,212); 
}

.element-datetime {
  text-align: center;
  color: rgb(135,135,135);
  padding-bottom: 25px;
}

.element-category a:hover, .element-title a:hover {
  color: rgb(240,151,141); /* 注)トップページ記事カテゴリ名・タイトルのマウスホバー時指定色 */
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  padding-top: 60%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.context {
  margin-top: -80px;
  padding: 40px 30px;
  font-size: 15px; /* 注)トップページ記事要約文フォントサイズ */
  position: relative;
  z-index: 50;
}

.inner-context {
  background-color: white;
  padding: 30px 30px 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.read-more-wrapper {
  padding: 30px 0;
  text-align: center;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
}

.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: 0.3s;
  transition-duration: 0.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: 0.3s;
  transition-duration: 0.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 {
  text-align: center;
  padding-bottom: 30px;
}

.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アイコン マウスホバー時指定色 */
}


/***----- posts 個別記事
------------------------------------------***/

.main-body, .permanent-main-body {
  margin: 0 auto 40px;
  width: 100%;
  background-color: white; /* 注)記事背景色 */
}

.permanent-main-body {
  visibility: hidden;
}

.element-header {
  padding: 20px 30px;
}

.comment-and-others li, .sns-and-others li {
  display: inline-block;
}

.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;
}

.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;
  border: 1px solid white;
  background-color: rgb(235,235,235);
  color: rgb(240,151,141);
  text-align: center;
  line-height: 32px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sns-and-others .fa:before {
  line-height: 32px;
}

.sns-and-others .fa:hover {
  color: white;
  background-color: rgb(240,151,141);
}

.right-space {
  margin-right: 8px;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.relate_ul li {
  list-style-type: disc;
  list-style-position: inside;
}


/***----- comment, trackback
------------------------------------------***/

.another-title {
  padding: 20px 0;
  text-align: center;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
  font-size: 14px;
  color: black;
}

.collapse-title {
  cursor: crosshair;
}

.posted-comment-container {
  display: table;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

.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;
  border-bottom: 1px solid rgb(238,238,238);
}

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding:20px;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
  text-decoration: none;
  vertical-align: middle;
}

#name, #subject, #mail, #url, #pass {
  width: 100%;
  border: 1px solid rgb(231,229,229);
  background-color: rgb(235,235,235);
  border-radius: 4px;
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
  margin-bottom:20px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #url:focus, #url:focus {
  background-color: white;
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(231,229,229);
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif, '游ゴシック', 'Yu Gothic'; /* 注)記事フォント */
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  color: black;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  font-family: 'Playfair Display', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

#sendbtn {
  background-color: rgb(240,151,141);
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background-color: rgb(240,151,141);
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  color: white;
  background: rgb(250,161,151);
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(235,235,235) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op, #for-trackback-word {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 97%;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  line-height: 33px;
  color: rgb(50,50,50);
  text-align: center;
  font-size: 12px;
  background: transparent;
}

.light-theme a:hover {
  background-color: rgb(235,235,235);
}

.light-theme .current {
  color: white;
  background-color: rgb(240,151,141);
}

.light-theme .prev, .light-theme .next {
  font-weight: bolder;
  width: 33px;
  height: 33px;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(193,188,189);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 30px;
}

.posted-pager {
  width: 70%;
  margin: 50px auto 0;
  padding-bottom: 110px;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
}

.posted-pager-bottom {
  width: 97%;
  max-width: 700px;
  margin: 50px auto 0;
  padding-bottom: 110px;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: rgb(193,188,189);
}

.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 {
  text-align: left;
  vertical-align: middle;
}

.center-home a {
  color: rgb(193,188,189);
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  color: rgb(193,188,189);
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: rgb(240,151,141);
}


/***----- calendar
------------------------------------------***/

.calender {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-family: 'Playfair Display', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  font-size: 12px;
}

#calender-month-style {
  font-size: 16px;
  font-weight: bolder;
  color: rgb(193,188,189);
  padding-bottom: 1em;
}

#calender-month-style span, #calender-month-style a {
  vertical-align: middle;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.calender th {
  padding-bottom: 4px;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  min-width: 26px;
  vertical-align: middle;
  line-height: 26px;
  padding: .4em .3em;
}

.calender td a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  color: rgb(50,50,50);
  background-color: rgb(240,151,141);
}

.calender td a:hover {
  border: none;
  background-color: white;
  color: rgb(53,86,116);
  border-radius: 50%;
  text-decoration: none;
}


/***----- social
------------------------------------------***/

#social-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0;
}

#social-wrapper a {
  display: inline-block;
  margin: 5px;
  color: black;
}

#social-wrapper .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(240,151,141,.7);
  line-height: 45px;
}

#social-wrapper .fa:before {
  line-height: 45px;
}

#social-wrapper .fa:hover {
  background: rgb(240,151,141);
}


/***----- site search
------------------------------------------***/

#search-form {
  margin: 0 auto;
  max-width: 100%;
  max-width: 300px;
  height: 40px;
  text-align: center;
  position: relative;
}

#searchinput { 
  width: 100%;
  height: 40px;
  padding-left: 1em;
  border: none;
  -webkit-appearance: none;
  background-color: white;
}

#searchinput:focus {
  border: 1px solid rgb(240,151,141);
}

#searchbutton {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  background: rgba(0,0,0,.1); /* 注)検索ボタンの色 */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#searchbutton:before {
  content: '\f002';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
  margin-left: 7px;
}

#searchbutton:hover {
  background-color: rgb(240,151,141);
}


/***----- side bar
------------------------------------------***/

#side-bar {
  margin: 0 auto;
  width: 320px;
}

#sidebar li {
  list-style-type: disc;
  list-style-position: inside;
}

#newest {
  margin-bottom: 30px;
  padding: 20px 10px;
  border-radius: 4px;
}

.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;
}

.side_bar h4 {
  margin: 0 auto 20px;
  width: 100%;
  padding: .7em .5em;
  border: 1px solid white;
  background-color: rgb(235,235,235); /* 注)サイドメニュータイトル背景色 */
  text-align: right; /* 注)サイドメニュータイトル文字位置 */
  font-family: 'Playfair Display', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  line-height: 1.2;
  color: rgb(240,151,141); /* 注)サイドメニュータイトル文字色 */
}

.side_bar a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px; /* 注)プロフ画像の縦横比が狂う方は150pxをautoに変更 */
  border-radius: 50%; /* 注)プロフ画像の縦横比が狂う方はこの一行削除 */
}

#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245,245,245);
  font-size: 14px;
}

.sidenav-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0;
}


/***----- RSS thumbnail
------------------------------------------***/

#rss-title {
  margin: 80px auto 0;
  font-size: 16px;
  text-align: center;
}

#feedContainer {
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}

.rss-container {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  min-height: 170px;
  padding: 15px;
  word-break: break-all;
  border: 1px solid rgb(240,240,240);
}

.for-img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}

.for-img img {
  max-height: 170px;
  max-width: 180px;
  margin-left: -25px
}

.for-h-and-text {
  width: 100%;
  word-break: break-all;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
}

#pagemiddle, #pagemiddle-sp {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
}

#pagetop-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
}

#pagebottom-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
}

#pagetop a, #pagebottom a, #pagetop-sp a, #pagebottom-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  padding: 10px 8px;
  background: rgba(0,0,0,.6);
  text-align: center;
  font-family: 'Playfair Display', Avenir, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ';
  color: rgb(239,131,120);
  line-height: 1.3;
}

.end a {
  color: white;
}

.foot, #copyright {
  text-align: center;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- media less than 1500
------------------------------------------***/

@media screen and (max-width: 1500px) {

#main-container {
  width: 90%;
}

#blog-title {
  font-size: 28px;
}

}


/***----- media less than 1200
------------------------------------------***/

@media screen and (max-width: 1200px) {

.gallery-cell {
  height: 500px;
}

}


/***----- media less than 1024
------------------------------------------***/

@media screen and (max-width: 1024px) {

#main-container {
  width: 95%;
}

#blog-title {
  font-size: 26px;
}

}


/***----- media less than 960
------------------------------------------***/

@media screen and (max-width: 960px) {

.gallery-cell {
  width: 38%;
}

}


/***----- media less than 899
------------------------------------------***/

@media screen and (max-width: 899px) {

#main-container {
  width: 100%;
}

#blog-title {
  font-size: 24px;
}

#primary, #secondary {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}

#main {
  margin: 0 auto;
  width: 100%;
}

#feedContainer {
  padding: 0;
}

#pagetop {
  bottom: 190px;
  right: 10px;
}

#pagebottom {
  right: 10px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(240,151,141,.4);
  border: 1px solid white;
  border-radius: 50%;
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 11px;
}

}


/***----- media less than 768 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 768px) {

.site-navi .pc-hide {
  display: inline-block;
}

.site-navi .sp-hide {
  display: none;
}

.site-navi li {
  font-size: 18px;
}

.gallery-cell {
  width: 50%;
  height: 450px;
}

.img-caption {
  opacity: 1;
}

.context {
  margin-top: -50px;
  padding: 30px 10px;
  font-size: 14px;
}

.element-header {
  padding: 20px 15px;
}

.contents {
  padding: 20px 15px 0;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.comment-and-others li, .comment-info {
  font-size: 15px;
}

.sns-and-others li {
  font-size: 16px;
}

.sns-icon .fa {
  font-size: 17px;
}

#newest {
  margin-bottom: 30px;
  padding: 20px 0;
}

input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

#comment_form {
  padding: 20px 15px;
}

.pc-hide {
  display: inline-block;
}

.sp-hide {
  display: none;
}

}


/***----- media less than 680
------------------------------------------***/

@media screen and (max-width: 680px) {

.side_bar {
  display: block;
  margin: 0 auto;
  width: 100%;
}

}


/***----- media less than 640
------------------------------------------***/

@media screen and (max-width: 640px) {

.gallery-cell {
  width: 70%;
  height: 450px;
}

}


/***----- media less than 480
------------------------------------------***/

@media screen and (max-width: 480px) {

.gallery-cell {
  width: 80%;
  height: 400px;
}

}


/***----- 注)個人設定
--------------------------------------------------***/

/* 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;
}
.黒ネコ {
  background: url(https://blog-imgs-108.fc2.com/k/u/r/kuroneko9625/fuu.png) center center no-repeat rgb(245,245,245);
}
