/* <system section="theme" selected="8599973812333959601"> */
@charset "UTF-8";
/*
  Theme: UnderShirt
  Author: rokuzeudon
  Responsive: yes
  Description:
    記事一覧ページでサムネイル画像を大きく表示するはてなブログテーマです。
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");
/*! 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;
}

#content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 992px) {
    #content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.entry-header .entry-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.entry-header .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.entry-header .categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.entry-header .customized-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.entry-header .social-buttons {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.archive-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-archive .archive-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.page-archive .archive-entry .entry-thumb-link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.page-archive .archive-entry .archive-entry-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.page-archive .archive-entry .archive-entry-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.page-archive .archive-entry .categories {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.archive-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.archive-entry-header .entry-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.archive-entry-header .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

html,
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Segoe UI, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    color: #454545;
    background-color: #f5f5f5;
    line-height: 1.6;
    letter-spacing: .08em;
}

a {
    color: #454545;
    text-decoration: none;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

a:hover {
    color: #1487bd;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}

/* はてなブログ グローバルヘッダ
  iframeですが、#globalheader-container に背景色や文字色を指定することで中にも色が反映されます
*/
#globalheader-container {
    background-color: #454545;
    color: #f5f5f5;
}

#content-inner {
    max-width: 1200px;
    margin: auto;
}

#blog-title {
    margin: auto;
    max-width: 1200px;
    padding: 3em 20px 2em;
    text-align: center;
}

@media (min-width: 992px) {
    #blog-title {
        margin: 0 auto;
        padding: 3em 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: left;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    #title {
        font-size: 2rem;
    }
}

#title a {
    color: #454545;
}

#blog-description {
    font-weight: normal;
    font-size: .8rem;
    margin: 1em 0 0;
}

.header-image-enable #blog-title {
    margin: 0 auto 2em;
}

@media (min-width: 768px) {
    .header-image-enable #blog-title {
        padding: 0 40px;
    }
}

.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .header-image-enable #blog-title-inner {
        background-size: cover;
    }
}

.header-image-enable #blog-title-content {
    margin: auto;
    text-align: center;
}

#top-box {
    max-width: 1200px;
    margin: 0 auto 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#top-editarea {
    margin-bottom: 1em;
}

.breadcrumb {
    padding: 0 20px;
    font-size: .78rem;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: calc( 100% - 337px);
    }
}

#main {
    width: 100%;
}

#main-inner {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 992px) {
    #main-inner {
        padding: 0 40px;
    }
}

.entry {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .entry {
        padding: 30px 40px;
    }
}

.entry-header {
    position: relative;
    margin: 10px 0 30px;
}

.entry-header .social-buttons {
    margin: 1em 0 0;
    padding: 1em 0;
    border-top: 1px solid #ddd;
}

.date {
    font-size: .9rem;
}

.date a {
    color: #999;
    text-decoration: none;
}

.date a:hover {
    color: #454545;
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.categories a {
    font-size: .86rem;
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 8px 2px;
    background: #f5f5f5;
    text-decoration: none;
}

.categories a:hover {
    color: #1487bd;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

.entry-footer-section a {
    color: #999;
}

.comment-box {
    margin: 2em 0 1em;
    padding: 2em 0 1em;
    border-top: 4px solid #ddd;
}

.comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .comment {
        font-size: .9rem;
    }
}

.entry-comment {
    margin: 0 0 1em;
    padding: 10px 10px 10px 70px;
    background: #f5f5f5;
    border-radius: 6px;
    position: relative;
}

.read-more-comments {
    padding: 10px 0;
    text-decoration: underline;
}

.hatena-id-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 .4em 0;
    word-wrap: break-word;
    color: #454545;
    font-size: .85rem;
}

.comment-content p {
    margin: 0 0 .6em 0;
}

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: .8rem;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
}

.leave-comment-title:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

@media (min-width: 992px) {
    #box2 {
        width: 377px;
    }
}

#box2-inner {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 768px) {
    #box2-inner {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    #box2-inner {
        padding-left: 0;
    }
}

.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .hatena-module {
        font-size: .9rem;
    }
}

.hatena-module-title {
    margin: 0;
    padding: 2em 0 1em;
    border-top: 4px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
}

.hatena-module-title a {
    color: #454545;
    text-decoration: none;
}

.hatena-module-title a:hover {
    text-decoration: underline;
}

.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.hatena-urllist li {
    padding: 0 0 1em;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.urllist-title-link {
    font-size: .9rem;
}

.urllist-category-link {
    color: #999;
    font-size: .8rem;
    padding: .1em .3em .1em 0;
}

.urllist-date-link a {
    display: block;
    margin: 0 0 .4em;
    color: #999;
}

.urllist-entry-body {
    margin-top: .3em;
    color: #999;
}

.urllist-with-thumbnails li .urllist-image {
    position: relative;
    margin: 0 1em 1em 0;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
}

.urllist-with-thumbnails li .urllist-image:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.urllist-categories {
    margin: .4em 0 0;
}

.profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.profile-description p {
    margin-top: 0;
}

.search-form, .search-result-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #ddd;
    border-radius: 3px;
    width: 100%;
    padding: 4px 0 2px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.search-module-input, .search-result-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.search-module-button, .search-result-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f1cb770a72175570fc55ef0e22b7c") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.search-module-button:hover, .search-result-button:hover {
    opacity: .85;
}

