@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Arrival
* The first edition: 2016.9.30
* 2016.10.12 - リストページでコメント・トラックバック数が全てclosed表示になるミスを訂正
* 2016.11.6 - SNSボタンが若干右に寄っている件修正
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2018.1.7 - リセットCSSを最小限に, html構造及びCSS装飾修正, その他変更多数
* Latest update: 2018.12.28 - Font Awesomeを廃しインラインSVGに変更 など
*/

/***------------------------------------------
      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,textarea{font-size:16px}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}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}


/***------------------------------------------
      date
------------------------------------------***/

.month01:before{content:"January"}.month02:before{content:"February"}.month03:before{content:"March"}.month04:before{content:"April"}.month05:before{content:"May"}.month06:before{content:"June"}.month07:before{content:"July"}.month08:before{content:"August"}.month09:before{content:"September"}.month10:before{content:"October"}.month11:before{content:"November"}.month12:before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(45,132,138);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(95, 158, 160);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(0,0,0); /* 注)テキスト基本色 */
  word-wrap: break-word;
  font: 1.6rem/1.9 'Lato', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51,0);
}

#wrapper {
  min-width: 80%;
}

#float-container {
  display:-webkit-box; /* fallback old Android */
  display:-ms-flexbox; /* fallback ie10 */
  display: -webkit-flex; /* fallback old safari */
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#primary {
  -webkit-flex: 1;
  flex: 1;
  max-width: calc(100% - 40px - 300px);
  min-width: 0;
  margin-right: 40px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

.side-menu {
  margin-bottom: 20px;
  width: 300px;
  border: 1px solid rgb(95, 158, 160);
  padding: 20px;
}

@media screen and (max-width: 880px) {
  #float-container {
    display: block;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 20px;
  }
  #reserve {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    padding-top: 0;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 666px) {
  #float-container {
    padding: 40px 30px 80px;
  }
}
@media screen and (max-width: 414px) {
  #float-container {
    padding: 40px 5px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  margin: auto;
  background: url(https://blog-imgs-123.fc2.com/k/a/w/kawamame/top_g.jpg) center top;/* 注)ヘッダー画像 */
  padding-bottom: 30px;
}

/* blog title */
#blog-name-container {
  margin: auto;
  max-width: 1300px;
  line-height: 1.5;
  padding: 70px 60px 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #blog-name-container {
    padding: 50px 60px 30px;
  }
}
@media screen and (max-width: 666px) {
  #blog-name-container {
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  #blog-name-container {
    padding: 50px 15px 30px;
  }
}

#blog-title {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 850px;
  font: 2.4rem/1.4 'Alegreya Sans SC', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

/* blog-title breakpoint */
@media screen and (max-width: 666px) {
  #blog-title {
    font-size: 2.2rem;
  }
}

#blog-title a {
  color: rgb(51, 51, 51);/* 注)ブログタイトルリンク色 */
}

#site-description {
  margin: auto;
  max-width: 850px;
  font-size: 1.2rem;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs span {
  margin: 0 .5em;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: auto;
  width: 100%;
  line-height: 37px;
  font-size: 1.3rem;
  font-weight: bold;
}

.navi-menu a,
#modal-trigger-label {
  display: block;
  color: rgb(0,0,0);
  cursor: pointer;
  padding: 0 5em;
}

.fixed-positioning {
  background-color: rgb(210, 224, 230);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.fixed-positioning a,
.fixed-positioning #modal-trigger-label {
  color: black;
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
  text-align: center;
}

#navi-list li {
  display: inline-block;
}

