@charset "UTF-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Blog skin name: Glass_shore
* 2015.6.3 - iOS Safari white-out bug fix
* 2015.8.31 - ページtop/ bottomボタン変更, サイト内検索追加, スマホ操作性向上, その他微調整
* Latest update: 2015.9.9 - 公式化に伴うOGP削除
*/


/***-----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%;
  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%;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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: consolas;
}

div, section, article {
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */




/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(63,35,29);
  padding: 1em 1em 2.5em;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,6,74); /* 注)基本リンク色 */
  -webkit-transition: 1.0s ease-in-out;
  -moz-transition: 1.0s ease-in-out;
  -o-transition: 1.0s ease-in-out;
  -ms-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}

a:hover {
  opacity: .4;
}


/***----- common 背景指定あり
------------------------------------------***/

html, body {
  height: 100%;
}

body {
  width: 100%;
  font-size: 13px; /* 注) 基本の文字サイズです */
  color: rgb(0,0,0); /* 注) これが記事の文字色です */
  line-height: 1.7;
  font-family: 'Merriweather', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

.bg_hack {
  background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/glassbea.jpg) center center no-repeat; /* 注) 背景変更1箇所目 url(ここに画像パス) */
  background-size: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto -73px;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}


#primary {
  float : left;
  width: 100%;
  margin-right : -280px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 280px;
}

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";
}


/***----- header
------------------------------------------***/

.pc-hide {
  display: none;
}

#banner {
  width: 100%;
  margin-bottom: 80px;
}

#menu {
  text-align: right;
  padding: 10px 15px 0 0;
}

#menu ul {
  list-style-type: none;
}

#menu li {
  display: inline-block;
}

#menu a {
  margin-left: 1em;
  font-family: 'Merriweather', serif;
}

html.remodal-is-locked {
  overflow: hidden;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0,0,0,.4);
}

.remodal {
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 0 4px rgba(0,0,0,.7);
  display: none;
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-for-search {
  top: 150px;
  padding: 30px;
  text-align: center;
}

.remodal-for-category {
  top: 60px;
  padding: 0 0 20px;
  text-align: left;
}

#scroll-content {
  width: 100%;
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px;
}

.remodal-is-initialized {
  display: inline-block;
}

#search-form {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.enter-your-text {
  font-size: 15px;
  margin-bottom: 20px;
  font-family: 'Merriweather', serif;
}

.remodal-close {
  margin-top: 20px;
  text-align: center;
}

.close-text {
  cursor: pointer;
  font-size: 15px;
  font-family: 'Merriweather', serif;
}

.welcome {
  color: rgb(255,255,255);
  font-size: 13px;
  text-align: center;
  font-family: 'Merriweather', serif;
  padding: 50px 0 20px;
  border-bottom: solid 1px rgb(255,255,255);
  width: 80%;
  margin: 0 auto;
}

.ttl {
  font-family: 'Merriweather', serif; /* ブログタイトルフォント */
  font-weight: bold;
  font-size: 35px;
  margin: 20px auto 10px;
  text-align: center;
}

.title_color {
  color: rgb(255,255,255); /* ブログタイトル文字色 */
}

.sub {
  font-family: 'Hiragino Kaku Gothic Pro W3', Meiryo, Georgia, 'Times New Roman', Serif; /* サブタイトルフォント */
  font-size: 15px;
  color: rgb(150, 6, 74); /* サブタイトル文字色 */
  text-align: center;
}

#warped {
  position: relative;
  display: table;
  width: 120px;
  height: 120px;
  margin: 0 auto 70px;
  background-color: rgba(255,255,255,.4);
  border: solid 1px rgb(255,255,255);
  border-radius: 50%;
  text-align: center;
  background-clip: padding-box;
}

#warped>span[class^=w]:nth-of-type(n+0) {
  display: block;
  position: absolute;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin:50% 100%;
}

#warped span {
  font-family: Merriweather;
  font-size: 13px;
  font-weight: regular;
  font-style: normal;
  line-height: 0.7;
  white-space: pre;
  overflow: visible;
  padding: 0;
}

#warped .w0 {
  -moz-transform: rotate(4.78rad);
  -webkit-transform: rotate(4.78rad);
  -o-transform: rotate(4.78rad);
  -ms-transform: rotate(4.78rad);
  transform: rotate(4.78rad);
  width: 7px;
  height: 9px;
  left: 6.62px;
  top: 47.51px;
}