.archive-module-calendar a {
    display: block;
    margin: 0 .2em;
    padding: .2em 0 0;
    color: #1487bd;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1em;
}

.archive-module-calendar a:hover {
    color: #0f668f;
    background: white;
}

.hatena-module-category a {
    position: relative;
    padding: 0 0 0 20px;
}

.hatena-module-category a::before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    left: 2px;
    color: #999;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.hatena-module-category a:hover::before {
    color: #1487bd;
    left: 6px;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

.archive-header-category {
    margin: 30px;
    text-align: center;
}

.archive-entry {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}

@media (min-width: 768px) {
    .archive-entry {
        width: calc(50% - 10px);
        padding: 20px;
    }
    .archive-entry:nth-child(odd) {
        margin-right: 19.5px;
    }
}

.page-archive #main-inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-archive #main-inner {
        padding: 0 40px;
    }
}

.page-archive .entry-thumb-link {
    width: calc( 100% + 40px);
    margin: -20px 0 20px -20px;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb-link {
        width: calc( 100% + 40px);
        margin: -20px 0 20px -20px;
    }
}

.page-archive .entry-thumb {
    width: 100%;
    height: 48vw;
    background-position: center;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        height: 24vw;
    }
}

@media (min-width: 992px) {
    .page-archive .entry-thumb {
        height: 17vw;
        max-height: 202px;
    }
}

.page-archive .categories a {
    font-size: .7em;
}

.archive-date {
    margin-bottom: .2em;
}

.archive-entry-header .entry-title {
    font-size: 1rem;
}

.archive-entry-header .date {
    font-size: .8rem;
}

.archive-entry-body .entry-description {
    margin: 0;
    font-size: .8rem;
}

.archive-entry-body .social-buttons {
    display: block;
    margin-top: .3em;
}

.page-entry #main-inner {
    padding: 0;
}

@media (min-width: 768px) {
    .page-entry #main-inner {
        padding: 0 40px;
    }
}

.page-entry .breadcrumb {
    margin-bottom: 1em;
}

#footer {
    background: #eee;
}

#footer-inner {
    margin-top: 2em;
    padding: 10px 0;
    text-align: center;
    font-size: .8rem;
    color: #999;
}

#footer-inner a {
    color: #999;
}

#footer-inner p {
    margin: .5em auto;
}

@media (min-width: 768px) {
    #footer-inner {
        max-width: 1200px;
        margin: auto;
        padding: 20px 40px;
    }
}

.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 3em 0 0.8em 0;
}

.entry-content h3 {
    font-size: 1.5rem;
}

.entry-content h4 {
    margin: 2em 0 1em 0;
    font-size: 1.4rem;
}

.entry-content h5 {
    margin: 1.6em 0 1em 0;
    font-size: 1.2rem;
}

.entry-content h6 {
    margin: 1em 0 1em 0;
    font-size: .9rem;
}

.entry-content a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #0f668f;
    text-decoration: none;
}

.entry-content a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

.entry-content .entry-see-more {
    display: inline-block;
    padding: 10px 16px;
    color: #454545;
    text-decoration: none;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.entry-content .entry-see-more:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}

@media (min-width: 992px) {
    .entry-content table {
        font-size: .9rem;
    }
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: #fff;
}

.entry-content blockquote {
    margin: 2em 0 1.6em;
    padding: 20px;
    background: #f5f5f5;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    top: -52px;
    left: -12px;
    font-size: 8em;
    opacity: .1;
}

.entry-content pre,
.entry-content code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
    background: #fff;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #fff;
    border-radius: 3px;
}

.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em auto;
}

.entry-content .table-of-contents {
    margin: 0;
    padding: 1.2em;
    border: 1px solid #ddd;
    font-size: .9em;
}

.entry-content .table-of-contents::before {
    content: "目次";
    display: block;
    margin: 0 0 .8rem;
    padding: 0 0 .4rem;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}

.entry-content .table-of-contents a {
    color: #454545;
}

.entry-content .table-of-contents li {
    margin: 0 0 0 1.4em;
    list-style-type: decimal;
}

.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
}

.entry-content .table-of-contents li ul li {
    margin: 4px;
}

.pager {
    margin: 2em 0;
}

.pager .pager-prev, .pager .pager-next {
    display: block;
    width: 50%;
}

.pager .pager-next {
    text-align: right;
}

.pager .pager-prev a, .pager .pager-next a {
    display: inline-block;
    width: 96%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div.footnote {
    padding: 1em 0;
    border-top: #ddd 1px solid;
}

#footer .guest-footer {
    margin: 20px;
    padding: 25px 30px 10px;
    max-width: 700px;
    background: #fff;
    border-radius: 6px;
}

