  /* <system section="theme" selected="17391345971653699552"> */
  @charset "UTF-8";
@import url(https://kazesawa.github.io/css/webfont.css);

/*
  Theme: マテリアルぽっぷ
  Author: mamegoro
  Author URI: https://www.mamegoro.com/
  Version: 1.0.0
  Responsive: yes
  License: GNU General Public License //自由ソフトウェアファウンデーションライセンスhttps://www.gnu.org/philosophy/free-sw.ja.html
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description:
    カード型デザインのブログテンプレートです。
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}



/* ===============
  全体設定
=============== */
*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Kazesawa-Semibold';
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break:break-all; 
  word-wrap:break-word; 
  color: #33403d;
  background: #f5f5f5;
}
a {
  outline:none;
  text-decoration: none;
  color: #33403d;
}
img,a img {
  border: 0;
  border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1.entry-title {
  font-size: 150%;
  font-family: 'Kazesawa-Extrabold';
  transform: skewX(-10deg);
}
b, strong {
  font-family: 'Kazesawa-Extrabold';
}

/* ===============
  グローバルヘッダー(proで非表示にしている場合は削除してOK)
=============== */
#globalheader-container {
  background: #fff;
  border-bottom: none;
  -moz-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -o-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  overflow: hidden;
  color: #777;
}
#globalheader-container a {
  color: #777;
}


/* ===============
  ブログタイトルエリア
=============== */
#blog-title {
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
  position: relative;
}
.header-image-only #blog-title {
  background: #fff !important;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    text-align: center;
    width: 100%;
  }
}
#blog-title #title a {
  font-family: "Kazesawa-Extrabold";
  font-size: 90%;
  color: #4f8299;
  /*  text-shadow:0px 2px 3px rgba(0,0,0,.22); */
}
#blog-description {
  font-size: 70%;
  padding: 10px 0 0 0;
  color: #4f8299;
}
@media screen and (max-width:480px) {
  #blog-description {
    padding: 10px 10px 0;
  }
}
h1#title {
  font-size: 2.5em;
}
#top-editarea {
  width: 100%;
  text-align: center;
  background: #fff;
}
#top-box {
  margin-top: 15px;
}
#top-editarea a:hover {
  text-decoration: underline;
}
.top-menu-bar {
  background: #4f8299;
  color: #fff;
  padding: 5px 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
}
.top-menu-bar ul li {
  display: inline-block;
}
.top-menu-bar ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.header-image-enable #blog-title #title a,
.header-image-enable #blog-title #blog-description {
  text-shadow: none;
  color: #4f8299;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0-3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}


/* ===============
  レイアウト
=============== */
#container {
  width: 100%;
}
#content {
  padding: 20px 0px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
}
.page-entry #content {
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  #content {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  #content {
    max-width:100%;
  }
}
.page-index .enable-top-editarea .page-archive #content {
  padding: 30px 0 !important;
}
.page-archive #content {
  padding: 20px 10px 30px;
}
#content-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#wrapper {
  width: 70%;
}
.page-index .enable-top-editarea .page-archive #wrapper,.page-archive #wrapper {
  width: 100%;
}
#main-inner {
  margin-bottom: 45px;
}
.entry-inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .entry-inner,.page-archive .entry-inner {
  margin-bottom: 30px;
}
.page-index .enable-top-editarea .page-archive #box2,.page-archive #box2 {
  width: 100%;
  margin: 0;
}
#box2 {
  width: 30%;
}

#box2-inner {
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  margin-left: 0px;
}
.archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }
  #content-inner {
    margin: 0 15px;
  }
  .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width:768px) {
  .archive-entries {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:480px) {
  #content-inner {
    margin: 0;
  }
}

