@charset "UTF-8";
/*!
// Theme Name: Yuru2Cafe
Theme URI: http://yuru2cafe.com
Author: Ghichi
Author URI: http://ghichi.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yuru2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Yuru2Cafe is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body {
  background: #fff; }

body {
  color: #404040; }
  body .site-footer {
    color: #fff; }

.site-identify {
  color: #263c00; }

.site-main h2 {
  color: #263c00;
  margin-bottom: 0.5rem;
  background: #eee;
  padding: 0.2rem 0.8rem;
  border-left: 0.8rem solid #263c00; }
  .blog .site-main h2,
  .archive .site-main h2,
  .category .site-main h2 {
    margin-bottom: 0;
    background: none;
    padding: 0;
    border-left: none; }

.page .site-main {
  background: #fff; }

.home .site-main {
  background: none; }

h3 {
  color: #263c00; }

hr {
  background-color: #ccc; }

.container3 {
  background: #def4b9; }
  @media (max-width: 40em) {
    .home .container3,
    .blog .container3,
    .single .container3,
    .archive .container3,
    .search .container3 {
      background: #fff; } }

@media (min-width: 40em) {
  .single .container2,
  .blog .container2,
  .archive .container2,
  .search .container2 {
    background: #fff; } }

.blog-content .post .entry-header {
  background: #fff; }

@media screen and (min-width: 64em) {
  .blog .blog-content .post,
  .archive .blog-content .post,
  .search .blog-content .post {
    background: #fff; } }

.breadcrumbs {
  background: #fff; }
  .archive .breadcrumbs,
  .page .breadcrumbs,
  .blog .breadcrumbs {
    background: none; }

.container2 {
  background: #fff; }

.blog .blog-content .post {
  margin-bottom: 1rem;
  background: #fff; }

.wp-block-columns {
  background: #fff; }
  .widget-area .wp-block-columns {
    background: #7ea934; }
  .site-footer .wp-block-columns {
    background: none; }

.archive .page-header,
.page .page-header,
.blog .entry-header,
.search .page-header {
  color: #333; }

.site-footer {
  background: #263c00; }

/* Start from _links.scss */
a {
  color: #4169e1;
  text-decoration: none; }
  .entry-content a {
    text-decoration: underline; }
  .site-title a,
  .site-header .contact a {
    color: #333 !important;
    text-decoration: none; }
  .site-footer a {
    color: #fff; }
  a:visited {
    color: #800080; }
  .site-footer a:visited,
  .site-footer a:hover,
  .site-footer a:focus,
  .site-footer a:active {
    color: #fff; }
  a:hover, a:focus, a:active {
    color: #191970;
    opacity: 0.6; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
  color: #000; }

/* End from _links.scss */
.widget-area {
  background: #5d8616;
  color: #fff; }
  .widget-area a,
  .widget-area a:hover,
  .widget-area a:focus,
  .widget-area a:active {
    color: #fff; }

/* Calencer */
.wp-block-calendar table caption {
  color: #fff; }

.wp-block-calendar table th {
  color: #666;
  background: #eee; }

.wp-block-calendar table tbody {
  color: #999; }

/* from _sitefooter.scss < sitefooter */
.site-info {
  border-top: 2px solid #5d8616; }

/* from _navigation.scss */
.main-navigation {
  background: #5d8616; }

.main-navigation a {
  color: #fff; }

.main-navigation li:hover > a {
  color: #fff;
  background: #7ea934; }

.main-navigation ul ul {
  background: #7ea934; }

.main-navigation ul ul a:hover {
  background: #caed8e;
  color: #fff; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
  background: #def4b9;
  color: #5d8616; }
  .home .main-navigation .current_page_item > a, .home
  .main-navigation .current-menu-item > a, .home
  .main-navigation .current_page_item > a:hover, .home
  .main-navigation .current-menu-item > a:hover {
    background: #5d8616;
    color: #fff; }

.main-navigation .current_page_ancestor {
  background: #7ea934;
  background: #7ea934; }

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
  color: #5d8616;
  background: #def4b9; }

/* from _accessibility.scss <  utilities */
/* Text meant only for screen readers. */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b; }

/* .post-category &  .post-tag */
.post-category li {
  background: #caed8e; }
  .post-category li a {
    color: #5d8616; }

.post-tag li {
  background: #eee; }
  .post-tag li a {
    color: #666; }

/*--------------------------------------------------------------
# Base
@import "base/base";
--------------------------------------------------------------*/
/* Forms

	@import "elements/buttons";
	--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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; }

/* Forms
		@import "elements/fields";
	--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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 {
  color: #666;
  border: 1px solid #ccc; }
  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 {
    color: #111; }

select {
  border: 1px solid #ccc; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.6;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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; }

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "AcademyEngravedLetPlain", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6; }

html {
  font-size: 16px; }

h1 {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 1.4rem; }
  .site-main h1 {
    padding: 1rem 1rem 1rem 0; }
  @media (min-width: 40em) {
    h1 {
      font-size: 1.6rem; }
      .archive .site-main h1,
      .page .site-main h1,
      .blog .site-main h1,
      .search .site-main h1 {
        padding: 0; } }

h2 {
  clear: both;
  margin: 0;
  font-size: 1.2rem; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.4rem; } }

h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding-left: 0.5em;
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0; }

.wp-block-cover {
  margin-bottom: 1rem; }

.home .wp-block-cover h1 {
  font-size: 1.6rem;
  color: #fff; }
  @media (min-width: 40em) {
    .home .wp-block-cover h1 {
      font-size: 2.2rem; } }

p {
  margin-bottom: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-indent: 0.5rem; }
  p.sub-title {
    margin: 0 0 1.5em;
    font-size: 1.6rem;
    padding: 0 1.6rem;
    text-indent: 0; }
  .entry-content p {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6; }
  .site-identify p {
    margin: 0;
    padding: 2px;
    font-size: 0.8rem;
    text-align: center; }
    @media (min-width: 40em) {
      .site-identify p {
        text-align: left; } }

p#catch {
  margin: 0;
  padding: 0;
  color: #999;
  text-indent: 0; }
  .single p#catch {
    border-bottom: 1px solid #999; }
  .single .blog-content p#catch {
    border-bottom: none; }

@media (min-width: 40em) {
  .entry-content p {
    padding: 0; } }

.no-wrap {
  white-space: nowrap; }

.home-eye-catching-text {
  font-size: 1rem !important; }
  @media (min-width: 40em) {
    .home-eye-catching-text {
      font-size: 2rem !important; } }

.explain {
  text-align: left;
  margin-bottom: 1rem;
  display: none; }

.site-title {
  font-size: 2rem;
  margin: 0;
  padding: 0; }
  .site-title a {
    text-decoration: none;
    font-weight: 600; }

.site-description {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700; }
  @media (min-width: 40em) {
    .site-description {
      text-align: left; } }

.captionmove .wp-block-image {
  position: relative; }

.captionmove figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 2rem;
  width: 80%; }

.wp-block-image figcaption {
  padding: 0 0.5rem;
  text-align: center; }

@media (min-width: 40em) {
  .site-branding {
    text-align: left; } }

.search-form {
  margin-bottom: 0.5rem; }

.site-branding-inner-60 .contact {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem; }
  @media (min-width: 40em) {
    .site-branding-inner-60 .contact {
      text-align: left; } }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 1rem 1.5em 0;
  background: #eee;
  padding: 1rem; }
  @media (min-width: 40em) {
    blockquote {
      margin: 0 1.5em;
      border-radius: 30px; } }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background-size: cover; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  width: 100%; }

@media screen and (min-width: 64em) {
  .blog .blog-content .article-partition,
  .archive .blog-content .article-partition,
  .search .blog-content .article-partition,
  .home .blog-content .article-partition,
  .single .blog-content .article-partition {
    display: none; } }

ul,
ol {
  margin: 0; }
  .wp-block-group ul, .wp-block-group
  ol {
    margin-left: 2rem; }
  ul.wp-block-latest-comments,
  ol.wp-block-latest-comments {
    margin: 0; }

ul {
  list-style: none; }
  .widget ul {
    padding-left: 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }
  @media (min-width: 40em) {
    .wp-block-columns img,
    .post_thumbnail img.wp-post-image {
      border: 2px solid #eee;
      padding: 2px;
      background: #fff; } }

.custom-logo {
  width: 80px; }

figure {
  margin: 0; }

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

.table010 {
  border: 1px solid #eee !important; }

.table020 {
  border: 2px solid #eee !important; }

.table030 {
  border: 1px solid #ddd !important; }

.table040 {
  border: 2px solid #ddd !important; }

.table050 {
  border: 1px solid #ccc !important; }

.table060 {
  border: 2px solid #ccc !important; }

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 3px;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

.wp-block-search__inside-wrapper button {
  white-space: nowrap;
  font-size: 0.9rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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 {
  border-radius: 3px;
  padding: 3px; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container3 {
  padding-top: 1rem; }

.site-main,
.widget-area {
  padding: 1rem; }

@media screen and (min-width: 40em) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0; }
    .home .container,
    .blog .container,
    .single .container,
    .container .archive,
    .container .search {
      margin: 1rem auto 0; }
  .home .container2,
  .single .container2,
  .blog .container2,
  .archive .container2,
  .search .container2 {
    display: inline-flex;
    max-width: 1000px;
    margin: 1rem 0 auto;
    padding: 0;
    width: 100%; }
  .home .site-main,
  .single .site-main,
  .blog .site-main,
  .archive .site-main,
  .search .site-main {
    width: 75%;
    max-width: none; }
  .home .widget-area,
  .single .widget-area,
  .blog .widget-area,
  .archive .widget-area,
  .search .widget-area {
    width: 25%;
    padding: 0.5rem;
    margin-left: 1rem; }
  .home .container,
  .single .container {
    margin: 0 auto 0; }
  .home .container2,
  .single .container2 {
    margin: 0 auto; } }

.main-content {
  padding: 0; }

.blog .blog-content .post,
.archive .blog-content .post,
.search .blog-content .post,
.single .blog-content .post {
  margin-bottom: 1rem; }
  .blog .blog-content .post .post-categories,
  .archive .blog-content .post .post-categories,
  .search .blog-content .post .post-categories,
  .single .blog-content .post .post-categories {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.home .blog-content .post .post-category02,
.blog .blog-content .post .post-category02,
.archive .blog-content .post .post-category02,
.single .blog-content .post .post-category02 {
  display: none; }

@media screen and (min-width: 64em) {
  .home .blog-content .post .post_thumbnail,
  .blog .blog-content .post .post_thumbnail,
  .archive .blog-content .post .post_thumbnail,
  .single .blog-content .post .post_thumbnail {
    position: relative; }
  .home .blog-content .post .post-category02,
  .blog .blog-content .post .post-category02,
  .archive .blog-content .post .post-category02,
  .single .blog-content .post .post-category02 {
    display: block;
    position: absolute;
    top: 0;
    right: 0.5rem;
    padding: 1px 5px;
    background: #eee; } }

.home .blog-content .post,
.blog .blog-content .post,
.archive .blog-content .post,
.single .blog-content .post {
  display: flex; }
  .home .blog-content .post .entry-header,
  .blog .blog-content .post .entry-header,
  .archive .blog-content .post .entry-header,
  .single .blog-content .post .entry-header {
    order: 2;
    width: 60%;
    padding: 0 0.5rem 0 0; }
    .home .blog-content .post .entry-header .entry-title,
    .blog .blog-content .post .entry-header .entry-title,
    .archive .blog-content .post .entry-header .entry-title,
    .single .blog-content .post .entry-header .entry-title {
      font-size: 1.2rem; }
    .home .blog-content .post .entry-header .post-category03,
    .blog .blog-content .post .entry-header .post-category03,
    .archive .blog-content .post .entry-header .post-category03,
    .single .blog-content .post .entry-header .post-category03 {
      color: #999;
      font-size: 0.9rem; }
      @media screen and (min-width: 64em) {
        .home .blog-content .post .entry-header .post-category03 .post-category04,
        .blog .blog-content .post .entry-header .post-category03 .post-category04,
        .archive .blog-content .post .entry-header .post-category03 .post-category04,
        .single .blog-content .post .entry-header .post-category03 .post-category04 {
          display: none; } }
    .home .blog-content .post .entry-header .entry-meta .post-date02,
    .blog .blog-content .post .entry-header .entry-meta .post-date02,
    .archive .blog-content .post .entry-header .entry-meta .post-date02,
    .single .blog-content .post .entry-header .entry-meta .post-date02 {
      display: none; }
  .home .blog-content .post .post_thumbnail,
  .blog .blog-content .post .post_thumbnail,
  .archive .blog-content .post .post_thumbnail,
  .single .blog-content .post .post_thumbnail {
    order: 1;
    width: 40%;
    padding: 0 0.5rem 0; }

@media screen and (min-width: 64em) {
  .home .blog-content .post .entry-header .entry-meta .post-date02,
  .blog .blog-content .post .entry-header .entry-meta .post-date02,
  .archive .blog-content .post .entry-header .entry-meta .post-date02,
  .single .blog-content .post .entry-header .entry-meta .post-date02 {
    display: block;
    text-align: left; } }

@media screen and (min-width: 64em) {
  .blog .blog-content,
  .search .blog-content,
  .home .blog-content,
  .single .blog-content {
    display: flex;
    flex-wrap: wrap;
    background: #fff; }
  .blog .blog-content .post,
  .search .blog-content .post,
  .home .blog-content .post,
  .single .blog-content .post {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
    .blog .blog-content .post .entry-header,
    .search .blog-content .post .entry-header,
    .home .blog-content .post .entry-header,
    .single .blog-content .post .entry-header {
      order: 2;
      width: 100%;
      border-radius: 30px;
      margin-top: 0;
      margin-bottom: 1rem;
      padding: 0;
      position: relative; }
    .blog .blog-content .post .post-category02,
    .search .blog-content .post .post-category02,
    .home .blog-content .post .post-category02,
    .single .blog-content .post .post-category02 {
      position: absolute;
      top: 0;
      right: 0.5rem;
      padding: 1px 5px;
      background: #eee; }
    .blog .blog-content .post .post_thumbnail,
    .search .blog-content .post .post_thumbnail,
    .home .blog-content .post .post_thumbnail,
    .single .blog-content .post .post_thumbnail {
      order: 1;
      width: 100%;
      height: auto;
      object-fit: cover; }
  .home .blog-content .post,
  .blog .blog-content .post,
  .single .blog-content .post {
    width: 50%;
    padding: 0 1rem 0 0; }
    .home .blog-content .post .entry-title,
    .blog .blog-content .post .entry-title,
    .single .blog-content .post .entry-title {
      font-size: 1.2rem; } }

.site-footer {
  padding: 0.5rem; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* imagetop < Yuru2Cafe Original
--------------------------------------------- */
.image-site-branding-mobile {
  display: block; }
  @media screen and (min-width: 64em) {
    .image-site-branding-mobile {
      display: none; } }

.image-site-branding-pc {
  display: none; }
  @media screen and (min-width: 64em) {
    .image-site-branding-pc {
      display: block; } }

/* Sitebranding < Yuru2Cafe Original
--------------------------------------------- */
.page .site-header {
  margin-bottom: 1rem; }

.site-branding-inner-20 {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding: 10px; }
  .site-branding-inner-20 .widget-area-5 {
    margin: 0 auto 10px; }
  .site-branding-inner-20 .widget-area-6 {
    margin: 0 auto; }
  @media (min-width: 40em) {
    .site-branding-inner-20 {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 0 !important;
      padding: 10px; }
      .site-branding-inner-20 .widget-area-5 {
        margin: 0; }
        .site-branding-inner-20 .widget-area-5 .wp-block-image {
          margin: 0; }
      .site-branding-inner-20 .widget-area-6 {
        width: 300px;
        margin: 0;
        padding: 10px; } }

.site-branding-inner30 {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 40em) {
    .site-branding-inner30 {
      flex-direction: row;
      margin: 0; } }

.site-branding-inner35 {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .site-branding-inner35 {
      margin-left: 1rem;
      flex-direction: row;
      justify-content: space-between; } }

.site-branding-inner-60 {
  margin: 0 auto; }
  @media (min-width: 40em) {
    .site-branding-inner-60 {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 10px; } }

/* Breadcrumbs < Yuru2Cafe Original
--------------------------------------------- */
.breadcrumbs {
  padding: 0; }
  @media print {
    .breadcrumbs {
      display: none; } }

.fbc-page .fbc-wrap .fbc-items li {
  padding: 0.5rem 0.2rem; }

/* Sitefooter < Yuru2Cafe Original
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
.main-navigation {
  clear: both;
  display: block;
  float: right;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  @media print {
    .main-navigation {
      display: none; } }

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

@media screen and (min-width: 40em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.comment-navigation,
.posts-navigation,
.post-navigation,
.nav-previous-next {
  margin: 10px; }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation, .site-main
  .nav-previous-next {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next,
  .nav-previous-next .nav-next {
    margin: 10px; }
    @media screen and (min-width: 40em) {
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next,
      .nav-previous-next .nav-next {
        float: left;
        text-align: left;
        width: 160px;
        width: 20rem; } }
  @media print {
    .comment-navigation,
    .posts-navigation,
    .post-navigation,
    .nav-previous-next {
      display: none; } }

.nav-previous {
  margin: 10px; }
  @media screen and (min-width: 40em) {
    .nav-previous {
      float: right;
      text-align: right;
      width: 160px;
      width: 20rem; } }

.main-navigation {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  text-transform: uppercase; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: none; }
  @media screen and (min-width: 40em) {
    .main-navigation li {
      float: left;
      position: relative; } }

.main-navigation a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 1.3rem; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

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

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

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

#open_menu {
  float: right;
  font-size: 24px;
  cursor: pointer; }

/* Posts and pages
		/* Block Layout
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.page-header {
  display: flex;
  flex-direction: column;
  width: 100%; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

@media (min-width: 40em) {
  .post-meta2 {
    display: flex;
    justify-content: space-between; }
    .post-meta2 .post-meta {
      order: 1;
      display: flex; }
    .post-meta2 .post-date {
      order: 2;
      white-space: nowrap;
      font-size: 0.9rem;
      color: #999; } }

.post-date,
.post-date02 {
  font-size: 0.9rem;
  color: #999;
  text-align: right;
  padding: 0;
  margin: 0; }

@media (min-with: 40em) {
  .post-meta {
    display: flex;
    padding: 0 0 1rem; }
    .post-meta .post-tag {
      display: none; } }

.post-tag ul,
.post-category ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.post-tag li,
.post-category li {
  margin: 5px 5px 0;
  padding: 5px 5px 0;
  border-radius: 20px;
  font-size: 0.8rem; }

.post-tag a,
.post-category a {
  text-decoration: none !important;
  display: block;
  white-space: nowrap; }

.excerpt {
  font-weight: 700; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Profile
--------------------------------------------- */
.profile {
  background: #eee;
  padding: 1rem;
  margin: 0 0 1rem;
  /* 	@media ( max-width: 40em) {
		display: none;
		}  */ }
  .profile h1 {
    padding: 0 0 1rem !important; }
  .profile .inner {
    display: flex;
    flex-direction: column; }
    .profile .inner .profile-photo {
      display: flex;
      flex-direction: column; }
      .profile .inner .profile-photo .avatar {
        width: 160px; }
    @media (min-width: 40em) {
      .profile .inner {
        flex-direction: row; }
        .profile .inner .profile-text {
          padding: 0 1rem; } }

/* Block Layout
--------------------------------------------- */
/* Block Layout
--------------------------------------------- */
.wp-block-columns {
  margin-bottom: 1rem; }

.widget-area .wp-block-column {
  padding: 0.5rem; }

@media (min-width: 40em) {
  .archive .page-header,
  .page .page-header,
  .blog .page-header,
  .search .page-header {
    padding: 0; } }

@media (min-width: 40em) {
  .archive .page-header,
  .page .page-header,
  .blog .page-header,
  .search .page-header {
    padding: 0; } }

.wp-block-column figure {
  margin: 0 auto 1rem !important;
  width: 100%; }

.branding-main-image {
  margin-bottom: 1rem; }

@media (min-width: 48em) {
  .order1 {
    order: 1; }
  .order2 {
    order: 2; }
  .order3 {
    order: 3; }
  .order4 {
    order: 4; }
  .order5 {
    order: 5; }
  .order6 {
    order: 6; }
  .order7 {
    order: 7; }
  .order8 {
    order: 8; }
  .order9 {
    order: 9; }
  .order10 {
    order: 10; } }

/* Blog | Table of Contents */
/* pagebranding
--------------------------------------------- */
.mobile_branding_image,
.pc_branding_image {
  height: 340px;
  min-width: 1080px;
  overflow: hidden; }

@media (min-width: 40em) {
  .branding-header-image {
    margin-bottom: 1rem; }
    .archive .branding-header-image,
    .single .branding-header-image {
      margin-bottom: 0; }
    .page .branding-header-image {
      display: none; } }

/* socialbookmarking
@import "content/socialbookmarking";
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.mobile {
  display: block; }
  @media screen and (min-width: 64em) {
    .mobile {
      display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 64em) {
    .pc {
      display: block; } }

.image-header-mobile {
  display: block; }
  @media screen and (min-width: 64em) {
    .image-header-mobile {
      display: none; } }

.image-header-pc {
  display: none; }
  @media screen and (min-width: 64em) {
    .image-header-pc {
      display: block; } }

.wp-block-image img {
  vertical-align: middle; }

.widget {
  margin: 0 0 1.5em; }
  .site-branding .widget {
    margin: 0; }
  .widget h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem; }
  .widget select {
    max-width: 100%; }

@media screen and (min-width: 64em) {
  .footer-widget {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .widget-area-2,
  .widget-area-3,
  .widget-area-4 {
    width: 33.3%;
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
  .widget-area-2,
  .widget-area-3 {
    margin-right: 0.5rem; } }

.widget-area .widget .wp-block-latest-comments {
  padding: 0; }

/**
.home .widget-area,
.page  .widget-area  {
    display: none;
}
 */
.blog .widget-area {
  display: block; }

.widget-profile {
  display: flex;
  flex-direction: row; }

.widget-profile-image {
  width: 40%; }

.widget-profile-text {
  width: 60%;
  font-weight: 700; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }
  @media (min-width: 40em) {
    .custom-logo-link {
      margin-left: 0.5rem; } }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Pagenate
--------------------------------------------- */
#pagenate {
  background: auto;
  padding: 1rem;
  text-align: center;
  clear: both;
  width: 100%; }
  #pagenate > a {
    background: #fff; }
    #pagenate > a > span {
      background: #333;
      color: #fff; }

.page-numbers {
  border: 1px solid #999;
  padding: 0.5rem;
  text-decoration: none;
  text-align: center; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*  Snow Monkey
--------------------------------------------- */
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*Contact Form 7
--------------------------------------------- */
.tate {
  display: flex;
  flex-direction: column; }

/* Heroic Table of Contents
--------------------------------------------- */
.wp-block-ht-block-toc {
  margin-bottom: 1rem; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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; }
  .screen-reader-text:focus {
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*Bootstrap
--------------------------------------------- */