@media (min-width: 768px) {
    #footer .guest-footer {
        margin: 30px auto;
    }
}

.page-index .pager, .page-archive .pager {
    margin: 2em 0;
}

.entry-header-menu a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.entry-header-menu a:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.entry-header-html a, .entry-footer-html a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-header-html a:hover, .entry-footer-html a:hover {
    text-decoration: none;
    color: #0f668f;
}

/*# sourceMappingURL=boilerplate.css.map */
/* </system> */

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

/* support iOS */
html{
  height: -webkit-fill-available;
}
body:before {
  min-height: 100vh;
  max-height: -webkit-fill-available;
}

body {
background-color: transparent!important;
font-family: "Josefin Sans", "Noto Sans JP", sans-serif;}

body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20230430/20230430140138.jpg);
    background-size: cover;
    z-index: -1;
    background-blend-mode: lighten;
    background-color: #ffffff33;
}

a:visited {
    color: none!important;}
    
.page-index div#main-inner {
    display: none;
}

#wrapper {
    width: 100%!important;
}

#box2 {
    width: 100%;
}

#box2-inner {
        padding:0;
        overflow-x: hidden;
}

#content-inner {
    flex-wrap: wrap;
    max-width: max-content;
}

/*タイトルを消して記事一覧を下にずらす*/
 #blog-title{display:none;}
 #container-inner{margin-top:0px;}
 
 @media (min-width: 920px){
 #container-inner{margin-top:0px;}
 }
 
 div#container {
    margin-top: 70px;
}

.title-new {
    width: 100%;
    position: fixed;
    height: 70px;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    z-index: 100;
}

.title-new img {
    height: 60px;
margin-top: 11px;
}

/* PC用ナビゲーション */
.cat {
padding: 10px 0 10px 0;
margin: 40px 0 10px 0;
font-size: 1.3em;
font-family: 'Sacramento', cursive!important;
background-size: 100%;
background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20221013/20221013002938.png);
    text-align: center;
}

.cat2 {
padding: 10px 0 10px 0;
margin: 25px 0 10px 0;
font-size: 1.3em;
font-family: 'Sacramento', cursive!important;
background-size: 100%;
background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20221013/20221013002938.png);
    text-align: center;
}

.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: #555;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	max-width: 1000px;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	/* PC用メニュー高さ */
	line-height: 50px;
	/* PC用メニュー高さ */
	background-color: #555;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
	background-color: #999;
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #fff;
	/* PC用メニューボタン文字色 */
}


/* PC非表示 */

@media screen and (min-width:1001px) {
	.drawer_menu {
		display: none;
		text-align: center;
	}
}

@media screen and (min-width: 1001px) {

	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li1 ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 0;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li1:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 0px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}

	.drawer_menu .drawer_nav li1:hover ul.second-level li {
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li1:hover ul.second-level li a {
		display: block;
		background-color: #555;
		/* ドロップダウンメニューの文字の背景色 */
		color: #fff;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li1:hover ul.second-level li a:hover {
		background-color: #999;
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #fff;
		margin-left: 5px;
	}
}

/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #808080;
	/* ハンバーガーメニュー三本線の色 */
}


/******** 1000px以下 *********/

@media screen and (max-width: 1000px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: transparent;
		color: #808080;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 0px;
	}

	.drawer_menu .drawer_nav li,li1,li2,li3,li4,li5,li6,li7,li8,li9,li10,li11,li12,li13,li14 {
		background-color: #fff;
		height: auto;
		line-height: 65px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

.drawer_menu .drawer_nav li1 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220717/20220717200603.jpg);
    background-position-y: 5%;
}

.drawer_menu .drawer_nav li2 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20211012/20211012202357.jpg);
    background-position-y: 55%;
}

.drawer_menu .drawer_nav li3 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220520/20220520181047.jpg);
    background-position-y: 65%;
}

.drawer_menu .drawer_nav li4 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220624/20220624125920.jpg);
    background-position-y: 70%;
}

.drawer_menu .drawer_nav li5 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20161014/20161014162314.jpg);
    background-position-y: 50%;
}

.drawer_menu .drawer_nav li6 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20210309/20210309004148.jpg);
    background-position-y: 65%;
}

.drawer_menu .drawer_nav li7 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20160804/20160804171914.jpg);
    background-position-y: 85%;
}

.drawer_menu .drawer_nav li8 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20180202/20180202160135.jpg);
    background-position-y: 40%;
}

.drawer_menu .drawer_nav li9 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20230216/20230216175944.jpg);
    background-position-y: 35%;
}

.drawer_menu .drawer_nav li10 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20230717/20230717121627.jpg);
    background-position-y: 55%;
}

.drawer_menu .drawer_nav li11 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220420/20220420190414.jpg);
    background-position-y: 75%;
}