/* ===============
  TOPページ・Archivesページ
=============== */
.page-archive .archive-entry {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.page-index .enable-top-editarea .page-archive .archive-entry:hover,.page-archive .archive-entry:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.page-archive .entry-thumb {
  position: relative;
  top: 0;
  width: 100%;
  height: 15vw;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:1200px) {
  .page-archive .entry-thumb {
    height: 20vw;
  }
}
@media screen and (max-width:768px) {
  .page-archive .entry-thumb {
    height: 40vw;
  }
}
@media screen and (max-width:480px) {
  .page-archive .entry-thumb {
    height: 50vw;
  }
}
.entry-thumb-link {
  order: 0;
}
.archive-entry-header {
  order: 1;
  padding: 15px 10px 40px;
}
.archive-entry-body {
  order: 2;
}
.page-index .archive-entry-body {
  display: none;
}
.page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  background: #4f8299;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 70%;
  font-weight: bold;
}
.page-index .enable-top-editarea .page-archive .categories a,.page-archive .categories a {
  color: #fff;
}
.page-index .enable-top-editarea .page-archive .categories a:nth-child(n+2),.page-archive .categories a:nth-child(n+2) {
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description,.page-archive .entry-description {
  line-height: 1.1;
  font-size: 80%;
  padding: 0 15px 10px;
  position: relative;
  color: #999;
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description:after,.page-archive .entry-description:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1));
}
.page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
  font-size: 120%;
  line-height: 1.2;
  overflow: hidden;
  transform: skewX(-10deg);
  padding: 0 5px;
}
.page-index .enable-top-editarea .page-archive .archive-date,.page-archive .archive-date {
  position: absolute;
  bottom: 3px;
  right: 15px;
  z-index: 100;
  font-size: 80%;
}
.page-index .enable-top-editarea .page-archive .social-buttons,.page-archive .social-buttons {
  display: none;
}
.page-index .enable-top-editarea .page-archive .pager,.page-archive .pager {
  margin: 0 auto;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: block;
  padding: 10px 45px;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .pager a:hover ,.page-archive .pager a:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.archive-header-category {
  margin: 0;
}
.archive-heading {
  margin-bottom: 20px !important;
  padding: 10px 0 10px 10px;
  font-size: 20px !important;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.archive-entry-tags {
  display: none;
}

/* ===============
  サイドメニュー
=============== */
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
#box2-inner {
  grid-template-columns: 1fr;
}
@media screen and (max-width:1200px) {
  #box2 {
    margin:0 15px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
  }
}
.hatena-module-title {
  background: #ef7b75;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.hatena-module-title a {
  color: #fff;
}
.hatena-module-body {
  padding: 10px 10px 20px;
}
.hatena-module-profile {
  text-align: center;
  margin-bottom: 25px;
  z-index: 0;
  position: relative;
}
.profile-icon-link {
  display: block;
}
.profile-icon {
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.hatena-module-profile .hatena-module-body {
  background: url(//cdn-ak.f.st-hatena.com/images/fotolife/m/mamegoro/20190612/20190612114443.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 50px 0;
  margin: -5px 5px 0;
  z-index: -99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  background-size:cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  color: #666;
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.hatena-module-profile .hatena-module-body span {
  order: 2;
  line-height: 1.2;
}
.hatena-module-body .hatena-follow-button-box {
  position: relative;
  width: 200px;
  height: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}
.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #fff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count {
  border-radius: 20px;
  display: block;
  float: none;
  white-space: nowrap;
}
.hatena-module-body .hatena-follow-button.subscribing {
  color: #fff !important;
  width: 200px;
}
.hatena-module-body .hatena-follow-button.subscribing.hover {
  width: 200px;
}
.hatena-module-body .hatena-follow-button-box:hover {
  color: #fff !important;
  transform: translateY(-5px);
  transition: .3s ease-in-out;
}
.hatena-module-body .hatena-follow-button-box .subscription-count-box {
  display: block;
  position: absolute;
  top: 11px;
  left: 200px;
}
.profile-activities {
  order: 5;
  margin-top: 10px;
  font-size: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-size: 130%;
  font-family: 'Kazesawa-Extrabold';
}
.user-name-paren,.user-name-hatena-id {
  font-size: 12px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 80%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #4f8299;
  margin: 0 5px 0 0;
  color: #4f8299;
  width: 75%;
  height: 45px;
}
.search-module-input::placeholder {
  color: #4f8299;
}
.search-module-button {
  padding: 0 10px;
  margin: 0 0 0 -5px;
  border-radius: 8px;
  border: 1px solid #4f8299;
  background: #4f8299;
  color: #fff;
  width: 20%;
  height: 45px;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .hatena-urllist {
  margin: 0 10px 0 25px;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}
.authors-urllist li {
  margin: 10px 0;
}


/* ===============
  記事ページ・静的ページ
=============== */
.entry-content a {
  color: #4294FF;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
  color: #4f8299;
  line-height: 1.5;
  margin: 50px 0 10px;
  font-family: Segoe UI,Roboto,Kazesawa-Extrabold;
  display: block;
  padding: 5px 10px;
}
.entry-content h2 {
  font-size: 23px;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
}
.entry-content h3 {
  font-size: 22px;
  border-top: double 5px #4f8299;
  border-bottom: double 5px #4f8299;
}
.entry-content h4 {
  font-size: 20px;
  border-bottom: solid 3px #4f8299;
}
.entry-content h5,.entry-content h6 {
  font-size: 20px;
}
.breadcrumb {
  padding: 0 10px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
  line-height: 1.2;
  font-size: 80%;
}
@media screen and (max-width:1200px) {
  .breadcrumb {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width:100%;
  }
}
.page-entry .breadcrumb {
  margin-bottom: 0px;
}
.comment-box{
  position:relative;
  margin:20px 0;
}
.comment-box:before{
  position:relative;
  margin:0 0 45px 0;
  padding: 0 0 10px;
  content:"";
  display:-webkit-flex;
  display:block;
  white-space:nowrap;
}
.comment-box:after{
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  background: #ef7b75;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  content:"コメント";
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.leave-comment-title {
  color: #fff;
  background: #4f8299;
  text-align: center;
  display: block !important;
  padding: 5px 25px;
  font-family: 'Kazesawa-Semibold';
  border-radius: 8px;
  border: 1px solid #4f8299;
  margin: 15px auto 0;
  width: 300px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.leave-comment-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #fff;
  color: #4f8299;
}
.comment li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.comment li .hatena-id-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  margin: 0 15px 15px 0;
  float: left;
}
.comment li .comment-content p {
  font-size: 80%;
  line-height: 1.1;
}
.comment-metadata {
  text-align: right;
  font-size: 80%;
}
.page-entry .entry-content {
  font-size: 115%;
}
.page-entry .entry-content p {
  margin: 5px;
}
.page-entry .entry-content p img {
  margin: 5px 0px;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}
.page-entry .pager-next {
  text-align: right;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #33403d;
  padding: 5px 15px;
  display: block;
  border: 1px solid #4f8299;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  display: block;
  width: 100%;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #4f8299;
  color: #fff;
  display: block;
}
@media screen and (max-width:768px) {
  .page-entry .pager {
    grid-template-columns: 1fr;
    margin: 15px 10px;
  }
}
.entry-header {
  margin: 0 10px 15px;
}
.entry-header .categories a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0px 10px;
  font-size: 70%;
  text-decoration: none;
  color: #fff;
  background: #ef7b75;
  border-radius: 8px;
  font-weight: bold;
}
.table-of-contents{
  border:1px solid  #ef7b7590;
  border-bottom: 10px solid  #ef7b75;
  position:relative;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  border-radius: 8px;
  margin: 10px 0px !important;
}
.table-of-contents ul {
  margin: 0 !important;
}
.table-of-contents li {
  margin: 15px 15px 15px 45px;;
  font-size: 92%;
  line-height: 1.2;
}
.table-of-contents li a{
  text-decoration:none;
  color: #333;
  font-family: Kazesawa-bold;
}
.table-of-contents li a:hover{
  text-decoration:underline;
}
.table-of-contents li ul li{
  margin: 15px 25px;
}
@media screen and (max-width:768px) {
  .table-of-contents li ul li{
    margin: 15px;
  }
}
.table-of-contents:before {
  display: block;
  padding: 5px 15px;
  content: "\f039"" Contents";
  font-family: blogicon;
  color: #fff;
  background:  #ef7b7590;
  border-bottom: 10px solid  #ef7b75;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}
.entry-content ul,.entry-content ol {
  margin: 0 15px 0 35px;
}
blockquote {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  padding: 10px 15px;
  margin: 25px 10px 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
}
blockquote:before {
  content: '“';
  position: absolute;
  font-size: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  color: #fff;
  font-family: 'Kazesawa-Extrabold';
  text-align: center;
  line-height: 1.3;
}
.comment-user-name .comment-user-id .user-name-nickname {
  font-size: 110%;
  display: inline-block;
}
pre {
  color: #000;
  font-size: 12px;
  background-color: #fafafa;
  border: solid 1px #bbbbbb;
  line-height: 120%;
  margin: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 8px;
}
pre a {
  color: #000 !important;
}


/* ===============
  フッター
=============== */
.customized-footer {
  margin-top: 15px;
}
#footer,.customize-footer {
  background: #bfbfbf;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size:70%;
}
#footer a {
  color: #fff;
}
.services {
  margin: 0 auto;
}



/* ===============
  SNSリンクやボタンの設定など
=============== */
.head-sub-area {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}
.top-sns-button {
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.top-sns-button a,.side-sns-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: transparent !important;
}
@media screen and (max-width: 1200px){
  .top-sns-button {
    display: none;
  }
}
.button{
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  background-image: linear-gradient(top, #f4f1ee, #fff);
  border-radius: 50%;
  height: 60px;
  margin: 0 5px 0 0;
  position: relative;
  width: 60px;  
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: 4px solid #e1e2e3;
  box-shadow: 0px -1px 3px 0px #a3a3a3 inset;
  display: inline-block;
}
.button:after{
  color:#BEBEBE;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px;
}
.side-sns-button .button {
  margin: 10px 0 0 0 !important;
}
.sns-bukuma:after{
  content: "B!";
  left:12px;
  top:15px;
  font-family: Verdan;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-twitter:after{
  font-family: blogicon;
  content: "\f035";
  left: 11px;
  top: 13px;
  font-size: 25px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-feed img {
  opacity: .25;
  width: 70%;
  position: absolute;
  top: 7px;
  left: 8px;
}
.sns-rss:after{
  font-family: blogicon;
  content: "\f04e";
  left: 12px;
  top: 11px;
  font-size: 25px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.button:hover{
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.sns-bukuma:hover {
  border:4px solid #afd6ff;
}
.sns-twitter:hover {
  border:4px solid #b0f2ee;
}
.sns-feed:hover {
  border:4px solid #b9edb1;
}
.sns-rss:hover {
  border:4px solid #ffeeaa;
}
.google-auto-placed {
  margin-right: -10px;
}
  /* </system> */

  /* <system section="background" selected="undefined"> */

  /* </system> */

  /* 写真のデザイン */
  img,a img {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
  }

  /* ナビゲーションバーデザイン */
  .menu-container {
    margin: 0;
  }

  .menu-container .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu-container .menu .menu-item {
    flex: 1;
  }

  .menu-container .menu .menu-item a {
    background: #452E20;
    border: 1px solid #fff;
    border-right: none;
    color: #fff;
    height: 39px;
    display: block;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
  }

  .menu-container .menu .menu-item a:hover {
    background: #8bf0e2;
    color: #452E20;
  }

  .menu-container .menu .menu-item:last-child a {
    border-right: 1px solid #ccc;
  }

  @media screen and (max-width: 768px) {

    .menu-container {
      z-index: 1;
      position: relative;
    }

    .menu-container {
      top-margin: 10px;
      align-items: stretch;
    }
    
    .menu-container .menu {
      flex-wrap: wrap;
      width: 100%;
    }

    .menu-container .menu .menu-item {
      flex: auto;
      width: 33.33333333%;
    }

    .menu-container .menu .menu-item a {
      font-size: 80%;
      height: 30px;
    }
   
    .menu-container .menu .menu-item:nth-child(3n) a {
      border-right: 1px solid #d6bea5;
    }

    .menu-container .menu .menu-item:nth-child(n + 4) a {
      border-top: none;
    }
  }

  /* 文字の設定 */
  body {
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.4;
    font-weight: normal;
    margin: 0;
    padding: 0;
    word-break:break-all;
    word-wrap:break-word;
    color: #33403d;
    background: #f5f5f5;
  }

  b, strong {
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  /* h1の設定 */
  h1.entry-title {
    font-size: 170%;
    font-family: 'Kazesawa-Extrabold';
    transform: none;
    border-bottom: 1.5px solid black;
  }

  /* カードの文字の設定 */
  .page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
    font-size: 120%;
    line-height: 1.2;
    max-height:45px;
    overflow: hidden;
    transform: none;
    padding: 0 5px;
  }


  /* ブログタイトルのスペースの設定 */
  #blog-title {
    margin: 0 auto;
    padding: 0;
    background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20200329/20200329102919.jpg') center;
    background-size: cover;
    box-shadow: none;
    position: relative;
    height: 120px;
    border-top: 5px double white;
    border-bottom: 5px double white;
  }

  #blog-title-inner {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20200329/20200329213710_original.png");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 50% 50%;
    height: 112px;
    margin: 0 auto;
    padding: 0;
  }

  @media screen and (max-width: 768px) {
  /* 768pxまでの幅のサイズ */
      #blog-title {
        margin: 0 auto;
        padding: 0;
        background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20200329/20200329222507_original.jpg') center 60%;
        background-size: cover;
        box-shadow: none;
        height: 80px;
        border-top: 5px double white;
        border-bottom: 5px double white;
      }

      #blog-title-inner {
        background : none;
      }
  }

  /* ブログタイトルの文字設定 */
  #blog-title #title a {
    visibility: hidden;
  }

  /* ブログサブタイトルの文字設定 */
  #blog-description {
    visibility: hidden;
  }

  /* サイドバー プロフィールの画像設定 */
  .hatena-module-profile .hatena-module-body {
   background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20171111/20171111192440.jpg') no-repeat center !important;
  }

  /* サイドバー プロフィールの文字の色設定 */
  .hatena-module-profile .hatena-module-body,.hatena-module-profile .hatena-module-body a {
   color: #ffffff !important;
  }

  /* 色々な色の設定 */
  .page-archive .categories,.page-index .enable-top-editarea .page-archive .pager a,.archive-heading,.entry-content h2,.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20200329/20200329104036.jpg);
  background-position:center center;                     /* 画像の表示位置を指定  */
  background-size:cover;                               /* 画像のサイズを指定    */
  }

  /* 検索ボタン */
  .search-module-button {
    border: none;
    background: #452E20;
    border: 1px solid #a6968d;
  }

  /* コメントボタン */
  .leave-comment-title {
    color: #452E20;
    background: #3FF2D4;
    border: 1px solid #452E20;
  }
  .leave-comment-title:hover {
    color: #452E20;
    background: #FFE900;
  }

  /* アーカイブカードのカテゴリー */
  .page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
    background: #452E20;
  }

  /* アーカイブカードのタイトル*/
  .archive-heading {
    color: #452E20;
  }

  /* 次のページ*/
  .page-index .pager a,.page-archive .pager a {
    background: #3FF2D4;
    color: #452E20;
  }

  /* 検索窓 */
  .search-module-input {
    border: 1px solid #a6968d;
    color: #452E20;
  }

  .search-module-input::placeholder {
    color: #a6968d;
  }


  .page-entry .pager-prev a,.page-entry .pager-next a {
   border: 1px solid #58BE89 !important;
  }
  .entry-content h3 {
   border-top: none;
  }
  .entry-content h3 {
   border-bottom: none;
  }
  .entry-content h4 {
   border-bottom: none;
  }

  .hatena-module-title,.comment-box:after,.entry-header .categories a {
   background: #452E20 !important;
  }
  .table-of-contents {
   border:1px solid #3FF2D4 !important;
   border-bottom: 10px solid #8bf0e2 !important;
  }
  .table-of-contents:before {
   border-bottom: 10px solid #8bf0e2 !important;
   background: #3FF2D4 !important;
  }

  /* h2などの文字色の設定 */
  .entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    color: #452E20;
    margin: 20px 0 10px;
    font-family: Segoe UI,Roboto,Kazesawa-Extrabold;
    display: block;
    padding: 5px 10px;
  }

  /* h2の文字色の設定 */
  .entry-content h2 {
    border-radius: 0px;
    border-top: 2.5px solid #452E20;
    border-bottom: 2.5px solid #452E20;
    position: relative;
    padding: 0.5em 0.5em;
    margin-top: 50px;
    text-shadow: 0px 0px 3px white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/H/HatensHiryoaim40/20200329/20200329102919.jpg);
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:contain;                               /* 画像のサイズを指定    */
  }




  /* h3の設定 */
  .entry-content h3 {
    position: relative;
    color: white;
    padding: 0.5em 0.5em;
    background: linear-gradient(#666 0%, #666 50%, #333 50%, #000 100%);
    box-shadow:inset 1px 1px 0 rgba(0,0,0,1);
  }



  /* h4の設定 */
  .entry-content h4 {
    position: relative;
    color: #452E20;
    padding: 0.3em;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px white;
    background: #d6bea5;
  }

  h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #d6bea5;
    width: 0;
    height: 0;
  }

  /* h5の設定 */
  .entry-content h5 {
    position: relative;
    color: #452E20;
    padding: 0.25em 0;
  }

  h5:after {
    content: "";
    display: block;
    height: 4px;
    background: #8bf0e2;
  }


  /* カエレバのリンクデザイン */
  .cstmreba {
  width: 98%;
  height:auto;
  margin:36px 0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
  }
  .cstmreba a {
  transition: 0.8s ;
  color:#285EFF; /* テキストリンクカラー */
  }
  .cstmreba a:hover {
  color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
  }
  .cstmreba .booklink-box,.cstmreba　.kaerebalink-box,.cstmreba .tomarebalink-box {
   width: 100%;
   background-color: #fff;  /* 全体の背景カラー */
   overflow: hidden;
   border: 1px solid #ddd;  /* 外枠 */
   border-radius: 0px;
   box-sizing: border-box;
   padding: 12px 8px;
  }
  /* サムネイル画像ボックス */
  .cstmreba .booklink-image,
  .cstmreba .kaerebalink-image,
  .cstmreba .tomarebalink-image {
  width:150px;
  float:left;
  margin:0 14px 0 0;
  text-align: center;
  }
  .cstmreba .booklink-image a,
  .cstmreba .kaerebalink-image a,
  .cstmreba .tomarebalink-image a {
  width:100%;
  display:block;
  }
  /* サムネイル画像 */
  .cstmreba .booklink-image a img,.cstmreba .kaerebalink-image a img,.cstmreba .tomarebalink-image a img {
  margin:0 ;
  padding: 0;
  text-align:center;
  }
  .cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
  overflow:hidden;
  line-height:170%;
  color: #333;
  }
  /* infoボックス内リンク下線非表示 */
  .cstmreba .booklink-info a,
  .cstmreba .kaerebalink-info a,
  .cstmreba .tomarebalink-info a {
  text-decoration: none;
  }
  /* 作品・商品・ホテル名 リンク */
  .cstmreba .booklink-name>a,
  .cstmreba .kaerebalink-name>a,
  .cstmreba .tomarebalink-name>a {
  border-bottom: 1px dotted ;
  font-size:16px;
  }
  /* タイトル下にPタグ自動挿入された際の余白を小さく */
  .cstmreba .kaerebalink-name p,
  .cstmreba .booklink-name p,
  .cstmreba .tomarebalink-name p {
  margin: 0;
  }
  /* powered by */
  .cstmreba .booklink-powered-date,
  .cstmreba .kaerebalink-powered-date,
  .cstmreba .tomarebalink-powered-date {
  font-size:10px;
  line-height:150%;
  }
  .cstmreba .booklink-powered-date a,
  .cstmreba .kaerebalink-powered-date a,
  .cstmreba .tomarebalink-powered-date a {
  border-bottom: 1px dotted ;
  color: #333;
  }
  .cstmreba .booklink-powered-date a:hover,
  .cstmreba .kaerebalink-powered-date a:hover,
  .cstmreba .tomarebalink-powered-date a:hover {
  color:#333;
  }
  /* 著者・住所 */
  .cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
  font-size:12px;
  }
  .cstmreba .kaerebalink-link1 img,.cstmreba .booklink-link2 img,.cstmreba .tomarebalink-link1 img {
  display:none !important;
  }
  .cstmreba .kaerebalink-link1,.cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  }
  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
  float:left;
  width:31%;
  min-width:125px;
  margin:0.5% 1%;
  }
  /***** ボタンデザインここから ******/
  .cstmreba .booklink-link2 a,
  .cstmreba .kaerebalink-link1 a,
  .cstmreba .tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  padding:3% 1%;
  margin: 1px 0;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ccc;
  background: -moz-linear-gradient(top,#fafafa,#EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
  }
  .cstmreba .booklink-link2 a:hover,
  .cstmreba .kaerebalink-link1 a:hover,
  .cstmreba .tomarebalink-link1 a:hover {
  text-decoration: underline;
  }
  /* トマレバ */
  .cstmreba .tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
  .cstmreba .tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
  .cstmreba .tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
  .cstmreba .tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
  .cstmreba .tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
  .cstmreba .tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
  .cstmreba .tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
  /* カエレバ */
  .cstmreba .kaerebalink-link1 .shoplinkyahoo a {color:#ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
  .cstmreba .kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; }	/* ベルメゾン */
  .cstmreba .kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */
  .cstmreba .kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
  /* ヨメレバ */
  .cstmreba .booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
  .cstmreba .booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
  .cstmreba .booklink-link2 .shoplinkbk1 a { color:#0085cd; } /* honto */
  .cstmreba .booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
  .cstmreba .booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
  .cstmreba .booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
  /* カエレバ・ヨメレバ共通 */
  .cstmreba .kaerebalink-link1 .shoplinkamazon a,
  .cstmreba .booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
  .cstmreba .kaerebalink-link1 .shoplinkrakuten a ,
  .cstmreba .booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
  .cstmreba .kaerebalink-link1 .shoplinkseven a,
  .cstmreba .booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
  /***** ボタンデザインここまで ******/
  .cstmreba .booklink-footer {
  clear:both;
  }
  /***  解像度480px以下のスタイル ***/
  @media screen and (max-width:480px){
  .cstmreba .booklink-image,
  .cstmreba .kaerebalink-image,
  .cstmreba .tomarebalink-image {
  width:100%;
  float:none;
  }
  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
  width: 49%;
  margin: 0.5%;
  }
  .cstmreba .booklink-info,
  .cstmreba .kaerebalink-info,
  .cstmreba .tomarebalink-info {
  text-align:center;
  padding-bottom: 1px;
  }
  }


  /*上に戻る*/
  #page-top {
    display:none;
    position:fixed;
    right:10px;
    bottom:20px;
    margin: 0;
    padding: 0;
    text-align:center;
  }
  #move-page-top{
    color:rgba(0,0,0,0.4);
    text-decoration:none;
    display:block;
    cursor:pointer;
  }
  #move-page-top:hover{
    color:rgba(0,0,0,0.6);
  }
  @media only screen and (min-width: 400px){
    #page-top{
      right:50%;
      margin-right: -450px;
    }
  }


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*---------------
  ◆ ふきだし ◆
  ---------------*/

  /*=== 共通設定 ===*/

  /*全体の上下左右の余白*/
  .fuki {margin: 20px 0 ;}
  /*テキスト回り込み解除*/
  .fuki:after,.fuki:before {clear: both; content: ""; display: block;}
  /*アイコン画像の設定*/
  .fuki figure {margin: 0; display: block;}
  .fuki figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*★アイコン画像の枠線の太さと色の調整*/
  }

  /*アイコン画像の設定*/
  .fuki-img-left {margin-left: 10px; margin-top: 1px; float: left;}
  .fuki-img-right {margin-right: 10px margin-top: 1px; float: right;}
  .fuki-img-left,.fuki-img-right {width: 90px; height: 90px;}

  /*アイコン画像の名前*/
  .fuki-img-name {padding: 0; margin-top: 3px; font-size: 10px; line-height: 1.2em; font-weight: 400; text-align: center; display: block;}


  /*=== 会話風ふきだし ===*/
  .chat-text-left,.chat-text-right {
  position: relative;
  margin: 0 100px 16px;
  padding: 16px;
  box-shadow: 1px 1px 5px #aaaaaa90; /*★ふきだしの影*/
  border-radius: 10px; /*★ふきだしの丸さ調整*/
  }
  .chat-text-left p,.chat-text-right p {
  margin:0 !important;
  font-size: 16px;
  color: white; /*★ふきだし内テキスト文字色*/
  }

  /*左からのふきだし*/
  .chat-text-left {
  background-color: #222; /*★①左ふきだし背景色*/
  border: 2px solid #bbb; /*★②左ふきだし枠線の色*/
  }
  /*左からのふきだしの三角部分*/
  .chat-text-left:after {
  position: absolute;
  top: 16px; left: -22px; content: '';
  border: 12px solid transparent;
  border-right: 12px solid #222; /*★①ふきだし背景色*/
  }
  .chat-text-left:before {
  position: absolute;
  top: 16px; left: -24px; content: '';
  border: 12px solid transparent ;
  border-right: 12px solid #bbb; /*★②左ふきだし枠線の色*/
  }

  /*右からのふきだし*/
  .chat-text-right {
  background-color: #222; /*★③右ふきだし背景色*/
  border: 2px solid #bbb; /*★④右ふきだし枠線の色*/
  }
  /*左からのふきだしの三角部分*/
  .chat-text-right:after {
  position: absolute;
  top: 16px; right: -22px; content: '';
  border: 12px solid transparent;
  border-left: 12px solid #222; /*③右ふきだし背景色*/
  }
  .chat-text-right:before {
  position: absolute;
  top: 16px; right: -24px; content: '';
  border: 12px solid transparent;
  border-left: 12px solid #bbb; /*★④右ふきだし枠線の色*/
  }


  /*=== レスポンシブ設定 ===*/
  @media (max-width: 767px){
  /*スマホ表示の時は横幅いっぱいに広げる*/
  .chat-text-left,.mkmk-text-left {margin-left: 90px; margin-right: 0;}
  .chat-text-right,.mkmk-text-right {margin-left: 0; margin-right: 90px;}
  /*スマホ表示の時はふきだし画像サイズを小さくする*/
  .fuki-img-left,.fuki-img-right {width: 80px; height: 80px;}
  }

  /*-- ふきだしここまで ----
  ---------------------------*/