.position-adjust {
  top: 27px;
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(95, 158, 160,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

#navi-list .pc-hide {
  display: none;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 767px) {
  .mobile-toggle {
    display: block;
    margin: auto;
    cursor: pointer;
    height: 37px;
    padding-top: 9px;
    position: relative;
    z-index: 100005;
    text-align: center;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: rgb(95, 158, 160);
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .fixed-positioning .mobile-toggle span {
    background-color: white;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .open-navi {
    border-bottom: 0;
  }
  .navi-menu {
    height: auto;
    line-height: initial;
  }
  #navi-sizing {
    padding: 0 15px;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-top: 0;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
    display: block;
    padding: 1.5em;
  }
}


/***------------------------------------------
      top page and individual
------------------------------------------***/

.main-body {
  margin-bottom: 70px;
  border-bottom: 1px solid rgb(95, 158, 160);
  overflow: hidden;
}

/* published day and article title */
.title-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.for-cell-left {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

.element-datetime {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgb(95, 158, 160);
  border-radius: 50%;
  color: white;
  line-height: 1.2;
  padding-top: 8px;
  overflow: hidden;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.element-datetime span {
  display: block;
}

.topentry-day {
  font-size: 25px;
}

.for-cell-right {
  display: table-cell;
  line-height: 1.4;
  padding-left: 1em;
  vertical-align: middle;
}

.element-title {
  margin: 0 auto 10px;
  font-size: 1.6rem;
}

/* category link and the number of comments */
.header-info {
  font-family: 'Alegreya Sans SC', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.3rem;
}

.header-info li {
  display: inline-block;
  padding-right: .8em;
}

.header-info a,
.header-info span {
  margin-left: .5em;
}

.inner-contents,
.contents {
  padding: 20px 15px;
}

/* 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;
}

/* remove default */
.inner-contents .relate_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.height-adjust {
  margin-top: -37px;
  padding-top: 57px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* read more */
.read-more {
  margin: 30px auto;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

.read-more a {
  display: block;
  background-color: rgb(95, 158, 160);/* 注)READ MORE背景色 */
  color: white;
  padding: .5em 2em;
}

.read-more a:hover {
  background-color: rgb(0, 139, 139);/* 注)READ MOREホバー時背景色 */
  text-decoration: none;
}

#postscript {
  margin-top: -37px;
  padding-top: 37px;
}

/* tag on article */
.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: .2em 1em;
  border: 1px solid rgb(238,238,240);/* 注)記事下タグ ボーダー色 */
}

.entry-tag a:hover {
  background-color: rgb(238,238,240);/* 注)記事下タグ ホバー時背景色 */
  color: rgb(51,51,51);
  text-decoration: none;
}

/* article footer SNS share */
.footer-sns {
  padding-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
}

.footer-sns li {
  display: inline-block;
  vertical-align: top;
}

.footer-sns li a {
  display: block;
  color: rgb(51,51,51);/* 注)サイドメニューSNSリンク背景色 */
  padding: .8em .8em 0;
}

.hatena {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}

/* SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-hatena:hover {
  color: rgb(61,142,216);
}

.c-pencil:hover,
.go-to-page:hover {
  color: rgb(46,92,180);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 30px;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid rgb(238,238,240);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font: 1.6rem/1.4 'Alegreya Sans SC', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

#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: 1120px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 880px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 740px) {
  #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 img {
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: rgb(245,245,245); /* 注)No image 関連記事サムネイル White Smoke */
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 12px;
  text-align: center;
}

#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 */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  background: rgb(245,245,245);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 10px;
  font: 1.6rem/1.4 'Alegreya Sans SC', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  padding-bottom: 20px;
  font-style: italic;
  text-align: center;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 0;
  border: 1px solid rgb(150,150,150);/* 注)コメントフォーム各項目ボーダー色 */
  background: rgb(250,250,250);/* 注)コメントフォーム各項目背景色 */
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(95, 158, 160);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  padding: 12px;
  border-radius: 0;
  border: 1px solid rgb(150,150,150);/* 注コメントフォームテキストエリアボーダー色 */
  background: rgb(250,250,250);/* 注コメントフォームテキストエリア背景色 */
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#community,
#trackback {
  margin-top: -37px;
  padding-top: 37px;
  position: relative;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(95, 158, 160);/* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(95, 158, 160);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(95, 158, 160);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 156px;
  height: 36px;
  background-color: rgb(95, 158, 160);/* コメントsend, deleteボタン背景色 */
  border: none;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(0, 139, 139);/* コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  font-size: 1.3rem;
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto 20px;
  font-size: 1.2rem;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.6rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  color: rgba(95, 158, 160,.4);
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);/* 注)No image 検索結果 */
  line-height: 72px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 12px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2rem;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  font: 1.8rem/1.4 'Alegreya Sans SC', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.side-menu ul {
  margin-left: 1.3em;
  list-style-type: circle;
}

.side-menu ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

.side-menu #side-sns {
  margin: 0 auto;
  list-style: none;
  padding-top: 10px;
  text-align: center;
}

/* SNS on side menu */
#side-sns li {
  margin: 0 auto 5px;
  text-align: center;
}

#side-sns li a {
  display: block;
  width: 100%;
  background-color: rgb(51,51,51); /* 注)サイドメニューSNS背景色 */
  color: white;
  padding: .6em .3em;
}