.drawer_menu .drawer_nav li13 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20240202/20240202203146.jpg);
    background-position-y: 40%;
}

.drawer_menu .drawer_nav li14 a {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20250320/20250320203251.jpg);
    background-position-y: 49%;
}

.drawer_menu .drawer_nav li1 a,.drawer_menu .drawer_nav li2 a,.drawer_menu .drawer_nav li3 a,.drawer_menu .drawer_nav li4 a,.drawer_menu .drawer_nav li5 a,.drawer_menu .drawer_nav li6 a,.drawer_menu .drawer_nav li7 a,.drawer_menu .drawer_nav li8 a,.drawer_menu .drawer_nav li9 a,.drawer_menu .drawer_nav li10 a,.drawer_menu .drawer_nav li11 a,.drawer_menu .drawer_nav li12 a,.drawer_menu .drawer_nav li13 a,.drawer_menu .drawer_nav li14 a {
    background-color: #fff;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif!important;
    padding-left: 20px;
    background-size: 100%;
    margin-bottom: 1px;
}



	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li1:hover ul.second-level {
		display: block;
	}

	.drawer_menu .drawer_nav li1 ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li1 ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
}

/*  ウィジェットタイトル */
.drawer-title {
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #555;
	/* ドロワーメニュー内タイトルライン背景色 */
	color: #fff;
}

/* フォローボタン */

.follow-buttons {
	text-align: center;
	margin-top: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.follow-buttons a {
	display: inline-block;
	width: 65px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.follow-buttons .inner-text {
	font-size: 10px;
	display: block;
}

.follow-buttons, .content-inner-follow-buttons .fa {
	border-radius: 5px;
	margin: 2px auto;
	font-size: 1.7em;
}

.follow-buttons .hatena,
.follow-buttons .blogicon-subscribe {
	background: transparent;
	color: #848484;
}

.follow-buttons .blogicon-subscribe:hover {
	color: #2f2f2f;
}

.follow-buttons .twitter,
.follow-buttons .blogicon-twitter {
	background: transparent;
	color: #848484;
}

.follow-buttons .blogicon-twitter:hover {
	color: #55acee;
}

.follow-buttons .instagram,
.follow-buttons .blogicon-instagram {
	background: transparent;
	color: #848484;
}

.follow-buttons .blogicon-instagram:hover {
	color: #D93177;
}

.follow-buttons .pvp,
.follow-buttons .blogicon-private {
	background: transparent;
	color: #848484;
}

.follow-buttons .blogicon-private:hover {
	color: #ff8686;
}

.follow-buttons .contact,
.follow-buttons .blogicon-smartphone {
	background: transparent;
	color: #848484;
}

.follow-buttons .blogicon-smartphone:hover {
	color: #5ab9ff;
}

.pc-hidden .profile-icon {
	float: none;
}

/* モジュールタイトル */
.hatena-module-title {
border-top: 0px solid #ddd!important;
border-bottom: 0px solid #ECEEF1!important;
padding: 0em 0.5em!important;
font-family: 'Sacramento', 'Kiwi Maru', sans-serif!important;
}

.hatena-module-title::first-letter {
font-size: 2em;
color: #5ab9ff;
}

.hatena-module-title a:hover{
text-decoration: none;
color: #ffffffe7;
}

/* カルーセル */
.hatena-module-custom-pickup .recent-entries .flickity-page-dots {
    bottom: 0;
}

.hatena-module-custom-pickup .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    border: 1px #fff solid;
}

@media screen and (max-width:768px){
.hatena-module-custom-pickup .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    }}

.hatena-module-custom-pickup .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #fff;
}

.hatena-module-custom-pickup {
position:relative;
}

.hatena-module-custom-pickup .hatena-module-title {
    display: none;
}

.hatena-module-custom-pickup .recent-entries {
max-width:1000px
display:block;
margin:0;
padding:0;
background:transparent;
}

@media screen and (min-width:768px){ 
.hatena-module-custom-pickup li.urllist-item.recent-entries-item {
width: 100%;
height: auto;
margin-pickup:2em;
margin-right:2vw;
margin-bottom:2em;
counter-increment: carousel-cell;
overflow: hidden;
}

.hatena-module-custom-pickup .urllist-item-inner.recent-entries-item-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #00000020;
    padding: 50px;
}

.hatena-module-custom-pickup a.urllist-image-link.recent-entries-image-link {
    display: block;
    width: 55%;
}

.hatena-module-custom-pickup a.urllist-title-link.recent-entries-title-link.urllist-title.recent-entries-title {
    display: flex!important;
    padding: 2.5%!important;
    margin: 0;
    font-size: 1.2em!important;
    letter-spacing: 4px;
    color: #454545!important;
    width: 40%!important;
    align-items: center;
    background: #ffffff50;
    position: relative!important;
    text-align: left!important;
}

.hatena-module-custom-pickup .urllist-categories.recent-entries-categories {
    position: absolute;
    top: 50%;
    left: 30%!important;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffffa8;
    width: 200px;
    height: 200px;
    justify-content: center;
    font-weight: 800;
}