#warped .w1 {
  -moz-transform: rotate(4.98rad);
  -webkit-transform: rotate(4.98rad);
  -o-transform: rotate(4.98rad);
  -ms-transform: rotate(4.98rad);
  transform: rotate(4.98rad);
  width: 7px;
  height: 9px;
  left: 8.3px;
  top: 37.67px;
}

#warped .w2 {
  -moz-transform: rotate(5.18rad);
  -webkit-transform: rotate(5.18rad);
  -o-transform: rotate(5.18rad);
  -ms-transform: rotate(5.18rad);
  transform: rotate(5.18rad);
  width: 7px;
  height: 9px;
  left: 11.91px;
  top: 28.36px;
}

#warped .w3 {
  -moz-transform: rotate(5.38rad);
  -webkit-transform: rotate(5.38rad);
  -o-transform: rotate(5.38rad);
  -ms-transform: rotate(5.38rad);
  transform: rotate(5.38rad);
  width: 7px;
  height: 9px;
  left: 17.3px;
  top: 19.95px;}

#warped .w4 {
  -moz-transform: rotate(5.58rad);
  -webkit-transform: rotate(5.58rad);
  -o-transform: rotate(5.58rad);
  -ms-transform: rotate(5.58rad);
  transform: rotate(5.58rad);
  width: 7px;
  height: 9px;
  left: 24.25px;
  top: 12.78px;
}

#warped .w5 {
  -moz-transform: rotate(5.78rad);
  -webkit-transform: rotate(5.78rad);
  -o-transform: rotate(5.78rad);
  -ms-transform: rotate(5.78rad);
  transform: rotate(5.78rad);
  width: 7px;
  height: 9px;
  left: 32.48px;
  top: 7.14px;
}

#warped .w6 {
  -moz-transform: rotate(5.98rad);
  -webkit-transform: rotate(5.98rad);
  -o-transform: rotate(5.98rad);
  -ms-transform: rotate(5.98rad);
  transform: rotate(5.98rad);
  width: 7px;
  height: 9px;
  left: 41.67px;
  top: 3.24px;
}

#warped .w7 {
  -moz-transform: rotate(6.18rad);
  -webkit-transform: rotate(6.18rad);
  -o-transform: rotate(6.18rad);
  -ms-transform: rotate(6.18rad);
  transform: rotate(6.18rad);
  width: 7px;
  height: 9px;
  left: 51.45px;
  top: 1.25px;
}

#warped .w8 {
  -moz-transform: rotate(6.38rad);
  -webkit-transform: rotate(6.38rad);
  -o-transform: rotate(6.38rad);
  -ms-transform: rotate(6.38rad);
  transform: rotate(6.38rad);
  width: 7px;
  height: 9px;
  left: 61.44px;
  top: 1.24px;
}

#warped .w9 {
  -moz-transform: rotate(6.58rad);
  -webkit-transform: rotate(6.58rad);
  -o-transform: rotate(6.58rad);
  -ms-transform: rotate(6.58rad);
  transform: rotate(6.58rad);
  width: 7px;
  height: 9px;
  left: 71.22px;
  top: 3.21px;
}

#warped .w10 {
  -moz-transform: rotate(6.78rad);
  -webkit-transform: rotate(6.78rad);
  -o-transform: rotate(6.78rad);
  -ms-transform: rotate(6.78rad);
  transform: rotate(6.78rad);
  width: 7px;
  height: 9px;
  left: 80.42px;
  top: 7.09px;
}

#warped .w11 {
  -moz-transform: rotate(6.98rad);
  -webkit-transform: rotate(6.98rad);
  -o-transform: rotate(6.98rad);
  -ms-transform: rotate(6.98rad);
  transform: rotate(6.98rad);
  width: 7px;
  height: 9px;
  left: 88.67px;
  top: 12.72px;
}

#warped .w12 {
  -moz-transform: rotate(7.18rad);
  -webkit-transform: rotate(7.18rad);
  -o-transform: rotate(7.18rad);
  -ms-transform: rotate(7.18rad);
  transform: rotate(7.18rad);
  width: 7px;
  height: 9px;
  left: 95.63px;
  top: 19.88px;
}