/* SNS brand color */
#side-sns {
  list-style: none;
}

#side-sns li .s-facebook:hover {
  background-color: rgb(59,89,152);
}

#side-sns li .s-twitter:hover {
  background-color: rgb(73,171,242);
}

#side-sns li .s-instagram:hover {
  background-color: rgb(63,114,155);
}

#side-sns li .s-pinterest:hover {
  background-color: rgb(206,15,25);
}

/* 新着サムネイル円形解除ここから削除 */
.fc2_recent_entry_thumb_img img {
  border-radius: 50%;
}
/* 新着サムネイル円形解除ここからまで */


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: rgb(238,238,240);
  border-radius: 50%;
  line-height: 30px;
}

.calender td a:hover {
  background: rgb(95, 158, 160);/* 注)プラグインカレンダー リンクホバー時背景色 */
  color: white;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  display: inline-block;
  width: 100% !important;
  padding: .2em 0;
  border-radius: 2px;
  border: 0;
  background: rgb(95, 158, 160);
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(238,238,240);/* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(238,238,240);/* 注)プラグインタグ ホバー時背景色 */
  color: rgb(51,51,51);
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  list-style: none;  
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(95, 158, 160);
  line-height: 35px;
  vertical-align: middle;
}

.light-theme a:hover {
  background-color: rgb(95, 158, 160);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  width: auto;
  background-color: rgb(238,238,240);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  padding: 0 1em;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 35px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgb(238,238,240);
  color: rgb(51,51,51);
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgb(238,238,240);
  color: rgb(51,51,51);
  line-height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(51,51,51);
  color: white;
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 35px;
  height: 35px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(238,238,240);
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(51,51,51);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 2000;
  top: 40%;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(51,51,51,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 880px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .5em;
  color: red;
  font-size:0rem;
}

#footer {
  background: url(https://blog-imgs-123.fc2.com/k/a/w/kawamame/foot.jpg) center top;/* 注)フッター画像 */
  line-height: 1.4;
  padding: 30px 5px;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

#designer {
  color: rgb(46,92,180);
}

#foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  position: relative;
  z-index: 1;
  margin: 4em 15px 3em;
  padding-left: 15px;
  border-left: 3px solid rgb(51,51,51);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -36px;
  z-index: -1;
  width: 33px;
  height: 33px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAAllBMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7BbRMgAAAAMXRSTlMAAQIEBQYLDA0SFBYcITE1O0FGW1xfaWxweXt+iIySmpujsr7DzM/T1drc4Ovv8/v96SAr2gAAALtJREFUOMvt0DcSwkAQRNERLN57773Xv//lCKAQu5pFGSR0Nq86mGqRX6bQ6AxH9c8WNE8AkPtkpQPPFMVv1RuxWtzKRCmIz9LnSObPlmLdx7WspKL342ZCAHrvQyhWA2Bm7aXYBIC8JNgaYGOvr9gFYCpJBsBYkgyArSTZY6FB1hhjTOA1rCzyHrOJq8ccYiGquUSgWoyMaPavORYqNcV2joSBaNZyaCKiWWplyTEjHmvvX3DqGxGPfT93kFSTdVAqkgEAAAAASUVORK5CYII=) center center /cover no-repeat;
  color: rgb(206,206,206);
}


/***------------------------------------------
      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%;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}