.hatena-module-custom-pickup img.urllist-image.recent-entries-image {
margin: 0;
}

.hatena-module-custom-pickup .flickity-prev-next-button.next {
    left: 110px!important;
}

.hatena-module-custom-pickup .flickity-prev-next-button.previous {
    left: 60px;
}

.hatena-module-custom-pickup .recent-entries .flickity-page-dots {
    bottom: 21%;
    left: 8%;
    rotate: 90deg;
}}

@media screen and (max-width:768px){
.hatena-module-custom-pickup li.urllist-item.recent-entries-item {
width: 100%;
height: auto;
margin-pickup:0;
margin-right:2vw;
margin-bottom:2em;
counter-increment: carousel-cell;
overflow: hidden;
}

.hatena-module-custom-pickup .flickity-prev-next-button {
    border: solid 0px #fff;
    background: transparent;
        top: 87% !important;
}}

.hatena-module-custom-pickup img.urllist-image.recent-entries-image {
max-width: 100%;
width: 100%;
object-fit: cover;
aspect-ratio: 1 / 1;
}

.hatena-module-custom-pickup img.urllist-image.recent-entries-image:hover{
opacity: 0.6;
}

.hatena-module-custom-pickup .hatena-urllist li {
    padding: 0;
}

.hatena-module-custom-pickup a.urllist-title-link.recent-entries-title-link.urllist-title.recent-entries-title {
    display: block;
    padding: 0 1em 2em 1em;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: right;
    text-decoration: none;
    position: absolute;
bottom: 0;
right: 0;
    color: #fff;
    width: 75%;
    max-inline-size: max-content;
    margin-inline: auto;
}

.hatena-module-custom-pickup .urllist-categories.recent-entries-categories {
    position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffffa8;
    width: 200px;
    height: 200px;
    justify-content: center;
    font-weight: 800;
}

@media screen and (max-width:768px){ 
.hatena-module-custom-pickup .urllist-categories.recent-entries-categories {
    width: 150px;
    height: 150px;
    }}

.hatena-module-custom-pickup a.urllist-category-link.recent-entries-category-link {
    COLOR: #454545;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hatena-module-custom-pickup .urllist-category-link {
padding:0;
margin-right: 0;
}

.hatena-module-custom-pickup .urllist-categories.recent-entries-categories a:not(:first-child) {
    display: none;
}

.hatena-module-custom-pickup .urllist-categories.recent-entries-categories a:before {
    content: "in";
}

.hatena-module-custom-pickup .flickity-prev-next-button.next {
    transform: scaleY(-1) translateY(50%);
    left: 60px;
}

.hatena-module-custom-pickup .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.hatena-module-custom-pickup .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.hatena-module-custom-pickup .flickity-prev-next-button .arrow {
    fill: #fff !important;
}

@media screen and (min-width:768px){ 
.hatena-module-custom-pickup .flickity-prev-next-button {
    border: solid 0px #fff;
    background: transparent;
        top: 79% !important;
}}

.hatena-module-custom-pickup .flickity-prev-next-button:hover {
    background: transparent !important;
    }

/* カテゴリ別サイドバー記事 */
.hatena-module-custom-top {
    margin: 0 1em 46px 1em;
}
    
.hatena-module-custom-top li.urllist-item.recent-entries-item {
border-bottom: 0px;}

.hatena-module-custom-top ul.recent-entries.hatena-urllist.urllist-with-thumbnails {
    padding: 0;}

.hatena-module-custom-top li.urllist-item.recent-entries-item {
border-bottom: 0px;
width:22.5%;
margin: 0 1%;
}

@media (min-width: 768px){
.hatena-module-custom-top li.urllist-item.recent-entries-item:last-child {
    display: none;
}}

@media (max-width: 768px){
.hatena-module-custom-top li.urllist-item.recent-entries-item {
border-bottom: 0px;
width:47.5%;
}

.hatena-module-custom-top li.urllist-item.recent-entries-item:first-child {
    width: 100%;
}}

.hatena-module-custom-top ul.recent-entries.hatena-urllist.urllist-with-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hatena-module-custom-top .recent-entries-categories a {
    font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif;
    background-color: #ffffffbd;
    font-size: 10px;
    padding: 3px 2px 3px 4px;
    margin: 5px;
    display: inline-block;
}

a.urllist-see-more-link.recent-entries-see-more-link {
font-size:0;
}

a.urllist-see-more-link.recent-entries-see-more-link:before {
    content: "MORE >>";
    font-size: 16px;
    display: inline-block;
    color: #555;
    border-radius: 50px;
    padding: 0.1em 0.8em;
    text-decoration: none;
    border: solid 0px #5ab9ff;
    font-family: 'Josefin Sans';
}

.urllist-see-more {
    float: right;
}

.hatena-module-custom-destination .hatena-module-title {
margin: 0 1em;
}