#warped .w13 {
  -moz-transform: rotate(7.38rad);
  -webkit-transform: rotate(7.38rad);
  -o-transform: rotate(7.38rad);
  -ms-transform: rotate(7.38rad);
  transform: rotate(7.38rad);
  width: 7px;
  height: 9px;
  left: 101.03px;
  top: 28.27px;
}

#warped .w14 {
  -moz-transform: rotate(7.58rad);
  -webkit-transform: rotate(7.58rad);
  -o-transform: rotate(7.58rad);
  -ms-transform: rotate(7.58rad);
  transform: rotate(7.58rad);
  width: 7px;
  height: 9px;
  left: 104.66px;
  top: 37.57px;
}

#warped .w15 {
  -moz-transform: rotate(7.78rad);
  -webkit-transform: rotate(7.78rad);
  -o-transform: rotate(7.78rad);
  -ms-transform: rotate(7.78rad);
  transform: rotate(7.78rad);
  width: 7px;
  height: 9px;
  left: 106.37px;
  top: 47.41px;
}

#warped .w17 {
  -moz-transform: rotate(6rad);
  -webkit-transform: rotate(6rad);
  -o-transform: rotate(6rad);
  -ms-transform: rotate(6rad);
  transform: rotate(6rad);
  width: 21px;
  height: 24px;
  left: 242.66px;
  top: 51.66px;
}

#warped .w18 {
  -moz-transform: rotate(6.18rad);
  -webkit-transform: rotate(6.18rad);
  -o-transform: rotate(6.18rad);
  -ms-transform: rotate(6.18rad);
  transform: rotate(6.18rad);
  width: 23px;
  height: 24px;
  left: 268.16px;
  top: 46.68px;
}

#warped .w19 {
  -moz-transform: rotate(6.34rad);
  -webkit-transform: rotate(6.34rad);
  -o-transform: rotate(6.34rad);
  -ms-transform: rotate(6.34rad);
  transform: rotate(6.34rad);
  width: 13px;
  height: 24px;
  left: 296.13px;
  top: 46.24px;
}

#warped .w20 {
  -moz-transform: rotate(6.49rad);
  -webkit-transform: rotate(6.49rad);
  -o-transform: rotate(6.49rad);
  -ms-transform: rotate(6.49rad);
  transform: rotate(6.49rad);
  width: 23px;
  height: 24px;
  left: 313.9px;
  top: 49.32px;
}

#warped .w21 {
  -moz-transform: rotate(6.65rad);
  -webkit-transform: rotate(6.65rad);
  -o-transform: rotate(6.65rad);
  -ms-transform: rotate(6.65rad);
  transform: rotate(6.65rad);
  width: 15px;
  height: 24px;
  left: 340.87px;
  top: 56.2px;
}

#warped .w22 {
  -moz-transform: rotate(6.85rad);
  -webkit-transform: rotate(6.85rad);
  -o-transform: rotate(6.85rad);
  -ms-transform: rotate(6.85rad);
  transform: rotate(6.85rad);
  width: 35px;
  height: 24px;
  left: 357.56px;
  top: 69.79px;
}

#warped .w23 {
  -moz-transform: rotate(7.04rad);
  -webkit-transform: rotate(7.04rad);
  -o-transform: rotate(7.04rad);
  -ms-transform: rotate(7.04rad);
  transform: rotate(7.04rad);
  width: 11px;
  height: 24px;
  left: 391.57px;
  top: 87.02px;
}

#warped .w24 {
  -moz-transform: rotate(7.14rad);
  -webkit-transform: rotate(7.14rad);
  -o-transform: rotate(7.14rad);
  -ms-transform: rotate(7.14rad);
  transform: rotate(7.14rad);
  width: 11px;
  height: 24px;
  left: 402.59px;
  top: 98.62px;
}

#warped .w25 {
  -moz-transform: rotate(7.29rad);
  -webkit-transform: rotate(7.29rad);
  -o-transform: rotate(7.29rad);
  -ms-transform: rotate(7.29rad);
  transform: rotate(7.29rad);
  width: 23px;
  height: 24px;
  left: 409.6px;
  top: 116.34px;
}

