/*!
Theme Name: tabichin2
Theme URI: http://underscores.me/
Author: Hachisuzume2
Description: Theme for TabiChin02
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tabichin2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

tabichin2 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 10px;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1.site-title {
    font-size: 1.2em;
    margin: 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    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
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
/*input,*/
optgroup,
select {
    font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
    border: 1px #ccc solid;
    margin-bottom: 2em;
}

/**
 * 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 {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
    padding: 0 0.5em;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body:not(.page-id-22849) .mailform label { /* イベント参加フォームを除く */
    display: block;
}
.entry-content #dispmsg p.success, .widget-content #dispmsg p.success {
    background-color: #FEE4DB;
    padding: 1em;
}
#dispmsg blockquote {
    font-size: 0.56em;
    padding: 1em;
    border: 1px #ddd dashed;
    font-family: sans-serif;
    margin: 0;
}
body.page-id-22849 #dispmsg blockquote {
    font-size: 0.75em;
}
#dispmsg p {
    margin: 0 0 0.5em 0;
    font-size: 0.7em;
    background: #dfdfdf; /*#ECF4FE*/
    padding: 0.4em 0.5em;
}
body.page-id-22849 #dispmsg p {
    font-size: inherit;
}
#dispmsg pre {
    margin: 0;
    padding: 1em;
    font-size: 1em;
    background: #efefef;
}
p#errmsg i {
    color: #FFA300;
}
.wp-block-embed figcaption {
    font-size: 10px;
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
select,
optgroup {
    color: #606060;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 1.5;
}
body,
select,
optgroup, .txtmincho {
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin: 0 0 1.5em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: normal;
    /*font-feature-settings: "palt";*/
}

dfn, em {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

cite {
    font-style: normal;
    font-size: 11px;
    top: 20px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.txtbig {
    font-size: 2em;
}
.txtmedium {
    font-size: 0.5em;
}
.txtsmall, .wp-block-image figcaption {
    font-size: 1.1rem;
}
textarea, input, .banner-header, .content-nav, .pagination, .wp-block-image figcaption, .infopost-header, .entry-content ol, .wp-block-pullquote p, .txtgothic, #errmsg {
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.txtright {
    text-align: right;
}
.txtcenter, body.page-id-22849 .entry-title {
    text-align: center;
}
.txtred {
    color: #d63447;
}
.space0, ul, ul li, .entry-title, .archive-index {
    padding: 0;
    margin: 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    overflow: auto;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    overflow: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ol {
    list-style: decimal;
}
ol li {
    margin-bottom: 0.5em;
    padding: 0;
}
.entry-content ol {
    list-style-position: outside;
    font-size: 0.9em;
    color: #888;
}

ul, ul li {
    list-style: none;
}
.entry-content ul, .entry-content ul li {
    list-style: disc;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button, */
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    line-height: 1.2;
    padding: .4em 1em .4em;
    border: 0;
    cursor: pointer;
}
.search-form00 button {
    border: none;
    border-radius: 50%;
    background: #e6e6e6;
    color: #888;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 1rem;
    margin-left: 0.2em;
    cursor: pointer;
}
.search-form00 button:hover {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 1.5rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #aaa;
    color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
}
input[type="text"] {
    width: 160px;
}
input[type="email"] {
    width: 260px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus {
    color: #111;
    border: 1px solid #888;
    outline: 0;
}

textarea {
    width: 100%;
}
body.page-id-22849 .mailform textarea {
    height: 10em;
}
body.page-id-22849 .mailform textarea, body.page-id-22849 .mailform select, body.page-id-22849 .mailform input[type="text"], body.page-id-22849 .mailform input[type="email"], body.page-id-22849 pre {
    font-size: inherit;
    padding: 0.2em 0.5em;
}
body.page-id-22849 .mailform input[type="text"] {
    width:  12em;
}
body.page-id-22849 input[type="email"] {
    width: 17em;
}
body.page-id-22849 .mailform input[type="submit"] {
    font-size: 1em;
}
body.page-id-22849 .mailform div {
    margin: 2em 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a.wp-block-file__button, a.wp-block-file__button:visited, a.wp-block-file__button:focus, a.wp-block-file__button:active  {
    color: white;
}
a.wp-block-file__button:hover {
    color: inherit;
}
.site-content a:hover, .site-branding a:hover, .content-nav a:hover, .banner-header a:hover, .otayori:hover, body.photo-gallery h1 a:hover, .cdd_menu > li > a:hover, .photogallery-link a:hover, a.link:hover {
    background: url(img/linkbg.gif) repeat;
    border-bottom: none;
}
a.no-hover:hover {
    background: none;
    cursor: pointer;
}

a.arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: 4px;
    color: #aaa;
    font-size: 0.8em;
    vertical-align: text-top;
}

.entry-content a, a.link {
    border-bottom: solid #606060 1px;
}
.entry-content:not(body.postid-22748 .entry-content) a, a.link {
    padding-bottom: 1px;
}
.header-sharBtns-wrap .menu-search {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.footer-sharBtns-wrap .menu-search {
    bottom: 0;
    width: 186px;
    left: 50%;
    transform: translate(-50%, 24px);
    position: absolute;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.footer-sharBtns-wrap .shareBtns ul {
    margin: 1rem 0;
}
.footer-sharBtns-wrap .shareBtns ul {
    display: flex;
    justify-content: center;
}
.footer-sharBtns-wrap .shareBtns ul li {
    margin-left: 1rem;
}
.footer-search-open .footer-sharBtns-wrap .menu-search {
    transform: translate(-50%, -40px);
}

li.shareBtns-search {
    cursor: pointer;
}
.shareBtns a:hover {
    background: none;
}
.shareBtns {
    z-index: 999;
    position: relative;
}

.header-sharBtns-wrap .shareBtns {
    display: none;
    position: absolute;
    right: 46px;
    top: 23px;
}
.header-sharBtns-wrap .shareBtns ul {
    text-align: center;
    padding-left: 0;
    width: 24px;
    z-index: 9;
}
.header-sharBtns-wrap .shareBtns li {
    display: inline-block;
    margin: 0 10px;
}
.header-sharBtns-wrap .shareBtns li {
    margin: 0 0 16px;
    /* padding-left: 0; */
}

.shareBtns li {
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px;
}
.shareBtns li:hover {
    background-color: #d63447;
}
i {
    font-style: normal;
}
.shareBtns .shareBtns-alt {
    display: none;
}
.shareBtns i:before {
    font-size: 12px;
}
.shareBtns i.icon-mangainstagram::before {
    font-size: 14px;
}
.icon-search:before {
    content: "\f002";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-email:before {
    content: "\f0e0";
}
.icon-ochitebu:before {
    content: "\f7b5";
}
.icon-jaboo:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f3a5";
    font-weight: 400; /*Regularタイプ*/
}
.icon-mangatwitter:before {
    font-family: "Font Awesome 5 Brands"; /*TwitterやFacebookなどのBrandsタイプのアイコン*/
    content: "\f099";
}
.icon-mangainstagram:before {
    font-family: "Font Awesome 5 Brands"; /*TwitterやFacebookなどのBrandsタイプのアイコン*/
    content: "\f16d";
}
.icon-rss:before, .icon-email:before, .icon-ochitebu:before, .icon-search:before, .btn-menu:before, .btn-close:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; /*Solidタイプ*/
}
.searchForm {
    background-color: rgba(255,255,255,0.5);
    padding: 0 0.1em 0 0.5em;
    opacity: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.header-search-open .searchForm, .footer-search-open .searchForm {
    opacity: 1;
}
.header-search-open .searchForm-text, .footer-search-open .searchForm-text {
    border-bottom: 1px solid #d63447;
}
.searchForm-input {
    border: none;
    background: none;
    padding: 0.1em 0.7em;
}
.header-search-open .header-sharBtns-wrap .menu-search {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 28px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#ccd;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#ccd;
}
::placeholder{ /* Others */
color:#ccd;
}
.search-form00 {
    margin: 2em;
}

.otayori {
    cursor: pointer;
    letter-spacing: 1em;
}

.facebook, .tweet {
    color: #aaa;
    font-size: 1.4rem;
}
.sns-share a:hover {
    color: #666;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation, .overlay {
    left: 0;
    position: fixed;
    top: 0;
}
.main-navigation {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding: 2rem 0 2rem 8rem;
    font-size: 1.3rem;
    color: #fff;
}
.drawer {
    position: absolute;
    height: 24px;
    z-index: 9999;
    left: 20px;
}
.menu-open .drawer {
    position: fixed;
    left: 20px;
}
.drawer:hover .navbar_toggle_icon{
    background: #000;
}
.drawer:hover {
    cursor: pointer;
}
.navbar_toggle {
    z-index: 9999;
    margin: 0.2em 0;
    width: 24px;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 5px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    background: #666;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.menu-open .navbar_toggle .navbar_toggle_icon {
    background: #fff;
}

.menu-open .main-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    z-index: 999;
}
.main-navigation a {
    display: none;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.menu-open .main-navigation a {
    display: block;
}

.menu-main-menu-container {
    padding-top: 1rem;
}
.menu-open .navbar_toggle .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .navbar_toggle .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.menu-open .navbar_toggle .navbar_toggle_icon:nth-child(3) {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-open .site-header, .menu-open .site-content, .menu-open .shareBtns {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}
.overlay {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 888;
}
.menu-open .overlay, .header-search-open .overlay, .footer-search-open .overlay, .otayori-open .overlay {
    display: block;
}

.main-navigation ul ul {
    margin: 1em 0 3em;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 100%;
}

.main-navigation ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    margin-bottom: 1em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.pagination {
    text-align: center;
    background-color: #efefef;
    height: 20px;
    line-height: 20px;
    font-size: 0.56em;
    clear: both;
    margin-bottom: 0;
}
.pagination a, .pagination span {
    display: inline-block;
    margin-right: 10px;
}
.current_page {
    color: #c1c1c1;
}
.pagination a:hover, .main-navigation ul a:hover {
    background: none;
    color: #d63447;
}

a.ScrollTop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
    opacity: 0;
    font-size: 1.2rem;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: all 0.35s;
}
a.ScrollTop:hover {
    background: #222;
}
body.photo-gallery a.ScrollTop {
    background: rgba(255,255,255,0.8);
    color: #000;
}
body.photo-gallery a.ScrollTop:hover {
    background: rgba(214,52,71, 0.8);
    color: #fff;
}
.ScrollTop.isActive {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
a.more-link {
    font-size: 0.7em;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}
.widget-header {
    font-size: 0.64em;
    margin: 4em 0 1em;
}

.widget-area {
    margin: 4em 2rem 1.5em;
    display: flex;
    flex-wrap: wrap;
}
.widget-wrap {
    margin-bottom: 4em;
}

.archive-index {
    font-family: Verdana;
    display: inline-flex;
    flex-direction: column-reverse;
}
.archive-index > li {
    display: flex;
    padding-left: 0;
}
.archive-index li ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
}
.archive-index ul li:not(:last-child):after {    
    content: "|\00a0";
}
.archive-index li a {
        margin-bottom: 0.5em;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.page {
    margin: 0 0 1.5em;
}

.pagination {
    margin: 0 2rem 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
    line-height: 1.7;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.site {
    padding: 2.3rem 0;
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.hentry {
    margin-top: 7rem;
}
.content-area {
    margin-top: -8rem;
}

.site-header {
    margin: 0 2rem 2rem;
    position: relative;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.header-bar-wrap {
    margin: 0 0 0 4rem;
}

.trip-data {
    display: flex;
    width: 100%;
    text-align: right;
    margin: 0.1rem 0;
    justify-content: flex-end;
    flex-direction: column;
}

.place-now {
    display: none;
}
.site-main {
    margin-top: -7rem;
    display: block;
}

.route-map-wrap {
    position: absolute;
    bottom: 12%;
    right: 0;
}
.site-branding {
    width: 10em;
}
.photogallery-link-1, .twittermanga-link-1 {
    margin: 0;
    font-size: 10px;
}
.photogallery-link, .menu-open .photogallery-link {
    display: none;
}
.twittermanga-link-1 {
    display: inline-block;
    background-color: #808080;
    color: #fff;
    padding: 0 5px;
}
.entry-title, .catch {
    font-size: 1.5em;
    font-weight: normal;
}
.entry-title {
    margin: 2em 0;    
}
.catch {
    padding: 0 40px 0 0;
    margin: 0;
}
.catch:before, .catch:after {
    content: "\00A0";
    font-size: 1.5em;
    display: table;
    white-space: pre-wrap;
}

.entry-meta {
    font-size: 1.1rem;
}
.entry-meta li {
    line-height: 1.8;
}
.entry-meta i {
    color: #888;
    font-size: 0.9em;
}
.category-ichiran {
    border-bottom: 1px dotted #dfdfdf;
}
.category-ichiran li {
    padding-left: 0.5em;
    display: inline-block;
}
.entry-footer-btn, .site-footer {
    padding: 0.3em 0;
}
.entry-footer-btn p {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
.site-footer {
    border-top: 1px dotted #dfdfdf;
}

.widget-content ul, .widget-content li {
    padding-left: 0;
    margin-bottom: 0.25em;
}
.country-index ul.children {
    margin-left: 3em;
}
.tree ul li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 4em;
}
.tree ul li ul li {
  position: relative;
}
.tree ul li ul li::before, .tree ul li ul li:not(.no-yokobou)::after {
  content: "";
  left: -16px;
  position: absolute;
  width: 10px;
}
.tree ul li ul li::before {
  top: -0.5em;
  height: calc(100% + .75em);
  border-left: 1px solid #dfdfdf;
}
.tree ul li ul li:not(.no-yokobou)::after {
  top: .75em;
  border-bottom: 1px solid #dfdfdf;
}
.tree ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
ul.country-index li ul.children {
    margin-bottom: 0;
}
.tree ul li ul:first-child {
    margin-left: 2em;
}

.column-categorylist li:before {
    content: "-\00A0";
}
.column-categorylist li a:after {
    content: "\00A0";
}
.entry-wrap, .entry-footer {
    margin: 0 2rem 1.5em;
}
header.entry-header {
    margin-bottom: 1em;
}
.mealdata {
    margin: 2.3em 0 3em;
    float: right;
}
.mealdata li:nth-child(1) {
    margin-bottom: 1em;
}

.banner-header {
    font-size: 0.56em;
    text-align: center;
    font-weight: normal;
}
.content-nav {
    margin: 1rem -1rem 2rem;
    font-size: 0.56em;
}
.content-nav ul {
    display: flex;
    justify-content: center;
}

.category-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
}

.infopost-content h4 {
    margin: 0;
}
.infopost-content {
    font-size: 0.64em;
    line-height: 1.7;
}
.infopost-header {
    font-size: 0.64em;
}

button.wp_ulike_btn:hover:before {
    content: "いいね";
    left: 18px;
    top: 23px;
    z-index: 1;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    background-color: #d63447; /*dark red*/
    padding: 1px 3px;
    font-size: 0.7em;
    position: absolute;
}

a.simple_square_btn5 {
    display: block;
    position: relative;
    width: 18rem;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #888;
    margin: 0 auto;
    font-size: 1.3rem;
}
a.simple_square_btn5:hover {
     opacity:0.6;
     cursor: pointer;
     text-decoration: none;
}

.wp-block-pullquote {
    padding: 2em 1em;
    margin: 2em 0;
    border: 1px #ededed solid;
}
.wp-block-pullquote p {
    font-size: .9em;
    margin: 0;
}

.kakomi, .is-style-kakomi {
    padding: 2em 2em 0.5em;
    margin: 2em 0;
    background: rgba(239, 239, 239, 0.5);
}
.kakomi p, .is-style-kakomi p {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.kakomi img, .is-style-kakomi p {
    border: none;
}
.indent2, .is-style-indent2 {
    padding-left: 2em;
}
.wp-block-table td {
    padding: 0.5em;
    vertical-align: top;
}
article.page {
    margin: 4em 1em;
}

/*--------------------------------------------------------------
## Comments コメント
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.mail-boy {
    font-size: 0.72em;
    font-weight: normal;
}
.mail-boy:before {
    content: url(img/comment.gif);
    position: relative;
    top: 0.25em;
    margin-right: 0.2em;
}
.input-wrap {
    display: flex;
    flex-wrap: wrap;
}
#commentform p label {
    font-size: 12px;
}
#commentform .input-wrap label {
    margin-left: 5px;
    font-size: 10px;
}
#commentform p img {
    margin-bottom: -1.5em;
}

ul.commets-list {
    font-size: 12px;
    line-height: 1.8;
}
ul.commets-list p {
    font-feature-settings: unset;
}

.comment-footer, .reply {
    font-size: 1rem;
}
.comment-footer {
    border-top: 1px dotted #dfdfdf;
    text-align: right;
}
.reply {
    margin-bottom: 4rem;
}
.comment .comment {
    margin-left: 2rem;
}
.comment-content p {
    margin: 1rem 0.2rem;
}
.recent-comments {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 0.64em;
}
.recent-comments li {
    margin-bottom: 0.5em;
}
.comment-form {
    display: none;
}
.comment-form.open {
    display: block;
    z-index: 999;
    position: relative;
}
.prompt-comment-subscribe .postmatic-tooltip {
    font-size: 12px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.moreButton {
    margin: 0 2rem 20px;
}
#more-button, .infinite-scroll-last, .infinite-scroll-error {
    width: 100%;
    border: none;
    padding: 0.2em;
    background-color: #efefef;
    text-align: center;
}
#more-button {
    margin: 40px 0 0;
}
.infinite-scroll-last,
.infinite-scroll-error {
    margin: 40px 0 60px;
}
#more-button:hover {
    background: rgba(0,0,0,0.6);
    color: #fff;
    cursor: pointer;
}

.scroller-status {
  display: none;
  margin: 2rem;
}

body.archive .infinite-scroll-request, body.search .infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #ddd;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 30px;
  margin: auto;
  width: 30px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
.entry-content iframe {
    margin: 0 0 1em;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.wp-block-image {
    display: table;
}
.entry-content figure.wp-block-image {
    margin: -1em 0 1.5em;
}
.wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 8em;
    text-align: right;
    display: table-caption;
    caption-side: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------------------------------------------------*/

@media print, screen and (min-width: 528px) {
    body,
    select,
    optgroup {
        font-size: 20px;
        font-size: 2em;
    }
    .txtsmall, .wp-block-image figcaption {
        font-size: 1rem;
    }
    .entry-meta {
        font-size: 0.64em;
    }
    .shareBtns li {
        line-height: 20px;
    }
    .trip-data {
        justify-content: flex-start;
        float: left;
        /*width: 42em;*/
        flex-direction: row;
    }
    .header-bar {
        display: block;
        margin: -0.2rem 0 0;
    }
    .trip-data span {
        margin-right: 1em;
    }
    .menu-open .main-navigation {
        width: 290px;
    }
    body.search .page-content {
        margin: 2em;
    }
    .comment .comment {
        margin-left: 4rem;
    }
}
@media print, screen and (min-width: 720px) {
    .comment-box {
        margin-left: 31%;
    }
}
@media print, screen and (min-width: 768px) {
    .drawer {
        position: fixed;
        left: 46px;
    }
    .photogallery-link-1 {
        display: none;
    }
    .photogallery-link {
        display: block;
        margin: 10px 0 0 -55px;
    }
    .twittermanga-link-1-box {
        margin-top: -8px;
    }
    .header-sharBtns-wrap .shareBtns {
        display: flex;
    }
    .widget-area {
        margin: 4em 8rem 1.5em;
    }
    .widget-wrap {
        flex-basis: 49%;
        max-width: 49%;
    }
    .widget-wrap:nth-child(odd) {
        border-right: 1px dotted #dfdfdf;
        padding-right: 1.5em;
    }
    .widget-wrap:nth-child(even) {
        padding-left: 1.5em;
    }
    body.home .site-header {
        margin: 0 100px;
    }
    .pagination {
        margin: 0 8rem 1.5em;
    }
    .post, article.page {
        margin: 7rem 8rem 1.5em;
    }
    .home .post {
        margin: 7rem 100px 1.5em;
    }
    .content-area {
        margin-top: 0;
    }
    .header-bar-wrap {
        margin: 0;
    }
    .site-main {
        margin-top: -6.5rem;
    }
    .entry-wrap, .entry-footer { 
        margin: .5em 0 1.5em;
    }
    [type="checkbox"], [type="radio"] {
        height: 1.2em;
        width: 1.2em;
    }
}
@media print, screen and (min-width: 840px) {
    .header-bar-wrap {
        width: calc(100% - 250px);
    }
    .place-now {
        margin: 0 100px;
        display: block;
    }
    .site-content {
        margin-top: -0.7rem;
    }
    .route-map-wrap-mobile, .route-map-mobile, .place-now-mobile {
        display: none;
    }
}
@media print, screen and (max-width: 839px) {
    .route-map-wrap, .route-map {
        display: none;
    }
}
@media print, screen and (min-width: 1000px) {
    .entry-wrap {
        display: flex;
        justify-content: space-between;
    }
    .entry-content-wrap {
        width: 69%;
    }
    header.entry-header {
        padding-right: 1em
    }
    article.page {
        margin: 7rem auto 1.5em;
        width: 69%;
    }
}
@media print, screen and (min-width: 1160px) {
    .drawer {
        left: calc(( 100% - 1160px ) / 2 + 46px);
    }
}