/* 検索ボックス */
.hatena-module-custom-search {
    margin: 0 1em 60px 1em;
}

/* プロフィール */
.hatena-module-custom-profile img.me {
width: 100px;
border-radius: 50%;
}

.profile-description,.id,#profile-follow,.box1,.boxblue,.box3,.box26,.box27 {
font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif!important;
}

#copyright {
padding: 20px;
text-align: center;
background: transparent;
font-size: 10px;
font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif!important;
font-weight: bold;
}

a.urllist-category-link.recent-entries-category-link.category-PICKUP {
    display: none;
}

/******************************************************************************/

/* 記事ページ */
.entry-content p {
    margin: 0 0 2em 0;
    font-size: 0.9em;
    font-family: 'Josefin Sans';
}

.marker {
background: linear-gradient(transparent 60%, #cadeed 0%);
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.1em;
}

.entry-inner img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 0 4px -20px;
}

.entry-header {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    justify-content: flex-end;
    flex-flow: wrap!important;
    flex-direction: row-reverse!important;
}

.entry-inner .date.entry-date {
    width: 40%;
    float: right;
    text-align: right;
    font-size: 0.8em;
}

.entry-inner .date a {
    display: block;
}

.entry-categories.categories {
    width: 60%;
    float: left;
}

.entry-inner .categories a {
    font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif !important;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 0.8em !important;
    padding: 1px 16px 1px 14px;
    border: 1px dashed #000;
    display: flex;
    float: left;
}

.entry {
    padding: 0 20px!important;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}

.gmapmini {
height: 0;
overflow: hidden;
padding-bottom: 37%;
position: relative;
width:49%;
}

.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.gmapmini iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*サムネイルきりかえ*/
.mainImage img{
 text-align:center;
}

.thumbnails{
text-align:center;
}

.thumbnails img{
 width:80px!important;
 height:80px!important;
 object-fit:cover!important;
 margin-left:2px!important;
 margin-right:2px!important;
}

/*--------------------------------------
   見出し
--------------------------------------*/
.page-entry .entry-content h2 {
font-size: 1.1em !important;
    font-weight: 400;
    margin-left: -20px;
    margin-right: -20px;
}

.page-entry h2 {
    position: relative;
    background: #f5f5f5;
    padding: 1em 8px 1em 68px;
    color: #454545;
    border-top: solid 0px #364e96;
    border-bottom: solid 0px #364e96;
    border-left: solid 0em #454545;
    line-height: 1.5em;
}

.page-entry h2:before {
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: #454545;
    background: #f5f5f5;
    font-weight: 900;
    left: 0.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 0px white;
    overflow: hidden;
}

.page-entry h2.car:before {
  content: "\f1b9";
}

.page-entry h2.air:before {
  content: "\f072";
}

.page-entry h2.bicycle:before {
  content: "\f206";
}

.page-entry h2.bus:before {
  content: "\f207";
}

.page-entry h2.wine:before {
  content: "\f5ce";
}

.page-entry h2.ice:before {
  content: "\f810";
}

.page-entry h2.heart:before {
  content: "\f004";
}

.page-entry h2.pc:before {
  content: "\f109";
}

.page-entry h2.map:before {
  content: "\f3c5";
}

.page-entry h2.ferry:before {
  content: "\f21a";
}

.page-entry h2.beach:before {
  content: "\f5ca";
}

.page-entry h2.camera:before {
  content: "\f083";
}

.page-entry h2.bed:before {
  content: "\f236";
}

.page-entry h2.gohan:before {
  content: "\f2e7";
}

.page-entry h2.info:before {
  content: "\f05a";
}

.page-entry h2.train:before {
  content: "\f238";
}

.page-entry h2.animal:before {
  content: "\f1b0";
}

.page-entry h2.shopping:before {
  content: "\f07a";
}

.page-entry h2.ohuro:before {
  content: "\f2cd";
}

.page-entry h2.hiking:before {
  content: "\f6ec";
}

.page-entry h2.first:before {
  content: "\f521";
  color: gold!important;}
  
.page-entry h2.third:before {
  content: "\f521";
  color: copper!important;
}

.page-entry h2.second:before {
  content: "\f521";}


/* 水色の枠 */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5ab9ff;
    border-radius: 8px;
}

/* グレー背景box */
.box3 {
    padding: 1.5em 2em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f5f5f5;
    outline: 1px solid white;
    outline-offset: -1em;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/* シンプル黒枠 */
.box1 {
padding: 1em 1.2em;
margin: 2em 0;
border: solid 1px #000;
position: relative;
}

.box1 img{
width:100%;
text-align:center;
margin:0;}

/* 外部リンクのボックス */
.box028 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #5ab9ff;
}
.box028 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: #5ab9ff;
    color: #454545;
    font-weight: bold;
}
.box028 p {
    margin: 0; 
    padding: 0;
}