#warped .w26 {
  -moz-transform: rotate(7.44rad);
  -webkit-transform: rotate(7.44rad);
  -o-transform: rotate(7.44rad);
  -ms-transform: rotate(7.44rad);
  transform: rotate(7.44rad);
  width: 13px;
  height: 24px;
  left: 425.27px;
  top: 136.68px;
}

#warped .w27 {
  -moz-transform: rotate(7.55rad);
  -webkit-transform: rotate(7.55rad);
  -o-transform: rotate(7.55rad);
  -ms-transform: rotate(7.55rad);
  transform: rotate(7.55rad);
  width: 10px;
  height: 24px;
  left: 432.45px;
  top: 152.17px;
}

#warped .w28 {
  -moz-transform: rotate(7.68rad);
  -webkit-transform: rotate(7.68rad);
  -o-transform: rotate(7.68rad);
  -ms-transform: rotate(7.68rad);
  transform: rotate(7.68rad);
  width: 18px;
  height: 24px;
  left: 432.84px;
  top: 170.64px;
}

#warped .w29 {
  -moz-transform: rotate(7.84rad);
  -webkit-transform: rotate(7.84rad);
  -o-transform: rotate(7.84rad);
  -ms-transform: rotate(7.84rad);
  transform: rotate(7.84rad);
  width: 19px;
  height: 24px;
  left: 434.48px;
  top: 194.02px;
}

#warped .w30 {
  -moz-transform: rotate(7.97rad);
  -webkit-transform: rotate(7.97rad);
  -o-transform: rotate(7.97rad);
  -ms-transform: rotate(7.97rad);
  transform: rotate(7.97rad);
  width: 11px;
  height: 24px;
  left: 437.41px;
  top: 213.97px;
}

#warped .w31 {
  -moz-transform: rotate(8.08rad);
  -webkit-transform: rotate(8.08rad);
  -o-transform: rotate(8.08rad);
  -ms-transform: rotate(8.08rad);
  transform: rotate(8.08rad);
  width: 11px;
  height: 24px;
  left: 434.65px;
  top: 229.73px;
}

#warped .w32 {
  -moz-transform: rotate(8.27rad);
  -webkit-transform: rotate(8.27rad);
  -o-transform: rotate(8.27rad);
  -ms-transform: rotate(8.27rad);
  transform: rotate(8.27rad);
  width: 36px;
  height: 24px;
  left: 413.15px;
  top: 256.72px;
}

#warped .w33 {
  -moz-transform: rotate(8.5rad);
  -webkit-transform: rotate(8.5rad);
  -o-transform: rotate(8.5rad);
  -ms-transform: rotate(8.5rad);
  transform: rotate(8.5rad);
  width: 23px;
  height: 24px;
  left: 402.2px;
  top: 286.39px;
}

#warped .w34 {
  -moz-transform: rotate(8.66rad);
  -webkit-transform: rotate(8.66rad);
  -o-transform: rotate(8.66rad);
  -ms-transform: rotate(8.66rad);
  transform: rotate(8.66rad);
  width: 15px;
  height: 24px;
  left: 390.27px;
  top: 304.31px;
}

#warped .w35 {
  -moz-transform: rotate(8.82rad);
  -webkit-transform: rotate(8.82rad);
  -o-transform: rotate(8.82rad);
  -ms-transform: rotate(8.82rad);
  transform: rotate(8.82rad);
  width: 23px;
  height: 24px;
  left: 367.68px;
  top: 319.46px;
}

#warped .w36 {
  -moz-transform: rotate(8.96rad);
  -webkit-transform: rotate(8.96rad);
  -o-transform: rotate(8.96rad);
  -ms-transform: rotate(8.96rad);
  transform: rotate(8.96rad);
  width: 11px;
  height: 24px;
  left: 354.73px;
  top: 330.58px;
}

#warped .w37 {
  -moz-transform: rotate(9.07rad);
  -webkit-transform: rotate(9.07rad);
  -o-transform: rotate(9.07rad);
  -ms-transform: rotate(9.07rad);
  transform: rotate(9.07rad);
  width: 10px;
  height: 24px;
  left: 340.99px;
  top: 336.69px;
}

#warped .w38 {
  -moz-transform: rotate(9.18rad);
  -webkit-transform: rotate(9.18rad);
  -o-transform: rotate(9.18rad);
  -ms-transform: rotate(9.18rad);
  transform: rotate(9.18rad);
  width: 15px;
  height: 24px;
  left: 321.76px;
  top: 341.79px;
}

#warped .w39 {
  -moz-transform: rotate(9.31rad);
  -webkit-transform: rotate(9.31rad);
  -o-transform: rotate(9.31rad);
  -ms-transform: rotate(9.31rad);
  transform: rotate(9.31rad);
  width: 12px;
  height: 24px;
  left: 305.06px;
  top: 345.02px;
}

#warped .w40 {
  -moz-transform: rotate(9.42rad);
  -webkit-transform: rotate(9.42rad);
  -o-transform: rotate(9.42rad);
  -ms-transform: rotate(9.42rad);
  transform: rotate(9.42rad);
  width: 11px;
  height: 24px;
  left: 289.09px;
  top: 345.99px;
}

#warped>a {
  font-size: 14px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-family: 'Merriweather', serif;
}


/***----- main column 背景指定あり
------------------------------------------***/

.main_body {
  position: relative;
  border-radius: 15px;
  border-bottom: 1px solid;
  border-bottom-color: rgb(204,204,204);
  border-bottom-color: rgba(255,255,255,.1);
  background-color: rgba(255,255,255,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  margin-bottom: 70px;
}

.main_body:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,(SVG Image Data URI)"), url("http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/glassbea.jpg"); /* 注) 背景変更2箇所目 二つ目の url(ここに画像パス) 一つ目のurl内は変更しないでください */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: url("data:image/svg+xml,(SVG Filter Data URI)#blur");
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.hd1 {
  padding: 8px 20px;
}

.e_time {
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 24px;
  display: inline;
  padding-right: 10px;
}

.topentry-ttl, search-ttl {
  text-align: center;
  display: inline;
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic Pro W3', Meiryo, Georgia, 'Times New Roman', Serif;
}

.entry-ttl {
  text-align: center;
  display: inline;
  font-size: 15px;
  font-family: 'Merriweather', serif;
}

.contents {
padding: 20px 30px;
background: rgba(255,255,255,.5); /* 注)記事背景の色と透明度調整 .5が透明度中間 1で完全不透明 0で完全透明 */
}

.radius:last-child {
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -ms-border-bottom-left-radius: 15px;
  -ms-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

}

.entry_more {
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 20px;
  text-align: right;
}

.footer_info {
  padding: 10px 20px;
}

.entry_info {
  text-align: right;
}

.left-space {
  margin-left: .7em;
  display: inline;
}

p.tag {
  margin-top: 20px;
}

p.tag a {
  margin-top: 20px;
  background-color: rgba(212,240,234,.4);
  padding: 2px;
  border-radius: 5px;
}

footer.info ul {
  border-top: dotted 1px rgb(249,193,197);
  text-align: right;
  padding: 5px 0;
}

footer.info li {
  display: inline;
}

footer.info li img, a {
  vertical-align: middle;
}


/***-----footer images 背景指定あり
------------------------------------------***/

.recent_pic {
  margin: 0 auto 20px;
  font-family: 'Merriweather', serif;
  font-size: 26px;
  text-align: center;
  color: rgb(0,0,0);
}

.non_style:hover {
  opacity: 1.0;
}

.images {
  position: relative;
  border-bottom: 1px solid;
  border-bottom-color: rgb(204,204,204);
  border-bottom-color: rgba(255,255,255,.1);
  background-color: rgba(255,255,255,.1);
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0 80px;
}

.images:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,(SVG Image Data URI)"), url("http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/glassbea.jpg"); /* 注) 背景変更3箇所目 二つ目 url(ここに画像パス) こちらも一つ目のurlは変更しないでください */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: url("data:image/svg+xml,(SVG Filter Data URI)#blur");
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.image_wrap {
  text-align: center;
  height: 400px;
  margin: 0 auto;
  max-width: 960px;
  letter-spacing: -0.4em;
}

figure {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 200px;
  border-radius: 50%;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 150px;
  vertical-align: middle;
  letter-spacing: normal;
}

figure img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

figcaption {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

figcaption h3, figcaption p {
  position: absolute;
  left: -100%;
  width: 160px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  color: rgb(255,255,255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

figcaption h3 {
  top: 50px;
}

figcaption p {
  top: 95px;
}

figure:hover figcaption {
  opacity: 1;
}

figure:hover figcaption h3,
figure:hover figcaption p {
  left: 20px;
}

figure:hover figcaption h3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

figure:hover figcaption p {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}


/***----- comment
------------------------------------------***/

p.c_title {
  font-weight: bold;
}

form {
  padding: 20px 0;
}

.op input, .op textarea {
  background: rgba(255,255,255,.4);
}

.op input:focus, .op textarea:focus{
  outline: none;
  background: rgb(255,255,255);
}

.opp {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(212,240,234) inset;
}

#sbm_btn {
  background: -webkit-linear-gradient(left, rgb(212,240,234) 0%, rgb(238,241,234) 100%);
  background: -moz-linear-gradient(left, rgb(212,240,234) 0%, rgb(238,241,234) 100%);
  background: -o-linear-gradient(left, rgb(212,240,234) 0%, rgb(238,241,234) 100%);
  background: -ms-linear-gradient(left, rgb(212,240,234) 0%, rgb(238,241,234) 100%);
  background: linear-gradient(left, rgb(212,240,234) 0%, rgb(238,241,234) 100%);
  font-family: 'Merriweather', serif;
  color: rgb(0,0,0);
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

#del_btn {
  background: -webkit-linear-gradient(left, rgb(213,187,194) 0%, rgb(238,241,234) 100%);
  background: -moz-linear-gradient(left, rgb(213,187,194) 0%, rgb(238,241,234) 100%);
  background: -o-linear-gradient(left, rgb(213,187,194) 0%, rgb(238,241,234) 100%);
  background: -ms-linear-gradient(left, rgb(213,187,194) 0%, rgb(238,241,234) 100%);
  background: linear-gradient(left, rgb(213,187,194) 0%, rgb(238,241,234) 100%);
  font-family: 'Merriweather', serif;
  color: rgb(0,0,0);
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}


/***----- side bar 背景指定あり
------------------------------------------***/

.zindex {
  position: relative;
  z-index: 30;
}

.side_bar {
  padding-top: 10px;
}

.plg_name {
  text-align: center;
  padding-bottom: 10px;
  cursor:pointer;
}

.side_wrap {
  position: relative;
  border-bottom: 1px solid;
  border-bottom-color: rgb(204,204,204);
  border-bottom-color: rgba(255,255,255,.1);
  background-color: rgba(255,255,255,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  padding: 5px 0 0;
  border-radius: 15px;
  margin-bottom: 20px;
}

.side_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,(SVG Image Data URI)"), url("http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/glassbea.jpg"); /* 注) 背景変更4箇所目 二つ目 url(ここに画像パス) 一つ目url内変更不可 */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: url("data:image/svg+xml,(SVG Filter Data URI)#blur");
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.side_contents {
  padding: 20px 30px;
  background: rgba(255,255,255,.5);
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -ms-border-bottom-left-radius: 15px;
  -ms-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.separate {
  display: none;
}

.avtivated {
  opacity: .4;
  pointer-events: none;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 40px;
}

.light-theme a, .light-theme span {
  color: rgb(102,102,102);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(239,239,239,.4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,rgba(239,239,239,.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(239,239,239,.4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(239,239,239,.4) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(239,239,239,.4) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(239,239,239,.4) 100%); /* W3C */
}

.light-theme a:hover {
  background: rgb(207,207,207);
}

.light-theme .current {
  background: rgba(212,240,234,.8); /* 注)ページ送り現在のページの背景色 */
  color: rgb(0,0,0);
}

.light-theme .ellipse {
  font-weight: bold;
}

.posted_pager2 {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 40px auto 50px;
}

.p_left2, .p_center, .p_right2 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p_left2 {
  text-align: left;
}

.p_center {
  text-align: center;
  width: 80px;
  height: 35px;
}

.p_right2 {
  text-align: right;
}

.p_left a, .p_right a {
  display: inline-block;
  text-align: center;
  color: rgb(102,102,102);
  border-radius: 3px;
  background: rgba(212,240,234,.8);
  box-shadow: 0 1px 0 rgba(255,255,255,8),
            0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.titlelist_Toppager, .titlelist_pager {
  width: 70%;
  height: 35px;
  position: relative;
}

.titlelist_Toppager {
  margin: 0 auto 40px;
}

.titlelist_pager {
  margin: 40px auto;
}

.leftangle, .rightangle {
  color: rgb(102,102,102);
  color: rgb(53,61,75);
  border-radius: 3px;
  padding: 0 .2em;
  background: rgba(212,240,234,.8);
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0, 0, 0, 0.3) inset;
  position: absolute;
}

.leftangle {
  left: 0;
  top: 0;
 }

.rightangle {
  right: 0;
  top: 0;
}


/***----- footer
------------------------------------------***/

.push {
  height: 73px;
}

#end {
  position: relative;
  z-index: 3333;
  width: 100%;
  min-height: 73px;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
}

.foot, #copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}

#ad1, #ad2 {
  font-size: 11px;
}

address, small {
  font-family: 'Merriweather', serif;
  color: rgb(255,255,255);
  font-size: 12px;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255,255,255);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

#pagemiddle {
  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;
  border: 1px solid rgb(255,255,255);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: rgb(102,154,219);
}

.new {
  font-family: 'Merriweather', serif;
  color: red;
  font-size: 13px;
}

a.active {
  pointer-events : none;
  opacity: .4;
}


/***----- others
------------------------------------------***/

.relate_dl, .tb_dl {
  margin: 20px 0 0;
  width: 100%;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  background: rgba(212,240,234,.4);
  padding: 1.2em;
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding-bottom: .3em;
}

.tb_li2 {
  padding-bottom: .3em;
}


/***----- media less than 1100
------------------------------------------***/

@media screen and (max-width: 1100px) {

  #container {
    width: 90%;
  }
  
  #primary {
    margin-right: -270px;
  }
  
  main {
    margin-right: 310px;
  }
  
  #secondary {
    width: 270px;
  }
  
  .ttl {
    font-size: 33px;
  }
  
  .image_wrap {
    max-width: 720px;
  }
  
  .recent_pic {
    font-size: 24px;
    margin: 0 auto 50px;
  }
  
  figure {
    width: 180px;
    height: 140px;
  }
  
  figure img {
    width: 140px;
    height: 140px;
  }
  
  figcaption {
    width: 140px;
    height: 140px;
  }
  
  figcaption h3, figcaption p {
    width: 100px;
  }
  
}


/***----- media less than 854
------------------------------------------***/

@media screen and (max-width: 854px) {

  #primary, main, #secondary {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  
  #wrapper {
    width: 100%;
  }
  #container {
    width: 98%;
  }
  
  .recent_pic {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  
  .images {
    padding: 30px 0;
  }
  
  .image_wrap {
    max-width: 360px;
  }
  
  figure {
    margin-bottom: 20px;
  }
  
  .sp-hide {
    display: none;
  }
  
  .pc-hide {
    display: inline;
  }
  
  .topentry-ttl {
    display: block;
    text-align: left;
  }
  
  #name, #subject, #edit_name {
    width: 100%;
  }
  
  #mail, #url, #comment {
    width: 100%;
  }
  
  #sbm_btn, #del_btn {
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
  
  #tb_input {
    width: 100%;
  }
  
  figcaption h3 {
    top: 30px;
  }
  
  figcaption p {
    top: 75px;
  }
  
  input[type="text"], 
  input[type="password"], 
  input[type="search"], 
  textarea, 
  select {
    font-size: 16px;
  }
  
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  
  #pagebottom {
    right: 8px;
  }
  
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255,255,255);
    border-radius: 50%;
    background: rgba(255,255,255,.4);
  }
  
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: rgb(102,154,219);
    font-size: 11px;
  }
  
}


/***----- media less than 414 (include iPhone6plus)
---------------------------------------------------***/

@media screen and (max-width: 414px) {

  .ttl {
    font-size: 30px;
  }
  
  .recent_pic {
    font-size: 21px;
    margin: 0 auto 20px;
  }
  
  .image_wrap {
    max-width: 320px;
    margin-bottom: 20px;
  }
  
  figure {
    padding: 0 10px;
    width: 160px;
  }
  
  figcaption {
    left: 10px;
  }
  
  .cm_box {
    padding: 15px 10px 10px;
  }
  
  span.f_i {
    display: block;
  }
  
  .op {
    width: 100%;
  }
  
}