/* 関連記事を記事下よりも下に */
.customized-footer {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.entry-footer-modules {
-webkit-order:2;
order:2;
width: 100%;
}
.entry-footer-html {
-webkit-order:1;
order:1;
width: 100%;
}

/*はてぶすうはーと*/
.archive-entry-body {
    width: auto;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 20px;
    z-index: 10;
}

.archive-entry-body a:before{
    font-family: "Font Awesome 5 Free"!important;
    content: "\f004";
    vertical-align: middle;
    margin-right: 2px;
    color: #ff1493;
}

.archive-entry-body a{
color:transparent;
}

.share-3d {
    margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -95px;
    right: 16px;
}

.share-3d i{
font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color: #ff1493;
}
.share-3d a {
    position: relative;
    color: #ffffff;
text-decoration: none;
}

.share-3d .small-text {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry-footer-section {
  display: none;
}

/* ページ右下のハート */
.share-fixed {
    display: inline-block;
    position: fixed;
    right: 25px;
    bottom: 115px;
z-index: 5;
}

.share-fixed a {
position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff1493;
    background: #ff1493;
}

.share-fixed i {
position: absolute;
    font-size: 1.8em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-fixed .small-text {
display: none;}

/* 関連記事 */
.urllist-entry-body.related-entries-entry-body {
    display: none;}

.pager.pager-permalink.permalink {
    display: none;}

.comment-box {
    display: none;}

.page-entry .hatena-module.hatena-module-recent-entries.hatena-module-custom-pickup {
    display: none;
}

.related-entries img.urllist-image.related-entries-image {
    width: 75px;
}

.hatena-module-related-entries .hatena-module-title {
color:transparent;
}

.hatena-module-related-entries .hatena-module-title:before {
content:'Recommend for you';
color:#454545;
}

a.entry-category-link.category-PICKUP {
    display: none;
}

/******************************************************************************/

/* テーブル */
.entry-content table {
    margin-top: 0.7em;
    margin-bottom: 0.7em!important;
}

.entry-content table th, .entry-content table td {
    padding: 0px 10px!important;
}

.entry-content table th {
border-bottom: 0px solid #808080!important;
border-top: 0px solid #808080!important;
border-left: 0px solid #808080!important;
border-right: 0px solid #808080!important;
background: transparent!important;
}

table td.mark{
  text-align: center;}

table td {
  border: none!important;
}
table tr {
  border: none!important;
}

/*アフィリエイト*/
.aff {
color: #fff!important;
text-decoration: none!important;
padding: 0.5em 1em;
border-radius: 100vh;
margin: 0.5em;
border-bottom: 2px solid #ddd;
display: inline-block;
line-height: 1.5em;
}

.line {
background-color: #06c755;
}

.tell {
background-color: #3adc54;
}

.booking {
background-color: #003580;
}

.agoda {
background-color: #a4479c;
}

.jalan {
background-color: #ff5800;
}

.ikyu {
background-color: #ac9d0e;
}

.rurubu {
background-color: #030368;
}

.rakuten {
background-color: #70a130;
}

.yahoo {
background-color: #ff0033;
}

.hotels {
background-color: #d12d2c;
}

.klook {
background-color: #ff5a00;
}

.veltra {
background-color: #5f91ce;
}

.tripcom {
background-color: #2346ff;
}

.getyourguide {
background-color: #fb5433;
}

.his {
background-color: #10069f;
}

.asoview {
background-color: #f44336;
}

.kkday {
background-color: #02c1c9;
}

.jtb {
background-color: #cc0100;
}

.expedia {
background-color: #fddb33;
}

.activity {
background-color: #007bc0;
}

.nil {
background-color: #5ab9ff;
}

/**************************************************************************/

/* カテゴリページ */
.page-archive-category .archive-entries .entry-description {
    display: none;
}

.page-archive-category .archive-entry-tags {
    display: none;
}

@media (min-width: 768px) {
    .archive-entry:nth-child(odd) {
        margin-right: 1.7%;
    }

.page-archive-category .archive-entry {
background: transparent;
width: 30%;
margin: 0 1.6%;
padding: 0;
}

.page-archive .entry-thumb {
height: auto;
aspect-ratio: 1 / 1;
max-height: max-content;
}


.page-archive-category .entry-thumb-link {
        width: 100%;
        margin: 0;
    }}

@media (max-width: 768px) {
.page-archive-category .archive-entry {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.page-archive-category .entry-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    background-position: center;
}

.page-archive-category .entry-thumb-link {
    width: 45%;
    margin: 0;
}

.page-archive-category .archive-entry-header {
    width: 65%;}}

.page-archive-category .archive-header-category {
    text-align: center;
}

.page-archive-category .archive-header-category {
    margin: 10px 30px 50px 30px;
}

.page-archive-category .archive-header-category h2.archive-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    border: solid 1px #212121 !important;
    padding: 1em;
    color: #212121 !important;
    font-family: 'Kiwi Maru', serif;
}

.page-archive-category .archive-date {
    display: none;
}

.page-archive-category .archive-entry-header .entry-title {
    font-size: 0.75em;
    font-weight: normal;
    font-family: 'Josefin Sans', 'Kiwi maru';
    margin: 10px 0;
}

@media (max-width: 768px) {
.page-archive-category .archive-entry-header .entry-title {
    margin: 0 0 0 10px;
}}

.page-archive-category .archive-entry .categories {
    display: none;
    }

.archive-entry-body {
top: 0;
}

.page-archive-category .hatena-module.hatena-module-recent-entries.hatena-module-custom-pickup {
    display: none;
}

/**************************************************************************/

/* アーカイブページ */
.page-archive .archive-entries .entry-description {
    display: none;
}

.page-archive .archive-entry-tags {
    display: none;
}

@media (min-width: 768px) {
    .archive-entry:nth-child(odd) {
        margin-right: 1.7%;
    }

.page-archive .archive-entry {
background: transparent;
width: 30%;
margin: 0 1.6%;
padding: 0;
}

.page-archive .entry-thumb {
height: auto;
aspect-ratio: 1 / 1;
max-height: max-content;
}


.page-archive .entry-thumb-link {
        width: 100%;
        margin: 0;
    }}

@media (max-width: 768px) {
.page-archive .archive-entry {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.page-archive .entry-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    background-position: center;
}

.page-archive .entry-thumb-link {
    width: 45%;
    margin: 0;
}

.page-archive .archive-entry-header {
    width: 65%;}}

.page-archive .archive-header-category {
    text-align: center;
}

.page-archive .archive-header-category {
    margin: 10px 30px 50px 30px;
}

.page-archive .archive-header-category h2.archive-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    border: solid 1px #212121 !important;
    padding: 1em;
    color: #212121 !important;
    font-family: 'Kiwi Maru', serif;
}

.page-archive .archive-date {
    display: none;
}

.page-archive .archive-entry-header .entry-title {
    font-size: 0.75em;
    font-weight: normal;
    font-family: 'Josefin Sans', 'Kiwi maru';
    margin: 10px 0;
}

@media (max-width: 768px) {
.page-archive .archive-entry-header .entry-title {
    margin: 0 0 0 10px;
}}

.page-archive .archive-entry .categories {
    display: none;
    }

.archive-entry-body {
top: 0;
}

#archive .hatena-module.hatena-module-recent-entries.hatena-module-custom-pickup {
    display: none;
}

.page-archive a.test-pager-next,
.page-archive a.test-pager-prev {
    font-size: 0;
}

.page-archive a.test-pager-next:before {
    content: "NEXT";
    font-size: 15px;
    float: right;
}

.page-archive a.test-pager-prev:before {
    content: "PREV";
    font-size: 15px;
    float: right;
}

/**************************************************************************/

.tag {
    margin-top: 0px;
    margin-left: -16px;
    margin-right: -16px;
	margin-bottom: 2px;
	font-size: 14px;
}

.tag {
  position: relative;
  background: transparent;
  padding: 12px 8px 5px 35px;
  font-size: 14px!important;
  color: #454545;
  border-top: solid 0px #364e96;/*上線*/
  border-bottom: solid 1px #364e96;/*下線*/
  border-left: solid 0em #454545;
  font-family: 'Kiwi Maru', sans-serif;
}

.tag:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  content: "\f292";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0px 0px 5px 0px;
  color: #454545;
  background: transparent;
  font-weight: 900;
  width: 14px;
  text-align: center;
  height: 14px;
  line-height: 14px;
  left: 16px;
  top: 16px;
}

/*destination*/
hatena-module-custom-destination {
margin: 0 2em 60px 2em;
}

.destlist {
    padding:0;
    white-space:nowrap;
    max-width: 1020px;
    }

.destlist li {
    padding: 0em;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 50%;
    margin: 0.5em;
}

.destlist li.hawaii {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20180202/20180202160135.jpg);
}

.destlist li.zamami {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220717/20220717200603.jpg);
}

.destlist li.amami {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20211012/20211012202357.jpg);
}
    
.destlist li.syoudo {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220520/20220520181047.jpg);
}

.destlist li.izu {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20220624/20220624125920.jpg);
}

.destlist li.hachijo {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20210309/20210309004148.jpg);
}

.destlist li.kyoto {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20161014/20161014162314.jpg);
}

.destlist li.mexico {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20230216/20230216175944.jpg);
}

.destlist li.canada {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/travelwz/20230717/20230717121627.jpg);
}

.destlist a {
font-size: 0.9em;
color: #ffffff;
border: solid 0px #8f8f8f;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif !important;
}

h3.under, h3.ryotei, h3 {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    position: relative;
    font-family: 'Josefin Sans', 'Kiwi Maru', sans-serif;
    font-size: 1.1em!important;
    font-weight: 400;
    padding: 15px 0;
}

h3.ryotei {
    display: flex;
}

.ryotei span {
    margin-right: 10px;
    color: #9c9c9c;
}